Page 1 of 1

Unstructured Data Stage excel sheet

Posted: Fri Mar 11, 2016 12:17 am
by aravindunni31
When i write to excel sheet using Unstructured Data Stage , i am getting below error.


Unstructured_Data_3,0: com.ascential.e2.common.CC_Exception: java.lang.RuntimeException: java.io.IOException: Permission denied

Can you please help

Posted: Fri Mar 11, 2016 3:07 pm
by ray.wurlod
The error message suggests that the user that actually executes the DataStage job lacks write permission to the Excel workbook. Check your Engine credentials.

Posted: Tue Mar 15, 2016 10:49 pm
by aravindunni31
I could see a zero kB file getting created. and i am able to create the same file as csv using sequential file stage.

Posted: Wed Mar 16, 2016 6:53 pm
by ray.wurlod
Then the umask setting for the credentialled user may be incorrect; your job may have been able to create the file but not to write to the newly-created file. Check the permissions on the newly-created file.