コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

File resource export on Adobe campaign Classic Migration

Avatar

Level 2

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.

トピック

トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。

1 受け入れられたソリューション

Avatar

正解者
Employee

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 返信

Avatar

正解者
Employee

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