我在VMware Workstation环境中安装了HANA Express,并在HANA管理员插件中安装了Eclipse 4.6。VMWare和Eclipse都可以在Windows 10上运行。我可以毫无问题地启动HANA,但是,当我尝试从Eclipse插件进行连接时,连接失败。
在Eclipse中配置HANA管理员插件的教程要求以用户身份输入SYSTEM,然后输入密码。问题在于,在HANA Express教程中,似乎唯一设置的用户是“数据库主数据库”(请参见下面的文字)。因此,我没有SYSTEM密码,也不知道“数据库主”用户(即使我知道密码)。如何使这项工作?
Step 3: Startup: Configuration Script
A configuration script will run if this is the first login. When prompted
for HANA database master password, enter a strong password.
Tip: Make a note of this password, since you’ll need it later. You can enter
the same password you used earlier, or a new password. If you are entering a
new password, see the password rules earlier in this tutorial.
XSA_ADMIN
XSA_DEV
XSA_SHINE
TEL_ADMIN
When prompted to Confirm “HANA database master password”, enter the strong
password again.
Run Code Online (Sandbox Code Playgroud)
这是我在Eclipse日志中得到的错误:
小智 5
SYSTEM密码与HXE的主数据库密码相同。如果那不起作用,请尝试HXEHana1
另外,我看到您正在尝试连接实例编号00。如果HXE VM为2.0 sps00或更高版本,则默认实例编号为90。
您可以通过从虚拟机的控制台运行以下命令来排除连接问题:
hdbsql -n localhost -i 90 -d SYSTEMDB -u SYSTEM
Run Code Online (Sandbox Code Playgroud)
这将连接到您的实例,并提示您输入用户SYSTEM的密码,以便您可以在配置HANA Studio之前确认哪一个正确。