Recently active
I have imported Google map extension in Thingworx 8.3, but its not showing in widgets section of Mashup. can somebody help me with this?
Hi, I have a Thing which has multiple datashapes in it. Is it possible that if I delete the Thing all its dependent datashapes should get deleted. Is it possible to do so? Thanks in advance, Shalini V.
Hello, To update the property VTQ on Thingworx platform using lua EMS is the following possible. properties.propertyName={baseType="NUMBER", pushType="ALWAYS", value=0} --To update on thingworx local variableName = propertyName properties.variableName.value = <someValue> I tried it in different ways but it's giving me an error. Thank You, Naeem
Hi, I cannot configure the Grid Columns. I have a service that receives an infotable and a data shape as inputs, and creates an empty infotable with the specific data shape. Then, the infotable given as input is cloned into the empty infotable that I just created, and is given as service output. I'm binding this service output to the grid, but I cannot configure the Grid Columns. They show empty, just like in the photo. I understand that is the behaviour for when you're passing infotables without data shapes. But the service that I created, even though it doesn't have the Data Shape specifically defined in the Output section, it is still defined inside the code (see the code snippet for the BufferInfotable function attached below) Am I doing something wrong? Thank you. Code snippet below. "datash" is the data shape given as input, and "info" is the infotable with the data, given as input. var params = { infoTableName: "InfoTable" /* STRING */, dataS
Hi all, I am using a master as follows: The left sidebar contains widgets to enter values for filters and buttons. and "contained mashups" are mashups containing the grid whose data is queried from the database. I want to use the left bar to filter content for grids in mashups. But I don't know how to run the service in mashup when I click the button in master.Is this possible or not? Thanks and Best Regards.
Getting: Error executing service getPeople. Message :: Certificate for <services.odata.org> doesn't match any of the subject alternative names: [*.azurewebsites.net, *.scm.azurewebsites.net, *.azure-mobile.net, *.scm.azure-mobile.net, *.sso.azurewebsites.net] - See Script Error Log for more details. Postman handles this ok. var headers = { 'Content-Type': 'application/json', Accept: 'application/json' }; var params = { proxyScheme: undefined /* STRING */, headers: headers /* JSON */, ignoreSSLErrors: true /* BOOLEAN */, useNTLM: undefined /* BOOLEAN */, workstation: undefined /* STRING */, useProxy: undefined /* BOOLEAN */, withCookies
We have a parent mashup with a collection passing an infotable to the child mashup and would like to use a column from the infotable as input for an expression. When I click the bindings icon in properties on the mashup and select binding target, I don't see the expression and it's parameters. (If I click binding sources I can select the output of the expression). Am I missing something or has this been removed in 8.5?
Hello, I have a mashup containing buttons, lists, an adv-grid nad labels. Its a simple page. I need the mashup to resize according to the screen resolution which we select during runtime. How can i achieve this?
I use some things as a library container for some specific functions On those things I have services and properties. I also have sandbox and production cloud hosted instances. I develop on sandbox then export to production when all is OK ... as all probably do 😉 The problem is that properties contain "local parameters" and the values are different between sandbox and production. So ...if I export from sandbox and import to production, I could overwrite the right production properties values ! Note that this overwrite may happen also if I export a thing now "as a backup", and import it again after some time What is the best way to avoid this ? May be I could work with thingshape instead of writing directly on the "Library thing" (and export-import the shape instead of the thing ), but this will make a little more complicated and unnecessary for a single thing (shapes are useful for usage on many things). Or I could bind properties of the "library thing
Hi, I just signed up to use your 30 day Cloud eval server. While the server was being provisioned, I accidently closed the browser. Now, when I login, all I get is the following as shown in the screenshot I have provided. I really have no idea how to start the Cloud Server and what else I should do. Thank you for your consideration
Hello Everyone, I have a freshly setup Windows Server 2016 Machine. I installed the newest JDK (13.0.2).When running the installation Wizard, the installation ends with the message:"A Problem occurred during installation that may cause an unsuccessful installation foundation installation failed" followed by the message:"There has been an errorThingworx Foundation trial for h2 installation failed. Please check the logs. The application will exit now" Unfortunately I can not find any log files. I also can not try another installation since "There already is a Thingworx version installed". When trying to uninstall the current version, it can not find the uninstall file... This is very frustrating, since I have a fresh machine and followed the instructions here:https://developer.thingworx.com/en/resources/guides/foundation-windows-install-guide/foundation-windows-install-requirementsAnyone made similar experiences or nows how to handle that? Any help is appreciated ver
Hello Everyone, I have Thingworx freshyl installed on a Server. Now I would like to access the Composer from a different machine in the network (http://serverip:8080/Thingworx/Composer) What do I need to do? I have not installed the SSL option for thingworx. When deactivating the firewall on the server for domain networks, I am able to get to the login Prompt from my PC.But it says, "the connection is not safe" and I can not login: Any Idea how to access the composer withouth ssl in my network? Best Regards, Dominik
Hi, I'm trying to write a program (with Java SDK) that monitors a folder and shoude fire an event in thingworx if a new file is in this folder. On TWX I have a thing based on RemoteThingWithFileTransfer. I also add a remote event to the thing: In my program I have a class that inherits from FileTransferVirtualThing. Via code a add a event to my class public static final String NEW_FILE_DETECTED = "NewFileDetected"; ... EventDefinition newFileDetectedEvent = new EventDefinition(NEW_FILE_DETECTED, ""); newFileDetectedEvent.setDataShapeName("NewFileEvent"); newFileDetectedEvent.setLocalOnly(false); this.defineEvent(newFileDetectedEvent); On a separate thread I fire this event every 10 seconds. @Override public void run() { while (true) { try { Thread.sleep(10000); log.info("Fire Event " + NEW_FILE_DETECTED); ValueCollection values = new ValueCollection(); values.put("FileName", new StringPrimitive("abc")); virtualThing.queueEvent(NEW_FILE_DETECTED, new Date
hi community, I want to creat 80 things from a thingTemplate, I Think I Can do it easily with a csv file but I don't know the shape of this csv file; if anyone already used it, please share the shape or some good tips. can we create alerte from a csv file too ? thanks in advance.
Hi, So far I have manage to create a chat widget. I was thinking of using socket.io to do so but somehow I am not able to use the library. Yes, I have already look through several resources before opening this topic but none of this has helped. I am getting an error known as "mismatched anonymus define() module". Any help on this would be great, thanks! https://community.ptc.com/t5/IoT-Tech-Tips/Widget-Extensions-Using-AAGRID-a-JS-library/td-p/535060 https://community.ptc.com/t5/ThingWorx-Developers/How-can-I-reference-my-js-libraries-in-custom-extension-widget/td-p/522357
Hi all, I have modified this print extension to print current mashup page. Please use it for your development /VR
It is advised not to pass the appkey in URL. The alternate way is to pass it in header. How to do this? Does passing the appkey in headers is achevied by writing a script? Can somebody show me an example?
Hi, Is there any way to do global search to find the words which is present inside any Things or Mashups? Thanks in advance, Shalini V.
Hi, ThingWorx 8.2/8.4 is not working after the windows update. After deploying the war file the tomcat refuses to start. Herewith I have attached my application log. Thanks, Shalini V.
Hi, Is it possible to search/fetch entities that do not have/not assigned to any project tag? Thanks in advance, Shalini V.
Hi, Is it possible to delete all dependencies of a project tag by selecting a project tag using shortest way? Thanks in advance, Shalini V.
Hi, Am trying to use Send an Email connector on Flow, Unable to add new account in Authorize Gmail showing no results found instead of Add New.
Hi, I want to populate two bom structures (current version and other some version) in a single tree advanced grid widget with the option of expanding nodes in both the columns. If I am expanding one column bom structure the other column bom structure should also expand. How is it possible?
I'm trying to set up a connection to a MySQL database that I have. I've installed the JDBC Connector extension from the marketplace and that gave me the JdbcCreator and the JDBCExtentionCreator. Following a PTC document it says to create a new thing and select MySqlServer as the thing template. However, I am unable to see a MySqlServer template. Any ideas? Have I missed something?
According to PTC document for JDBC configuration (PTC.CSLM.RS.PostgresJDBCThing ) Thing should be used, but this Thing (PTC.CSLM.RS.PostgresJDBCThing )is not found my Thingworx . Some one guide me for this issue.
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.