go to post Touggourt · Jul 21 Never mind guys, it turns out that "Prevent Login CSRF Attack" flag in Web Application Settings needed to be turned off, its a feature in IRIS and by default is turned on which allows creating a Token to the website page that gets verified along with the user/pass when logging in
go to post Touggourt · Jul 20 One of the errors is the below But I'm passing the username/password? and I use to have this error before when the system was on Ensemble 2018 and was able to login and upgraded to IRIS 2024 and now I'm getting these other errors!?
go to post Touggourt · Jul 18 Ok I see where is the problem, the issue is that the code before it is raising errors, the DIV tag and && is not an acceptable syntax, any ideas what's wrong with that syntax, I tried double quotes for div and single & for and but still? Thanks
go to post Touggourt · Jul 16 That was my first action by putting the cursor at the beginning of the word Class and backspace but there no space, strange !?
go to post Touggourt · Jul 16 Yes just confirmed they are exposed with custom numbers, so how can I assign them in my code?
go to post Touggourt · Jul 16 I would think so but double check with our system admin, but if they are exposed in the container with different port number how can I specify them in my code? Thx
go to post Touggourt · Jul 16 My URL is like : ac1.mqtt.sx3ac.com/api/gap/nodes?filter_mac=DC:0D:30:C6:19:9D&filter_rssi=-75&mac=CC:1B:E0:E4:49:28&active=1&event=1&chip=1&access_token=437099c4a30895840ca7439d38e974d7c38338e72a5190abc7e47b14bcb4094d so I guess from your code url="ac1.mqtt.sx3ac.com" and endpoint ="/api/gap/nodes?filter_mac=DC:0D:30:C6:19:9D&filter_rssi=-75&mac=CC:1B:E0:E4:49:28&active=1&event=1&chip=1&access_token=437099c4a30895840ca7439d38e974d7c38338e72a5190abc7e47b14bcb4094d" ? and in open device: HOSTNAME is the server where my program is running (IRIS install) or the server I'm connecting to? and SSL would be my SSL/TLS config? Thanks
go to post Touggourt · Apr 22 BTW, if I'm implementing my own class that extends Ens.BusinessService what's the use of the InboudAdapter, because the code will execute regardless?
go to post Touggourt · Apr 21 And under which class is it available, Or do I have to create my own class that Extends Ens.BusinessService and copy my code from task scheduler under OnProcessInput? and in this case I won't be needing pInput & pOutput. Method OnProcessInput(pInput As %CharacterStream, Output pOutput As %CharacterStream) As %Status
go to post Touggourt · Apr 1 I've changed the search criteria to BlobNamePattern field it as attached, and still not getting anything. Currently if I use this code works, but not the above API setup!? set file="/Persistent/Credentials" set endpoint="https://s3.amazonaws.com" s tStatus="" d res.DownloadBlobToFile("MTCbucket","MTC_88667","/archive/MTC_88667_archiced.json")
go to post Touggourt · Feb 20, 2023 Thanks. I though maybe you can create a Role for that user and restrict the webpage to only be accessed by that role!?