Search found 42189 matches

by chulett
Thu Sep 22, 2005 7:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job import/export
Replies: 8
Views: 1637

And don't forget Version Control! :wink:
by chulett
Wed Sep 21, 2005 5:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Export job image as jpg unattended
Replies: 9
Views: 2860

Yes, true... bitmap image.
by chulett
Wed Sep 21, 2005 5:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Export job image as jpg unattended
Replies: 9
Views: 2860

Not sure what you mean - it executes as a batch and I've used it to dump jpegs of all jobs in a project... all unattended. Some commands recognize the fact they are running under batch control and disable or default the user prompts that you would get running the same command from the command line. ...
by chulett
Wed Sep 21, 2005 5:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conditional Job Start from Routine Value
Replies: 4
Views: 1304

Yup, just like that. :wink:

And make sure you understand that RoutineActivityName in Ray's example is the name of the preceeding Routine Activity stage itself, not the routine it is calling.
by chulett
Wed Sep 21, 2005 4:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conditional Job Start from Routine Value
Replies: 4
Views: 1304

Simple enough with a Nested Condition stage. Have it check the return status and either go down a link that runs your job or a second link that bypasses it. Both should end at a Sequencer stage set to 'Any' if the job stream needs to continue.
by chulett
Wed Sep 21, 2005 1:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: JOb Recompiling When Abort
Replies: 3
Views: 894

You don't need to recompile it again unless you live and die inside the Designer. You should be using the Director to Reset the job rather than recompiling it after it aborts.
by chulett
Wed Sep 21, 2005 9:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Export-Import
Replies: 2
Views: 754

Re: Export-Import

I know we can promote the jobs as READ-ONLY with version control. But not sure whether the same can be achieved if we are exporting and importing the dsx file. Not without extra steps to update their 'Read Only' flag after you import, which will be a pain and error prone. That or setup the test and...
by chulett
Wed Sep 21, 2005 7:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Named Pipes
Replies: 4
Views: 1167

B should notice if A aborts, I would think.

Best course of action would be for you to test it on your version and operating system so you know what happens. A small pair of test jobs, the pipe feeder aborts itself after X rows...
by chulett
Wed Sep 21, 2005 7:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: command line functins that import and export the DS jobs
Replies: 23
Views: 9944

I haven't had any luck. While there are backup scripts (which I currently use) that will automate the exporting of all projects on a server, they only allow .dsx exports. You get some very odd (and very misleading) error if you have the option to export as XML checked in the Manager. Unless someone ...
by chulett
Wed Sep 21, 2005 7:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Export job image as jpg unattended
Replies: 9
Views: 2860

Kim Duke has put together a bat file that does basically that. You'll find it here on his website, under the 'Scripts' section.
by chulett
Tue Sep 20, 2005 5:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CONNECTION to ORACLE from DataStage AIX 7.5
Replies: 3
Views: 1824

That drop-down list is a little "buggy" and won't always show you the tnsname entries correctly, especially if you maintain them by hand.

Simple solution is to type the tnsname you want to use, there's no need to actually pick it from the list. :wink:
by chulett
Tue Sep 20, 2005 4:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Command Line in Crontab
Replies: 4
Views: 1564

... or you could just wait for Ray to tell you. :roll: :lol:
by chulett
Tue Sep 20, 2005 2:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML data import into a flat file
Replies: 5
Views: 1806

Re: XML data import into a flat file

davepro wrote:Also any place an enhancement to this site can be logged to allow attachment uploads for screenprints?

Do an Exact Match search for 'Imageshack' in this forum, you'll find instructions on how you can include a picture of your job in a post. :wink:
by chulett
Tue Sep 20, 2005 1:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Projects with many jobs have slow graphical front-end resp.
Replies: 7
Views: 1893

I was always under the impression that your network infrastructure played a bigger role than just the number of jobs in the project. For example... Our biggest project here has 3,631 jobs in it right now. Opening the Director into the Category with the most amount of jobs in it (121) takes only 13 s...
by chulett
Tue Sep 20, 2005 12:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to view data in DATASTAGE
Replies: 1
Views: 1379

Your problem is not in the query, but with at least one of the configuration options you've specified. Cut them back to the bare minimum and see if it works then. Would guess for a wire driver that would mean: Description=DataDirect Oracle Wire Protocol LogonID=uid Password=pwd HostName=oracleserver...