Try the following:
1. Run the Client uninstaller utility, download it from here: http://support.openview.hp.com/selfsolve/document/KM1400068
2. Bounce the client (important)
3. Re-register the client
Cordially
Try the following:
1. Run the Client uninstaller utility, download it from here: http://support.openview.hp.com/selfsolve/document/KM1400068
2. Bounce the client (important)
3. Re-register the client
Cordially
Functional testing , it will basically use the QTP addins to test the functionality of the applicaiton depending on the use case, technology (web, windows, Oracle, Java, etc.. ) and the test scenarios planned by the QA team.
Further resources: http://www8.hp.com/us/en/software-solutions/unified-functional-automated-testing/
Cordially
No, it must not be changed. The system field labe has different metadata for controll it and also it has database columns related to its system name; renaming a system defined field at the backend will cause major issues in the project behavior, and future usage in newer versions when upgrading it. It is allowed to rename only the label.
Cordially
Please check the projects module access , see which groups are assigned just to one module that has an additional license and which other are enable to see all modules. Module access can controll how the licenses are also distributed.
Cordially
Please try removing all defect mail conditions from the project. Check the project table Mailcond if it is empty. Then recreate the mailconditions through the UI in the proejct.
To check the mail conditions in the project tables:
SELECT * FROM MAILCOND
Cordially
Hi,
All the permissions are already provided.This issue occured after jira cloud update.
Yes. It will be automatially showed up because we pointed to the copied site admin schema, which has info about exisiting project details, during the installation.
However, you would have to update the dbid.xml for each projects (db connection property and repository path)..
Hi All,
I know that we can link a requirement from defect and vice versa. But my point is why the linked entities in Defect details does not show requirements automatically in the below scenario.
Created a release --> Cycle
Created req--> mapped the cycle
Created test cases in test plan --> mapped the requirement
created test isntance in test lab--> imported the test cases
Executed the test cases --> Raised a defect from step execution
Defect has been created with link to the test step and test set.
But why defect not showing the indirect requirement coverage here? why are we linking them manually?
I hope there might be a reason to chop this simple feature? Can anyone help me?
The file is in my post above, just save it locally and rename to .txt
Hi Shaaz,
Could you please be more specific on the details.
What is the ALM version you are using?
Check the officical system requirements for your ALM version?
https://hpln.hpe.com/product/alm/pages/3376
Solution to your problem:
You can skip the database validation to proceed with the configuration.
1. When you run the setup, continue with the installation of ALM and wait at the last step where you will be asked to click completed or finished.
2.Minimize this last screen and move to the installation directory(path given during installation) and find the file called "run_configuration.bat".
3.Copy/backup the file to another location and open it using notepad.
4. Remove "rem" from the line that starts with "Rem set SKIP_VALIDATIONS=-wConsoleSelectionValidat .........."
5.Save the file and replace this file to the original location where you took backup.
6.Now open the installation last step and proceed.
7.So when configuration windows pops out, you will not be seeeing this ERROR.
Thanks i now have your files I am using ALM 12 do you know how i could add this?
Forgot that
Dim BM_MoveTo, BMA_MoveTo, BMP_MoveTo, BMF_MoveTo
BM_MoveTo = False
BMA_MoveTo = False
BMP_MoveTo = False
BMF_MoveTo = False
must be added to Template Common script.
Enjoy!
Update:
The ";" is the correct multi value sepatrator, it works. The error I was having was linked to importing an invalid value into another field and so corrpting the test.
For thos that are interested here is a little Excel function to clear all of thos unacceptable characters out of the title field of the test before importing it.
=SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(A1,"\",""),"/",""),":",""),"%",""),"'","")
I would need to define a filter in HP ALM which returns the folder structure contained in a given folder. I do not not want to see the test cases in this case.
Is there any way to do this?
For the Requirement you can get this by searching for "Requirement Type" == "Folder" and "Req Parent" == <a_folder>. This returns the entire folder structure inside folder <a_folder>.
But when filtering the Test Plan there is no Type "Folder" and there is also no "Parent" field...
Hi ,I need help with SQL query which gives me results where if a particular requirement type does not have tracebility. Following does not work correctly :
Select a.RQ_REQ_NAME ,RT.TpR_NAME,RQ_REQ_ID from REQ a,REQ_TYPR RT where RT.TPR_TYPE_ID = a.RQ_TYPE_ID and a.RQ_USER-12 = 'Article' and NOT exists (Select FR.RT_TO_REQ_ID from REQ_TRACE FR where a.RQ_REQ_ID = FR.RT_TO_REQ_ID)
Yes , that is the recommended way to do so and it is what R&D recommends. The qcsiteadmin.projects table may work for runing an update on the projects for db_user_pass, db_connection_string, dbservers and physical directory, but is not a supported task.
Cordially
Please also check the installation logs. In the log you will find the database error message for the parameters. Search for those files in your server:
Cordially
Hi, someone that knows how to customize your ALM environment with VbScript abd adding buttons knows how to do this. I will refrain from providing directions to customize your environment.