Question Nezla · Oct 10, 2022 hs_err_pid log files Hi Guys, I'm getting a lot of hs_err_pid.mdmp & hs_err_pis.txt error files in the path where Cache.DAT in located and as I googled these seems to be Java error files and I'm wondering what this has to do with Ensemble, and is it alright to just delete them? Thanks #Ensemble 0 0 0 185
Question Nezla · Oct 9, 2022 HTTP request with open stream Hi Guys, This link (https://github.com/CassiaNetworks/CassiaSDKGuide/blob/master/node_exampl...) uses Javascript request to open a a steam and collect data in an array (screenshot below) and I'm trying to replicate this with Cache script with HTTP request which is connecting Ok but don't know how can I collect data because the code is hanging at Set tSc=Httprequest.Get(HttpURL) and cannot execute S BLEConnect=Httprequest.HttpResponse.StatusLine or any line after it. #Ensemble 0 9 0 491
Question Nezla · Oct 7, 2022 URL masking and redirection Hi Guys, I'm a new developer taking over an existing project that I'm not that familiar with and while running a few pages I came across some used urls that leads to same page!? #Ensemble 0 2 1 360
Question Nezla · Sep 23, 2022 HTTP request hanging Hi Guys, I'm able make a request through the browser with no issues as below: #Ensemble 0 1 0 238
Question Nezla · Sep 15, 2022 HTTP failing to connect Hi Guys, I'm using the below code that should get me a JSON response, here an example of what I get if I run it from the browser: #Ensemble 0 3 0 402
Question Nezla · Sep 15, 2022 Get JSON from URL Hi Guys, never mind this post is withdrawn Thanks #Ensemble 0 0 0 266
Question Nezla · Sep 14, 2022 Comparing %TimeStamp data types Hi Guys, I do have a class where one it's fields is defined as %TimeStamp and I did query to select all records and if current datetime is bigger then what's in my nextScheduled filed and basically with this condition below I should have all records stored in ^badis but for some reason I'm only getting the first record #Ensemble 0 5 0 607
Question Nezla · Sep 4, 2022 System having trouble writing data to disk Hi Guys, I've this warning message in SMP (attached below), we have more than enough disk space (1.5TB free) so not sure where to check and what could be the problem, eg. which database, global or process ...etc? Thanks #Key Question #Ensemble 0 17 0 1.1K
Question Nezla · Aug 20, 2022 Inbound adapter URL Hi Guys, I'm a newbie in Ensemble productions and I've been asked to create an Inbound adapter and specify a port of which clients can send through JSON files and I did as attached, but now I've been asked to provide the URL to give to our clients so they send their JSON files to and I don't know what URL is should look like!? Thanks #Ensemble 0 3 0 244
Question Nezla · Aug 17, 2022 Ensemble default packages Hi Guys, I've newly joined a new company and have been asked to get the number of classes in their system and was wondering if Ens, EnsLib and EnsPortal are normally a system or default packages that comes with default classes that developers can use or override? #Ensemble 0 6 0 239
Question Nezla · Aug 17, 2022 Counting line of code in all classes Hi Guys, is there an easy way to count all line of codes in all classes in a namespace ? I've been asked to give the total lines of code in all our system and we have over 3000 classes, so opening each one of them to check total line would take a long time. Thanks #Ensemble 0 10 0 395
Question Nezla · Aug 16, 2022 Can run application in IE Hi Guys, My application is running in Chrome but not in IE and I'm guessing it's a security issue, where when I open IE it tells me that ESC in on, but checking the configue in Server Manager tells otherwise? Thanks #Ensemble 0 1 0 203
Question Nezla · Jul 21, 2022 Zen Page source url Hi Guys, usually when I want to find out which class is a zen page is, I just right click on the page and go to properties and this will show me the class url, but with this client I don't get properties as below !? Thanks #Ensemble 0 3 0 286
Question Nezla · Jul 20, 2022 Inbound Adapters Hi Guys, Is there online tutorials or samples on how to use Inbound Adapters ? All I'm looking for at this stage is to create and inbound Adapter in a production to request to connect to a client where I can Get JSON file and what do I need to establish the connection? Thanks #Ensemble 0 1 0 251
Question Nezla · Jul 20, 2022 Dealing with single Quote in SQL Query Hi Guys how do I deal with single Quote inside string in an SQL query? currently this type of query is failing with an error asking me for a closing quote : Select * from cnd.Facilities where name like ''%Grill's BBQ%' Thanks #Ensemble 0 5 0 1.5K
Question Nezla · Jul 19, 2022 Empty HTTP response Hi Guys, We use the below code to send JSON file to one of our clients and was working fine but I think lately they did a windows update and now whenever we send file we aren't getting any HTTP responses, success or Error, just empty response () the think is that it works fine and we get 200 response if we send the JSON file using our client's portal called swagger which is a website where you can assign the token and url (Swagger UI (vibra-api-prod.azurewebsites.net)) #Ensemble 0 6 0 531
Question Nezla · Jul 14, 2022 Clone Class Hi Guys, How can I create a clone class so I can keep a copy of all records in that clone class? Basically, I have a class where sometime records might be delete from it, so I would like to create clone class or merge the global content in another backup global so that records can be deleted from the original class but still have a copy of those delete records in my clone or backup global ? Thanks #Ensemble 0 5 0 437
Question Nezla · Jul 14, 2022 Deleted records Hi Guys, is there a way to get an audit or a record of deleted records in a class? #Ensemble 0 6 0 466