Archive
Archive for January 30, 2021
‘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
Stats
- 1,499,815 hits
Tweets
- RT @IFainberg: 🚀 THE TRACER: A new solution that uses #ProcessMining to understand usage patterns of #PowerApps at a massive scale. Get to… 4 weeks ago
Join 401 other followers
Top Posts
- [Step by Step] Connecting to Azure SQL Server using OLEDB Connection from SSIS
- Power Apps component framework (PCF) - Beginner guide
- [Step by Step] Dataverse | Connect Cloud flow with Service Principal (Application User)
- Auto generate new GUID for ‘uniqueidentifier’ column in SQL Table
- Associate/Disassociate plugin messages in CRM
- Azure DevOps (ADO) | Pipeline failure | You need the Git 'GenericContribute' permission
- [Step by Step] Power Apps Portal - Configure Global Search
- Azure DevOps (ADO) | Pipeline failure | Failed to connect to Dataverse
- God Mode - Level Up - Dynamics 365 Chrome Extension
- Dynamics Portals - Entity List - Integration using OData feed