|
elbrick
Venezuela
1 Posts |
Posted - 07/16/2004 : 04:51:17
|
Hi,
I try to connect XMLA with remote server, the IIS is install in a machine with XP SO and SQLSERVER 2000 is install in a machine with WINDOWS 2000 but this machine haven`t IIS. When i try to connect with the sample program the follow error is show
html><head><title>Site Not Found</title></head> <body>No web site is configured at this address.</body></html>
In the Connect Form i write the follow DataSource:
Provider=MSOLAP.2;Data Source=http://dt-185/ReportPortal_X
The Datasource file content the follow text:
<?xml version="1.0" ?>
<DataSources UnnamedSessionsTimeout="300" NamedSessionsTimeout="3600" MaxRequestSize="128" AllowInsecureTransport="1" EnableNagleAlgorithm="1"> <DataSource> <DataSourceName>Local</DataSourceName> <DataSourceDescription>Microsoft Analysis Server 2000 on local machine</DataSourceDescription> <URL>http://localhost/xmla/msxisapi.dll</URL> <DataSourceInfo>Provider=MSOLAP.2;Data Source=http://dt-185/ReportPortal_X</DataSourceInfo> <ProviderName>Microsoft XML for Analysis</ProviderName> <ProviderType> <TDP/> <MDP/> <DMP/> </ProviderType> <AuthenticationMode>Unauthenticated</AuthenticationMode> </DataSource>
</DataSources>
What happend?, I need help.
Bye
Elbrick Salazar |
|