Search found 42189 matches

by chulett
Sun May 03, 2009 10:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Changing Scratch Disc Space to another Drive
Replies: 7
Views: 2328

Find out who/what is doing the purging and negotiate with them... usually the SysAdmins would be the ones worrying about things like that.
by chulett
Sun May 03, 2009 8:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Changing Scratch Disc Space to another Drive
Replies: 7
Views: 2328

Which is why I didn't include that little nugget in the quote. :wink:
by chulett
Sun May 03, 2009 7:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Changing Scratch Disc Space to another Drive
Replies: 7
Views: 2328

Re: Changing Scratch Disc Space to another Drive

foryou wrote:Is this change as simple as changing the config file
Yes.
by chulett
Sun May 03, 2009 3:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: delete dataset
Replies: 18
Views: 5730

vennam445 wrote:When i execute this script from command line it works fine but not from the after job sub routine.
:!: Full not relative paths when you do something like this, never mind the fact that (as noted) it is not the right thing to be doing.
by chulett
Sun May 03, 2009 7:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connectivity with oracle10gr2
Replies: 12
Views: 3555

Can you connect to any Oracle instance? Meaning, do you have a problem with just a specific instance or you cannot connect to any instance? :? If you can't connect to anything Oracle, you need to verify that the DataStage server has an Oracle client installed on it and is configured properly. Are al...
by chulett
Sun May 03, 2009 7:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IBM Information Server - New project Window
Replies: 7
Views: 4623

I would assume it's disabled because you are not logged in as the IS administrator. Don't forget there are more than one and one size does not fit all.
by chulett
Sun May 03, 2009 7:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_ipcput() - timeout waiting for mutex
Replies: 8
Views: 11516

Suggest a search is in order.
by chulett
Sat May 02, 2009 9:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-03115 + ODBC stage
Replies: 9
Views: 5084

Hard to say... something may have gotten corrupted and what really 'fixed' it was the recompile / repromotion of the job to the Production environment. We may never know the true culprit but at least it seems to be mended. :wink:
by chulett
Sat May 02, 2009 5:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: validate datatype
Replies: 2
Views: 1111

The 'direction' would be controlled by constraints. Perhaps leverage stage variables, one for each field to validate. Valid = 0, Invalid = 1 and lastly sum them. Good row constraint: sum = 0, reject everything else. Something like that, anywho. :wink:
by chulett
Sat May 02, 2009 5:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-03115 + ODBC stage
Replies: 9
Views: 5084

I'd suggest you add the column back in and see if it starts to fail again. Wouldn't suprise me if it continues to work fine.
by chulett
Sat May 02, 2009 5:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pass Column Value
Replies: 6
Views: 1682

Great, time to mark this topic as Resolved then.
by chulett
Sat May 02, 2009 11:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-03115 + ODBC stage
Replies: 9
Views: 5084

Running ok in Toad means next to nothing for something like this. If you switch the job from ODBC to OCI, you'll need to have an Oracle client installed on the DataStage server and DataStage would need to be 'configured' for native Oracle access as well... do you?
by chulett
Sat May 02, 2009 10:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-03115 + ODBC stage
Replies: 9
Views: 5084

Since you're not using a client, there's not much to upgrade. Have you checked with your admins, see if anything O/S or network wise has changed recently. Obviously, something has. Wired driver same version as in dev?
by chulett
Sat May 02, 2009 10:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pass Column Value
Replies: 6
Views: 1682

Someone else will need to help with that px error, my suggestion was to leave the px job alone and create a Server job that just reads the file and sets USERSTATUS, that will work just fine. Write the output data itself to the Windows equivalent of '/dev/null' (NUL?) since you need to send it somewh...
by chulett
Sat May 02, 2009 7:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is there any ds command to find the folder name in v.8.0.1
Replies: 1
Views: 923

Contact your support peoples and see if there is a patch to get the dssearch utility working again.