Answer Questions
Dave Waterworth DOM Reference
Where can I find a complete reference to the DOM with all of the details about controls and their associated events. Is there an existing reference book Thanks In terms of the .NET framework, I got some interesting links: XML Document Object Model (DOM): http://msdn2.microsoft.com/en-us/library/hf9hbf87.aspx Accessing Attributes in the DOM: http://msdn2.microsoft.com/en-us/library/hk61a712.aspx Reading an XML Document into the DOM: http://msdn2.microsoft.com/en-us/library/azsy1tw2.aspx Hope it helps W3C document Object Model ...Show All
pdurbha Central Admin is not operational
When I'm in the Central Admin 3.0 site I can navigate using the various links but when I try to do anything else like Edit or Delete even click OK or Cancel buttons, none of this works. The list boxes don't drop down and the when you select radio buttons it's info is always greyed out. It's almost like it can't hit the DB or the code behind the scenes doesn't execute. Here are some of the set up particulars: Win Server 2003 sp1, WSS 3.0, Server Farm install with SQL Server Express all on one box, logging in as local account with admin priviledges. Any help is appreciated! I've tried installing Sharepoint 2 times now and I ran the wizard several times to try to fix it as well. None of that wo ...Show All
Stokh debugging workflows
Hi I followed the instructions here to create a custom workflow using infopath forms. I got it compiled and installed fine. http://weblog.vb-tech.com/nick/archive/2006/09/04/1753.aspx I was able to create a workflow for a document library based on my code, but when I run it from an item in a doc library it died with a status "failed on start" So I loaded up VS2005 project on my dev MOSS07 server and attached to the w3wp process that was executing workflow code. I see symbols loaded up for various components. But none of my breakpoints show up, saying the "symbols cannot be loaded". The symbol file is created along with my DLL. The installer puts my DLL into the GAC. How does with work with symbol files ...Show All
Pradeep Gupta Load Balancing of Business functionality in a Distributed Scenario
Hi, I have a scenario wherein the custom application that I am developing would be installed at 3 different locations. Now based on how the business load is, one system should be able to offload certain part of its work item queue to the other two systems where load isnt that heavy. Sounds confusing. Well let me try to articulate with an example. Suppose I have to process Insurance claims and I have two office within a city which does that. Each office would handle requests designated to their area. Now suppose Office 1 has heavy load of claims to processed and it knows that Office 2 doesnt have any heavy workload, it should be able to offload the same to the other office get it processed and give the result back even though the claim doe ...Show All
Mike Hildner MSMQ Infrastructure
Hi all, I was wondering does MSMQ use SQL server or any other known databases as its underlining infrastructure architecture Other word, what protocol does MSMQ use to save its files Thank you for your time. MSMQ does not use SQL Server underneath. It uses its own queue storage mechanism. By default, the storage is handled in the %windir%\system32\msmq\storage folder (though it can be moved) ...Show All
DavidThi808 SPItemEventReceiver do not work properly when i use the wss object model API.
Hi everyone. I got a problem unsolved almost 2 weeks. Please somebody tell me a clue. I customized the SPItemEventReceiver and associated the customized SPItemEventReceiver with a content type was inherited from the Document Library content type and deployed this content type to a server as a Feature. When I uploaded a file from Word 2007, Events associated with the ListItem fired. but on uploading using the Wss Object model , events did not fire at all. I have a same experience when I using not only a document library type and SPFileCollection.Add method but also a list type and SPListItemCollection.Add method. I have found the following from the WSS3.0 sdk document. SP ...Show All
WolfgangEngel Error in communicating with Excel Calculation Services
When attempting to view an Excel spreadsheet in SharePoint, we get the following error displayed in the web browser: Excel Web Access: An error has occurred Checking the Event Log we see: There was an error in communicating with Excel Calculation Services http://uklo2k3d02:56737/SharedServices1/ExcelCalculationServer/ExcelService.asmx exception: The request failed with HTTP status 401: Unauthorized. [Session: (null) User: CAPCO\jtnn]. The user has full admin rights over all systems We are running RTM version of SharePoint 2007, Enterprise Edition Excel Services is enabled, configured and activated on all levels. The location is set as trusted. The rest of the server works perfectly Shared Services wor ...Show All
NipplesAndLicks Physical seperation of layers - business layer -> data layer?
Hi Forum Does it make any sense to build a design that supports more than one physical seperation. I'm making a web application and I need to make it secure and scalable. I can see an idea in making it possible to physically seperate the presentation layer from the business layer. You can put the presentation layer in a DMZ. Does it make sense to make it possible to physically seperate the business tier from the data tier What requirements would justify such a design I'm making a web application that is to run on a web farm in a hosting center. There is not reqirement that the data tier is to run on there other side of the planet. I'm thinking mostly about security. I know that making physical seperation has a perform ...Show All
Mashrur Assigning a unique number to all documents
Hello, I want to store a unique ID to use in a webpart. In a aspx page I would do it with a database field and a stored procedure, but with webparts i don't know. I want to give all my documents a unique ID, but not use the ID from sharepoint itself. A web part is a piece of code, the same as an aspx page. It does have storage, but it is not a database management system, and does not offer protection from concurrency or locks etc. Why not do the method that you allready know how to do (use a database field and a stored proc) to create these IDs as soon as a document is being put in a library, a unique ID is given to that document. That unique ID will show on the library as ...Show All
flash.tato Persistent Sharepoint Server Error Events
Hi - I'm running Sharepoint Services 3.0 and am seeing 3 different errors logged every single minute - IDs 6398, 7076, and 6482. Searches on these IDs have shown that other users are seeing them for different reasons. They all have to do with a "lack of storage" somewhere. Below are the pasted contents of 1 of each of these errors: Event Type: Error Event Source: Windows SharePoint Services 3 Event Category: Timer Event ID: 6398 Date: 1/22/2007 Time: 3:41:17 PM User: N/A Computer: SPNACDEV06 Description: The Execute method of job definition Microsoft.Office.Server.Administration.ApplicationServerAdministrationServiceJob (ID 929b1b3b-ef23-4379-915f-33e61709a2d3) threw an exception. More information is included below. Not ...Show All
slein HelloWorld Sample-CreateSession times out
hi, Can somebody tell, why should the CreateSession time-out . After clicking CreateSession button, the status continues to show "create session in progress", and after some time, it times out. Links are all proper. thanks,. anita Hi, Thanks for all ur quick replies. In the last post, u mentioned to provide credentials required by Session Server Policy (in SessionPolicy.config). Policy is described as: <policy name="SessionServerPolicy"> <authorization> <allow role="MyDomain\Requestors@CSF_Session"/> <deny user="*"/> </authorization> . . . </policy> so we gave following credentials for HelloWorld ...Show All
Curt Zarger can't use site tempalte
I download some site template from http://www.microsoft.com/technet/windowsserver/sharepoint/wssapps/templates/default.mspx And I upload one in "Site templates" in the Administrator Center. But I can't find it when i create a new site..... Any suggestion I have the same problem. A IISRESET did not help. When I create a new website I just can't see in the template section the Custom tab. So I can#t see my uploaded templates neither. Where is the custom tab How can I make it visible Thanks for any idea. Just a reminder that the template will show up under the Custom tab when you create a new workspace. If it is not there try to do an IISRESET first for it to show up. ...Show All
BBesser HelloWorld Sample-CreateSession times out
hi, Can somebody tell, why should the CreateSession time-out . After clicking CreateSession button, the status continues to show "create session in progress", and after some time, it times out. Links are all proper. thanks,. anita Hi Anita, The exception you are getting occurs when the message is not satisfying the policy assertion. Please ensure that your message before it is sent to Session has Security header and under the Security Header it should have Usernametoken object. Apart from the above the username you are using to create the object should be a member of CSF_Requestors group. If all these are satisfied then i don't think there is any reason why you should get t ...Show All
Jaime Stuardo List Update Exception
hi, I'm using Lists web service to update a list code is something like this webRef.Lists webserviceListsObj = new UpdateList.webRef.Lists(); webserviceListsObj.Credentials = System.Net.CredentialCache.DefaultNetworkCredentials; XmlNode ndList = webserviceListsObj.GetList("Orders"); //the above line throws the error SOAP Exception stack trace is Soap Exception at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) Does anybody has faced the same problem Thanks Manu ...Show All
Zetabyte Hosting Long Running Batch Processes In IIS 6
I am currently architecting a framework that will depend on IIS to host batch oriented code. The design will use a disconnected model with a controller (that lives remotely) and checks back periodically via an ASMX layer. When invoking the actual batch execution code the ASMX call will spawn as many threads as it is configured to run and immediately respond (hence avoiding any long running HTTP connection). I like the idea for a number of reasons, obviously I get to use a standard communication protocol to invoke the batch code across tiers and I can even incorporate standard load balancing routines. I'm also able to use the same communication end points to check back in on the threads as they are executing. There are also a number of o ...Show All
