Search found 42189 matches

by chulett
Thu Oct 02, 2008 9:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MLoad
Replies: 3
Views: 1347

So... what was the resolution?
by chulett
Thu Oct 02, 2008 8:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insurance Datawarehouse Model
Replies: 5
Views: 3235

:? I'm sorry, but how can anyone here help you? Get 'the basic architecture of the datawarehouse' from the client, as Arnd notes I seriously doubt it's an out-of-the-box solution.
by chulett
Thu Oct 02, 2008 7:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Determine the status of the previous run of the sequence
Replies: 4
Views: 1015

How do you want to get this information - from DataStage or from the command line? An alternative to the logs approach is to simply ask the job itself, using either -jobinfo from dsjob or via DSGetJobInfo() with an InfoType of DSJ.JOBSTATUS.
by chulett
Thu Oct 02, 2008 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Stage - Phanthom Error
Replies: 5
Views: 1496

Also let us know the exact version of the Oracle client installed on the DataStage server, the version of the database being connected to and your operating system's flavor of UNIX.
by chulett
Wed Oct 01, 2008 7:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Store the Job Status when executed From Command Line
Replies: 3
Views: 1220

If you go the $? route, which would be a typical approach when scripting something like this, make sure you capture the value immediately after the dsjob call and stash it somewhere - file, another shell variable, whatever. Since it is the exit status of the most recent command, execute anything els...
by chulett
Wed Oct 01, 2008 3:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How do we Remove Alphanumeric characters
Replies: 4
Views: 1445

I know... was wondering if our friend here did that or just cherry-picked a handful of 'alphanumeric' values to remove.
by chulett
Wed Oct 01, 2008 3:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: .IPC_in.IDENT1: %s error
Replies: 4
Views: 2516

Job design? Do you have row buffering turn on or IPC stages in the job? Please post the complete, unedited error(s) from your log as well, please.
by chulett
Wed Oct 01, 2008 1:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How do we Remove Alphanumeric characters
Replies: 4
Views: 1445

So... you listed every single character other than A-Z and a-z, and converted them to an empty string?
by chulett
Wed Oct 01, 2008 1:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Schedule - On Business Day 3
Replies: 7
Views: 1768

Didn't say it would be pretty. Select 'Next' and select the date the next time the 3rd business day rolls around. Then either go into the crontab for the scheduling user and duplicate/tweak that for say, the next year or wait for the upcoming schedule to run and than schedule it again for the next m...
by chulett
Wed Oct 01, 2008 12:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Schedule - On Business Day 3
Replies: 7
Views: 1768

Sure. Schedule how, though... Director? 'Add to schedule' each 3rd business day of the month. Enterprise scheduler? Pretty much the same answer. Manually. Another approach, one I've used quite successfully. Schedule a Sequence job to run every day. First activity is a routine that determines if the ...
by chulett
Wed Oct 01, 2008 10:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_seqopen() - Win32 error in CreateFile
Replies: 4
Views: 5466

Perhaps something like SysInternal's Process Explorer can help:

http://technet.microsoft.com/en-us/sysi ... 96653.aspx
by chulett
Wed Oct 01, 2008 10:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_seqopen() - Win32 error in CreateFile
Replies: 4
Views: 5466

Ok, wanted to make sure you weren't creating the issue yourself. So, now you need to find the process that has the file locked/open and kill that. Could be a user, could be a defunct instance of your job, who knows? It's out there and needs to be ended. Unfortunately, I have no idea how one would do...
by chulett
Wed Oct 01, 2008 9:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_seqopen() - Win32 error in CreateFile
Replies: 4
Views: 5466

Obviously, some process is using the file or you wouldn't have received this error message. What is your job design?
by chulett
Wed Oct 01, 2008 8:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating directory structures
Replies: 2
Views: 992

Not only outside of the project path, but off the partition where either the DataStage software or projects are installed. The goal to is keep storage of that nature from filling the DataStage partition which is nothing but Bad News and leads to project corruption. Best to create a separate, dedicat...
by chulett
Wed Oct 01, 2008 8:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Varchar to Date format
Replies: 42
Views: 10909

Not going to help.