Event 6281 IStorageOnlineOpns (0x80072afc)
Hi there,
I have the following error rahter often on my EV servers.
Does anybody know and how to solve this?
Many thanks
Jochen.
Log Name: Symantec Enterprise Vault
Source: Enterprise Vault
Date: 23.08.2013 12:10:09
Event ID: 6281
Task Category: Web Application (WP)
Level: Error
Keywords: Classic
User: N/A
Computer:
Description:
Could not obtain the computer name on which to query for an IStorageOnlineOpns interface
The requested name is valid, but no data of the requested type was found. (0x80072afc)
For more information, see Help and Support Center at http://entced.symantec.com/entt?product=ev&language=english&version=10.0.4.0&build=10.0.4.1189&error=V-437-6281
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Enterprise Vault " />
<EventID Qualifiers="49156">6281</EventID>
<Level>2</Level>
<Task>99</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2013-08-23T10:10:09.000000000Z" />
<EventRecordID>1837527</EventRecordID>
<Channel>Symantec Enterprise Vault</Channel>
<Computer>%server.fqdn%</Computer>
<Security />
</System>
<EventData>
<Data>The requested name is valid, but no data of the requested type was found. (0x80072afc)</Data>
</EventData>
</Event>
In a call with Symantec we found the cause of these errors.
- In the enterprise vault server event was the above mentioned error.
Could not obtain the computer name on which to query for an IStorageOnlineOpns interface The requested name is valid, but no data of the requested type was found. (0x80072afc)
- In the IIS log of the server was the following 500 error for GetVaultInformation.aspx.
YYYY-MM-DD HH:MM:SS EV-IP-Address POST /EnterpriseVault/GetVaultInformation.aspx x=evoutlookext&evhost=https://FQDN/EVAnon 443 %domain%\%username% IP-Adress EnterpriseVaultOutlookExt-V10.0.2.1210 500 0 0 4734
We figured out that the user had two MDC files on the desktop computer pointing to the same archive ID. In my cases the vault cache did not update properly.
Generally when the user adds the archives of other users to be stored in the local vault cache, there are multiple MDC files. But the name of the MDC files will be different for each user added. In our case, the names of the MDC files were the same; the only difference was a (1) at the end of the name, e.g.:
1BA8B85F435531F4188E23A9BC308973B1110000servername.mdc 1BA8B85F435531F4188E23A9BC308973B1110000servername (1).mdc
That was leading to an error and the Vault Cache did not update properly. We have no idea how on 6 users' desktops out of multiple thousand the MDC file could be created twice. The EV client is not doing that in any possible way. If you want to rename the MDC file, the file extension should be named to .old. All other processes as in a VC reset, all vault cache related files (incl. MDC files) will be deleted.
We did a VC reset and the problem disappeared.