RE: [OzMOSS] nlb balancing

2008-11-12 Thread Daniel Brown
Oops sorry, Yes, the features need to be packaged in a Solution to be automaticly deployed to every Web Server (WFE/WBE). From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Caroline Specker (AU) Sent: Thursday, 13 November 2008 2:25 PM To: listserver@ozMOSS.com Subject: RE: [OzMOSS]

Re: [OzMOSS] nlb balancing

2008-11-12 Thread Bill Williamson
This is correct. IF it was installed as a solution package (feature or not... could just be an aspx page and a dll) it will copy. If not (copied by hand to features folder/etc) then it will not. On Thu, Nov 13, 2008 at 2:55 PM, Caroline Specker (AU) < [EMAIL PROTECTED]> wrote: > I thought that

[OzMOSS] RE: Can Discussion Board items be set to expire?

2008-11-12 Thread Lazar, Claudia
Hi Paul, Thanks for pointing me to CKS. Even though the Enhanced Discussion Board doesn't seem to be released, CKS has an Enhanced Wiki Edition, which might do the trick for us. It's currently in Beta 2, but I am going to do some testing with it, as it allows for discussions within Wikis, and e

RE: [OzMOSS] nlb balancing

2008-11-12 Thread Caroline Specker (AU)
I thought that if they are features that are packaged in solutions then when you install the solution the features get copied to every WFE server. If they are just features then you still need to manually copy them to each WFE server. From: [EMAIL PROTECTED] [EMA

RE: [OzMOSS] nlb balancing

2008-11-12 Thread Daniel Brown
HI Chris, If they are proper features and the 2 servers are in the same farm, then no. However if they are just copy/paste install packages (*shudder* then yes you will. In which case I advise you to package them up in correct features as soon as possible. Cheers, Daniel Brown – MCP – M

RE: [OzMOSS] Sharepoint Object Modal to server 2

2008-11-12 Thread Trent Allday
Thanks everyone for their help. I love this list server! The link to Paul Ballard's blog is fantastic, pretty simple actually. Thanks again. Regards, Trent From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Crabbe, David Sent: Thursday, 13 November 2008 12:53 PM To: listserver@ozMO

[OzMOSS] nlb balancing

2008-11-12 Thread Chris Grist
Hey Guys, I was doing some setup last night in my lab setup and got NLB working pretty nicely. Soemthing I couldn't find though is, I have a sharepoint server with lots of custom webparts etc. Would I need to install all this stuff manually first on the 2nd front end before NLBing them? Chri

RE: [OzMOSS] Sharepoint Object Modal to server 2

2008-11-12 Thread Crabbe, David
In my experience, using the object model is limited to the same Farm (as suggested by many others). The web services provided by SharePoint are reasonably powerful, and I don't really see any reason not to make use of them in your scenario. However, I'll give you the best tip I've come across

RE: [OzMOSS] Sharepoint Object Modal to server 2

2008-11-12 Thread Tommy Segoro
Hm well I don't have a sample code but through VS you can Add Web Reference to http://myotherserversharepoint/_vti_bin/lists.asmx then in your code don't forget to set the credentials. ListService.Lists lists = new ListService.Lists(); lists.Url = "http://myotherserver/_vti_bin/lists.asmx";;

Re: [OzMOSS] Sharepoint Object Modal to server 2

2008-11-12 Thread sezai komur
Tommy and Brendan are correct. >> but I thought you could on same network/domain? I think the servers need to be part of the same SharePoint Farm - not 100% sure if you can instantiate an SPSite object on a server if it doesn't have the site explicitly extended or running on the server. If they're

RE: [OzMOSS] Sharepoint Object Modal to server 2

2008-11-12 Thread Trent Allday
Thanks Tommy, Do you have any good examples of using a webservice to connect to lists. I have seen some examples where they have ran into permission issues as well using web services. Regards, Trent From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tommy Segoro Sent: Thursday, 13

Re: [OzMOSS] Word template library

2008-11-12 Thread sezai komur
The best thing to do is to setup each template as a separate content type. =oP Try to categorise them and split them up over different document libraries so you don't have too many "New" options in the one library. I know the problem you have though Paul, if users click "New" then a new document i

RE: [OzMOSS] Sharepoint Object Modal to server 2

2008-11-12 Thread Paul Noone
Can this be achieved via an event receiver with elevated permissions attached to the source list? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tommy Segoro Sent: Thursday, 13 November 2008 11:43 AM To: listserver@ozMOSS.com Subject: RE: [OzMOSS] Sharepoint Object Modal to serve

RE: [OzMOSS] Sharepoint Object Modal to server 2

2008-11-12 Thread Trent Allday
Thanks, "I think that you can only use the object model to access web apps within the same farm... (Correct me if I'm wrong devs) You may have to bite the bullet here and use the web services." I know you cant use the object model to remote servers but I thought you could on same network/doma

RE: [OzMOSS] Sharepoint Object Modal to server 2

2008-11-12 Thread Tommy Segoro
Correct. I was trying to do exactly the same thing and I couldn't because the Sharepoint object model won't allow you to connect to a server outside your farm even though the developer has access to that Sharepoint site. eg. I'm logged in as COMPANY\Tommy.Segoro to a PC named PC-01 that is part

[OzMOSS] RE: SharePoint Advanced Search query options

2008-11-12 Thread Paul Noone
I should have searched harder. http://sharepoint.microsoft.com/blogs/fromthefield/Lists/Posts/Post.aspx?List=0ce77946-1e45-4b43-8c74-21963e64d4e1&ID=61 Says it all. Regards, Paul Online Developer, ICT CEO Sydney From: Paul Noone Sent: Thursday, 13 November 2008 11:01 AM To: 'listserver@ozMOSS.c

RE: [OzMOSS] Word template library

2008-11-12 Thread Paul Noone
Couldn't agree more, Dan, but there's just a stupid amount of legacy templates floating around the place that need to go up. But I tell you what, if you can provide me with a good solid reason why I shouldn't upload all this dross, I'd be more than happy to hear it and put the recommendation fo

RE: [OzMOSS] Word template library

2008-11-12 Thread Paul Noone
Hmm, this sounds like your making SharePoint a file dump instead of using it for content management. Shh! I didn't say that. You did. ;) The CM side of things is still well in place with the number of mandatory metadata columns we have. This is more a short term solution until such time as we

RE: [OzMOSS] Sharepoint Object Modal to server 2

2008-11-12 Thread Brendan Law
I think that you can only use the object model to access web apps within the same farm... (Correct me if I'm wrong devs) You may have to bite the bullet here and use the web services. - Brendan From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Brown Sent: Thursday, 13 Nove

RE: [OzMOSS] Sharepoint Object Modal to server 2

2008-11-12 Thread Daniel Brown
Hi Trent, Really silly question, but can Server2 ping Server1? If so, can it connect to Server1 via telnet on port 80? (start->run->cmd->telnet server1 80)? >From the look of the error message, it's more of a connectivity issue that security/authentication/authorization/permissions. Che

[OzMOSS] Sharepoint Object Modal to server 2

2008-11-12 Thread Trent Allday
Hi, Hoping someone can help me out here after endless googling. I have two sharepoint MOSS environments (2 separate servers) both are on the same internal network using the same Active Directory. I am trying to lookup a sharepoint list on server 1 from server 2's sharepoint site. Below is the c

Re: [OzMOSS] Word template library

2008-11-12 Thread darren.neimke
That's one of the things that I actually enjoy about this list - you get good knowledge and without the egos. Nice one Dan! Kind Regards, Darren Neimke ASP.NET MVP [EMAIL PROTECTED] blog: http://neimke.spaces.live.com twitter: http://twitter.com/digory mob: 0439 855 046 From: Daniel Br

RE: [OzMOSS] Word template library

2008-11-12 Thread Daniel Brown
Ø Hmm, this sounds like your making SharePoint a file dump instead of using it for content management. By doing so, you are losing some powerful functionality. Sorry if this sounds / Comes across the wrong way Its not my intention. By using a single document library as a place to store all your

[OzMOSS] SharePoint Advanced Search query options

2008-11-12 Thread Paul Noone
Hi all, In our current installation of MOSS the Advanced Search web part only displays 'Equals' and 'Does not equal' in the property restrictions dropdown. I've been told that this is OOTB yet our old POC site which uses an unpatched MOSS install displays the following dropdown which includes t

RE: [OzMOSS] Word template library

2008-11-12 Thread Daniel Brown
Hi Paul, Hmm, this sounds like your making SharePoint a file dump instead of using it for content management. By doing so, you are losing some powerful functionality. As far as opening a new document based on a existing document in a document library, the default “click to open” is not desi

RE: [OzMOSS] Word template library

2008-11-12 Thread Paul Noone
Hi Daniel, It would be enormously impractical to have to create a content type or form for each one and then add them to one (or several) libraries within SharePoint. We already have our base content types (more than enough for my liking as I'm the only designer/developer). This is about stori

[OzMOSS] RE: Can Discussion Board items be set to expire?

2008-11-12 Thread Paul Noone
Hi Claudia, Item Scheduling can only be configured for Pages libraries. Not being happy with the default team discussion I downloaded a variation with some improvements (similar to the Discussion Database application template for Microsoft Windows SharePoint Services 3.0). Still no scheduling t

[OzMOSS] Can Discussion Board items be set to expire?

2008-11-12 Thread Lazar, Claudia
Hi there, I was just wondering if anyone has any ideas as to whether expiration is possible on Discussion Boards? I've created an OOB Discussion Board and have added a custom choice column called Discussion Type for the discussion items to be grouped by. I've created an expiration policy on bo

RE: [OzMOSS] Word template library

2008-11-12 Thread Daniel Brown
Hi Paul, Ø Does anyone know of a no-fuss way to have a dotx file open as a new Untitled.docx from a document library? I assume you mean though the “new” button? The only way I know of is via a content type. Ø The only method I’ve found which opens the document as expected is to use the Send To

[OzMOSS] Word template library

2008-11-12 Thread Paul Noone
HI all, This seems like an exceedingly stupid question to ask (what's new I hear you ask?) but I'm trying to create a dedicated document library for Word templates and running into a few behavioural issues. No matter what I do, all default methods for opening a file result in it being opened as