Search found 42189 matches

by chulett
Mon Jan 19, 2009 1:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job in state running
Replies: 9
Views: 4423

Re: Job in state running

RAI ROUSES wrote:Did the clear status of the job, in the log it appears the message that is done the clear to the RT FILE, but the job continues in the state "running".
Odd, another 8.x quirk it seems.
by chulett
Mon Jan 19, 2009 10:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject link based on percentage
Replies: 7
Views: 1974

There's the question - are you trying to abort if the threshold was crossed after the job ran or the moment the threshold is exceeded?
by chulett
Mon Jan 19, 2009 10:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine error - Array never dimensioned
Replies: 2
Views: 2312

Sounds like you are trying to use a Parallel function in a Server BASIC routine... no can do, if that's the case.
by chulett
Mon Jan 19, 2009 10:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to read Xml file
Replies: 4
Views: 1184

You've got bad XML. As noted, it should look like this:

<color><blue></color>

Ask whomever supplied / generated it to correct the problem.
by chulett
Mon Jan 19, 2009 10:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine activity make its work fine but "did not finish
Replies: 4
Views: 1504

A search for "did not finish OK" would show that this question has been asked and answered alot, most recently here.
by chulett
Mon Jan 19, 2009 8:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Probelm in Reading XML File
Replies: 3
Views: 1850

So... your problem is resolved? If so, can you mark it as such using the button at the top of the screen, please?
by chulett
Mon Jan 19, 2009 8:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Write speed to seq file
Replies: 7
Views: 2209

Re: Write speed to seq file

I am sure that botlneck in writing to seq file . I am get about 3500 rows/sec. What makes you so sure? No, there's no "trick" and I sincerely doubt the "bottleneck" is your sequential write speed unless you are writing to some crap disks or the underlying filesystem is very busy...
by chulett
Mon Jan 19, 2009 8:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer not restarting from check point
Replies: 5
Views: 2992

You'll need to provide more details about your jobs and issue. Is the abort happening in one of the "sub sequences" or the "main" sequence?
by chulett
Mon Jan 19, 2009 8:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loss of Records and No Errors Generated
Replies: 23
Views: 6411

1. You tell us, is your problem resolved? :? If so, you should do two things - post the resolution and mark the problem as Resolved using the green button at the top of the screen. 2. Ideally, by looking at the thread subject - it should either be marked 'resolved' or 'workaround', otherwise a 'work...
by chulett
Sun Jan 18, 2009 12:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loss of Records and No Errors Generated
Replies: 23
Views: 6411

rachit82 wrote:However i just wanted to confirm from you and others that If there is a possibility that there could be data loss without any warning in such cases.
That's going to have to come from someone else, one of the many DB2 gurus here. Hopefully they'll chime in when they get a chance.
by chulett
Sun Jan 18, 2009 10:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loss of Records and No Errors Generated
Replies: 23
Views: 6411

No, my experience is all with Oracle for the last several years, with Progress and Informix before that. I've got no idea about any quirks that DB2 may bring to the table or how they line up with Oracle. For example, in Oracle an update or delete that affects zero records is considered successful wh...
by chulett
Sun Jan 18, 2009 7:49 am
Forum: General
Topic: From routine to db table
Replies: 5
Views: 1340

Ok, then why not give the various 'Seq' functions a try? As Ray noted, OpenSeq opens / creates a sequential file, Seek can be used to position the pointer to the end to begin appending to any existing records, followed by WriteSeq and lastly CloseSeq which do exactly what you'd think they do. Pick o...
by chulett
Sat Jan 17, 2009 9:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Icons getting converted ..Strange Problem
Replies: 6
Views: 1396

I assume it is a memory leak issue, one that simply causes your PC to run out of the process memory it needs to load the icon images. I've seen this in older versions, it would start showing the icons as generic "plug-in" icons, like an electrical wall plug. Is that what a "build op&q...
by chulett
Sat Jan 17, 2009 9:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loss of Records and No Errors Generated
Replies: 23
Views: 6411

I monitored the Job through the Director and the Scheduling tool. There were absolutely no warnings. When i said monitor, I asked you to see the no. of records extracted from source and loaded to target. Right click the job in Director and select monitor. Then you can see the details. If there is a...