Search found 38 matches

by russ356
Thu Jun 19, 2008 9:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stage Variables and SetNull()
Replies: 2
Views: 1300

Stage Variables and SetNull()

I have a weird problem here that I just can't figure out. Below is the code for a stage variable that is returning a wrong value. stgExpectedReturnDate: If LU_BC_xref_lnk.ACTION="LOA" Then stgExpReturnDt Else SetNull() When the code executes it returns null but for some reason in the outpu...
by russ356
Fri Jan 11, 2008 9:00 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Web Service is not running error
Replies: 9
Views: 6371

Here is an update. I changed the job that I mentioned in the earlier posts from an "Always On" web service to an "On Demand" web service. Thinking that maybe it had something to do with a time out somewhere. However, the same error occurred again calling the On Demand job. It has...
by russ356
Fri Jan 11, 2008 8:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job List with category
Replies: 2
Views: 1977

I knew one of you wizards would know a better way but I couldn't find it yesterday. Thanks for the input Ray.
by russ356
Fri Jan 11, 2008 8:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job List with category
Replies: 2
Views: 1977

Job List with category

For the last couple of days I have been doing some research on how to get a list of jobs from the DS server and what category they are in. I did much research on DSXchange but I didn't find a true solution, so I am posting my solution so maybe it can help someone else. 1. Below is the bat file I wro...
by russ356
Fri Dec 14, 2007 8:43 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Web Service is not running error
Replies: 9
Views: 6371

OK, I bumped up the minimum instances to 3 and it still abended today. In director it is giving me the same error. APT_CombinedOperatorController(1),0: Fatal Error: Fatal: <ns1:Fault xmlns:ns1=""http://schemas.xmlsoap.org/soap/envelope/""> <faultcode>RTIException</faultcode> <fau...
by russ356
Thu Dec 13, 2007 8:00 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Web Service is not running error
Replies: 9
Views: 6371

There is nothing unique or interesting about the job. It's actually very simple and it has been happening on or off for a few months now. I think we tried to bump the minimum up for I can't be sure. I will contact our admin today and have him bump it up. I also wanted to say that this is occuring wi...
by russ356
Wed Dec 12, 2007 4:06 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Web Service is not running error
Replies: 9
Views: 6371

Web Service is not running error

We need some help. We have getting the error below on quite a few of our web services lately. The web services are "always on" with a minimum of 1 to a maximum of 5. The database it is connecting to is not down because we do a db upcheck before we process this job. It doesn't happen all th...
by russ356
Mon Jul 02, 2007 9:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Name from RT_CONFIGXXX
Replies: 4
Views: 2017

Thanks, I knew it was something easy.
by russ356
Mon Jul 02, 2007 9:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Name from RT_CONFIGXXX
Replies: 4
Views: 2017

Job Name from RT_CONFIGXXX

I am doing some cleanup on our test box and when I open the project in Director I get the error. Cannot open executable job file RT_CONFIG43 My question is how can I get the job name for RT_CONFIG43. I have a process that I will do to delete the job but I don't know what the job name is, so where ca...
by russ356
Mon Jan 22, 2007 8:31 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: No handlers are available to process this request
Replies: 10
Views: 12331

Yes, the original issue was resolved. I just had a follow-up question as we were still having problems. But ours has been resolved as well. Our business unit decided to make changes to the source system without informing us, so our RTI was suppose to return around 200 records was getting around 6,00...
by russ356
Thu Jan 18, 2007 10:32 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: No handlers are available to process this request
Replies: 10
Views: 12331

OK, here is what we have done so far but have not resolved the issue. We have bumped up the simultaneous invocations. We have restarted all the RTI services and Web Services. Confirmed the port is listening. But now we may have the same or a different problem. It appears that the web service is runn...
by russ356
Thu Jan 18, 2007 9:55 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: No handlers are available to process this request
Replies: 10
Views: 12331

Does anyone know the resolution to this problem? We have a job that has been running for months and today it is giving this error. APT_CombinedOperatorController(0),0: Fatal Error: Fatal: <ns1:Fault xmlns:ns1="http://schemas.xmlsoap.org/soap/envelope/"> <faultcode>RTIException</faultcode> ...
by russ356
Wed Oct 18, 2006 9:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: uvregen - Decimal places greater than 15
Replies: 6
Views: 3573

Well I have found a solution for my problem. It's quite ugly and crude but it works. Below is a routine I wrote to round a number greater than 10. Please take a look and let me know your thoughts on the code or the solution. I'm not happy with it and would love to explore a better solution but I hav...
by russ356
Tue Oct 17, 2006 2:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: uvregen - Decimal places greater than 15
Replies: 6
Views: 3573

I have viewed the data and it is correct. I have confirmed that the precision and scale are also correct. When I output the fields as varchar or decimal than the output is 30 decimal places long. Which is what I set the EXACTNUMERIC setting to in the uvconfig. I get the problem when I try to use the...
by russ356
Tue Oct 17, 2006 12:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataDirect - Excel 2003 Drivers
Replies: 3
Views: 1451

Thanks, I have contacted the DataDirect people but have not heard anything yet. I will post their reply or answer when I get it.