Skip to main content

Infoplay

Configure Windows service

Procedure:
  1. Go to the installation location of the Windows service.

  2. Open the Configuration.xml file.

    infoplayd_clip0003.png
  3. Configure TCP connection settings.

    infoplayd_clip0004.png

    Warning

    The port number must be greater than 0 and less than 65536. However, the number 80 or 443 must be avoided for being used as a port number.

    The ports 80 and 443 listens to HTTP and HTTPS communication respectively, and using either of these could result in an error message or incorrect functioning of the Infoplay app.

    Warning

    The server and port on which Infoplay Server service is running must be reachable at all times by the Infoplay clients. Taking into account that the clients and server are likely on different physical machines, it might be necessary to configure certain firewall settings (inbound and outbound rules) in order to establish the required connection.

    • Server IP address

      Code: <IPAddress>....</IPAddress>

      The <IPAddress> tag specifies the server IP address.

    • Port number

      Code: <Port>....</Port>

      The<Port> tag specifies the port number.

  4. Configure database connection details.

    Database connection details are required to connect with the Recreatex database in order to get the visitor's information, whenever his/her membership card is scanned at the access zone.

    Warning

    The database should be setup correctly before configuring the database connection details (see further Database setup).

    infoplayd_clip0005.png
    • WebshopID

      Code: <WebshopID>....</WebshopID>

      The <WebshopID> tag defines the unique webshop ID of the customer, which is generated from the ReCreateX desktop application.

    • Connection String

      Code: <ConnectionString>....;....;</ConnectionString>

      The  <ConnectionString> tag specifies the ReCreateX database connection string for the WebshopID in question.

      Warning

      The entered user ID should be the database owner of the database in question.

      infoplayd_clip0050.png

For each customer using the Infoplay desktop or mobile app, the DatabaseConnection code must be entered with the unique value of WebshopID and ConnectionString. This information enables the Infoplay application to correctly identify a customer and his/her database among several customers using the Infoplay app.