MicroStrategy ONE

Connect Server statement

Opens a Command Manager connection to a project source using an IP address.

CONNECT SERVER "server_address" USER "login" [PASSWORD "password"] [AUTHENTICATION (STANDARD|LDAP)] [PORT "port_number"];

where:

  • server_address is the IP address of the machine hosting the project source, of type numeric, between double quotes (").

  • login is the name of the user used to connect to the project source, of type string, between double quotes (").

  • password is the password of the user, of type string, between double quotes (").

  • port_number is the port number used to connect to the machine, of type numeric, between double quotes (").

Example

CONNECT SERVER "192.168.2.100" USER "CmdMgrAdmin" PASSWORD "jfh8d9d9" AUTHENTICATION LDAP;