Search found 34 matches

by rverharen
Thu Apr 14, 2011 6:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Failed to load dsengine.dll
Replies: 1
Views: 1809

Original software cd used instead of copy on network from cd

Loading from original software cd solved the issue
by rverharen
Thu Apr 14, 2011 5:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Failed to load dsengine.dll
Replies: 1
Views: 1809

Failed to load dsengine.dll

When installing the DataStage server on a Windows 2003 server we get the error:
Failed to load 'C:\Ascential\DataStage\Engine\BIN\DSENGINE.dll'.
Line:509 File:c:\build\dstage\NTINST~1\Engine\Setup\dsse.rul


Any ideas on how to proceed?
by rverharen
Wed Jan 26, 2011 4:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Memory fault handling
Replies: 1
Views: 1655

Memory fault handling

Each night a project runs and one job (extracting from oracle based on a join on large tables and moving data to another oracle table) leds to the following error Contents of phantom output file => RT_SC177/OshExecuter.sh[20]: 2924746 Memory fault(coredump) Parallel job reports failure (code 139) Th...
by rverharen
Wed Dec 09, 2009 7:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in importing project
Replies: 1
Views: 1318

Problem solved

The problem seemed to be the copy that was done on windows which for some reasen created a file of the same size as the original one (132 MB)but with an abrupt ending of the code in the middle of a job.
For that reason the dsx just was incomplete and caused the error mentioned in the first post.
by rverharen
Wed Dec 09, 2009 5:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in importing project
Replies: 1
Views: 1318

Error in importing project

When importing a dsx in a new datastage project i am getting the following error: Line 3307579: Unknown property name 'LeftTex'. Object=V0S4P2 Class=CJSActivityOutput I do not know which job or routine causes the error as the error appears before updating all the imported jobs. Any suggestions on ho...
by rverharen
Wed Oct 28, 2009 2:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Set backup on different server
Replies: 1
Views: 1271

Set backup on different server

Hi, We have a unixmachine with datastage enterprise edition running on it. We need to set up a different server with exactly the same installation en filesystem and also with the same projects. Can this be done by copying the entire backup (filesystem (including users and groups) and data (datasets,...
by rverharen
Thu Sep 24, 2009 12:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job aborting to lookup failure
Replies: 2
Views: 6514

Link property was set to fail

I found it, the link property was set to fail when the lookup condition was not met.
by rverharen
Thu Sep 24, 2009 12:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job aborting to lookup failure
Replies: 2
Views: 6514

Job aborting to lookup failure

Hi all, In a parallel job I get the following error on a parallel job which does several look-ups to oracle database tables: Job aborting due to lookup failure on link: readContractDim and The runLocally() of the operator failed. That is all i am getting from the director. Restarting the job still g...
by rverharen
Thu Nov 27, 2008 2:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to create project
Replies: 7
Views: 2822

Problem solved: A loginscreen was open on the background

Thanks for the answers. I passed the instructions on to IT and they executed them, unfortunaltely with no result. Apparenty the project had been fully deleted by the delete action but someone (there are a lot of datastage users) still had an open loginscreen from the director with the default select...
by rverharen
Wed Nov 26, 2008 7:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to create project
Replies: 7
Views: 2822

Not able to create project

Hi there, We deleted a project but while deleting the datastage server went down. When trying to create the project datastage gives an error that the project already exists (although it can't be seen in the administrator). is there a way to create the project with the same name it had? We already st...
by rverharen
Tue Nov 04, 2008 8:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failed to connect to Datastage, directory not a UV account
Replies: 2
Views: 2007

Authorisation problem

The O/S user which was assigned to the datastage user didn't have enough rights on Unix.
by rverharen
Tue Nov 04, 2008 8:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error: C Stage Plugin function only as a new datastage user
Replies: 2
Views: 1873

Error: C Stage Plugin function only as a new datastage user

Hello, I have added a new datastage user. When using this new user, with its own unixuser instead of dsadm, I get the error C Stage PlugIn function "Get" required. I have read the topics concerning this problem but in this case everything works fine when addressing the O/S as dsadm. Do you...
by rverharen
Mon Nov 03, 2008 10:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failed to connect to Datastage, directory not a UV account
Replies: 2
Views: 2007

Failed to connect to Datastage, directory not a UV account

Hello, On the host site of Websphere I added a user . With this user I am able to logon to Datastage. Datastage uses the user 'dsadm' to connect to unix from the datastage server. Now i added a user on unix. Because I want the new datastage user to logon to unix with the new unixuser i added a user ...
by rverharen
Wed Jan 23, 2008 9:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: location of uvodbc.config file on unix
Replies: 2
Views: 1699

Hi Ray,

Thanks for your fast response.
I found the file and with 'localuv' as the DSN in the Universe stage I am able to look at the hash file now.

Greetings, Roy
by rverharen
Wed Jan 23, 2008 9:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SELECT WHERE Problem
Replies: 15
Views: 4751

Missing From clause

You're missing the From <table> clause in your statement.
Oracle then always returns the last column in your select statement as the column which cannot be found
make sure the from clause is added