Search found 5 matches

by meri
Tue Sep 27, 2011 6:26 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Set TM1 Cognos Package Connector Connection Value by TM1 API
Replies: 2
Views: 2407

Set TM1 Cognos Package Connector Connection Value by TM1 API

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...
by meri
Mon Aug 01, 2011 3:14 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Connect to TM1 with CAM by using API
Replies: 5
Views: 4815

Re: Connect to TM1 with CAM by using API

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.

Thanks for your great help :)
by meri
Mon Aug 01, 2011 2:08 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Connect to TM1 with CAM by using API
Replies: 5
Views: 4815

Re: Connect to TM1 with CAM by using API

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.
by meri
Fri Jul 29, 2011 10:36 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Connect to TM1 with CAM by using API
Replies: 5
Views: 4815

Connect to TM1 with CAM by using API

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...