[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [coldsync-hackers] fetch conduits fail



Any luck yet?  I just got/read this message

I haven't encountered this error, but just as a test, try having nothing in DoDump
but the return statement (to narrow where the problem is coming from)

My conduits that copied some samples, included a HEADERS sectionin teh conduit
itself to fill in any missing info - any chance that's what the problem is here?


Dave Hall (dave.hall@mbox.com.au) wrote*:
>
>Hi all,
>
>I have almost got my conduits up and running, but when i try to run a
>dump conduit, I get the following output:
>Updating user info.
>404 Missing Daemon header
>Missing Daemon header
>ColdSync terminating normally
>
>coldsync.conf
>conduit fetch, dump {
>        path: /var/www/phpgroupware/palmsync/perl_client/test.pl;
>        type: addr/DATA;
>}
>
>test.pl - editted
># snip
>ConduitMain(
>  "fetch" => \&DoFetch,
>  "dump" => \&DoDump,
>);
>#snip
>sub DoDump{
>        select STDERR;
>
>        my $phpGW = phpGW->new();
>        $phpGW->RestoreSession($HEADERS,
>$HEADERS);
>        #$phpGW->logout();
>
>        return 1;
>}
>
>phpGW.pm is a bunch of methods for dealing with phpgroupware (my data
>source) via xml-rpc.
>
>I am not sure what is wrong ... any ideas?
>
>btw i am running coldsync 3.0pre3 as a inetd daemon mode, with a POSE
>client - I might be able to afford a real palm when i finish this work ;)
>
>TIA
>
>Dave
>

-- 
This message was sent through the coldsync-hackers mailing list.  To remove
yourself from this mailing list, send a message to majordomo@thedotin.net
with the words "unsubscribe coldsync-hackers" in the message body.  For more
information on Coldsync, send mail to coldsync-hackers-owner@thedotin.net.