简体   繁体   English

Adempiere - 找不到表 AD_System

[英]Adempiere - Table not found AD_System

This question is for those who have experience with Adempiere ERP.这个问题是为那些有 Adempiere ERP 经验的人准备的。

when logging in, I get the error table ad_system is not found.登录时,我得到错误表 ad_system is not found。 connecting to Postgresql I can see the database along with the table name.连接到 Postgresql 我可以看到数据库以及表名。 not sure why it says so.不知道为什么这么说。 anyone else experienced the same issue?还有其他人遇到过同样的问题吗?

my Postgres user does have superuser permissions我的 Postgres 用户确实具有超级用户权限

[error message on login] [登录时的错误消息]

1

Try to query the database to see if it has data or if it's empty, for example:尝试查询数据库是否有数据或是否为空,例如:

SELECT * FROM AD_System

or或者

SELECT * FROM C_BPartner

That error usually appears when you do a bad DB restoration and the DB Tables are empty.当您执行错误的数据库恢复并且数据库表为空时,通常会出现该错误。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM