WebORB 和“代码生成失败”信息

发布于 2024-08-17 02:08:46 字数 547 浏览 2 评论 0原文

我正在尝试安装 webOrb 3.6.0.3,但我一直无法让模型“构建”。

我已使用正确的凭据连接到数据库服务器。 WebOrb 询问 我要连接到哪个特定数据库,并显示列表供我选择, 所以我知道那部分正在发挥作用。在数据库列表中,我可以深入了解我的数据库, 并进入我的表格以查看列。

然后我将一个表格拖到主模型窗口中。然后,如果我选择绿色复选框,它会告诉我“数据模型已验证,未发现错误”。然后我单击齿轮图标,构建简单的模型,然后我得到这个序列......

. . Trying connect to WebORB using RTMP, attempt 1
. . RTMP connection successfully established
. . Starting code generation for model "asdf"
. . Code generation failed.

就是这样......我看不到任何其他我错过的东西。我已经做了一切 正如开发者巢穴视频所示。

任何人都可以提供建议或一些额外的帮助吗?我很卡住了!

谢谢。

I'm trying to get an installation of webOrb 3.6.0.3 working, but am stuck getting the model to "build".

I've connected to the database server, with the proper credentials. WebOrb asks
me which specific DB to connect to, and displays the list for me to choose from,
so I know that part is working. In the databases list, I can drill into my DB,
and into my tables to see the columns.

Then I drag a table over into the main model window. Then, if I select the green checkbox, it tells me "Data model validated, no errors found". So then I click on the gears icon, to build the simple model, and I get this sequence....

. . Trying connect to WebORB using RTMP, attempt 1
. . RTMP connection successfully established
. . Starting code generation for model "asdf"
. . Code generation failed.

Thats it...I can't see anything else that I'm missing. I've done everything
exactly as the Developer Den video lays out.

Can anyone provide a suggestion or some additional help? I'm quite stuck!

Thanks.

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

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

发布评论

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

评论(1

岁吢 2024-08-24 02:08:46

我对这个困难有部分解决方案。在 weborb 技术支持的帮助下,我们在日志文件中发现了一个错误,该错误表明 C:\Windows\Temp\ 上的权限设置不匹配。

[Thread-7] WEBORB EXCEPTION:1/26/2010 10:16:07 AM:System.InvalidOperationException: Unable to generate a temporary class (result=1).
error CS2001: Source file 'C:\WINDOWS\TEMP\kpfrtmwd.0.cs' could not be found
error CS2008: No inputs specified

根据 WebORB 文档,我曾尝试向“网络系统”和“ASP.NET”添加“完全”权限,但这些都没有解决问题。

作为部分解决方案,我们发现通过添加“Everyone”用户并赋予其“完全”权限,我终于能够编译代码。

目前尚不清楚需要正确设置哪个用户/组才能在不授予“Everyone Full”权限的情况下实现此功能。

I have a partial solution to this difficulty. With the assistance of weborb's technical support, we discovered an error in the log file which suggested a permission setting mismatch on C:\Windows\Temp\ .

[Thread-7] WEBORB EXCEPTION:1/26/2010 10:16:07 AM:System.InvalidOperationException: Unable to generate a temporary class (result=1).
error CS2001: Source file 'C:\WINDOWS\TEMP\kpfrtmwd.0.cs' could not be found
error CS2008: No inputs specified

I had tried adding "full" permissions to "Network System" and to "ASP.NET", according to the WebORB documentation, but neither of those solved the problem.

As a partial solution, we found that by adding the "Everyone" user, and giving it "Full" permissions, I was finally able to compile the code.

It remains yet to be seen which user/group needs to be setup properly for this to work without giving Everyone Full permissions.

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