Hi Team,
For using the function a!documentViewerField() in On-premise environment for above 18.3 versions, It is showing "Missing system configuration", so we tried to change in custom.properties file as per the Documentation given, still it is showing as "Missing system configuration". Please find the attached screenshot.
Any help, would be appreciated.
Regards,
Krishna.
Discussion posts and replies are publicly visible
Thanks for your response, Jackie Jubien. But they have given,
conf.suite.STATIC_SERVER_AND_PORT, conf.suite.DYNAMIC_SERVER_AND_PORT, and conf.suite.SERVER_AND_PORT are all unique. So how should we give values for static and dynamic port. or can we provide the same as in the SERVER_AND_PORT for both static and dynamic.
conf.suite.STATIC_SERVER_AND_PORT
conf.suite.DYNAMIC_SERVER_AND_PORT
conf.suite.SERVER_AND_PORT
Depending on whether you have a standard or non-standard set-up, you will have to create your URLs similar to the way the documentation explains:
Example when using a standard top-level domain like .com or .co.uk:
.com
.co.uk
1 2 3
conf.suite.SERVER_AND_PORT=www.example.com:8080 conf.suite.STATIC_SERVER_AND_PORT=www.example-static.com:8080 conf.suite.DYNAMIC_SERVER_AND_PORT=www.example-dynamic.com:8080
Example when using a non-standard top-level domain like .corp:
.corp
1 2 3 4
conf.suite.SERVER_AND_PORT=www.example.corp:8080 conf.suite.STATIC_SERVER_AND_PORT=www.example-static.corp:8080 conf.suite.DYNAMIC_SERVER_AND_PORT=www.example-dynamic.corp:8080 conf.suite.conf.suite.DISABLE_STRICT_DOMAIN_SECURITY=true
Keep in mind the port may be different depending on whether you are using HTTP or HTTPS. Another thing to consider, is that since you are setting up two new domains, if you are utilizing white-listing you will have to allow those domains.
We did same configuration but no luck..
facing below issue
The webpage at devstatic.lawfiles.net:8080/.../ww0ECQMCjLHrOI1Vwm8B0ncBpBjq0MTn_owcl_DT9hpK9hPQ9d4uc6sTam0aa3qQdM-0kzg6AI52vjTNxB_b3i1iKReGqhcsBEJ5i22Y_XXVMNoMOYZ3qvfifLBnhtLONZu5Ni5jUD4HDIDq1Bs50zpS0Uyotbb9Djw6ZiXHb4WavRjbj7w might be temporarily down or it may have moved permanently to a new web address.
You might need to share a bit more info to get some help.
configuration -
please let me know if you need any other information
TIA
There are so many things that can be wrong with this. DNS lookup und reverse lookup coming to my mind. Proxies, firewalls, etc. Is this in the open internet? Did you buy the domain names?