Search found 227 matches

by paddu
Wed Feb 20, 2008 1:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to stop a job sequence without aborting
Replies: 5
Views: 2402

If you want to run the process only when retrurn code=0 then Have two links from the command activity stage . one for return code=0 , which executes rest of the processes . one for otherwise , Which just exits the process and send an email with message ( could return code=1 or other error message). ...
by paddu
Thu Feb 14, 2008 6:14 pm
Forum: Enhancement Wish List
Topic: Query editor in hashed file
Replies: 5
Views: 3135

Thank you both .

Will explore on the options you suggested.
by paddu
Wed Feb 13, 2008 6:55 pm
Forum: Enhancement Wish List
Topic: Query editor in hashed file
Replies: 5
Views: 3135

I was looking for ability to view data in hashed file . Data browser in the hashed file has option like FIND.

Can we give multiple conditions on multiple columns in the FIND to hit on specific record????
by paddu
Wed Feb 13, 2008 6:06 pm
Forum: Enhancement Wish List
Topic: Query editor in hashed file
Replies: 5
Views: 3135

Query editor in hashed file

Can we have flexibility to query hashed file in Stage itself in future . I know we can use UV stage but i am thinking it would be good to have editor option in the hashed file stage itself . Something like this will really help for QA purpose .Easy to search combination keys or simply like sql editi...
by paddu
Wed Feb 13, 2008 12:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date conversion
Replies: 17
Views: 5176

Deva, Based on the assumption that your input value looks like DD/MM/YYYY , i made the date to get loaded into oracle. May not be the absolute solution but try this .. use the below function in the transfomer derivation of the Date field to be loaded. Field(BEGIN_DATE,'/',3,1):Field(BEGIN_DATE,'/',2...
by paddu
Tue Feb 12, 2008 12:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date conversion
Replies: 17
Views: 5176

Deva,

First of all you need to provide the input date format looks like .

It is not possible for anyone of us to provide right solution without this information.
by paddu
Tue Feb 12, 2008 11:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Naming a file with the current timestamp?
Replies: 8
Views: 3538

Just a suggestion . I have similar requirement and did something as below. Achieved in Job sequence. 1) Used UserVariables activity stage(named as UV_FileDate) which passes timestamp as parameter FileDate OCONV(@DATE, "D4YMD[4,2,2]"):'':Ereplace(OCONV(@TIME,"MT"),':','') to the j...
by paddu
Tue Feb 12, 2008 11:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date conversion
Replies: 17
Views: 5176

Please post the input date format here .
by paddu
Mon Feb 11, 2008 8:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP
Replies: 7
Views: 1955

Thanks for your suggestions chulett .Will try and update here
by paddu
Mon Feb 11, 2008 5:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP
Replies: 7
Views: 1955

I changed FTP script as below FileTransfer.bat @echo off SET TMP=temp_script SET REMOTESITE=remoteserver_name SET USR=username SET PAS=password SET OUTFOLDER=/Outbound SET FILESPATH=ETLserverpath echo open %REMOTESITE%>%TMP% echo %USR%>>%TMP% echo %PAS%>>%TMP% echo CD %OUTFOLDER%>>%TMP% echo put %FI...
by paddu
Sat Feb 09, 2008 3:18 am
Forum: Enhancement Wish List
Topic: Design Alignment on canvas
Replies: 2
Views: 2802

Thanks for suggestions
by paddu
Sat Feb 09, 2008 3:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP
Replies: 7
Views: 1955

i will try this on monday.

I have restricted window on weekends :|
by paddu
Fri Feb 08, 2008 5:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP
Replies: 7
Views: 1955

Thanks ray for quick response After changing as you suggested ,now the error is Routine DSU.FTPRoutine did not finish OK, return code = 'User (servername.location.company.com:(none)): open FTPserver' servername in the error is not ETL servername . Does this make anysense?? Sorry for using aliases..
by paddu
Fri Feb 08, 2008 4:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP
Replies: 7
Views: 1955

FTP

I have an issue to FTP files on remote server. I am able to FTP files manually using command line sourcing the file from local drive to FTP server. Files to be FTPed to remote server are on ETL server DS Routine code Arg1=' ETL server pathname\FTP.bat' Command = 'Arg1' Call DSExecute("DOS"...
by paddu
Fri Feb 08, 2008 1:25 pm
Forum: Enhancement Wish List
Topic: Design Alignment on canvas
Replies: 2
Views: 2802

Design Alignment on canvas

Is there any way we can align the design on canvas automatically ?

I don't see that option . SAP/BW has that option to align the process chain .

Wish Datastage has that option :idea: