Search found 198 matches

by mystuff
Mon Dec 24, 2007 9:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: log summary past a date
Replies: 15
Views: 4761

ArndW I don't have a version of 7 to play with, but I think you might be able to use dsjob -jobinfo to get the message number or start date or wave number of the last run and then use the -logdetail option with the wave number or message number to retrieve that information. I don't see any option o...
by mystuff
Mon Dec 24, 2007 8:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: log summary past a date
Replies: 15
Views: 4761

I am writing a script, so I am looking how to do it using "dsjob -logsum". I didn't see any option in this command. Is there anyway to do it?
by mystuff
Fri Dec 21, 2007 3:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: log summary past a date
Replies: 15
Views: 4761

log summary past a date

Code: Select all

dsjob -logsum project job
gives the log information for a job, but it also fetches earlier logs as well.

Is it possible to specify somewhere to obtain logs of a job only after specified period of time or say logs after so and so date.
by mystuff
Fri Dec 07, 2007 9:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: importing .dsx file
Replies: 5
Views: 1491

There's is a command line import program, both client and server side. You can import source code quite easily. There's also command line compile to handle compiling them afterwards
Could you let me know, which command line imports source code as well and to compile them afterwards (is it dcc)?
by mystuff
Fri Dec 07, 2007 7:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: importing .dsx file
Replies: 5
Views: 1491

a) The company is not inclined on having special datastage working group for production or train them on basic activities. b) Security concerns of developers having direct access to production source code. If at all any error occur, we have to fix them in developement (if difficult , recreate the er...
by mystuff
Thu Dec 06, 2007 3:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: importing .dsx file
Replies: 5
Views: 1491

importing .dsx file

Is there a way to import .dsx files without using the manager (including the source code).

the dsjob -import brings in only the executable code.
by mystuff
Tue Nov 27, 2007 10:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: compiling all jobs
Replies: 10
Views: 3837

Where do I find that?
by mystuff
Tue Nov 27, 2007 9:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: compiling all jobs
Replies: 10
Views: 3837

Thanks Kenneth
by mystuff
Tue Nov 27, 2007 8:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: compiling all jobs
Replies: 10
Views: 3837

compiling all jobs

Is there anyway that we could compile all jobs within a project using dsjob command?
by mystuff
Wed Nov 14, 2007 2:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: migrating code
Replies: 1
Views: 891

migrating code

We need to migrate code to production from development (after fixes). But this shouldn't be by import/export. It's just that the .dsx files should be given to the implementation team. Who would use this .dsx files (no datastage available to them) Is it possible to have such kind of scenario. As I ha...
by mystuff
Wed Nov 14, 2007 2:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: elapsed time for multiple instance
Replies: 1
Views: 701

elapsed time for multiple instance

How do we obtain elapsed time for a job of multiple instance. I have used code the following for a job without multiple instance.

Code: Select all

DSGetJobInfo(JobHandle,DSJ.JOBELAPSED)
by mystuff
Thu Nov 08, 2007 8:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequence job restarting problem
Replies: 16
Views: 5160

I am trying to get it to aborted so that the Sequence is restartable, but only get warnings instead.
by mystuff
Thu Nov 08, 2007 7:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequence job restarting problem
Replies: 16
Views: 5160

Right now I have a) Execution Action :Reset if required, then run b) Triggers : Expression Type : OK - (Conditional) c) Checked - Add checkpoints so sequence is restartable on failure - Automatically handle activities that fail - Log warnings after activities that finish with status other than OK -...
by mystuff
Tue Oct 16, 2007 1:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hashed file - (project directory or different directory)
Replies: 8
Views: 3292

hashed file - (project directory or different directory)

Is there any advantage of having hashed files in project directory (i.e. under account name) over having hashed files in different directory.
by mystuff
Fri Oct 05, 2007 9:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequence job restarting problem
Replies: 16
Views: 5160

Yes I have set the warning limit as 1 in the director

A follow on question - how do we set this when we run the jobs through unix script