Search found 42189 matches

by chulett
Tue Nov 09, 2004 6:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: A question on namespaces
Replies: 8
Views: 1765

Re: A question on namespaces

Since routines and transforms are obviously in different namespaces. how does DataStage know which one to use (assuming you have a transform and a routine with the same name) ? There's a rule, a precedence - Transforms beat Routines in a hand of DataStage poker. If you have a transform and a routin...
by chulett
Tue Nov 09, 2004 6:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP connection
Replies: 8
Views: 2807

Yes, it is possible to use the FTP stage as an input stage, but I personally would try to avoid using it in that manner. You are (in most cases) better off to use 'normal' FTP to move the data local to your DataStage server and then picking it up with the Sequential stage. When you say you 'activate...
by chulett
Tue Nov 09, 2004 6:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to count rows extracted from MS Sql table
Replies: 10
Views: 3485

I'm calling the command from a sequencer after the job in question has run. As Vince noted, we'd need to see your code. Everything would need to be spelled and 'cased' correctly for it to work. Get any of the parameters wrong and you'll get one of a variety of negative return codes. I have a generi...
by chulett
Mon Nov 08, 2004 4:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle 7.0
Replies: 4
Views: 939

I'm pretty sure you are correct, support for Oracle 7.x has officially been dropped by pretty much everyone, including Oracle. That doesn't necessarily mean it can't be made to work, however. First off, what version of Oracle 7 are you running, exactly? The 'normal' ODBC drivers are supposed to work...
by chulett
Mon Nov 08, 2004 11:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unlocking jobs
Replies: 17
Views: 6390

Are you logging in with the administrator user - typically 'dsadm'?
by chulett
Mon Nov 08, 2004 8:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS_Stagetypes file
Replies: 1
Views: 1179

I would guess that your production server is a new DataStage installation and not just another project on your current server. That being said, when the product was installed the optional plugin you are having a problem with wasn't installed. You need to run through the installation again, it will k...
by chulett
Mon Nov 08, 2004 8:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Null value in Key - ODBC stage Input/Update
Replies: 7
Views: 1923

Another option would be to stop using the 'Oracle ODBC' stage and try using the native OCI stage instead. It shouldn't get... confused. :wink:
by chulett
Mon Nov 08, 2004 8:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: uvconfig 64 bit files
Replies: 5
Views: 2078

Well, there have been several posts on the subject by the likes of Ray and Ken, who counsel that it is generally Not A Good Idea. This makes all hash files 64 bits, including the internal hashes used by the engine. That being said, from what I recall it would only affect any new hash files created a...
by chulett
Sun Nov 07, 2004 8:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Setting Stage Variables
Replies: 3
Views: 744

I think the other question is why are you using this function? What are you trying to accomplish in this routine? Perhaps if you spelled out the details, there may be 'better' ways to get you where you want to go.
by chulett
Fri Nov 05, 2004 3:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing parameters dynamically to more than one jobs
Replies: 4
Views: 1041

Right, that's one approach. You can also sometimes do this in a routine and use the $ReturnValue in much the same fashion. Depends on how the second parameter is 'generated'.
by chulett
Fri Nov 05, 2004 2:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing parameters dynamically to more than one jobs
Replies: 4
Views: 1041

Re: Passing parameters dynamically to more than one jobs

shamshad wrote:second parameter is generated dynamically from database

Can you explain exactly what this means, how it is generated? The answer will help drive your solution.
by chulett
Fri Nov 05, 2004 8:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds server job and db2 dates
Replies: 2
Views: 505

There are several posts here that indicate that the DB2 stages need dates in internal format, contrary to any other stage. I don't do DB2 myself, but I believe from reading posts here that all you need to do is an appropriate iconv of the source data.
by chulett
Thu Nov 04, 2004 8:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trace back RT_STATUS files to DS jobs
Replies: 6
Views: 1740

ray.wurlod wrote:More complete answer: from the Administrator client Command window for the project.

:P
by chulett
Thu Nov 04, 2004 8:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can't Start DataStage Designer!
Replies: 3
Views: 1834

More than likely, your dsrpcd deamon is not starting. A couple of things to try... With the server shutdown, kill any errant client connections - things like 'phantom', 'dsapi_slave' or any other entries associated with DataStage. After doing that, try restarting the server. If it still doesn't star...
by chulett
Thu Nov 04, 2004 8:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trace back RT_STATUS files to DS jobs
Replies: 6
Views: 1740

Easiest answer... from the Administrator. :wink: