D
Daniel
Hello,
I am trying to read into the Published project database but I am not able to
open it
My connection string looks like that:
Conn.Open "Provider=sqloledb;Data Source=MyServer;Initial
Catalog=MyPublishedDB;Integrated Security=SSPI"
And I got the message: Runtime error ‘-12147217843 (80040e4d)’: Automation
error
On the other hand I have no problem when opening the OLAP database:
Conn.Open "Provider=MSOLAP;Data Source= MyServer;Initial Catalog=MyOlapDB;"
So what’s wrong?
PS: it’s project 2007 and I have administrator rights for project and PWA
(not on the server)
I am trying to read into the Published project database but I am not able to
open it
My connection string looks like that:
Conn.Open "Provider=sqloledb;Data Source=MyServer;Initial
Catalog=MyPublishedDB;Integrated Security=SSPI"
And I got the message: Runtime error ‘-12147217843 (80040e4d)’: Automation
error
On the other hand I have no problem when opening the OLAP database:
Conn.Open "Provider=MSOLAP;Data Source= MyServer;Initial Catalog=MyOlapDB;"
So what’s wrong?
PS: it’s project 2007 and I have administrator rights for project and PWA
(not on the server)