Search found 5 matches

by weiven
Thu Nov 04, 2004 4:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading in strings with quotes from a csv file
Replies: 12
Views: 11791

Most recently i have this problem as well. Im using a csv file with deliminator of comma & double quote (""). With few testing of the deliminator, there is a way to handle this : --If you are using double quote(" "), then inside the data musn't contain any DOUBLE quote as it ...
by weiven
Mon Oct 25, 2004 5:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Upsert problem
Replies: 4
Views: 2039

Upsert problem

Im trying to INSERT value from Sequential file to Oracle9i using method UPSERT.

For UPSERT method, it should only insert data that does not exist in the database.

My problem is, why it INSERT duplicate value into the database when i rerun it again?

Plz help!? :? :?
by weiven
Mon Oct 25, 2004 2:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is there a limit for sequential file size ??
Replies: 4
Views: 2952

Is there a limit for sequential file size ??

Im trying to load a 23,222KB of sequential source file to the Oracle9i. While running, it prompt me an error: oraS_AGNTPF_VEN3,0: Export failed oraS_AGNTPF_VEN3,0: write() failed: Broken pipe APT_CombinedOperatorController(1),0: Operator's runLocally() failed APT_CombinedOperatorController(1),0: Ope...
by weiven
Wed Oct 13, 2004 3:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can't run the tables
Replies: 4
Views: 3048

Can't run the tables

I can run it and this error came out : oraS_AGNTPF_VEN3,0: Export failed oraS_AGNTPF_VEN3,0: write() failed: Broken pipe APT_CombinedOperatorController(1),0: Operator's runLocally() failed APT_CombinedOperatorController(1),0: Operator terminated abnormally: runLocally did not return APT_StatusOk Can...
by weiven
Wed Oct 13, 2004 2:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No data uploaded to the server
Replies: 2
Views: 2273

No data uploaded to the server

I'm trying to load a *.csv file to the server from DATA STAGE.

The status is "Parallel job reports successful completion"... but when i check in the Oracle9i server, there's no data appear.

The codition of the upload is UPDATE is exist else INSERT.