Recently active
Hi, I am facing permissions issue while using File Transfer Subsystem Copy service execute as below : Error message is as follows: Error: CopyInternalError:Not authorized for ServiceInvoke on CancelFileTransfer in RepositoryName - See Script Error Log for more details. Internally Copy is failing because the remote thing is not connected that is fine but it internally calls CancelFileTransfer service which I cannot find in FIleRepository. How I can assign run time permission for this service. Thanks, Harpreet
Here is the situation: I have a Mashup Master that is used as a header for several different contained mashups. I have a label at the top of the header which I would like to change based on which contained mashup is displayed in the master. Here is what I have tried: whenever a mashup is loaded: call SetGlobalSessionStringValue({ name: "MashupName", value: "Mashup 1 Header" }) where "Mashup 1 Header" is different for each contained mashup. (see ContainedMashupLogic.png attached) on my mashup master, I am calling GetGlobalSessionValues when the mashup is loaded, and when MashupNameChanged event occurs (see MashupMasterLogic.png attached) I am then running an expression to combine MashupName with some other static text, and bound the result of this expression to the label in the Header What is happening: the header never changes after initial load of the mashup, navigating between the contained mashups does not trigger the change in the header
Hey Everyone, I'm currently using the WS EMS to facilitate a file drop interface between a VM on a private network, and a cloud ThingWorx instance. The WS EMS is installed on the VM and used to transfer files to/from the VM and the ThingWorx platform. Currently I have one instance of the WSEMS running and pointed to our development ThingWorx environment. Is it possible for me to install a second instance of the WSEMS on the same VM and point this one to our production environment? Or can only one instance of the WSEMS be installed on a server at the same time? Thanks! Andrew
I am facing an issue where I applied Organization containing the System User Visibility permission to a Thing template which is inheriting Generic Thing. I am still getting the error that template does not exists. Is System User visibility does not work with the Thing Templates?
Hello, I had installed manufacturing apps 8.4.3 extension on Thingworx plaftorm 8.4.5 with PostgresSQL 10. The installation went ok (without errors) but I can't see the filters in the asset advisor window (attached is the screenshot). I am logged as Administrator. Any idea of what is happening? Thanks in advance.
Hi guys, Anyone have a PDF extension that is compatable with Thingworx 8.5? The extension I have is only compatable with Thingworx 8.4.
Hello, I currently have a datatable with one of the columns as scheduleno. This is editable. Now i want to send the column value edited during runtime to my datatable. kindly let me know how we can achieve this. Also, which widget is btter for this functionality, gird or adv-grid? if we use adv-grid, pls share step by step procedure to do the same. Thank you
Just wondering if there is a way to get the individual record details provided by the GetEntityServiceStatistics service. For example, In the screen shot above I would like to see the run time of all 83 instances of the GetNextLocationForFrameCart service. Thanks, Steve
I am trying to script the setup of a postgress persistance provider server. Is there a way to get the download URLs so that they can be downloaded with curl? Specifically MED-61111-CD-085_SP3_ThingWorx-Platform-Postgres-8-5-3.zip
Hey Everyone, I am currently using Operator Advisor 8.5.1. I am unable to query for rows containing null values when using the Operator Advisor queries and JSON filters. When I query the tables directly using sql from the database thing, I am able to pull rows containing null values. However, when using OA queries/JSON filters, there is no way for me to pull these null values. I have attached a word document showing different filters I tried + the error messages. Does anyone have an idea how I can pull rows containing null/blank values from postgres database tables while using the Operator advisor queries? The MissingValue filter is not supported, which is what I'd use when querying a data table or stream. I want to avoid writing direct sql queries to do this if at all possible. Thanks, Andrew
When I click on logout button present in my mashup it always prompts for credentials ,after entering the credentials it logs out.
Can I edit the mashups in web design kit? I am trying to change an image in one of the mashups of the web design kit. but it is not changing, old image still remains there.
Hi, I used color picker widget to select the color and color code. But I faced some issues in Color picker widget. I mentioned the issues below and I have attached the screenshots. 1. Color selecting panel display is not visible in mashup. (Only color code selection is available). 2. When I using the color picker widget in navigation popup On the click The color and color code selection display panel is not came. Kindly let me know if there any solution is available for this issue. and Kindly share the Properly working Color picker extension if you have. Thanks in Advance, Sankarapandian.L.S
Hi, I've imported the .xml file which includes services our developers provided. But when I view the mashup which utilizes this service, this error pops up: And the mashup becomes like this: Does anyone encounter this before? any possible cause? P.S. I've tried re-import the file and extensions. not working.
I as using thingworx 8.5 , while i am using the beta widgets i am facing Some peculiar issues. While designing the mashup everything seems to be fine but while in runtime the beta widgets are not displayed except for the beta responsive tab. This happens mostly when add anew container or try to cut/paste widgets. this happens often and was very frustrating. request your help. Note: I have enabled the beta widgets in platform subsystem, tried disabling and enabling it again. refreshed the composer , restarted the server but none of these helped. this is kind of urgent.I like the AESTHETICS OF THE BETA WIDGET MUCH but this prevents me from using these widgets.I
Hi, Where I can give the permission to a non administrator user to solve the following error in Application logs. Not authorized for ServiceInvoke on ForwardEvent in PersistentSession Thank You!
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
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.