Search found 51 matches

by sri1dhar
Tue Jul 11, 2006 11:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sybase OC stage - Reject capturing with BASIC transformer
Replies: 2
Views: 1321

Sybase OC stage - Reject capturing with BASIC transformer

I am trying to capture rejects while upserting records into Sybase. I am using the "insert new rows or update existing rows option." When a record is rejected the REJECTED, REJECTEDCODE are set to 0 in the transformer reject output link. Has anybody else experienced this issue. I appreciat...
by sri1dhar
Tue Jul 11, 2006 11:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sybase OC stage - Reject capturing
Replies: 6
Views: 1853

DSguru - There is no "Array size" setting for Sybase OC stage chulett - You are right on target. I couldn't think of it. When I tried "insert only" option it worked. That brings back me to the BASIC transformer issue. It still doesn't capture REJECTED, REJECTEDCODE. Perhaps I sho...
by sri1dhar
Tue Jul 11, 2006 7:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sybase OC stage - Reject capturing
Replies: 6
Views: 1853

The BASIC Transformer in parallel jobs is not the same as the server Transformer stage. For one thing, it won't do reference lookups. See extended post in parallel forum for appropriate techniques to use in parallel jobs. I tried the same in a Server job. Still nothing works in case of insert rejec...
by sri1dhar
Mon Jul 10, 2006 3:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sybase OC stage - Reject capturing
Replies: 6
Views: 1853

Sybase OC stage - Reject capturing

I am trying to capture rejects while upserting records into Sybase. I am using the "insert new rows or update existing rows option." When a record is rejected during insert, no warning is written to the log. When record is rejected during update a warning is generated. In both cases the RE...
by sri1dhar
Mon Jul 10, 2006 2:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem writing Float to Sybase
Replies: 2
Views: 1517

Hi, What is the meta data of the DS column definition and the target table definition? what is set in environment variable that effect the precisoin both for DS and Sybase? Target sybase column datataype is float. DS column is float (15). It I change DS column from float to decimal I get a run-time...
by sri1dhar
Thu Jul 06, 2006 7:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem writing Float to Sybase
Replies: 2
Views: 1517

Problem writing Float to Sybase

Source is sequential file varchar datatype. Althought its decimal, I am reading as varchar and converting in the transofrmer to decimal. Target is Sybase float datatype. source_value = 499000 My transform is: stringtodecimal(source_value)/100000 result should have been 4.99, but in the table the val...
by sri1dhar
Tue May 30, 2006 3:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage user permissions
Replies: 4
Views: 2439

Thanks Kenneth. I guess we have to limit access to development as suggested.
by sri1dhar
Tue May 30, 2006 3:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage user permissions
Replies: 4
Views: 2439

DataStage user permissions

Can I setup a DS user that can only view job design thru Designer but cannot run jobs? The existing "DataStage Developer" role gives permissions to both design and run jobs.

Regards
Sri
by sri1dhar
Wed May 03, 2006 2:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job - Transaction grouping
Replies: 1
Views: 969

Parallel job - Transaction grouping

I am wondering if there is an equivalent of transaction grouping in Oracle Enterprise stage. This feature is available in Server jobs and I don't see in parallel jobs.
Thanks
Sri
by sri1dhar
Tue Mar 21, 2006 10:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multi-format file & Complex Flat File Stage
Replies: 1
Views: 1802

Multi-format file & Complex Flat File Stage

I am designing a Server job. I have a flat file with muli-format records. The first charcter in the record indicates the type of record. Depending on the record type the format changes. Example data: '|' is the field seperator A|2SK1531|DOOB|276708|2767 N|78751|ACON|DonG. Auch C|87228|COMA|C001|3148...
by sri1dhar
Fri Nov 11, 2005 3:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can a single project have server and enterprise jobs
Replies: 3
Views: 1116

The enhancements have to be new jobs.
Yes, server and parallel jobs can co-exist in a project and they can be called from the same sequencer
by sri1dhar
Wed Apr 13, 2005 2:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS75 Upgrade - jobs running as dsadm
Replies: 5
Views: 1893

DS75 Upgrade - jobs running as dsadm

Hi, I just finished an in-place upgrade of DataStage from 6.0.1 to 7.5 in our testing environment. I performed the upgrade as root. Everything looks fine except that all jobs are running as 'dsadm' irrespective of the user (owner of the project) that invoked the job. If the job is creating a sequent...
by sri1dhar
Thu Jan 29, 2004 12:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transaction Grouping - Reject link
Replies: 6
Views: 1904

raju_chvr, Thanks a lot for sharing your ideas. I tried LK1.REJECTED OR LK2.REJECTED. Like I articulated in my original message only a failure on LK1 (first link) is resulting in reject, DS is not considering rejects on LK2. Though it generates a warning in the log. As for designing two jobs, these ...
by sri1dhar
Thu Jan 29, 2004 11:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transaction Grouping - Reject link
Replies: 6
Views: 1904

Transaction Grouping - Reject link

Hi, I am using tansaction grouping (unit of work) and would like to capture errors using a reject link. In my job I have one transformer and one Oracle stage, and there are two links from transformer to Oracle stage with transaction grouping enabled. If there is a reject on either of the links I wou...
by sri1dhar
Sat Jan 10, 2004 10:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Finding the Updates
Replies: 9
Views: 5055

Ray, But I believe "update existing rows" option updates the record if there is a record with the matching key exists, irrespective of whether any of the column data really changed. How do I do a conditional update? Meaning update the record only if the data changed for atleast one column....