G
Guest
Hi there,
I made a webpage in asp.NET that access data trough Oledb and everything
works fine if the webpage and the Olap database are on one and the same
computer. When I moved the OLAP Database to a different computer our Database
Server I get an error when I try to open the OledbConnection. I am accessing
the data trough a connection string like this:
string myConnStr="Provider=msolap.2;Data Source=192.168.0.10;Initial
Catalog=VendorReport;";
The ip address 192.168.0.10 is for our database server.
Please help me if you can.
I made a webpage in asp.NET that access data trough Oledb and everything
works fine if the webpage and the Olap database are on one and the same
computer. When I moved the OLAP Database to a different computer our Database
Server I get an error when I try to open the OledbConnection. I am accessing
the data trough a connection string like this:
string myConnStr="Provider=msolap.2;Data Source=192.168.0.10;Initial
Catalog=VendorReport;";
The ip address 192.168.0.10 is for our database server.
Please help me if you can.