Re: alm connection getting server error for uft
Version of ALM?Version of UFT? (in Win 8 and Win 7 with aggressive UAC, are you tunning UFT 'As Administrator')Is the UFT Add-In installed on workstation?Is the enablement pack installed on server?
View ArticleRe: restoring an HPQC deleted test
As Jan said, you will have to restore the project from a backup.In ALM/QC there is no built in "Recycle Bin" where deleted items go until somebody with higher authority empties the bin. Howerever I...
View ArticleRe: On importing defects, the dynamic lists of a related obligatory field are...
You have to customize the workflow code. This sort of work is described in the Administrator Guide for the product. Your workflow code must already be customized to some extent for this to work at all....
View ArticleRe: How to import excel to already created test set in testlab folder
The only way that I can think of to do what you want is to write code to interfact to the ALM Open Test Architecture API. Such code can be created in Excel macros, but I've never done it that way. I...
View ArticleRe: Folder level access in QC
I want some particular Req to be hide from particular the users. I have added the following code into the workflow..but its not working if Req_Fields.Field("RQ_REQ_ID").Value = "Req ID" AND...
View ArticleHide particular Req
I want some particular Req to be hide from particular the users. I have added the following code into the workflow..but its not working if Req_Fields.Field("RQ_REQ_ID").Value = "Req ID" AND...
View ArticleALM 11.5x: Where are the work flow scripts stored?
In previous versions of QC, the work flow scripts were stored in the file repostiroy for each project, example:..\repository\qc\<DOMAIN>\<PROJECT>\scripts In the new repository structure,...
View ArticleOTAClient based application receives an occasional "Server is not available"...
Hello,We are utilizing a VersionOne<->ALM integration that gets an occasional runtime error. This integration application from VersionOne keeps open all project connections during runtime. What...
View ArticleRe: ALM 11.5x: Where are the work flow scripts stored?
Starting with ALM 11.0 the repository has been restructured to what they call the Smart Repository. The actual location of the files is obscured and when you look directly at the file system you see...
View ArticleRe: Hide particular Req
Do you want to hide a specific Requirement or all requirements of a specific Type?Are you trying to keep the requirements from displaying in the Requirements tree, or grid view, or are you trying to...
View ArticleRe: Hide particular Req
I want when a user who do not belongs to user group "DemoGroup" when login...a particular list of Req should not visible to them...I have tried to add the code in "EnterModule" and Req_MoveTo but it...
View ArticleRe: QC Client side access issue after patch 16 installation.
Hi Hristo, Thanks for your valuable comments. Just wanted to double confirm - after hotfix installation on server, are you sure that QC components needs to be downloaded again.If yes, then I agree that...
View ArticleRe: Bug_new event trigger
Hi Brian, I cannot access http://northwaysolutions.com/our-work/blog/2012/05/alm-workflow-always-trigger-bug_new-when-new-defect-is-clicked/. Could you post the workaround here? Thanks
View ArticleRe: alm connection getting server error for uft
We are using alm 11.0 and uft 11.52 other details I will get back to you on this. We have installed patch uft_00056
View ArticleRe: URL attachment issue in ALM
Hi GBinEG, unfortunately the problem also occurs in new created tests in ALM 11.52. We tried to replace the "|" character with an ":" character and it seems to work. Therefore most likely we will have...
View ArticleQTP 10 / ALM 11.52 compatibility
Hi, we migrated from QC 10.00 to ALM 11.52 and some of our users still want use QTP 10. I found a QuickTest Professional 10.00 Add-in for Quality Center/ALM (with support for ALM 11.50) but...
View ArticleRe: Bug_new event trigger
Hi. You can trigger new defect dialog window like this: Sub DialogBox(DialogBoxName, IsOpen) 'Use ActiveModule and ActiveDialogName to get 'the current context. On Error Resume Next select case...
View Article