Search found 53125 matches

by ray.wurlod
Thu Jan 03, 2008 3:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML_Input_0,0: Error occurred in call to ORPHCallActivePlugi
Replies: 1
Views: 657

Learn. Were any other errors/warnings logged? Did you transcribe the error message accurately? Note that pasting it as the subject line has truncated it - how about pasting the complete error message into the body of a post on this thread. Have you performed a Search to see whether anyone else has e...
by ray.wurlod
Thu Jan 03, 2008 3:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how it will work the SCD stage
Replies: 5
Views: 1167

Describe - exactly - how you have set up the SCD stage - ideally with a picture of each tab.
by ray.wurlod
Thu Jan 03, 2008 3:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: process still running after insert
Replies: 1
Views: 718

Talk to your DBA about keep-alive interval and/or inactivity timeout.

DataStage *should* disconnect; perhaps you could run an ODBC trace to see whether the SQLDisconnect() function is called - if it is, the problem is with ODBC, if it is not, the problem is with DataStage.
by ray.wurlod
Thu Jan 03, 2008 3:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Usage analysis of a table
Replies: 2
Views: 789

No. There are internal linkages maintained between the table definitions branch of the Repository and job designs into which those definitions have been loaded or from which table definitions have been saved. If you right click on the Columns grid in a passive stage in a job design you will find tha...
by ray.wurlod
Thu Jan 03, 2008 2:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiling fine in one project... not in other
Replies: 1
Views: 741

Check that the compiler is correct, that the four environment variables associated with the compiler and linker are set correctly on the new server.
by ray.wurlod
Thu Jan 03, 2008 2:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Connect with EXCEL
Replies: 11
Views: 1510

The ODBC driver for Excel requires - mandates - that the worksheet be in "pure" tablular format with column headings.
by ray.wurlod
Thu Jan 03, 2008 2:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: compilation dscc
Replies: 4
Views: 1154

Why did you bother buying DataStage, if you're going to script everything?!
by ray.wurlod
Thu Jan 03, 2008 2:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Records are rejecting in Hash file
Replies: 2
Views: 648

What is the output link execution order in your Transformer stage?

If the rejects link is first, then all rows will be "rejected", because the rejects link handles any row that has not been processed by an earlier-executed output link.
by ray.wurlod
Thu Jan 03, 2008 2:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is it still good to use CLEAR.FILE &PH& ?
Replies: 1
Views: 1046

The RESIZE is only ever required once per project - once &PH& has been converted to Type 19 it remains thus for ever. Clearing, or clearing old files from, &PH& is good practice - once jobs have completed and/or been reset the files in &PH& are no longer required. If you are ...
by ray.wurlod
Thu Jan 03, 2008 2:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: question on returned status code
Replies: 4
Views: 993

That's fair, bcause the job sequence has aborted in each case.
Restartable is clearly a different flag somewhere.

"Stopped" is usually stopped by operator - that is, a Stop request was issued.
"Crashed" is an internal error which is usually sufficiently severe as to preclude any diagnosis.
by ray.wurlod
Thu Jan 03, 2008 2:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update Sequence number as part of the job sequence
Replies: 16
Views: 4366

... or a custom routine with Open, RecordLockU, Write and Close.
by ray.wurlod
Thu Jan 03, 2008 2:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to use Call DSExecute
Replies: 10
Views: 3449

Why not just create a server job to execute the query and load the result either into that job's user status area or into a file for subsequent retrieval?
by ray.wurlod
Thu Jan 03, 2008 2:34 pm
Forum: General
Topic: reading a fixed-width flat file
Replies: 7
Views: 1745

Look on the Stage properties of your Sequential File stage - is it set for UNIX-style, DOS-style or None? Look in the file itself, using a hex editor. How are lines in the file actually terminated? Note that, if lines can be more, equal or less than 637 characters, then you do NOT have fixed-width f...
by ray.wurlod
Thu Jan 03, 2008 2:28 pm
Forum: IBM QualityStage
Topic: import from ODBC
Replies: 4
Views: 2060

You seem to have a grasp of what is needed. While it is not necessary that the QS datafile definition for the Oracle table have the same name as the table, I would suggest that it is best practice to do so. With your QS Designer software is the QS help file (QualityStage.chm). Open this and do a sea...
by ray.wurlod
Thu Jan 03, 2008 4:10 am
Forum: General
Topic: how can i import & export through command prompt
Replies: 6
Views: 1815

:!:
I was editing the post when Arnd posted that!