Re: Test ID and Test-ID, a question!
There are two resources you should review.1. The Database Reference Document provides information about the tables and fields that comprise the database schema for a project.2. If you have permission,...
View ArticleHow to delete corrupted data from file repository
Hi All, I have some corrupted data in our project (attachments) which I am not able to delete from front end GUI so How can I delete them from project repository since attachments are saved in...
View ArticleRe: How to delete corrupted data from file repository
A couple of suggestions:You might be able to remove the corrupted attachments using custom code that interfaces to the API.Look up "ftp" in the Administrator Guide. It has a section talking about using...
View ArticleAutomation of EPIC (MUMPS technology) using HP UFT
Is it possible to automate EPIC application developed in MUMPS ( Massachusetts General Hospital Utility Multi-Programming System, later: 'Multi-User Multi-Programming System') technology using HP UFT....
View ArticleRe: display FullName for detected and assigned defects
Do not depend on the code completion feature of Script Editor. In case of doubt consult OTA documentation. TDConnection has customization property which returns customization object.P.S use the sample...
View ArticleRe: Automation of EPIC (MUMPS technology) using HP UFT
Mention the technology used for developing this application. Consult the UFT documentation, you would have a list of supported technologies.QTP/UFT supports testing of belowa) Web based applicationsb)...
View ArticleRe: Manual Run Executed Steps Columns Order
So, some more information which I think is partly the cause of this issue. We have multiple projects, around 85 actually grouped together into ONE "Master Project" if you will. So instead of each...
View ArticleRe: How to delete corrupted data from file repository
In our project also we experienced the same issue. The reason for corruption in the attachment was some illegal/unsupported characters in the file name. Filename is stored in the database and actual...
View ArticleRe: Add audit log in custom email Body
TDConnection object has AuditRecord and AuditProperty objects from which you can retrieve the audit log. I assumed AuditRecord.AuditPropertyfactory will return just one audit property record since...
View ArticleRe: How to get properties of CustomizationRBTQuestion object via...
Thank you so much Jan for your reply, but if I want to use 9 as my FCQuestionById, can you please give me an example how do I access it? I am struck here, so please guide me.
View ArticleRe: display FullName for detected and assigned defects
Below code works for me perfectly....you can try Sub Defects_Bug_FieldChange(FieldName) DIM FullName FullName = UserFullName(Bug_Fields("BG_DETECTED_BY").Value) Bug_Fields("BG_USER_09").Value =...
View ArticleRe: Can not install ALM 11 - This file has no digital signature or the...
aleksandar,i try your solution but still cannot resolve.
View ArticleRe: How to get properties of CustomizationRBTQuestion object via...
Try Set RBTQues = TDConnection.Customization.RBT.FCQuestionById(9)
View ArticleData Migration from in-house QC 9.0 to SaaS QC 11.52/11.0
Hi Team,My organization is currently on MQC 9.0 and planning to move over SaaS. With respect to data migration - need to know thoughts from the community. 1. What is the data migration path from...
View ArticleUpgrading schema of version 11.00 is not supported
Hi, I am trying to install HP ALM 11 on a new server and use the option "Upgrade a copy of the existign schema" as I want to get the user list from the previous version(Quality center10) which is on a...
View ArticleRe: Upgrading schema of version 11.00 is not supported
I am not sure about V 11.0, but I just used the following process to move a project from QC 10.0 -> ALM 11.52 and the users came with it. After our DBA moved the schema to 11.52 from 10.0, I moved...
View ArticleRe: Need help with SQL to pull daily counts (# of defects opened, resolved,...
Thanks for the reply ... Getting pretty close with the help of a DBA friend and thought to share with the board to help others looking for something similar ... Testing it now and hoping it will be bug...
View ArticleRe: Upgrading schema of version 11.00 is not supported
Your error shows that qcsiteadmin_db schema is already upgraded to V11. In that case, while installation, you will not be able to upgrade it again (since it is already upgraded). In this case you need...
View Article