Java SDK Tutorial ThingName wont work
I recently had another ticket that got me connected to the java hosted trial but now I am getting this error associated with the ThingName I am creating.
com.thingworx.common.exceptions.GenericHTTPException: Entity ExampleThing_1 does not exist or is not yet associated with a Thing
Here is the line that creates the ThingName.
private static String ThingName = "ExampleThing_1";
What am I doing wrong here?

