JDE Password Change

pnagireddy

Member
We are trying to disable the jde userid so that no owe
will use jde account.

For that

1. We created a new account as same previlages as of
jde in oneworld.

2. We created a new account in data base side(Oracle).

3. We changed the jde.ini on the enterprise server to
use the new accounts.

4. we disabled the jde userId.

With this Change everything works fine other than the
Deployment of Packages. we cannot deploy any packages
to the enterprise server after the change.

We did full package builds with success. but cannot
deploy any packages to the server.

If we enable the jde userid and roll backa the jde.ini
everything is going well. but my cleint does not want
to keep the jde user enabled.

So Can you help me for this..
Goal is disabling the jde userid.

ES: Unix HP9000, ONEWORLD XE, SP20-D1, ORACLE.


__________________________________________________
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com
 
Were you able to deploy the pakage to a FAT client?? Making sure it's not an issue with the "new account" not having "LOCAL ADMIN" rights to the Enterprise/Deploy servers.

I know you said that the "new account" was/is setup just like the jde account....

Just thought it would be worth a try installing the package to a FAT client.
 
Whatever your name is,

Was one of the accounts you mentioned a Unix Account? And you're now running the JDE services/processes under that account?

If so whats happening is that several directories only allow access to the owner (like the subdirectories under packages). The owner is still JDE. You either need to change the owner for the entire directory tree to the new account or change permissions to allow group 'rwx' access to all directories. If I were you I would just change the owner using the chown -R command.

Regards,
 
Back
Top