After reading through the forums I found instructions on getting the Notebook feature to work. I'm running Release 4.0.1_GA_324.RHEL4_20060908135401 RHEL4 FOSS edition on an RHEL4 server. I made sure the feature was enabled through the admin. I then tried to use the feature through my login and saw the error:
Quote:
|
Error: Document templates missing. Please notify administrator.
|
After searching the forums I saw I had to do a few things on the command line. So I did:
zmprov -l mc default zimbraFeatureNotebookEnabled TRUE
zmprov -l mcf zimbraNotebookAccount notebook@locahost.localdomain
That looks good so far. Note the "-l" feature due to some java security alert I'm using ldap. The cert issue is another thing I'll need to fix once I get this doc feature working.
Ok, I think I'm almost done and run this command:
zmprov -l in notebook@domain.com
/opt/zimbra/wiki/Template Template
Quote:
Initializing folders
Initializing...
Creating wiki document _TocBodyTemplate in folder Template
Cannot import Wiki documents from /opt/zimbra/wiki/Template
com.zimbra.cs.service.wiki.WikiServiceException: error: import
at com.zimbra.cs.service.wiki.WikiServiceException.ER ROR(WikiServiceException.java:60)
at com.zimbra.cs.wiki.WikiUtil$WikiSoapUtil.startImpo rt(WikiUtil.java:499)
at com.zimbra.cs.account.ProvUtil.doImport(ProvUtil.j ava:1201)
at com.zimbra.cs.account.ProvUtil.initNotebook(ProvUt il.java:1153)
at com.zimbra.cs.account.ProvUtil.execute(ProvUtil.ja va:522)
at com.zimbra.cs.account.ProvUtil.main(ProvUtil.java: 1418)
Caused by: com.zimbra.soap.SoapFaultException: error: empty config variable zimbraNotebookAccount
at com.zimbra.soap.Soap12Protocol.soapFault(Soap12Pro tocol.java:102)
at com.zimbra.soap.SoapTransport.extractBodyElement(S oapTransport.java:212)
at com.zimbra.soap.SoapTransport.parseSoapResponse(So apTransport.java:188)
at com.zimbra.soap.SoapHttpTransport.invoke(SoapHttpT ransport.java:210)
at com.zimbra.soap.SoapTransport.invoke(SoapTransport .java:228)
at com.zimbra.cs.client.soap.LmcSoapRequest.invoke(Lm cSoapRequest.java:148)
at com.zimbra.cs.wiki.WikiUtil$WikiSoapUtil.createWik i(WikiUtil.java:417)
at com.zimbra.cs.wiki.WikiUtil$WikiSoapUtil.createIte m(WikiUtil.java:424)
at com.zimbra.cs.wiki.WikiUtil$WikiSoapUtil.populateF olders(WikiUtil.java:460)
at com.zimbra.cs.wiki.WikiUtil$WikiSoapUtil.startImpo rt(WikiUtil.java:496)
... 4 more
|
I do some searches on the forums for keywords from the error, I search google, and I find nothing. So here's hoping someone has any clue with this means and can help me fix it. "error: empty config variable zimbraNotebookAccount" seems to be the key error but I don't have any idea how to rectify it. Thank you and please help 