Skip to main content
insightsoftware Documentation insightsoftware Documentation
{%article.title%}
Published:
Was this article helpful?
0 out of 0 found this helpful

Create Group

Use this command to create a new user group.

Copy

Syntax regular

CREATE GROUP GroupName "Description"            

where:

  • GroupName is the name of the user group you want to create.
  • Description is the string describing the group (for example, the group’s function), enclosed in double quotation marks.

Note: For more information on the guidelines for user group settings, see the Longview Application Administrator Guide.

Copy

syntax example

CREATE GROUP ABC "ABC Administrators"        

Creating an ASCII input file

To create multiple user groups, specify the parameters for this command in an ASCII file.

Create an ASCII file containing the following information for each user group:

Copy
GroupName{Description            
Copy

Syntax (with an ASCII file)

CREATE GROUP @FileName            

where:

  • FileName is an ASCII file containing the data. It can include a complete or a partial folder path in the format C:\...\FileName. If FileName includes spaces, enclose it in double quotation marks; for example:

    @"C:\My Documents\My Data.txt"

Copy

Syntax example

MAINTENANCE ON
CREATE GROUP @newgroups.txt
MAINTENANCE OFF                        

Published:

Create Group

Use this command to create a new user group.

Copy

Syntax regular

CREATE GROUP GroupName "Description"            

where:

  • GroupName is the name of the user group you want to create.
  • Description is the string describing the group (for example, the group’s function), enclosed in double quotation marks.

Note: For more information on the guidelines for user group settings, see the Longview Application Administrator Guide.

Copy

syntax example

CREATE GROUP ABC "ABC Administrators"        

Creating an ASCII input file

To create multiple user groups, specify the parameters for this command in an ASCII file.

Create an ASCII file containing the following information for each user group:

Copy
GroupName{Description            
Copy

Syntax (with an ASCII file)

CREATE GROUP @FileName            

where:

  • FileName is an ASCII file containing the data. It can include a complete or a partial folder path in the format C:\...\FileName. If FileName includes spaces, enclose it in double quotation marks; for example:

    @"C:\My Documents\My Data.txt"

Copy

Syntax example

MAINTENANCE ON
CREATE GROUP @newgroups.txt
MAINTENANCE OFF                        

For an optimal Community experience, Please view on Desktop