'{clr-namespace:UiPath.Core.Activities.SAP;assembly=UiPath.UiAutomation.Activities}Logon'

Hello,
Is there anyone can help me check the following problem?
In Studio this workflow is working fine.

Info: Cannot create unknown type ‘{clr-namespace:UiPath.Core.Activities.SAP;assembly=UiPath.UiAutomation.Activities}Logon’.

RemoteException wrapping System.Exception: Cannot create unknown type ‘{clr-namespace:UiPath.Core.Activities.SAP;assembly=UiPath.UiAutomation.Activities}Logon’.
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at UiPath.Executor.BaseRunner.EndExecute(IAsyncResult result)
at UiPath.Executor.OutOfProcessRunner.EndExecute(IAsyncResult result)
at UiPath.Core.Activities.ExecutorInvokeActivity.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
Start Time: 10/17/2020 12:52:49 AM
End Time: 10/17/2020 12:53:19 AM
Input Values: null
Output Values: Empty
Has Recording: false

Hello @yu.xingxing,

This is an issue regarding missing packages or path is missing.

Thanks & Regards,
Raj Parsana

3 Likes

I have already copied the packages from studio machine to robot machine,but it doesn’t work.
Actually, it seems that the robot machine download packages from orchestrator, but the code package is uploaded from studio machine, then i don’t know why this problem occurs.

Do you have solutions?