Cycling Infosphere Services

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
bgs_vb
Premium Member
Premium Member
Posts: 79
Joined: Mon Jan 02, 2006 5:51 am

Cycling Infosphere Services

Post by bgs_vb »

Hi ,

I am working on Infosphere 8.1 .We have some scheduled jobs running in production daily .But since last few days we are facing particular issue wrt to login to Datstage daily as

"Failed to Authenticate current user against selected domain "
java.lang.NoClassDefFoundError.com/ascential/asb/util/security/imp/utilities
at
com.ascential.asb.util.security.SessionManagerFactory$DefaultSessionManagerFactory.newSessionManager(SessionManagerFactory.java(CompiledCode))
.........................................................
........................................

"

However cycling the server resolves the issue .

But this being production server, we cant afford to cycle server every day and this causes either long running or job or abort of jobs . We are unable to get root cause of the problem .

Any pointers to reason of such issue will be of great help .
PaulVL
Premium Member
Premium Member
Posts: 1315
Joined: Fri Dec 17, 2010 4:36 pm

Post by PaulVL »

Local authentication or LDAP?

Is your WAS tier on the same server as your engine tier?
bgs_vb
Premium Member
Premium Member
Posts: 79
Joined: Mon Jan 02, 2006 5:51 am

Post by bgs_vb »

Its using LDAP authentication .Not sure how to get information about your second question .
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

When you log in to DataStage, is the name of the services tier (the one with the 9080 port number) the same as the name of the engine on which the project exists?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
bgs_vb
Premium Member
Premium Member
Posts: 79
Joined: Mon Jan 02, 2006 5:51 am

Post by bgs_vb »

Yes ,name of the services tier (the one with the 9080 port number) is the same as the name of the engine on which the project exists .
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Are there any error messages in SystemOut.log that might suggest a failure to connect to the LDAP user registry?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply