Answer Questions
JohnGBunch Problem using CreateTaskWithContentType
I recieve an error when try to set the ContentTypeId to other than 0x010801 (0x01080100D09BD90EFB3244a194C27F1CBD6D525C). I'm able to use this contenttype when it is set as defalut in workflow.xml (TaskListContentTypeId) Exception from wss workflow infrastructure: System.Reflection.TargetInvocationException:---> System.ArgumentException: "Value is not from expected range" or System.NullReferenceException ..... Microsoft.SharePoint.SPContentTypeId..ctor(String id) in Microsoft.SharePoint.Workflow.SPWinOETaskService.CreateTaskWithContentType(Guid taskId, SPWorkflowTaskProperties properties, String taskContentTypeId, HybridDictionary specialPermissions). Any idea how to resolve the problem ...Show All
ssclaire Fabio, oh sbe 3.0 createsession problem
Hello, i have the following problem. When the oh sbe try to create the session, the first time it is called after an iisreset on the web server i got the following error: <string xmlns="">Type: Microsoft.ConnectedServices.Sbe.OrderHandling.Exceptions.SbeException Name: ProcessCreateSessionResponse Nature: IsFailed Type: Microsoft.ConnectedServices.Sbe.OrderHandling.Exceptions.SbeException Name: GetOHSbeManifest Nature: ReadFailure Type: Microsoft.ConnectedServices.Sbe.OrderHandling.Exceptions.SbeException Name: RequestUUID Nature: 34ab0af5-c545-46d0-9b4d-2132d8a61ecb</string> If i send another request to the oh-sbe it works fine and it works for all following request. The problem there is just after ...Show All
RPW Information on Datamigration/Data Conversion
If anyone in this forum have been part of data migration and data conversion projects, I need some information on below items · Very brief description of your project. Over all data migration architecture. · What was the amount of data you dealt with · Key challenges faced in the project. · What was the time you allocated for the whole effort · Any schedule/effort deviation If so, reasons behind it. · Best practices followed. · Lessons learnt. · How did you handle the risks in the project Thanks in Advance, Sudheer. i had several projects for datamigration. Challeng ...Show All
Alan Tolmich how come i can't install msvc 6.0 on win vista?
i don't know how to compile single files on the 2005 version, so i went back to 6.0, but it won't install, can someone tell me how to compile on 2005 version or install 6.0 on vista thx ...Show All
Eyvind N-Tier Application in VB 2005
i went through lot of articles on MSDN and other sites but was not able to find exact info which i needed, below given is the complete scenario, is there any article or demo application which explains in detail how to accomplish this :- 1. Need to create N-Tier Applicaiton using SQL Server 2005, Visual Basic 2005. 2. This will be a windows application (Not Asp .net). 3. It will not be using any WebServices. 3. I want to know in detail how can i use designer generated typed datasets provided in VS 2005 in Data layer and presentation layer. Hi there, take a look to this two webcasts: MSDN Webcast: Implementing a Data Access Layer with the Visual Studio 2005 Datase ...Show All
NinetyNine Differences between WSS and MOSS 2007 ?
What are the main differences between WSS 3.0 and MOSS 2007 I realise that WSS 3.0 is free but there must be strong reasons why a company would pay for MOSS 2007 over the WSS version Thanks qwertyjjj wrote: It seems like purely from a collaboration viewpoint, the 2 systems are very similar. This is correct what you effectively have is the WSS V3 platform as part of the OS, with the collaboration feature provided for free. I seem to remember that in the early presentations they did show the collaboration as one of the applications that had been developed on the WSS V3 platform and list it at the same level as the other MOSS 2007 applications. Andrew It seems like purely from a ...Show All
Scott Coffey i need to change the default value of a field in create new item in the task list items
Hi, when the user is working on a certain list and he clicks on new item. I need to change the default value on one of the fields programmaticaly. So I did this, let s suppose that my list is called Tasks and the field that I need to change is the " Title " field. And I am working in a site called site2 in my Sharepoint web site. What I did I create a web part and add it to the NewForm.aspx page in the Tasks directory. Then I did this in CreateChildControls () method I did this in the code : for (int j = 0; i < spw.Lists.Count; j++) { &nbs ...Show All
Milzit Alerts not being sent
About a month back Sharepoint stopped sending alerts to subscribers. Notification is only sent when a new user is added. No other alerts are working for any of the Sharepoint sites on the server. I've searched pretty extensively for a solution and the closest I have come is: http://support.microsoft.com/kb/894632/en-us. But the kb solutions did not correct the problem. The SP installation is running on server 2003 sp1 and the SP version is 2.0 (version no. 11.0.6361.0 (sp1)). At this point I'm baffled but I really need to get this fixed. Any ideas or help is really appreciated. Shane, It's the site alerts that are failing. The only alert/message that SP is currently sending is the email sent to a new use ...Show All
Leonard Lee To use DevForce O/RM or Datasets?
Hello, I am wrestling with the decision on how to design a new (Order Entry) application. I am using VB 2005, and it will be a Windows Forms app. I have about an intermediate+ level of expertise. In the past I have used VB DataSets and the whole dataset designer which connects to the database. Since then I have learned about O/R mapping tools and am considering using DevForce from IdeaBlade. It seems to work well, so far connecting to the database and generating the classes that relate to the tables. I like this concept and think it makes sense. This seems like a big change, or is it My question is, is this a good direction to go Everything you read from the VS documentation refers to typed Datasets as well as the examples. Wha ...Show All
Nickeay Enterprise Service Bus
Hello all, our goal is to start building a service oriented architecture. So we are going to provide functionality of our existing applications as web services. We don't want point to point relationships betweend consumer and provider. So that is the point where something like a entprise service bus comes up. What is the enterprise service bus product of microsoft Is it the UDDI server Thanks in advance Hennesey Hennesey, Although MS doesn't have a product falling strictly in the category of ESB (Biztalk is actually a supraset of that) there are ways of implementing an ESB using MS platform components There was, one month ago, a SOA conference at MS Corp, Redmond where one o ...Show All
search and deploy InfoPath Forms with managed code with Workflows
hi , im trying to invoke a task form created in Infopath while my workflow is running on sharepoint site. My taskform (TaskForm.xsn) have managed code with it. i want to call this form in my workflow. when i do this the taks form open but when i click on button for which managed code is written it shows error . i think im missing the procedure to use infopath forms with managed code in workflow. please help Were you able to figure this out I'm trying to do the same thing and am having the same problem. Thanks, Cynthia Thanks for your help. After looking through the logs I realized I had to add the form dll to the FEATURES folder. Adding thi ...Show All
Donal McWeeney ASP.NET Connected Web Part Under SharePoint
After having spent a lot of time building a two webparts under ASP.NET (one provider, one consumer), and getting them to work flawlessly under the ASP.NET webpart framework, it now comes time to deploy to SharePoint. I have followed the tutorials... strong name the assembly, drop the assembly in the _app_bin, upload the web parts to the WebPart Gallery, create a WebPart Page, add webparts to the page, connect the webparts... But here is where the problem is. There is no option on the edit menu to add connections What do I have to do to enable connections for my custom webpart Is there a definition file that I need to define this in Is it a matter of not having the permission to connect webparts The provider web part seems to work w ...Show All
c.g rajesh kumar how to quote content
I am new to moss. I encounter a problem: Say i have an Calendar in my site. And I want to quote the Calendar in another page. How to do Any suggestion Let's assume your site doesn't have a calendar already: Go to Lists > Create > Tracking > Calendar. Name the calendar (eg. "New Cal") and click the Create button. Go to the home page of your site and click Site Actions > Edit Page. Click Add a Web Part in the zone where you want the calendar to be shown. Click the checkbox next to "New Cal" (or whatever you named your calendar) and click the Add button. Now you can go to any other page in your site and go through step 3-5 to add the same calendar. What you are really doi ...Show All
Art Vandolay Jr. Connect two identical webcams
Hallo everybody! I am writing a stereoscopical application based on the data stream of two webcams. Everything works fine if I use a Sony HandyCam and a webcam, but if I use two different webcams or two identical webcams (that is better for my project) I can't get the stream of one of the two cameras and I don't know why. I've tried to connect the two devices to different USB ports and USB HUBs, but there were non changes. I've also tried to change the name of the webcams in the System Registry using regedit but unsuccessfully. If you kow how to solve this problem please tell me. Geatings T-One ...Show All
BFlynn Cannot copy a document from one library to another using Sharepoint Designer 2007 B2TR Workflow
I am trying to copy a document from one doc library to another using a workflow task, after the document has been approved. The workflow works except for this step. The form is an Infopath form, and I can manually select the form in the doc library and 'Send To - Other Location' and select the destination location, and the copy is made. I have tried reseting the server, and numerous other things without any luck. In the log file the following error appears: Microsoft.SharePoint.SPException: Cannot lock file "DR-TomTom1.xml". Either the file is in use or the Web server is temporarily busy. ---> System.Runtime.InteropServices.COMException (0x8107020D): Cannot lock file "DR-TomTom1.xml". Either the file is i ...Show All
