...
...
PHP install/upgrade
- PHP 5.4 is compatible with Supplier Connect Response Portal Version 7. It is recommended for security reasons to update to PHP version 7.1
...
- Install the following packages
Configure PHP.ini File
Edit the C:\Program Files (x86)\PHP\v7.1\php.ini
...
Find the Windows Extensions section of the php.ini file
Add the following
- extension=php_odbc.dll
Save the php.ini file
Configure Firewall Settings
If the Framework Product Suite web portal web server is separated from the Framework database server by a network firewall (recommended), your firewall may require configuration of the following ports:
...
Port | Required | Firewall Changes |
---|---|---|
1433 | Compulsory | Microsoft SQL ODBC. (If your SQL Server is configured on a different port use that port number) |
53 | Optional | The DNS port is not required by Framework however is sometimes enabled to address network communications performance issues. |
Configure ODBC DSN Connection
Install SQL Native Client if not already installed on to the IIS Server.
Framework ECM - ODBC DSN Configuration
1. Open Data Sources (ODBC).
2. Select the System DSN tab.
3. Click the Add button. The Create New Data Source dialog will be displayed.
4. Select SQL Native Client for the SQL Server version being used.
...
Click the Next button.
11. Tick Change the default database to.
12. From the drop-down list select: FworkSQLEcm
13. Click the Next button.
14. Click the Finish button. The ODBC Microsoft SQL Server Setup dialog will be displayed.
15. Click the Test Data Source... button.
16. If successful, click the OK button.
17. Click the OK button. The ODBC Microsoft SQL Server Setup dialog will close.
18. Click the OK button. The Data Sources (ODBC) dialog will close.
Framework License - ODBC DSN Configuration
1. Open Data Sources (ODBC).
2. Select the System DSN tab.
3. Click the Add button. The Create New Data Source dialog will be displayed.
4. Select SQL Native Client for the SQL Server version being used.
...
11. Click the Next button.
12. Tick Change the default database to.
13. From the drop-down list select: FworkSQLLic
14. Click the Next button.
15. Click the Finish button. The ODBC Microsoft SQL Server Setup dialog will be displayed.
16. Click the Test Data Source... button.
17. If successful, click the OK button.
18. Click the OK button. The ODBC Microsoft SQL Server Setup dialog will close.
19. Click the OK button. The Data Sources (ODBC) dialog will close.
Implement Website Files
Copy the Website files to C:\inetpub\wwwroot\SupplierConnect (make sure to backup existing files if they exist)
...
Folder | Permissions |
---|---|
C:\inetpub\wwwroot\SupplierConnect\ | Read |
C:\inetpub\wwwroot\SupplierConnect\Sessions | Read Write Modify |
Configure Website Files
Edit the file 'C:\inetpub\wwwroot\SupplierConnect\inc_files\config.php' using Notepad.
...
$emailResponseReceiptOn = "off";
Check FrameworkSupplierConnect Portal
Once FrameworkSupplierConnect is installed and configured, the website must be tested.
...
2. In the URL,enter: http://[servername]/SupplierConnect/response/response.php?sp=
Test SMTP Relay from IIS Server
This requires the telnet client to be installed, to do that, please perform the below commands:
...