Re: error calling external object function putfile (General questions)
Here it is
ole_wodftp.object.Blocking =1
ole_wodftp.object.protocol =1
ole_wodftp.object.RemotePath = /home/tvpubs-e/incoming/import/inventory
ole_wodftp.object.Connect()
//Put a directory of files to the server:
/***This does not work****/
ole_wodftp.object.PutFile( c: emp est.txt ,ole_wodftp.object.RemotePath)
/***This does not work either ****/
//ole_wodftp.object.PutFile('c: emp est.txt','/home/tvpubs-e/incoming/import/inventory/test.txt')
both ways , it did not work, attributed to same error calling external function.
Hi,
Please change value in Blocking line to this:
[code]ole_wodftp.object.Blocking = 1[/code]
Can you maybe show us your PutFile line? If you are receiving error on that line in your code.
Regards,
Drazen
Complete thread:
- error calling external object function putfile - ml, 2008-05-30, 11:34
- Re: error calling external object function putfile - ml, 2008-05-30, 12:13
- Re: error calling external object function putfile - woddrazen, 2008-05-30, 12:23
- Re: error calling external object function putfile - ml, 2008-05-30, 12:38
- Re: error calling external object function putfile - woddrazen, 2008-05-30, 13:01
- Re: error calling external object function putfile - ml, 2008-05-31, 04:54
- Re: error calling external object function putfile - woddrazen, 2008-05-31, 12:18
- Re: error calling external object function putfile - woddrazen, 2008-06-02, 00:48
- Re: error calling external object function putfile - sureshsundar, 2009-03-12, 17:12
- Re: error calling external object function putfile - woddrazen, 2009-03-12, 17:19
- Re: error calling external object function putfile - sureshsundar, 2009-03-12, 17:47
- Re: error calling external object function putfile - woddrazen, 2009-03-12, 18:17
- Re: error calling external object function putfile - sureshsundar, 2009-03-12, 18:40
- Re: error calling external object function putfile - woddrazen, 2009-03-12, 22:27
- Re: error calling external object function putfile - sureshsundar, 2009-03-13, 16:13
- Re: error calling external object function putfile - wodDamir, 2009-03-13, 16:31
- Re: error calling external object function putfile - sureshsundar, 2009-03-13, 18:25
- Re: error calling external object function putfile - wodDamir, 2009-03-13, 19:13
- Re: error calling external object function putfile - sureshsundar, 2009-03-13, 18:25
- Re: error calling external object function putfile - wodDamir, 2009-03-13, 16:31
- Re: error calling external object function putfile - sureshsundar, 2009-03-13, 16:13
- Re: error calling external object function putfile - woddrazen, 2009-03-12, 22:27
- Re: error calling external object function putfile - sureshsundar, 2009-03-12, 18:40
- Re: error calling external object function putfile - woddrazen, 2009-03-12, 18:17
- Re: error calling external object function putfile - sureshsundar, 2009-03-12, 17:47
- Re: error calling external object function putfile - woddrazen, 2009-03-12, 17:19
- Re: error calling external object function putfile - sureshsundar, 2009-03-12, 17:12
- Re: error calling external object function putfile - woddrazen, 2008-06-02, 00:48
- Re: error calling external object function putfile - woddrazen, 2008-05-31, 12:18
- Re: error calling external object function putfile - ml, 2008-05-31, 04:54
- Re: error calling external object function putfile - woddrazen, 2008-05-30, 13:01
- Re: error calling external object function putfile - ml, 2008-05-30, 12:38
- Re: error calling external object function putfile - woddrazen, 2008-05-30, 12:23
- Re: error calling external object function putfile - ml, 2008-05-30, 12:13