Search found 42189 matches

by chulett
Tue Nov 21, 2006 8:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.SEQOpen Unable to create file B_C.txt
Replies: 14
Views: 5744

Re: DSD.SEQOpen Unable to create file B_C.txt

Sequential files are as reliable as the disk you write them to... and as reliable as the process doing the writing. Like with most things, you treat them right and they will treat you right. Mistreat them and all bets are off. -run job2 and output to the txt file.In this job ,there are 3 source file...
by chulett
Tue Nov 21, 2006 6:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stored Procedure
Replies: 19
Views: 3636

pradkumar wrote:How to make appear my output parameters (ErrornUM and ErrorText) in column section..

Type them in.
by chulett
Tue Nov 21, 2006 3:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: warnings continue after stopped job
Replies: 8
Views: 1548

Also not an issue if you do not run with unlimited warnings... i.e. the limit set to 'No limit' = bad.
by chulett
Tue Nov 21, 2006 2:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: warnings continue after stopped job
Replies: 8
Views: 1548

Could be... stopping the job doesn't always kill the Oracle query - that can take a DBA sometimes. Or you may just have a ton of messages queued up and it is still playing 'catch-up' actually writing them out.
by chulett
Tue Nov 21, 2006 1:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generating a report using a Datastage tool
Replies: 11
Views: 2764

Well, then... mark the post as 'Resolved' and rate me a '5' dagnabbit! :lol:
by chulett
Tue Nov 21, 2006 1:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Scheduling of a Job
Replies: 15
Views: 4170

Obviously, it's not supported syntax on your platform. Talk to an SA, ask them how you can shedule something to run on the third Friday of any given month.

Or use your Enterprise Scheduler if you have one - Control-M for example. Or write that routine!

ps. Already been suggested, Deepak. :wink:
by chulett
Tue Nov 21, 2006 1:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generating a report using a Datastage tool
Replies: 11
Views: 2764

Blocked by IE, I would wager. When you went to View it, did you get a little 'bleep' and a note saying that Internet Explorer was attempting to protect you from the evils of 'active content that could access your computer'? Click on the message and 'Allow blocked content'... then you'll get everythi...
by chulett
Tue Nov 21, 2006 1:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Scheduling of a Job
Replies: 15
Views: 4170

6#3 is meant to represent the third occurance of the 6th day of the week - i.e. the third Saturday of the month. FYI, Friday is the day 5 of a week, while Sunday is the '0th' day. However, it's not standard syntax from what I've seen. I believe that only specialized implementations of cron allow sy...
by chulett
Tue Nov 21, 2006 1:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generating a report using a Datastage tool
Replies: 11
Views: 2764

Please help you with what? You haven't stated any kind of a problem or question here. :?
by chulett
Tue Nov 21, 2006 11:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The property window of job activity stage
Replies: 11
Views: 2538

FYI - it *is* available online at the 'new' eService site. You'll need to have a logon and then look in the Recommended Patches section of the Software Updates / Downloads area.

https://www.ascential.com/eservice/download/patch/ds.do
by chulett
Tue Nov 21, 2006 11:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot find record JOBPARAMINSTS in executable job
Replies: 10
Views: 4497

Recompile the job you just looked up, see if that fixes the problem.
by chulett
Tue Nov 21, 2006 10:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel and Server Installs
Replies: 5
Views: 1085

There's only one version of DataStage that allows parallel jobs to run in a Windows environment - 7.5x2. It sounds like you may have used a different version when you ran the second install. :?
by chulett
Tue Nov 21, 2006 10:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to use Multiple instance to load a single table
Replies: 8
Views: 1512

AFAIK, the only way to run multiple bulk loads against one table is if the table is partitioned and each load is against a specific partition. Otherwise...

Each one can also truncate their own target partition as part of the load.
by chulett
Tue Nov 21, 2006 9:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading Encrypted Data
Replies: 8
Views: 2705

First, you need to find out how the data was encypted. Not sure how much plainer to make it. Any discussions on how to 'decrypt' it will be driven by that answer. Everything else is just table talk.