cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to create instance

Anonymous
Not applicable
I have created one process in my process studio and it is executing fine from process studio but when i tried running from control room the process is failing and it is throwing below errors at either create instance or open workbook stages  At Create Instance :INTERNAL EXCEPTION (cant create active X component) At Open Workbook:SYSTEM EXCEPTION (Object variable or with block variable not set)
1 REPLY 1

MelissaSuarez_G
Level 6
When you run a process through the control room is way more faster than using the debug mode. These errors are normally generated when BP tries to execute a new task before the previous one has been completed. Are you using waiting stages in your objects and pauses in your processes? The best practice is that after each action you need to add a waiting stage that would confirm if the previous action has been completed.