Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-11-21 05:06 PM
Hi Team, I would like to ask your help to spy this window with the correct application please..
Currently It is working fine, but I noticed if I have a report that contains loads data, it can take quite a long time to go to the last 2 steps (Save file and OK button), and unfortunately this window is not optional and I must use it.......
Do you have any Idea how to ensure that i can workaround this timing issue for these 3 actions to complete in a manner time when i have big data? or do you have a different spy method I can use? If yes, would you please provide details and possible screen shot of another method that I could use better than I currently do use?
Thank you
I have used to spy the main window using w32 to activate this window
then to focus and click the save file check mark I had no choice but use UI mode

same for the OK button I had to use the UI mode (Focus and Click)

Currently It is working fine, but I noticed if I have a report that contains loads data, it can take quite a long time to go to the last 2 steps (Save file and OK button), and unfortunately this window is not optional and I must use it.......
Do you have any Idea how to ensure that i can workaround this timing issue for these 3 actions to complete in a manner time when i have big data? or do you have a different spy method I can use? If yes, would you please provide details and possible screen shot of another method that I could use better than I currently do use?
Thank you
I have used to spy the main window using w32 to activate this window
same for the OK button I had to use the UI mode (Focus and Click)
Answered! Go to Answer.
1 BEST ANSWER
Helpful Answers
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-11-21 10:27 AM
Hi Lorenzo
I would suggest in the case when you get an error when trying to save the file with large data then set exception handling to control the wait. Catch the exception and check what the exception detail is and if the error is what you expect when the file has large data and the save has timed out then use a wait stage or sleep action and loop back to clicking save after the wait period ends. If the exception is different from the time out error then you can handle that in the normal way.

Hope this helps
I would suggest in the case when you get an error when trying to save the file with large data then set exception handling to control the wait. Catch the exception and check what the exception detail is and if the error is what you expect when the file has large data and the save has timed out then use a wait stage or sleep action and loop back to clicking save after the wait period ends. If the exception is different from the time out error then you can handle that in the normal way.
Hope this helps
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-11-21 08:32 AM
Hi @LorenzoCapocci1 What I understood your problem is if the report contains more data then it takes time to Open the Save Window right?
If that is the case yes you can fix it using Visible property in the application modeler.
But What I know after click in save the file down progress used to see in the tool bar? if that is the case you can wait there till the file downlead completes.
If that is the case yes you can fix it using Visible property in the application modeler.
But What I know after click in save the file down progress used to see in the tool bar? if that is the case you can wait there till the file downlead completes.
Regards,
Amlan Sahoo
Amlan Sahoo
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-11-21 10:18 AM
Hi @_Amlansahoo thank you for coming back to me... basically this window comes up quite quickly, the problem is that it activates the window also quickly, but then when It needs to click the save file and Ok, (UI mode) it takes long time.. and can trigger to error. of course when seemingly there is loads data to download.. otherwise I don't have issues when data to download is not massive. Thank you
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-11-21 10:27 AM
Hi Lorenzo
I would suggest in the case when you get an error when trying to save the file with large data then set exception handling to control the wait. Catch the exception and check what the exception detail is and if the error is what you expect when the file has large data and the save has timed out then use a wait stage or sleep action and loop back to clicking save after the wait period ends. If the exception is different from the time out error then you can handle that in the normal way.

Hope this helps
I would suggest in the case when you get an error when trying to save the file with large data then set exception handling to control the wait. Catch the exception and check what the exception detail is and if the error is what you expect when the file has large data and the save has timed out then use a wait stage or sleep action and loop back to clicking save after the wait period ends. If the exception is different from the time out error then you can handle that in the normal way.
Hope this helps
