Questions tagged [rpt]

56 questions
0
votes
2 answers

Loading an SSMS .rpt file to MySQL

I have a .rpt file output from SSMS. I'm able to open it within a text editor or Excel, but format appears to be neither space, tab, or comma delimited, so resulting formatting in Excel isn't correct. I've had similar issues loading to MySQL…
Chris
  • 1,401
  • 4
  • 17
  • 28
0
votes
1 answer

run nongui hcl onetest performance

I'm using ibm rpt v9.5(now hcl onetest performance), I have project created and able to run on gui mode. but can not run on non-gui mode using cmdline. any one has occurred this issue? cmdline -workspace workspace_full_path -project proj_rel_path…
surya
  • 11
  • 3
0
votes
2 answers

How to delete lines in a file up to a certain character in python 3

I have a very big file that I need to parse. I don't need any of the lines up to '&'. I just need the information after the '&' in the file. How do I delete the lines before the '&'? This is what I have so far: import re original_file =…
CarlosX2X
  • 193
  • 1
  • 1
  • 9
0
votes
0 answers

How to parse SQL files in pandas?

I am in an odd situation where I cannot connect to the server using python. I can however connect to the server in other ways using SQL Server Management, so from that end I can execute any query. The problem however is parsing in pandas, data…
callmeGuy
  • 944
  • 2
  • 11
  • 28
0
votes
1 answer

How Can I Convert a crystal Report to Web Page

How Can I Convert a crystal Report to Web Page.I have .rpt file but it is complex to understand. Is there any way to convert it into Web Page.
0
votes
0 answers

Error to pass a .rpt report to .pdf using CrystalReportsNinja (w/ ORCL)

Im using CrystalReportsNinja to make my .rpt report to .pdf, but isn't working. Error: 29-05-2018 16:44:28 Report loaded successfully 29-05-2018 16:44:28 Output Filename : c:\CrystalReportsNinja\oracle.pdf 29-05-2018 16:44:28 Output…
0
votes
1 answer

Not able to read rpt file using Python 3

I am trying to read a .rpt file using the python code: >>> with open(r'C:\Users\lenovo-pc\Desktop\training2.rpt','r',encoding = 'utf-8', errors = 'replace') as d: ... count = 0 ... for i in d.readlines(): ... count = count + 1 ... …
Jaffer Wilson
  • 7,029
  • 10
  • 62
  • 139
0
votes
1 answer

What monitoring tools are available to monitor the load testing being done by IBM rational performance tester?

I am doing the load testing by using IBM rational performance tester on an application. I want to monitor the various resources like servers, middleware, networking etc. during the load testing in order to pinpoint the bottleneck. What monitoring…
0
votes
1 answer

RPT with virtual users

I am working on Rational performance tester (RPT) to do some load testing for one particular functionality. I recorded the script and I ran the same , it works fine without any errors. But when I run the same with 5 virtual users ( Performance…
Kumar
  • 153
  • 5
  • 12
0
votes
1 answer

During RPT run, driver has reported that it is no longer receiving messages from the workbench

I am using RPT8.3 in which I am running a schedule in RPT having 100 users which have to run until finished with no ramp up. The structure of schedule is : -schedule (100 users) | |-User group(100% users) | |-6 recorded…
a Learner
  • 4,944
  • 10
  • 53
  • 89
0
votes
1 answer

RPT error: fail verdict roll up

I am a newbie for RPT and performance testing. I am using RPT trial version 8.7.1. i have recorded a simple test. What this recorded test is doing is that it simply logging in an eccommerce site, then browsing it to a item, then adding that item to…
a Learner
  • 4,944
  • 10
  • 53
  • 89
0
votes
0 answers

Regular Expressions for extracting Correlation Parameters in IBM RPT

I have a problem here. The line in response goes something like this: *14*PerfTest1 PerfTest2*14*Individual Here I want to extract out PerfTest2 for a LastName value. But the first name also would differ for some test data. *14*Individual would be…
0
votes
2 answers

How to reuse RFT scripts in RPT

I have Rational Functional Tester installed on my local machine and I have written some scripts. Those RFT scripts are meant for automation and I want to import these scripts on a Rational Performance Tester. Is this possible?
Srinivas
  • 1
  • 2
0
votes
1 answer

eclipse not accepting set heap size in eclipse.ini

I am using IBM rational performance tester with eclipse and have set “show heap status” in windows>preferences>general in eclipse. But when I run my application/performance test it shows java heap space error. My eclipse.ini is : -vm C:\Program…
a Learner
  • 4,944
  • 10
  • 53
  • 89
0
votes
0 answers

printing picture from database in rpt file vs2008

Good day everyone, I have a question. I want to print a picture from database. Now, I am using vs2008 rpt file. In parameter fields there is no image in value type. How do I do that. Feel free to downvote. I'm new in crystal report.
jLaw
  • 302
  • 3
  • 15