Difference between revisions of "Package installation"

From cqwiki
Jump to navigationJump to search
(Create simple notification rule)
Line 3: Line 3:
  
 
== Backup your schema repository and users databases ==
 
== Backup your schema repository and users databases ==
There is no simple way to uninstall package when schema changes are applied to the user database. Please make sure that you created backup to be able to roll back the change if necessary.
+
There is no simple way to uninstall package when schema changes are applied to the user database. Please make sure that you '''created backup''' to be able to roll back the change if necessary.
  
 +
It is strongly recommended to test it on a test copy of your schema first. Also, it would make sense to use it with the same database vendor as your production database. In this case, you can minimize risks and safely deploy the package to your production schema and database later.
 +
 +
Are you scared yet?
  
 
== Download and unpack the distribution ==
 
== Download and unpack the distribution ==
Line 35: Line 38:
  
  
== Open ClearQuest and configure package according to package configuration instructions ==  
+
== Configuring Package ==
submit properties:
 
[[Image:submit_properties.jpg | none ]]
 
 
 
 
 
=== Set mail_host = your SMTP host ===
 
[[Image:email_host.jpg]]
 
 
 
 
 
=== Set email_enabled = 1 ===
 
Second mandatory property besides mail_host. Notifications will not be generated is the property is not set!
 
 
 
 
 
=== Set other properties if required ===
 
Check other available properties in the [[Package_configuration | configuration guide]]
 
 
 
 
 
=== Create simple notification rule ===
 
[[Image:submit_Email_Notification_Rule.jpg]]
 
 
 
 
 
For example, a simple rule to notify submitter that Defect is closed:
 
 
 
[[Image:en_1.jpg]]
 
 
 
 
 
[[Image:en_2.jpg]]
 
 
 
 
 
[[Image:en_3.jpg]]
 
  
=== Test created notification rule ===
+
Proceed to [[EmailNotification_Creating_First_Notification_Rule | Creating First Notification Rule]] section.
  
 
[[Category:Email_Notification_Package]]
 
[[Category:Email_Notification_Package]]

Revision as of 19:45, 22 August 2011

ClearQuest Email Notification Package Installation


Backup your schema repository and users databases

There is no simple way to uninstall package when schema changes are applied to the user database. Please make sure that you created backup to be able to roll back the change if necessary.

It is strongly recommended to test it on a test copy of your schema first. Also, it would make sense to use it with the same database vendor as your production database. In this case, you can minimize risks and safely deploy the package to your production schema and database later.

Are you scared yet?

Download and unpack the distribution

Extract.jpg


Run 'install.bat' from distribution to install and register packages

Install.jpg


Start ClearQuest Designer Package Wizard

Image002.jpg


Select EmailNotification 1.3 package from the list of installed packages

click on 'More Packages' button if not in the list

Image004.jpg

Select Schema name to apply the package

Image006.jpg


Select record types in your schema, which will be enabled for notification

Image008.jpg

Please also check applying package to a stateless record type section.

Check schema in and upgrade user databases

Upgrade udb.jpg


Configuring Package

Proceed to Creating First Notification Rule section.