Exporting and Importing Data in QPR ProcessAnalyzer: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
No edit summary
(305795)
Line 3: Line 3:
*[[Views]] and [[Bookmark|Bookmarks]] for which the user doing the export has at least View rights.
*[[Views]] and [[Bookmark|Bookmarks]] for which the user doing the export has at least View rights.
*Model specific user rights.
*Model specific user rights.


If importing a model from a .pacm file to the same database from which the model was exported, all data in the .pacm file is imported.
If importing a model from a .pacm file to the same database from which the model was exported, all data in the .pacm file is imported.


If importing to a different database than from which the model was exported, the following restrictions exist:
If importing to a different database than from which the model was exported, the following restrictions exist:
Line 13: Line 11:
*Users with <All> Administrator rights in the source database aren't given any access rights to the model in the target database unless they also have model specific access rights in the source database, in which case only these model specific access rights are copied.
*Users with <All> Administrator rights in the source database aren't given any access rights to the model in the target database unless they also have model specific access rights in the source database, in which case only these model specific access rights are copied.


== Importing and Exporting Attributes ==
When importing attributes (case attributes or event attributes), the maximum number of attributes that can be imported is 300. If you try to import more, you will get an error message.
When exporting attributes, only the first 300 attributes are exported. Exported model can always be imported.


{{About Version}}
{{About Version}}


[[Category: Models]]
[[Category: Models]]

Revision as of 07:13, 19 March 2014

QPR ProcessAnalyzer models can be exported into .pacm files. A single .pacm file contains one model including the following data:

  • Case and Event attributes in the model.
  • Views and Bookmarks for which the user doing the export has at least View rights.
  • Model specific user rights.

If importing a model from a .pacm file to the same database from which the model was exported, all data in the .pacm file is imported.

If importing to a different database than from which the model was exported, the following restrictions exist:

  • Imported Views and Bookmarks are restricted to those that were made by the user that exported the model.
  • Model specific user rights are imported if the same UserID-Username combination exists in the target database.
  • Users with <All> Administrator rights in the source database aren't given any access rights to the model in the target database unless they also have model specific access rights in the source database, in which case only these model specific access rights are copied.

Importing and Exporting Attributes

When importing attributes (case attributes or event attributes), the maximum number of attributes that can be imported is 300. If you try to import more, you will get an error message.

When exporting attributes, only the first 300 attributes are exported. Exported model can always be imported.

Template:About Version