cancel
Showing results for 
Search instead for 
Did you mean: 

Error while creating excel sheet in shared drive

PragatiPatnaik
Level 2
I have a process where in i create excel sheet to update the details .The same process working fine in UAT but in Production its creating temp file in shared drive folder and terminating.

Have checked the code couldnot fine any issue in it.

Can anyone help on this

------------------------------
Associate Consultant
Capgemini India Pvt Ltd
------------------------------
2 REPLIES 2

Hi There,

I suggest checking the differences between UAT and Production such as Excel version plugin and user permission and privilege.

If your code works with the DEV/UAT environment, and it does not work in Production, it usually environmental and permission issues.
Check the event logs and session logs.

------------------------------
Hossein Azimi
Customer Support Engineer, APAC
Blue Prism
Sydney NSW
------------------------------

Hi - check if there is another process trying to access the same file? You could have some concurrency issues where 2 processes are trying to access the same resource. Make sure you add some exception handling for these cases to include extra resiliency.

------------------------------
Alexander Marlowe
Blue Prism
Blue Prism
------------------------------