Important Notes:
This Patcher updates the Sentry Print Service previously installed by Blueprint 5.5. It will not update earlier versions of Blueprint.
This Patcher is not able to install a Sentry Print Service on an Analyst or Collector where a Sentry Print Service was never installed as part of Blueprint.
The component included in this update is:
Component | Version | MSI Version |
---|---|---|
Sentry Print Service | 2504.2210.4259 | 25.4.32322.0 |
Note: Due to changes in the component versioning and limitations in MSI versioning, the Sentry Print Service now has two version numbers. The MSI version number is the one that will show in Window's "Add and Remove Programs".
What is new in Sentry Print Service 2504.2210.4259
Bugfixes
Ricoh IM C3010 Firmware Compatibility - Addressed a critical issue where the Sentry Print application would stop functioning on Ricoh IM C3010 models running the latest 2.x firmware version.
Note: To apply the fix, Ricoh devices will need to be re-secured after the update is installed.
Xerox VersaLink Login Issue - Resolved a login failure affecting Xerox VersaLink devices caused by email addresses exceeding 32 characters.
Xerox VersaLink C505S Security - Fixed a security related issue specific to the Xerox VersaLink C505S model.
How to apply this Update
Warning: Blocked FilesDepending on how this update or its files were copied to the target machine, some of the files may have been 'blocked' by Windows. Trying to update a Blueprint component with a blocked file will most likely prevent that component from working correctly. To check whether a file is blocked and/or unblock it, right-click the file in Windows Explorer and select 'Properties'. |
Warning: In use FilesUnder some conditions, the patcher may be unable to replace files because they are in use. If this happens,
|
Updating Analyst or Collector
Installation Steps
Close the Window's Printers window (if it is open). Close any Pharos applications (e.g. Troubleshooter, Blueprint Administrator) that are open.
Note: you do not need to stop the Pharos Services. The patcher will do this automatically.
Open an elevated Windows command prompt and run SentryPatcher.exe from the command line. No additional parameters are necessary.
The patcher does not create a log file. It is recommended that you run DebugView (http://technet.microsoft.com/en-us/sysinternals/bb896647) to capture the output of the patcher. This output will include error messages if the patcher fails.
If the patcher fails, you can correct the cause of the error and run SentryPatcher.exe again.
At completion, the Patcher may automatically force a restart. Follow the remaining instructions after the restart.
To log the installation of MSI files associated with the update, edit <MsiLogFileDirectory> in the SentryPatcher.xml file with a folder path.
To reinstall a Sentry Print Service on Analyst or Collector where a Sentry Print service installed as part of Blueprint and then manually uninstalled.
Use same steps as above.
Automated Server Deployment
Customers with a large number of Blueprint Servers may want to deploy this update using an automated software deployment tool (e.g. IBM's Tivoli).
To help with this process, the Patcher can be configured to send an e-mail at the end of the patching process indicating the patching attempt's success or failure. The configuration is held in the file SentryPatcher.xml. Modify the file as follows:
Change the <automated> element from "false" to "true".
Set "to" to the e-mail address you want the notification sent to.
Set "from" to the e-mail address you want the notification to claim it was sent from.
Set smtpServerHost to the FQDN of the mail server.
Leave smtpServerPort alone, unless the mail server is using a non-standard port. Or you want the communication encrypted using SSL.
If the mail server and its Host are configured to support SSL, you can change useSSL to "true" and smtpServerPort to the SSL port (usually 465).
Set smtpUserName and smtpPassword to the user and password needed to use the mail server.
If you do not want to put an unencrypted password in the SentryPatcher.xml file, you can put the password as encrypted text into smtpEncryptedPassword. You can encrypt the password by calling SentryPatcher.exe from the command line with the flag "/encrypt:". e.g. Assume your mail server's password is "MySecretPassword".
Open an elevated command prompt and type in patcher /encrypt:MySecretPassword
SentryPatcher.exe will return EncryptedPassword:L9EMZX9r1CkvI8rNybP/dikf09zwBPLMfl6OMk7/nXOCgZQpaePQDoGDULN3eAbe"
Set smtpEncryptedPassword="L9EMZX9r1CkvI8rNybP/dikf09zwBPLMfl6OMk7/nXOCgZQpaePQDoGDULN3eAbe"
If your deployment tool will run the patcher under an account that has permission to send e-mails, then you can set useDefaultCredentials to "true" and leave smtpUserName, smtpEncryptedPassword and smtpPassword blank.