SAP BAPI error (on the end user machine)

Hi,
We have an automation that is calling SAP BAPIs. The automation is working fine on the development machine, but when it is deployed and run from end user machine it is giving error:

‘UiPath.SAP.BAPI.ConnectionService.SapConnectionService.SapConnectionService’ threw an exception.

We have installed latest SAP GUI, .NET and other pre-requisites (including SAP connector) on this machine.

Any clue?

thanks.

@Goyal_Rahul

Welcome to the community

Can you please try logging the innerexception details as well…that will provide more and exact info like what the error is

Exception.InnerException.Message

Cheers