I'm Having issues with run Macro licensed version
Caused by: com.novayre.jidoka.client.api.exceptions.JidokaException: Error invoking method 'exceljacob->run-macro' at com.novayre.jidoka.client.RobotClientExecutor.invokeMethod(RobotClientExecutor.java:1316) at com.novayre.jidoka.client.RobotClientExecutor.internalCallAction(RobotClientExecutor.java:908) at com.novayre.jidoka.client.RobotClientExecutor.onMethodCall(RobotClientExecutor.java:764) at com.novayre.jidoka.client.WorkflowProcessor.start(WorkflowProcessor.java:158) ... 22 moreCaused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.novayre.jidoka.client.SDKInvoker.invoke(SDKInvoker.java:56) at com.novayre.jidoka.client.RobotClientExecutor.internalInvokeMethod(RobotClientExecutor.java:1345) at com.novayre.jidoka.client.RobotClientExecutor.invokeMethod(RobotClientExecutor.java:1299) ... 25 moreCaused by: java.lang.NoClassDefFoundError: Could not initialize class com.jacob.com.Dispatch at com.appian.rpa.excel.jacob.com.JacobUtils.invokeV(JacobUtils.java:160) at com.appian.rpa.excel.jacob.com.JacobUtils.invokeMethodVariant(JacobUtils.java:136) at com.appian.rpa.excel.jacob.ExcelWorkbook.executeMacro(ExcelWorkbook.java:601) at com.appian.rpa.excel.jacob.ExcelJacobSupport.executeMacro(ExcelJacobSupport.java:478) ... 32 more
Discussion posts and replies are publicly visible
Run Macro is an Excel (License Required) action, but it looks like you're opening the workbook using the Excel (License NOT Required) version. Try opening the workbook using the Open Create Workbook (License Required) version and ensure that you stay consistent with the Excel modules.
Yeah, I tried the Open/Create workbook (Licensed Required) even I'm getting errors while executing.
Hi Nivedita,You are getting an error in the format cell action, not in the macro action, please send the whole error and configuration screenshot so that I can debug and help you.
Hi Er.Anjali Maurya,
Thanks for the concern I resolved that Error.
The error occurs in open / create workbook (Licensed Required), Run Macro(Licensed Required) Action - Resolving the error by adding jacob-1.20-x64.dll file in the Agent's Resource Folder.
I having issues with missing Jar file NoClassDefFoundError: Could not initialize class com.jacob.com.Dispatch
and Create a New Agent
Can you restart the Appian RPA Agent and try to execute it again with your updated robotic task? The problem is related to the cache mechanism used in the module that failed due to the initial Run Macro failure.
Thanks , Tien Bui
Like you said The problem is related to the cache mechanism used in the module that failed due to the initial Run Macro failure.
I Resolved It .