cancel
Showing results for 
Search instead for 
Did you mean: 

how to push users to log on to appl.server and prevent to log on to db serv

Former Member
0 Kudos

Hello

I wander how to push users to log on to application server and prevent users to log on to database server. One possibility I see is using log-on groups(which does not contain database server).

Is there any other solution

thx in advance

Accepted Solutions (1)

Accepted Solutions (1)

former_member185031
Active Contributor
0 Kudos

Well that is right that through logon group user can login into different application server, but how can any user login directly to database server, i think i didnot understand your question properly, or you are trying to say something different such as database connection of process request.

Regards,

Subhash

Answers (1)

Answers (1)

debasissahoo
Active Contributor
0 Kudos

Jan,

I guess you have CI and DB in one server and additional Dialog instance You want users to login to DI instead of CI. The options are..

1. User to directly use the address of DI to connect directly through the dispatcher of DI instead of using the message server login procedure.

2. You create a logon group (without the CI) with only DI and then user uses this logon group to login.

But please keep in mind that if all users use the DI then it might be too overloaded in comparison to CI.

Thanks,

Debasis.