Recently active
Yes.. I too facing same issue. Kindly help me on resolving it.
Hi Can anyone help me in regard to this subject with posted capture i attached ? It would be appreciate if i get a reply from you.
Hi, i need to change a property definition on a Thing. The thing is Called TT and is an instance of the template A that has a property defined like this: Property Name: info Property DataShape: DB DB has inside 2 other infotable of the type DB_row. I added 2 columns to the datashape definition DB_row. saved the datashape. I restarted the Thing TT to apply changes but when i browse the property info i didn't see the 2 new columns. How can i fix this issue ? Thanks
Hello Team, I have a very simple database configured at Azure SQL and want to read data from it in my TWX instance, I have imported the Relational Database extension from Labs, created a MSSQLServer thing and configured my JDBC as below: jdbc:sqlserver://vieiraserver.database.windows.net:1433;database=VieiraDB2;encrypt=true;trustServerCertificate=false;hostNameInCertificate=*.database.windows.net;loginTimeout=30; But no matter what, I can´t get to connect. Please, any ideas? Tks, Chris
Hi , I would allow the end user to set a maximum time for the data you would stored , for example, for the data retrieved from devices , the use only need to keep them for 6 months. the questions are: 1. How to develop a daemon job which scan the data older than 6 months and then delete them ? 2. How and When to trigger the job ? Regards, Sean
Hi all,i used the .NET EMS sdk to develop edge microserver application and i found con client configurator class some properties to store properties if internet connection went down. It automatically create a log file and when connection comes online properties uploads to the thingworx foundation server by itself.I searched for properties on same "clientConfigurator" class in documentation for JAVA SDK EMS but i can't find, i used the last release of it ( 27 october ). Anyone use it ? PTC says always on store offline messages but seems it is not implemented on java EMS, do i have to implement on my own ?thanks
Hi, How can I preview using web frame widget, the excel file that I browse and upload in a grid? And How can I do the same for PDF file? Thanks in advance, Shalini V.
Is it possible to configure the PDF extension to output files in US letter size (8.5" x 11") instead of A4 size (210mm x 297mm)?
Hi there, Can anyone suggest how can I set the following property using code? Thank you.
I created a new user and gave all the permissions and its working fine when i choose any thing template rather than database , When I choose Database thing template and try to read or update thing from a new user its only show loading.....
Hi, Is it possible to connect the thingworx in one server with the sql in another server? And is it possible to upload files like excel/images from other server to our local system? Thanks, Shalini V.
I am seeing Unable to Invoke Service GetXML on ContentLoaderFunctions everytime I execute GetXML function of resource ContentLoaderFunctions with URL http://www.holidaywebservice.com/HolidayService_v2/HolidayService2.asmx/GetCountriesAvailable . I have created one service which internally gets the xml on a particular URL. It works fine on my Home TW composer. But here in my Workstation TW composer it is causing some issue in service. So I was trying to call GetXML function directly. It is showing this error Unable to Invoke Service GetXML on ContentLoaderFunctions. I have all visible , run time permissions in place.
Hi all, I have created a remote thing and it is connected to an Allen Bradley Logix 5500 controller via Industrial Connectivity (isConnected bit is true). I have configured and bound a few properties however, some are updating and are showing "quality: good" while others are showing "quality: unknown". See attached image. The one that is of "good" quality was added first and maybe an hour later I added the others that are of "unknown" quality. I am still connected to my runtime and ALL configured values are changing/updating in the controller. The property start type is "read edge value". I am running version 8.4.0-b2013. Any help would be greatly appreciated! Thanks in advance!
We are trying to set up a OPC DA connection. After installing and configuring the extension from the installation manual, we get the below error messages when starting the OPC client service? The error repeats every 15 seconds.2016-06-12 23:19:02.085Z [L: Information] [T: 1] [U: SYSTEM] [O: com.thingworx.services.HostService] Initializing Service...2016-06-12 23:19:03.205Z [L: Information] [T: 1] [U: SYSTEM] [O: com.thingworx.services.HostService] Initialization complete.2016-06-12 23:19:03.327Z [L: Information] [T: 4] [U: SYSTEM] [O: com.thingworx.services.HostService] Starting Service...2016-06-12 23:19:03.422Z [L: Information] [T: 4] [U: SYSTEM] [O: com.thingworx.services.HostService] Service started.2016-06-12 23:19:04.052Z [L: Error] [T: 5] [U: SYSTEM] [O: com.thingworx.communications.client.TwApiWrapper] Error initializing the .NET SDK. : System.DllNotFoundException: Unable to load DLL 'twApi.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) 
This is a warning for everyone. If you use any of the extensions from the TWX marketplace, test extensively before doing a full migration to 8.4.1. Because of the way widgets are now implemented in 8.4.1 there may be numerous visualization extensions from the marketplace that are impacted and broken in some way. I can confirm 8.4.1 breaks the Drag and Drop file upload extension and the FileRepository Home Mashup extension. Being that these extensions are issued by "Thingworx Labs" PTC has no obligation to fix or provide support.
Hi all, I want to build a menu. On each item in the menu I want to use a negative icon and a normal icon. I have seen this once in one of the ThingWorx demo's. They look like this: How did they to it? Is there an easy way? Or did they use CSS? If CSS, can someone help me how this CSS would look like? Kind regards, Jasper
Hello, I'm working on a demo that connect an Azure IoT Hub with Thingworx using the connector, but I get two warnings and some erros at the begining of the execution of the azure-iot.bat file. I read that it could be something related to the Event-hub endpoint, but I think I have the azure-iot.conf file in order. The connection between the Azure IoT Hub and the Thingworx platform is stablished and I can import my IoT Device, but I believe those errors don't allow me to see the data I'm sending. Some help will be appreciated. Here are my azure-iot.conf and cxserver.log files: 21:58:30.886 [main] WARN c.t.c.p.s.k.impl.StoreServiceImpl - The contents of cache: ThingNameStash will never expire: -1. Consider setting 'default-expire-time' or the cache 'expire-time'.21:58:31.980 [Thread-11] WARN servicebus.trace - UnHandled exception while processing events in reactor:java.lang.NullPointerExceptionorg.apache.qpid.proton.engine.impl.EventImpl.dispatch(EventImpl.java:112)org.apache.qpid.
Hi, Is it possible to give design time and runtime permission to a user via java script snippets or ME? And is it possible to add the created user in an organization via script? Please provide some idea. Thanks, Shalini V.
Hello, I am on a 30 day trial account and following this guide. We are trying to connect a raspberry pi with the hosted ThingWorx server. The raspberry pi is running the edge microserver and the lua script. The problem we are facing is that the Lua Script Resource is failing to communicate with the Edge Microserver. The EMS(edge microserver) was working, but the LSR(Lua Script Resource) hanged with the quickstart guide's files. Adding minimal security to both of the config files seemed to fix this issue. Now the issue seems to be that the LSR is unable to communicate - get or set properties on the server. Running the LSR yields the following output: pi@raspberrypi:~/Project/microserver $ sudo ./luaScriptResource[INFO ] 2018-12-05 12:01:57,180 ./luaScriptResource: Using config file: /home/pi/Project/microserver/etc/config.lua[FORCE] 2018-12-05 12:01:57,180 ./luaScriptResource: Starting up ....[INFO ] 2018-12-05 12:01:57,185 luaScriptResource:main: Encryption is e
Hi to all.When I connect to TWX by typing "localhost" in the web address field - everything works fine. But if typed "<local hostname>" I see a blank page. ThingWorx asks me credentials in both ways. <local hostname> = demoiot Windows 10 Java 1.8.0_92(64) Tomcat 8.5.23 [tomadmin/PostgreSQL 9.4.21ThingWorx Platform 8.3 Some more info: pg_hba.conf host all all 0.0.0.0/0 trusthost all all ::/0 trust postgresql.conf listen_addresses = '*' \webapps\manager\META-INF\context.xml comment strings <!-- <Valve className="org.apache.catalina.valves.RemoteAddrValve"allow="127\.\d+\.\d+\.\d+|::1|0:0:0:0:0:0:0:1" /><Manager sessionAttributeValueClassNameFilter="java\.lang\.(?:Boolean|Integer|Long|Number|String)|org\.apache\.catalina\.filters\.CsrfPreventionFilter\$LruCache(?:\$1)?|java\.util\.(?:Linked)?HashMap"/>--> platform-settings.json "PersistenceProviderPackageConfigs": { "PostgresPersistenceProviderPackage": { "
Hi everyone, When I use the realtime service under the Analytics_PredictionThing, I see result but when I try to use service on a custom thing,I don't see result because it fails with this error : Type Check Exception. The row failed to evaluate due to Unexpected value(s) found in the record. My release is 8.3.2 Anyone could you help me? Please find image attachments. Thank you so much
Textbox accepting 50 characters only Textarea also accepting 50 characters only. 1)While i insert beyond 50 charcters, The record is not inserting in db itself. If so having any limit? 2)Then What is the difference between textbox and textarea? Thanks in advance
Hi, I got the requirement from a customer: "The data stored for query remain 3 months, then the data is regarded as "cold data" , user can still query it , but the data should be moved(not removed) to somewhere, like archive database or data warehouse. So that the "cold data" doesn't affect the query performance. " This is something like life circle management of data and it's necessary for the time-series data I think , like value stream or stream. Does thingworx supports it natively ? I mean the the archive database and archive strategy can be specified during deployment and developers don't need to care about querying data query from archive database or live database. Regards, Sean
Hello community, For my current project, I need to implement a OPC UA server on top of a Kuka robot and stream the process data to Thingworx composer. What would be the best way to implement this? Is there a OPC UA client implementation for Thingworx Composer that I could connect to the server? Thanks a lot for advise!
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.