Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics SL (Archived)

Error 93

(0) ShareShare
ReportReport
Posted on by

Client getting error 93 when releasing PO receipt.  93 is usually fixed by applying the 93FRx script or looking at triggers and set NOCOUNT on.  Any other thoughts since coming from purchasing and then it would appear inventory.

Peter

*This post is locked for comments

  • Brian_IL Profile Picture
    719 on at
    RE: Error 93

    You can review the triggers defined in that DB to help troubleshoot the problem.

    A script I've used to list triggers in a DB is below:

    SELECT

       [so].[name] AS [trigger_name],

       USER_NAME([so].[uid]) AS [trigger_owner],

       USER_NAME([so2].[uid]) AS [table_schema],

       OBJECT_NAME([so].[parent_obj]) AS [table_name],

       OBJECTPROPERTY( [so].[id], 'ExecIsUpdateTrigger') AS [isupdate],

       OBJECTPROPERTY( [so].[id], 'ExecIsDeleteTrigger') AS [isdelete],

       OBJECTPROPERTY( [so].[id], 'ExecIsInsertTrigger') AS [isinsert],

       OBJECTPROPERTY( [so].[id], 'ExecIsAfterTrigger') AS [isafter],

       OBJECTPROPERTY( [so].[id], 'ExecIsInsteadOfTrigger') AS [isinsteadof],

       OBJECTPROPERTY([so].[id], 'ExecIsTriggerDisabled') AS [disabled]

    FROM sysobjects AS [so]

    INNER JOIN sysobjects AS so2 ON so.parent_obj = so2.Id

    WHERE [so].[type] = 'TR'

  • CFROTON Profile Picture
    4,710 on at
    RE: Error 93

    Peter,

    Thank you for posting to the forum. You mention the two main things support would look for. the 93Fix script is for SL 2011. Are you seeing this in 2011, or 2015? I know FRx is not technically supported on SL 2015, but we have sites that have gotten it to work.

    Is there a specific debugging info? Is it the same when the error seems to move to Inventory?

    If your site is no longer using FRx, can they remove the old FRx triggers?

    Also, I suspect that this has been working find up till now. Has this customer recently upgraded? if so, from what version to what version?

    Thank you,

    Carolyn

    MSDSL Support Engineer

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Jonas ”Jones” Melgaard – Community Spotlight

We are honored to recognize Jonas "Jones" Melgaard as our April 2025…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 294,261 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 233,013 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans