Hi experts:
I use a macro to open a catalog with Impromptu. Therefore I use the OpenCatalog Method with the Impromptu Object. As I read in the Cognos Script help there are two parameters ([AccManSignonName], [AccManPassword]) to pass on the Authentication for the Accessmanager.
In my case, if I write the following, an error occurs:
...
objImpApp.OpenCatalog "catalog.cat","Creator",,"DB_ID","DB_PW",-1,, "Administrator", "Admin"
...
According to these lines the parameters ([AccManSignonName], [AccManPassword]) are set to "Administrator", "Admin".
I use the Cognos 7 MR2 Version.
What is wrong ?
Thanks
f.
I use a macro to open a catalog with Impromptu. Therefore I use the OpenCatalog Method with the Impromptu Object. As I read in the Cognos Script help there are two parameters ([AccManSignonName], [AccManPassword]) to pass on the Authentication for the Accessmanager.
In my case, if I write the following, an error occurs:
...
objImpApp.OpenCatalog "catalog.cat","Creator",,"DB_ID","DB_PW",-1,, "Administrator", "Admin"
...
According to these lines the parameters ([AccManSignonName], [AccManPassword]) are set to "Administrator", "Admin".
I use the Cognos 7 MR2 Version.
What is wrong ?
Thanks
f.