During a configuration of Project Server 2007 Analysis Services I got the following error message "Failed to build the OLAP cubes. Error: Analysis Services session failed with the following error: The Application Server needs to have Analysis Services DSO Component installed. ". I tried the patch path given below and was able to resolve the issue without any issue. http://support.microsoft.com/default.aspx?scid=kb;EN-US;921116 On the computer that is running SQL Server 2005 Analysis Services, follow these steps:
|
|||||||||||||||||||||
2. |
Use one of the following methods, as appropriate for your situation:
|
||||||||||||||||||||
3. |
On the computer that is running SQL Server 2005 Analysis Services, follow these steps: Note This includes SQL Server 2005 Analysis Services that are running remotely in a 3-tier configuration.
|
||||||||||||||||||||
4. |
Log on to Project Web Access 2003, and then build an OLAP cube. When you build the OLAP cube, specify the computer that is running SQL Server 2005 Analysis Services on the Update resource tables and OLAP cube page. |
Day: July 9, 2007
Project Server 2007 Class Libraries and Web Services
Below is the list of Project Server 2007 Managed object Class libraries and Web Services
Class Name |
Adding a Web Reference to the PSI in the RTM Build
Some times in Project Server, you may run into the following issue, where you are unable to add the Web Reference to the PSI
"The Document at the following uRL is not know type … bla bla bla."
The workaround is to click on the "Service Description" link. This will allow you to add the Web Reference to your project.
Regards,
Jerry
Sgen.exe Exited with Code 1
VIA ligAZ blog
A Blog to Remember
"sgen.exe" exited with code 1
If you are having this problem while building your VS.NET 2005 project in Release mode here is the solution:
Go to the project properties. Click on the build tab and set the value of the "Generate Serialization Assembly" dropdown to Off.
P.S. If you wonder for what is this sgen.exe here is explanation from the msdn: "The XML Serializer Generator creates an XML serialization assembly for types in a specified assembly in order to improve the startup performance of a XmlSerializer when it serializes or deserializes objects of the specified types.".