Home > Forum > General > WEBCON - problem with importing process from test environment to production

WEBCON - problem with importing process from test environment to production
0

hello, I'am importing process form test to production environment, but after i import process page can load beacuse i got error:

action: Get
ip: 10.200.97.3 | msg: An unhandled exception has occurred while executing the request. | agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36 Edg/127.0.0.0 | href: | ex: System.ArgumentException: Field with id=0 doesn't exist

during import i got information that:
8/21/2024 10:19:45 PM Import started.
8/21/2024 10:19:55 PM Import in progress.
8/21/2024 10:20:32 PM Warning: Variable value not found. Type: WFConfigurations, ID: 1374, Tag: FLD:1374
8/21/2024 10:20:32 PM Warning: Variable value not found. Type: WFConfigurations, ID: 10814, Tag: FLD:10814
8/21/2024 10:20:32 PM Variables updated.
8/21/2024 10:20:36 PM Unused entities deleted.
8/21/2024 10:20:46 PM Translations imported.
8/21/2024 10:20:46 PM Import completed in 50s.
8/21/2024 10:20:46 PM Report generation started.
8/21/2024 10:20:46 PM Report generation finished.
8/21/2024 10:20:46 PM History save started.
8/21/2024 10:20:50 PM History save finished.
8/21/2024 10:20:52 PM

How can i find this ID, FLD id? I was searching for this in this table but there is no ID column. Do you know how to find this?

Hi,
first check the WFConfigurations table but in the TEST database.
In the WFCON_ID column look for these unfound IDs.

Then you will see what attributes are involved. Check their configuration, in particular the tabs: "Style and behavior", "Visibility" and "Editability and requiredness".
FLD is used e.g. in business rules e.g. to set/retrieve values ​​from attributes.

e.g.
SELECT WFCON_PROMPT, * FROM WFConfigurations
WHERE WFCON_ID = 1374