Search found 48 matches

by turash
Tue Oct 23, 2007 9:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Websphere MQ - Transactional Data Move
Replies: 6
Views: 2157

With this many tables, you are going to definitely need, as Ray notes, some type of intermediate scratch queue, or place you can go to if the whole thing falls over. We have a certain degree of UOW capability within DS Server (one transaction across multipe tables -- a special feature that uses &qu...
by turash
Tue Oct 23, 2007 9:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSGetLinkInfo to get the DSJ.LINKROWCOUNT
Replies: 6
Views: 2556

Long story short we have to move data between two transactional database Source - UDB Target - Sybase Work unit to be extracted going to come from MQ series in XML format which will be used as input parameter to extract 50 tables. once the whole sequence of job is completed. I have to create a xml w...
by turash
Tue Oct 23, 2007 8:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSGetLinkInfo to get the DSJ.LINKROWCOUNT
Replies: 6
Views: 2556

chulett wrote:You are calling this where? :?

Functions of that nature are meant to be used 'after job' or in a separate step in a following job or Sequence activity. Are you doing this inside the running job?
I am doing this inside the running job
by turash
Tue Oct 23, 2007 8:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSGetLinkInfo to get the DSJ.LINKROWCOUNT
Replies: 6
Views: 2556

DSGetLinkInfo to get the DSJ.LINKROWCOUNT

I have server job which extracts rows from Sybase and load to Sequential file. and it also creates a job report in sequential format. Job design looks like this Source --> Transform1 --> Target | |__ Hash file --> transform2 --> report I am using following function to get the count for each link DSG...
by turash
Tue Oct 23, 2007 12:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what parameters to specify to open XML in internet explorer
Replies: 4
Views: 1494

Re: what parameters to specify to open XML in internet explo

Error message indicates XML structure of the file is not valid. Check your XML file structure. Hi All, I need help on this. I have a XML file as target. The file is created. it is opened by editplus.But i need to open this in internet explorer. But it is not opening. It is giving error like The XML ...
by turash
Fri Oct 19, 2007 1:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Websphere MQ - Transactional Data Move
Replies: 6
Views: 2157

Probably the optimal model is to destructively read the input queue, and establish an intemediate "hold" queue in which you can manage your units of work. You might also send your outputs to one queue and your rejects to another. Ray, How do i extract the workunit from the xml file and as...
by turash
Fri Oct 19, 2007 12:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Websphere MQ - Transactional Data Move
Replies: 6
Views: 2157

Websphere MQ - Transactional Data Move

Scenario : Transferring transactions/data between two transactional databases. Work unit key to be transfered is going to come as MQ Message. I have to extract this key passes this to a job sequence which will extract approximately 50 tables and transform to staging and last job will move this data ...
by turash
Thu Oct 18, 2007 8:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: new to xml
Replies: 3
Views: 1264

Re: new to xml

A good reference for you on IBM Site Transform and integrate data using WebSphere DataStage XML and Web services packs http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0703xiong/ Hello All, I'am new to this technology(data satge server), can any one give me suggestion to extract xml ...
by turash
Mon Oct 15, 2007 8:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to minus three years from the source date column
Replies: 4
Views: 1401

I agree with ArndW
ArndW wrote:Actually that number isn't fixed, it depends upon whether or
not there is a leap year involved.
by turash
Wed Oct 10, 2007 12:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Adding Date
Replies: 6
Views: 3486

Re: Adding Date

If your source is RDBMS you can do that at database level using dateadd (sybase) or their variants in other RDBMS. HI All, I need to add 365 days to a date which is in yyyymmdd format. I am using the function DateFromJulianDay(JulianDayFromDate(DSLink3.Date)+365) But the output is *******. The input...
by turash
Wed Oct 10, 2007 12:12 pm
Forum: General
Topic: Parsing a file in Unix or DataStage
Replies: 5
Views: 2767

Re: Parsing a file in Unix or DataStage

Perl is a good option according to me anything to do with file handling or file manipulation. Hello, I have a curiosity: I have a script ksh which launches a job control which launches a job sequencer. Before launching the job sequencer I want to parse a file and verify its structure. If the structu...
by turash
Wed Oct 03, 2007 10:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transaction Management on the target database
Replies: 11
Views: 3046

Basically... yes. The source can be anything, I typically land what I need in a flat file and then source from that flat file. If I have five source table with different structure , number of rows can be different in each table for a given key. what should be my approach to create flat file? Should...
by turash
Tue Oct 02, 2007 7:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transaction Management on the target database
Replies: 11
Views: 3046

As Ray noted - using a single target database stage with multiple input links. Each link would populate one of the related tables and the link order would match any RI dependancies you have between the tables. In that situation, each 'set' of records can be committed individually if you enable Tran...
by turash
Tue Oct 02, 2007 6:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transaction Management on the target database
Replies: 11
Views: 3046

As Ray noted - using a single target database stage with multiple input links. Each link would populate one of the related tables and the link order would match any RI dependancies you have between the tables. In that situation, each 'set' of records can be committed individually if you enable Tran...
by turash
Tue Oct 02, 2007 5:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transaction Management on the target database
Replies: 11
Views: 3046

Re: Transaction Management on the target database

If transfer to each of the table is handled by an independent server job which is a part of a sequence job, can we manage the transactions across multiple server jobs? No, no more than you could across multiple stand-alone procedural processes. I am fairly new to this datastage tool. How do i write...