MicroStrategy ONE

Create File Transmitter statement

Creates 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
CREATE FILETRANSMITTER "transmitter_name" 
 [DESCRIPTION "description"];

where:

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

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

Example

Copy
FILETRANSMITTER "File" DESCRIPTION "Transmits 
 files to networked computers and servers";