Search found 53125 matches
- Tue Feb 17, 2009 4:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SERIOUS DESIGN PERFORMANCE ISSUES - WINDOWS
- Replies: 9
- Views: 3589
- Tue Feb 17, 2009 4:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: WebSphere is generating huge heapdump and javacore files
- Replies: 8
- Views: 4197
- Tue Feb 17, 2009 4:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Commit Interval
- Replies: 4
- Views: 1214
- Tue Feb 17, 2009 4:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to LIST DataStage Objects (Non-JOB) from Administrator
- Replies: 1
- Views: 1579
Why would you expect anything other than job objects to be in a table called DS_JOBOBJECTS ?!! Other things have other tables - you can search DSXchange to learn the table names. For example table definitions are stored in DS_METADATA and routines are stored in DS_ROUTINES. Shared containers, not su...
- Tue Feb 17, 2009 4:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: running a datastage server job from Windows batch file
- Replies: 4
- Views: 2979
If you want the command to be echoed to the screen you need to keep the echo command, but you still need a dsjob command. echo C:\IBM\InformationServer\Server\DSEngine\bin\dsjob -run -param LSPARMIN=1199228833 LSTESTING GaryTest1 C:\IBM\InformationServer\Server\DSEngine\bin\dsjob -run -param LSPARMI...
- Tue Feb 17, 2009 4:03 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: DS job and the data sets will not be cleaned up
- Replies: 11
- Views: 5933
- Tue Feb 17, 2009 2:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Commit Interval
- Replies: 4
- Views: 1214
- Tue Feb 17, 2009 2:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: orchadmin Path
- Replies: 7
- Views: 6527
- Tue Feb 17, 2009 2:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: regarding spliting the records
- Replies: 14
- Views: 2935
- Tue Feb 17, 2009 2:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: RTI Output and RTI Input
- Replies: 4
- Views: 2184
- Tue Feb 17, 2009 2:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: server routine in sequence with parallel job in job activity
- Replies: 3
- Views: 1857
- Tue Feb 17, 2009 2:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: backup of folder using dsexport command
- Replies: 14
- Views: 8459
- Tue Feb 17, 2009 2:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to retrive the data from CLOB Column through datastage
- Replies: 11
- Views: 7569
- Tue Feb 17, 2009 2:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Standardization Stage
- Replies: 1
- Views: 1089
- Tue Feb 17, 2009 2:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: location of libdsplugin.so
- Replies: 9
- Views: 5834
I don't know the answer for HP-UX. Why not just use a find command to determine the location of libdsplugin.so and verify that its parent directory is in your shared library search path. By the way, is it LD_LIBRARY_PATH on HP-UX? I have a feeling that it's not, that it should be SHLIB_PATH (or is i...