Hi All, I have a TI process that is using IBM Cognos Package Connector Datasource Type. It has Namespace, User ID and Password to connect into it. Do you know how to set the package connector namespace, user id and password dynamically from TM1 Java API ? I could not find any clue what is java class...
The issue is solved. I checked on my configuration, the namespace ID is not same as its name.
Now, I am using namespace ID (previously, I was using namespace name), and it is working.
Hi Bagovino, Thanks for your reply. I did it before post this issue, but it is not working. Do you still have idea ? Hi Moby91, Thanks for your reply. Yes, I read it and used it before post this issue, but it is not working. Do you still have idea ? Do somebody have idea to solve this issue ? Thanks.
Hi All, I need to connect to TM1 with CAM security via TM1 API java. I saw 2 methods to connect to CAM: openCAMConnectionWithPassport and openCAMConnectionWithNamespace. I tried to set my namespace, user name and password in those TM1Var parameter, but it is still not working. Can somebody give me a...