Search found 42189 matches

by chulett
Tue Sep 29, 2009 4:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: No SQL catalog data for schema '' in UV_SCHEMA
Replies: 9
Views: 4169

Unfortunately, the two stars seem to indicate something it cannot fix: >VERIFY.SQL TABLE /appl/Ascential/DataStage/Projects/DEV_XXX/DS_TEMP1 Checking file permissions. ** No SQL catalog data for schema '' in UV_SCHEMA. 1 verify operation discontinued. Items marked with a '!' are information messages...
by chulett
Tue Sep 29, 2009 3:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to set SQLLOADER CHARACHTERSET option using Load option
Replies: 4
Views: 1435

Add $NLS_LANG as a Project level parameter and set its value to $ENV so it doesn't immediately effect every job in the project. Then add it as a job parameter to your job and override the default value to UTF8 there, it will now be included in your job's environment when it runs.
by chulett
Tue Sep 29, 2009 1:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Limit
Replies: 1
Views: 834

Actually, the 2.2GB limit is for 32bit hashed files, creating them with the -64BIT option effectively removes that limit. Sometimes a lookup can be replaced by a join in a database, perhaps that is an alternative for you?
by chulett
Tue Sep 29, 2009 11:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reading CLOB datatype from Oracle.
Replies: 4
Views: 1620

Searching would also reveal discussions of "workarounds" for this.
by chulett
Tue Sep 29, 2009 11:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: No SQL catalog data for schema '' in UV_SCHEMA
Replies: 9
Views: 4169

No SQL catalog data for schema '' in UV_SCHEMA

The same project where I have the Cannot find job TEST posting has thrown me another curve. Thinking to verify the integrity of the project and see if it could find the issue (and possibly FIX it as well afterwards) I ran the following command: VERIFY.SQL SCHEMA <MySchemaName> It then output this fo...
by chulett
Tue Sep 29, 2009 10:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: hard coded value in modifier
Replies: 3
Views: 1331

FYI

(courtesy of Mr McBurney)
by chulett
Tue Sep 29, 2009 10:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue while starting the Server
Replies: 8
Views: 5703

I'm not aware of anywhere you can simply check it or have it tell you what they are... you just need to know. Who set them up? :?
by chulett
Tue Sep 29, 2009 10:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: hard coded value in modifier
Replies: 3
Views: 1331

While you can create new columns in the Modify stage, you cannot do so with "hard coded values" i.e. constants. Nor can you do "if-then-else" logic - both of those are the domain of the Transformer, which there really isn't any reason to avoid nowadays.
by chulett
Tue Sep 29, 2009 10:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot find job TEST
Replies: 12
Views: 3751

Looks like the answer is 'yes': LIST DS_JOBOBJECTS WITH NAME EQ "TEST" 09:57:29am 29 Sep 2009 PAGE 1 Object type........ J Object record id... 1358 Object record name. V77S0P1 Description........ Object type........ J Object record id... 1358 Object record name. V0S251P6 Description..........
by chulett
Tue Sep 29, 2009 9:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Slowly changing fact
Replies: 14
Views: 5389

You just code it as the derivation of the 'previous value' column since you know the only two values it could be: If Col = 'Y' Then 'N' else 'Y' As for the Oracle error, post the complete unedited version along with any other messages that seem relevant (those kind don't usually occur alone). ORA-01...
by chulett
Tue Sep 29, 2009 9:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue while starting the Server
Replies: 8
Views: 5703

OK... you know what's coming first: "Invalid user name (wasadmin) or password". Are you sure of the userid? Made sure the password hasn't expired? Etc etc.
by chulett
Tue Sep 29, 2009 8:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Active-to-Active Link
Replies: 12
Views: 2793

Nope.
by chulett
Tue Sep 29, 2009 7:37 am
Forum: General
Topic: Surrogate Key Generation using DS routine
Replies: 13
Views: 2892

'Ordered records in the target table'? :?

As noted, there's really no such thing and it is generally a waste of time to sort the data before writing it to a database.
by chulett
Tue Sep 29, 2009 7:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting a column of fullname into 2 columns fnm & lnm
Replies: 8
Views: 3084

How so? Index just finds strings and doesn't extract strings. Would you mind posting your complete solution to help other searchers?
by chulett
Tue Sep 29, 2009 5:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot find job TEST
Replies: 12
Views: 3751

I'll check. I don't recall DS_JOBOBJECTS having 'name' in it anywhere...