Search found 15603 matches

by ArndW
Fri Mar 07, 2008 3:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Substring using modify stage
Replies: 15
Views: 6068

If the format is YYYY-MM-DD then your mask should be "%yyyy-%mm-%dd"
by ArndW
Fri Mar 07, 2008 3:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generic Lift & Load Job
Replies: 1
Views: 967

How about making views of the source tables which have timestamp instead of date, then use RPC and generic jobs for the transfer.
by ArndW
Fri Mar 07, 2008 3:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Update and Delete Problem
Replies: 20
Views: 2807

If you replace your output ODBC with a sequential file, you will see that 8 records get sent down that link. The same applies to ODBC, but for some reason not all 8 records are doing what you expect in the database. Can you try to execute these 8 statements manually and separately to the database an...
by ArndW
Fri Mar 07, 2008 3:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PID Failed
Replies: 4
Views: 1479

Is it called with exactly the same parameters from the sequence? Is it a multi-instance job and is it called up with an instance name?
by ArndW
Thu Mar 06, 2008 10:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Update and Delete Problem
Replies: 20
Views: 2807

Does that mean after you put a reject link *some* of the acno=2 or 3 or 4's are being updated?
by ArndW
Thu Mar 06, 2008 10:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join Throws error
Replies: 15
Views: 5262

The first error is a write error in the Join stage, so that leads to the question of what stage is that? If you make a test copy of your job and output to a peek stage, does the error remain?
by ArndW
Thu Mar 06, 2008 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Update and Delete Problem
Replies: 20
Views: 2807

Put a reject link on your ODBC output to see what error might be occurring on your update.
by ArndW
Thu Mar 06, 2008 6:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: config db2 server and Datastage EE on IBM AIX
Replies: 18
Views: 4796

I don't know what you have done with your libpath; the first entry, "=/datastage/dsadm/Ascential/DataStage/Projects/scbtransdev/RT_BP3.O" shouldn't be there at all!

In addition, "/Datastage/DSEngine/lib" is NOT in that libpath, which explains your error.
by ArndW
Thu Mar 06, 2008 6:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSSetJobLimit in Job control tab.
Replies: 4
Views: 1016

You cannot change that limit from within the job itself, that needs to be done before the job is started.
by ArndW
Thu Mar 06, 2008 5:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Using MERGE
Replies: 11
Views: 2777

No, can you "View Data" in your 2 source sequential stages in the designer program.
by ArndW
Thu Mar 06, 2008 5:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob error. Status code = -1004
Replies: 5
Views: 5065

If you have 2 instances of DataStage running on the same machine you will have to use the server name and port number in your dsjob command so that it know which engine to go to.

i.e. dsjob -server Mybox:31540 -user me -password secret -run -mode NORMAL ric_dss_dev Job_UsingColumnGenerator
by ArndW
Thu Mar 06, 2008 4:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to find the path of the job?
Replies: 16
Views: 5266

It is very hard to understand your requirements. The output file(s) are defined in the jobs and only you have access to those.
by ArndW
Thu Mar 06, 2008 4:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Engine Statu = Not Running
Replies: 4
Views: 985

I think that you will have to ask your support provider on this one - I've not seen "not running" displayed on a system that is running before.
by ArndW
Thu Mar 06, 2008 4:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob error. Status code = -1004
Replies: 5
Views: 5065

Re: dsjob error. Status code = -1004

bin/dsjob -run -mode NORMAL ric_dss_dev Job_UsingColumnGenerator

what does bin/dsjob -ljobs ric_dss_dev show? Is "Job_UsingColumnGenerator" in the list?
by ArndW
Thu Mar 06, 2008 3:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Using MERGE
Replies: 11
Views: 2777

Can you "view data" on your 2 input files?