Search found 42 matches

by clmhwyfe
Mon Apr 27, 2015 4:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to insert ' ' for a NULLABLE field in Oracle table
Replies: 9
Views: 3077

Unable to insert ' ' for a NULLABLE field in Oracle table

I have a datastage job that reads data from a Sybase table (CHAR Columns) and loads to a Oracle table (CHAR) Fields. There are a few rows which had only spaces as the column values and this data needs to be loaded to the oracle tables as spaces. My job has APT_STRING_PADCHAR=0x20 set and also I trie...
by clmhwyfe
Tue Mar 24, 2015 9:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Non Printable characters loaded to Oracle from Sybase
Replies: 3
Views: 1757

Thanks Ray,

There are new line characters in the data , for example when i view the data in the table

1
2 Coverage:PPO/M/RX

1 and 2 specify the line numbers , So there is a 'Return' at Line 1

when I view the data in the Sybase table it shows without the 'Return'

1 Coverage:PPO/M/RX
by clmhwyfe
Mon Mar 23, 2015 3:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Non Printable characters loaded to Oracle from Sybase
Replies: 3
Views: 1757

Non Printable characters loaded to Oracle from Sybase

Hi all, Am working on a job that extracts data from Sybase tables and loads to Oracle tables. There is a column in Sybase that has user inputted values which contains some non printable characters. Initially I got the error No default type conversion from type "raw[max=100]" to type "...
by clmhwyfe
Wed Mar 18, 2015 2:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading Timestamp to Oracle
Replies: 7
Views: 2293

Hi chulett, I got the issue now, when i move the file from the windows to unix environment it places a special character in the file for null and thats the reason the job is unable to load the data. ,^@,^@, Its apending the above mentioned characters whereever the columns value is null. I tried to t...
by clmhwyfe
Wed Mar 18, 2015 11:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading Timestamp to Oracle
Replies: 7
Views: 2293

Thanks chulett, I tried to use to_date(:11, 'MON DD YYYY HH12:MIPM')) but got the below error, "Error code: 1858, Error message: ORA-01858: a non-numeric character was found where a numeric was expected " There are nulls for a few records, Could it be because of 'NULLS' that i get the abov...
by clmhwyfe
Tue Mar 17, 2015 5:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading Timestamp to Oracle
Replies: 7
Views: 2293

Hi ,

I checked the datatye in the target table and Its a DATE in the Oracle table
by clmhwyfe
Tue Mar 17, 2015 5:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading Timestamp to Oracle
Replies: 7
Views: 2293

Loading Timestamp to Oracle

Hi all, I have a job in DS 7.5 which reads from the sequential file and loads an oracle table, the file contains few timestamp columns in the format - May 1 2011 12:00AM. The job runs fine and loads the data to oracle fine in 7.5 whereas in 8.7 am unable to read the file column as timestamp (I tried...
by clmhwyfe
Tue Feb 24, 2015 4:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp to String Conversion with microseconds
Replies: 3
Views: 4025

Timestamp to String Conversion with microseconds

Hi All, Am working on migrating jobs from DS 7.5 to DS8.7 , There is a instance where they are converting a Timestamp to a string. Am unable to get the microseconds printed out correctly. I used the below mentioned function and got the output as 17530101000000.000 Is there a direct way to get the ou...
by clmhwyfe
Wed Feb 04, 2015 11:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to connect to a shared drive (FTP) via datastage 8.7
Replies: 5
Views: 3048

I have acces to the shared drive and am able to connect to the drive with (ms/vs4 (my ID)). Am able to connect to the server frm the unix command line and able to 'get' files to the datastage server. But when i try to read the file via FTP staga, am getting the below mentioned error. >##E IIS-DSEE-P...
by clmhwyfe
Tue Feb 03, 2015 11:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to connect to a shared drive (FTP) via datastage 8.7
Replies: 5
Views: 3048

Hi ArndW,

The shared drive is on windows, We use a common ms/rptteam id to access the FTP location and the DS jobs run via my ID or a common project id.

So if we grant access to the project ID on the shared drive, We should be able to access those files ?
by clmhwyfe
Mon Feb 02, 2015 9:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to connect to a shared drive (FTP) via datastage 8.7
Replies: 5
Views: 3048

Unable to connect to a shared drive (FTP) via datastage 8.7

Hi all, We are in the process of migrating from 7.5 to 8.7 and we have a situation where we need to pull data from the FTP shared drive While trying to read a file from the FTP server am getting the below mentioned error Error executing View Data command:##E IIS-DSEE-PFTP-00071 20:58:29(000) <FTP_En...