问题标签 [rpt]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
6305 浏览

sql - 将 .RPT (6 gigs) 文件导入 SQL Server 2005

我正在尝试将两个单独的 .RPT 文件导入 SQL,一个很小,一个很大。两者都存在确定列在哪里分开的问题。

我的解决方案是将文件导入访问,定义列,然后将其保存为 txt 文件。

这非常有效。

然而问题是较大的文件是 6 gigs 并且 MS Access 不允许我打开它。当尝试将扩展名更改为简单的 .txt 并将其导入 SQL 时,所有内容都归为一列(尽管有 10 列),并且无法准确分离数据。

请帮忙!

0 投票
8 回答
103211 浏览

sql-server - Convert SSMS .rpt output file to .txt/.csv

I want to export my big SSMS (SQL Server Management Studio) query result (2.5m lines, 9 fields) as .csv or comma-delimited .txt (with headings). (MS SQL Server 2005 Management Studio.)

So that I can then either read it line-by-line into VBA program (to do certain calculations on the data) or do queries on it in Excel (e.g. with Microsoft Query). The calculations are complicated and I prefer to do it somewhere else than SSMS.

If I choose ‘query result to text’ in SSMS and a small answer (few lines e.g. up to 200k) I could of course simply copy and paste to a text editor. For my large answer here I could of course copy and paste 200k or so lines at a time, 10 times, into a text editor like Ultra-Edit. (When I try all 2.5m at once, I get a memory warning inside SSMS.) But for the future I’d like a more elegant solution.

For ‘query result to file’, SSMS writes to an .rpt file always. (When you right-click in the results window and choose ‘save as’, it gives a memory error just like above.)

--> So it looks like my only option is to have SSMS output its result to a file i.e. .rpt and then afterwards, convert the .rpt to .txt.

I assume this .rpt is a Crystal Reports file? Or isn't it. I don’t have Crystal Reports on my PC, so I cannot use that to convert the file.

When opening the .rpt in Ultra-Edit it looks fine. However in Microsoft Query in Excel, the headings doesn’t want to show.

When I simply read & write the .rpt using VBA, the file halves in size. (330meg to 180meg). In Microsoft Query the headings do show now (though the first field name has a funny leading character, which has happened to me before in other totally different situations). I do seem to be able to do meaningful pivot tables on it in Excel.

However when I open this new file in Ultra-Edit, it shows Chinese characters! Could there still be some funny characters in it somewhere?

--> Is there perhaps a free (and simple/ safe) converter app available somewhere. Or should I just trust that this .txt is fine for reading into my VBA program.

Thanks

0 投票
2 回答
1637 浏览

testing - 使用 IBM Rational 对“Finacle - Infosys”核心银行系统进行功能和性能测试

我正在尝试评估以下 IBM Rational 工具处理“Finacle - Infosys”核心银行系统的功能测试自动化和性能测试的能力。

  1. IBM Rational 功能测试器 (RFT)
  2. IBM Rational 性能测试器 (RPT)

另外,我想确认是否需要为这两个工具添加任何额外的组件来支持我的测试需求(例如,用于测试 Web 服务的插件或处理 Oracle NCA JInitiator ... 等)。

感谢您的帮助和支持。

注意:对于在“软件质量保证和测试”和主要的“StackOverFlow”网站上两次发布问题,我深表歉意。

0 投票
1 回答
89 浏览

sql - 在 sql server rpt db 中删除函数的问题

我在删除此功能时遇到问题。我在 sp 中声明这个函数:

错误:数据库中已有一个名为“extract”的对象。

我使用这个函数来更改我创建的临时表的唯一原因。可能我应该在 sp 的末尾删除该函数吗?但是,此 SP 用于报告,因此我不确定是否在执行结束时删除 SP 是否仍会使所有内容在 SSRS 中正常工作。

我对 SSRS 和 SQL 很陌生。任何帮助表示赞赏!

谢谢!

0 投票
1 回答
954 浏览

c# - .NET - 从 RPT 文件流式传输 PDF 非常缓慢

我正在使用 C# (.NET 4) 从属于我的应用程序的 Crystal RPT 文件生成并返回 PDF。它间歇性地工作,但生成 PDF 的速度非常慢(有时根本无法完成)。关于下面代码的任何建议可能会为我指明正确的方向?

0 投票
1 回答
223 浏览

rpt - 确定 RPT 计划是否正在使用命令行运行?

任何人都知道是否可以从命令行查询 Rational Performance Tester“控制器”并确定是否正在执行计划?
我知道您可以使用以下命令查询代理,但如果 R​​PT 计划由于某种原因失败,代理进程通常会继续处于活动状态。这意味着,尽管在 Agent 上返回了结果,但 Controller 可能不会驱动工作负载。

0 投票
1 回答
204 浏览

html - 输入类型=文件,仅限 .rpt

我使用标签<input type="file" accept="application/x-rpt, magnus-internal/rpt"/>只允许.rpt上传文件,但它不成功。用户仍然可以上传他们想要的任何内容。

这里有什么问题?请帮我。太感谢了。

0 投票
1 回答
12829 浏览

reporting-services - 如何将 .rpt 文件转换为 .rdl 文件

我需要将几个 .rpt 文件(水晶报告)转换为 rdl 文件(ssrs 报告)。如何动态生成 .rdl 文件?是否有任何链接可以提供所有要转换的公式列表?

0 投票
1 回答
65 浏览

java - 如何在 Struts html 中为输入文本添加关联文本?

/>

这是那里的代码。现在使用 Rational Policy Tester(RPT),我遇到了“每个表单控件必须有关联的文本”的策略违规。...请有人帮我解决这个问题。提前致谢

0 投票
2 回答
154 浏览

rtc - 通过为源代码控制建立 RPT 8.5.1.3 和 RTC 4.0.6 连接将 RPT 脚本拉入 RTC

我是 RPT/RTC 源代码控制和连接的新手。我的客户端上已经安装了 RPT 8.5.1.3 和 RTC 4.0.6。在我右键单击我的 RPT 项目 --> 团队 --> 共享项目后,我无法找到我需要在共享项目提示窗口中输入的连接详细信息。我可以访问 RTC 源代码控制,但我不确定如何从 RTC 获取 RPT 的主机存储库路径的值。

谁能提供将 RPT 连接到 RTC 并将我的 RPT 脚本移动到 RTC 源代码控制的分步过程。