Search found 42189 matches

by chulett
Thu Jun 25, 2009 7:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running DSJob through CommandPromt
Replies: 10
Views: 9856

Haven't seen that one... can you post your command and error unedited, copy/paste to here?
by chulett
Thu Jun 25, 2009 7:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String to HEX
Replies: 7
Views: 3113

So... because of that error, you think you need to convert your data to hex? I doubt it - check with your DBA / BA to verify what actually needs to go into that field.
by chulett
Thu Jun 25, 2009 7:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Initializing plug-ins
Replies: 12
Views: 2475

How exactly did you 'migrate' everything? And when you access Oracle / view data from a job, what stage are you using?
by chulett
Thu Jun 25, 2009 7:27 am
Forum: General
Topic: script works when called in AIX - but not from DataStage
Replies: 7
Views: 1959

I don't think the stage defaults to any particular shell, I assume it would be the default shell of the user the job runs under.

Would you be willing to post the script, perhaps that will allow us to see the issue.
by chulett
Thu Jun 25, 2009 7:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File nane with date
Replies: 25
Views: 10315

Since you hijacked this thread instead of starting your own, we have no idea what O/S you have. For UNIX, it's just the "mv" command with the date added as already shown.
by chulett
Thu Jun 25, 2009 5:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: patch to connect to sqlserver2005
Replies: 9
Views: 2764

I would check with your official support provider and ask if that 2005 version is supported and/or how to access it. Worst case, I suppose one could always purchase updated drivers from Data Direct themselves.
by chulett
Thu Jun 25, 2009 5:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String to HEX
Replies: 7
Views: 3113

Out of curiousity, your target is what kind of field in your Oracle database?
by chulett
Thu Jun 25, 2009 5:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need the Date Conversion
Replies: 2
Views: 1381

Right... so what's in the log file?
by chulett
Thu Jun 25, 2009 5:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Restrict User Access
Replies: 3
Views: 1346

Does this FAQ help?

viewtopic.php?t=107844
by chulett
Thu Jun 25, 2009 5:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how i transfer my as/400 files into unix box
Replies: 9
Views: 3759

Why ask just me rather than everyone? :?

Talk to your AS/400 and UNIX administrators, see what approved ways you have to transfer files between those boxes.
by chulett
Wed Jun 24, 2009 10:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Line breaking in sequential file
Replies: 5
Views: 1217

Welcome. :D How enamored are you / your users of these 'breaking lines'? I've found it far simpler to strip them from the field before writing to the file than to deal with them on the reading side. And typically there isn't an issue with zapping them during the process, at least in my experience. I...
by chulett
Wed Jun 24, 2009 10:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warnings
Replies: 1
Views: 915

You typically "remove them" by correcting the issues they point out so they are no longer being generated. That being said, I searched the forums here for both "no longer exists in dataset schema" and "There are no sort keys in the dataset schema" and got 8 and 5 matche...
by chulett
Wed Jun 24, 2009 10:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: import tar.gz files without staging(in memory)
Replies: 7
Views: 2277

I copied my reply from your 'hijack' post and then deleted my reply from there. With my reply gone, can you please go back and delete yours as well? Thanks. Edited to add: Please stop cherry-picking other people's posts to hijack. Stick with this one. Now you've got another extraneous post to delete...
by chulett
Wed Jun 24, 2009 10:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: import tar.gz files without staging(in memory)
Replies: 7
Views: 2277

That command will only gunzip and untar as in land the file, it won't "read" it. You'll need to add the "-O" option to "extract files to standard out" and then the stage should be able to read that stream as if it was reading the file from disk. Normally, you would put ...
by chulett
Wed Jun 24, 2009 9:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IS8.1 --> Linux 64 Bit - Performance issues
Replies: 12
Views: 4563

Our dev and QA systems are physically half way cross the country at a Disaster Recovery site while our production system is not directly on site but fairly local (within 100 miles). I've also heard that others have had similar performance troubles and have been using a workaround. They place a clie...