Issue while using Close Workbook action of MS Excel VBO Extended
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-08-24 03:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-08-24 07:22 PM
Can you confirm you are using the latest VBO?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-08-24 03:32 AM - edited 20-08-24 03:38 AM
Hi @VanithaK ,
Are you using close workbook action with Save chages flag to true?
If yes, then i would suggest you to split save wb and close wb actions seperately. this helps you to have a re-try in case save fails for some strange reason.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-08-24 07:24 AM
Hi NandhaKumar,
We are running process on 2 different servers parallelly and they use same file at the same time. Earlier bot would not save these files separately but now from past 2 months bot is saving the file with server name tag. We don't know the reason of this peculiar behavior of the bot now. Earlier bot was fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-08-24 08:04 AM
@VanithaK , is it a read only file where bot just need to read the data and close it?
or it needs to update the values into the file?
can you provide us some screenshots of the actions used? because without save as code stage, bot will not save the file with different name.
Also bot runs in 2 runtime resources concurrently if i'm not wrong(you have mentioned it as server in above message)