File resource export on Adobe campaign Classic Migration | Community
Skip to main content
Level 2
December 1, 2020
Solved

File resource export on Adobe campaign Classic Migration

  • December 1, 2020
  • 1 reply
  • 1351 views

Hello,

 

We have an ACC instance which has 5000+ images uploaded to it. we have a requirement to migrate these images to another ACC instance.

We tried packaging and export but when installed in the new instance its showing a' file not found' error.

 

Can you please advise on how can this be done?

 

Thanks in Advance.

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

Hi @praveen_p1 ,

 

The package that you would have exported, will contain the DB related entries of the uploaded files, like the file name, upload date, MD5 name, etc.

 

The actual file name gets changed during upload and gets changed to the file name's MD5 hash equivalent. It's uploaded on the application server's file system in the following directory: /usr/local/neolane/nl6/var/res/<Instance_Name>/ if its Linux and <Installation_Directory>\var\res\<Instance_Name>\ in case of Windows.

 

So you need to copy all the files in the above-mentioned directory to the same folder present in the other ACC app server's file system where you imported the package earlier. The images will render post that.

 

Regards,

Shivam

1 reply

Shivam_Singh
Adobe Employee
Shivam_SinghAdobe EmployeeAccepted solution
Adobe Employee
December 2, 2020

Hi @praveen_p1 ,

 

The package that you would have exported, will contain the DB related entries of the uploaded files, like the file name, upload date, MD5 name, etc.

 

The actual file name gets changed during upload and gets changed to the file name's MD5 hash equivalent. It's uploaded on the application server's file system in the following directory: /usr/local/neolane/nl6/var/res/<Instance_Name>/ if its Linux and <Installation_Directory>\var\res\<Instance_Name>\ in case of Windows.

 

So you need to copy all the files in the above-mentioned directory to the same folder present in the other ACC app server's file system where you imported the package earlier. The images will render post that.

 

Regards,

Shivam