Error in Data loading activity | Community
Skip to main content
Level 2
September 21, 2018

Error in Data loading activity

  • September 21, 2018
  • 1 reply
  • 8439 views

I tried loading data from a  text file in my local machine using the upload data activity.But the Upload data activity is getting an error . Please find the error logs.

09/20/2018 10:36:50 PM Start loading file '/usr/local/neolane/nl6/var/TEST_SERVER/export/C:/Temp/TEST/Sample Import/newmem.txt' into the database (step 'Data loading (file)')

09/20/2018 10:36:50 PM BAS-010014 Cannot open file '/usr/local/neolane/nl6/var/TEST_SERVER/upload/235fea4814ac2a412be07dfab85cc3f7.txt' with read access (errno=2, No such file or directory)

09/20/2018 10:36:50 PM WKF-560006 An error occurred when loading the '/usr/local/neolane/nl6/var/TEST_SERVER/upload/235fea4814ac2a412be07dfab85cc3f7.txt' file ('Data loading (file)' step).

Please provide a solution for this isuue

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

vraghav
Adobe Employee
Adobe Employee
September 21, 2018

Hi varunb19240133,

The error is being thrown by the data loading activity and the reason you are getting this error is because you have not uploaded the file on to server.

Your file is placed on your local machine at path "C:/Temp/TEST/Sample Import/newmem.txt". This is what you have configured in the Data Loading activity. When you try to run the workflow, it expects the file to be available on the server side which is not the case here as the file is on your local machine.

Please upload the file on server side using the Upload on Server button.

Regards,
Vipul

Level 2
September 21, 2018

Hi Vipul Raghav

I have already  uploaded the file in the server using upload on server button but error is still there .Please find below  the screenshot of the activity.

Level 2
September 24, 2018

Hi varunb19240133​,varunb19240133

Can you update file permission to have read|execute and then try to upload it to the server.

Regards,

Preetham


Hi preethamkm​,

Thanks for your reply.U mean the folder in the server(usr/local/neolane/nl6/var/instancename/upload) to which read/execute should be assigned?.The current permission of folder is drwxr-xr-x.Also ideally the file after uploading to the server used to fall in a folder called upload under usr/local/neolane/nl6/var/instancename/upload.But in this case we could n't see the file getting generated in this location and also we are not getting any error while uploading file to server.Please share your valuable inputs.