- Depending on whether your Java application is 32-bit or 64-bit, choose the correct ODBC Data Source Administrator (64bit or 32 bit) to create the Data Source Name. Otherwise, the connection cannot be established.
-
- If your Java application is 64-bit then use ODBC Data Source Administrator 64-bit
- If your Java application is 32-bit then use ODBC Data Source Administrator 32-bit
-
- Open ODBC Data Source Administrator (make sure the correct version is used).
- Select “System DSN” tab. Click “Add”.
- In this example, we are connecting to MS Access database, in “Create New Data Source”, select “Microsoft Access Driver (*.mdb, *.accdb)” in the list. Click “Finish”.
- In “ODBC Microsoft Access Setup”, enter any “Data Source Name”. This name will be used in DBeaver later. So remember it. After that click “Select…” button.
- Now you have to locate your MS Access file. In this example we use “SMSEngine5.mdb”. Click “OK”.
- Example of the Data Source Name created.
- Open DBeaver (or any other database management tool). Click on “Database -> New Database Connection”
- In “Connect to database”, select “ODBC” in the list. Click “Next”
- Insert “Database/Schema” name the same like you created earlier in ODBC Data Source Administrator. Click “Test Connection” to test the ODBC connection.
- If everything is setup right, you will get the below message. Click “Finish”
Category Archives: SMS Modem
There is No AT Command to Remove “CNS Port”, “DM Port” and “NMEA Port” of MOBITEK S80 Modem / support case #281
Renaming “Sierra Wireless” in COM Ports
Objective: to use AT command to rename “Sierra Wireless” to “MOBITEK” so that all the 4 COM ports will display “MOBITEK”
Result: after using the “AT+WUSB” to change name to “MOBITEK”, the 4 COM ports in device manager still show as “Sierra Wireless” .
In addition, there is no AT command to remove the other 3 COM ports, “CNS”, ‘DM” & “NMEA”
USB Drivers of FX30 and MOBITEK S80 Have Conflict — Bad_pool_caller
Problem: the USB Drivers for both FX30 and MOBITEK S80 cannot be installed in the same machine. Otherwise the below blue screen error will appear when trying to connect MOBITEK S80 3G Modem to the PC/machine.
Solutions: there are 3 solutions to choose:
- reboot Windows into “last known good configuration” (source: https://support.microsoft.com/en-my/help/4026863/windows-fix-error-0xc2-badpoolcaller);
- run system restore to restore Windows to the a date before FX30 USB driver was installed; or
- uninstall FX30 USB driver.
MOBITEK S80 Modem Quick Installation Guide
Download and view — MOBITEK S80 Modem Quick Installation Guide
How To Solve “USB device not recognized” or COM port Number Does Not Appear in Device Manager
How to Set-Up MOBITEK S80 SMS Modem with WinPower UPS software
Applies to:
STEPS
- Connect your laptop/desktop to UPS and MOBITEK S80 Modem to laptop/desktop. Open Winpower UPS software. Go to System menu -> Act as Administrator and enter the password. The default password is “Administrator“. This step is important in order to configure Winpower software setting.
To change the administrator password (optional), go to System menu -> Modify Administrator Password and enter the new password for administrator.
- Go to System menu -> Auto Search Device to search for UPS device automatically.
Wait for the UPS to be searched.
When found, the UPS device will be shown in the list. Double-click on it to see the UPS device status.
- Go to Tools menu -> SMS Setting to configure the SMS notification for UPS events.
- In SMS Setting, set the Com Port for MOBITEK S80 Modem, the Baud Rate to “115200“, and the Format of phone number to “Without National Code“. Enter the phone number for the notification to be sent, click Add button and select the phone number in the list. After that select the abnormal event in the event list that you want to be notified for. Click Test button to test the SMS sent successfully or not. If successful, click OK button.
How to Configure MOBITEK S80 with NetCrunch to Trigger SMS Alert
MOBITEK S80 SMS Modem Comes with SDK
MOBITEK® S80 SMS Modem comes with software development kit (SDK) called SMS Gateway Development Kit. By using MOBITEK® SMS Gateway Development Kit, software developers and system integrators are able to build their own SMS Gateway, SMS application, SMS solution, to integrate SMS into business systems.
How to Solve SMS Engine Fails to Initialize Despite Hyper Terminal Can Communicate with MobiGATE
Applies to:
- All SDK (SMS API, STK API, etc.)
- all versions of SMS Engine — Enterprise Edition
Cause: “MSComm32.ocx” did not install properly or the date of the file is incorrect. This occur when MOBITEK SMS Engine — Enterprise Edition has been reinstalled a few times on the same Windows machine.
Solution:
- Uninstall MOBITEK SMS Engine — Enterprise Edition.
- Unregister “MSComm32.ocx”:
- for Windows 64-bit, run “cmd” or “Command Prompt” as “administrator”, then type
- “cd %systemroot%\SysWoW64\“
- “regsvr32.exe /u mscomm32.ocx“
- for Windows 32-bit, goto Start → Run → type “regsvr32 /u mscomm32.ocx”
- for Windows 64-bit, run “cmd” or “Command Prompt” as “administrator”, then type
- Delete “MSComm32.ocx”.
- Re-install SMS Engine — Enterprise Edition.
or
- Unregister the “MSComm32.ocx” and delete it
- for Windows 64-bit, run “cmd” or “Command Prompt” as “administrator”, then type:
- “cd %systemroot%\SysWoW64\“
- “regsvr32 /u mscomm32.ocx“
- for Windows 32-bit, goto Start → Run → type “regsvr32 /u mscomm32.ocx“
- for Windows 64-bit, run “cmd” or “Command Prompt” as “administrator”, then type:
- Copy the new “MSComm32.ocx” and manually register it:
- for Windows 64-bit, run “cmd” or “Command Prompt” as “administrator”, then type:
- “cd %systemroot%\SysWoW64\“
- “regsvr32 mscomm32.ocx“
- for Windows 32-bit, goto Start → Run → type “regsvr32 mscomm32.ocx“
- for Windows 64-bit, run “cmd” or “Command Prompt” as “administrator”, then type: