InterSystems API Management installation issue
I have performed the suggested steps given in the below link for IAM installation but got an error "docker. errors.NullResource: Resource ID was not provided
[21528] Failed to execute script docker-compose"
https://docs.intersystems.com/components/csp/docbook/Doc.View.cls?KEY=CI...
Product version: IRIS 2022.1
There seems to be environment variables that are not set - check this section of the docs https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls... it explains the environment variables used by docker-compose.
Thanks, Juanito,
Yes, environment variables are not set.
I was entering the below details in the "Run the setup script and start IAM" step.
Let me know If I missed something.
docker-compose generates this error when ISC_IAM_IMAGE isn't set. I have this problem when I forget to "source" the iam_setup.sh script in other words running the script via source exports the environment variables, but just running the script doesn't.