Re: Export Project list from HPQC
Hello, Thanks for your reply. Is there any specific table where we can fetch the project list details from site admin schema. Please suggest. We have a production request on the same. Regards
View ArticleSQL - Last Audit Entry
Hi, Hope someone can help....my SQL is not the best. Below is my SQL to retrieve information from the Audit history but returns all the entries fro each defect. I am after the last entry only.... I am...
View ArticleRe: Export Project list from HPQC
check if this helps http://h30499.www3.hp.com/t5/Quality-Center-Support-and-News/QC10-Get-list-of-project/td-p/5414907#.UvjTKfmSxU8
View ArticleRe: Failed to upgrade from 11.0 to 11.52 - repair step
I recreated/-imported the project without checking the Unicode option and then everything worked as expected. HTH.
View ArticleRe: Export Project list from HPQC
Hi, I am looking for the export of project lists and sub entites which is avaiable in cutomization module. Regards
View ArticleHow to remove the Attachments from the Test lab
Hi, My project required very frequent Regression testing. For that we are using same set of test cases everytime. However my client does not like to keep the old attachments which we have attached...
View ArticleRe: Private Folder in ALM
This did the trick thank you! This will come in so handy in the future I am sure. You are a life save thank you!
View ArticleRe: Private Folder in ALM
This probably would have worked too but the changing of the Domain Authentication worked perfectly. Thanks for this reply.
View ArticleRe: Unable to upgrade ALM project with checkout data
I don't believe there is any way to check in the checked out items after you've already upgraded the ALM version.If, during the upgrade, you elected to create you Site Admin schema by "upgrading a copy...
View ArticleView "Faster ROI with ALM Through Education" Vivit Webinar Recording
Did you miss "Faster ROI with ALM Through Education" Vivit webinar on 2/4? View the recording at: http://www.vivit-worldwide.org/?page=2414FasterROI
View ArticleApplication components module: You are exceeding your licence
Hi All, We have migrated from QC 10 patch 24 to ALM 11 patch 10. In QC10 and ALM 11 ; Tools -> Customize -> Module Access all the User roles are mapped with this "Application components module"...
View ArticleRe: QTP cannot input value to Webedit field
My application is a Siebel app. I am unable to set text using .set and also the below piece of code. pls help Set ObjBroAdministration = Browser("brEPOSAdministration").Page("pgEPOSAdministration")Set...
View ArticleRe: Unable to upgrade ALM project with checkout data
Thanks All for responding. Jesper- Request you to send that utility to sanjeev0801@gmail.com Thanks in advance, Thanks Shivaram and Trudy. We deleted all the data from VC* table from siteadmin itself...
View ArticleRe: SQL query : Calculate license utilise by project for a given period of time
Thank for your reply. I want the SQL Query for the same. In which database table this information is store. How can we fetch the details.
View ArticleRe: Need to change the Field order in Requirement module
I am not sure how to use that.
View ArticleRe: Need to change the Field order in Requirement module
Just insert the line ReqFieldSetup into those subprocedures. Otherwise ReqFieldSetup will never be executed.
View ArticleHow to find who has deleted custom field?
How to find who has deleted custom field in test plan?
View ArticleRe: Get path from defect subject - I can't get Bug_fields("BG_SUBJECT") to...
Thanks, I have a much better understanding of the problem now. However, if I change values in After_Post I go against this recommendattion in the "HP ALM Workflow Best Practices" guide: Do Not Modify...
View ArticleRe: SQL query : Calculate license utilise by project for a given period of time
did you check qcsiteadmin_db? The data about connections and licenses is stored in the SESSIONS_HISTORY and SESSION_LICENSE_HISTORY tables in qcsiteadmin_db. SESSIONS_HISTORY table shows all...
View ArticleRe: How to remove the Attachments from the Test lab
Hi Krish,See if this code helps. Anup. Private Function DeleteTestAttachment(theTest As TDAPIOLELib.Test) Dim TestAttachFact As AttachmentFactory Dim attachList As List, TAttach As Attachment Dim...
View Article