Search found 53125 matches

by ray.wurlod
Wed Jun 26, 2013 3:49 pm
Forum: General
Topic: UNIX Commad line - no wait required upon invoking the job
Replies: 11
Views: 3397

What exactly do you mean by "didn't work"? :?
by ray.wurlod
Wed Jun 26, 2013 3:51 am
Forum: General
Topic: Multi client Manager for 7.1 and 7.5
Replies: 1
Views: 987

The main (only?) one is to make sure that you install the different clients in different locations. Multi Client Manager will look after the rest.
by ray.wurlod
Wed Jun 26, 2013 12:15 am
Forum: General
Topic: Why BDFS not available in windows?
Replies: 1
Views: 744

My current site is running 8.7 FP1 on AIX and also does not have BDFS. Maybe it's initially only available when the Engine tier is on Linux.
by ray.wurlod
Tue Jun 25, 2013 10:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-00942: table or view does not exist
Replies: 10
Views: 5187

The link row count shows how many rows were sent to Oracle, not how many were inserted. Oracle may have rejected some of them. It is possible to capture rejected rows in server jobs. +-----------+ out +----------+ -----> |Transformer| -----> | Oracle | +-----------+ +----------+ : : rejects : V Link...
by ray.wurlod
Tue Jun 25, 2013 10:16 pm
Forum: General
Topic: UNIX Commad line - no wait required upon invoking the job
Replies: 11
Views: 3397

Agree, shouldn't be necessary if dsjob behaves as we believe it does, but it will force asynchronous execution of the command unconditionally.
by ray.wurlod
Tue Jun 25, 2013 4:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert then Update
Replies: 3
Views: 1053

Do a lookup or change detection against the target table to determine existence, and create separate streams for inserts and updates. I am assuming here that the same key occurs no more than once in the incremental set.
by ray.wurlod
Tue Jun 25, 2013 4:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter on Max Date ?
Replies: 3
Views: 1060

Not really.

You could do the filtering in a Tranformer stage, using last record in group detection, but a Remove Duplicates is entirely adequate. Either approach requires data sorted by ID and by date, and partitioned by ID.
by ray.wurlod
Tue Jun 25, 2013 4:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_Decimal::asInteger: the decimal value is out of range
Replies: 5
Views: 5650

Use a sufficiently large target data type.
by ray.wurlod
Tue Jun 25, 2013 4:42 pm
Forum: General
Topic: UNIX Commad line - no wait required upon invoking the job
Replies: 11
Views: 3397

Try preceding the job run request with nohup
by ray.wurlod
Tue Jun 25, 2013 4:37 pm
Forum: General
Topic: Error while connecting to Designer client
Replies: 4
Views: 825

Have someone with Information Server Suite Administrator role check, using Web Console for Information Server, that the Engine credential mapping for your user ID is correct. This is to be found under the Domain Management menu.
by ray.wurlod
Tue Jun 25, 2013 4:36 pm
Forum: General
Topic: Error in connecting datastage server using designer client
Replies: 11
Views: 4329

Re: Error in connecting datastage server using designer clie

sanygup wrote:It was working fine earlier.
What has changed?

"Nothing" is not the correct answer.
by ray.wurlod
Tue Jun 25, 2013 4:34 pm
Forum: General
Topic: Wait For File: Is it a bug or a feature ?
Replies: 3
Views: 1045

As far as I am aware, a timeout always generates a warning from the Wait For File activity. You might like to submit an enhancement request to disable this "feature" (a check box in the activity, perhaps).
by ray.wurlod
Tue Jun 25, 2013 4:32 pm
Forum: General
Topic: WARNING: Logon attempts are audited
Replies: 12
Views: 2463

Well, it's at your site. You will just have to do some more in-depth detective work to find out where it's coming from. You have not answered my questions about telnet connections.
by ray.wurlod
Tue Jun 25, 2013 4:30 pm
Forum: General
Topic: Datastage repository tables
Replies: 4
Views: 2143

Table name (or SQL) is a property of a link. In the local repository table names are to be found in the "pin" records of the DS_JOBOBJECTS table. A "pin" is one end of a link. OLETYPE of "pin" records indicates whther the pin is an input or an output link with respect t...
by ray.wurlod
Tue Jun 25, 2013 1:58 am
Forum: General
Topic: Sequencer
Replies: 2
Views: 1082

Incidentally, it's a Sequence, not a Sequencer. You can use a Sequencer in a Sequence (it's the activity with the big blue arrow icon, and only one property (Any/All)).