Search found 107 matches

by diamondabhi
Thu Jul 31, 2008 7:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: config file check
Replies: 3
Views: 2074

config file check

All of a sudden I am getting the following error in the all my jobs and even while checking config file, they were working fine:

Program "/bin/sh" core dumped. [SIGIOT] IOT instruction

I have cleared all the scratch disks, resource disks and have max ulimits.

Please help.

Thanks,
Abhi.
by diamondabhi
Thu Nov 15, 2007 10:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 V9.1 Range Partition
Replies: 1
Views: 749

DB2 V9.1 Range Partition

I am using DB2 EE stage to write data into a DB2 V9.1 range partitioned table. The job aborts with main_program: Fatal Error: Table `ADW_SALES_ITEM' must exist before querying the node group. The job runs fine if we remove the range partition on the table. Did anybody use the range partition feature...
by diamondabhi
Wed Nov 14, 2007 12:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RE:Problem with DB2 UDB API Stage
Replies: 2
Views: 1328

Goodness this resoultion worked. Thanks.
by diamondabhi
Thu May 10, 2007 12:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: able to view data but job is aborting
Replies: 12
Views: 4638

You need to set the environment var. NLS_LANG to whatever is in your database.
by diamondabhi
Thu May 10, 2007 11:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not enough space
Replies: 3
Views: 5559

When I had this problem I used join stage instead of lookup stage, do that if its feasible for you. Here are some of the previously posted solutions: 1) If this is AIX I believe that the per-process memory limit for the OSH executable is 512MB. Thus, any lookup stage which attempts to load over 512 ...
by diamondabhi
Thu May 10, 2007 10:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Error
Replies: 3
Views: 1777

Look whether the PX ENgine mountpoints are mounted or not on the DB2 server.
by diamondabhi
Thu May 10, 2007 10:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Importing Table Defintions from a remote DB2 Server
Replies: 5
Views: 2209

If its db2udb you can also use orchestrate schema definitions option to import metadata.
by diamondabhi
Thu May 10, 2007 10:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data has been truncated
Replies: 4
Views: 1145

How many char fields you got, I always try to drill it down that way?

What stage are you using?

Even i would like to see a better solution?
by diamondabhi
Thu May 10, 2007 10:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter passing
Replies: 5
Views: 2416

Has this been resolved, could you post the script you are using.
by diamondabhi
Thu May 10, 2007 10:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null handling on timestamp fied in modifystage
Replies: 7
Views: 2305

Again search would be a good thing to do: (from another post): One way nulls can be handled is When you have this problem of dates being null and you wish to use them in routines or stage variables, it can be usefull if you have a 'special date' that is outside of the domain of your data, i.e. 9999-...
by diamondabhi
Thu May 10, 2007 10:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp to string in modify stage
Replies: 7
Views: 6332

search the forum, here are some samples:

string_from_timestamp (timestamp, string)
timestamp_from_string (string, timestamp)
timestamp_from_ustring (ustring, timestamp)
ustring_from_timestamp (timestamp, ustring)
by diamondabhi
Thu May 10, 2007 10:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: able to view data but job is aborting
Replies: 12
Views: 4638

Please post the exact error message one of the things you can check is how are the parameters being passed if any?
by diamondabhi
Thu Dec 07, 2006 1:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Integer to Date
Replies: 2
Views: 999

Integer to Date

I have an integer source(AS400) field which I need to convert into DB2UDB date field.
The value of the field is like this 060526(yymmdd). Please let me know the best way to do it.

Thanks in advance.
Abhi.
by diamondabhi
Tue Oct 10, 2006 12:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date error
Replies: 6
Views: 2145

Might as well try 2055/00/00:" ":"00:00:00"
by diamondabhi
Tue Oct 10, 2006 12:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dtastage Operator Role
Replies: 6
Views: 1713

I believe even then the production manager needs to unprotect the project ,then save and compile. Correct me if I am wrong.

Thanks.