INDCONN Macro Variable

The INDCONN macro variable is used to provide credentials to connect to the SPD Server. You must specify domain, server, port, and user. The password is optional. You must assign the INDCONN macro variable before the %INDSP_PUBLISH_MODEL or %INDSP_RUN_MODEL macro is invoked.
Note: The connection information provided by the INDCONN macro variable must be the same for both the %INDSP_PUBLISH_MODEL macro and the %INDSP_RUN_MODEL macro.
Here is the syntax for the value of the INDCONN macro variable:
DOMAIN=domain-name SERVER=server PORT=port-number USER=user
<PASSWORD=password>
Arguments

DOMAIN=domain-name

specifies the domain name.

SERVER=server

specifies the server name.

PORT=port-number

specifies the port number.

USER=username

specifies the user name (also called the user ID) that is used to connect to the SPD Server.

PASSWORD=password

specifies the password that is associated with your SPD Server user ID.

Tip Use only PASSWORD=, PASS=, or PW= for the password argument. PWD= is not supported and causes an error.