Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Microsoft Dynamics SL (Archived)

Getting Error "Unique index named rptruntime0 has not been found for table rptruntime" with every report

(0) ShareShare
ReportReport
Posted on by

We are in process of upgrading to Dynamics SL 2015 CU2 from v6.5.   Everything seems to have migrated from what I can see so far, but whenever I attempt to print any report, I am getting the Programming Bulletproof Error 10209, with description of "Unique index named rptruntime0 has not been found for table rptruntime".

I did some forum searches, and found a few things that sound similar, but nothing offered seems to have helped, such as checking for u2lsol4.dll in the proper folders, etc.   Has anyone else run in to this before?

*This post is locked for comments

  • Brian_IL Profile Picture
    719 on at
    RE: Getting Error "Unique index named rptruntime0 has not been found for table rptruntime" with every report

    Did the rest of your SL version upgrade report any errors? All tables should have the indexes defined for them, including the work tables like RptRuntime. You can add any missing index with the SQL statement as noted above, but you may find other parts of the update incomplete. The SL Database Maintenance scenarios can also handle fixing indexes.

  • Elizabeth MR Profile Picture
    39 on at
    RE: Getting Error "Unique index named rptruntime0 has not been found for table rptruntime" with every report

    Hi GreyFox386, i have same case,  do you have any solution?

  • AlexDupuis Profile Picture
    324 on at
    RE: Getting Error "Unique index named rptruntime0 has not been found for table rptruntime" with every report

    Hi,

    I don't know if you find out what is your problem. From what I can see, you're missing the index 0 which is required for Solomon as far as I know.

    I use SL 2011 but I can give you the one I have on my table, it should help.

    CREATE UNIQUE CLUSTERED INDEX [RptRuntime0] ON [dbo].[RptRuntime]
    (
    	[RI_ID] ASC
    )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF, IGNORE_DUP_KEY = OFF, DROP_EXISTING = OFF, ONLINE = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
    GO
    


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,095 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 232,866 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans