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: | ||
− | == | + | == Configuring Package == |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | 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
Contents
- 1 Backup your schema repository and users databases
- 2 Download and unpack the distribution
- 3 Run 'install.bat' from distribution to install and register packages
- 4 Start ClearQuest Designer Package Wizard
- 5 Select EmailNotification 1.3 package from the list of installed packages
- 6 Select Schema name to apply the package
- 7 Select record types in your schema, which will be enabled for notification
- 8 Check schema in and upgrade user databases
- 9 Configuring Package
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
Run 'install.bat' from distribution to install and register packages
Start ClearQuest Designer Package Wizard
Select EmailNotification 1.3 package from the list of installed packages
click on 'More Packages' button if not in the list
Select Schema name to apply the package
Select record types in your schema, which will be enabled for notification
Please also check applying package to a stateless record type section.
Check schema in and upgrade user databases
Configuring Package
Proceed to Creating First Notification Rule section.