Home > Forum > Processes > Import error while transfering an application update from DEV to PROD env

Import error while transfering an application update from DEV to PROD env
0

Hello WEBCON community,

I did some application updates (including a new workflow) in DEV environment and now I want to do the update in PROD by importing an application, but I'm getting errors.
There are no active tasks in step 3091, but there are some documents in step 3090, because it's a final step. Also I didn't do any changes in these two steps.

Does somebody have any ideas on what's wrong?

MVP

Hi Zakhariy
If i remember correctly - I've had a chance to see similar warnings once but in different context.
It happened to me when I tried to remove a step in dev environment, but it had some documents which already visited this step.
Notification popped up before i really deleted the steps, and I've just left the step, and set it as invisible, and removed all paths to it - technically step is still there, but it's not being used anymore.

Is there any chance those steps were created manually on both environments without Import / Export?

If so, they would have different GUID's, and Webcon will try to drop current steps from PROD environment, and create new ones based on the configuration package.

MVP
In reply to: Zakhariy Petronchak

Hello Maksymilian,

thank you for your answer. Yes, your suggestion is completely right, I added these two steps separately in DEV and PROD.

So if I change the GUIDs in the database it should resolve this problem?

Kind regards
Zakhariy

From what i remember someone on the forum mentioned that updating the GUID's on DEV environments manually in database works, but as usual - it's not recommended to do manual updates, as mistakes can hurt a lot.
You should get GUID's from PROD, update them on DEV, then export the app and import hopefully will work :)