Developer forum

Forum » Integration » Integration: Source file does not exist

Integration: Source file does not exist

Henning Jensen
Reply

Hi.

Im trying to create a new activity with XML provider as source, but after picking the file with the File Manager and pressing Next, it goes back to "Choose data source" with the Error "Source file does not exist".

I do not get the the error with the same file on another server. Moving the file doesn't help. There are no special characters in the path.

Does anyone have a solution for this?

Thanks

 

- Henning Jensen

importerror.png

Replies

 
Jonas Krarup Dam
Reply
This post has been marked as an answer

Hi Henning,

it might be because you have bad data in your globalsettings.aspx file

There needs to be a node like this:

 <Filesystem>
      <FilesFolderName>Files</FilesFolderName>
      <ImagesFolderName>Images</ImagesFolderName>
    </Filesystem>

If this is missing or has the wrong data, you may have to add it.

Can you compare this for the two sites?

Regards, Jonas

Votes for this answer: 1
 
Henning Jensen
Reply

Thank you, Jonas.

For some reason "Files" had been removed from "FilesFolderName"

 

You must be logged in to post in the forum