PowerBuilder 10 错误:“初始化文件不可写。无法继续。”

发布于 2024-12-22 14:16:24 字数 102 浏览 0 评论 0原文

当 PowerBuilder 在 Windows XP 上启动时,我收到以下错误消息:

初始化文件不可写。无法继续。

When PowerBuilder starts up on Windows XP I receive the following error message:

Initialization file is not writable. Cannot continue.

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

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

发布评论

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

评论(1

锦爱 2024-12-29 14:16:24

经过调查,发现原因是初始化文件PB.INI位于我没有权限的区域。

有两种解决方案。使用具有管理员权限的帐户登录或更改 PB.ini 文件的位置。可以通过添加/编辑以下注册表项来更改注册表中的 PB.ini 文件位置:

[HKEY_CURRENT_USER\Software\Sybase\PowerBuilder\10.0]
InitPath="NEW LOCATION of PB.INI e.g. C:\DevTools\PB10"

After investigation, it turns out the cause is that the initialisation file, PB.INI is in an area I did not have permissions to.

There are two solutions. Log in with an account with Administrator priveliges or change the location of the PB.ini file. The PB.ini file location can be changed in the registry by adding/editing the following registry key:

[HKEY_CURRENT_USER\Software\Sybase\PowerBuilder\10.0]
InitPath="NEW LOCATION of PB.INI e.g. C:\DevTools\PB10"
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文