Search found 49 matches

by mchaves
Thu Jun 19, 2014 12:06 am
Forum: General
Topic: Error handling inside of a server BASIC routine
Replies: 1
Views: 1893

Error handling inside of a server BASIC routine

Hi Folks, Just want to borrow your brains. Is there a way to handle errors/exception inside a server routine (DataStage basic)? I have the function below, and it throws a fatal error when the link doesn't exist which make the job abort. Routine name : GetRowCount $INCLUDE DSINCLUDE JOBCONTROL.H hJob...
by mchaves
Mon May 05, 2014 5:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key - File Block Size property
Replies: 2
Views: 2830

Surrogate Key - File Block Size property

Does anyone know if there's a parameter at project level to set the File Block Size? I want to reduce the gap between ids generated by the surrogate key generator.
by mchaves
Thu Mar 13, 2014 10:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Soap Envelope issue
Replies: 8
Views: 5414

Hi Ernie, sorry I didn't understand your solution. My soap envelope comes from a text file,it's right to go and doesnt have those tags. this is the structure of the job TEXT FILE ------> wbs transformer ------> TEXT FILE Could you elaborate more on how to intercept the message before it goes out to ...
by mchaves
Thu Mar 13, 2014 7:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Soap Envelope issue
Replies: 8
Views: 5414

Ernie, the envelope comes from a text file in a column and goes straight into the webservice transformer. As I am using "user defined message", I believe datastage should send the envelope "as is" to the webservice but it's not. It's wrapping up my envelope with additional tags. ...
by mchaves
Wed Mar 12, 2014 9:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Soap Envelope issue
Replies: 8
Views: 5414

Hi Ernie, thanks for your help. Yeah, I have server job, and I am using the webservice transformer stage. The job is quite simple: Text file ------>WBS transformer stage -----> text file That message I picked up from the logs. My issue is that datastage is adding tags to my message and I want supres...
by mchaves
Wed Mar 12, 2014 6:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Soap Envelope issue
Replies: 8
Views: 5414

Soap Envelope issue

Hello Folks, I'd like to borrow your brains for a moment. I am working with soap web service. I'm constructing my own request message (user message) but DataStage keeps adding its tags (Envelope and body) to it making the request unreadable by the web service. Any ideas on how to stop it? This is th...
by mchaves
Tue Apr 02, 2013 11:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get the xml message built by the webservice stages???
Replies: 2
Views: 2185

How to get the xml message built by the webservice stages???

Hi All, Does anyone know how to get the xml messages composed by the webservice transformer stage and sent to a webservice? I'm trying to debug an error we are getting from a Primavera Webservice. My goal is to get the xml request built by datastage and then try to simulate the same request in other...
by mchaves
Thu Dec 20, 2012 12:03 am
Forum: General
Topic: All business projects into only one dsproject???
Replies: 2
Views: 1821

All business projects into only one dsproject???

Hi Everyone, Just want to get some insights and opinions from the ds developers here. We are currently working on datastage migration from v6.0 to 8.7 and we are about to make a few decisions that would be hard to back out if they turn out to be wrong. The main decision to be made is to wether or no...
by mchaves
Thu Sep 13, 2012 6:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does Datastage 8.7 support CLOB data types?
Replies: 2
Views: 3618

Hi Chullet,
Yes, this issue occurs with the new oracle connector. Everything tells me it could be an issue with 8.7 as the same job in 8.5 works welll using the same table - we are doing migration. We have a PMR raised. I'll keep you guys informed.
by mchaves
Wed Sep 12, 2012 10:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does Datastage 8.7 support CLOB data types?
Replies: 2
Views: 3618

Does Datastage 8.7 support CLOB data types?

Hi All, We are migrating datastage jobs from 8.5 to 8.7 and we encountered an issue with Oracle CLOB fields. Has anyone experienced this? The same job in 8.5 runs flawlessly using the same Oracle CLOB fields. Well, I'm not expecting to get answer here, but this an alert that 8.7 may have its own iss...
by mchaves
Sun Mar 25, 2012 9:56 pm
Forum: General
Topic: XSLT dump - What else to set?
Replies: 1
Views: 1540

XSLT dump - What else to set?

Hi All, I'm trying to see the XSLT produced internally for a XML file. I've followed what's written in then manual but I didn't manage to get the XSLT content dumped in the job log. What I did was to select subroutine calls in the tracing tab before running the job. Is there anything else to set? My...
by mchaves
Mon Mar 19, 2012 5:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Pack 2 bug
Replies: 4
Views: 2611

Hi Ernie, The address id is set as the key for the repeating group. The issue is not with the repeating group, it's with the absence of attributes. In ds 6.0, it worked fine, absent attributes are created with null content, in version 8.5 columns are created too and random values put in them. We rai...
by mchaves
Mon Mar 19, 2012 12:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Pack 2 bug
Replies: 4
Views: 2611

XML Pack 2 bug

Hi Folks, We are encontering a problem with xml files that contain nested records (repeating groups). Datastage is pretty much fabricating data for fields that don't appear accross all the records of a repeating group. For example, the file below contains 2 addresses for the customer 55000. The seco...
by mchaves
Wed Mar 16, 2011 12:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: transformer compiler with visual studio 2010
Replies: 2
Views: 2732

Hi Vasu,

Could you let us know exactly the environment and versions you have got there?
by mchaves
Wed Mar 17, 2010 12:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error: Invalid character encountered in table XXXX
Replies: 3
Views: 4553

Found the issue. In the oracle enterprize stage, the table name property had an additional character at the end of the table name. I reckon it was char(13), so I deleted the character and the issue is resolved. I knew it should be something silly.

Thanks anyways.

Cheers