Search found 42189 matches

by chulett
Tue Jan 24, 2017 10:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: trying to load POSTGRES table with data from C-ISAM table
Replies: 15
Views: 6793

"C# characters" doesn't tell us a whole lot. Are they extended ASCII? What are the actual hex/dec values of the characters?
by chulett
Tue Jan 24, 2017 6:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ERROR : expecting 0 segments, read 1 segments
Replies: 6
Views: 7611

I would assume the parameterized name of the file.
by chulett
Mon Jan 23, 2017 10:32 pm
Forum: General
Topic: value file
Replies: 1
Views: 1109

Do you really need to start a brand new conversation every time you have a variation of your original question? :? As for this tangent, dsjob both has full "usage" reporting plus it and the other parts of the Command Line Interface are fully documented. Have you been through it yet for you...
by chulett
Mon Jan 23, 2017 11:56 am
Forum: General
Topic: DS Dev automation using CA Release Automation & Chef
Replies: 3
Views: 1594

Your "exhaustive list" would be in the documentation. Here is a link to the Command Line Interface documentation, the API is documented as well and supports the same capabilities. This to address your 'automation' question. As to the 'develop' side, there is no such capability out of the b...
by chulett
Mon Jan 23, 2017 10:03 am
Forum: General
Topic: passing parameter file
Replies: 1
Views: 1231

You'd have to specifically show us what your "list of parameters" looks like before anyone can help. Guessing, however, that you do not have the "-param " you need in front of every name/value pair.
by chulett
Mon Jan 23, 2017 6:55 am
Forum: General
Topic: Reading parameter file
Replies: 2
Views: 1525

:?: Can you clarify what you mean when you say "created all the parameters in one script ex:param.sh"? A shell script that "creates parameters" would typically mean sets up environment variables (using 'set') which jobs built to do so would use. If it is meant to be a parameter v...
by chulett
Fri Jan 20, 2017 8:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle connector table action clariifcation
Replies: 4
Views: 2863

Append = what? The entry in the table I mentioned shows it as the default action and very clearly explains what it does. Nothing. The others are there for when you want something at the table level to be done.
by chulett
Thu Jan 19, 2017 4:53 pm
Forum: General
Topic: File not found exception in service tier DS v11.5
Replies: 3
Views: 1958

It's those SFDC messages that get ya. :wink:
by chulett
Thu Jan 19, 2017 7:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle connector table action clariifcation
Replies: 4
Views: 2863

:idea: Have you tried reading the documentation? For example, the Connectivity Guide for Oracle Databases pdf? I'd start there. A search for "Table 11" will get you to the right spot.
by chulett
Wed Jan 18, 2017 7:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update action with NULL Key
Replies: 1
Views: 2140

NULL never equals another NULL as both are unknown values. Sounds to me like you'll need custom SQL where the keys either equal or are both NULL. Something like: and (X = Y or (X is null and Y is null)) Or you can play a different game to do the same thing all at once. Here is the Oracle version sin...
by chulett
Wed Jan 18, 2017 7:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JDBC Connector Performance Tuning
Replies: 9
Views: 5306

You need to determine the bottleneck. Rather than a magic setting in the connector it could be the source database, complexity of the source SQL, network issues or just how long it takes to write to the target. Eliminate each one by one.
by chulett
Wed Jan 18, 2017 7:45 am
Forum: General
Topic: Multi-instance job log cleanup
Replies: 17
Views: 6666

JRodriguez wrote:The purge rules apply only for new jobs.
Isn't that only true for older versions? Could swear it was something they changed / fixed in "more recent" releases. :?
by chulett
Tue Jan 17, 2017 4:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Quality - Index function issue in the data rule logic
Replies: 9
Views: 6053

So as a point of clarification for me... is the index function in "data rule logic" different than the parallel version of the function? Because the latter isn't a zero-based index. When zero means the first character position, how does the function indicate there is no occurrence - by ret...
by chulett
Tue Jan 17, 2017 10:57 am
Forum: General
Topic: Multi-instance job log cleanup
Replies: 17
Views: 6666

From what I recall, if you recompile the base job all of those invocations in the Director will go away.