![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
Follow this procedure to export a procedure library listed in your Procedure Manager as an .xfr file. The hierarchical structure of the library is maintained when you export it.This option is not available from the swutil menu. You can only export procedure libraries using the command line option either interactively or by using the options to suppress the prompts.
•
− pathname is the full path name of the library you want to export (as displayed in the Procedure Manager.)For example, to export the Dept/Purchasing library, you would use the command:
− directory is the directory to export the procedure.If this is unspecified, the procedure library is exported as a .xfr file to the SWDIR\util directory by default.
2. Choose whether or not to globally reset the extended properties (author, release ID, date created and date amended - see step 6 of Export a Procedure Interactively) for the procedure library and all of its sub-libraries.
3. The one difference is that if you chose to globally reset the extended properties (in step 2), you cannot reset the extended properties for individual procedures and sub-procedures. Those prompts are not displayed.If any use files are referenced, a copy of the file (in the iProcess SWDIR\nodename.n\use directory) is included in the exported file. Also, any VBA projects used in the procedure are exported.Use the swutil EXPORTLIB command line options to quickly export a procedure library. By setting the required command line options, you can define the required export options and suppress the prompts/questions.
− pathname is the full path name of the library you want to export (as displayed in Procedure Manager.) Use / to import the library to the root of Procedure Manager.
− directory is the directory to export the procedure.If this is unspecified, the procedure library is exported as a .xfr file to the SWDIR\util directory by default.
− options can be one or more of the options described below to suppress or change a specific option:
Table 12 swutil EXPORTLIB Options +a author +r relid Do not prompt to reset the version number of the library but set it to the supplied major.minor version.Note: If the referred template is included in the exported library, the template version will also be set to the supplied major.minor version. If the template is not included, this command will not change the template’s version number. +x precedence
For any options that you do not set or suppress, you will be prompted in the same way as when you use swutil EXPORTLIB interactively.
2. The procedure library is exported as a .xfr file in the SWDIR\util directory by default or the directory specified in the command.To export the /Dept/Purchasing library where you do not want any prompts to display but you need to set OEM lock for every procedure in the library, you would enter the following command:
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |