Search found 91 matches

by suse_dk
Tue Sep 20, 2011 3:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partition reads were not enabled
Replies: 5
Views: 3232

Set "enable partioned read" to true in the ODBC Connector. Then choose between a modulus or range partitioning method.
by suse_dk
Tue Sep 20, 2011 4:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Microseconds issue in Timestamp column
Replies: 7
Views: 2761

Are you sure that you actually have a microsecond value in the timestamp from the other two source?

Try to post examples of all three source timestamps.

Do you want the timestamp truncated as in all zeros (.000000) or as in not shown at all?

What length and scale have you set for the timestamps?
by suse_dk
Tue Sep 20, 2011 4:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transpose Row to column from two files
Replies: 10
Views: 3821

You can join the two output from the sequential file stage on the key value you are generating.
by suse_dk
Thu Sep 15, 2011 2:20 pm
Forum: General
Topic: PX ODBC connector properties dialog box missing some pages
Replies: 9
Views: 7396

hmmm... we use HP Quality Center too....
by suse_dk
Thu Sep 15, 2011 1:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Access Mainframe Flat Files
Replies: 5
Views: 2993

I know! Just didn't know what else to call it...
by suse_dk
Thu Sep 15, 2011 9:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Access Mainframe Flat Files
Replies: 5
Views: 2993

You can easily use the sequential file stage too...

Set the NLS (IBM01142 or check with the mainframe admin)
Set the format (fixed length, binary, Packed decimal)
by suse_dk
Wed Sep 14, 2011 9:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Auto partitioning
Replies: 10
Views: 4588

It should not make a performance difference either way If you are looking to get a performance improvent for your job (besides running on more nodes), then you could check whether you are able to read parallel from your source. If you want to know whether is it good developing practice to set partit...
by suse_dk
Wed Sep 14, 2011 9:13 am
Forum: General
Topic: How to batch change job names
Replies: 6
Views: 2987

But using the GUI for changing names of jobs that are being invoked in a sequencer is rather a big pain if you map a lot of parameters. Reason: You can't change the name of the job in the job activity stage, but will need to browse for it, and then all parameter mappings disapper even if you new job...
by suse_dk
Wed Sep 14, 2011 9:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Limitation on space usage in a DataStage project
Replies: 6
Views: 3781

Your job logs can end up taking a lot of space if no purging options have been set, and this can in my experience result in some the errors you mention.
by suse_dk
Wed Sep 14, 2011 8:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup_nodes
Replies: 1
Views: 1546

Are you sure you have set the entire partitioning method on the right input link? (there is a drop down of all input links)
by suse_dk
Tue Sep 13, 2011 1:07 pm
Forum: General
Topic: PX ODBC connector properties dialog box missing some pages
Replies: 9
Views: 7396

We have experienced the problem a couple of times (two different developers), but with no luck in identifying a root cause.

Solution: re-installation of the client
by suse_dk
Tue Sep 13, 2011 6:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record Dropped
Replies: 18
Views: 10199

yes - in that case you'll still be sending records with null values out the link, which causes the runtime error you are describing.

So, map the stage variable to your derivation for cocpysno...
by suse_dk
Tue Sep 13, 2011 5:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record Dropped
Replies: 18
Views: 10199

Re: Record Dropped

You write you are performing your null handling in a stage variable - so do you make sure to either use the result in a constraint on the output link or as input to your derivation?
by suse_dk
Mon Sep 12, 2011 5:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Afterjob Subroutine in parallel job paramete
Replies: 3
Views: 1901

As default only before routines fail/abort on error code = 1, where as after routines only write a warning to the log.

So - maybe you can write your own version of ExecSH (I'm guessing that it is the one you are using?) where you abort the job on failure (still just a best guess).
by suse_dk
Mon Sep 12, 2011 5:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in using CLOB datatype
Replies: 2
Views: 2506

We map the CLOB datatype to NVARCHAR(MAX) (on SQL server 2008 R2)