Recently active
hi everyone i am installing the thingworx 8.2 in linux after the installation of the composer we have to import the entities.while importing the entities i facing as error as Validation when i upload a entity and choosing the path when we try to import there will be validation error so the zip file wont be imported so anyone can help me out. i have uploaded the image for referring to the error. but while importing the utilities entities from the PTC network i was able to import it successfully.
Hi Experts, I want to download mashup contents in PDF format. I came across PDF extension from marketplace but it captures only snapshot of Mashup in the PDF file. And I want to capture more specific details like Pagination, Having a distinct Header, Footer etc. Any suggestions? Thanks in advance!
Hello , While loading db in postgres I am facing error directory cannot create "pg_tblspc" while having full access in E drive for directory creation . Also I try to setup in C drive providing full access to user .
Hello everyone, I would like to show the location of multiple Things in one Google Maps Mashup. I have read this thread, but i would like to avoid using an infotable. Instead I have all the Things that I want to display the location from in a Data Table. The Data Table has the Names of the Things as entries. Does anyone know how I can access the location property of all Things in the Data Table and show it on the Map in the Mashup Builder? Thank you for your help. Best Regards, Dominik
Hello all:I want to know if there is a way to design a model in thingworx to represent relationship between two things For example: I have a thing called order and a thing called car, When call service to query order information I also want to query the car information which belong to the order Thanks!
hi, After executing code: var fileRepository = Things[fileRepository];var fileContent = fileRepository.LoadText({ path: preparedFile }); file is "locked". I've even thought that there is something like close method (fileContent.close();) - but it's not 😞 any idea how to unlock it?? thx
04-28-2017 06:07 AM Setting ThingworxPropertyDefinition and ThingworxEventDefinition dynamically in .NET SDK Is it possible to set following fields dynamically in .NET SDK?I would like to read them from a config-file and then create the necessary definitions. Any Ideas?
Hi Developers, I have developed a mashup which has a time series chart showing data (image attached). The requirement is to get this chart/mashup in a pdf file. Is there any default widgets to achieve this functionality. Thanks and Regards, Saran
Hello, the following error is occurring, when I try to create a new Dataset with analytics v. 8.3.040507: Execution error in service script [CreateDatasetAMS] :: Error returned from service [500]: Unexpected error occurred:Unable to parse queuedStartDateTime: 2018-10-23T11:50:15.174Z] How can I fix this error?
Hello, so I have ran into a strange issue with Thingworx and creating a JSON object. The variable sub comes out as an info table, and the JSON goes into the object fine (I can see it when I stringify in the logger). The problem is that if I call that method and put that JSON object inside another JSON object it will come out as "array": [ all of the correct data in here ] my problem is that when I pass that to my extension that handles the JSON I get a "JavaException: com.fasterxml.jackson.databind.JsonMappingException: Can not deserialize instance of java.util.ArrayList out of START_OBJECT token_ at " with that section of the JSON to follow. I am not sure why it is attaching that array word, any assistance to get this to go away would be appreciated. If I manually remove that "array" word and its brackets that it adds in, it works fine, and I am not sure why it is adding it. CODE: var holder = [];var tableLength = sub.rows.
Hi, Is there a way to bypass the need to set up configuration for tunnelling on the platform but instead configure it only from the .NET Edge SDK side programmatically?
I created a model in Thingworx Analytic Builder.Now I should automate retraining the model with additional data without manual process and generate a PMML file.Is there any way ? It will be helpful if explained in detail.
Hi community,I create DATASHAPE, which contains variable (INFOTABLE) named 'nestedTable' (image 1) and have method that returns the 'nestedTable' variable with my data (image 2). I want to get data through Selected Row(s) in List and display them in Label (image 3). But i only got a blank label (image 4). It does't even react (image 5). Maybe the problem is, that i have infotable in infotable and i cannot display data from the nested infotable. Thank you for answer, Dominik Roček Image 1 Image 2 Image 3 Image 4 Image 5
Is there any way to open a mashup by using a button widget instead of a navigation widget? The reason why I want to do this is because I want a service to be executed when the user clicks on the widget, but the navigation widget does not have a Clicked event. Thank you!
Hi everyone, When I'm creating a Boolean Goal model in Analytics Builder, it finished everytime in a failed statement. Please find below the error: "Could not extract threshold value for the specified model with goal V_SensFiloRottoRealDX For support cases please provide this log tag: 068b21ce-8300-480a-a7d3-e61e52622a48" My release is 8.3.2 Anyone could you help me? Please find image attachments. Thank you so much
Hi, We currently are trying to create custom templates that extend the PTC.ISA95.PhysicalAssetThingTemplate so we have our Things in Manufacturing App. Most of our templates extend RemoteThingWithTunnelsAndFileTransfer. From what I can see all the functionality we need can be accomplished with the PhysicalAssetThingTemplate. However, we have one template that extends the RemoteDatabase. If we have this template extend the PhysicalAssetThingTemplate, will we be able to connect to the remote database? If not, is there any work arounds? Thanks, Brandon Winslow
I am trying to create Things with the facility to perform the following functions: View Properties, Remote Access/Tunneling, File Transfers, File Browsing, Events and Alerts Which ThingTemplate can be used so that I am able to view the Thing on Asset Advisor? I have tried using RemoteThingWithTunellingAndFileTransfer template, but with no luck. Anyone tried to do something similar?
I want to add the 'message' column into the alert grid to show the current value and limit value. But I can not find a way to custom the alert detail mash. It's not included in the configuration of thing 'PTC.Factory.C_LaunchPointConfigurationThing_8.3.0_05'.
Hello I have a very strange problem. I can not add any new tags or assets from Kepserver to the Manufacturing Apps since today.However, the existing tags and assets work without any problems and provide up-to-date data. See the trending in the background. The Controls Advisor shows no problem. Nevertheless, I have already updated the key. Yesterday I redesigned the organizations and user groups, but not in the context of the manufacturing apps. In addition, I'm logged in as an admin with all rights. Does somebody has any idea? Thank you very much.
Hi All,With sftp extension we can configure Thingworx as SFTP client, I am looking for an option where we can configure Thingworx as SFTP server.Please let me know If there any way to achieve the same.Thanks in Advance,Meenakshi
Hi, Whenever we create FileRepository thing, it is always creating in /ThingworxStorage/repository. I want to customize this folder location, Please help.
Hi All, I am creating a widget extension that displays y-axis values on the top of the bars in the bar chart with a single data source. Is there any extension of similar kind that already exists?
Hi, may I ask whether it is possible to pass data from a modal popup mashup to the caller mashup? The caller mashup is a contained mashup which requires data from the modal popup mashup.
hi, Actually we have planned a standalone Authentication & Authorization Services by leveraging our organization's Active Directory Services , We want Configurations to integrate ThingWorx and our Active Directory Services. So if Some Documentations or reference or even a quick Skype call @ js.sushan@stryker.com would help. Thanks, js sushan
Hello, I am adding properties dynamically at run-time to a thing (say, 'Thing_1'). In 'Thing_1', the properties are added simultaneously from multiple Things (say, 'Thing_A', 'Thing_B', 'Thing_C'). Sometimes all these, properties are added to 'Thing_1' but most of the time I am getting the error - JavaException: com.thingworx.common.exceptions.ModelAccessException: [1,012] Data store timeout error: [Error occurred while accessing the model provider.] I am using default H2 database as persistence provider, and my Thingworx version is: 8.1.0. I have observed this error many times and I am not able to find the appropriate cause for it so that I can fix it, but in this one scenario, the probability of occurrence of this error is very high. I also read couple of old posts mentioning this error and have found that this is mostly related to database configuration, but in my case I am using the default persistence provider with Thingworx. Please let me know the probable cau
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.