|
|||||||
|
|||||||
|
Frequently Asked Questions
To make the error visible in the Internet Explorer go to: Internet Explorer >
Tools.. > Internet Options > Advanced Tab > Uncheck "Show
Friendly Error Messages".
XMLA SDK 1.1 requires MSXML 4.0. It can be downloaded by clicking
here. Try using the SDK sample
application to make sure that XMLA SDK is properly installed. You can
also test the connection with this page MDX.htm.
Please save this page to desktop before running it. Sometime it is necessary to
restart the IIS service or the PC for the XML/A web service to work.
You will need to enable ASP’s
"parent paths" for a Web Site or application when using relative paths in
include statements. This is disabled by default in IIS 6. Make sure that Active
Server Pages are allowed in
the IIS 6 console. Please refer to
this Microsoft knowledge base article. You will also need to explicitly
enable ISAPI extensions for XML/A to work.
As of January 19 2004, Microsoft's Internet Explorer global usage share is 94.8
percent according to
OneStat.com.
Enabling the HTTP compression on the web server can significantly improve
performance. This
article explains how to enable HTTP compression. Make sure that HTTP
compression does not have caching enabled. Use
MetaEdit tool to set parameter
"max-age"property should be set to zero.
Please download our MAP SDK: MapSDK.zip.
Your server does not seem to have ASP.NET configured. Please take these steps:
Please download and run this script. It
will remove ReportPortal from your registry and from the list.
Yes, this can accomplished in two steps:
Download backup file FoodMart2000.zip.
Open "SQL Server 2005 Management Studio. Right click on "Databases" and choose
"Restore..."
It looks like your Reporting Services "ReportServer" virtual directory is using
Windows Integrated Authentication. XMLA web service is unable to handle a
Windows Authentication. After being authenticated by Reporting Services virtual
directory, your browser challenges XMLA service and the service breaks. Please
enable basic anonymous/basic authentication instead for "ReportServer" virtual
directory.
You will need to configure the amount of memory used by XMLA. Please open
datasources.xml (C:\Program Files\Microsoft XML For Analysis
SDK\Config\datasources.xml) file in Notepad. Change text inside DataSourceInfo
XML tag like so:
<DataSourceInfo> Provider=MSOLAP.2;Data Source=local; Client Cache Size=150; Execution Location=3; Default Isolation Mode=1; Large Level Threshold=100; </DataSourceInfo> Here are the connection properties to change:
Please open Web.config and uncomment this section:
<httpModules> <add name="Session" type="System.Web.SessionState.SessionStateModule"/> </httpModules> |