- Create or open the text file to contain customized properties for mcc-portal.properties. For more information, see Editing Properties Using MQL.
-
To define the URL of the 3DPassport (for user login) and 3DSpace (server), follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
dassault_systemes.3DPassport.url
-
Enter the 3DPassport URL for the 3DEXPERIENCE platform in this format:
https://<hostname>:<port>/iam Do not add a final / at the end of the URL. For example: dassault_systemes.3DPassport.url=https://mycompany3DExphost.mycompany.com:453/iam
-
Add or edit this line in the file used to import properties into a page object:
dassault_systemes.3DSpace.url
-
Enter the 3DSpace server URL for the 3DEXPERIENCE platform in this format:
https://<hostname>/3DSpace Do not add a final / at the end of the URL. For example: dassault_systemes.3DSpace.url=https://mycompany3DExphost.mycompany.com/3DSpace
-
To define the URL protocol, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
mcc.portal.proxy=https
-
Set the value for this property depending on your business requirements:
-
To configure single sign on (SSO), follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
mcc.portal.external.authentication.support=off
-
Set the value for this property depending on your business requirements:
-
on is used.
off
(default) SSO is not used.
-
To define the URL for SSO (if above property is set to
on ), follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
mcc.portal.external.authentication.redirect.url=
-
Enter the URL to redirect the user to.
For example: http://<SERVER>:<PORT>/supplierportal/josso_login/
-
To define the directory path on the server that contains instructions that suppliers can download, follow these steps:
- Create the required directory structure on the server or network directory available to the server.
-
Add or edit this line in the file used to import properties into a page object:
mcc.portal.instruction.dir=C:/temp/docs
-
Keep the default location, or change it if you use a different directory. The directory name must use a forward slash for Windows or UNIX.
Windows example: C:/mcc.portal.instruction.dir=C:/temp/portal/docs UNIX example: mcc.portal.instruction.dir=/tmp/portal/docs
- Copy the instructions to the specified directory. The files must be in a format defined by the next property.
-
To define the types of files that can be used in the above directory, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
mcc.download.instructions.restrict.file.extensions=*
The * indicates that any file type can be used.
-
To restrict the types of files, replace the
* with a comma-separated list of file extensions.
For example:
mcc.download.instructions.restrict.file.extensions=ppt,doc,xls,zip,pdf,txt
-
To define the file types available for download forms , follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
mcc.download.forms.restrict.file.extensions=*
-
To restrict the types of files, replace the
* with a comma-separated list of file extensions.
-
To define the default import privilege for processing spreadsheets, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
mcc.import.level=1
-
Set the value for this property depending on your business requirements:
-
0 Data check only. -
1 (default) Direct import.
-
To enable or disable declaration levels, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
mcc.portal.enable.declarationlevel.support=off
-
Set the value for this property depending on your business requirements:
-
on Declaration levels are enabled.
off (default)
Declaration levels are disabled.
- When finished updating the text file with all properties you want to modify, including the ones shown here, use the text file to modify the mcc-portal.properties page object. For more information, see Editing Properties Using MQL.
|