On Thu, Jan 20, 2011 at 8:49 PM, Brian Kirkman < "> bkirk...@qwest.net> wrote:
I see Funambol v9.0 has been released.  Has anyone tried the Funambol SOGo
connector with this new version?  I'm about to take a crack at it.  I'll report
back.

I tried the client ver 9.0.2 for blackberry with a 8.5.2 server installation.
Out of the box, tasks/notes don't work in the client. Nothing to do with the
server, the client (from app world) is buggy. 

I tried Funambol 9.0 with SOGo-Funambol connector. I got the below error while
installing the modules.
---------------
  [iterate] The Funambol Data Synchronization Server installation program can
now create
  [iterate] the database required by the module email-connector-9.0.0 (if any
is needed).
  [iterate] You can skip this step if you have already a valid database created
  [iterate] or the module does not require a database.

  [iterate] If you choose 'y' your existing data will be deleted.

  [iterate] Do you want to recreate the database?
  [iterate]               (y,n)
y
     [echo] install.modules basedir /opt/Funambol/ds-server
     [echo] install.modules basedir /opt/Funambol/ds-server
     [echo] install.modules basedir /opt/Funambol/ds-server
      [sql] Failed to execute:   drop table fnbl_email_cache
      [sql] org.postgresql.util.PSQLException: ERROR: table "fnbl_email_cache"
does not exist
      [sql] Failed to execute:  drop table fnbl_email_inbox
      [sql] org.postgresql.util.PSQLException: ERROR: table "fnbl_email_inbox"
does not exist
      [sql] Failed to execute:  drop table fnbl_email_folder
      [sql] org.postgresql.util.PSQLException: ERROR: table "fnbl_email_folder"
does not exist
      [sql] Failed to execute:  drop table fnbl_email_sentpop
      [sql] org.postgresql.util.PSQLException: ERROR: table
"fnbl_email_sentpop" does not exist
      [sql] Failed to execute:   drop table fnbl_email_mailserver
      [sql] org.postgresql.util.PSQLException: ERROR: table
"fnbl_email_mailserver" does not exist
      [sql] Failed to execute:  drop table fnbl_email_push_registry
      [sql] org.postgresql.util.PSQLException: ERROR: table
"fnbl_email_push_registry" does not exist
      [sql] Failed to execute:  drop table fnbl_email_account
      [sql] org.postgresql.util.PSQLException: ERROR: table
"fnbl_email_account" does not exist
      [sql] Failed to execute:  drop table fnbl_email_enable_account
      [sql] org.postgresql.util.PSQLException: ERROR: table
"fnbl_email_enable_account" does not exist
     [echo] install.modules basedir /opt/Funambol/ds-server
      [sql] Failed to execute:    create table fnbl_email_cache ( guid      
varchar(200) not null, source_uri varchar(128) not null, principal  bigint     
 not null, last_crc   bigint, invalid    char, internal   char, messageid 
varchar(700), headerdate varchar(20), received   varchar(20), subject   
varchar(700), sender     varchar(300), isemail    char, constraint pk_cache
primary key (guid, source_uri, principal), constraint fk_principal_email_cache
foreign key (principal) references fnbl_principal (id) on delete cascade )

BUILD FAILED
/opt/Funambol/ds-server/install/install.xml:238: The following error occurred
while executing this line:
/opt/Funambol/ds-server/install/install-modules.xml:120: The following error
occurred while executing this line:
/opt/Funambol/ds-server/install/install-modules.xml:168: The following error
occurred while executing this line:
/opt/Funambol/ds-server/install/install-modules.xml:240: The following error
occurred while executing this line:
/opt/Funambol/ds-server/install/install-modules.xml:285: The following error
occurred while executing this line:
/opt/Funambol/ds-server/install/install-modules.xml:369:
org.postgresql.util.PSQLException: ERROR: relation "fnbl_principal" does not
exist
------------------
does anyone know what went wrong? 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to