Hi All,
I am using PAD to automate SAP. I am using Run application and attach to connect to SAP logon 800. This works fine for Quality connection of SAP. But for Production, it throws the following error in Attach action:
Exception of type 'Microsoft.Flow.RPA.Desktop.Modules.SAP.Actions.Exceptions.SessionNullException' was thrown.: Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionException: Attach to running SAP error Microsoft.Flow.RPA.Desktop.Modules.SAP.Actions.Exceptions.SessionNullException: Exception of type 'Microsoft.Flow.RPA.Desktop.Modules.SAP.Actions.Exceptions.SessionNullException' was thrown.
at Microsoft.Flow.RPA.Desktop.Modules.SAP.Actions.AttachToRunning.AttachToRunningSapByActiveSession()
at Microsoft.Flow.RPA.Desktop.Modules.SAP.Actions.AttachToRunning.AttachToRunningSap()
at Microsoft.Flow.RPA.Desktop.Modules.SAP.Actions.AttachToRunning.Execute(ActionContext context)
at Microsoft.Flow.RPA.Desktop.Modules.SAP.Actions.AttachToRunning.Execute(ActionContext context)
at Microsoft.Flow.RPA.Desktop.Robin.Engine.Execution.ActionRunner.Run(IActionStatement statement, Dictionary`2 inputArguments, Dictionary`2 outputArguments).
Does anyone have any solution?
