Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics GP (Archived)

The stored procedure smGetNextNoteIndex retured the following result : DBMS : 2812, Dynamics dic : 0

Posted on by 615

Hi All ,

Actually when i lost focus on vendor master's VendorID field  or other form then show a popup message

"The stored procedure smGetNextNoteIndex retured the following result : DBMS : 2812, Dynamics dic : 0"

please any one have a idea about this problem how we solve it.?

Thanks & Regards

Govind Devda

*This post is locked for comments

  • GovindDevda Profile Picture
    GovindDevda 615 on at
    RE: The stored procedure smGetNextNoteIndex retured the following result : DBMS : 2812, Dynamics dic : 0

    Thanks David & Tim for guide me, problem is solve it.

    Thanks & Regards

    Govind Devda

  • Verified answer
    David Musgrave MVP GPUG All Star Legend Moderator Profile Picture
    David Musgrave MVP ... 13,928 Most Valuable Professional on at
    RE: The stored procedure smGetNextNoteIndex retured the following result : DBMS : 2812, Dynamics dic : 0

    Hi Govind

    Search SQL Error 2812 on the web gives:

    Error 2812

    Severity Level 16

    Message Text

    Could not find stored procedure '%.*ls'.

    technet.microsoft.com/.../aa258751%28v=sql.80%29.aspx;MSPPError=-2147217396

    Looking at the source for smGetNextNoteIndex in the system database, it only contains an update statement on the SY01500 table in a transaction.

    So... I suspect you have a trigger on the SY01500 table which is attempting to call a non-existent stored procedure.

    Using SQL Server Management Studio, find the SY01500 table in System database and expand it and look under Triggers.

    There are no triggers for that table by default. So if you have any, right click on them and disable them.

    If the error goes away, you have identified the cause. You will then need to contact whoever added the triggers and get them to fix their code.

    David

    PS: The reason I think it is this situation is because the error is returned by smGetNextNoteIndex which is different to not finding smGetNextNoteIndex. But do check if smGetNextNoteIndex is there under Programmability >> Stored Procedures. If it is missing run DBMaintenance.exe in the GP Application folder to fix.

  • Suggested answer
    Tim Foster Profile Picture
    Tim Foster 8,515 on at
    RE: The stored procedure smGetNextNoteIndex retured the following result : DBMS : 2812, Dynamics dic : 0

    According to the error message, the Stored Procedure smGetNextNoteIndex does not exist.

    From SQL BOL:

    Error 2812

    Severity Level 16

    Message Text

    Could not find stored procedure

    Check in SQL to see if it's still there.  If it is, check permissions and make sure [DYNGRP] has Execute permission.

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,235 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans