Search found 42189 matches

by chulett
Tue Mar 31, 2009 7:48 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: RTI - "No handlers available" error
Replies: 5
Views: 3170

Did you search here for that message? I ran into the same issue but for us it was from an increase in the number of web service calls and the defined invocations were overrunning their queues. Haven't seen any other reason for that message, personally. Hopefully IBM will shed some light on it, or Er...
by chulett
Tue Mar 31, 2009 7:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Upgrading the SAP R/r PACKs
Replies: 2
Views: 740

I for one have no SAP experience, so my only thoughts would be to wonder what IBM / your official support provider had to say on the subject of SAP support in the various releases.
by chulett
Tue Mar 31, 2009 7:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External Source stage
Replies: 12
Views: 5099

:idea: Assuming your syntax for 'dsrecords' is wrong, you might want to search the forums for the proper syntax. For example, this post is one of many that came up for me when I searched.
by chulett
Tue Mar 31, 2009 7:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External Source stage
Replies: 12
Views: 5099

:? So... one stage doing both things at once? Two stages? The former would be a problem. For #2 you'd need to post the syntax you are using for anyone to be able to help.
by chulett
Tue Mar 31, 2009 7:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to achieve other than Pivot
Replies: 10
Views: 2690

The technique that Pagadrai mentioned is discussed in this FAQ post by the way.
by chulett
Tue Mar 31, 2009 6:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage-Unix I/O transfer problem ?
Replies: 16
Views: 5150

That would be my first guess as well. There's one in each project directory and since "&" is a metacharacter you'll need to do something like this to get into it: cd \&PH\& Pretty common to have a cron script that keeps this pruned, deleting anything there over X number of days...
by chulett
Mon Mar 30, 2009 6:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Flat file error
Replies: 13
Views: 3074

previously all my jobs are running fine now I am getting this warning for all the jobs. Well... that certainly would have been a good thing to mention in the first post rather than making it seem like an isolated incident with a particular job. :? All the what jobs? All jobs that deal with any flat...
by chulett
Mon Mar 30, 2009 2:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup where ID is within the range of 2 columns
Replies: 13
Views: 4074

That's a "range lookup" and if you do an exact search on that phrase you should find all kinds of conversations on the topic.
by chulett
Mon Mar 30, 2009 1:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to format email message
Replies: 3
Views: 1178

Good as that was going to be the suggestion. And this gives other people who need to know the answer when they search, so thanks.
by chulett
Mon Mar 30, 2009 10:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Flat file error
Replies: 13
Views: 3074

It would help if you detailed the settings and file path/name you are using in the stages and if you had any idea if the problem was on the source or target end. Otherwise we're totally left to guess.
by chulett
Mon Mar 30, 2009 10:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_CombinedOperatorController(7),0: -help needed urgently
Replies: 8
Views: 4396

Not sure why something like this would be "urgent". :? First thing you'd find searching here would be an error from "CombinedOperator" gives you no clue as to the stage giving the error. Disable Operator Combinality and then post the error. In the meantime, search for a generic p...
by chulett
Mon Mar 30, 2009 8:55 am
Forum: General
Topic: Batch jobs
Replies: 8
Views: 2488

Why not just go to the third job in the Director and press the "stop" button?
by chulett
Mon Mar 30, 2009 8:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to format email message
Replies: 3
Views: 1178

So... what was the resolution?
by chulett
Mon Mar 30, 2009 7:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error While calling Sequences Through Autosys Script
Replies: 2
Views: 4016

Pretty hard to make any judgments with no evidence before the court. Post the syntax you are using in your script to run the jobs.
by chulett
Mon Mar 30, 2009 7:15 am
Forum: General
Topic: Login into datastage
Replies: 6
Views: 1646

What are you putting as the Server to login to? If you haven't already, try 127.0.0.1 rather than any name or network IP. Or you may also need a "loopback connector" but I'm not positive about that, not sure if they are needed nowadays.