Search found 178 matches

by RodBarnes
Fri Nov 20, 2009 8:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Seen this message: Unable to attach to the given directory
Replies: 8
Views: 4792

(Well that was pretty silly of me! Sorry, Craig.) I typically telnet to the server to do most of my Universe level work rather than working through the DS Administrators' Command ability. (I've been working with PICK-like OSs for years and am very comfortable at that level.) Upon connecting, it prom...
by RodBarnes
Thu Nov 19, 2009 4:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Seen this message: Unable to attach to the given directory
Replies: 8
Views: 4792

Seen this message: Unable to attach to the given directory

This message began appearing on our production server a while back. I've been ignoring it and living with using the command ability in DS Adminstrator. But I really need to get this working again because I do quite a bit of work at the Universe level, especially during promotions. I've confirmed tha...
by RodBarnes
Wed Nov 18, 2009 12:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use of DSGetLinkInfo() to catch SQL errors?
Replies: 6
Views: 3513

Using this in a transformer stage variable I was successful at getting the LinkLastError info on a link to an MSOLEDB stage : DSGetLinkInfo(DSJ.ME, DSJ.ME, 'insert', DSJ.LINKLASTERR) I've not had any luck using the DSJ.LINKSQLSTATE or DSJ.LINKDBMSCODE information. Apparently not available from an MS...
by RodBarnes
Thu Nov 12, 2009 5:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use of DSGetLinkInfo() to catch SQL errors?
Replies: 6
Views: 3513

Well, I may not be using it correctly. According to the docs, the syntax is: DSGetJobInfo( JobHandle, StageName, LinkName, InfoType ) It states that the DSJ.ME constant may be used for the first three parameters to access the current job, current stage, and current link. The job has a transformer st...
by RodBarnes
Thu Nov 12, 2009 1:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use of DSGetLinkInfo() to catch SQL errors?
Replies: 6
Views: 3513

Use of DSGetLinkInfo() to catch SQL errors?

I was exploring the use of DSGetLinkInfo() to obtain the DSJ.LINKSQLSTATE, DSJ.LINKDBMSCODE, or DSJ.LINKLASTERR values for a link that applies data to an MSOLEDB stage. I would like to capture this and then write it to a seq file for troubleshooting later. So, the link the value would be written to ...
by RodBarnes
Mon Nov 02, 2009 11:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_uvput() error with a valid value
Replies: 9
Views: 4632

Looking through each stage of the sequence I found there was actually another job inserting into this same hashed table. This was a cut/paste error: the second job had been created from the first and I neglected to create a separate check table. Since they were both attempting to update the same has...
by RodBarnes
Mon Nov 02, 2009 10:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_uvput() error with a valid value
Replies: 9
Views: 4632

The table is created by a Hashed File stage as part of the job. I had considered non-printing characters since it is an obvious candidate but didn't see how that could be given that the exact same criteria works successfully when used immediately after the failure. This job is very simple and does o...
by RodBarnes
Fri Oct 30, 2009 2:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_uvput() error with a valid value
Replies: 9
Views: 4632

Yeah, I figured this wasn't going to be simple. I've tried everything I can think of. I've recreated the table but that made no difference. The reset doesn't provide any additional info: Resetting Job ODS_ExportSystemCastanet. Resetting stage ODS_ExportSystemCastanet..xfm. ODS_ExportSystemCastanet.....
by RodBarnes
Fri Oct 30, 2009 1:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_uvput() error with a valid value
Replies: 9
Views: 4632

The log begins with the usual messages about "Starting job...", "Environment variables...", "Active stage starting...", and "Write caching disabled", then it shows the error message: ODS_ExportSystemCastanet..ins_CASTANET_CHECK.insert: ds_uvput() - Write faile...
by RodBarnes
Fri Oct 30, 2009 1:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_uvput() error with a valid value
Replies: 9
Views: 4632

ds_uvput() error with a valid value

I know, I know: this topic has been covered several times before. But I've been unable to find a post that matches what I am experiencing. (Please be gentle :wink: ) I am occasionally getting a fatal error like this on an attempt to insert a record into a table: ds_uvput() - Write failed for record ...
by RodBarnes
Thu Aug 13, 2009 8:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Access violation on phantom job
Replies: 10
Views: 4374

Re: Access violation on phantom job

datastageETL wrote:were you able to solve this issue?
I don't believe so but it has been a while since I was working on this. We opted to not move to 8.1 at the time (for this and several other reasons) but still plan to at some point in the future. So, this may come back to haunt me. :(
by RodBarnes
Tue Mar 31, 2009 2:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence starts job but then immediately ends?
Replies: 7
Views: 3009

Well, in my case anyway, I've determined that it has to do with having a sequence stage be the immediate precursor to the startloop stage. If I eliminate the sequence stage and just change the two prior stages (which were joined at the sequence stage) to be inline to the startloop stage, it works fi...
by RodBarnes
Tue Mar 31, 2009 12:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence starts job but then immediately ends?
Replies: 7
Views: 3009

This is really sad. Jobs which have worked fine for a long time now, when recompiled, will exhibit this. Yet a new job I just created to test a loop and promoted it forward, works in both locations. Clearly something has changed on the system or in DataStage but I haven't a clue where to begin to lo...
by RodBarnes
Tue Mar 31, 2009 11:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence starts job but then immediately ends?
Replies: 7
Views: 3009

What did you end up doing to resolve it? I am now seeing this in other jobs, too. Ones that worked fine -- and still do in earlier versions. For example, I have one sequence that still works fine but if I simply recompile the job in my work area, then re-import it to a test area, it will now exhibit...
by RodBarnes
Thu Mar 19, 2009 4:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence starts job but then immediately ends?
Replies: 7
Views: 3009

Sequence starts job but then immediately ends?

[I'm not even sure what I'd search for on this. If there is a known thread on this, please direct me.] I have a sequence that invokes a job and, like any other sequence, when it does the sequence log reports: StatisticsLogs -> (jobImportVM): Job run requested StatisticsLogs..JobControl (DSRunJob): W...