Search found 15603 matches

by ArndW
Mon Dec 08, 2008 6:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove special characters ...
Replies: 2
Views: 1542

The substr() function in DB2 only helps if you know the actual location of the characters to replace. In DS you can use the convert() function to convert certain characters to others (or to empty); but this list might be a long one unless you only have a limited number of special characters. Do you ...
by ArndW
Sat Dec 06, 2008 10:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORCHESTRATE network connection
Replies: 2
Views: 922

Is it correct that your client and server are on the same machine, your Windows PC? Could you please post your APT Config file?
by ArndW
Sat Dec 06, 2008 10:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS.REINDEX ALL from command line.
Replies: 4
Views: 6452

I would also like to know if "mainenance issues" are necessary, but you can "cd" into the project directory, execute {path to Engine}/dssh.exe -C "DS.REINDEX ALL" , the syntax might be off since I can't test it from here, but if you get an error message that will probab...
by ArndW
Sun Nov 30, 2008 8:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extract data from dbf parallel using odbc visual FoxPro
Replies: 4
Views: 1660

An urgent question on a Sunday should be addressed to your 24x7 support provider.
by ArndW
Sun Nov 30, 2008 8:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Number Calculation
Replies: 6
Views: 1562

dssiddu - The second example makes it even more confusing than the first. "the number of zeroes before it" is not understandable as a rule since line 3 and line 4 both have 2 zeroes before. Could you explain the derivation logic in a bit more detail, please?
by ArndW
Sun Nov 30, 2008 4:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capture reject records from log
Replies: 2
Views: 1089

There are a number of ways that records are "rejected" and the answer depends upon exactly what you mean in this case. Usually the best way is to the use stage reject link (when supported) to write these rejects straight to a file.
by ArndW
Sat Nov 29, 2008 10:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generating a mail after loading 10% of data into target
Replies: 5
Views: 1215

It is an attribute in the Sequential file stage when you are reading, something like "Display progress" in the options.
by ArndW
Sat Nov 29, 2008 10:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can a mail be generated reporting that the server is down?
Replies: 5
Views: 1466

dsuser7, you are on Windows, so the scheduling tool is usually "AT", you can read up on that in the documentation.
by ArndW
Sat Nov 29, 2008 6:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Command to clear the log file
Replies: 4
Views: 2116

Go into the director, Menu Job -> Clear Log and then click on the check box for the Auto Purge settings for that particular job. The project default purge settings are set in the DataStage Administrator.
by ArndW
Sat Nov 29, 2008 6:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Abort a job when data in a link has reached some threshold
Replies: 4
Views: 945

If you only have a percentage as input then you cannot do this from within the job unless you know how many rows you are going to get. Then you can compute the trigger number of rows and make a reject link output force the job to abort when the constraint send a row down that link.
by ArndW
Sat Nov 29, 2008 5:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Field load - Error
Replies: 4
Views: 780

I'm really confused now. The output DB2 stage in DataStage does not allow a "view data" to be done. Is the error message from run time? What is your output SQL?
by ArndW
Sat Nov 29, 2008 5:35 am
Forum: General
Topic: handel DBSequence with surrogate Key in transformer
Replies: 3
Views: 1231

Please read the documentation on "NextSurrogateKey" - it is not a constant, but a function that you can select from the function list in Transform stage derivations. Parallel Job Developers Guide, Chapter 11, page 183.
by ArndW
Sat Nov 29, 2008 5:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generating a mail after loading 10% of data into target
Replies: 5
Views: 1215

If the source is a sequential file, you can have DataStage report statistics to the log file, then write a job or script to examine the log file looking for the percentage figures.
by ArndW
Sat Nov 29, 2008 5:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generating a mail after loading 10% of data into target
Replies: 5
Views: 1215

If the source is a sequential file, you can have DataStage report statistics to the log file, then write a job or script to examine the log file looking for the percentage figures.
by ArndW
Sat Nov 29, 2008 5:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can a mail be generated reporting that the server is down?
Replies: 5
Views: 1466

There are numerous ways to do this. How about an hourly "AT" scheduled batch script that starts a small DS job and then checks the error code / status. If the status is invalid then send a mail.