Hi Guys,
For some reason %JavaServer is timing out so after a while I have to stop then start it again to get be able connect to the gateway?
Thanks
Hi Guys,
For some reason %JavaServer is timing out so after a while I have to stop then start it again to get be able connect to the gateway?
Thanks
Hi,
is there a way to starting & stopping Java Server programmatically ?
Thanks
Hi Guys,
I get the attached error when trying to populate JSON string into a textarea, I'm running IRIS 2024 in a container in Ubuntu, any clues what could be the problem?
Thanks
Hi Guys,
We currently use wkhtmltopdf to convert our html based Zen page reports to PDF using in windows, but because we are now moving to IRIS running in a container we can use that anymore and I've been told that IRIS does have some kind of tool kit or utility that can do similar job and I'm not talking about GenerateReport() methond in zen reports?
Thanks
Hi,
I would like to convert an html zen page to PDF using wkhtmltopdf so I've installed it in Ubuntu and the command wkhtmltopdf but because I've my IRIS installed in a container that command is not recognized and we can't install wkhtmltopdf in the container so is there a way to be able to run this command?
Thanks
Hi,
How can I connect to AWS S3 and download a file?
I'm running : IRIS for Windows (x86-64) 2024.1 (Build 262U) Thu Mar 7 2024 15:55:25 EST
Thanks
Hi,
I can start IRIS terminal using iris Terminal <instancename>, but can I open up Studio & SMP in Linux?
Thanks
Hi,
Just installed IRIS on the top of ensemble 2018 as conversion and I can access Studio & terminal with no issues but management portal is giving page not found error 404 ?
Thanks
Hi Guys,
I'm looking for sample code to connect to S3 and retrieve and backet data?
Thanks
Hi Guys,
how do I know that my service is running in a production, I've this receiving service and the as blow that says lost TCP then closing TCP connection, then last one says ConfigItem starting job, and in the Jobs tab it says Listing.
Hi Guys,
This Nested query is not working for some reason, but they work fine when executing separately ?
select id from FDRD_Com.List where vehicle in (select Car from FDRD_Com.Prod where ProductLineName='Toyota' and Car is not null)
Thanks
Hi Guys,
I've installed the latest IRIS 24 and trying to setup the Smart Factory Starter pack following the link below and would like to confirm a few things:
GitHub - intersystems/InterSystems-IRIS-Smart-Factory-Starter-Pack: ASP - OEE Dashboard
So I created a new OEESP with its database in IRIS, then the second step is to install PythonGatway but doesn't that come out of the box with IRIS latest versions? if not, it says I must install Python 3.6.7 which doesn't exist anymore
Hi Guys,
I'm a newbie in Dockers & containers and trying to install IRIS & VS Code in a container with dockers in Linux.
My understanding is that I first need to install docker, create a container then install IRIS image and looked into this documentation (Container How-to | InterSystems IRIS Data Platform 2024.2) and got me lost so I guess I need baby steps:
Hi Guys,
We are planning to move our system from windows to Linux and I never used Linux before and all I know that is another operating system, so the new server has Linux which looks like just terminal session like Dos and as I ran "uname -r" command to check for the version in it shows some like "6.1.112-124.190.amzn2023.x86_64".
So for the available IRIS distribution and can only found versions for Ubuntu and Red Heat, so do I have to either install one of them to be able to install & run IRIS?
Hi Guys,
I'm calling the expandAll() method to expand the whole tree structure but for some reason its only expanding the root folders but not all elements under those folders ?
var tree = zenPage.getComponentById( "MyTree");
tree.expandAll(true);
Thanks
Hi guys,
Strange that Horizontal in my below code is "Z" but the if (Horizontal=='Z') is actually not recognizing it and does execute the rest of the code !?
S (Horizontal,Vertical)=""
Set Horizontal= ..GetSensorInfo($P(Temp))
&js<var Horizontal='#(Horizontal)#';
alert(Sensor+"="+Horizontal)
if (Horizontal=='Z')
{
alert(Sensor+"=2"+Horizontal)
document.getElementById('Z'+i).value='H'
}
Thanks
Hi Guys,
Given that Analyst property is defined as class object I'm getting the Analyst ID in the below dataBinding, but I'm looking to display the Analyst name, I tried using dataBinding="Analyst->Name" but no luck, I got the same issue when binding to dataCombo or comboBox ?
<text dataBinding="Analyst" id="AnalystName" label="Analyst Name:" size="36" />
Thanks
Hi Guys,
I've the below databinding on a combobox and the issue that the binding is coming with the display value of my levels so eg. I'm getting normal instead of 1 which mean the combobox in my form is not showing, so how get the binding to bring the VALUELIST rather then DISPLAYLIST ?
Property Level As %String(DISPLAYLIST = ",Normal,Dangerous,", VALUELIST = ",1,2,3");
<combobox dataBinding="levels" label="levels :" dropdownHeight="130px" dropdownWidth="230px">
<option value="1" text="normal"/>
<option value="2" text="dangerous"/>
<option value="3" text="Extreme"/>
</combobox>
Thanks
Hi Guys,
I'm using the below simple Get Webservice to return a JSON file, its working but the response is actually of Text type not JSON Type
ClassMethod cmGetHomes(cnt1, cnt2) As %Status
{ S response="{""Land"""_":"_""""_cnt1_""",""Home"""_":"_""""_cnt2_"""}"
// set dataObj=##class(%DynamicObject).%FromJSON(response.data)
//set response.data = dataObj
//W response.%ToJSON()
//set response.data = {}.%FromJSON(response.data)
//set response.data = {}.%FromJSON(response.data)
W response
Quit $$$OK
}
This is the response that I'm getting in Postman
But it says type is text not JSON
Thanks
Hi Guys,
How can I send JSON with HTTP post request?
Thanks
Hi Guys,
I've created a webservice where a third party web application that can communicate with Ensemble via webservices to post and get data in from of JSON, first call is a post call to login with user/password and Ensemble responds with success or failure than the following get calls, but I've been advised that I also need to return a Cookie to control the exchange and the session for a specific user, I'm not familiar with Cookie so any suggestions, how can I create a an authentication cookie and do i need to add it to my next Get calls ?
Thanks
Hi Guys,
I'm using the following to display JSON content in an areatextbox, but I would like to change a value in my JSON before displaying it in my areabox?
set txtId.value= jobj.SampleJsonData.Read(jobj.SampleJsonData.Size)
say for example my JSON string as below and would like to change Type value, I thought of converting the JSON to object
(d ##class(%ZEN.Auxiliary.jsonProvider).%ConvertJSONToObject(jobj.SampleJsonData.Read(jobj.SampleJsonData.Size),,.list) )
Set the value of Type : list.Type
Hi guys,
we converted from Ensemble 2014 to 2018 and now getting the attached error which looks like Manage Method don't exist anymore, has it been replaced by a new one? .png)
.png)
Thanks
Hi Guys
I'm getting syntax error using && operator in using JS in my Zen page, the || works fine!?
Thanks
Hi
I've more than 100 classes that are packed like CRD.Health.MyClass so I've defined the global mapping as CRD*, but now I would like to map some of the classes (CRD.Health.SomeClass) to different database so how can I exclude it from my current mapping to be in the new one because if I map it in the new database it will still conflict with the old mapping?
Thanks
Hi Guys,
I'm getting "ERROR #6084: Unknown errors detected" when compiling my CSP pages, the pages still works fine in the new 2018 system but can do any changes because of this error?
Thanks
Hi Guys,
I've configured my web application and set the Path to where my CSP pages and I can login into my application loads fine with a side menu to links to my CSP pages but when clicking to go any CSP page I got kicked back to the Login page so is there a security setting or configuration that I'm missing ?
Thanks
Hi Guys,
I've created a website and set the path to my csp pages in Web application setting and can populate all my .cls zen pages with no issues but when it comes to CSP pages I always get sent back to login page am I missing something in security ?
Thanks
Hi guys,
Stange problem that I'm facing, when running the below code is inside system task scheduled to run every 5 mins it execute till check("gg")=3, stops at While Rs.Next() and you might thing that's because there no records but yest there records because If I run the same task from the terminal it run fine and process all records, also if I copy the whole code into a classMethod and run the classmethod from the terminal it run fine as well, its only if it runs through the scheduling process or by click run in SMP that runs till check point 3 and doesn't go any further !?
Hi Guys,
Migrated our system from Ensemble 2014 to 2018 and but for some reason my tasks keep getting the attached error not sure why?
Thanks