Answer Questions
shade29450 How to call HelloWorld service with parameters ?
Hi, we are trying to extend the HelloWorld sample. The webservice currently has one function HelloWorld, which returns back a string value. But, what if we modify this HelloWorld service, to accept some parameters also, as below: [WebMethod] public string HelloWorld ( string parameter ) { return parameter; } while making a call, we would write < Route > < Criteria > (ACTION EQ 'http://tempuri.org/HelloWorld') </ Criteria > < Destination > HelloWorldParticipant[http://tempuri.org/HelloWorld parameter="Hello World"] </ Destination > </ Route > But this does not work. Any idea on how to call webservice from ...Show All
nbrege Can not creat Site collection in wss 3 release version
hi all... My installation of WSS 3 was successful.. My config Windows 2003 SP1 (Part of Domain "testwss") Framework 3 (Release) Wss 3.0 (Release) Sql 2005 ( On other machine which is part of Domain "testwss") IIS 6.0 office 2003 pro after creating application successful i am not able to create site collection i get the following page. The Windows SharePoint Services Web application has been created. If this is the first time that you have used this application pool with a SharePoint Web application, you must wait until the Internet Information Services (IIS) Web site has been created on all servers. By default, no new SharePoint site collections are created with the Web application. To create a new sit ...Show All
StarsFire To use Typed Datasets or custom business objects in BLL ?
I am starting to get a handle on the whole DAL/BLL design strategy. It seems that there is a difference of opinion on whether to use typed datasets or custom business objects when passing data from the BLL to the UI. I recognize this and am trying to get some opinions on the best way to proceed. I am creating a small to medium size application for a small user group for the purposes of order entry. It will be a Winform app in VB 2005. I am somewhat new to this type of architecture decision. In my mind I seem to be leaning to the use of datasets because it is well documented and at my proficiency level, it seems like the best way. They also support SQL stored procedures which I am comfortable with. Then I just bind the UI components t ...Show All
shwaindog Transaction across Applications
HI, We have a Web application that consists of a Sharepoint web site with ASP.NET pages as web parts. In the admin module of the application, we have a provision to add a user. On adding a user through the application, the user is added in 3 places, namely in Active Directory (AD), SQL Server database and in Sharepoint database. All this is a part of ASP.NET code with no transaction happening through out the user creation. Now is there any way to impose a transaction in this process That is, until all three AD, Sharepoint and SQL Server databases are up and running and the creation of user happens with no errors, the new user must not be committed in all three databases. This is very critical as it causes inconsistency if the u ...Show All
Kamii47 SHAREPOINT INSTALLATION ERROR
Hi, I tried to install sharepoint 3.0 in win 2k3 sp1 with all Req hardware.While installing the setup files are extracted properly.But when i run the configuration wizard,i encounter an error, Failed To Start database service MSSQL$Microsoft##SSEE.Repair this product by selecting it from theAdd/RemovePrograms menu. At this particular step the installation terminates.... I have tried by 1.Uninstalling all related programs and reinstalling 2. repairing the sharepoint package. 3.Even using regedit to remove the installation files of MSSQl ..... Guys plz provide me a solution coz i got fiddled with this installation.....Suggest me what i have to do . i even tried with command line util ...Show All
Thomas S. Andersen Design consideration for MOSS based SITE.
Hi, Can anyone tell me how can I design the MOSS based site/portal, that uses Microsoft best practices. I mean what deliverables will be for it. For example Entity-Relationship diagram etc. Any sample diagram will be appreciated. Thanks! ...Show All
SSWebWorks Storing Session State
We have been using SQL Server to store session state for a while. Now we are growing and looking for more scalable alternatives. It looks like there are three products on the market: ScaleOut, Ncache and StateMirror. Just wondering if anyone had any experience with any of these beasts. Roger, I assume you suggest using a simple partitioning approach when web farm is divided into several pools and each pool has a dedicated SQL Server for session management. The drawbacks are: 1. Potentially uneven load balancing. I must admit that the chances for this are very few, but still - this is not a 100% scalable model. 2. Single point of failure. I agree this maybe not a big deal for some deployments, but in ...Show All
markm75c MySite (old)
I just updated to MOSS 2007 from SPS 2003. When I click on MySite everything works fine, but when I'm working in it, I get the title MySite (old) up top that when clicked on goes back to the 2003 mysite. Any way I can remove that Do I just delete the Mysite site not the personal one. Thanks -Nick- I deleted the MySite....and it messed everying thing up. I am working on rebuilding the SSP to rebuild the mysites. That seems to be one of the quirks born from upgrading SPS 2003 to MOSS 2007. I haven't heard of any way around it. I haven't tried this but you might be able to delete that page from the user's site settings although it'll also probably delete all the information they had on that page. I have the exac ...Show All
Josh Smith A web part that is a consumer and provider at the same time.
I have already implemented a provider and consumer ASP.NET web parts and using them in sharepoint. Now I have to send some information from my consumer web part to another consumer web part. Is it possible If not can I handle it using ViewState Thanks In my consumer when I implement another interface and deploy the web part to the GAC. Connection item of the context menu gets disabled and it says there is an error with one of the web parts in this page and does not let me make the connection dynamically (through web browser interface) Thanks for your help Here is the exact error that web part shows in the tooltip of the context menu , when I try to make the conne ...Show All
Jyothi G Accessing a SQL Server table using sql authentication as opposed to windows authentication
I have created a pivot table based on a sql server 2005 relational DB connection, with the userid and password stored in the ODC (sql server authentication). The ODC is in the data connection library (DCL) and is approved. I created an Excel sheet with a pivot table based on the ODC. I can refresh this pivot table in Excel 2005, and I have deployed the sheet to the documents library. When accessing the sheet via Excel Services Web access, it displays properly, but refuses to refresh, errorring with : "Unable to retrieve external data for the following connections: xxxxx The data sources may be unreachable, may not be responding, or may have denied you access. Verify that data refresh is enabled for the trusted file location and ...Show All
LopeZZZ Site move from old server to new. Works Great but requires domain\username now?
I had a install of wss v3 on a stand alone server for pre-build and testing. We bought a new server for this job and set it up. We now have 3 servers in the server group. Setup a demo site works great. Backup site from old server and restore to new server. Update settings for new Full SQL server settings from Express, new content database. Works great. However, the auto-login from Internet Explorer doesn't work anymore so I am required to put in domain\username to login even when the site is in my local intranet security group. Why Any ideas on how to reset this setting. I need my domain users to be able to login automaticly from their domain pc. i am sorry i don't have your answer but i have a question. where did yo ...Show All
fatmanis Forms based authentication & MySite
Hi we have configured our site with dual authentication providers. #1 http://servername.local Authenication with Active Directory (intranet) #2 http://www.servername.local Authentication Forms Based (internet) When i create a user and i login through #1 i see a MySite When create a user and i login through #2 i don't see a MySite Why and Is it possible for anonymous users to login on #2 and a MySite will be created I don't think i got the whole picture , yet merci beaucoup ,Joost Hi Joost, It seems like more people have the same problem, maybe the following article can help you out: http://msmvps.com/blogs/obts/archive/2006/09/27/143837.aspx About the anonymous users, because they do not have a profil ...Show All
ajpharrington Best way to set up employee directory in MOSS 2007
I have uploaded our employee directory xls into a List easy enough. However, after upgrading from WSS 3.0 to MOSS 2007 Ent Trial, it looks like the best way would be to simply use my AD domain account list which I've configured to import under my SSP. I can now see my domain accounts info under my MySite page which is pretty cool - I like this feature. How can I simply get this domain account import to populate a List to be used as a user friendly company directory I would like it to look and function similar to the People & Places List where it's setup to automatically click the default picture placeholder graphic to pull the the employee's contact details and MySite link. I want to simply add a link to the Quick Launch or To ...Show All
Mike36 IE Crashing when opening Sharepoint list
When a user tries to open a list in Datasheet view on our sharepoint site they are being welcomed by the nice 'IE Has encountered a problem and needs to close.' Error. This just started a couple days ago. This is to the point that I can't open a couple of my administrative lists anymore. We are currently running: WSS v3 MSSQL 2000 Happening on IE 6 AND IE 7 Office 2003 ONLY I have Sharepoint Designer 2007 - This has been installed and used for a couple of weeks before problem arrived. ONLY seems to be happening on Service Pack 2 computers. I've seen lots of posts about deleting the dll 'OWSSUPP.DLL' when running Office 2007 or uninstalling ALL office 2007 products. However I am receiving this on seve ...Show All
mmmr Profile Integrator failure on subscription through ProfileSubscriber tool
Hi, I was trying to set up subscription of ProfileIntegrator through Profile-Subscriber tool. The command ran successfully, and returned a subscription ID. However in event-log I could see Profile-Integrator getting failed. Following is the profile-subscriber tool command used: C:\Program Files\Microsoft CSF\V3.0\Connectors\Profile Integrator\bin>profilesub scriber -subscribe csfdomain\csfuser1 Csfuser@123 http://blrkec21593d/ProfileMa nager30/ProfileManager.ashx http://blrkec21593d/ProfileIntegrator30/profilein tegrator.ashx Subscription: Identifier = 7f58c937-d667-4d0f-bddf-d4a099a95521, SubscriptionMan ager = http://BLRKEC21593D/ProfileManager30/ProfileManager.ashx M ...Show All
