Search found 320 matches

by mydsworld
Wed May 28, 2008 12:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with Pivot stage
Replies: 3
Views: 1398

Problem with Pivot stage

I have the following input : sr_no 1 2 3 I would like my output to become like this : sr_no1 sr_no2 sr_no3 1 2 3 How shd I do that. Is it with Pivot ? I tried to use Pivot stage like this : Row Generator -> Pivot -> Data set Row generator is geneating those 3 rows.Then my output file was defined wit...
by mydsworld
Tue May 27, 2008 3:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP Enterprise stage
Replies: 3
Views: 1083

If I have something like :

FTP Enterprise -> Sequential File

Then also will the data not be written into the disk .
by mydsworld
Tue May 27, 2008 2:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP Enterprise stage
Replies: 3
Views: 1083

FTP Enterprise stage

I have a requirement to process (or FTP) some files from a Windows shared drive (FTP enabled) to DataStage server.Is that possible using 'FTP Enterprise' stage.

Thanks
by mydsworld
Tue May 27, 2008 1:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Working with SQL Server
Replies: 4
Views: 1035

Working with SQL Server

As we don't have any Database stage for 'SQL Server', would 'ODBC Enterprise' be fine for it.

Thanks
by mydsworld
Tue May 27, 2008 1:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wait for file activity
Replies: 1
Views: 836

Wait for file activity

I need to check the presence of a file using 'Wait for File' activity in DS sequence.There need to be two different paths depending on the outcome.If the file is present, path1 has be taken while path2 if the file is not present.Now what will be the triggers I should use in 'Wait for File' activity....
by mydsworld
Fri May 16, 2008 10:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Always running DS job
Replies: 4
Views: 1447

Which one is better option in terms of performance :

1. Polling through Cron and calling a DS job
2. Using 'Wait for File' activity to poll.

Thanks.
by mydsworld
Fri May 16, 2008 10:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Web services
Replies: 6
Views: 1844

If we have multiple records that need to be looked up to a web service then will it be a good design to converge these multiple records (using XML output stage) to a XML file and pass that XML to web service (designed in that way to handle the XML). Then capturing the Web service Transformer respons...
by mydsworld
Tue May 13, 2008 4:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Idoc problem
Replies: 1
Views: 1469

Idoc problem

How do I generate multiple Idocs based on multiple PK values(in Header segment).I am able to generate an Idoc when I have a single value PK,but not with multiple(different) PK values.
Please help.
by mydsworld
Mon May 12, 2008 9:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Migration using DataStage 8
Replies: 1
Views: 2180

Data Migration using DataStage 8

In a data migration project,data needs to be transferred from Legacy to SAP and vice versa.Please let me know the data control mechanism : 1. For data transfer from SAP to Legacy (through Idoc,flat file etc), how to mark the end of a batch transaction (like trigger files or any other method). 2. For...
by mydsworld
Mon May 12, 2008 2:52 pm
Forum: IBM<sup>®</sup> DataStage TX
Topic: A Basic question
Replies: 0
Views: 2555

A Basic question

Please let me know the difference between WebSphere TX (or DataStage TX) and DataStage PX.
When to use which one.

Thanks
by mydsworld
Mon May 12, 2008 2:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage 8 query
Replies: 1
Views: 685

DataStage 8 query

Hi,

Can anyone please tell me with the advent of IBM Information Server (DataStage 8), is WebSphere TX is required any longer.If yes, then how the two products differ.

Thanks.
by mydsworld
Mon May 12, 2008 12:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading table with parameter values
Replies: 2
Views: 2075

Then shall I not be constrained by the number of row generator records in the input. Say if the row generator is set to generate 10 rows then the loaded count in DB2 API will also be 10. Also, the dummy rows may not be relevant to the DB2 API stage.
by mydsworld
Mon May 12, 2008 10:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading table with parameter values
Replies: 2
Views: 2075

Loading table with parameter values

I need to run a DS job that just loads some passed parameters into a table (for error logging).However I find :

Transformer -> DB2 API

gives error, as I require to specify some input stage.

Please let me know which stage is to be used (and how) as dummy.

Thanks
by mydsworld
Fri May 09, 2008 2:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Sequence
Replies: 7
Views: 2410

Then where and how do we use the Exception Handler variables (like ErrSource, Errmessage etc).
by mydsworld
Fri May 09, 2008 11:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Sequence
Replies: 7
Views: 2410

Thanks for that. Its working.

Have one more dbout. If I use Exception Handler stage in a Job sequence, how to capture the error messages etc from the Exception Handler stage. What stage shouild I put after Exception Handler to capture the error messages.