Re: Excel Report
In version 10.0 HP had not yet split the ALL_LISTS table into two. So the query for your version would be:SELECT AL_DESCRIPTION FROM ALL_LISTS WHERE AL_FATHER_ID = (SELECT AL_ITEM_ID FROM ALL_LISTS...
View ArticleRe: Unable to run the command through Workflow
For some reason, returning a non-existing bug ID does not cause an error in our production installation. But you could check it like this for example: On Error Resume Next Set refBug =...
View ArticleRe: Attachments in QC 10 get uploaded as 0kb files
Hi, Never "Repair Project" directly, Please have a back up & Perform the same.I Guesst, this process may not Fix the Issue.Please check thesize attach folder in the repositories of the both...
View ArticleRe: Mapping input and output parameters in QC
Yes, that is the way you will typically use parameterization.
View ArticleRe: How to move duplicate Test Cases in a folder ????
Yes, you can filter on multiple columns. For example:filtr.Filter("BG_USER_01") = "Item1"filtr.Filter("BG_STATUS") = "Assigned OR New"
View ArticleRe: How to update test case parameters in test lab
It seems to me there are quite a few irrelevant code lines here. Could you explain in more detail exactly what you want to do and what is not working?
View ArticleRe: Unable to login to Hp QC 10
Hi Kiran, Try to performt the same by downloading the QC Explorer from the home page of the QC.Provide the link of the QC, in that explorer & try a shot.If still seems to be the issue, please check...
View ArticleALM 11.5x Workflow: VBscript Time function no longer returns value
Hello All, A number of our projects used the Date and Time functions in their work flow scripts to populate fields, for example Fields("BG_USER_07").Value = Date Fields("BG_USER_08").Value =...
View ArticleMessage at ALM Explorer start
Dear all,does anybody know how to display a warning/message after starting the ALM Explorer? I want to remind our users of a new authentication method and considered to edit the start page, but...
View ArticleRe: Message at ALM Explorer start
A message box in CanLogin should work Function CanLogin(DomainName, ProjectName, UserName) On Error Resume Next CanLogin = DefaultRes MsgBox "Look at our new features", vbOK On Error GoTo 0End...
View ArticleRe: Message at ALM Explorer start
Hi Will, thanks for your help, but unfortunately I need a message/warning before login. We changed to LDAP authentication and I want to avoid locking of user accounts by accident. Best Regards,Christoph
View ArticleRe: ALM 11.5x Workflow: VBscript Time function no longer returns value
OK, it appears that Time stores differently now, and the projects had masks on the fields that are now incompattible.
View ArticleRe: Message at ALM Explorer start
Ok, so after the change goes into effect How about editing the images/login_logo.gif or images/ALM/LoginProductDisplayName.gif to include your message? We used to do this to make our dev environment...
View ArticleRe: Error while creating a project by copying data from an existing project
What were the source and destination domain\project name combinations, to help flesh out the question?
View ArticleRe: Message at ALM Explorer start
Whenever I edit images or htm/jsp files the changes only seem to take effect in the IE. The ALM Explorer keeps unaffected from any changes. Do I have to edit files in a different directory for the ALM...
View ArticleDefect Report - query not returning the correct results when added condition...
Hi , The below query doesnot return proper results. If I take out the condition for the field BUG.BG_USER_06, I get proper results. Please help SELECT BUG.BG_BUG_ID as 'DEFECT ID',BUG.BG_SUMMARY AS...
View ArticleRe: Issues with ALM OTA List Collection
Apologies. Let me first explain what I'm trying to do. When a user changes a field, called "Update Requirements" on the Test Set Details screen, the method Template_TestSet_FieldCanChange will be...
View Article"Call to Test" and "expected" Problem in HP QC Test Lab
Hello,Let me first explain what I want to do: We have some production facilities which use all the same telegrams to communicate but different parameters. Some use more and some use less of the...
View ArticleRe: count of total steps for each test script report
What if I'd like to get the Total Test Cases and the total number of DESSTEPS whose name is 'CALL' within those test cases SELECT TEST.TS_TEST_ID, TEST.TS_NAME, cnt.callCountFROM TESTINNER JOIN (...
View Article