How to automate the registration of many login users in ARIS Business Architect ?

Translate this pagebookmark or share this page

Hi, Community!

We want to register around 40 Login per each person to use ARIS Business Developer.

But, this manual  job is too diffcult to register one-by-one Login id and password.

Is there any idea to automate this problem something like "Login registration macro" ?

 

We need your clear soltuion of this issue as soons as possible.

Thanks for your help, in advance.

Comments
xxxxxxxx's picture

Hello,

I had that problem in IT Architect. Maybe could write a report that imports user data from excel (or other source).

Basically I'm using the API function Database.CreateUser( String username, String password ) to create users. The (username, password) pairs are read from an excel file using the XlsWorkbook class functions.

Is this possible in in ABD?

 

 

Martin's picture

Do you have a User Directory Service (LDAP, MS Active directory) ? Aris Business Server can be connected to LDAP servers (cf. Aris installation and admin. guide) for authorisation of access. Your adminstration would be reduced to looking up the user accounts on the LDAP server and assigning users to user groups in Aris DBs to grant privileges.

A report script for Aris Architect to import user/password lists from excel you can copy from the German Aris User forum  (Search for the keyword "importfile")