Page 1 of 1

File_connector reading inssue

Posted: Wed Nov 30, 2016 2:12 am
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)

Posted: Wed Nov 30, 2016 7:49 am
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.