Unable to login to DataStage : Error calling subroutine: *DataStage*DSR.ADMIN (Action=10) |
|
|
| Data Modeling - DataStage ETL | |
| Written by Ross Alvarez | |
| Friday, 19 January 2007 19:36 | |
|
DataStage Error: Error calling subroutine: *DataStage*DSR.ADMIN (Action=10); check DataStage is set up correctly in project IRMPBAPMart (The connection is broken (81002)) Solution: The DataStage version used is 7.5. Somehow, DataStage wasn't able to validate a username with 9 or more characters. DataStage use the ".adm" permission files to determine what users belong to "Operator", "Developer", or "Manager" group. In the above error, a username that belongs to the developer group was not being validated. The usernames are stored in ".developer.adm" file. The solution is, trim the username to just 8 or less characters.
|
|
| Last Updated on Friday, 19 January 2007 19:37 |


