Search found 5 matches
- Wed Apr 24, 2013 2:16 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: How to install and configure TM1 Architect on Windows XP?
- Replies: 9
- Views: 10807
Re: How to install and configure TM1 Architect on Windows XP
Good day! I have the same issue but with only difference that I'm trying to access TM1 using .Net API (Applix.TM1.API.dll). When I run test application on the server where TM1 is installed everything is working fine and I can obtain the list of servers. When I try the same on different server in the...
- Wed Apr 10, 2013 12:56 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: 154: TM1 API DOTNET Exception: -failed to create client cred
- Replies: 8
- Views: 7244
Re: 154: TM1 API DOTNET Exception: -failed to create client
Finally I was able to connect TM1. The correct code is: admin.Servers["SERVER"].LoginUsingCAMNamespace("NAMESPACE", "USER", "PASSWORD"); where USER is normal user name (like "John Smith"), PASSWORD is normal password, but NAMESPACE is the tricky one....
- Tue Apr 09, 2013 9:07 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: 154: TM1 API DOTNET Exception: -failed to create client cred
- Replies: 8
- Views: 7244
Re: 154: TM1 API DOTNET Exception: -failed to create client
Could anyone share *.chm with documentation for TM1 .Net API? It is not installed on the server and I can't find it online.
- Mon Apr 08, 2013 9:08 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: 154: TM1 API DOTNET Exception: -failed to create client cred
- Replies: 8
- Views: 7244
Re: 154: TM1 API DOTNET Exception: -failed to create client
Thanks a lot for suggestion! Here is what I have tried (unfortunately without luck, will try more later): LoginUsingCAMNamespace("Active Directory", "CAMID(\"Server_Test:USR\")", "Password"); LoginUsingCAMNamespace("Active Directory", "CAMID(Ser...
- Mon Apr 08, 2013 6:48 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: 154: TM1 API DOTNET Exception: -failed to create client cred
- Replies: 8
- Views: 7244
Re: 154: TM1 API DOTNET Exception: -failed to create client
Have you resolved your problem? I met the same issue yesterday but unfortunately can't find proper solution. IntegratedSecurityMode is set to 5 and can't be changed due to security restrictions. So when I try this code: TM1AdminServer admin = new TM1AdminServer(hostName, "tm1adminserver");...