Search found 91 matches

by pmadhavi
Thu Jul 06, 2006 11:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Start Loop in DS7.1
Replies: 38
Views: 10169

chulett wrote:It is not available until the 7.5.x releases. ...
Please suggest me how to implement Loop in a sequence job in DS7.1
by pmadhavi
Thu Jul 06, 2006 11:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Start Loop in DS7.1
Replies: 38
Views: 10169

Start Loop in DS7.1

Hi We are using Datastage 7.1r1.
I did not find Start Lopp activity and End Loop activity in Sequence Job.

Please let me know whether the stage is available in DS7.1V

If not what is the alternate option.
by pmadhavi
Fri Jun 30, 2006 8:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To check the output file rowcount
Replies: 10
Views: 2842

Post your routine code. Plus I'd suggest you think about doing this 'post job' as in a Sequence job or possibly after job. It depends on exactly what you mean by 'display an error' if the processed row count is zero. The code in the routine is as follows: DSGetLinkInfo(DSJ.ME,StageName','linkname',...
by pmadhavi
Thu Jun 29, 2006 11:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To check the output file rowcount
Replies: 10
Views: 2842

Search for DSGetLinkInfo as a starting point. ... The flow of job is as follows: Source->Transformer1-->Transformer2-->Target Now i need to check if the target is empty or it has rows. if there's no data coming to the target flat file then it has to display the error message. I created the routine ...
by pmadhavi
Thu Jun 29, 2006 12:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To check the output file rowcount
Replies: 10
Views: 2842

You'll never have a row go into an output link which requires a constraint check if there's no input rows. Your method doesn't work. Use an after-stage routine call and write a routine that checks the link values using the API libraries. Can u please tell me how to do that. I dont have idea on API ...
by pmadhavi
Thu Jun 29, 2006 12:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To check the output file rowcount
Replies: 10
Views: 2842

To check the output file rowcount

Hi my target is a flat file. I have to check whether any rows have been populated to the atrget file or not. if there are no rows they I have to display an error message. So after loading the data into a temporary file before loading into the target, i used a transformer to check the no. of rows goi...
by pmadhavi
Wed Jun 28, 2006 9:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to call a webservice from Datastage version 7.1
Replies: 7
Views: 6249

How to call a webservice from Datastage version 7.1

Does anyone have any information on what approach to follow to call a webservice from datastage version 7.1? i am aware that RTI is the answer to it but of what i know, RTI is supported only from version 7.5 I do not work on datastage so i have some basic queries. I have heard that you can call a ja...
by pmadhavi
Thu Jun 15, 2006 2:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Login to the FTP server failed invalid password for user abc
Replies: 6
Views: 2197

its very strange. if I try to map the drive with my ID, it is saying 'network path not found'. But if I give the same path in Run window, its getting connected.
by pmadhavi
Thu Jun 15, 2006 11:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Login to the FTP server failed invalid password for user abc
Replies: 6
Views: 2197

Re: Login to the FTP server failed invalid password for user

Please find the following: I gave ftp <servername> at the command prompt. Connected to <servername> 220 server_6 FTP server (EMC-SNAS: 7:45:33:2) ready. User: <username> 331 password required for <username>. Password: <I entered the password> 530 Login incorrect. Login failed. ftp>
by pmadhavi
Thu Jun 15, 2006 11:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Login to the FTP server failed invalid password for user abc
Replies: 6
Views: 2197

Login to the FTP server failed invalid password for user abc

Hi We are using the ftp stage to copy a flat file to a share drive. We gave the correct server name , our windows login ID/password. but when we run the job we are getting the following error. "Login to the FTP server failed, invalid password for user co10004" we are able to connect to the...
by pmadhavi
Thu Jun 01, 2006 8:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Failed to Compile test harness
Replies: 4
Views: 2045

chulett wrote:What turns up if you put 'Failed to compile test harness' into the Search function here? More than likely, the answer to your question! :wink:
I did not find any posting similar to my problem. I don't understand what does the error mean. Pls help me
by pmadhavi
Thu Jun 01, 2006 8:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Failed to Compile test harness
Replies: 4
Views: 2045

Failed to Compile test harness

Hi We are using Datastage 7.1r1 in Windows. I have to remove comma froma string. I am not able to use Ereplace or Convert or any other similar function in the transformer. So I created a test routine in the manager. Routine definition: Ans=Ereplace(Arg1, " ","") It is compiling w...
by pmadhavi
Wed May 31, 2006 9:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Splitting String into different substrings of variablelength
Replies: 6
Views: 1678

... and you will need to Trim() the trailing quote character from the result generated by the Field() function in this case. :!: ... Hi The problem is Address field contains many spaces in between. I have a function called CHANGE() which I am using in a transformer to remove the spaces. But before ...
by pmadhavi
Tue May 30, 2006 1:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.BCIConnect call to SQLConnect returned ERROR
Replies: 5
Views: 1999

I am not able to run the job at all. And When I try to view data in the source ODBC stage, full address is not getting displayed for the address column as given in Query analyser.
I am loading the data into a sequential file(target) using a transformer.
by pmadhavi
Tue May 30, 2006 12:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.BCIConnect call to SQLConnect returned ERROR
Replies: 5
Views: 1999

DSD.BCIConnect call to SQLConnect returned ERROR

Hi I am querying from SQL server database using the ODBC stage. The query is just selecting the columns from the source table. The columns are ID(integer) and Address(varchar9255)). I am able to run the query at backend. But when I run the job I am getting the following error. Test_Address..AX_STR_s...