Search found 6797 matches

by DSguru2B
Tue Mar 06, 2007 2:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to kill a parallel job in windows
Replies: 5
Views: 2120

Go to datastage administrator and inside your project directory, go to properties and check the box that says "Enable job adminstration in Director"
by DSguru2B
Tue Mar 06, 2007 2:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter stage "where clause" format
Replies: 8
Views: 11080

I dont know how the filter will work for numeric data. Try a test job in which you change the integer to string and then put the filter option on the string. See if that works without a hitch.
by DSguru2B
Tue Mar 06, 2007 1:32 pm
Forum: Enhancement Wish List
Topic: up the 99 project limit... and more
Replies: 27
Views: 11104

Even Craig mentioned it in his post.
by DSguru2B
Tue Mar 06, 2007 1:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: encryption of client login credentials
Replies: 9
Views: 1945

If there is something extra then I am not aware of it. Maybe one of our elders can shed some more light on it. Else you can always call support.
by DSguru2B
Tue Mar 06, 2007 1:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-00904 Invalid identifier
Replies: 6
Views: 7873

What about your metadata? Do you have this column there? Do you have user defined sql?
by DSguru2B
Tue Mar 06, 2007 1:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: encryption of client login credentials
Replies: 9
Views: 1945

Its a simple TCP/IP connection methodology as far as I know. A client server connection methodology. TCP/IP have their own mechnism for passwords. So the question balls down to "What method does TCP use?". I think its better if you search in google.
by DSguru2B
Tue Mar 06, 2007 1:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: %s warning
Replies: 3
Views: 791

Never saw it, change it to varchar and see if the warning remains.
by DSguru2B
Tue Mar 06, 2007 12:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: orchgeneral,orchsort,orchstats could not load Bad address
Replies: 20
Views: 8414

These are executable files. Nothing much I can do at my end. I think its time to give support a call. Something wierd is happening. A bad memory address was being accessed or something.
by DSguru2B
Tue Mar 06, 2007 11:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: orchgeneral,orchsort,orchstats could not load Bad address
Replies: 20
Views: 8414

You cannot. But they did get affected. Someone else is having a similar problem today here . He claims that a working job, if copied and renamed was displaying the same error message. Maybe you can give it a test shot. Take a job that works. Double check if it works by compiling and running it. Make...
by DSguru2B
Tue Mar 06, 2007 11:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer wont compile
Replies: 6
Views: 2311

Ok. So if you copy a working job and compile it. You are having problems? A working job huh ???
by DSguru2B
Tue Mar 06, 2007 11:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer wont compile
Replies: 6
Views: 2311

If its just one job then I really doubt you guys are having the same problem. Although the error messages suggest that you are. Make a copy of the job, rename it and delete the old one. See if that helps.
by DSguru2B
Tue Mar 06, 2007 11:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer wont compile
Replies: 6
Views: 2311

A similar problem is going on here.
WHat has changed between the time it worked and now?
by DSguru2B
Tue Mar 06, 2007 11:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: orchgeneral,orchsort,orchstats could not load Bad address
Replies: 20
Views: 8414

You might have nailed the problem. Go back to your admin and start questioning.
by DSguru2B
Tue Mar 06, 2007 10:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with execute_command activity
Replies: 32
Views: 10003

You both dont have to post the same post twice.
Anywho, build a routine. Pass your parameters as arguments. This way it can be used for any number of files. And how are you running a routine in ExecSH. Or you mean your just running the mv command in after job subroutine 'ExecSH'.
by DSguru2B
Tue Mar 06, 2007 10:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Best way of Deleting Partially loaded Data
Replies: 12
Views: 2208

The load id/batch id is used in many sites for the same reason. But even that would require a specific DELETE FROM TABLE WHERE LOAD ID = <some number>