How to increase loggging in WodHTTPDLX (General questions)
by Sugi, Thursday, November 29, 2012, 08:13 (4378 days ago)
Hi,
I am using wodHttpDLXCom component.
I have used wodHttp.DebugFile = App.Path & wod_debug.log for getting the log file.
I want to have more logging. Please let me know, how to improve more logging with the specified component.
Thanks
SUGI
Re: How to increase loggging in WodHTTPDLX
by woddrazen, Thursday, November 29, 2012, 08:48 (4377 days ago) @ Sugi
Hi Sugi,
DebugFile Property is there for our internal use only (for debbuging).
Which logging you want to have?
Regards,
Drazen
Re: How to increase loggging in WodHTTPDLX
by Sugi, Thursday, November 29, 2012, 10:00 (4377 days ago) @ woddrazen
Hi Drazen
Thanks for your update on DebugFile.
Actually, I am using the wodHttpDLXCom component to transfer a file from my system to another system (SFT server) via HTTPS protocol.
I want to see logs from both client and server side.
Please help me
Thanks
SUGI
Re: How to increase loggging in WodHTTPDLX
by woddrazen, Thursday, November 29, 2012, 10:08 (4377 days ago) @ Sugi
Sugi,
OK but which data you want to have? Did you check wodHttpDLX Events?
Drazen
Re: How to increase loggging in WodHTTPDLX
by Sugi, Thursday, November 29, 2012, 10:24 (4377 days ago) @ woddrazen
Hi Drazen,
I am using a wodHTTPDLXCom Dll. Please let me know, how to check the events corresponding to logs ?
Thanks
SUGI
Re: How to increase loggging in WodHTTPDLX
by woddrazen, Thursday, November 29, 2012, 10:27 (4377 days ago) @ Sugi
Sugi,
We don't have such Events. What I want to explain is that you can add code inside wodHttpDLX Events and find info you like.
Drazen
Re: How to increase loggging in WodHTTPDLX
by Sugi, Thursday, November 29, 2012, 11:40 (4377 days ago) @ woddrazen
Hi Drazen,
Somehow, I managed to add code in the events, as you said in the previous mail. Thanks for your assistance.
As I said earlier, I am trying to transfer a file using this woDHTTPDLX component.
I am getting Status 200 OK as log from one of the events. But the file is not showing up at the server side. Please Help.
Further logs for your reference
```````````````````````````````
Connecting to server
Connected - idle
Sending Headers data
Waiting response from the server
Receiving Headers data
Connected - idle
Sending Headers data
Sending body data
Sending body data
Waiting response from the server
Receiving Headers data
Receiving body data
Connected - idle
Not connected
Thanks
SUGI
Re: How to increase loggging in WodHTTPDLX
by woddrazen, Thursday, November 29, 2012, 11:47 (4377 days ago) @ Sugi
Sugi,
Did you maybe tried our 5. Upload file to the server sample? Is there any chance you can try something similar with your server?
Drazen
Re: How to increase loggging in WodHTTPDLX
by Sugi, Thursday, November 29, 2012, 13:42 (4377 days ago) @ woddrazen
Hi Drazen,
Can you please send the link for ' 5. Upload file to the server sample'
Thanks
SUGI
Re: How to increase loggging in WodHTTPDLX
by woddrazen, Thursday, November 29, 2012, 13:45 (4377 days ago) @ Sugi
Sugi,
You can find it inside component Samples folder. This is full path to this folder:
VBComponent5. Upload file to the server
Drazen