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

Delete DataRole

Use this command to delete a DataRole.

Copy

Syntax

DELETE DATAROLE RoleName        

where:

  • RoleName is the name of the DataRole to delete.

Creating an ASCII input file

To delete a large number of DataRoles, specify the parameters for this command in an ASCII file.

Create an ASCII file containing the following information:

RoleName

Copy

Syntax (with an ASCII file)

DELETE DATAROLE @ FileName        

where:

  • FileName is an ASCII file containing the data. It can include a complete or 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"

Note: If the document is in the same location as lv_af.exe, you do not need to specify the drive or path.

Copy

Syntax example

DELETE DATAROLE NorthAmAccounts        

Published:

Delete DataRole

Use this command to delete a DataRole.

Copy

Syntax

DELETE DATAROLE RoleName        

where:

  • RoleName is the name of the DataRole to delete.

Creating an ASCII input file

To delete a large number of DataRoles, specify the parameters for this command in an ASCII file.

Create an ASCII file containing the following information:

RoleName

Copy

Syntax (with an ASCII file)

DELETE DATAROLE @ FileName        

where:

  • FileName is an ASCII file containing the data. It can include a complete or 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"

Note: If the document is in the same location as lv_af.exe, you do not need to specify the drive or path.

Copy

Syntax example

DELETE DATAROLE NorthAmAccounts        

For an optimal Community experience, Please view on Desktop