We have a large project (6,000) lines that we are managing in Project pro 2010. When we publish to Server, the majority of the time, it works fine. However, we have on a few occassions received the Active Cache error after it runs for a while (this time it was 77%). I noticed in the error this time....below in bold, that it mentioned a null value. Is this because of a potential blank line, etc. or does someone know of something specific that we need to look for with respect to configuration, etc.?
ActiveCacheQueuedMessageExecutionError:
ActiveCacheQueuedMessageExecutionError (12005). Details: id='12005' name='ActiveCacheQueuedMessageExecutionError' uid='bb9bde48-5109-43e2-bdf8-b86e50baecb1'error='System.Data.SqlClient.SqlException: NULL textptr (text, ntext, or image pointer) passed to UPDATE TEXT function. The statement has been terminated. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) atCletus51