Recently active
Hi Folks, We have huge amount of data in streams, when we export all data from streams Thingworx instance gets down. is there any other way to take entire backup. Thanks.
I want to to create a tooltip property for the shape widget which is available by default. I have changed the shape.ide.js and shape.runtime.js files available in Tomcat\webapps\Thingworx\Common\thingworx\widgets\shape with as attached. In shape.ide.js I have added 'supportsTooltip': true and Properties: 'ToolTipField': { 'description': TW.IDE.I18NController.translate('tw.button-ide.properties.label.description'), 'defaultValue': TW.IDE.I18NController.translate('tw.button-ide.properties.label.default-value'), 'baseType': 'STRING', "isBindingTarget": true, 'isLocalizable': true }, In shape.runtime.js I have added if (updatePropertyInfo.TargetProperty === 'ToolTipField') { thisWidget.setProperty('ToolTipField', updatePropertyInfo.SinglePropertyValue); } in updateProperty(). But my Shape widget is not showing Tooltip in the properties section of the widget when I put it in a mashup. Where am I getting wrong ?
Same problem i am facing My server is https://PP-18102412130W.devportal.ptc.io/Thingworx and i am able to connect my EMS to this. My config.json file is: { "ws_servers": [{ "host": "pp-18102412130w.devportal.ptc.io", "port": 443 }], "appKey": "5d6d4f8c-320b-4c1e-8bbc-5747c0742379", "certificates": { "validate": false, "cert_chain": ["certificate.cer"] }, "logger": { "level":"INFO", "publish_directory":"logs", "publish_level":"INFO", "max_file_storage":2000000, "auto_flush":true, "flush_chunk_size": 16384, "buffer_size" : 4096 }, "file": { "virtual_dirs": [ {"logs": "logs"}, {"instruction":"instruction"} ], "staging_dir": "C:\\Projects\\PTCDocs\\PTC_Work\\EMS\\microserver\\staging" }} and i am getting the following error: C:\Projects\PTCDocs\PTC_Work\EMS\microserver>wsems[INFO ] 2018-10-26 12:12:35,468 wsems: Using config file: C:\Projects\PTCDocs\PTC_Work\EMS\microserver\etc\config.json[FORCE] 2018-10-26 12:12:35,468 wsems: Startin
Hello everyone, so I am trying to install the latest Thingworx Foundation trial. The downloaded trial only contains the twxFoundationH2Trial-8.3.2-windows-installer.exe file. After having set a password and trying port 80 (and 8080) the installation fails after "Waiting for the Thingworx Platform". Then the following Error Windows appear: Attached you can find the installation log. Any help is appreciated very much. Best Regards, Dominik
I am trying to install the 120 day ThingWorx Foundation 8.3 trial. I created a Keystore.jsk file using the following instructions: https://tomcat.apache.org/tomcat-8.5-doc/ssl-howto.html#Prepare_the_Certificate_Keystore During the installation when I try to move past the "Properties for ThingWorx Foundation" page, I receive an error that reads: Unable to validate the keystore file with the provided keystore password. (See attached picture). I have tried multiple times and have confirmed that I am using the correct password but am still getting this error. Another issue is that in all the installation guides there is reference to license and thingworx_platform.json files. I did not receive these files with the installation and don't know where to find them. Any help is greatly appreciated!
I am using a SQL query that looks something like this: SELECT COUNT(*) FROM Location When I test it, I get the following: How do I get that as an integer datatype? Because I need to bind this value to a label widget or any widget that displays values. I have tried changing the output basetype to integer and it still does not work.
Hi,has anybody experience with the 3D Model Viewer Extension (Three Model Viewer Widget)?I am trying to open and view a .obj file, but I am not sure how the ModelURL property has to be formatted and where the .obj file has to be located.So nothing shows up but there is also no exception.Thanks
Hi All,I'm using Thingworx 7.2.3 on VM Box Windows 7 64 bit.I would to try a widget Three Model viewer.I took a é.pvz file and i stored it into web area.When I started the mashup it returned the message "Unsupported file format pvz".Where I'm wrong ?Another question : when thingworx is on cloud machine (no access to the machine) where and how save the file that used by Three Model Viewer ?BRDimitri,
Hi Everyone, I have created a stream thing and I have a service in another thing which writes a line at the stream thing. I would like to write just one line per day, when the service triggers, but I do not know why after the first trigger it writes one new line every minute. What am I doing wrong? Thanks, Felipe Duarte
I have deleted ScriptLog.log file from ThingworxStorage/Logs/ and now I don´t have script logs in Composer. I tried creating the file, adding tomcat8.5 user and group owner but no luck. I have ThingWorx 8.3.1-b441 installed on Ubuntu 16.04 with PostgreSQL and Tomcat.
Hello Everyone, I am trying to deploy Thingworx Analytics with my Foundation Server. So I have the Foundation Trial 8.3 and the Thingworx Analytics Trial 8.3.2 installed. According to this guide, I could simply set up Analytics by going to the Analytics Section in the Composer. There it says I should go to Analytics Builder -> Settings and choose a Analytics Server Thing. Unfortunately when I do this, I can not chose a Analytics Server Thing but I am ask to enter Application ID, Application Key and Endpoint Host. I am not quite sure what to enter as an Application ID and Endpoint Host. Foundation and Analytics are both installed on the same machine btw. Any help is appreciated very much. Best Regards, Dominik
I am trying to get a .NET (C#) windows service running using the thingwork .net API. Everything builds and the service installs. On launch, the ConnectedThingClient constructor calling base fails on the TWAPI dll. I have tried 'any cpu', x64 specific and x86 specific builds/installs and they result in either a bad configuration error from windows a 607 TWAPI error. Has anyone written/installed/run a windows service to interact with the TW platform through the TW .NET API?
Hi guys, I'd like to make a Master containing a Menu and a Contained Mashup. What I did: 1 Create 4 Mashups with a random content. 2 Create a Menu 2.1 Add 4 menuitems (Type: Mashup; Link: Mashup_foo; Target: replace page) 3 Create a Master 3.1 Add a Menu widget to the left sidebar 3.2 Add the Menu created in step 2 as value for the Menu property of the Menu widget 4 Add the Master created in step 3 as value for the Master property of any Mashup I use I thought that would be enough to make it work properly but somehow when I view any of the Mashups and use the menu nothing happens. What am I missing? Thanks in advance for any help.
Hi Developers, I'm trying to fetch xml content from this SAP odata ProductSet URL. I had used "GetXML" content loader function for this and got the below error: <error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" headers="accept=application/xml"><code>005056A509B11ED19BEB6513AA349DA5</code><message xml:lang="en">The resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request</message></error> The service code is as follows: var headers = { "accept": "application/xml" } var params = { proxyScheme: undefined /* STRING */, headers: headers /* JSON */, ignoreSSLErrors: "true" /* BOOLEAN */, useNTLM: undefined /* BOOLEAN */, workstation: undefined /* STRING */, useProxy: undefined /* BOOLEAN */, withCookies: undefined /* BOOLEAN */, proxyHost: undefined /* STRING *
Under which circumstances ThingWorx generates this errors when interacting with it using the REST API? My Application log is full of this messages that appear more than one time per request. Also when I try to set properties using the REST API I realise some properties are not set if this error appears.
Hello everyone, I have been trying to install the newest Thingworx Foundation trial lately. After running into problems as described in this and this Thread, I created a VM with a freshly installed Windows 10. So after running the twxFoundationH2Trial-8.3.2-windows-installer.exe, the installation hangs up (it does not explicitly "fail") at "Starting Thingworx". After canceling the installation task with the taskmanager (because the service is inactive), I am left with the created folders as seen below: When trying to rerun the install.exe I get the following Error message: "There has been an error. You already have ThingWorx Foundation Trial ... installed". The problem is, the "installation" folder does not contain an uninstal file. Also I cant find "ThingWorx Foundation" or similar when I search my Programs (in order to uninstal it). The Error message keeps coming up even after I deleted that folder. So my first
Hi, I have a problem binding a property of a thing to an sql-dataquery. Sorry for the "unadvanced explanation" in forehand. What I would like to do: In General: I have a dataset in an sql database. My things have a property called LineID. I want to get a dataset for the specific LineID, e.g. 5. What I did: In the composer, in a Template I wrote a sql code called BottelneckCurrentOrderARRS: SELECT [LineID] ,[mcName] ,[BCR] ,[CycleTime] ,[ShiftOEE] FROM OEE_CurrentOrder //This connection is established and works fine where LineID= [[LineID]] order by CycleTime desc This code should invoke data, from a specific Line. Lets say the lineID is 5. The database contains data about several Lines but in this case I am only interested in the attributes of Line5. Question 1: Can I write a comparison like i wrote ( where LineID= [[LineID]])) ? In the thing template of the line, the property LineID is stored under Properties->Thingshape.->LineID &nb
Hi Developers, We're now upgrading the existing Thingworx - 7.2.11-b17 platform to Thingworx 8.x version. There is a dilemma on choosing over the different 8.x versions (8.1, 8.2, 8.3) available currently. SCM feature under the ThingWorx Utilities Extesion is one of the main factors for the upgradation. As far as i can see the 8.1 and upward versions focus more on the Navigate and manufacturing apps extension which is not within our scope for now. Also I had faced some license issues on 8.2 and above versions. Please do note that we had developed all our custom entities, services, extensions on Thingworx - 7.2.11-b17 platform. This is significant because we had imported our custom entities onto 8.0, 8.1, 8.2 and 8.3 platforms to conduct preliminary testing and found that the password criteria in 8.2 and above versions has been changed (minimum of 10 characters). This is affecting our service in User management module and there are other m
I'm using windows 10 home edition my docker version is "18.03.0-ce, build 0520e24302" im runing it on a docker quickstart terminal I'm trying to install the thing works trial edition 8.2 but I keep running into this error It says "Error Running docker_machine_validator.exe" I have shared the screen shot below
Dear All, I require a functionality for PDF generation in which PDF reports are generated and sent to specific users weekly. I am aware that we have an extension on market place which does this but, it generates a snapshot of the mashup and creates a PDF. What I want is a feature which is similar to SSRS , where we define a template and then generate reports. Mashups wont be created. Regards, SKD
Hi, How to implement barcode scanning in thingworx? The requirement is, scanning the labels on equipment and use the information further in a database query as an input. Thanks, Sujata.
Hi, due to some legal requirements im not able use login by local account to SQL database (this way work perfektly), I need set connection based on Domain account, but if I use domain\user and password, each time im getting error "Unable to Invoke Service Test on test domain connection_II: null" Any Idea how to solve (as thing template Im using JDBC_MSSQLServer)
Hi, I have imported the 3D model viewer extn on thingworx 8.2.4 and able to show the 3D models of obj,stl,dae formats. But the issue is colors coming its loading in grey scale. Please help. I have attached screenshot as well.
Hi, We recently upgraded to 8.3 from 8.0. On 8.0 we defined the value stream on the template and the things just inherited the value stream from the template. Now it seems that in 8.3 this is not the case. When I try to run any of the Query*PropertyHistory services I get an error saying No Value Stream Assigned to [thing]. Is this expected in 8.3? Why was this change made? Is there a work around other than defining the value streams on the thing its self. Thanks Brandon
Is there any reason why a Thing would "stop running" randomly on a production server? This server is hands off with respect to development and no services are programmatically creating Things. We have found instances of Things will stop running without apparent cause and will continue in this state until a developer applies a manual restart of the Thing. Any thoughts/comments would be appreciated.
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.