Author Archives: Administrator

Young Women Entrepreneurs

To: EXCO Members of Young Entrepreneurs Committee
From: K.L. Ng
Re: Suggestions for Women Entrepreneurs Event

  1. Fashion Show + High Tea Networking
  2. invite successful/high profile woman entrepreneurs from different background to share:-
    1. successful singe lady entrepreneur, e.g. Cheryl Yeoh
    2. successul woman entrepreneur who is a mother with kids and family, e.g. Amber Chia
    3. successful single mum

The above ideas was with me sometime, need to let it out or else I can’t sleep. Thank you.

Survey

To: EXCO members of Young Entrepreneurs Committee
From: K.L. Ng
Re: Survey

I suggest that we should held a survey of our youth members every time before the EXCO meeting.

Objective:
1) to find out what they want/need so that we can plan event/programme for members
2) to let them evaluate our Youth Group so that we know if we are doing it right

During the EXCO meeting, we will discuss the outcome of survey.

Without survey, we are not able to listen to their voice, we will need to guess what they want, and members will start to leave (it is happening now).

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