Search found 53125 matches

by ray.wurlod
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

I have seen DataStage saturate 100Mb networks. The solution in that case was to go with fibre-optic, at least between servers. Network cards for fibre-optic cables are surprisingly inexpensive. But you might also use, say, a 1Gb copper cable network.
by ray.wurlod
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

In that case what gave you the clue to uninstall Metadata Workbench?

What does your official support provider have to say?
by ray.wurlod
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

Read the manual to find out which of these environment variables takes precedence if both are set, and adapt accordingly.
by ray.wurlod
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...
by ray.wurlod
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...
by ray.wurlod
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

Welcome aboard.

It's not a DataStage thing. No operating system will allow you to delete a file that is open. So it is here - if it's open (being viewed by Director) it can't be cleaned up.
by ray.wurlod
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

What precisely do you mean by "not working" and what is your proof ?
by ray.wurlod
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

The issue may simply have been that orchadmin was executed by an interactive user, not a DataStage process. DataStage processes automatically execute dsenv; interactive users have to remember to do so.
by ray.wurlod
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

Does "very argent" mean you're prepared to pay?
:lol:
by ray.wurlod
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

Marketing would have it so.
by ray.wurlod
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

Indeed the only type of routine that can be invoked by a job sequence's Routine activity is a server routine whose type is "tranform function".
by ray.wurlod
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

Did you forward that private message to U ? U is the name of one of our members. The second person personal pronoun in English is spelled "you", not "u". Please strive to maintain a professional standard of written communication when using DSXchange. You wouldn't document your wo...
by ray.wurlod
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

Please delete your duplicate post before anyone responds to it.

CLOB is not a supported data type but you can usually successfully use a sufficiently large VarChar field.
by ray.wurlod
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

Moderator: please move to QualityStage forum

Are you asking about the "ZQ" literal, or something else?
by ray.wurlod
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...