Tm1Bean which User

Post Reply
mamba
Posts: 6
Joined: Mon May 30, 2016 1:02 pm
OLAP Product: Tm1
Version: 10.2
Excel Version: 2010

Tm1Bean which User

Post 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?");

mamba
Posts: 6
Joined: Mon May 30, 2016 1:02 pm
OLAP Product: Tm1
Version: 10.2
Excel Version: 2010

Re: Tm1Bean which User

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