Environment
Micro Focus iPrint Appliance 3.x
Situation
When clicking the Synchronize Now button within the iPrint Appliance Directory Servers -> Directory Servers Configuration page, the following error is returned
Last manual synchronization [DATE]
- Status: Failed
- Server:
- Error: An error has occurred. See the server logs for more information.
Resolution
Run the Re-Index Everything tool with the Search Index tool.
- Take a snapshot of the Appliance.
- Delete the kablink cache
- rm /vastorage/search/lucene/kablink/*
- Stop the firewall
- rcSuSEfirewall2 stop
- Find the Filr admin password
- Paste the following command into a terminal session:
- base64 -di /etc/opt/novell/iprintmobile/conf/credstore.conf
- Look for the line which shows <entry key="filr.password">
- Copy the password which shows for that entry.
- Launch the Filr console from the browser.
- https://<appliance host address>:8444
- Type 'admin' for the user name
- Type the password found from step 3 for the password
- Choose "Cancel" when prompted to change the password
- At the top right corner, click the "admin" link and choose "Administration Console"
- Click "Search Index" within the left navigation list (under the "Management" section")
- Check the box for "Re-Index Everything" and click OK.
- This might take quite some time so let it continue until it is completed.
- Start the firewall.
- rcSuSEfirewall2 start
- Verify the problem is resolved.