Exchange 2019 CU 12 update - One DC object not found in ECP

Copper Contributor

Hello,

 

The environment consists of one domain, one EX2019 server and DC1 and DC2 which are replicated. 

After upgrading Exchange 2019 to the latest CU 12 release, when selecting on objects in the virtual directories list within ecp, the following message appears on the right side where the virtual directory:

'The operation couldn't be performed because object '' couldn't be found on 'dc1.domain.local'.

- Screenshot attached. 

Unselecting and selecting it again, resolves this and the information is now displayed properly. This happens with all virtual dirictory items upon initial selection in the panel. 

 

The error message in the Command Logging tool is:

\"+e)}}return!0}return Logger.info(\"performSourceBufferOperation(): Raw source buffer not instantiated yet.\"+e),!1}catch(g){return Logger.error(\"performSourceBufferOperation: Exception:\"+g.message+e),!1}},this.processAddSourceBufferMessage=function(a){var b=this,c=null;if(!a||typeof a.id!=\"number\"||typeof a.mimeType!=\"string\")return Logger.error(\"processAddSourceBufferMessage(): Invalid parameter.\"),!1;if(this._mediaSource==null)return Logger.error(\"processAddSourceBufferMessage(): Media Source is NULL.\"),!1;if(!MediaSource.isTypeSupported(a.mimeType))return Logger.error(\"processAddSourceBufferMessage(): MimeType is not supported. MimeType = \"+a.mimeType),!1;var d=function(e){try{c=b._mediaSource.addSourceBuffer(a.mimeType),b.updatePlayerSourceBufferFromId(a.id,c,\"sourceOpen\"),c.id=a.id,Logger.info(\"sourceOpen(): Source buffer added, Id = \"+a.id+\", mimeType = \"+a.mimeType),c.addEventListener(\"updatestart\",function(c){b.performSourceBufferOperation(this.id,\"updatestart\")}),c.addEventListener(\"update\",function(c){b.performSourceBufferOperation(this.id,\"update\")}),c.addEventListener(\"updateend\",function(c){b.performSourceBufferOperation(this.id,\"updateend\")}),b.performSourceBufferOperation(a.id,\"sourceOpen\"),b._mediaSource.removeEventListener(\"sourceopen\",d,!1)}catch(e){Logger.error(\"sourceOpen(): Exception thrown:\"+e.message+\"Id = \"+a.id)}};return this._mediaSource.readyState==\"open\"?d():this._mediaSource.addEventListener(\"sourceopen\",d,!1),!0},this.processAddTimestampOffsetMessage=function(a){if(!a||typeof a.id!=\"number\")return Logger.error(\"processAddTimestampOffsetMessage(): Invalid paramter.\"),!1;var b=this.updatePlayerSourceBufferFromId(a.id,null,\"processAddTimestampOffsetMessage\");if(b instanceof PlayerSourceBuffer)b.timestampOffset=a.timestampOffset;else return Logger.error(\"processAddTimestampOffsetMessage(): Cannot instantiate PlayerSourceBuffer from Id = \"+a.id),!1},this.processAbortSourceBuffer=function(a){if(!a||typeof a.id!=\"number\")return Logger.error(\"processAbortSourceBuffer(): Invalid paramter.\"),!1;var b=this.updatePlayerSourceBufferFromId(a.id,null,\"processAbortSourceBuffer\");return b instanceof PlayerSourceBuffer?(b.pendingBuffers.push({type:SourceBufferOperationType.ABORT}),this.performSourceBufferOperation(a.id,\"processAbortSourceBuffer\"),!0):(Logger.error(\"processAbortSourceBuffer(): Cannot instantiate PlayerSourceBuffer from Id = \"+a.id),!1)},this.processBlobMessage=function(a,b){if(typeof a==\"number\"&&b instanceof Uint8Array){var c=this.updatePlayerSourceBufferFromId(a,null,\"processBlobMessage\");return c instanceof PlayerSourceBuffer?(c.pendingBuffers.push({type:SourceBufferOperationType.APPEND,buffer:b}),this.performSourceBufferOperation(a,\"processBlobMessage\"),!0):(Logger.error(\"processBlobMessage(): Cannot instantiate PlayerSourceBuffer from Id = \"+a),!1)}return Logger.error(\"processBlobMessage(): Invalid parameters.\"),!1}},gPlayer=new Html5MMRPlayer;gPlayer.initialize();"},"responseKey":null,"group":"html5mmr-postmessage"}'

Exception:

The operation couldn't be performed because object '' couldn't be found on 'dc1.domain.local'.

0 Replies