Skip to main content

Notifications

Announcements

No record found.

Small and medium business | Business Central, N...
Suggested answer

Sync-NAVApp : An unexpected error occurred after a database command was cancelled.

(1) ShareShare
ReportReport
Posted on by 65
While Sync the Application we are facing the below issue:
 
/The index 'IX_RRR_Inc$Sales_Invoice_Line' is dependent on column 'EE DD AA_'.
ALTER TABLE DROP COLUMN EDI Item Cross Ref_ failed because one or more objects access this column./
 
Kindly Provide a way to resolve this error.
  • SD-06051333-0 Profile Picture
    SD-06051333-0 65 on at
    Sync-NAVApp : An unexpected error occurred after a database command was cancelled.
    Dustin Wolf - Only need to drop constraints and Column or need to drop Index also

    FYI : "IX_RRR_Inc$Sales_Invoice_Line" - This is Index name not a table name
  • gdrenteria Profile Picture
    gdrenteria 12,851 Most Valuable Professional on at
    Sync-NAVApp : An unexpected error occurred after a database command was cancelled.
    Hi 
    ¿By chance they have made some updates directly through SQL?
    Best regards
    Gerardo
  • Suggested answer
    Dustin Wolf Profile Picture
    Dustin Wolf 30 on at
    Sync-NAVApp : An unexpected error occurred after a database command was cancelled.
    You need to remove all of the constraints before you can drop the column.

    alter
    table [
    IX_RRR_Inc$Sales_Invoice_Line] drop constraint [EE DD AA_]; alter table [IX_RRR_Inc$Sales_Invoice_Line] drop column [EDI Item Cross Ref_];
     
     
     
    Dustin Wolf, MS
    Senior Developer
    Accent Software, Inc.

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,622 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,354 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans