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
The P4 users for our server use the AD names DomainName\ UserName. I never had settings persistence on P4V, and investigating this today, I found the culprit:
In LocalSettings.ini, there is an XML Node that is named: ActiveChangelist[Server][User][Workspace]. This node causes settings loading to throw an XmlException with the message:
The '\' character, hexadecimal value 0x5C, cannot be included in a name. Line 170, position 48.
This then prevents settings from being loaded, and a fresh empty settings file saved on top of it.
The text was updated successfully, but these errors were encountered:
The P4 users for our server use the AD names DomainName\ UserName. I never had settings persistence on P4V, and investigating this today, I found the culprit:
In
LocalSettings.ini
, there is an XML Node that is named:ActiveChangelist[Server][User][Workspace]
. This node causes settings loading to throw anXmlException
with the message:This then prevents settings from being loaded, and a fresh empty settings file saved on top of it.
The text was updated successfully, but these errors were encountered: