Connecting Studio to the Provisioning Service

You need to configure the connection between Studio and the Provisioning Service so that you can create Studio applications via file upload.

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

To connect Studio to the Provisioning Service:

  1. Log in to Studio using the default credentials:
    • Login: admin@oracle.com
    • Password: Welcome123
  2. When prompted, change the Studio password.
    This must be at least 6 characters long and contain at least 1 alpha-numeric character.
  3. From the Studio menu, select Control Panel.
    Studio menu
  4. In the Control Panel menu, under Information Discovery, click Provisioning Service.
  5. On the Provisioning Service page, make the following changes to the connection string:
    • Change the value of port to the port used for installation. For a non-SSL installation, the default is 8201.
    • Change the value of server to be the name of the machine you installed EID on.
    • Remove the sslConfig section.

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

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