Unable to create instance

Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
25-12-17 05:27 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-12-17 01:39 AM
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.
