Search found 166 matches

by thumsup9
Thu Aug 31, 2006 3:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Slow DS Server Job Performance
Replies: 10
Views: 5491

Are the jobs running simultaneously in the sequence, because that could slow down the jobs. See if thats the same time if they are run one by one. I dont think UVCONFIG settings are a culprit here.
by thumsup9
Thu Aug 31, 2006 3:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How use/define you a transform (DS Server) in DS Parallel?
Replies: 2
Views: 1666

You can use Server functionality in parallel jobs though rarely I used them.Use Basic Transformer in parallel jobs and you can get the Basic routines/transforms work that way.
by thumsup9
Thu Aug 31, 2006 12:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Working on Server Job
Replies: 1
Views: 629

If you want to purchase the license, yes they will. You cannot download it online...
by thumsup9
Thu Aug 31, 2006 9:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Minimum Hardware Requirements for Running parallel job
Replies: 6
Views: 1853

Search for 'Hardware Requirements' and you will get some inputs
by thumsup9
Thu Aug 31, 2006 9:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQLSTATE=S0022, DBMS.CODE=-206
Replies: 5
Views: 4686

Check the SQL that the Database is generating and see if it matches the columns on Table. This looks like a mismatch of columns.
by thumsup9
Thu Aug 31, 2006 9:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Writing to unix file from datastage sequence
Replies: 2
Views: 1661

As Craig Said, It would be an easy way to create a group id say DWTEAM and use it in Notifcation Activity.Dont forget to check box 'Include job status in email'
by thumsup9
Wed Aug 30, 2006 4:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data has been truncated
Replies: 2
Views: 2035

nvarchar or nchar takes twice the space that varchar or char does to store one character, is it an issue with the length, what happens when you increase it?
by thumsup9
Wed Aug 30, 2006 10:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abort the Sequence as soon as job logs 1 warning
Replies: 24
Views: 5502

In the first job activity use Warning _ Conditional as Trigger and send this link to Routine Avtivity where you can call routine rtLogFatal. or you can set Warning Limit to 1 in the Job Run Properties of Director. You can create your own outine of Type Transform function as below Call DSLogFatal(&q...
by thumsup9
Wed Aug 30, 2006 10:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abort the Sequence as soon as job logs 1 warning
Replies: 24
Views: 5502

In the first job activity use Warning _ Conditional as Trigger and send this link to Routine Avtivity where you can call routine rtLogFatal.

or you can set Warning Limit to 1 in the Job Run Properties of Director.
by thumsup9
Wed Aug 30, 2006 9:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem with transformer properties
Replies: 3
Views: 1157

Did you check the ' Use Custom StyleSheet' in Advanced tab of XML Imput Stage?
by thumsup9
Tue Aug 29, 2006 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Header & Trailer Record Warning
Replies: 11
Views: 5083

What Mansoor said is a good option. If we have a record identifier tagged to header and trailer records, you can grep and get just the detail records. What about skipping the rows if you know the number of header and trailer rows.
by thumsup9
Fri Aug 25, 2006 12:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date format problem
Replies: 17
Views: 6265

FYI you will have to validate your source date before converting it. If your source date can be NULL or Empty or some invalid date then you need to handle that before conversion.
by thumsup9
Fri Aug 25, 2006 12:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: "Variable 'Oconv' not defined" message in PX but n
Replies: 3
Views: 3234

If you want to do it Parallel Jobs you may have to look at conversion functions like StringToTimestamp , StringToDate ..
by thumsup9
Fri Aug 25, 2006 12:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aggregation problem
Replies: 13
Views: 3563

I hope that should fix the issue.. Let us know !
by thumsup9
Fri Aug 25, 2006 12:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aggregation problem
Replies: 13
Views: 3563

I assume that you have sorted the data before aggregation