I assume you ran XMETA scripts before the install.
You should not need to restart the OS after adding users.
You don't need to create any groups in the web console.
Your error message indicates USER1 vs. USER123. Double check that first.
Search found 2886 matches
- Thu May 03, 2012 5:32 pm
- Forum: General
- Topic: No Engine credentials were found on the Services Tier
- Replies: 37
- Views: 24566
- Thu May 03, 2012 5:25 pm
- Forum: General
- Topic: Datastage Connection failure
- Replies: 2
- Views: 1516
Given that the error tells you incorrect user or password, it's probably not a network, hosts, or firewall type of issue. You can confirm that by disconnecting from your network. You should find a different error upon login.
Someone has probably changed a setting on the server or via the web console.
Someone has probably changed a setting on the server or via the web console.
- Thu May 03, 2012 5:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: main_program: There are no sort keys in the dataset schema.
- Replies: 2
- Views: 2256
- Thu May 03, 2012 5:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error with SQL STATE 40003
- Replies: 7
- Views: 3621
- Thu May 03, 2012 5:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Action String Parameter is not valid or is too long
- Replies: 3
- Views: 1532
- Thu May 03, 2012 4:33 pm
- Forum: General
- Topic: No Engine credentials were found on the Services Tier
- Replies: 37
- Views: 24566
The engine tier cannot use the internal user registry. For an internal user registry, set User Registry to Not Shared and map credentials. For an external user registry, set User Registry to Shared or Not Shared, depending on your setup. Mine is like yours all on one box and I have it set to Shared....
- Thu May 03, 2012 4:18 pm
- Forum: General
- Topic: Parameter not picked up by job
- Replies: 7
- Views: 2526
It has been a long time, but the description reminds me of the slight mismatch between client version and server version. I'm recalling a similar problem that finally resolved by discarding the client server software that was off (i.e. 7.5.2 vs. 7.5.1A). Compiles are initiated on the client and comp...
- Tue May 01, 2012 9:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fasttrack istool import error
- Replies: 4
- Views: 2240
- Tue May 01, 2012 6:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Action String Parameter is not valid or is too long
- Replies: 3
- Views: 1532
- Tue May 01, 2012 6:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Hash partitioning
- Replies: 7
- Views: 3824
- Tue May 01, 2012 6:16 pm
- Forum: General
- Topic: DataStage projects not visible
- Replies: 6
- Views: 2903
- Mon Apr 30, 2012 7:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Controlling Data Commit While Loading Multiple Tables
- Replies: 2
- Views: 1168
- Mon Apr 30, 2012 7:05 pm
- Forum: General
- Topic: Creating Connection from DS client to a DB2 Database
- Replies: 3
- Views: 2260
Hopefully this help answer one question... When you execute DataStage jobs, they execute from the server (engine tier), so you don't need a database connection from your client tier (Windows) for jobs to execute. A database connection from your client will still be useful to check database results w...
- Fri Apr 27, 2012 11:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Complex flat file with multiple records
- Replies: 10
- Views: 5391
- Fri Apr 27, 2012 10:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Trimming leading zeros
- Replies: 5
- Views: 2412
That is expected, correct behavior. If your data type is varchar and your string is all zero, then you would end up with '' which is an empty string (two single quotes). Should you need to change empty string to some other value, you can add an If Then Else statement to check for the condition and p...