Search found 15603 matches

by ArndW
Thu Jul 30, 2009 9:48 am
Forum: IBM QualityStage
Topic: Orchestrate process not getting started
Replies: 2
Views: 2018

Re: Orchestrate process not getting started

fork() failed, Resource temporarily unavailable This is a UNIX message and there are many detailed explanations available through Google of what the fork() mechanism is and how important it is to UNIX systems. If a process cannot duplicate (i.e. fork()) itself then it is usually indicative of a res...
by ArndW
Thu Jul 30, 2009 9:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom Aborting with @ABORT.CODE = 1
Replies: 12
Views: 6160

Do a "reset" of the job and see what the "from previous run..." entry in the log file states.
by ArndW
Thu Jul 30, 2009 7:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Before job-subroutine --> need help
Replies: 40
Views: 10775

G.K.K wrote:...
Excmd_file.$CommandOutput:"<1>"
is wrong. Use "Excmd_file.$CommandOutput<1>"
by ArndW
Thu Jul 30, 2009 7:12 am
Forum: General
Topic: how to setup Oracle Enterprise Stage
Replies: 10
Views: 2106

by now your Oracle user is probably locked out and needs to be reset by the DBA. But please post the complete error message in any case.
by ArndW
Thu Jul 30, 2009 6:50 am
Forum: General
Topic: how to setup Oracle Enterprise Stage
Replies: 10
Views: 2106

Could you post the complete and unedited error message? Did you login to Oracle from "sqlplus" on the UNIX client? Did you add the ORACLE_ environment variables to the dsenv file?
by ArndW
Thu Jul 30, 2009 5:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup job aborts
Replies: 14
Views: 5653

That limit is set in the executable and can be modified (with ldedit on AIX) but I am sure that there are drawbacks to doing so, otherwise the limit would be set higher in all jobs.
by ArndW
Thu Jul 30, 2009 5:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup job aborts
Replies: 14
Views: 5653

Here is a tip to reduce the size of your lookup, perhaps then it will fit into the 512Mb block limit = remove the length specifications for VarChar fields.
by ArndW
Thu Jul 30, 2009 5:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup job aborts
Replies: 14
Views: 5653

Here is a tip to reduce the size of your lookup, perhaps then it will fit into the 512Mb block limit = remove the length specifications for VarChar fields.
by ArndW
Thu Jul 30, 2009 4:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Before job-subroutine --> need help
Replies: 40
Views: 10775

In your job, you can only declare the type of "k_ftch" as String,Encrypted,Integer,Float,Pathname,List,Date and Time. We are looking for one of these as an answer to the first questions.
The second question is what actual value are you passing to "k_ftch".
by ArndW
Thu Jul 30, 2009 3:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Before job-subroutine --> need help
Replies: 40
Views: 10775

Kamal, tell us WHAT datatype you defined this parameter as, and WHAT value you are trying to pass to that parameter, then you will get an answer.
by ArndW
Thu Jul 30, 2009 3:25 am
Forum: General
Topic: understanding Rountine
Replies: 10
Views: 2141

You should write a loop in a job sequence to expand that wildcard and call the routine within the loop.
by ArndW
Thu Jul 30, 2009 2:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Character  converted to A
Replies: 7
Views: 3010

When you read from Oracle into DataStage you need to specify the correct NLS map - the one Oracle is actually using. The same needs to be done when writing to your target. If either one of these settings is not done correctly then it is possible that characters don't get mapped the way you expect. W...
by ArndW
Thu Jul 30, 2009 2:36 am
Forum: General
Topic: Converting hex to char
Replies: 14
Views: 4272

No, no work around from me, since I believe that the site is valuable and that membership pays to keep it running.
by ArndW
Thu Jul 30, 2009 2:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Character  converted to A
Replies: 7
Views: 3010

The DataStage "View Data" facility has caused more perceived NLS problems than any other part of the tool - it is not capable of correctly displaying NLS data and shouldn't be used to see if NLS is working or not. Did you "view data" to see the character or use another tools?
by ArndW
Thu Jul 30, 2009 1:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage user removing
Replies: 4
Views: 1180

The list of users is no longer easy to retrieve on the IIS server in hashed files or other objects. It is stored somewhere in the depths of Websphere and I wouldn't know how to access that list from the program level.