Posted by Eric Bartels
Today I downloaded and installed the Search Server Express 2008 on a newly created development environment. After installing the required binaries the setup-routine creates the Shared Service Provider required to run the search. When visiting central administration it showed up that the creation of the SSP failed. The error message was: Provisioning failed: File or [...]
Posted by Eric Bartels
Today I decided to upgrade my windows internal database on my “VMWare-SharePoint-Development-System”. An upgrade was not possible so I removed the internal database (Microsoft##SSEE) and tried to install the new SQL Server (installation platform is w2k3-server, x86). My development system is a WSS 3.0 SP1 + Visual Studio 2008 environment. Error Clicking through the installation [...]
Posted by Eric Bartels
Today I discovered several errors in the event-log of a SharePoint WFE-Server. The error message is in german. Ausnahme bei der Execute-Methode der Auftragsdefinition ‘Microsoft.SharePoint.Search.Administration.SPSearchJobDefinition’ (ID 92382b17-cf08-40f0-a2dc-0b7f97fa592f). Weitere Informationen werden unten angezeigt. Die COM-Klassenfactory für die Komponente mit CLSID {629DA12E-9AD5-4FEC-B886-42C5982C5109} konnte aufgrund des folgenden Fehlers nicht abgerufen werden: 80070422. This error-message was repeated every [...]
Posted by Eric Bartels
I’m currently using the latest version of Apache’s FOP (0.95). To create the pdf-file from the transformed fo-file I simply call the fop-binary via PHP’s exec. The command is built dynamically. // Some static command here $cmd = ‘/path/to/fop -c config.yml -fo input.fo -pdf outfile.pdf’; exec($cmd); So quiet This doesn’t work! There is no pdf-file. [...]
Posted by Eric Bartels
Today I got a nice error from my SharePoint development box after I tried to add a certain Content Type to a list. Cannot complete this action. Please try again. at Microsoft.SharePoint.Library.SPRequestInternalClass.AddField(String bstrUrl, String bstrListName, String bstrSchemaXml, Int32 grfAdd) at Microsoft.SharePoint.Library.SPRequest.AddField(String bstrUrl, String bstrListName, String bstrSchemaXml, Int32 grfAdd) Tell me This is an error message [...]