‘Callback Registration Expander’ System Jobs stuck at ‘Waiting For Resources’
We set up a new Dynamics Instance by copying from another Instance using ‘Copy environment’ option from Power Platform Admin Center.
We opted ‘Copy over’ as ‘Customization and schema only’, as we don’t need the data to be copied over to the Target instance.
On the Target instance we’ve started the Data Migration activity and noticed frequent connection timeouts. When checked the ‘System Jobs’, there were many “Callback Registration Expander” Jobs stuck at “Waiting For Resources” state.
Reason:
- To understand “Callback Registration Expander” jobs , lets first understand Callbackregistration entity.
- ‘Callback Registration’ entity stores the configuration of Processes and Cloud flows (i.e., Power automate flows).
- So, if you create a new Flow on the instance, a new entry goes in to ‘Callback Registration’ entity.
- Coming back to our issue, when we configured the new Instance using Copy option, “Callback Registration Expander” jobs from the source instance copied to new instance.
- Since the “Callback Registration Expander” jobs looking for records from Source instance, which are unavailable in Target, jobs stuck at “Waiting For Resources” state.
Fix:
- Its a product issue.
- To fix the issue, We had to delete the ‘Callback Registration’ records from new instance.
- Create a flow or write a C# console to delete the ‘Callback Registration’ records.
- This deletion step, deletes the entries carried over from Source instance.
- Now, disable and enable flows in new Instance which create new entries in ‘Callback Registration’ records.
🙂
Categories: PowerApps
Tags: Callback Registration Expander, Copy Environment
Comments (0)
Trackbacks (0)
Leave a comment
Trackback
Stats
- 1,258,886 hits
Translate
Categories
Top Posts
- [Code Snippet] Custom Workflow Activity with Input and Output Params
- Power Apps component framework (PCF) - Beginner guide
- [Step by Step] Postman tool to test Dynamics 365 online Web API
- Useful JScript syntax's – ADX/Dynamics 365 Portals
- [Step by Step] Using TypeScript in Dynamics 365 9.x
- Associate/Disassociate plugin messages in CRM
- [MS Word] The Linked file isn't available
- C# - Bulk Update Records - Pass Data Table to SQL Stored Procedure
- Auto generate new GUID for ‘uniqueidentifier’ column in SQL Table
- Set “Created On”,” Created By”, “Modified On”, “Modified By” fields using SDK/Data Import/Plug-in – Dynamics 365
Recent Posts
- Canvas App Import Failure | CanvasAppEnvironmentMismatch error
- ‘Callback Registration Expander’ System Jobs stuck at ‘Waiting For Resources’
- [Step by Step] Debug Model Driven and Canvas Apps using ‘Monitor’ tool
- Canvas App | Dataverse | Distribute columns to multiple forms and Patch
- [Step by Step] Canvas App | Dataverse | Filter, Patch, For All, Lookup