Re: error calling external object function putfile (General questions)
Hi,
I am trying the evaluation version with Powerbuilder 10 and encountered the same issue as discussed here. I have verified the path and all other options discussed here, nothing works.
Also noticed that
when setting
ole_wodftp.object.Blocking = TRUE (in the forum it says 0, per document it should be boolean), the connect itself failed as error calling external function .
Any help/updates.
Thanks
Hi,
I duplicated your issue. Issue is most probably in wrong local or remote path in your PutFile Method line.Hare is code I use and it works for me:
[code]dlx1.object.PutFile( C:\file.txt , /home/weonlydo/file.txt ) [/code]
Please check that you are using full and right path on local and remote side. I can send you my sample if you wish.To done that please send email to techsupport@weonlydo.com
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