Re: Limit file size in the repository?
This looks spot on!We'll implement in dev, and hopefully have it in production shortly after.
View ArticleRe: SQL problem
I solved this by following the clue that they may not be the same format. I was confusing the ALM ID with the ID I have assigned in a user defined feild.
View ArticleRe: Do you have a list of project that have been granted Admin right?
Hi Chept, If I understand your request correctly ; you need list of users who have TDAdmin role in each and every project of your QC 11. You can obtain the result by executing the below VB code aganist...
View ArticleRe: Do you have a list of project that have been granted Admin right?
Hi Chept, Attached Query will provide all the roles information for all the users, tweak this query based on your requirement and roles present in your organization. SELECT m.Project Project, m.usname...
View ArticleRe: Automail Multiple Conditions
Thanks Jan, It is affecting both of my projects - and I think I've narrowed down the issue further with some testing: When I comment out the section of code pertaining to the Assigned To field (the...
View ArticleHP ALM /QTP certification details
Hello Folks, I am working as a Test Engineer for the past 2.5 years as a part of testing competence in my organization. My roles is to develop and execute automation regression test suites using QTP...
View ArticleRe: Migration problem from QC10 to QC 11
There should be folder "tables" and a xml file "db_xmlmap.xml" in the location mentioned in the error. You might get this error if these files are...
View ArticleRe: Do you have a list of project that have been granted Admin right?
Hi Srihari, Sorry for the incomplete information and thanks for response, We need one script to get all admin names from QC site admin. Example we have A,B,C and D Projects and in only A and B we have...
View ArticleNeed to change the Field order in Requirement module
We have request from user to change the ordering of fields under Requirement module in Details tab, can any body suggest way to do this, if its only from Work flow can you paste simple script. I used...
View ArticleRe: QC10_Excel Add-in error: "Invalid server response"
Does anyone have other suggestions?Any help would be appreciated.
View ArticleRe: Do you have a list of project that have been granted Admin right?
Hi Chept, Below VB code will provide a startup for your requirement. Imports TDAPIOLELib Imports SACLIENTLib Imports System.Xml Imports System.IO Module Module1 Sub Main() Dim fso, f fso =...
View ArticleRe: Need to change the Field order in Requirement module
Remove that from the Requirements workflow. Instead use this: Sub ReqFieldSetup If User.IsInGroup("Customized_QATester")or User.IsInGroup("TCOE_Defectmanager")or...
View ArticleRe: Need to change the Field order in Requirement module
You need to call this "WizardFieldCust_Add" in Req_NEw & Req_MoveTo subroutines. To do this simply write WizardFieldCust_Add under these subroutines. Save & come out. You will see the changes....
View ArticleRe: Need to change the Field order in Requirement module
For which Requirement Type this change will be applied ?
View ArticleRe: Automating Mozilla PRISM application
Any update on the Mozilla Prism automation by QTP
View ArticleMIGRATION PROJECT QC 11 TO QC 11.52
I try to migrate a project from QC11 to qc 11.52 but I have one from errors during the upgrade project: 2014-01-27 14:32:38.943 ALM-U10009: Verify passed and found problems that cannot be fixed by the...
View ArticleCMD Line to stop/start ALM service?
Does anyone know a cmd line to stop and start the ALM application? We have an ALM 11.5 server that gets overwhelmed with SCM synchronize jobs that only seem to resolve by stopping the application....
View ArticleRe: MIGRATION PROJECT QC 11 TO QC 11.52
Check the detailed log. Do you have something in <SA repository>\DomsInfo\MaintenanceData\out\ Both the errors tell you that you need to manually fix the issues.The link posted by you actually...
View ArticleRe: MIGRATION PROJECT QC 11 TO QC 11.52
tHANKS FOR YOUR HELP, I transmit to you the report as an attachment.
View Article