Thanks.
I though maybe you can create a Role for that user and restrict the webpage to only be accessed by that role!?
- Log in to post comments
Thanks.
I though maybe you can create a Role for that user and restrict the webpage to only be accessed by that role!?
I've changed the search criteria to BlobNamePattern field it as attached, and still not getting anything.
.png)
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")
Thanks John
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
.png)
Thanks
Thanks Julian👍
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?
.png)
Never mind, I'll just use eg. name=row[1]
My URL is like :
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
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
Yes just confirmed they are exposed with custom numbers, so how can I assign them in my code?
That was my first action by putting the cursor at the beginning of the word Class and backspace but there no space, strange !?
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?
.png)
Thanks
One of the errors is the below
.png)
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!?
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
Don't know, I got classes from a clients where I'm suppose to import & compile in our IRIS, so should I be adding a parameters as below?
.png)
Thanks
Thanks
Thanks