Neudesic Blogs

Think Smart. Get Results.
Welcome to Neudesic Blogs Sign in | Join | Help
in Search

Jason Noble

Fix: Invalid object name ‘Aces.dbo.SharedReference’

Executing the following SQL: Aces_PostImportProcess System.Data.SqlClient.SqlException: Invalid object name 'Aces.dbo.SharedReference'.

 

This error occurs when the default database name of 'ACES ' is not used for the caching database. To resolve this error edit the stored procedure [Aces_ImportSharedReferences]. Change the line

select SoxDocuments.DocumentId, sd2.DocumentId as ParentId from

    Aces.dbo.SharedReference sr1

to reference the correct database. For example, if your Aces caching database is set to ACES_CACHE then update the line to read

 

select SoxDocuments.DocumentId, sd2.DocumentId as ParentId from

    ACES_CACHE.dbo.SharedReference sr1

Published Friday, November 02, 2007 7:42 AM by Jason Noble

Comments

No Comments
Anonymous comments are disabled

This Blog

Post Calendar

<November 2007>
SuMoTuWeThFrSa
28293031123
45678910
11121314151617
18192021222324
2526272829301
2345678

Syndication

Powered by Community Server, by Telligent Systems