Search found 6 matches
- Wed Jan 12, 2011 9:04 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: 154: TM1 API DOTNET Exception: -failed to create client cred
- Replies: 8
- Views: 7421
Re: 154: TM1 API DOTNET Exception: -failed to create client
TM1APIDOTNET Exception: - CAM security is required to login to server: This is the code which i am using to Login to TM1server using C#.Net. protected int tm1Main() { String adminHost, tm1Svr, tm1Uid, tm1Pwd; adminHost = "INFPWH0040"; tm1Svr = "developer"; tm1Uid = "xxx&quo...
- Wed Jan 12, 2011 5:10 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Names of Cubes in a server
- Replies: 14
- Views: 10096
Re: Names of Cubes in a server
Hi,
Did anyone found any solution? I need to execute a TI process through c#.net using the API.
Did anyone found any solution? I need to execute a TI process through c#.net using the API.
- Mon Dec 27, 2010 9:51 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Names of Cubes in a server
- Replies: 14
- Views: 10096
Re: Names of Cubes in a server
Thanks Alan.. will try
- Fri Dec 24, 2010 6:14 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Names of Cubes in a server
- Replies: 14
- Views: 10096
Re: Names of Cubes in a server
Hi have anyone tried this... expecting help from u..
- Thu Dec 23, 2010 1:57 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Names of Cubes in a server
- Replies: 14
- Views: 10096
Re: Names of Cubes in a server
Hi Alan.. thanks for ur reply. what i have done so far is, Registering the DLL by [DllImport(@"C:\\Program Files\\Cognos\\TM1\\bin32\\tm1api.dll", EntryPoint = "TM1APIInitialize")] public static extern void TM1APIInitialize(); [DllImport(@"C:\\Program Files\\Cognos\\TM1\\bin...
- Thu Dec 23, 2010 5:28 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Names of Cubes in a server
- Replies: 14
- Views: 10096
Re: Names of Cubes in a server
Hi, can i get the code to connect and execute a process in TM1 through .net code. Thanks in advance