MicroStrategy ONE

Alter File Transmitter statement

Modifies the properties of a file transmitter. A Distribution Services file transmitter is used to store general properties used to package and deliver reports or documents to a location on your network. A file device is based on a file transmitter and uses the transmitter's properties.

Copy
ALTER FILETRANSMITTER "transmitter_name" 
 [NAME "new_name"] [DESCRIPTION "description"];

where:

  • FILETRANSMITTER "transmitter_name" is the name of the transmitter to be modified, of type string.

  • NAME "new_name" is the new name of the transmitter, of type string.

  • DESCRIPTION "description" is the new description of the transmitter, of type string.

Example

Copy
ALTER FILETRANSMITTER "File" NAME "File 
 Transmitter" DESCRIPTION "Delivers files to networked computers 
 and servers";