Integration development: delete legacy files after application update

MichaëlP
Tera Expert

Hello,

I'm planning to release a new version of my application. During the development I deleted some files, and (mistakenly?) deleted the "Deleted Files" from the application. Now, when I test the update, I see those files are kept on the target system.

How do I now make such files deleted after update?

Thanks.

1 ACCEPTED SOLUTION

I managed to solve the problem by exporting the files from my previous application version in the normal INSERT_OR_UPDATE state, importing them to the new version, and then deleting them from the new version.

View solution in original post

2 REPLIES 2

MichaëlP
Tera Expert

I created an Update Set with the deleted files (with action: DELETE). But I don't see hot to add them to the application files.

I managed to solve the problem by exporting the files from my previous application version in the normal INSERT_OR_UPDATE state, importing them to the new version, and then deleting them from the new version.