Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Microsoft Dynamics SL (Archived)

Cannot delete a quick send request

(0) ShareShare
ReportReport
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

  • Carolyn Kolpien Profile Picture
    on at
    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

Jainam Kothari – Community Spotlight

We are honored to recognize Jainam Kothari as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > 🔒一 Microsoft Dynamics SL (Archived)

#1
Community Member Profile Picture

Community Member 136

#2
Mohamed Amine Mahmoudi Profile Picture

Mohamed Amine Mahmoudi 102 Super User 2025 Season 1

#3
REUser Profile Picture

REUser 8

Featured topics

Product updates

Dynamics 365 release plans