Search found 68 matches

by maheshsada
Thu Apr 02, 2009 10:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML output stage
Replies: 7
Views: 4331

Thanks for providing the solution. I have tried the approach you have specified and its working fine. I have used two xml stages one for contmethod and another contmethodusage and used join stage to join the two chunks

Magesh S
by maheshsada
Thu Apr 02, 2009 5:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML output stage
Replies: 7
Views: 4331

It works fine when i place the cont_usage inside contactmethod. But the target system will not accept this xml as the schema defnition validation will fail.
Hence the format should be in the way as i have stated.

Magesh S
by maheshsada
Wed Apr 01, 2009 11:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML output stage
Replies: 7
Views: 4331

specifying cont_no and cont_usage as Keys does not solve the issue. We are getting issue in the cust_id 0001 and cust_id 0002 is output correctly

Magesh S
by maheshsada
Wed Apr 01, 2009 11:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML output stage
Replies: 7
Views: 4331

specifying cont_no and cont_usage as Keys does not solve the issue. We are getting issue in the cust_id 0001 and cust_id 0002 is output correctly

Magesh S
by maheshsada
Wed Apr 01, 2009 2:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML output stage
Replies: 7
Views: 4331

XML output stage

We have a datastage job which uses xml output stage. We are facing an issue while generating the output. input data Cust_id Cont_usage Cont_usg_text Cont_no 0001 2 Telephone 723652845894 0001 2 Telephone 893282983484 0001 3 Mobile 089148948329 0002 2 Telephone 231341414144 0002 4 Fax 231341414144 ou...
by maheshsada
Mon Jan 12, 2009 6:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs not getting compiled
Replies: 18
Views: 7890

ray

we had a contractor who was looking after the server and currently left the organisation hence cannot get the reason for change.

Magesh S
by maheshsada
Fri Jan 09, 2009 10:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs not getting compiled
Replies: 18
Views: 7890

atlast we found the issue....... The uvconfig parameter - PAKTIME was changed by some team member from 300 to 60 but regeneration was not done, when we changed the T30FILE value we did a regeneration hence the new value got configured. Once we reverted PAKTIME - 300 and regenerated the uvconfig file...
by maheshsada
Wed Jan 07, 2009 12:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs not getting compiled
Replies: 18
Views: 7890

All the jobs which are using shared container are having this issue. Moreover this is also affecting jobs in different projects. These jobs where working fine before the change in server configuration.

Magesh S
by maheshsada
Wed Jan 07, 2009 10:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs not getting compiled
Replies: 18
Views: 7890

We did "force compile" but still the problem exists. We have not yet reverted the T30 variable as we think it is not related to this issue. any more suggestions

Magesh S
by maheshsada
Tue Jan 06, 2009 5:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs not getting compiled
Replies: 18
Views: 7890

Jobs not getting compiled

Hi Currently we are facing a issue where in a job which has shared container is getting compiled in designer but showing as 'Not Compiled' from director and hence the job is not running. The jobs where working fine previously but suddenly now giving issues. the only change we have done is increasing...
by maheshsada
Fri Sep 19, 2008 10:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Web Service issue
Replies: 0
Views: 1238

Web Service issue

We have imported the wsdl file with an embedded XSD and created a job to call the operation. The job is giving an error as"there is no SOAP Header". How to create the Soap header using WSTransformer. Below is the xml request generated by Datastage using WSTransformer: <?xml version="1...
by maheshsada
Tue Sep 16, 2008 10:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Monitor and Oracle Enterprise stage
Replies: 8
Views: 3384

I have enable APT_STARTUP_STATUS & APT_DUMP_SCORE and checked for the execution. The job comes upto "main_program: Starting step execution." after than it just hangs.

If i enable $APT_NO_JOBMON to True then the job completes. Any ideas
by maheshsada
Wed Aug 06, 2008 10:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp in the Dynamic_RDBMS stage in Sql server database
Replies: 6
Views: 3151

keep your target datatype as Timestamp but put a transformer before the DRS stage and use the below derivation

<Input Column Name>:(' 00:00:00.000')

In the Input Column name get the date in YYYY-MM-DD
by maheshsada
Wed Aug 06, 2008 6:55 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Web Services Error
Replies: 1
Views: 2890

We have identified the issue, wsdl file cannot reference an external file for the schema the file needs to be embedded within the wsdl document. Once we have corrected this issue we are able to import the wsdl. But currently we are getting a different error whish states that "waitForWriteSignal...
by maheshsada
Tue Aug 05, 2008 9:49 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Web Services Error
Replies: 1
Views: 2890

Web Services Error

We have a wsdl document and trying to import through manager using Web Service MataData Importer - when i select one particular service and press the import button its specifing as "Schema with target namespace "http://....." not found. Can some one through some light regarding this i...