Difference: 0LASubrUtilSecrSave ( vs. 1)

Revision 12019-09-26 - JeanNeron

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="FullAPIList"

.UTIL SECR SAVE

This subroutine will archive the Security codes for the selected application(s). Release 5.5 and higher only


Usage:

      PASS         <count>                    FIELD            SHARE? Y
      PASS         <app_id>                   FIELD            SHARE? N
      PASS         <version>                  FIELD            SHARE? N
      GOSUB    --- .UTIL SECR SAVE
      *        Check for errors
      IF       --- .UTIL SECR SAVE            NE

Description:

This subroutine will archive the Security codes for the selected application(s). This is the same as running System Administration -> Security Management -> Archive Security Codes.

<count> returns a count of the number of records added to the SECRARCV file. You can use this to confirm codes were archived (Optional).

<app_id> is the application whose codes you want to archive (Optional). If you PASS a blank, then all applications in <version> will be archived.

<version> is the version of application whose codes you want to archive (Optional). If you PASS a blank, then all versions of <app_id> will be archived.

If both <app_id> and <version> are blank, then all applications and all versions will be archived. Previous data in the archive will be replaced.

See .UTIL SECR REST to restore codes from the archive

Comments:

Read what other users have said about this page or add your own comments.


<--/commentPlugin-->

-- JeanNeron - 2019-09-26

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback