File_connector reading inssue

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
deesh
Participant
Posts: 193
Joined: Mon Oct 08, 2007 2:57 am

File_connector reading inssue

Post by deesh »

Hi ,

While reading hadoop text file data from through File_connector stage getting below error.
If I read same file from local environment, getting success. please help me to resolve the issue.

Code: Select all

ERROR:tproduct,0: An exception occurred: com.ascential.e2.common.CC_Exception: Failed to parse row 35,792 (com.ascential.e2.common.CC_Exception: The file contained insufficient data for column PRODUCT_ID.).
	at com.ibm.iis.cc.filesystem.FileSystemLogger.createCCException(FileSystemLogger.java:194)
	at com.ibm.iis.cc.filesystem.FileSystem.readFile(FileSystem.java:1401)
	at com.ibm.iis.cc.filesystem.FileSystem.readRecordFiles(FileSystem.java:1238)
	at com.ibm.iis.cc.filesystem.FileSystem.process(FileSystem.java:736)
	at com.ibm.is.cc.javastage.connector.CC_JavaAdapter.run(CC_JavaAdapter.java:443)
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Perhaps you should show us the records at / around that count. Not much anyone can do except guess without any details other than an error message.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply