Search found 42189 matches

by chulett
Mon Jun 01, 2009 9:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Connectivity to Oracle RAC
Replies: 11
Views: 9730

So... you're importing the metadata using ODBC? Why not OCI or 'orchdbutil' from the Import Orchestrate Schema option? Otherwise, are you certain your ODBC entry is setup/configured correctly?
by chulett
Mon Jun 01, 2009 8:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job optimization
Replies: 8
Views: 2656

What's your target database? What does your current job design look like?
by chulett
Mon Jun 01, 2009 6:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Log file error
Replies: 7
Views: 2104

[bows]
by chulett
Mon Jun 01, 2009 6:51 am
Forum: General
Topic: Job Failed Due to unknown error (for me)
Replies: 8
Views: 3735

Under your DSEngine directory where the Server software is installed.
by chulett
Mon Jun 01, 2009 6:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle DB plugins not working in Datastage
Replies: 7
Views: 2308

Don't "rebuild indexes" unless A) you actually need to and B) you understand how to do it. All of the jobs being "gone" is a result of running it when others are connected. So... :!: Make sure there are zero other connections - clients, running jobs, defunct connections, nothing ...
by chulett
Mon Jun 01, 2009 6:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error While Running dsenv utility
Replies: 8
Views: 6198

That and show us the "ulimit" command you've got in your dsenv file.
by chulett
Mon Jun 01, 2009 6:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: String extraction
Replies: 3
Views: 1213

Sorry, don't want. :oops:

Code: Select all

YourField[1,Len(YourField)-4]
by chulett
Mon Jun 01, 2009 6:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: String extraction
Replies: 3
Views: 1213

Code: Select all

YourField[4]
by chulett
Mon Jun 01, 2009 6:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Log file error
Replies: 7
Views: 2104

Then please mark the post as Resolved using the button at the top of the screen!
by chulett
Mon Jun 01, 2009 6:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Zip a file
Replies: 28
Views: 9975

You are getting a "blank" screen (as assumed) or a "blink" screen (as written)? If the latter, what the heck does that mean?
by chulett
Mon Jun 01, 2009 6:03 am
Forum: General
Topic: Unable to read DBCS
Replies: 5
Views: 4200

True... at least not yet. :wink:
by chulett
Mon Jun 01, 2009 6:02 am
Forum: General
Topic: DS1011-DSSRGET Sort fetch error
Replies: 1
Views: 1014

Welcome aboard. Not sure how many mainframe experts there are here, hopefully someone knows what that means for certain. Me, I'm going to guess and ask if perhaps you are running out of scratch/temp space over there? :?
by chulett
Mon Jun 01, 2009 5:44 am
Forum: General
Topic: Unable to read DBCS
Replies: 5
Views: 4200

Looks more like an issue with the record delimiter to me, that's what it's saying it can't find. :?
by chulett
Sun May 31, 2009 6:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to implement rank system
Replies: 2
Views: 1140

Sort. With a secondary sort criteria as a tie-breaker if there's no such thing as a tie.
by chulett
Sun May 31, 2009 6:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: I can't run jobs on my home PC
Replies: 4
Views: 1916

As noted, the only "pre-8" version of PX that will run jobs on Windows is the older one-off special 7.5x2 (yes, with an 'x') version. All other versions before 8 run only on UNIX.