Ciao, sto lavorando sulla configurazione del modulo Notes Fetch di Autonomy, ma non riesco ad impostare correttamente i valori della sezione Notes db nel file NotesFetch.cfg Esempio: [Notes] Number=1 0=TESTDB [TESTDB] // posso accedere al db esposto da domino server con questo URL: http://myServer/team/RDADMIN/myDb.nsf Prefix=http://myServer NotesServer=myServer/Servers/xxx NotesDB=/team/RDADMIN/myDb.nsf NotesTitleField=Title NotesView=ALL FormMapToContent=yes Il file di log mostra questo errore: ------------------------------ [0] Opening database /team/RDADMIN/myDb.nsf on server myServer/Servers/XXX [0] [pns->tdStart] Date: -1.-1.-1 Time: -1:-1:-1 dst: 0 zone: 0 [0] Notes Error: The server is not responding. The server may be down or you may be experiencing network problems. Contact your system administrator if this problem persists. [0] Error: couldn\'t open database /team/RDADMIN/myDb.nsf ------------------------------ il ping a myServer "funziona". La documentazione di Autonomy fornisce questo esempio: Adding a new site to the Notes Fetch configuration file To add a new site to the Notes Fetch Configuration proceed with the following steps: 1. Increment the value of the parameter Number in [Notes]. 2. Add the name of the new spider to the list of existing spiders. This must be given in order for example: 0=name1 1=name2 3. Create a new section for your new spider using the name of the spider. For example [name1], [name2]. 4. Add the prefix parameter for your domino HTTP server. For example, Prefix=http://193.128.174.142/ 5. Add the name of the Notes Server on which your data is stored. For example, NotesServer=ServerName/Autonomy 6. Add the name of the Lotus Notes file in which your data is stored. For example, NotesDB=domguide.nsf ... etc Qualche suggerimento ?? Grazie.
|