Search found 15603 matches

by ArndW
Thu Jul 24, 2008 5:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Records displayed out of a Hashed file
Replies: 9
Views: 3447

The issue isn't the join. You have done one insert and 12424 subsequent overwrites to the hashed file, thus you only have 1 record no join will ever bring back missing records.
by ArndW
Thu Jul 24, 2008 5:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with aborting from transformer
Replies: 10
Views: 2652

If the source file is missing the job will fail all by itself.
by ArndW
Thu Jul 24, 2008 5:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage PX Warning:
Replies: 7
Views: 2165

The "Full Wurlod" has been banned from all WWF events due to excessive danger of the brain exploding.
by ArndW
Thu Jul 24, 2008 5:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX partitioning query
Replies: 2
Views: 620

Yes, that will work to get the datasets partitioned along the same key values.
by ArndW
Thu Jul 24, 2008 4:51 am
Forum: General
Topic: how to get(xml format) number of records in unix
Replies: 3
Views: 1393

[answer][/answer] :wink:
by ArndW
Thu Jul 24, 2008 4:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with aborting from transformer
Replies: 10
Views: 2652

If there is only one row of data, then the only difference between a successful and a failed run is the status of the job. Are you certain that you want to force fail the job in these conditions? You can force a failure, but it is seldom recommended as part of a well thought out design. If you need ...
by ArndW
Thu Jul 24, 2008 3:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: No project access
Replies: 7
Views: 4206

There should be a tab in the System panel on the server for the DataStage processes that you can open and look. Also, just open up a CMD session DOS window and enter the "telnet localhost" command.
by ArndW
Thu Jul 24, 2008 3:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential Archive Error
Replies: 1
Views: 601

I haven't seen that one before and don't know what it could mean. Can you try a "force compile" to see if that gets rid of the error?
by ArndW
Thu Jul 24, 2008 3:25 am
Forum: General
Topic: Exception raised in GCI subroutine: Access violation
Replies: 4
Views: 3482

Do you have any other jobs that use Informix stages, and do any of them work? I would at first assume that the installation and setup for the Informix connectivity has not been completed correctly.
by ArndW
Thu Jul 24, 2008 3:08 am
Forum: General
Topic: XMETA password
Replies: 4
Views: 2819

I think that the password is hidden and encrypted in one or more of the .jar files as well; and I wouldn't know how to go about changing the encrypted values (yes, untar and look into /classes/ojb-conf.jar). Doesn't WebSphere administration interface offer a place where you can change the XMETA pass...
by ArndW
Wed Jul 23, 2008 7:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: run time entry
Replies: 4
Views: 1000

A derivation of "Convert("I","E",In.Col) will convert all "I"s in the column "In.Col" to "E"s.
by ArndW
Wed Jul 23, 2008 7:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to see the data after inserting
Replies: 12
Views: 3602

Add a reject link to your oracle stage and see if any links go down that path.
by ArndW
Wed Jul 23, 2008 4:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Fixed width file from Sequential file
Replies: 7
Views: 1719

I still don't understand why you don't declare the whole record as one long VarChar column and use length, then reformat according to your preferences if the record is well-formed.
by ArndW
Wed Jul 23, 2008 4:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Log report
Replies: 7
Views: 1606

sachin1 - the parameter is "MAXKEYSIZE" and it shouldn't be changed without good reason as changes can impact performance adversely.
by ArndW
Wed Jul 23, 2008 4:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with partitioning
Replies: 2
Views: 811

Only the first error message is relevant. You don't have a valid fileset. How was this fileset created (i.e., with which stage) and which stage are you using to read it?