Search found 42189 matches

by chulett
Mon Nov 13, 2006 9:00 am
Forum: General
Topic: error "ds_uvgetnext() - Pin 1 not initialised"
Replies: 8
Views: 4578

Welcome French man! :D

That is an odd error, have you tried simply recompiling the job?
by chulett
Mon Nov 13, 2006 8:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unwanted Folders
Replies: 3
Views: 1049

Do you still need the jobs that they support? If not, simply delete the jobs and all of those will go along for the ride.
by chulett
Mon Nov 13, 2006 8:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Log Info
Replies: 6
Views: 2058

I'm confused... are you looking for information on DataStage logs or something DB2 related as you stated in your initial post? :?

If the latter, suggest you go and have a chat with your DBAs.
by chulett
Mon Nov 13, 2006 8:13 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: XML INPUT without Folder?
Replies: 3
Views: 3020

RTI jobs are real time, hence the name and implemented as web services. Something 'near real time' would be implemented with a Server or Parallel solution run in short intervals, like every five minutes or so. The RTI Input stage replaces the Folder stage in an RTI job and is used to feed XML data t...
by chulett
Sun Nov 12, 2006 1:49 pm
Forum: Site/Forum
Topic: Fatal error in DSXchange search
Replies: 3
Views: 2822

Yes, but an exact match will match every occurance of 'at' on the site, including inside other words as far as I know. So I'm assuming you just blew out the resources of the site's search engine. Try including something else to narrow things down, like 'Windows at' or 'at command' perhaps. Or just k...
by chulett
Sun Nov 12, 2006 1:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: license question
Replies: 10
Views: 3145

So, I guess the question still remains - are the limits enforced or is it on the honor system? I'm inferring a 'yes' from your last phrase, but looking for confirmation.
by chulett
Sun Nov 12, 2006 12:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Stage schedule error
Replies: 2
Views: 2615

Pretty sure it's not about access to the Project but to the scheduler - in this case the Windows 'AT' command. I'm more familiar with the UNIX cron scheduler so can only suggest you search the forum... I know the issue has been posted here before.
by chulett
Sun Nov 12, 2006 9:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: license question
Replies: 10
Views: 3145

I'm curious how the actual licensing works in this new world, if it is the same as what I've just seen for our 7.5.2 adventure. Client purchased licenses for a new Server install and we got two serial numbers. Which one to use? It took several tries to get an explanation that made sense. Turns out o...
by chulett
Sun Nov 12, 2006 8:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error calling DSRunJob(JOB NAME), code=-14
Replies: 3
Views: 1961

np. If you need any help resolving the issue or have some specific questions, come on back!
by chulett
Sat Nov 11, 2006 4:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential file error handling
Replies: 5
Views: 2287

Or just use the options available in the Sequential File stage. For the fields that are 'optional' i.e. that you may not receive - in this case #2 and #3 - slide the Columns tab over to the right until you can see the Incomplete column column. For those two, change it from Error (which is what is ab...
by chulett
Sat Nov 11, 2006 8:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job runs on a single processor
Replies: 10
Views: 2467

No, he means you need to work to make it do that - it won't happen automagically like in a PX job. And just because you have four 'active stages' in your job doesn't mean it will run on four processors or even in four 'threads'. There are times when the run-time engine will combine all of those into...
by chulett
Sat Nov 11, 2006 8:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Processing a Seuential file and Database
Replies: 7
Views: 1484

I don't see why not, but don't have any experience with DB2 so can't help with specifics there. Sorry. However, I'm sure some kind soul will be along eventually who does and can help. Your other option would be to talk to your DBAs, show them the options in the stage. I'm sure they'd be able to help...
by chulett
Sat Nov 11, 2006 8:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error calling DSRunJob(JOB NAME), code=-14
Replies: 3
Views: 1961

Welcome aboard! :D As hard as this is to believe, you are not the first person to see this error and ask about it here. And that's usually the way things work around here. First suggestion would be to always search the forums first before posting. In this case a search for your phrase "Timed out whi...
by chulett
Sat Nov 11, 2006 8:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Processing a Seuential file and Database
Replies: 7
Views: 1484

If you can, I'd suggest doing the processing/validation and writing that to another file, then loading that file via whatever 'bulk loader' you have. That presupposes that your loads are (or can be arranged to be) all inserts.
by chulett
Sat Nov 11, 2006 8:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read an Oracle TimeStamp using OCI stage
Replies: 22
Views: 5218

I don't believe I have even seen a guarantee of backwards compatibility from Oracle with regards to client versions. As Ray notes, the fact that they should be is probably nothing more than a fervent desire on your part. So, you got my question exactly right. First suggestion would be to switch to u...