Hi Team,
I have code stage which will create an xml format and save in common shared folder. It works well in test environment and in prod it failed with the below error msg.
Could not execute code stage because exception thrown by code stage: Access to the path(shared folder) is denied.
Note : This code was working almost an year now but now I m facing this issue. Weird.
System.Xml.XmlDocument xdoc = new System.Xml.XmlDocument();
string Formatted_XML="";
Formatted_XML = XDocument.Parse(XML).ToString ();
xdoc.LoadXml(Formatted_XML);
xdoc.Save(File_Name);
steps taken:
1)Indeed I checked the access to the path " the bot has all the access to save the file in shared folder" but did not work
2)I cleared all the temp files and restarted the machine by using login agent but did not work
3)Both user have access to the same VDI? Does it cause the issue .. However I tried to work only on the bot machine even though the same problem
What could be the other issues causing this error? Please share your insights on this.
Regards,
Dilip K
------------------------------
Dilip K
Consultant
HCL Technologies
UTC
------------------------------