Firebird 4获取“不兼容的数据类型”使用GSEC或ISQL时错误

发布于 2025-02-10 01:02:24 字数 559 浏览 3 评论 0原文

当我尝试在v4.0.1上使用GSEC或ISQL时,我将面临问题:

# "${PREFIX}"/bin/gsec -database "security.db" -display MYUSER
Incompatible data type

或通过ISQL:

# "${PREFIX}"/bin/isql -user sysdba security.db
Database: security.db, User: SYSDBA
SQL> create or alter user SYSDBA password '${ISC_PASSWORD}' using plugin Srp;
Statement failed, SQLSTATE = HY000
no operation specified
-Incompatible data type

我已删除然后重新创建的Security4.FDB,但我仍会遇到此错误。

I'm facing an issue when I try to use gsec or isql on v4.0.1:

# "${PREFIX}"/bin/gsec -database "security.db" -display MYUSER
Incompatible data type

Or via isql:

# "${PREFIX}"/bin/isql -user sysdba security.db
Database: security.db, User: SYSDBA
SQL> create or alter user SYSDBA password '${ISC_PASSWORD}' using plugin Srp;
Statement failed, SQLSTATE = HY000
no operation specified
-Incompatible data type

I've deleted then recreated security4.fdb and I'm still getting this error.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

虫児飞 2025-02-17 01:02:24

这是 https://github.com/firebirdsql/firebirdsql/firebird/firebird/issues/issues/6860 and6860 and6860 应该在版本4.0.1中修复它。两次检查服务器版本,或者只需从firebird.conf删除数据型兼容性设置即可。

This is https://github.com/FirebirdSQL/firebird/issues/6860 and it is supposed be fixed in version 4.0.1. Check server version twice or just remove DataTypeCompatibility setting from firebird.conf.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文