Search found 42189 matches

by chulett
Tue Dec 08, 2009 9:38 am
Forum: General
Topic: Creating copy of a job
Replies: 9
Views: 1560

Talk to whomever set up 8.x for you, they had to choose DB2, Oracle or SQL Server for the XMETA repository. And a search here for XMETA should turn up a plethora of topics.
by chulett
Tue Dec 08, 2009 9:25 am
Forum: General
Topic: Creating copy of a job
Replies: 9
Views: 1560

In the original repository plus the new XMETA database repository.
by chulett
Tue Dec 08, 2009 8:55 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: xml read
Replies: 3
Views: 2276

Please post this in the correct forum.
by chulett
Tue Dec 08, 2009 8:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Restart sequencer after abort
Replies: 13
Views: 5984

You don't need to 'capture the last key' but rather the last record number committed. Your source is static correct? Note that running on multiple nodes will complicate this.

PS. 'Key' just means any column(s) that uniquely identify a record.
by chulett
Tue Dec 08, 2009 8:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column BATCH_ID floating point decimal is not fully supporte
Replies: 5
Views: 3757

So, it's actualy INTEGER rather than NUMBER in Oracle? What happens if you change the metadata to Decimal(38,10)?
by chulett
Tue Dec 08, 2009 8:45 am
Forum: General
Topic: RT_LOG207 error
Replies: 5
Views: 1316

"Would have"? :?

It's there, just corrupted. And some "system files" (being generic) are perfectly OK to copy from other locations, even other projects - that .Type30 hidden file being one such example.
by chulett
Tue Dec 08, 2009 8:42 am
Forum: General
Topic: Creating copy of a job
Replies: 9
Views: 1560

You shouldn't really be doing this in any version, even if you think you know what you are doing. And yes, the architecture in 8.x is vastly different and that information is now stored in two places, things are not just in the 'Universe' repository anymore.
by chulett
Tue Dec 08, 2009 8:38 am
Forum: General
Topic: RT_LOG207 error
Replies: 5
Views: 1316

Note that the file name starts with a 'dot' and is thus a hidden file, so you'll need to do a "ls -la" for it to show up. Are you sure it's missing? If so, you could copy one over from elsewhere but I'd suggest exporting and reimporting the existing job.
by chulett
Tue Dec 08, 2009 8:35 am
Forum: General
Topic: Unable to load subroutine
Replies: 1
Views: 1029

Your first two messages are informational and nothing to worry about. DSU indicates a user written subroutine, you need to check both the routine itself (open it in the Designer) and the syntax that is being used in the job that is calling it.

Post both here is you are unsure of the issue.
by chulett
Tue Dec 08, 2009 8:31 am
Forum: General
Topic: Creating copy of a job
Replies: 9
Views: 1560

No. Use the GUI.
by chulett
Tue Dec 08, 2009 6:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF Stage - Import Warning
Replies: 8
Views: 2998

As Ray noted, an ASCII FTP transfer will automagically change all UNIX line terminators to DOS line terminators when targeting a Windows server. It also works vice versa.

A "binary" transfer will preserve the original termination character(s).
by chulett
Tue Dec 08, 2009 6:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: second day transaction date of customer
Replies: 3
Views: 1135

As noted, your example doesn't match what you say you need, nor is there any red that I can see. Why is there a record for 24-10-09 in the output? :?
by chulett
Tue Dec 08, 2009 6:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Querying sequence
Replies: 4
Views: 1128

Change your metadata to show them as nullable.
by chulett
Tue Dec 08, 2009 6:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJob -logdetails Hanging
Replies: 11
Views: 6794

You might want to ping your official support provider and see if you have an XMETA issue - bad or missing index, perhaps? Shouldn't be *that* slow.
by chulett
Tue Dec 08, 2009 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in reading Sequential file
Replies: 7
Views: 5009

How many records are in your file?