Announcements
Updated PAD to 2.43.204.24107 and am now getting failures in my sap gui scripts. It fails on the first line "set sapguiauto = GetObject("SAPGUI")" (with or without set)
anyone else experiencing this issue, and no how to resolve?
Hi @Handro ,
If you believe that the issue started after upgrading, please consider downgrading to either version 2.42.002 or version 2.41.X, both of which are more stable compared to the new version, 2.42.3.
Alternatively, Please raise a ticket to Microsoft Support.
(Note:- if you got your solution you can mark as solution and gives kudos)
Thanks & Regards
Vishnu Reddy
Can u try this:
If Not IsObject(application) Then Set SapGuiAuto = GetObject("SAPGUI") Set application = SapGuiAuto.GetScriptingEngine End If If Not IsObject(connection) Then Set connection = application.Children(0) End If If Not IsObject(session) Then Set session = connection.Children(0) End If If IsObject(WScript) Then WScript.ConnectObject session, "on" WScript.ConnectObject application, "on" End If session.findById("wnd[0]").maximize your Actions eg open transaction or Click
Please provide an error if any. Tnx.
Hope it works.
Looks like this resolved iteself after system restarts and pad reinstall.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Vish WR 784
Valantis 581
Haque 545