I know that in our setup , it created the 3 files needed: sogo-card, cogo-cal, sogo-todo in:
/opt/Funambol/config/sogo/sogo/sogo
sogo-cal.xml
sogo-card.xml
sogo-todo.xml

I've had to edit these in the past for a typo i did in funamboladmin and the change worked.... the xml file looks like this:

<?xml version="1.0" encoding="UTF-8"?>
<java version="1.5.0_10" class="java.beans.XMLDecoder">
<object class="ca.inverse.sogo.engine.source.SOGoSyncSource">
 <void property="databasePassword">
  <string>sogo</string>
 </void>
 <void property="databaseURL">
  <string>jdbc:mysql://localhost/sogo</string>
 </void>
 <void property="databaseUsername">
  <string>sogo</string>
 </void>
 <void property="info">
  <object class="com.funambol.framework.engine.source.SyncSourceInfo">
   <void property="supportedTypes">
<array class="com.funambol.framework.engine.source.ContentType" length="1">
     <void index="0">
      <object class="com.funambol.framework.engine.source.ContentType">
       <void property="type">
        <string>text/x-vevent</string>
       </void>
       <void property="version">
        <string>1</string>
       </void>
      </object>
     </void>
    </array>
   </void>
  </object>
 </void>
 <void property="name">
  <string>sogo-cal</string>
 </void>
 <void property="sourceURI">
  <string>sogo-cal</string>
 </void>
</object>
</java>


Hope this helps....

Ryan

Roberto wrote:
Ludovic Marcotte escribió:

 On 10-10-18 4:31 PM, Roberto wrote:
Dear list,

Isn't it possible to setup this step by hand? (text files)

I don't think so but you might want to ask the Funambol mailing list
about this.

Nonetheless, "funamboladmin" makes HTTP requests so you could look at
what it sends (sniff it) and do it yourself using your favorite
scripting language/tool.

Hi,

I tried to run 'funamboladmin' on Debian Lenny with kernel
2.6.24-etchnhalf.1-amd64 but got the following error:

java.lang.UnsatisfiedLinkError:
/opt/Funambol/tools/jre-1.6.0/jre/lib/amd64/xawt/libmawt.so:
libXext.so.6: wrong ELF class: ELFCLASS32

libXext library should work for i386 and amd64 platforms. Any idea of
what am I doing wrong here?

TIA,

--
Roberto

--
Ryan Evans
Systems Administrator
Gulf Interstate Engineering Company
16010 Barkers Point Lane, Suite 600
Houston, Texas 77079-9000 USA
Office: 713-850-3604
Cell: 281-413-2900


--------------------------------------------------------------------------------
Privileged, Proprietary and/or Confidential Information may be contained in
this electronic message.  If you are not the intended recipient, you should
not copy it, re-transmit it, use it or disclose its contents, but should
kindly return to the sender immediately and delete your copy from your system.
Gulf Interstate Engineering Company does not accept responsibility for
changes made to this electronic message or its attachments.
--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to