Question
Ernst & Young LLP
CA
Last activity: 16 Oct 2018 12:03 EDT
Error deserializing Design Component -
Hello - I'm encountering an error regarding missing Properties in Interaction Manager for State and Zipcode (screenshot attached). However Object Inspector -> Properties shows State and Zipcode when InteractionManager is selected in the Object Explorer. Also double-checked the Configuration File and both State and Zipcode are available under "Context".
Has anyone seen this error before?
Thanks!
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Logistics Health Inc
US
Thank you all for your help... Adding the string variable, saving, and then cleaning/rebuilding resolved my issue.
Ernst & Young LLP
CA
To add some more context - when building the attached prompt appears for State and Zip:
Could not find Property 'interactionManager1.State'
Could not find Property 'interactionManager1.Zip'
Is there anywhere outside the XML file where new context values should be added?
Thanks!
Pegasystems Inc.
US
What course are you taking?
Thanks,
Bill
Ernst & Young LLP
CA
This is the self-study online training. It looks like Cleaning and Rebuilding Solution doesn't actually clear the cache - any changes to "Context" I make in the XML are not reflected in Object Explorer until I close and re-open Pega Robotics Studio. Might have to do with my computer settings.
Thanks!
Logistics Health Inc
US
Did you ever find any resolution to this issue? I'm have the same problem on the same training.
Pegasystems Inc.
US
Andrew,
I believe you are encountering a bug, the good news is there is a work around. I can not recreate the bug so I am working from memory, let me know if this works:
Do a Build > Clean Solution
Add a string variable component to the GC with the IntMgr (this could be any component, the purpose is to make the GC file "dirty" to force a change when saving)
Save GC
Do a Build >Rebuild Solution
You can now delete the string variable
Please let me know if this resolves the issue by marking this as the correct answer if it works.
Cecil
TTEC
US
Add a string or integer variable to your global containers (gc) where you have the Interaction manager component. Clean and rebuild the solution and try to run it. In the future, you should always close your gc after adding new context values, clean and rebuild the solution, then reopen your gc to see the updates.
Accepted Solution
Logistics Health Inc
US
Thank you all for your help... Adding the string variable, saving, and then cleaning/rebuilding resolved my issue.