Configuring the Studio connection to the Provisioning Service

In order to be able to create Studio applications via file upload, you must configure the connection from Studio to the Provisioning Service.

Before you configure the Provisioning Service connection, make sure that Endeca Server is running.

These instructions also assume you are not using SSL.

To configure the Provisioning Service connection from Studio:

  1. Log in to Studio.

    To log in, use the default credentials:

    Field Value
    Login: admin@oracle.com
    Password: Welcome123
    You are immediately prompted to change the password upon first use. The new password must contain:
    • At least 6 characters
    • At least one non-alphabetic character
  2. From the Studio menu, select Control Panel.
    Studio menu
  3. In the Control Panel menu, under Information Discovery, click Provisioning Service.
  4. On the Provisioning Service page, edit the connection string to:
    • Change the value of port to the port used for installation. The default value for a non-SSL installation is 8201.
    • Change the value of server to be the name of the machine where you installed Oracle Endeca Information Discovery.
    • Remove the sslConfig section.

    When you finish, the connection string should look something like:

    {
      "port": "8201",
      "server": "myhostname"
    }
  5. Click Save.

    Studio saves and validates the connection information.