SharePoint Australian Records Management

March 24, 2008 · Posted by Jeremy Thake
0 Comments· 0 Links to this post

I was doing some research into InfoPath Forms Server and came across references to UniqueWorld's InfoView and SharePoint Forms product. Following the link took me to a message stating: Unique World Software (UWS) is changing our focus and will shortly be release exciting news about the work we’ve been doing bringing a VERS compliant ‘add-on’ to the Records Management capabilities of Microsoft more...

 

Programmatically deploying an InfoPath Form Library

March 24, 2008 · Posted by Jeremy Thake
0 Comments· 0 Links to this post

I was finding it hard to find a specific answer on how to write a Solution Package with a Feature that would create a InfoPath Form Library with the associated template working when you click the New button. This approach allows for the most "hands-off" governed approach. Having to publish the form manually from the InfoPath client seemed overkill and error prone. In taking this approa more...
Tags:

 

STSADM Import: FatalError: Could not find WebTemplate

March 24, 2008 · Posted by Jeremy Thake
0 Comments· 1 Link to this post

Being new to the environment I'm currently in, I wanted to move some of the Sites into a development VM. I used stsadm -o export to backup the files and then wanted to run stsadm -o import to restore them into my VM environment. I came across this error: [3/12/2008 7:25:11 AM]: Start Time: 3/12/2008 7:25:11 AM.[3/12/2008 7:25:11 AM]: Progress: Initializing Import.[3/12/2008 7:25:12 AM]: FatalErr more...
Tags:

 

SharePoint stsadm -o import FatalError resolution

March 10, 2008 · Posted by Jeremy Thake
0 Comments· 0 Links to this post

I was trying to import a Site Collection from one environment to another. I fired of the import command from a backup file created from stsadm -o export command. Then I created a new web application and a new  Blank Site Collection. I then ran the stsadm -o import command but received this error: "FatalError: The specified user [username] could not be found" There wasn't much on this, r more...
Tags:

 

SharePoint Debugging: No symbols loaded

March 10, 2008 · Posted by Jeremy Thake
3 Comments· 0 Links to this post

I've been reading a lot of posts on how to get debugging going when attaching to the w3wp.exe process. Disable 'Enable Just My Code' in Visual StudioThis blog post started me off in the correct direction by setting the Tools | Options | Debugging setting correctly. Modify the web.config Furthermore, it prompted me to change the web.config value from debug="false" to debug="true&q more...
Tags: