Wednesday, June 24, 2009

Publish Infopath form to MOSS / SharePoint

Publish Infopath form to MOSS / SharePoint
1) Create Forms library on SharePoint with Infopath forms (default).
2) Create i.e Design locally or in some library The InfoPath Form Template (say Blank with Browser enabled).
3) Publish it (the Forms template created in Step (2)) to the Forms library created in Step (1).

Thursday, June 11, 2009

Create view of Approved workflow Items / doc /

When I tried to create Create view of Approved documents on a MOSS 2007 Doc library with Filter
"MyWorkflow" - "is equal to" - "Approved".
It doesn't work. Change it to
"MyWorkflow" - "is equal to" - "16".
Works perfectly.
Thx to http://kbalertz.com/925425/Error-message-create-contains-workflow-status-filter-Microsoft-Windows-SharePoint-Services.aspx

Wednesday, June 10, 2009

Installed hot fix 946517 on SharePoint Portal server

Installed hot fix 946517 on SharePoint Portal server ...........
Thanks to this post:
http://glorix.blogspot.com/2007/09/attempted-to-read-or-write-protected.html
Error:
Aplication Server Administration job failed for service instance Microsoft.Office.Server.Search.Administration.SearchAdminSharedWebServiceInstance (850e4ae2-e71c-467f-87de-f4dbb35fc219).
Office SharePoint Server "Attempted to read or write protected memory. This is often an indication that other memory is corrupt. " "System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.


Implemented / Used a WCF Web service

Implemented / Used a WCF Web service
Overview
1) Ran svcutil.exe and created myproxy.cs and myapp.config
2) Added them to my web application
3) Coded .....

Will update later......