Search found 6 matches

by leo76
Sun Sep 26, 2010 11:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to load data into a DB2 partition table with DB2 connect
Replies: 1
Views: 2515

How to load data into a DB2 partition table with DB2 connect

I use the bulk-load function with DB2 Connector stage to load data into a partition table, this table has 16 partitions, with default parameter I found this stage just load 1/16 data into the table, I found we can set some partition parameter for the stage, but I know know the correct syntax, such a...
by leo76
Mon Nov 09, 2009 11:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: About the two parameter with teradata EE stage
Replies: 2
Views: 2111

Thanks.

So if my number of node in config file is 4, and SessionsPerPlayer is 2, if I set RequestedSessions with 8, then the number of players per node will be 1, right?
by leo76
Mon Nov 09, 2009 3:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: About the two parameter with teradata EE stage
Replies: 2
Views: 2111

About the two parameter with teradata EE stage

If I leave the two paramemter( SessionsPerPlayer ,RequestedSessions ) with default value, the job will failed, if I change this value with 1, it works well. Teradata_Enterprise_19,20: TeraSync:DB Call Failure(success check) Info = 0, Code = 2631, Message = Transaction ABORTed due to Deadlock.error c...
by leo76
Thu Nov 06, 2008 10:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shared Container
Replies: 3
Views: 3813

you need to match you the table defination in both link of job and server container, just like you call a function in c or java programr, you must keep the paramemter as same
by leo76
Wed Jan 30, 2008 12:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Why multi-copy dataset file in resource folder
Replies: 1
Views: 1062

Why multi-copy dataset file in resource folder

Hi, As we know for each .ds descriptor file we only have one dataset file in each node, even though we have run job with multi-instance in sequence. Now I found in one node resource folder for eahc descriptor file we have multi-copy dataset file with the same ***.ds prefix, only the file date and po...
by leo76
Tue Jul 17, 2007 6:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Adding Months to theExisting Months
Replies: 3
Views: 2166

But how to call server routine in Parallel job transform