Greetings -
I've been attempting to update employee information in Aloha by running db updates through the AM COM interface. The call seems to be made successfully from my test app, but when Mnt4x.dll is running it encounters an error, the update does not take place, and the db_update_out.xml file is not created where I referenced it in the call to ProcessDatabaseTXN()
Here is the relevant error log snippet from DEBOUT.txt:
Nov 01, 14:57:34, [3060], [STATUS],,"............................................................"
Nov 01, 14:57:34, [3060], [STATUS],,"AlohaMgr starting... version 6.7.17.2158.1 "
Nov 01, 14:57:34, [3060], [INFO],," MODE SETTINGS"
Nov 01, 14:57:34, [3060], [INFO],,"***** Version: 6.7.17.2158.1 "
Nov 01, 14:57:39, [3060], [INFO],,"Unable to read ESP.EXE version string for file - C:\BootDrv2\Aloha\Backoffice\Schedule\ESP.EXE"
Nov 01, 14:57:39, [3060], [INFO],,"LoadIberStrings() - Loaded version 6.7.17.0, C:\BootDrv2\Aloha\bin\IBERSTR.DLL"
Nov 01, 14:57:39, [3060], [INFO],,"***** Workstation: T1"
Nov 01, 14:57:39, [3060], [INFO],,"***** TableService Only"
Nov 01, 14:57:39, [3060], [INFO],,"***** Site Id: 9999"
Nov 01, 14:57:39, [3060], [INFO],,"*****Start of WORK in InitInstance"
Nov 01, 14:57:40, [3060], [INFO],,"*****End of InitInstance"
Nov 01, 14:57:40, [3060], [INFO],,"MNT4X.DLL in InitInstance..."
Nov 01, 14:57:40, [3060], [INFO],,"Mnt4x: Total Disk Space = 4284878848 bytes. Free = 4280672256 bytes"
Nov 01, 14:57:40, [3060], [INFO],,"LoadIberStrings() - Loaded version 6.7.17.0, C:\BootDrv2\Aloha\bin\IBERSTR.DLL"
Nov 01, 14:57:40, [3060], [STATUS],,"MNT4X.DLL initializing on workstation T1... version 6.7.17.2158.1 "
Nov 01, 14:57:40, [3060], [INFO],,"Database Versions and Generation are Current."
Nov 01, 14:57:40, [3060], [INFO],,"MNT4X.DLL - Running Aloha Table Service..."
Nov 01, 14:57:40, [3296], [INFO],,"ALOHASEC.EXE initializing..."
Nov 01, 14:57:40, [3296], [INFO],,"ALOHASEC.EXE exiting..."
Nov 01, 14:57:40, [3060], [INFO],,"Mnt4x: ReadFile: file id 0 not recognized"
Nov 01, 14:57:40, [3060], [INFO],,"Error 22004 reading file 0"
Nov 01, 14:57:40, [3060], [INFO],,"MNT4X.DLL exiting on workstation T1..."
Nov 01, 14:57:40, [3060], [INFO],,"Main directory - C:\BootDrv2\Aloha\EGICACHE"
Nov 01, 14:57:40, [3060], [INFO],,"EGI Scheme C:\BootDrv2\Aloha\EGICACHE\default - 25 "
Nov 01, 14:57:40, [3060], [INFO],,"g_ReferencedEGIBitmapsKeys has 0 items"
Nov 01, 14:57:40, [3060], [INFO],,"EGI bitmap file created successfully!"
Nov 01, 14:57:40, [3060], [INFO],,"MNT4X.DLL exiting..."
Nov 01, 14:57:40, [3060], [INFO],,"End of CMnt4XApp::ExitInstance"
Particularly, I'm curious about this error:
Nov 01, 14:57:40, [3060], [INFO],,"Mnt4x: ReadFile: file id 0 not recognized"
Nov 01, 14:57:40, [3060], [INFO],,"Error 22004 reading file 0"
Can someone explain what file id 0 is? I'm assuming this is referencing one of the DBFs which may be missing from our test environment. Any information on this error or updating aloha through the COM interface in general would be greatly appreciated!
Thanks,
-Sean
I've been attempting to update employee information in Aloha by running db updates through the AM COM interface. The call seems to be made successfully from my test app, but when Mnt4x.dll is running it encounters an error, the update does not take place, and the db_update_out.xml file is not created where I referenced it in the call to ProcessDatabaseTXN()
Here is the relevant error log snippet from DEBOUT.txt:
Nov 01, 14:57:34, [3060], [STATUS],,"............................................................"
Nov 01, 14:57:34, [3060], [STATUS],,"AlohaMgr starting... version 6.7.17.2158.1 "
Nov 01, 14:57:34, [3060], [INFO],," MODE SETTINGS"
Nov 01, 14:57:34, [3060], [INFO],,"***** Version: 6.7.17.2158.1 "
Nov 01, 14:57:39, [3060], [INFO],,"Unable to read ESP.EXE version string for file - C:\BootDrv2\Aloha\Backoffice\Schedule\ESP.EXE"
Nov 01, 14:57:39, [3060], [INFO],,"LoadIberStrings() - Loaded version 6.7.17.0, C:\BootDrv2\Aloha\bin\IBERSTR.DLL"
Nov 01, 14:57:39, [3060], [INFO],,"***** Workstation: T1"
Nov 01, 14:57:39, [3060], [INFO],,"***** TableService Only"
Nov 01, 14:57:39, [3060], [INFO],,"***** Site Id: 9999"
Nov 01, 14:57:39, [3060], [INFO],,"*****Start of WORK in InitInstance"
Nov 01, 14:57:40, [3060], [INFO],,"*****End of InitInstance"
Nov 01, 14:57:40, [3060], [INFO],,"MNT4X.DLL in InitInstance..."
Nov 01, 14:57:40, [3060], [INFO],,"Mnt4x: Total Disk Space = 4284878848 bytes. Free = 4280672256 bytes"
Nov 01, 14:57:40, [3060], [INFO],,"LoadIberStrings() - Loaded version 6.7.17.0, C:\BootDrv2\Aloha\bin\IBERSTR.DLL"
Nov 01, 14:57:40, [3060], [STATUS],,"MNT4X.DLL initializing on workstation T1... version 6.7.17.2158.1 "
Nov 01, 14:57:40, [3060], [INFO],,"Database Versions and Generation are Current."
Nov 01, 14:57:40, [3060], [INFO],,"MNT4X.DLL - Running Aloha Table Service..."
Nov 01, 14:57:40, [3296], [INFO],,"ALOHASEC.EXE initializing..."
Nov 01, 14:57:40, [3296], [INFO],,"ALOHASEC.EXE exiting..."
Nov 01, 14:57:40, [3060], [INFO],,"Mnt4x: ReadFile: file id 0 not recognized"
Nov 01, 14:57:40, [3060], [INFO],,"Error 22004 reading file 0"
Nov 01, 14:57:40, [3060], [INFO],,"MNT4X.DLL exiting on workstation T1..."
Nov 01, 14:57:40, [3060], [INFO],,"Main directory - C:\BootDrv2\Aloha\EGICACHE"
Nov 01, 14:57:40, [3060], [INFO],,"EGI Scheme C:\BootDrv2\Aloha\EGICACHE\default - 25 "
Nov 01, 14:57:40, [3060], [INFO],,"g_ReferencedEGIBitmapsKeys has 0 items"
Nov 01, 14:57:40, [3060], [INFO],,"EGI bitmap file created successfully!"
Nov 01, 14:57:40, [3060], [INFO],,"MNT4X.DLL exiting..."
Nov 01, 14:57:40, [3060], [INFO],,"End of CMnt4XApp::ExitInstance"
Particularly, I'm curious about this error:
Nov 01, 14:57:40, [3060], [INFO],,"Mnt4x: ReadFile: file id 0 not recognized"
Nov 01, 14:57:40, [3060], [INFO],,"Error 22004 reading file 0"
Can someone explain what file id 0 is? I'm assuming this is referencing one of the DBFs which may be missing from our test environment. Any information on this error or updating aloha through the COM interface in general would be greatly appreciated!
Thanks,
-Sean