I have a script that is being run from an Access database with the VBA line
Script = Shell("C:\\Program Files\\Micro Focus\\RUMBA\\System\\ScriptEngine\\vsp.exe" & " " & Path & "MO.csf", vbNormalFocus)
This was working fine until last week when my users started mentioning that the script would start and then crash.
Below is the event in event view when this happens. The same script runs fine if it is launched manually by double clicking on it. But users randomly get the failure below when using the database in the automated process. Has anyone else ran into this issue? Thanks.
<?xml version="1.0" encoding="UTF-8" standalone="true"?>
-<Events>
-<Event xmlns="schemas.microsoft.com/.../event">
-<System>
<Provider Name="Application Error"/>
<EventID Qualifiers="0">1000</EventID>
<Level>2</Level>
<Task>100</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2016-04-18T09:15:35.000000000Z"/>
<EventRecordID>35100</EventRecordID>
<Channel>Application</Channel>
<Computer>name</Computer>
<Security/>
</System>
-<EventData>
<Data>vsp.exe</Data>
<Data>8.0.404.0</Data>
<Data>4b0ad2ae</Data>
<Data>OLEAUT32.dll</Data>
<Data>6.1.7601.19144</Data>
<Data>56b24bc6</Data>
<Data>c0000005</Data>
<Data>00020b9e</Data>
<Data>3e88</Data>
<Data>01d19952c862b20b</Data>
<Data>C:\\Program Files\\Micro Focus\\RUMBA\\System\\ScriptEngine\\vsp.exe</Data>
<Data>C:\\Windows\\system32\\OLEAUT32.dll</Data>
<Data>1b426a19-0546-11e6-b0a5-40a8f0441f3a</Data>
</EventData>
-<RenderingInfo Culture="en-US">
<Message>Faulting application name: vsp.exe, version: 8.0.404.0, time stamp: 0x4b0ad2ae Faulting module name: OLEAUT32.dll, version: 6.1.7601.19144, time stamp: 0x56b24bc6 Exception code: 0xc0000005 Fault offset: 0x00020b9e Faulting process id: 0x3e88 Faulting application start time: 0x01d19952c862b20b Faulting application path: C:\\Program Files\\Micro Focus\\RUMBA\\System\\ScriptEngine\\vsp.exe Faulting module path: C:\\Windows\\system32\\OLEAUT32.dll Report Id: 1b426a19-0546-11e6-b0a5-40a8f0441f3a</Message>
<Level>Error</Level>
<Task>Application Crashing Events</Task>
<Opcode>Info</Opcode>
<Channel/>
<Provider/>
-<Keywords>
<Keyword>Classic</Keyword>
</Keywords>
</RenderingInfo>
</Event>
</Events>
#Rumba




