cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

Thingworx CWC : Finalizing Install Database Thing Name

Velkumar
18-Opal

Thingworx CWC : Finalizing Install Database Thing Name

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.

Velkumar_0-1651490511017.png

 

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

 

2 REPLIES 2
AB_9096614
5-Regular Member
(To:Velkumar)

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"
            }
        ]
    }
}

 

Top Tags