Display Commit/Rollback Messages When Importing Procedures or Procedure Libraries

swutil IMPORT -v and IMPORTLIB -v can be used so that messages showing whether procedures have been committed to the database or rolled back are displayed. For example, if you import a procedure called quota that already exists:

swutil IMPORT quota -vrwtden
Importing a Procedure
Checking Procedure ‘QUOTA’:
A ‘model’ procedure already exists; so importing as ‘withdrawn’.
**** COMMIT(&publish): Procedure:QUOTA
Unresolved issues from import of procedure quota, source file D:\swserver\swnod730\util\quota.imp

Use the following commands to display commit/rollback messages when importing a procedure or library of procedures:

swutil IMPORTLIB library target [-v] 
swutil IMPORT procedure [-v]

where:

library is the name of the library to import.
target is the full path to the library (as shown in Procedure Manager).
procedure is the name of the .xfr or .xpdl file to import.
-v (optional) can be used to display messages about whether a procedure is rolled back or committed to the iProcess database.