Search found 15603 matches

by ArndW
Mon Nov 16, 2009 5:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal Termination
Replies: 11
Views: 4008

the line numbers are rarely correct, they are usually off by a couple of lines. If you post lines 325 through 340 or look into those lines you will find the appropriate error.
Does the job abort immediately or does it take a while before it aborts?
by ArndW
Mon Nov 16, 2009 5:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extracting records from Binary files using server routine
Replies: 8
Views: 3467

That should be quite easy to do. Instead of me trying to figure out the c++ code for the decimal unpacking, could you explain it to me in words?
by ArndW
Mon Nov 16, 2009 5:50 am
Forum: General
Topic: Migrate dstage version - Problems with dsjob
Replies: 2
Views: 1734

No, not that I know of.
by ArndW
Mon Nov 16, 2009 5:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to find all the jobs wherever a particualr table has
Replies: 9
Views: 3626

If you have used the table metadata everywhere, then you can do a find from within DataStage, otherwise it is more difficult. You could export the project and search for the table name in the .dsx or .xml file.
by ArndW
Mon Nov 16, 2009 5:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unrecognized top level format: date_format="yyyy-mm-dd&
Replies: 7
Views: 3141

Back again - if you don't change the default, but set a specific format for your date column, does it work?
by ArndW
Mon Nov 16, 2009 4:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert Rows to columns
Replies: 2
Views: 1506

Vijay, at least once a week someone posts pretty much exactly the same question on DSXChange. Please use the Search function before posting a question, particularly if it is not a very exotic type one; DSXChange has been around for many years and there is a lot of stored knowledge in the old threads...
by ArndW
Mon Nov 16, 2009 4:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencer Parameter Looping
Replies: 2
Views: 857

It might be best to store this last-run-date in your database as opposed to a sequential file, that depends on whether or not other processes need to know the last run date.
by ArndW
Sun Nov 15, 2009 5:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Operator terminated abnormally: received signal SIGABRT
Replies: 3
Views: 3512

Ignore the errors after the first one, they are just window dressing. Your first error was ...Occurred: 1:13:42 AM On date: 11/15/2009 Type: Warning Event: SRC_EXT_STG_QUOTA_PULLBACKS,0: *** glibc detected *** /opt/IBM/InformationServer/Server/PXEngine/bin/osh: malloc(): memory corruption (fast): 0x...
by ArndW
Sat Nov 14, 2009 7:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unrecognized top level format: date_format="yyyy-mm-dd&
Replies: 7
Views: 3141

If I understand your post correctly, you changed the job default setting for date format in one of the job tabs, right? I have had trouble with this in past as well and ended up using a specific column format. This problem was at an older V7 version and might have since been fixed.
by ArndW
Sat Nov 14, 2009 7:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Stage load problem
Replies: 10
Views: 3746

The "LOAD" method requires exclusive access, unlike the "upsert" mode, talk to your DBA to check on who is holding locks to the table when you try a bulk load.
by ArndW
Fri Nov 13, 2009 11:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: read data in tables stored in DB2 on iSeries
Replies: 7
Views: 6359

Your best best is to get a DB2 dba. Then see if you can successfully do a "db2 connect" from your UNIX machine (DataStage server); once that functions you know that, when correctly configured, DataStage will also be able to.
by ArndW
Fri Nov 13, 2009 9:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Write to dataset failed
Replies: 13
Views: 5386

"df ." when you were attached to which directory? Can you run your job and monitor the usage in your scratch directory?
by ArndW
Fri Nov 13, 2009 9:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: (Subroutine failed to complete successfully (30107))
Replies: 2
Views: 3551

An urgent problem... and only for Ray... This could be interesting. :|
by ArndW
Fri Nov 13, 2009 9:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: loading strategy in oracle
Replies: 3
Views: 1058

"OE" is the Oracle Enterprise Stage.
by ArndW
Fri Nov 13, 2009 3:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Bat file returns invalid command in datastage
Replies: 10
Views: 4275

If you put an echo in the bat file does that print out to the log, i.e. does the BAT file get called correctly?