Author Archives: Administrator

Expanding the ACCCIM YEC’s Event

To: Datuk Ng
From: K.L. Ng
Re: Expanding the ACCCIM YEC’s Event

I like to propose to ACCCIM 青商团 to hold a concurrent business expo and business matching events during ACCCIM AGM and YEC (the event can be extended from 2 days to 4 days).

Reasons:-

  1. to attact ACCCIM members who had been attending YEC for more than 3 years and may be loosing interest in YEC if the event is on talk only;
  2. for the new members/ young entreprenuers, they can listen to successful entreprenuers sharing their success (this is the current model of YEC);
  3. for the mature members/seasoned entreprenuers, they can do business matching or showcase their products and services to members of other states, effetively show casing to whole of Malaysia;
  4. to use ACCCIM YEC as a platform for creating business opportunies among ACCCIM members (right now YEC is focusing on talking/sharing);
  5. since the visitor numbers is substantially huge during the ACCCIM AGM and YEC, we can utilise this time to hold or launch concurrent events (this will reduce the advertising and promotion cost to pull the crowd and to have better bargaining power with hotel);
  6. long term goal — to make ACCCIM YEC an international event where it can draw international visitors/entreprenuers and ACCCIM members can use this platform to find new business opportunities with local as well as overseas partners, e.g. COMPUTEX was originally a local event but became an international event;
  7. furthermore the theme of ACCCIM YEC this year was “Global Opportunities, Malaysia and Beyond”, therefore, ACCCIM YEC should also go global.

 

MOBITEK SMS API version 9.2 — Manual for Software Developer

MOBITEK SMS API version 9.2 — manual for software developer has been revised and published. Please view it at http://www.mobitek.my/main/mobitek-sms-api-version-9-manual-for-software-developer/

 

More Information

RealVNC and TightVNC: “Connection closed unexpectedly”




When connecting to a VNC Server (applies to both RealVNC and TightVNC), the VNC client (applies to both RealVNC and TightVNC) is unable to connect, and shows this message,  “Connection closed unexpectedly”.

The followings settings are properly configured and they are not the issues:-

  • VNC server and client is allowed by firewall; and
  • VNC port is correct;
  • VNC password is correct.

However, the log file of TightVNC server shows:-

[ 2132/ 4332] 2016-06-15 13:23:30 ! write() function stopped because transport has not been initialized yet.
[ 2132/ 4332] 2016-06-15 13:23:32 ! AnonymousPipe::read() failed (m_hRead = 000000000000030C)
[ 2132/ 4332] 2016-06-15 13:23:32 ! The Pipe's read function failed after ReadFile calling (The pipe has been ended. (109))
[ 2132/ 4332] 2016-06-15 13:23:32 ! Exception during DesktopClientImpl creaion: 
[ 2132/ 4332] 2016-06-15 13:23:32 ! Error during RFB initialization: 
[ 2132/ 4332] 2016-06-15 13:23:32 ! Connection will be closed: 
[ 4500/ 4420] 2016-06-15 13:23:42 ! Desktop server application failed with error: The desktop server time out expired

The root caused is “RFB” on the VNC server.

Solution:-

  • uninstalll “DisplayLink” driver from server and VNC client is able to connect to VNC server;
  • uninstall any display driver that is incompatible with VNC server.

 

Another reason for “Connection closed unexpectedly” is that RealVNC version 4.x does not work in Windows 7. For Windows 7, it requires Real VNC version 5 and above.

How to Solve — Run-time error 429: ActiveX component can’t create object




This error will appear if you copy the “dll” file from your development PC over to your production PC without running the “setup.exe” file on the production PC.

Solution:-

  1. Re-install by running the “setup.exe” again;
  2. If re-installation fails, then:-
    • click “Start” → Run → type “regsvr32 mobiteksmsapi7.dll”
    • it will manually register the ActiveX component — “MobitekSMSAPI7.dll”
  3. If your OS is Windows 7 64-bit and above, then follow these steps:-

Step 1: Click Start and type command or cmd in the search box. It will depend on what Windows version you have. We will use Windows 8.1 x64 bit for this example.

ActiveX-01

Step 2: A command prompt will appear. Navigate the command prompt to C:\Windows\SysWOW64

ActiveX-02

Step 3: Type “regsvr32 [path of dl]” at the command prompt. In this case, I will use MobitekSMSAPI7.dll file, so the command will be:
C:\Windows\SysWow64\regsvr32 “MobitekSMSAPI7.dll”
Press enter to execute.

ActiveX-03

Step 4: A dialog box will pop out, indicating that the dll file is successfully registered into your system.

ActiveX-04

 

Source: http://support.microsoft.com/kb/2746232

Release Note of MOBITEK SMS API version 9.2

We have re-released the MOBITEK SMS API version 9.2

2 New functions:-

  1. voice call; and
  2. USSD Listen

Description of Voice Class

  • New class — “Voice” with new methods and property:-
  •  Voice.AnswerCall()
     Voice.CheckCall()
     Voice.End()
     Voice.MakeCall()
     Voice.CallerID

 

More Information

File Access Denied to SMS Engine

Problem

  • “File Access Denied” error message appeared; or
  • unable to save or write database file, batch file, “config.xml” file or text file.

Applies To

  1. MOBITEK MobiGATE SMS Engine — Enterprise Edition version 5 and 6;
  2. MOBITEK CLISMS version 5 and above; and
  3. Windows 7 and above.

Solution

Allow “Full Control” to “Users” to the folder of the application. In this example, itis “C:\Program Files (x86)\SMS Engine Enterprise Edition”

  1. Security -> Users -> Edit

    Security -> Users -> Edit

  2. Users -> Full control

    Users -> Full control