ms-accessgeneral-network-error

MS Access "Online Meeting" "Unknown Network error." When Opening


So I have a MSAccess dB that is scheduled to open and run every 3 minutes. Immediately when it opens, a dialog window pops up as shown here. Through the task manager and services windows, I was able to see that it is being thrown by MSAccess. Online I could only find two references to this issue, unfortunately the answer is blocked unless you subscribe. Ref 1 Ref 2. The process only will continue it you hit "ok", which defeats the reason for automating it. Does anyone know what and/or how to stop this?

Edit: I also should note that I looked through all of a MSAccess menu's and settings and could not find anything that appeared related to this.

<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft Office 14 Alerts" /> 
<EventID Qualifiers="0">300</EventID> 
<Level>4</Level> 
<Task>0</Task> 
<Keywords>0x80000000000000</Keywords> 
<TimeCreated SystemTime="2016-02-05T14:53:52.000000000Z" /> 
<EventRecordID>1654</EventRecordID> 
<Channel>OAlerts</Channel> 
<Computer>OPTI-780-LJS2.boston.hembar.com</Computer> 
<Security />  
</System>
<EventData>
<Data>Online Meeting</Data> 
<Data>Unknown network error.</Data> 
<Data>701129</Data> 
<Data>14.0.7015.1000</Data> 
<Data /> 
<Data /> 
</EventData>
</Event>

Solution

  • That was it. Just tried running after removing the /C and it went through fine. I wonder why that was?