Re: Restoring projects in a Linux server
See if this post helps you!http://h30499.www3.hp.com/t5/Quality-Center-Support-and-News/Restoring-projects-from-Linux-server/m-p/6195083#M81470 If you let me know a bit about your situation (upgrade or...
View ArticleRe: Summing of Fields in Business View graph
Are you assinging 'Resolution Time' to a Integer variable and then using it in Sum Of? or using them in query after a converting it into Numeric?
View ArticleRe: Test Plan folders export to Test Lab in QC 10
I discovered a couple of things. When you use Option Explicit, the items to the left of an assignment statement that uses a "set" also need to be declared. For Example: Sub TestFolder_MoveTo dim...
View ArticleRe: Restoring projects from Linux server
Actually we are upgrading/migrating from ALM 11.0 to ALM 11.5 where 11.5 will be on a new server.(most likely case no.2)Expectations : After installing the ALM 11.5 using the schema of...
View ArticleRe: Migrating Site Admin schema in Oracle.
Is there a way that we dont have to clone the server?
View ArticleRe: Project structure in QC 11.52
Connecting to the server using FTP client, you can see the project repository structure as it used to be. You need to start the FTP-server by setting the FTP_PORT site configuration. But yes more...
View ArticleRe: QC 11 - Failed to Restore Project
I too have a very similar problem and our dba is currently away! Did you resolve your's Alok / hgururaj?
View ArticleCAN we use oracle expression edition with Software_HP_QC_ALM_11.50_Unix
CAN we use oracle expression edition with Software_HP_QC_ALM_11.50_Unix
View ArticleRe: CAN we use oracle expression edition with Software_HP_QC_ALM_11.50_Unix
Hello midhunjose, I would like to inform you that using Oracle Express Edition(XE) for HP ALM 11.50 s not a good choice.The reason for that are too many limitations that Oracle XE has.There are CPU,...
View ArticleRe: Read the Test cases and its information from HP QC through java program...
The OTA API documentation that is present in the HP Quality Center help has example in VB. Can you please send me a few examples in Java please.
View ArticleRe: How to get the attachment file on OTA Client API for HP ALM 11 ? Adding...
Thanks for the replay. This is my newest code fragment: If(list.Item(I).HasAttachment) Then stepFactory = list.Item(I).Attachments attachList = stepFactory.NewList("") For attachmentCounter = 1...
View ArticleRe: Test Plan folders export to Test Lab in QC 10
I spent a while looking at this. I tried using the Option Explicit command in my project and started having problems with the code also. Unfortunately I can't spend any more time working on it. I...
View ArticleRe: ALM Truncates XML files stored as resources
What patch level of ALM are you using?What version of UFT are you using?What is the actual size of the XML file before you upload it?
View ArticleRe: Quality Center 9.2 error on selecting Test Cycle
I am receiving the same message when test user changes the Detected in cycle to a different cycle: "Failed to match the release to the cycle" I am on ALM 11.0. I am opening an existing defect. The...
View ArticleRe: ALM Truncates XML files stored as resources
ALM is Ent 11.0.0.8178, the server is SaaS.UFT is 11.52 B0467, ALM Connectivity Version is 11.52.341.0 The source XML is modest, around 32Kb. The point of truncation appears to be random in any case...
View ArticleHow to create an issue via webservice
Hello all;I am in beginner level in QC API so please tolerate my questions.Another application wants to create an issue via webservice of QC. Could you help me for generating code?Do you have any...
View ArticleRe: Web services on a QC server
Hello TrudyWe are using 11.00One customer want to create issue from another server.Another user wants to replace VBS scritp with web service.Here the current VBS...
View ArticleRe: How to get the attachment file on OTA Client API for HP ALM 11 ? Adding...
Thanks for the answers. Now my codes is working properly.
View ArticleAutomation and Quality Center Test id version problems
Hello all, I'm building automation.The automation run with junit and each one of the tests contains annotation of qc test id, each test in the report have a propertiy that contains the test id.The...
View ArticleGet the current requirement ID within workflow script using the OTA API
Hi all. I am trying to get the requirement ID of the requirement the user just changed through the Req_FieldChange script in the workflow requirements module. I thought I would get this through getting...
View Article