Search found 15603 matches

by ArndW
Sun Aug 03, 2008 3:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capture Job Invocation Id for post script
Replies: 3
Views: 1345

From where are you invoking the external script - if from the Sequence then you will have the invocation ID as you are passing it to the job being called; if from the job itself you can use the variable "DSJobInvocationId"
by ArndW
Sat Aug 02, 2008 9:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DatrTime in SQLSERVER
Replies: 13
Views: 2982

cnu - I give up! As mentioned many times before, a date or timestamp column has no format and does NOT need conversion. The only time you have a format is when this column is converted to a display or other format!
Why don't you just try it?
by ArndW
Sat Aug 02, 2008 7:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DatrTime in SQLSERVER
Replies: 13
Views: 2982

The Date and Time value are not stored in any "format" at all, the format is a display-only attribute.

What have you actually tried so far? Oracle DATEs contain time information, if you read this as a timestamp and declare your output as timestamp as well this could work.
by ArndW
Sat Aug 02, 2008 6:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The current soft limit on the data segment (heap) size
Replies: 1
Views: 1916

You are not getting this error, but getting this warning message. It suggests that you increase the soft limit, but doesn't prevent any processing.
by ArndW
Sat Aug 02, 2008 6:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid Julian Day
Replies: 10
Views: 8442

What are the datatypes for lnk_Sort_Op.NTWK_ROW_BGN_DT and lnk_Sort_Op.NTWK_ROW_END_DT? If they are not timestamp dataypes then perhaps you are performing an implicit conversion and one of these two values does indeed contain invalid data at runtime.
by ArndW
Sat Aug 02, 2008 6:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DatrTime in SQLSERVER
Replies: 13
Views: 2982

There is no need for a conversion if your datatype is DATE, the display format isn't relevant in this case, just the contents.
by ArndW
Sat Aug 02, 2008 6:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: output from hashed file
Replies: 47
Views: 11788

Add "COL.SPACES 1" to limit the spaces between columns to 1 instead of the default 3.
by ArndW
Sat Aug 02, 2008 6:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML stage error in DS v8.0.0.1
Replies: 5
Views: 1228

Vince - interesting note. We have had a couple of XML patches on Solaris as well as AIX and each time I had to go and manually replace the xmli.so and xmlo.so libraries! Since the OP went across releases I discounted that possible error and assumed that entrypoints had changed.
by ArndW
Sat Aug 02, 2008 5:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Design patterns
Replies: 3
Views: 1402

I'm not sure what you mean by "design patterns", could you detail what exactly you are looking for?
by ArndW
Sat Aug 02, 2008 5:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lock on project
Replies: 2
Views: 1398

This might have happened if an admistrative lock was taken and not released (this could happen if the process aborts). Do you have the DataStage deadlock daemon running? If not, it would make sense to start it in order to see if it takes care of that lock. If that doesn't work, then I can think of 2...
by ArndW
Fri Aug 01, 2008 8:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML stage error in DS v8.0.0.1
Replies: 5
Views: 1228

Then try doing one - it looks like you still have UNIX paths in there.
by ArndW
Fri Aug 01, 2008 6:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: very limited parallelism
Replies: 1
Views: 910

What system condition is triggering the coredump? Also, do you have "dbx" installed, this will let you look at the stack of the core (among other functions) with which you might be able to track the cause.
by ArndW
Fri Aug 01, 2008 5:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: JobControl in Routine
Replies: 2
Views: 928

Do you have a "$INCLUDE DSINCLUDE JOBCONTROL.H" in the code? The DSJS.CRASHED value is declared in that file.
by ArndW
Fri Aug 01, 2008 4:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 7.5.1 A to Hawk(8.0.0.1) DataStage Migration
Replies: 1
Views: 1340

If you have checked the APT_CONFIG file syntax and it is correct, then most likely your DS Server isn't sufficiently powerful or not configured with enough memory to deal with all the PX processes. Try a smaller APT_CONFIG file configuration and see if that fixed the problem.
by ArndW
Fri Aug 01, 2008 4:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Forward compatible
Replies: 1
Views: 1027

In 99% of all cases the answer is "yes".