Search found 35 matches

by laiko
Wed May 27, 2009 9:14 am
Forum: General
Topic: Creating individual .DSX files for my 800+ jobs
Replies: 6
Views: 3517

Creating individual .DSX files for my 800+ jobs

We would like to check in all our DS jobs to CVS. How can I create individual DSX files for all the jobs? -- well, apart from doing it one-by-one in Manager :(
Thanks in advance..
by laiko
Wed May 27, 2009 8:54 am
Forum: General
Topic: Loop condition
Replies: 6
Views: 2161

Thanks, guys.. That's what am also thinkin' - purge regularly.
by laiko
Tue May 26, 2009 9:55 pm
Forum: General
Topic: Loop condition
Replies: 6
Views: 2161

Sorry, forgot to mention it has to wait max 5 hours. I was able to create the sequence however, the problem i see is that everytime the job that checks the table is called, it creates logs. If I have to loop every min for 5 hours, it will create the log 300x (max). Is that a good design???
by laiko
Mon May 25, 2009 2:04 am
Forum: General
Topic: Loop condition
Replies: 6
Views: 2161

Loop condition

I need to create a job that waits for a row with the value of current date to appear before the load can proceed. Say, the table is Load_Schedule and it has only one field called 'Load_date'. My job should wait for 1 hour for the Load_date to have a value equal to sysdate before it proceeds to the n...
by laiko
Thu Apr 23, 2009 12:59 am
Forum: General
Topic: Naming convention for links in Sequencer
Replies: 4
Views: 1094

Thanks, Ray. Just wondering if anybody knows a good way to name them or has done so - I can't think of anything better than something like: lnk_To_<Job_name/ChildSequence name> :?
by laiko
Wed Apr 22, 2009 10:57 am
Forum: General
Topic: Naming convention for links in Sequencer
Replies: 4
Views: 1094

Naming convention for links in Sequencer

Anyone knows any naming convention for links inside Sequencers??
by laiko
Mon Apr 06, 2009 7:33 am
Forum: General
Topic: Suggestion for Best Business Objects Forum
Replies: 1
Views: 1491

Suggestion for Best Business Objects Forum

I am a beginner in BO. Can you suggest a good BO forum? Thanks..
by laiko
Sun Jan 18, 2009 5:47 am
Forum: General
Topic: From routine to db table
Replies: 5
Views: 1554

ray.wurlod wrote:Let's begin with a question - how does the routine generate the data in the first place?
I use a For loop to parse all jobs in the Project. Then one by one, I generate a line which has the jobname, starttimestamp and endtimestamp delimited by a space. I use LogMsg to display them to the logs.
by laiko
Fri Jan 16, 2009 3:10 pm
Forum: General
Topic: From routine to db table
Replies: 5
Views: 1554

Thanks for your reply. That is one option I was actually thinking. It may be difficult for me as a beginner to get the info from routine to database directly - but 'routine to file to db' may be easier. However, how do i do that?? My problem is how to get the info passed from routine to either file ...
by laiko
Fri Jan 16, 2009 12:57 pm
Forum: General
Topic: From routine to db table
Replies: 5
Views: 1554

From routine to db table

I need to list the start and end timestamps of all the jobs under a Project. I am able to do that using a Routine (function) and LogMsg. However, I need to save the info to database. I have a table with the following columns: job_name, start_time, end_time. I am sure this requirement is not new to e...
by laiko
Tue Jan 13, 2009 2:59 am
Forum: General
Topic: Learning how to write Routines
Replies: 2
Views: 1474

Learning how to write Routines

Hi,

I'd like to learn how to write routines. Do we have any available material in the forum? Or any related link (like tutorials and examples) will also be appreciated.

Thanks.
by laiko
Mon Jan 05, 2009 7:53 am
Forum: General
Topic: Getting start/end times of all CHILD jobs/sequencers
Replies: 1
Views: 1210

Getting start/end times of all CHILD jobs/sequencers

Hi, I have a requirement wherein given the Main sequencer name, I have to save to database the start and end time of all its child jobs and child sequencers. I dont know how to write a routine as I am a beginner, needless to say, the function which returns the child jobs/sequencers of a main sequenc...
by laiko
Mon Dec 29, 2008 4:12 am
Forum: General
Topic: DSD.UVOpen rm: cannot remove <file>
Replies: 2
Views: 1684

DSD.UVOpen rm: cannot remove <file>

Hi,

What does this error mean:
"DSD.UVOpen rm: cannot remove `chg_or_num/.nfs002d3c0900006bdb': Device or resource busy"
and how do I fix this?

Thanks in advance.
by laiko
Sun Aug 03, 2008 11:36 pm
Forum: General
Topic: Finding which job accesses a table
Replies: 1
Views: 1027

Finding which job accesses a table

Hi,

I would like to find which jobs/sequencers use (that is read or write) a particular table. Is there a way using Administrator or Manager? If so, please let me know how.

Thanks in advance.
by laiko
Sat Jul 12, 2008 7:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine output to Database
Replies: 3
Views: 1039

Routine output to Database

Hi, First and foremost, I have very raw knowledge on DS so please bear with me :) I would like to get the start, end time, elapsed time of a job and save them to a database table which has these 3 info as columns. I know I can use the dsjob or DSGetJobInfo, but I don't have any idea how to write the...