Search found 42189 matches

by chulett
Tue Feb 02, 2010 10:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence aborts though all jobs within it finish successfull
Replies: 7
Views: 2967

Honestly, I don't know any other conclusion to jump to. I've never seen one 'accidently' or how did the OP put it... 'some how' try to start a job again. I don't see how that could possibly happen. Now, for a one-time non-repeatable occurance, then some other sequence or a manual process started the...
by chulett
Tue Feb 02, 2010 9:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Execution mode
Replies: 7
Views: 2375

Your table must be partitioned to get it to run in something other than Sequential mode.
by chulett
Tue Feb 02, 2010 9:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: U_TRUNCATED_CHAR_FOUND encountered
Replies: 9
Views: 6430

i think due to this type of multilanguage character im unable to load it,but if i increase the length to varchar2(100) im able to load these data and no error occurs,but i feel this should'n be the solution. To me, that's a perfectly valid solution. Is your VARCHAR2(50) field actually defined as 50...
by chulett
Tue Feb 02, 2010 9:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: shell script to ftp csv files from cognos to DS server
Replies: 3
Views: 1496

Sounds like you should use ftp, but you should double-check that it shouldn't be a secure transfer instead. And there are a crap ton of examples out there on how to do any of that - try googling for 'ftp here document' or 'ftp script' to get started.
by chulett
Tue Feb 02, 2010 9:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple jobs inserting into a single Ora Table -Locking ?
Replies: 1
Views: 671

Work with your DBA. If the table is indeed being locked, then yes you'll have issues. Typically the locks are only record level locks so as long as there's no collisions there you should be ok.
by chulett
Tue Feb 02, 2010 9:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can we achieve this?
Replies: 2
Views: 1438

You can also investigate the use of the Mod() function to base your link filter on.
by chulett
Tue Feb 02, 2010 9:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence aborts though all jobs within it finish successfull
Replies: 7
Views: 2967

Something else tried to start the job while it was already running. You need to find out who/what that was.
by chulett
Tue Feb 02, 2010 9:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: importing a job in a different folder
Replies: 4
Views: 1684

From the GUI, all you can do is move it after the import. Be careful editing the dsx, I horked up a project once with an improper category change via editing. Was a bee-yatch to fix. :oops:
by chulett
Tue Feb 02, 2010 9:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dscmdexport via Task Scheduler
Replies: 27
Views: 13226

There's a complete, working version of one in the DS Tips section of Kim Duke's website. You could use or at least crib from it. :wink:
by chulett
Tue Feb 02, 2010 9:04 am
Forum: General
Topic: Job Scheduling is not functioning.
Replies: 25
Views: 53107

You need to involve your official support provider at this point.
by chulett
Tue Feb 02, 2010 9:01 am
Forum: General
Topic: HASH FILE CONTENT INTERCHANGED
Replies: 10
Views: 2461

by chulett
Mon Feb 01, 2010 6:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "No output from command " from routine stage
Replies: 28
Views: 9496

If I had a place to do so, I could post images of these results and it would demonstrate these results. :idea: You could upload them to any file sharing site, places like ImageShack and MediaFire (amongst others) are still free AFAIK. Then you can include a link to the images in your post and the s...
by chulett
Mon Feb 01, 2010 4:13 pm
Forum: General
Topic: HASH FILE CONTENT INTERCHANGED
Replies: 10
Views: 2461

While true that statement in no way changes the correctness of what I wrote. Nor was it meant to. It was strictly in response to this: I noticed one thing while creating HASH FILE. When the job creates a new HASH FILE, it creates a folder with 2 files. I was hoping it would open up a little dialogu...
by chulett
Mon Feb 01, 2010 3:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue while reading sequential file
Replies: 6
Views: 2091

mail2hfz wrote:Yes I can view the data on Sequential file Stage.
Then there's no issue reading the file it would seem. Copy the job, pop off the Oracle stage and replace it with another Sequential File stage and see what happens then.
by chulett
Mon Feb 01, 2010 2:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue while reading sequential file
Replies: 6
Views: 2091

That's... odd. Can you View Data on the sequential file from the source stage?