SQL错误中心
这里罗列了已知的用户常见错误,旨在帮助用户根据请求错误提示,排查问题所在,自助诊断和修复问题。
通用错误
案例名称 | 描述 |
---|---|
logstore * does not exist | 查询的logstore不存在 |
logstore without index config | 查询的logstore索引不存在 |
Too many queued queries | SQL并发查询超限 |
duplicate column conflicts | 索引列配置冲突 |
Column '*' no longer exists or type mismatch | 索引列错误 |
key ('*') is not config as numberic column | 索引字段非数值型 |
key ('*') is not config as key value config | 索引字段值非配置类型 |
权限错误
案例名称 | 描述 |
---|---|
AccessKeyId is disabled | AK权限不足 |
AccessKeyId not found | AK找不到 |
The security token you provided has expired | Security token已过期 |
denied by sts or ram | STS或RAM权限不足 |