Search found 12 matches

by diogo.cwb
Fri Jul 10, 2009 12:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Retrieve SQLCODE in Oracle Loader
Replies: 3
Views: 1751

Retrieve SQLCODE in Oracle Loader

Anybody know how can i retrieve th SQLCODE when i using an Oracle loader ? Because i must load one table who i know have indexes but i'm loading with OPTIONS(DIRECT=TRUE,PARALLEL=TRUE,ERRORS=0,SKIP_INDEX_MAINTENANCE=TRUE) and in production enviroment i get the below error: Time : Fri Jul 10 10:27:10...
by diogo.cwb
Thu Jul 09, 2009 5:03 am
Forum: General
Topic: Problem with permission
Replies: 11
Views: 5324

ok thanks for the help...
by diogo.cwb
Wed Jul 08, 2009 2:05 pm
Forum: General
Topic: Problem with permission
Replies: 11
Views: 5324

Internal Error: (0):util/pathutils.C: 349:
by diogo.cwb
Wed Jul 08, 2009 2:04 pm
Forum: General
Topic: Problem with permission
Replies: 11
Views: 5324

But my problem such as i understand it wasn't in traceback...but is in "Unable to determine current working directory! This very likely due to a problem with file permissions on the directory or directories above this point. The error was Permission denied " and i try to search something a...
by diogo.cwb
Wed Jul 08, 2009 12:21 pm
Forum: General
Topic: Problem with permission
Replies: 11
Views: 5324

Sorry but i didn't understand this answers...
by diogo.cwb
Wed Jul 08, 2009 9:09 am
Forum: General
Topic: Dynamic number
Replies: 8
Views: 2474

OK Thank's for all.
by diogo.cwb
Wed Jul 08, 2009 8:01 am
Forum: General
Topic: Dynamic number
Replies: 8
Views: 2474

ok. but tis solution doesn't increase my number each row ? because i don't want it.
by diogo.cwb
Wed Jul 08, 2009 7:49 am
Forum: General
Topic: Dynamic number
Replies: 8
Views: 2474

Can't i make an Oracle stage to select max(PROCESS_ID) and on Transformer i increase +1 ?
by diogo.cwb
Wed Jul 08, 2009 7:39 am
Forum: General
Topic: Dynamic number
Replies: 8
Views: 2474

Dynamic number

Hi all,

I must insert on my table an dynamic number called by PROCESS_NUMBER. So this number must be different each time i run my DS job.

Any idea ?
by diogo.cwb
Wed Jul 08, 2009 7:29 am
Forum: General
Topic: Problem with permission
Replies: 11
Views: 5324

Problem with permission

Hi all, When i run my job on production enviroment. I get the below error. But i want to know how i know what directory the job is trying to use ? Unable to determine current working directory! This is very likely due to a problem with file permissions on the directory or directories above this poin...
by diogo.cwb
Wed Apr 30, 2008 4:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel - Insert into oracle table
Replies: 4
Views: 1888

Only for explain the solution:

in Development the parameter APT_STRING_PADCHAR = 0x00 and in the Production enviroment the parameter APT_STRING_PADCHAR = 0x20. So the Data Stage expects a Null character at the end of string in Production.

thanks for all