WebORB和“代码生成失败”消息(WebORB and “Code Generation Failed” message)

编程入门 行业动态 更新时间:2024-10-24 13:24:17
WebORB和“代码生成失败”消息(WebORB and “Code Generation Failed” message)

我正在尝试安装webOrb 3.6.0.3,但我很难让模型“构建”。

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

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

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

多数民众赞成......我看不到任何我想念的东西。 我完全按照Developer Den视频的规定完成了所有工作。

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

谢谢。

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.

最满意答案

我对这个困难有部分解决方案。 在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”用户并赋予其“Full”权限,我终于能够编译代码。

还有待观察哪个用户/组需要正确设置才能使其工作而不给予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.

更多推荐

本文发布于:2023-08-01 22:10:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1365750.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:消息   代码   WebORB   Code   message

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!