Installation Issue - Xmeta user

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
sohasaid
Premium Member
Premium Member
Posts: 115
Joined: Tue May 20, 2008 3:02 am
Location: Cairo, Egypt

Installation Issue - Xmeta user

Post by sohasaid »

Hi,

We're trying to install IIS v9.1 on Linux Redhat. All DataStage components are on one machine (except client of course), abd a fresh WAS & DB2 are getting installed through IIS installation.

The installation creates successfully wasadmin & isadmin users through wizard. But while configuring DB2 users (db2inst1, db2fenc1, dasusr1), wizard creates only the group but fails to create them when choosing 'Create new user' option (not sure why).
As a work around, we created the user manually and choose the other option 'Existing user' so it moves to the next step.

The same approach we follow for 'xmeta' user at 'Repository Configuration' step, we created it manually and set its password manually as well. But it throws this error after providing 'xmeta' username & password:

Code: Select all

CDIIN2029E: Internal error: The ValidateUser tool was called incorrectly
The only difference between xmeta and the other DB2 users is the installation requests only the password for xmeta user while it does not for others.

Any thoughts about this issue.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Read the Planning, Installation and Configuration Guide again. The DB2 users must be created before the installation is performed. It's best practice to pre-create the WAS admin user, the IIS admin user and the DataStage admin user too, though this is not always possible (for example where the system uses LDAP authentication).
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
sohasaid
Premium Member
Premium Member
Posts: 115
Joined: Tue May 20, 2008 3:02 am
Location: Cairo, Egypt

Post by sohasaid »

Thanks Ray.

Grant 777 permission on ValidateUsers tool has fixed the problem.
Post Reply