Trial License Error
Good day, I have downloaded the Thingworx Foundation Trial, I installed and ran the program, however I am not able to save things, it says I need to load a license. In the ThingworxPlatform folder it generated something like a getlicensekey.txt file. I looked at documentation an even added the platform-setting.json below (with my specific credentials) but still no luck. Some documents state that I must request the license through a portal which I do not have access to. I really just want to get my trial going, and only have 120 days, but I am unable to start.
Please assist with what I must do to get the trial licensed.
{
"PlatformSettingsConfig": {
"AdministratorUserSettings": {
"InitialPassword": "1234567890"
},
"LicensingConnectionSettings": {
"username": "<my login credentials>",
"password": "<my login credentials>",
"timeout": "60"
}
}
}

