Bot getting this error while getting system exception. Same error occured in both settransactionstatus.xaml and retry xaml. Can anyone help me out to resolve the issue?
Thanks for sharing @nikhil.girish .But am getting this assembly reference error whenever system exception occurs. I didn’t face any excel application related issue. Any alternate solutions?
Hi @Thiru ,
Could you Debug the Process and find the Activity where exactly this Exception shows up ?
Hi @Thiru ,
Could you share the exact exception details to troubleshoot further.
Are you facing this error in the invoke work flow activity like while executing set transaction status.
Try reviewing the below link. It might help you.
Hey @Thiru
I guess this error is a know bug in the updated Re-Framework due to some package reference issue.
If I’m not wrong it will be occurring in the Set Transaction
workflow at the point where we invoke Retry Current Transaction
workflow.
If the above is true - To resolve this temporarily, you can just directly copy paste the Retry Current Transaction
flowchart in Set Transaction Status
instead of invoking it.
Hope this helps.
Thanks
#nK
Hey @Thiru
I guess this error is a know bug in the updated Re-Framework due to some package reference issue.
If I’m not wrong it will be occurring in the Set Transaction
workflow at the point where we invoke Retry Current Transaction
workflow.
If the above is true - To resolve this temporarily, you can just directly copy paste the Retry Current Transaction
flowchart in Set Transaction Status
instead of invoking it as present in earlier versions.
Hope this helps.
Thanks
#nK
Thanks @Nithinkrishna it might work I guess .Will implement this method and run from orchestrator and let u know the result.