Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hi all,
I have installed Thingworx Connected Worker Cell. But got stuck at Finalizing install in the guide, it is mentioned that we need to specify Database Thing Name and Database Thing Template name which we create in the initial setup.
But during the initial setup, I didn't create any entity ( it is not mentioned in the guide also). Attached guide for reference
Now what should be the databaseThingName and databaseThingTemplateName
Could anyone help me to solve this issue?
Thanks,
VR
Hi Velkumar,
the names can be basically anything, however I suggest using a naming convention proper to your projet. those entities will get created by the automated install process with the names you give them. you do not need to create them manually.
Hi @AB_9096614
When I try to execute service with below input
{
"CORE": {
"databaseUsername": "twadmin",
"databasePassword": "twadmin",
"jdbcConnectionString": "jdbc:postgresql://localhost:5432/thingworx",
"databaseThingName": "ManuF.CoreDataBaseThing",
"databaseThingTemplateName": "ManuF.CoreDataBaseThingTemplate",
"projectName": "ManuF.DefaultProject"
},
"COREUI": {},
"AMU": {},
"CWC": {},
"KPIENGINE": {},
"RTPPM": {}
}
I'm getting error
{
"CORE": {
"success": false,
"details": [
{
"success": true,
"step": "Validate mandatory fields",
"message": "No mandatory field missing"
},
{
"success": true,
"step": "Configuring FSU_Solutions",
"message": "Success"
},
{
"success": false,
"step": "Creating database entities",
"message": "Cannot create : com.thingworx.common.exceptions.InvalidRequestException: Thing [ManuF.CoreDataBaseThing] is not running"
}
]
},
"RTPPM": {
"success": false,
"details": [
{
"success": false,
"step": "Validate extension existence",
"message": "Extension is not imported"
}
]
},
"COREUI": {
"success": false,
"details": [
{
"success": false,
"step": "Validate dependencies",
"message": "The following dependencies need to be installed : FSU - Manufacturing Core"
}
]
},
"AMU": {
"success": false,
"details": [
{
"success": false,
"step": "Validate extension existence",
"message": "Extension is not imported"
}
]
},
"KPIENGINE": {
"success": false,
"details": [
{
"success": false,
"step": "Validate extension existence",
"message": "Extension is not imported"
}
]
},
"CWC": {
"success": false,
"details": [
{
"success": false,
"step": "Validate dependencies",
"message": "The following dependencies need to be installed : FSU - Manufacturing Core, FSU - Manufacturing Core UI"
}
]
}
}