Search found 97 matches

by srai
Mon Jun 01, 2009 1:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP files from UNIX server to DataStage server
Replies: 3
Views: 2601

ray.wurlod wrote:How would you do this without DataStage? You use precisely the same means when DataStage is in the mix. ...

Hi Ray,

I just wanted to know how to implement it using DataStage?


Thanks
Santosh
by srai
Mon Jun 01, 2009 12:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP files from UNIX server to DataStage server
Replies: 3
Views: 2601

FTP files from UNIX server to DataStage server

Hi All, I have a requirement to FTP a set of csv files from SFTP server to DataStage server. Requirement detail is below- When DataStage job lunched- 1) DataStage job should check for complete set of csv file. Each set of files will be named with prefix of 'YYYYMMDD_ as follow a)YYYYMMDD_file1 b)YYY...
by srai
Fri May 29, 2009 4:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference between DataStage7.5 and 8.2
Replies: 3
Views: 1460

Difference between DataStage7.5 and 8.2

Hi All,

Could any body tell me the majot differences between DataStage 7.5 and 8.2


Thanks, Santosh
by srai
Tue May 26, 2009 12:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Access EV4 data files using DataStage
Replies: 2
Views: 1069

Access EV4 data files using DataStage

Hi All,

I have requirement to fetch Data from "EV4 data files" using DataStage 8.0 Server job?

Can we do this unsing DataStage?

Thanks in advance.

-Santosh
by srai
Mon May 25, 2009 6:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Web Service operation
Replies: 5
Views: 2063

ray.wurlod wrote:Perhaps you misspelled the URL. After all, you misspelled "Ernie". Some people are offended by that. ...

I am very sorry for that.

But I am hitting the right URL and not getting the sample dsx over there.
by srai
Mon May 25, 2009 4:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Web Service operation
Replies: 5
Views: 2063

It can be done...but requires some extra work. The WSPack cannot directly handle an array...so you will ultimately need to place xml stages around your WS Transformer. Take a look at this link where I describe it and include a .dsx : http://dsrealtime.wordpress.com/2008/05/16/calling-a-web-service-...
by srai
Thu May 21, 2009 3:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unknown name error in transformer partioning page
Replies: 3
Views: 1757

Unknown name error in transformer partioning page

The error is datastage does not allow me to set partioning in the transformer inputs page. For any partioning which we set it pops up a message ==== "Unknown Name" . This is only in transformer and it is not a compilation error. For other stages the partitioning works fine.... Please help ...
by srai
Thu May 21, 2009 12:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Web Service operation
Replies: 5
Views: 2063

Web Service operation

Hi, I have a requirement to consume web service operation using datastage job. I know we can use Web service pack for consuming web service. My requirement is to pass the input in form of array so that while calling web service operation It would make single call to webservice with as single input c...
by srai
Wed Apr 29, 2009 3:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while working with web service pack
Replies: 2
Views: 2198

Error while working with web service pack

Hi All, I am using web service pack in DataStage job. I am using web service transformer stage to send request to web portal and store return in a sequential file. My job design is like this- Source DRS-->Transformer-->web service transformer stage-->transformer---->sequential file. But while runnin...
by srai
Thu Apr 16, 2009 4:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuration file in DataStage
Replies: 2
Views: 3723

Configuration file in DataStage

Hi,

Can we have multiple configuration files for a datastage job.

Thanks
by srai
Tue Apr 14, 2009 5:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Designing DataStage jobs as services
Replies: 4
Views: 6435

Designing DataStage jobs as services

Hi All, I am working on one POC for Publishing DataStage job as web srvice. I tried searching some help regarding this in this forum and came to know that by using WISD input and WISD output stage we can implement this. But I do not have any idea how use WISD input and WISD output stages, how to des...
by srai
Fri Apr 10, 2009 5:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Jobs as Webservice
Replies: 1
Views: 2179

DataStage Jobs as Webservice

Hi,

Can we expose datastage job as webservice?
I mean can we publish DataStage Jobs as web service.

Thanks
Santosh
by srai
Wed Apr 01, 2009 8:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert string to numeric value
Replies: 2
Views: 3906

Convert string to numeric value

Hi All, Using execute command activity stage in datastage, i reading a text file which contain the record count. The out put this stage is being treated as string in DataStage while text file contains no only. Is there any function in DataStage to convert string to numeric value. For exp- my text co...
by srai
Mon Mar 30, 2009 11:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: batching the records
Replies: 7
Views: 2282

Re: batching the records

Pagadrai wrote:Hi Santosh
What is your source ?
Is it possible for you to get the count of source records before you call the DS job?
Hi my source is Oracle. We can get count of record before every run.
by srai
Mon Mar 30, 2009 7:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Run DataStage job thru UNIX Script
Replies: 3
Views: 2065

Re: Run DataStage job thru UNIX Script

Hi Santosh, I think u should use the logon clause along with the dsjob command. "DataStage CLI connects to the DataStage server engine on the local system using the user name and password of the user invoking the command. You can specify a different server, user name, or password using the log...