Search found 387 matches

by pradkumar
Fri Oct 02, 2009 11:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Missing delimter and non ascii characters in the file
Replies: 6
Views: 2572

Hi chulett,

Could you please let me know how to find the hex values for those characters..

Thanks in Advance
by pradkumar
Fri Oct 02, 2009 10:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Missing delimter and non ascii characters in the file
Replies: 6
Views: 2572

Missing delimter and non ascii characters in the file

Hi Everyone, I have job which reads from dataset ,loads in to a sequential file . The options i have set in the sequential file are Final Delimter -- end record delimiter- unix new line delimeter - pipe date format string, timestamp format string ( iam converting the date and timestamp format ). The...
by pradkumar
Tue Sep 15, 2009 10:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in reading response from MQ
Replies: 11
Views: 5717

Thanks for your valuable suggestions. I will work out with the options you have suggested.
by pradkumar
Tue Sep 15, 2009 12:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in reading response from MQ
Replies: 11
Views: 5717

Hi, Thanks for the replys. I have created a job just to dump the responses from MQ into a sequential file. MQ-->sequential file. when i put the option EOL as Yes i can see all the responses in the seq file (in xml formatted output) ex: RFH <TCRMService xmlns:xsi="http://www.w3.org/2001/XMLSchem...
by pradkumar
Mon Sep 14, 2009 10:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in reading response from MQ
Replies: 11
Views: 5717

Problem in reading response from MQ

Hi All , Before posting this i have searched the forum and couldnt find any post related to the below error. I have a job that reads from a dataset, creates an xml message using the XML output stage and then places the xml messgages on to a MQ using the MQ Connector.And i have a requirement to read ...
by pradkumar
Tue Jul 21, 2009 9:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unique Number for each record
Replies: 5
Views: 2296

Hi Chulett , jcthornton Its a Initial load and for some othere interfaces there may be millions of records to load once at a time. (History Load) For this purpose we need to generate a unique id for each record so that we could track down the records while loading into target. For some reason if rec...
by pradkumar
Mon Jul 20, 2009 9:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unique Number for each record
Replies: 5
Views: 2296

Unique Number for each record

Hi All, I need some help on generating a unique number for each record. I have searched the forum and found so many posts to use the surrogate key generator and partition number logic. I may get 100 million records from source. The requirement is to generate 18 digit unique number for each record.Ia...
by pradkumar
Thu May 28, 2009 8:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SIEBEL PACK version on DS
Replies: 2
Views: 1281

thanks ray is this version will be the same as the server version. the reason i am asking is we ahve three different version of siebel bc server avaialble (3.0,3.1,3.2). i am unable to figure out which version was installed. Coming to the client side, does the version matter. Are the versions compat...
by pradkumar
Thu May 28, 2009 8:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SIEBEL PACK version on DS
Replies: 2
Views: 1281

SIEBEL PACK version on DS

Hi

Is there any way to identify which version of SIEBEL pack has been installed on DS Server. We have a SIEBEL pack installed, but we are unable to identify the version. THere is no copy of the software from which it was installed


Thanks
Sunil
by pradkumar
Thu May 28, 2009 7:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: fault type 11 in siebel bc
Replies: 2
Views: 1182

fault type 11 in siebel bc

Hi All We are doing another migration of data center. I am getting the same FAULT TYPE 11 in one of the job where I ma using SIEBEL BC. I searched the forums but i did not find any thread on SIEBEL BC. In the past when the error occured with ORACLE stage, i replaced it with DRS and the issue got res...
by pradkumar
Fri Mar 06, 2009 3:18 pm
Forum: General
Topic: Ardent Datastage
Replies: 12
Views: 3963

Ok ..Thanks for your inputs..
by pradkumar
Fri Mar 06, 2009 2:10 pm
Forum: General
Topic: Ardent Datastage
Replies: 12
Views: 3963

Ardent Datastage

Hi, I have been working on Ibm Websphere Datastage version 8.0.1. Today i came up with Ardent datastage .I have searched the forum and i came to know that Ardent is a vendor like Ascential. Can any one discuss about the Ardent datastage tool ( the year which it was in the market, the new features th...
by pradkumar
Tue Feb 24, 2009 4:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help in script
Replies: 6
Views: 2497

Thank you .. I will work out on this...
by pradkumar
Tue Feb 24, 2009 4:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help in script
Replies: 6
Views: 2497

Thanks for your reply.. so my job would be like Start loop ( 1 to 5 times)---> job sequence C(which has A and B that creates the dummy file)--->sleep for 5 minutes ---> end loop -->wff stage-->main seq job ---> successnotification.. Please correct me if iam wrong ... it would be great if you could g...
by pradkumar
Tue Feb 24, 2009 1:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help in script
Replies: 6
Views: 2497

Chulett-- The reason to execute the script by command stage is -- i have a to add an activity to execute the above script after job D starts( That inserts audit record) ---> add a waitfor activity following the activity for the above script, to wait for dummy.txt, having a timeout occurrance of 5 hr...