Search found 42189 matches

by chulett
Wed Dec 12, 2007 9:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Importing metadata
Replies: 4
Views: 1252

You don't have your ODBC connectitivity properly configured. If you search for 'uvodbc.config' you'll find there are two files you need to edit.
by chulett
Wed Dec 12, 2007 8:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Importing metadata
Replies: 4
Views: 1252

What happens when you try the Plug-In metadata via the OCI stage route?
by chulett
Wed Dec 12, 2007 8:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is Datastage 7.5.2 compatible with Linux 64 bit?
Replies: 4
Views: 1678

As long as the O/S provides support for 32bit programs, I'm sure you'd be fine. In the absense of a 64bit version of DataStage for the platform, of course.

As noted, there's absolutely no need for a 64bit O/S simply to have 64bit hashed files.
by chulett
Wed Dec 12, 2007 6:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CREATE.FILE usage for 64 bit hashed files
Replies: 30
Views: 7576

clarcombe wrote:Is there a command to remove the HF beforehand (unmkdbfile ?)

Yes, unmkdbfile is also known as 'rm'. :wink:

Or more specifically, for the entire directory and its contents:

rm -rf <directory>
by chulett
Wed Dec 12, 2007 6:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling different metadata in runtime for the same table in
Replies: 8
Views: 2007

Still doesn't really explain what you need to do or what exactly you mean by 'with different metadata'. Can you try again please? Perhaps with an example or three?
by chulett
Wed Dec 12, 2007 6:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: system variable in file attachment path of notification mail
Replies: 2
Views: 1023

Possibly, but you don't need to as a relative path will work fine here. Meaning, specifing the attachment file without a path = in the current project.
by chulett
Wed Dec 12, 2007 6:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Re-INDEXED the Project
Replies: 2
Views: 1277

Specifically, searching for DS.REINDEX should get you want you want. Also, what makes you think you need to reindex your projects?

:? 7.5x2 on UNIX? I don't think so...
by chulett
Wed Dec 12, 2007 6:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: main_program: Internal Error: (nP==nC)
Replies: 4
Views: 2241

Interesting. An assertion error eh? That would imply something is very, very wrong under the covers. Basically, a coder asserts ('to state or declare positively and often forcefully or aggressively') that a certain condition is true and should always be true. In your case, that would be that "nP is ...
by chulett
Tue Dec 11, 2007 10:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To find Job
Replies: 3
Views: 1461

From the Administrator:

Code: Select all

SELECT CATEGORY FROM DS_JOBS WHERE NAME = 'JobSeq_Prod';
by chulett
Tue Dec 11, 2007 3:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Multiple records
Replies: 4
Views: 1798

Multiple instance has no bearing on getting multiple records. Your sql is not correct, not sure what else to say. :?
by chulett
Tue Dec 11, 2007 10:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage stripping quotes from parameters
Replies: 6
Views: 6598

Known behaviour - I believe you need to 'escape' the single-quotes by adding a 'backwards slash' in front of each one.
by chulett
Tue Dec 11, 2007 7:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Restartability with Exception Handler and Terminator
Replies: 1
Views: 856

Sounds to me that the 'restartability' works just fine - it starts where it left off. What makes you say that the DPCR is 'not able to reset and then run', that also looks to me to have happened fine. Your issue is the DPCR job continues to abort, triggering your Exception and Terminator again. What...
by chulett
Tue Dec 11, 2007 7:46 am
Forum: General
Topic: Dynamic Sql in routines
Replies: 2
Views: 943

When you do, please expand on what the heck you mean by 'dynamic sql in routines'. :?
by chulett
Mon Dec 10, 2007 9:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with db2 date
Replies: 3
Views: 1145

I've tried to help. Twice now. Perhaps third time is the charm - leave the date in internal format and sent that to the DB2 stage.