Skip to main content

Notifications

Announcements

No record found.

Finance | Project Operations, Human Resources, ...
Unanswered

Debugging: Symbols Not Loading When I Try To Debug Batch Process (Workflow)

(1) ShareShare
ReportReport
Posted on by 880
Hi dear community!
 
I want to debug a custom extension class to a workflow. 
When I place a break point in the custom class, it says the symbols are not loaded.
 
Things I tried:
- Loaded all .netmodule symbols from Debug menu > Windows > Modules
- Tried all debugging/symbol options in the Visual Studio options menu.
 
It was working before I did the following query to turn off all the batch jobs which I got from this thread because I'm working on a restored DB from another environment which had workflows that were throwing errors every second and I couldn't debug batch process without turning the batch jobs off:
 
-- Reset the batch job status to "Withhold" for "Waiting", "Executing" and "Ready" jobs 
UPDATE [BATCH] SET [STATUS] = 0 WHERE [STATUS] IN (1,2,5)
UPDATE [BATCHJOB] SET [STATUS] = 0 WHERE [STATUS] IN (1,2,5)
 
I activated the workflow batch jobs after, but still the symbols are not loading:
 
What am I missing? is there a particular batch job that I need to re-activate for it to load?
 
Any advice is appreciated !
Thanks in advance !

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Congratulations 2024 Spotlight Honorees!

Kudos to all of our 2024 community stars! 🎉

Meet the Top 10 leaders for December!

Congratulations to our December super stars! 🥳

Get Started Blogging in the Community

Hosted or syndicated blogging is available! ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,684 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,414 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans