"errorcode": "kms-datastorenot found."

I attached verify API key policy for my apiproxy. I accessed my testing api by a apikey

http://apigeeserver1:9001/testsecure/app/faq.aspx?apikey=7PA5FkkQPtPZxkttAKoNZbAp39QFWDIL

, and returned following content:

{ "fault": { "faultstring": "kms-datastorenot found.", "detail": { "errorcode": "kms-datastorenot found." } } }

how can i fix this error?

2015-12-9-13-40-16.png

According to Apigee support’s advice, I reinstall apigee, by following steps:

apigee-install.sh

patch-install.sh -r /opt -f patch-4.15.07.01.zip

/opt/apigee4/share/installer/apigee-setup.sh

/opt/apigee4/bin/setup-org.sh

now the issue has been resolved.

2 Likes

Thanks for sharing the answer!