"errorcode": "kms-datastorenot found."

Not applicable

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?

Solved Solved
0 3 105
1 ACCEPTED SOLUTION

Not applicable

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.

View solution in original post

3 REPLIES 3

Not applicable

Not applicable

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.

Thanks for sharing the answer!