Search found 42189 matches

by chulett
Tue Sep 18, 2012 8:24 pm
Forum: General
Topic: IBM WebSphere MQ Dependencies
Replies: 6
Views: 2873

I support your "no" decision 100%. :wink:
by chulett
Tue Sep 18, 2012 1:52 pm
Forum: General
Topic: How to make a list of files in a folder directory
Replies: 4
Views: 1651

The Folder stage doesn't support sub-folders. Regardless, in my opinion it is best to stick with the UNIX command approach in a User Variables Activity stage feeding a Start/End Loop sequence job. Your modification time filter may need to be post-list as I don't recall a way to directly compare it t...
by chulett
Tue Sep 18, 2012 9:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding fixed length file
Replies: 7
Views: 2101

Sounds like your FTP process is stripping any trailing spaces from each record. See if a 'binary' transfer helps preserve them.
by chulett
Tue Sep 18, 2012 7:42 am
Forum: General
Topic: KBA Job Control Utilities
Replies: 8
Views: 2508

OK, it has been sent. Enjoy. Please understand several things about this - first and foremost I'm not going to provide any support for it, I've already got enough on my plate without adding that to my resume, thankyouverymuch. :wink: Also note that while it was written in 2003 it worked well for me ...
by chulett
Tue Sep 18, 2012 7:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capture reject records
Replies: 7
Views: 3084

Re: Capture reject records

Well, here we are in Server Town now.
dr.murthy wrote:when i give the constraint to reject link its loading the rejected records into file and throwing the same warning
That's how it works, the warning is always logged.
by chulett
Tue Sep 18, 2012 7:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capture reject records
Replies: 7
Views: 3084

jerome_rajan wrote:You can use the oracle connector within a parallel container in your server job
I think you've got that backwards. :?
by chulett
Tue Sep 18, 2012 7:22 am
Forum: General
Topic: main_program: Parameter not resolvable
Replies: 2
Views: 1601

And what boat would that be? Best to start your own post and detail out the issue you are having.
by chulett
Tue Sep 18, 2012 7:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Import columns with integer datatype from SQL Server 2008
Replies: 3
Views: 1634

There is no modifiable default for things like this.
by chulett
Mon Sep 17, 2012 5:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concatenating strings for the same nonunique key values
Replies: 2
Views: 1945

Well, at its heart that is basically a vertical pivot of rows to columns. Clarify for us your "output format" is destined for what - a flat file, a table? That would drive the post-pivot shenanigans you'd need, it seems to me.
by chulett
Mon Sep 17, 2012 5:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sql Server Unique Identifier
Replies: 5
Views: 2277

No, don't include the PK in the metadata or (I assume) it will want to bind an input column to it - and you won't have one. Your example insert should be pretty close to the mark.
by chulett
Mon Sep 17, 2012 1:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sql Server Unique Identifier
Replies: 5
Views: 2277

I'm an Oracle person but don't you need to use custom SQL and include a call to newid() in there for that column? :?
by chulett
Mon Sep 17, 2012 11:15 am
Forum: General
Topic: Datastage jobs are running currently
Replies: 5
Views: 1812

Using dsjob with the -jobinfo option will (among other things) tell you if it is running or not.
by chulett
Mon Sep 17, 2012 9:24 am
Forum: Site/Forum
Topic: My account expired -- Renewed but it didnt become effective?
Replies: 2
Views: 4299

I would suggest using the Contact links above to ping 'MembershipDirector' and/or 'Editor' for that.
by chulett
Mon Sep 17, 2012 8:15 am
Forum: General
Topic: KBA Job Control Utilities
Replies: 8
Views: 2508

Send me a PM with your email address...
by chulett
Mon Sep 17, 2012 8:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fatal Error: waitForWriteSignal(): Premature EOF on node...
Replies: 1
Views: 5185

Those ORA-00600 errors can be nasty. Involve your Oracle DBA, have them trace your session or see what is in their alert logs. Any other ORA errors logged with it?