Search found 42189 matches

by chulett
Thu Dec 07, 2006 12:10 pm
Forum: General
Topic: Automatic Job Generator - does one exist??
Replies: 39
Views: 18825

It is only valid for Parallel jobs, from what I recall.
by chulett
Thu Dec 07, 2006 9:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer stage - constraint
Replies: 4
Views: 1773

Of course it will always read all of the records, or at least attempt to based on your metadata. They will then 'come into' the Transformer stage but because of the constraint will not.. 'leave'.
by chulett
Thu Dec 07, 2006 9:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Email notification for all job in a sequence
Replies: 12
Views: 3185

Re: Bcoz of a warning message,mails are not getting generate

Datastage server is on Unix and SMTP server is on Windows NT Operating system. Is there any software I have to install to get rid of this warning message ????? Talk to your UNIX Admin and/or a Network person. Explain the problem, show them the messages you posted, one or both should be able to help...
by chulett
Thu Dec 07, 2006 9:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with loading Timestamp filed into Oracle
Replies: 15
Views: 5931

Note - they didn't "drop any Primary Keys' on the table, how could they? They stopped marking them as Key columns - big difference, and why the PK violation is still being thrown. I suggested a new post be constructed to finish working this, that obviously isn't going to happen. Can we stop posting ...
by chulett
Thu Dec 07, 2006 9:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help with "timestamp" for OCI-9
Replies: 41
Views: 11900

I don't really understand why this is such a problem or how we got to three pages. These are standard 'issues' you'd have to deal with in any database or even a 'key index' file system on any given day. Let's see if we can cut through the confusion and get to the bottom of this. There are not 'four...
by chulett
Thu Dec 07, 2006 9:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Concatenating columns
Replies: 6
Views: 1619

Nope.
by chulett
Thu Dec 07, 2006 9:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error related to Routine of excute.sql
Replies: 2
Views: 2011

Whomever wrote it needs to fix it for you. And you are not 'executing' it (like you would in a job) you are 'Testing' it from the Manager... can make a difference.
by chulett
Thu Dec 07, 2006 9:01 am
Forum: Site/Forum
Topic: Great Work!!
Replies: 7
Views: 3197

You need to talk to Walter, see if you can drop the '2B' part and keep your history. :wink:
by chulett
Thu Dec 07, 2006 8:59 am
Forum: General
Topic: Rename the txt file
Replies: 6
Views: 3017

Why all the concentration on getting a Windows command? The post is marked as UNIX and the command is a UNIX command, so more than likely the 'NT' is the problem... in addition to what you posted regarding the syntax. So, how about: cmd = "mv /ss/ppff" : FileNameSuffix : ".txt /dd/ppf...
by chulett
Wed Dec 06, 2006 8:58 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Webservices PACK and RTI differenced...
Replies: 10
Views: 5037

RTIclass?
by chulett
Wed Dec 06, 2006 8:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dealing with erp applications
Replies: 11
Views: 3870

Re: dealing with erp applications

Do we need to connect to oracle inorder to get in connected with ERP APPLICATIONS which resides on ORACLE. Yes, of course. And you can use ODBC, or a native connection using OCI or through an 'API' like process the PACKS that Vincent mentions would leverage. But you still, one way or another, need ...
by chulett
Wed Dec 06, 2006 8:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Max of a Timestamp
Replies: 9
Views: 2099

Sorry - it's just a Pet Peeve of mine. I see way too many problems from a constant use of User-Defined SQL for no good reason. Mostly what I hear is it is 'easier' because it can be pasted from your query tool of choice. That or 'it makes it easier to read'. The perils of that approach are legion. A...
by chulett
Wed Dec 06, 2006 8:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Email notification for all job in a sequence
Replies: 12
Views: 3185

Guys - that field isn't required on a UNIX server and is not used in the dssendmail_template.txt file. Leave it empty. :wink:
by chulett
Wed Dec 06, 2006 8:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: routines and subroutines in datastage
Replies: 6
Views: 4551

[waves]
by chulett
Wed Dec 06, 2006 8:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Max of a Timestamp
Replies: 9
Views: 2099

Of course. And why the fascination with User Defined SQL peoples? Nothing about using a parameter in a where clause requires user defined sql. :?