Search found 23 matches

by r.julia
Thu Oct 05, 2006 7:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Basic program to monitor path
Replies: 23
Views: 8415

followup

The Execute Command applet has two inputs COMMAND and PARAMETERS. In the command, I put the path where the script is located ( /home/A/B/script.sh - I put sth like this). In the parameter box, I didnt put anything. But the script did not execute. I also tried this option: UnixCmd="sd.dfd.com&qu...
by r.julia
Thu Oct 05, 2006 6:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Basic program to monitor path
Replies: 23
Views: 8415

folowup

Hi Ray,
I tried executing the script with the execute command but it doesnt work.In the command line, I put the path to the script /home/A/B/script.sh . What about the parameters?

Thanks

Julia
by r.julia
Tue Oct 03, 2006 9:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Basic program to monitor path
Replies: 23
Views: 8415

followup

Hi Kenny,
Do I really need to write a loop statement again? I already wrote a working script that does the job. Wouldnt it be enough just to execute the script in DS? I also included a delay in the unix script.

Please advise

Julia
by r.julia
Tue Oct 03, 2006 7:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Basic program to monitor path
Replies: 23
Views: 8415

followup

Thanks Kenny.I will try it.

Julia
by r.julia
Tue Oct 03, 2006 7:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Basic program to monitor path
Replies: 23
Views: 8415

followup

Could you please give me an example of the batch jobs to call the script? I dont think I have came accross this in my short(7weeks) DS career.

Thanks

Julia
by r.julia
Tue Oct 03, 2006 7:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Basic program to monitor path
Replies: 23
Views: 8415

Basic program to monitor path

Hi, I want a DS basic job to monitor a path on a unix server and sends a mail if files there are longer than 2hours. Could someone tell me if theres a similar job here please, or give me some idea about this. I am completely new to basic programming. I could do this easily in shell or C. Thanks Julia
by r.julia
Tue Feb 14, 2006 12:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: test case
Replies: 2
Views: 866

test case

Hi everyone, Im just wondering what test cases can be created for DW jobs. I mean for example, I have an ODBC or Oracle source file, and loading to a target ODBC or Oracle database. there could be hash file lookups and other contraints. this looks so obvious to test for errors or some defects. What ...
by r.julia
Tue Jan 24, 2006 8:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup and target DB
Replies: 1
Views: 1399

Lookup and target DB

I have an input file with this format Country Age Sex NO German 23 M 1 German 24 M 1 German 29 F 1 English 21 M 2 English 20 F 2 Dutch 28 F 3 Dutch 30 F 3 NO changes when Country is different. I have a hashed file to be used for lookup having only the NO column. That is: NO 1 2 In the lookup, if the...