Author Archives: Administrator

USB Driver of MOBITEK S80 SMS Modem Does Not Work in VirtualBox

Applies to:

MOBITEK® S80 for SMS Over 3G Network

 

Problem: when USB driver is installed, the following error message will appear:

Description:
  Windows was able to successfully install device driver
  software, but the driver software encountered a problem
  when it tried to run. The problem code is 10.

Problem signature:
  Problem Event Name:    PnPDeviceProblemCode
  Architecture:    x64
  Hardware Id:    USB\VID_1199&PID_68A3&REV_0006
  Setup class GUID:    {36fc9e60-c465-11cf-8056-444553540000}
  PnP problem code:    0000000A
  Driver name:    swiwdmbx64.sys
  Driver version:    1.0.0.9
  Driver date:    09-01-2014
  OS Version:    6.0.6001.2.1.0.272.7
  Locale ID:    1033

Suggested Solution: in VirtualBox map the USB port of host machine to serial port to virtual machine, refer to  “How to Set-Up MOBITEK S80 Modem in VirtualBox

Internship in Puchong Area (IT)

Updated on 2019-Mar-07

 

ADDRESS: 6th FLOOR, SUITE 16, IOI BUSINESS PARK, PERSIARAN PUCHONG JAYA SELATAN, BANDAR PUCHONG JAYA, PUCHONG 47100, SELANGOR, MALAYSIA

Internship in Puchong is available now.

During the internship period, you will be exposed to these areas:

Software Development

  1. design and write sample codes in VB.net, C#, PHP, Java

  2. update and maintain MOBITEK SMS Gateway Development Kit in VB.net, PHP

  3. update and maintain MOBITEK SMS Engine — Enterprise Edition in VB.net, PHP

  4. develop control panel for MOBITEK S80 3G Modem to connect to IoT

  5. develop mobile app for IoT (internet of Things)

  6. writing technical manual for software developers

  7. writing user’s manual for end user

 

Quality Control

  1. remote quality checking of product in China’s factory

  2. quality checking of software and hardware

 

Customer Support

  1. provide on-site installation and on-site support service for MobiGATE SMS Gateway

  2. provide trouble shooting and solution to customer via e-mail

  3. provide remote support via TeamViewer or AnyDesk

 

Technical Sales and Marketing

  1. to handle technical sales enquiries through e-mail and telephone, on MOBITEK’s product

  2. develop a strategy to market product service

  3. design product catalogue

  4. update and maintain corporate web sites, corporate blog

 

Requirements

  1. Candidate must possess or currently pursuing a Diploma or Bachelor’s Degree in Computer Science/Information Technology or equivalent.

  2. Required skill(s): VB.net, Java, WordPress, MySQL, MSSQL, Networking

  3. Preferred skill(s): VB.Net, PHP, MySQL

  4. Required language(s): English

  5. Applicants must be willing to work in IOI Business Park, Puchong

 

Working Hours

  • 5 days per week

  • 8 hours per day, 9 am to 6 pm, lunch break is 1 hour

 

Training Allowance

  • RM 350 per month

 

Transport Allowance

  • RM 10 per attendance, full day

 

Accommodation

  • accommodation will be provided upon request and subject to availability

 

Dress Code

  • smart casual

 

Interested candidate can send his resume to admin@mobitek.com.my .

How to Solve Unable to Log Into Windows XP PC Despite The User Name and Password Are Correct

Problem: On local area network (LAN), other PC (Windows Vista, 7 and 8) are not able to log into Windows XP PC with the correct user name and password.

Solution: the date and time of Windows XP PC are incorrect, re-set them.

source: https://superuser.com/questions/287009/logon-failure-unknown-username-or-bad-password-when-connecting-windows-7-pc-to-w

How to Solve Microsoft Security Essentials Stopping by Itself

  1. Uninstall (Microsoft Security Essentials), should be able to remove MSE from Control Panel. Any problems uninstalling see: Uninstalling Microsoft Security Essentials  
  2. Recommend to restart the computer to ensure the uninstall is complete.
  3. Re-install the MSE. Can download a new MSE Installation File from:   http://windows.microsoft.com/en-us/windows/security-essentials-all-versions

 

Basic Allowance

 

Basic Allowance 1,000.00
Transport Allowance per day (payable only if you come to office for 1 full day) 25.00
Commission Type S per unit sold and supported 50.00
Commission Type E per unit sold and supported 10.00
Commission for MobiGATE per unit sold and supported 100.00

So for example, let’s take month of June-2018, your total allowance will be 1,910:-

Month of June
Basic Allowance 1,000.00 1,000.00
Transport Allowance per day x 20 days (if you come to work for 20 days) 25.00 500.00
Commission Type S per unit sold and supported x 7 units 50.00 350.00
Commission Type E per unit sold and supported x 6 units 10.00 60.00
Commission for MobiGATE per unit sold and supported 100.00 0.00
TOTAL 1,910.00

Please take note that:-

  1. You can take leave to look for job interview with other companies, please give 3 to 7 days advance notice;
  2. There will be no paid leave whether or not there is M/C;
  3. Transport Allowance is payable only when you come to work for full day; it will not cover Public Holiday, leave and any non-working days.

 

How to Solve “Cannot open database (MS SQL Server) requested by login. The login failed”

Applies to:

  • MOBITEK SMS Engine version 5, 6, 7
  • SQL Server 2016 SP1 Express
  • Windows Server 2012 R2

Error Message: [42000] [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot open database “smseee6” requested by the login. The login failed.

Solution:

  1. Add “db_owner” to the user;
  2. If problem remains unsolved, then enable “TCP/IP” in SQL Server Configuration Manager.

How to Add “db_owner”

  1. select the user -> Properties
  2. goto “User Mapping”, select the database (smseee6) then check “db_owner”

Source: https://blog.sqlauthority.com/2009/08/20/sql-server-fix-error-cannot-open-database-requested-by-the-login-the-login-failed-login-failed-for-user-nt-authoritynetwork-service/

How to Enable “TCP/IP”

  1. Launch the SQL Server Configuration Manager. It should be in the Start -> Programs -> Microsoft SQL Server -> Configuration Tools, select “Protocols for SQLEXPRESS” and enabled “TCP/IP”.
  2. In “TCP/IP -> Properties”.
  3. In “TCP port”, ensure it is the correct port number 1433.
  4. Restart the servce.

Source: https://razorsql.com/docs/support_sqlserver_express.html