wodXMPP 64bit? (wodXMPP)
by lwc5202, Monday, November 28, 2011, 12:47 (4754 days ago)
Hello!
How to run wodXMPP on Window Server 2008 R2 64bit?
Thank you.
Re: wodXMPP 64bit?
by wodDamir, Monday, November 28, 2011, 12:52 (4754 days ago) @ lwc5202
Hi,
wodXMPP runs normally on Windows Server 2008 64bit as it does on other platforms. Just make sure that you register the .dll (or .ocx) using RegSvr32 with Admin privileges.
I'm not really sure what you mean by how to run . Are you experiencing any errors? If so, can you please be specific?
Regards,
Damba
Re: wodXMPP 64bit?
by lwc5202, Tuesday, November 29, 2011, 03:27 (4754 days ago) @ wodDamir
Hi!
I download wodXMPP.exe and install success.
But when I run [wodXMPP Sample 1 - Simple.exe] , it can't connect to server(Use Gmail).
I enable the DebugFile to trace , only got two messages Query prepared and Query sent .
The Server is in the Firewall , and already open port 443 .
Is anything I need to do?
Thank you.
Re: wodXMPP 64bit?
by woddrazen, Tuesday, November 29, 2011, 09:23 (4753 days ago) @ lwc5202
Hi,
Can you please try something like this for Gmail authentication:
http://www.weonlydo.com/code.asp?did=Authenticate-with-Gmail-XMPP-server
Drazen
Re: wodXMPP 64bit?
by lwc5202, Tuesday, November 29, 2011, 12:18 (4753 days ago) @ woddrazen
Hi,
The wodXMPP works on win7 Pro 32bit & win7 Pro 64bit.
But can't work on server 2008.
My Program is the same.
I download file from http://www.weonlydo.com/index.asp?update=1
and reinstall , still can't connect to GTalk server.
Re: wodXMPP 64bit?
by woddrazen, Tuesday, November 29, 2011, 12:19 (4753 days ago) @ lwc5202
Hi,
Which error did you received?
Drazen
Re: wodXMPP 64bit?
by lwc5202, Tuesday, November 29, 2011, 12:45 (4753 days ago) @ woddrazen
No error message.
The debug.txt only got Query prepared & Query sent .
wodXMPP.get_StateText is Disconnected from server .
Re: wodXMPP 64bit?
by woddrazen, Tuesday, November 29, 2011, 12:48 (4753 days ago) @ lwc5202
Hi,
Can you maybe run our sample onto that machine and only change authentication inside code to Gmail authentication.
Also, what happens if you run some other XMPP client there and connect to Gmail? Does it work?
Drazen
Re: wodXMPP 64bit?
by lwc5202, Tuesday, November 29, 2011, 13:05 (4753 days ago) @ woddrazen
I'm run the wodXMPP Sample 1 - Simple.exe on server 2008.
The debug.txt only got Query prepared & Query sent .
wodXMPP.get_StateText is Disconnected from server .
Re: wodXMPP 64bit?
by woddrazen, Tuesday, November 29, 2011, 13:12 (4753 days ago) @ lwc5202
Hi,
and same sample works on other machines? Maybe there is some firewall that block connection to Gmail.
Can you maybe run some other XMPP client on same machine and try to connect to Gmail?
Drazen
Re: wodXMPP 64bit?
by lwc5202, Tuesday, November 29, 2011, 14:04 (4753 days ago) @ woddrazen
Hi,
The same sample works on the win7 pro 32bit & 64bit,just can't work on server 2008.
The server not in the firewall and windows firewall is closed.
I will try other sample on the machine.