Page 1 of 1

Tm1Bean which User

Posted: Thu Jun 02, 2016 7:19 am
by mamba
Hello,

i am trying to connect to Tm1 Server using JavaAPI and TM1Bean.
Cann somebody tell me where to configure or find the right user for connecting to Tm1?

Code: Select all

beanObj.openConnection( TM1_SERVER_NAME, ''user?", "pwd?");


Re: Tm1Bean which User

Posted: Thu Jun 02, 2016 7:32 am
by mamba
find out by my self.

The problem was that i try to connect via a Windows-Domain user.
The string for the user i try was "domainname\username", this is wrong.

Just use the simple username without the domainname.