You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you create an XVA to be distributed in the wild, the bridge value is saved in the XML inside the XVA. However, on destination, when importing the XVA, if the bridge doesn't exist, the entire import fails. For example, exporting with <name>bridge</name><value>xapi1</value> will trigger "INVALID_VALUE" about the bridge and will fail the import.
Solution
XVA import should avoid failing for this reason, and assign it to to an available bridge, like xapi0 or anything.