Search found 42189 matches

by chulett
Sat Jul 11, 2009 1:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: C++ routine error
Replies: 16
Views: 4437

Is this still true? And is the error exactly the same? If not, post it.
This code is working fine for case: 1,2,3,4,5 but in the case of 6,30 my job get aborts
by chulett
Sat Jul 11, 2009 8:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Scheduling a Job every Two hours?
Replies: 4
Views: 1566

Kind of funny... when I first started I had *no* idea that a single job could be scheduled multiple times, for whatever reason I figured that once you 'added it to schedule' that was it. So I created identical copies of job and scheduled them. Thought there must be a better way and so asked here, af...
by chulett
Sat Jul 11, 2009 7:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: System.OutOfMemoryException: Exception of type 'System.OutOf
Replies: 7
Views: 1818

"System.OutOfMemoryException"

Somehow, I think Arnd got it right. :wink:
by chulett
Sat Jul 11, 2009 7:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Scheduling a Job every Two hours?
Replies: 4
Views: 1566

'Add to Schedule' multiple times from the Director, once for each 2 hour starting point - and hope it doesn't take longer than that to run. :wink:
by chulett
Sat Jul 11, 2009 7:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: getting count from seq file
Replies: 26
Views: 7024

If you have the 'Enterprise Edition' you have the MKS Toolkit installed and have full 'UNIX-like' scripting capabilities. Or convert it to a DOS equivalent.
by chulett
Sat Jul 11, 2009 7:43 am
Forum: General
Topic: Deriving job Info in a transformer
Replies: 2
Views: 1231

Write a routine. There you can do the 'attach' to get the handle, query for the information you want and then detach properly. And you can do a better job of handling any problems that way.
by chulett
Sat Jul 11, 2009 7:40 am
Forum: General
Topic: Microfocus Index Files Format 8
Replies: 3
Views: 1159

What about via an IWay Software adapter, they have what seems like full support for Microfocus C-ISAM but don't know about that exact version. Fairly sure that your "index format" files are equivalent to C-ISAM. If not, I would think they're still something supported. :?
by chulett
Fri Jul 10, 2009 12:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: row merger
Replies: 3
Views: 1252

"Multiple Lines" pivots to one output line. Input/Format/Delimiter for what goes between fields. Set the Stage/LineTermination value to UNIX and then in a transformer use CONVERT to turn each LF to a comma. Done.
by chulett
Fri Jul 10, 2009 12:21 pm
Forum: General
Topic: Datastage TX 7.5.0 Card Editing
Replies: 4
Views: 2342

Sorry, figured it would be obvious to you once I pointed that out - it's the one named IBM DataStage TX (scroll down to see it) but here's a direct link to it:

viewforum.php?f=43
by chulett
Fri Jul 10, 2009 11:33 am
Forum: General
Topic: Datastage TX 7.5.0 Card Editing
Replies: 4
Views: 2342

There is a specific forum for TX questions and the people that answer them really only check that forum, I do believe. So I'd suggest you mark this one as Resolved and repost it over there. Sorry.
by chulett
Fri Jul 10, 2009 10:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: need clarification on installation
Replies: 5
Views: 1302

Yes, that's what it is for and it is not optional. Use of DB2 is optional but you must have an approved RDBMS for the repository, either existing or newly created.
by chulett
Fri Jul 10, 2009 10:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to schedule job
Replies: 8
Views: 2042

No clue, not a Windows admin. Check with whomever administers that box about AT access.
by chulett
Fri Jul 10, 2009 9:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to schedule job
Replies: 8
Views: 2042

The scheduling user needs to have permissions to the AT scheduler on Windows.
by chulett
Fri Jul 10, 2009 9:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: getting count from seq file
Replies: 26
Views: 7024

Both the where and the how are there in that post. :?

I would suggest the "after job custom subroutine" approach, but that does mean you'll need to whip up some BASIC code.
by chulett
Fri Jul 10, 2009 9:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Director view log Unable to see
Replies: 8
Views: 13638

So, I'm assuming the jobs are running but not logging where you expect them to. Check this post and see if it helps.