hi @ppandarkar-2 ,
Can you please tell me how to install ES on windows? For installing, I am using PTC doc. Link is here: https://support.ptc.com/help/vuforia/es_install/en/#page/ES_Install_Help_Center%2FThingServerInstall_ESInstall_Windows.html%23
In this doc, what is the configuration parameter in the step of enter default domain name. Is there any particular format to enter default domain name? Please tell me.
Thanks
Hi @NP_10149671 ,
I saw this old post where was no answer.
If the issue still persist , I think it will be a good idea if you require support for Experience Service installation to report a technical support case at https://www.ptc.com/support/case-logger
because ,I think , it will be difficult to follow all installation steps in the community e.g. in a shared session what should be done according to the documentation.
If your question is only about the domain name - so it depends on the URL where you want to use for your Experience Service
so my sample server pp-2206mytest.portal.ptc.io
If you did not set this parameter correctly you can simple open the configuration.json file in your experience service installation folder and find there the
port and the server name (defaultDomainName) what you can change and restart the server (first required an server stop) -> e.g.
{
"port": 3001,
"realm": "ThingWorx",
"httpsKeyPath": null,
"httpsCrtPath": null,
"httpsCaPath": null,
"httpsPfxPath": "D:/SSL/_.mytest.ptc.io.p12",
"httpsCertPassphrase": "xxxxxxxx",
"enable_irs_federation": true,
"defaultDomainName": "pp-2206mytest.portal.ptc.io",
"domain_id_resolver": "https://gxi.thingworx.io/ExperienceService/id-resolution/resolutions/",
"dbHandler": "SQLiteHandler",
"db": {
"datafilePath": "D:/Vuforia-Studio-ES/studio-es-store/db.sqlite"
},
"authentication": {
"type": "twxUser",
"baseUrl": "https://pp-2206mytest.portal.ptc.io:8443",
"authorization": {
"appKey": "xxxxxxxxx-xxxx-xxxx-8xx5-fexxxxxxxx01",
"refreshRate": "300000",
"useAclDbBackend": false
}
},