Recently active
I am not able to create separate theme for tabs widget. When I click on create theme it is only buttons, text etc.. Is there any way to achieve this? Thanks in advance.
We have successfully imported the GitBackUp extension in my account and configured the Git credentials in the configuration tab of my thing. When try to call the Push we got the following error messages. Push Error: java.lang.NullPointerException at gb.GitBackupTemplate.Push(GitBackupTemplate.java:221) at jdk.internal.reflect.GeneratedMethodAccessor320.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at com.thingworx.common.processors.ReflectionProcessor.processService(ReflectionProcessor.java:230) at com.thingworx.handlers.ReflectionServiceHandler.processService(ReflectionServiceHandler.java:50) at com.thingworx.handlers.ServiceHandlerBase.processServiceWithMetrics(ServiceHandlerBase.java:48) at com.thingworx.things.Thing.processServiceRequestDirect(Thing.java:8176) at com.thingworx.things.Thing.processAPIServiceRequest(Thing.java
yesterday, I installed local version of 90 days. but now I am not able to login at localhost:8080/Thingworx/ I am sure about password. And I am using "Administrator" as user. please help me out, Thank you.
Hello, Are there any contraindications/issues/suggestions using the ThingWorx Foundation Installer for Windows if the Window Server OS is a Datacenter version? Thanks in advance Pier
I have a project I want to package and publish to solution central, when I click the package and publish button, I get some error messages: There are dependencies with some entities, whenever I click on any of them a message appears How to search for those entities that seem to be removed but their dependency is still alive?
My ThingWorx localhost is failing the installation. I have an appropriate java version and an appropriate jdk version (1.8.0) in my computer. Still is failing. What could be the issue?
I am using Thingworx 9.0 and when I am creating a subscription on a thing, I can see there is a built-in event called "HistorianDataLogged". Can anyone please tell me how to use this event or how and when this event will be triggered?
A user has been added to Administrators group and into an another group with different set of permissions. Will this user be behaving as Administrator or as per created group?
Once started logging in organization, the total Thingworx server failed loading its features and showing "internal server error". why? How to overcome this issue?
I have a datatable having fielddefinitions of datatype infotable(5 rows & 5 columns). I want to update those infotables fielddefinitions using script. I am trying to pass values in a query of UpdateDataTableEntriesWithQuery. But its not working!!
Hello! There is a problem with the filter widget. After binding it to the service I click "Configure Data Filter Fields", uncheck the boxes and change the fields names. But nothing changes in the mashup. The number and names of the fields remain the same as they were received from the service.
I want to know whether thingworx can be installed on Microsoft Hyper-V
Need to check whether logged in user is in Administrators group or not using Thingworx service. As I checked there is no specific service related to this or list of users in Administrators group can also help. Please let me know if I can get this Info using any inbuilt thingworx services.
I have been searching for the twilio extension for the 9.1 version of thingworx in both market place and support website but I'm not able to find it. Please suggest where to find the extension.
I tried to install apps and add users, but I can not see the role. Could you give me a solution.
Some extensions are imported in my thingworx composer. Any options available to export those extensions to import it in another server ?
When I try to build SCM-Extension-1-0-0-872 with C-SDK-2-2-12-1052 , its giving some compile error like below. Does anyone experienced it, any idea how to resolve it? In Documentation it says SCM-Extension-1.0.1 is compatible with C SDK 2.2.8 and 2.2.9 but I couldnt find this 1.01. version in the PTC Software download page, only available one is an older date coded version 1-0-0-872. https://support.ptc.com/help/thingworx/edge_sdk_c/en/index.html#page/c_sdk/c_csdk_edge_ext_scm_setup.html libthingworxscm-1.0/src/main/c/twSwValidate.c:406:61: error: too few arguments to function 'TWSHA256_sha256_file'if(FALSE == twDirectory_FileExists(fullFilePath)||TW_OK != TWSHA256_sha256_file(fullFilePath,calculatedDigest)){^~~~~~~~~~~~~~~~~~~~In file included from //libthingworxscm-1.0/src/main/c/twSwValidate.c:21:0:/\i/usr/include/thingworx/twSig.h:19:5: note: declared hereint TWSHA256_sha256_file(^~~~~~~~~~~~~~~~~~~~ I see in twSig.h
Hi All, I want to configure blog widget with set of tags which can help me in filtering the Conversation in blog widget. But not aware of how to use tags as input to blog widget. Thanks, Pravin
ThingWorx 8.5.0-b12 : I used logger.info("Information") in a service in the above version of Thingworx. But it is not displaying info logs. Can you please verify and confirm?
A service is unable to execute completely because the script time configured is less. Written code in catch block of the service.But code in catch block is not executing. Let me know How do I capture Script timeout error in catch block
Can ThingWorx 9.1 be setup to use InfluxDB without using the UI? The documentation only shows the UI, and I can find no references on the web to specifying InfluxDB provider info in platform-settings.json. My goal is to create an automated install process. Thanks, Mike
In one organisation if i created 3 organisational units with individual usergroups, the parent organisation also automatically added with few usergroups of its organisational units. As it is an automatic, i want either (i) the parent organisation should be added with all the usergroups/users of its organisational units (or) with no usergroups/users. Any settings is there to check this abnormal activity?
Hi, We need to build the report with the grid satisfying the requirement of showing the data with collapsible columns and rows.One overview info to see how many parts in each buffer zone, and each buffer zone has detail info. On clicking of a icon (eg: +) in column or row, we should be able to expand the row to see the in depth details that we bind. Please refer the attached screenshot for better understanding. Is this possible using Advanced grid? Is there any step we can do to include this requirement? Thanks in Advance, Shalini V.
We are trying to configure mail(Mail Account User - 2 step authentication) on MailServer thing.After clicking on submit it sends OTP to mobile.But in thingworx, there is no popup or input field to enter OTP and make successful connection. But for Basic Auth(Username/Password) it works fine. Please help me with this!
Hi, I've created a custom service that creates a dataset using the CreateDataSet service from the Analytics Server Data Thing. I want to add tags so that the dataset will appear in the Analytics Builder. I found this snippet of code that will create a tags info table, but I'm confused as to what the if statement will achieve: var tags = Resources["InfoTableFunctions"].CreateInfoTableFromDataShape({dataShapeName: "GenericStringList" /* DATASHAPENAME */});if (displayInBuilder && datasetName){ tags.AddRow({ item: "builderdataset" }); tags.AddRow({ item: "builderdatasetname:" + datasetName.toLowerCase() }); When I try to run this code with my datatsetName, it says that "displayInBuilder" does not exist- is this something I need to define, or is this calling another function/service? Thanks!
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.