Does anyone know if this is a old or very known issue. With a fresh install of Umbraco, if I click into the Media section and attempt to sort items by "Created by" Umbraco complains and produces the following error...
2017-09-14 15:18:07,416 [P17076/D2/T59] ERROR Umbraco.Core.Persistence.UmbracoDatabase - Exception (c47cdece).
System.Data.SqlClient.SqlException (0x80131904): The multi-part identifier "cmsDocument.published" could not be bound.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData()
at System.Data.SqlClient.SqlDataReader.get_MetaData()
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
at Umbraco.Core.Persistence.PetaPocoCommandExtensions.<>c__DisplayClass4.<ExecuteReaderWithRetry>b__3()
at Umbraco.Core.Persistence.FaultHandling.RetryPolicy.ExecuteAction[TResult](Func`1 func)
at Umbraco.Core.Persistence.Database.<Query>d__7`1.MoveNext()
ClientConnectionId:5c827ad8-7e46-4bce-b199-7db4db400a08
Error Number:4104,State:1,Class:16
Is there either an official or unofficial way to fix this? this way I can sort media items by owner?
Sorting media items by owner caused error
Does anyone know if this is a old or very known issue. With a fresh install of Umbraco, if I click into the Media section and attempt to sort items by "Created by" Umbraco complains and produces the following error...
Is there either an official or unofficial way to fix this? this way I can sort media items by owner?
Many thanks in advance!
At least one other person has experienced this issue: http://issues.umbraco.org/issue/U4-10364
You may want to vote on that ticket and add any details you may have (e.g., the Umbraco version you are using).
is working on a reply...