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,
Thingworx Analytics server is 52.2,and Extension is 52.2,and DataConnect is running ,but the Dataset status is always Queued.Then I used "beanpro_createdataset.json" and "beanpro_importdata.csv" is always Queued. does anyone have problem with this ?
Hi,
Looks like you have to remove the spaces from field names.
https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS266101
The mainproblem is that the uploadthing does not upload the csv-file "number of rows = 0".
I have the same issus.
I try to upload the dataset via analaytics api surface (under data --> post) and get an error back:
{
"errorId": "454d0856-895f-497b-9ed5-cb50d7bc9d02",
"errorMessage": "Error uploading data set"
}
I don't know what the problem is. :/
I have this usually when the CSV format does not match the json description.