Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics SL (Archived)

Cannot delete a quick send request

Posted on by 320

We're trying to delete a quick send request in the Edit Quick Send Requests screen and we are getting the following SQL Server error:  "Could not find stored procedure 'AppServerRequest_delete_all'.

Has anyone else experienced this issue?   Please advise, thanks.

 

*This post is locked for comments

  • Re: Cannot delete a quick send request

    Hello Sharon O,

    Thank you for posting to the Microsoft Online Community.

    I could duplicate this issue in my 7.0 SP3 database.  After selecting the request I wanted to delete and clicking the X on the toolbar, I answered Yes that I want to delete.  Then when clicking the Save icon, the 501 error message appeared.  

    As the error message indicates, the AppServerRequest_Delete_All stored procedure is missing.  This is a bug and I will submit it right away.  In the meantime, you can open up SQL Server Management Studio and create the stored procedure.  I have included the create statement below.  Run this statement on your system database.  After creating this stored procedure on your system database, you will be able to delete Quick Send requests in the Edit Quick Send Requests screen. Please let me know if you have any questions.  I apologize for the inconvenience.

    create Proc AppServerRequest_Delete_All @parm1 int as

    Begin

       Delete from asrdatabase where id = @parm1;

       Delete from asrdistlist where requestid = @parm1;

       Delete from asrtirecs where reqid = @parm1;

       Delete from ASRReqEDD where id = @parm1;

       Delete from AppSrvRequest where id = @parm1;

    End

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 230,214 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans