Search found 153 matches

by soumya5891
Mon Jan 13, 2014 1:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential file at the output of xml stage
Replies: 6
Views: 4482

When I'm using dataset I can see the two rows properly in the dataset when am doing view data. But same is showing one record when using sequential file stage. Now as per your suggestion I will place a peek and will see the recs in the log ,how it's coming
by soumya5891
Fri Jan 10, 2014 1:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential file at the output of xml stage
Replies: 6
Views: 4482

Yes, your understanding is absolutely fine, but have used the new xml stage which was introduced in 8.5.
by soumya5891
Fri Jan 10, 2014 1:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Update
Replies: 4
Views: 4067

The deadlock can be happen when a particular record is trying to be getting updated from multiple sessions,which may be the case here as you running the update in parallel.Please check one thing that whether there are any such records which are duplicates on the basis of update key.
by soumya5891
Tue Jan 07, 2014 2:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential file at the output of xml stage
Replies: 6
Views: 4482

Sequential file at the output of xml stage

I have a job like the following. 1. Extracting data form a xml file using a sequential file staging where the whole xml data is being read into a single column. 2. Parsing the xml by using new xml stage in datastage 8.5(the DS version where I developed the job). 3. Write the parsing records into one...
by soumya5891
Fri Dec 27, 2013 1:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error running any job with lookup stage
Replies: 6
Views: 5620

Are you using any kind of partition in the source data just before entering to lookup or keep it as auto?
by soumya5891
Tue Dec 24, 2013 12:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to see the column in the reject link
Replies: 1
Views: 915

Not able to see the column in the reject link

I have a simple job where I'm inserting records into one target DB2 table using DB2 connector and write mode as Insert. Now when I'm attaching one reject link to the DB2 connector with ERRORCODE and ERRORTEXT enabled but not able to see it in the column in some of the system where DataStage client i...
by soumya5891
Tue Dec 17, 2013 11:11 am
Forum: General
Topic: WebSphere MQ w/ DTS - Queue Manager config file
Replies: 4
Views: 2803

Thanks to all for the support. The qm.ini file finally has been changed and entered a new database details and restarted the mq server and it worked perfectly. In my config file I have more than one databases situated in the different server.The DTS stage works perfectly for any one of the database....
by soumya5891
Thu Dec 12, 2013 11:36 pm
Forum: General
Topic: WebSphere MQ w/ DTS - Queue Manager config file
Replies: 4
Views: 2803

Thanks a lot Andy for your response.

You are right the title is most appropriate now.

Surely I will post it in MQ related forum.Just thought that as it is related to datastage job running consisting DTS that's why posted over here.
by soumya5891
Thu Dec 12, 2013 1:12 pm
Forum: General
Topic: WebSphere MQ w/ DTS - Queue Manager config file
Replies: 4
Views: 2803

WebSphere MQ w/ DTS - Queue Manager config file

I am trying to use DTS stage by configuring qm.ini file In queue manager config file I have one DB2 database has already added as resource. Now if I want to add a separate DB2 database in different server(which is already cataloged in the DS server ) then do I need to create a new switch load librar...
by soumya5891
Fri Nov 01, 2013 11:40 pm
Forum: General
Topic: Datastage job export through command
Replies: 4
Views: 1825

Now it's clear,am marking it as resolved.
by soumya5891
Fri Nov 01, 2013 10:05 am
Forum: General
Topic: Datastage job export through command
Replies: 4
Views: 1825

Thanks a lot Ray for your valuable response.
One small thing can both the command be triggered from windows command prompt?
by soumya5891
Thu Oct 31, 2013 12:54 pm
Forum: General
Topic: Datastage job export through command
Replies: 4
Views: 1825

Datastage job export through command

I have datastage server installed in the UNIX operating system. I want to export a certain parallel job from the project. I can do this by using command also. Now in this regard there are two commands 1. dsexport 2. dscmdexport Now actually what is the difference between these two command? Is it lik...
by soumya5891
Thu Oct 03, 2013 8:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use of column generator in DS jobs
Replies: 1
Views: 1118

Use of column generator in DS jobs

I have a simple job design as the following. Row generator ----> Column Generator ----> Dataset In the row generator I'm generating 10 rows. Then in the Column generator I'm generating one column(say Integer) and increment it by 1. The intial value in the column generator is being parameterized. It'...
by soumya5891
Thu Sep 05, 2013 10:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding DB2 connector
Replies: 1
Views: 1035

Regarding DB2 connector

I have a simple job like the following: Sequential file ----> Copy-----> DB2 connector. I'm loading the data from source file into one DB2 table. Now I'm running the DB2 connector in parallel mode.Now the following questions. 1. What is the difference in DB2 and DB2 connector type in the partition m...
by soumya5891
Thu Aug 22, 2013 11:50 am
Forum: General
Topic: Removing parameter from the parallel job
Replies: 2
Views: 1439

Thanks a lot for your valuable response. I am marking it as resolved.