LaszloToke
MIS
Macro:
@ODBCConnect("mssqldbname";"uid=sa; pwd=sa")
@Publish(12 cubes selected; Database is...; "01000001111";1)
@ODBCClose()
When I run this macro with CepBatch I got this error msg in the log file:
9999 Initialisation Failed
2005-08-02 15:02:08 Session Started
2005-08-02 15:02:08 An error happened when trying to log on to Analyst via Access Manager namespace default. Error was: The signon is invalid. Please check that Access Manager is properly configured on this client.
2005-08-02 15:02:08 Return code set to 9999 Initialisation Failed
I don't understand this error. I have a good odbc system dsn via msql db.
I've a database with signon in access man. with this odbc link. When I test the connections manually everything's good. When I use publish from wizard with same odbc link, everything's good.
What's the problem with macro? Anyone has come accross this problem and solved?
Laszlo
@ODBCConnect("mssqldbname";"uid=sa; pwd=sa")
@Publish(12 cubes selected; Database is...; "01000001111";1)
@ODBCClose()
When I run this macro with CepBatch I got this error msg in the log file:
9999 Initialisation Failed
2005-08-02 15:02:08 Session Started
2005-08-02 15:02:08 An error happened when trying to log on to Analyst via Access Manager namespace default. Error was: The signon is invalid. Please check that Access Manager is properly configured on this client.
2005-08-02 15:02:08 Return code set to 9999 Initialisation Failed
I don't understand this error. I have a good odbc system dsn via msql db.
I've a database with signon in access man. with this odbc link. When I test the connections manually everything's good. When I use publish from wizard with same odbc link, everything's good.
What's the problem with macro? Anyone has come accross this problem and solved?
Laszlo