Thursday, December 18, 2008

How to Network your IDTOMIS PROGRAM

Main PC must have a FULL DTO Client installed
Other PC must have a PART DTO Client installed

On the Main PC where your FULL DTO Client installed you must setup first the Firewall Setting.

Go to Control Panel then Windows Firewall
open the Windows Firewall

then Click the Exception Tab

then click ADD PORT

then after clicking ADD PORT this window will appear


this window will set a new Port a TCP and UDP.

enter the name for TCP and UDP then the port number is the same 3306. set up first the TCP then UDP.

after you complete this process your main DTO are now ready to accept connection from the part Dto.

Setting up your Part DTO

go to your other PC were you installed the Part DTO. then you must do this.

open the My Computer then Local Disk C: then Program Files then open the DTO folder.

find the DTOClient.exe.config


then right click the DTOClient.exe.config then open it with Notepad.

find this line:

server=localhost;port=3306;user id=root;pwd=.

then you must change the localhost into the ip address of your main DTO Program. then after changing the localhost your line must be like this

example:

server=192.168.9.71;port=3306;user id=root;pwd=.


then click File then Save dont use the Save AS this will change the extension name.

then check you services.msc go to start then run then type services.msc then press ok. after that local services will appear find the mysql then check if started or not, if not right click the mysql then click start.

if mysql is already started and you encounter error like Cannot Connect to any specified MYSQL Host this show that you not successfully configured your NETWORK.

No comments: