Written by

Question Vivek Nayak · Feb 25, 2022

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=C…

Product version: IRIS 2022.1

Comments

Vivek Nayak  Feb 25, 2022 to Juanito Doolub

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.

0
Bob Kuszewski · Feb 25, 2022

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.
 

source ./scripts/iam-setup.sh
0