Recently active
Is there an option to create content using -F?I have a command line app that utilizes Integrity CLI and in some cases i uses -F option to get details of number of issues in one call. This saves the time as calling viewissue for each individual issue id takes very long time.Is there a similar option to be used with createcontent where i can list all the issues to be created in one file and then only pass in the file name?Thanks,Michko
We are migrating ClearCase repository files to Integrity using RMT, when I look for the software in PTC downloads page i could not able to find.Could someone please help me to get the tool and as well the related documents
It would be good if a callback function exists to the automation interface. What it should do: We have an function that created the interface for the user. The function starts every time when the PTC Integrity Modeler starts. The next step is that we want that the function is user- and model-depend. So we need an callback from the PTC Integrity Modeler to C# (we implemented in C#), maybe with VBS and the COM-Interface. The best time for the callback where after starts a model. And a callback function after closing the model would be fine to. Regards, Mirco
Hello,I am getting below error, please let me know how to resolve it out.JBoss Logger] ERROR mksis.IntegrityServer - * * * * ERROR * * * * (5): *********************************************************************************** Cache Warning: SIRootCache BDC: Two successive BulkData cache collections in less than 60 minutes ( 25 minutes ) If this happens regularly, you may have to allocate more disk space and/or memory to the bulk data cache.
I want to create a mapping configuration for the Excel integration that will give me all of the work items in a project. I want to be able to specify the project in the dialog in Excel.How do I go about doing this? I can't figure out how to enable that Project field.
Hi Team,I need to collect the details of a selected item.For example - i need to export the details of a selected item/query/report to a file, may be using a custom button .Is there any way to do this ?Regards,Arun
Hi,Currently I am working for charts to show the list of Task are in Open and Close for 12 month starting from Jan to Dec. Is anyone have any idea, How to do this?Regards,Shankar
We want to start load and stress testing for IntegrityWe are currently using Integrity 10.6 version.So what is the recommended Tool for performing Load/Stress test on Integrity ServerWhat are the existing tools used by customers for performance testing of Integrity?Is anybody using Load Runner/Silk performer for performance testing of Integrity?
Hi,I want to create a hyperlink to a query in a meeting agenda for attendees to be able to click on to see what items we are going to go through. Could anyone please help we with how I would create this hyperlink?Thanks,Sam
Hi,I was wondering how to abort a trigger script that runs forever due to a infinite loop without restarting the server. I tried to get an overview of all processes using PuTTY and the ps command, but the process doesn't seem to be listed there. The Admin Guide doesn't seem to address that problem...Anyone an idea??Thanks!
This document details the various mechanisms that provide content "reuse" in Integrity. For the purposes of this document, content is defined as the individual line items in documents, such as requirements and test cases, and reuse is defined as the ability to use the same requirement in multiple documents. Both real examples and instructions on how to configure and use various Integrity features are described and recommendations for implementation are made. The Integrity Document Model, Parameters and Trace Propagation are also briefly discussed.
This document provides recommendations for server hardware and network architecture for a PTC Integrity Implementation. It provides supplementary material to the already available Integrity System Guidelines PDF available from here. It is highly recommended that readers review the Integrity System Guidelines as a prerequisite before proceeding. It is a challenge to define a precise hardware configuration that will provide a targeted level of performance for a specific number of users without a detailed usage profile of these users. Although the total number of potential users needs to be considered, a more important criterion for Integrity Server scalability is the number of concurrent, or simultaneously active, users and what operations these different users are performing. Different areas of functionality will require varied server resources and may experience different performance bottlenecks. Although the Integrity server will almost certainly dr
This document is intended to be a short introduction to performance testing strategies for PTC Integrity implementations. That is to say, this is a document describing how to test the performance of the PTC Integrity Application itself, rather than implement a load or stress testing workflow within PTC Integrity for testing other tools. A description of the functional areas in PTC Integrity and their respective areas for potential performance concerns will be presented. There are a variety of technologies available both from PTC and other vendors to perform performance testing; a brief summary of some options will be presented.
Hi all,My name is Kazuhiko Osaka.I'm an administrator of Integrity Server in my department.I must migrate from Integrity2009 + MS SQL 2005 to Integrity10 + ORACLE.Do you have any idea for such migration?Any comment will be appreciated, thank you.
Using MKS 9.6 and its respective MKS API, we have observed that sometimes command execution can take up an unreasonable amount of time. Running the same command sequentially have a wide range of execution time. Wide range meaning for example in case of an "si projects" command sometimes the execution time is less than 3 seconds, but we have seen 11 mins long times as well. These absurd differences are observed on the exact same machine, when directly looped for testing purposes. (Also, no recognizable pattern in the execution time.) The measurement is done only for the command mksResponse response = mksCmdRunnerExecCmd(cmdrunner, actcmd, INTERIM_CACHE);in case of using the C API. (We have observed the same problems using the JAVA API as well.)When the absurdly long executions happened, we have seen log lines like destruction of cache (for user moldovanyi) - moldova
I have the trigger and script in place and working, I don't how to get the bean, however. The normal delta-bean doesn't seem to work for Test Results. This is to write a script that looks at the Verdict and verifies that some various other fields are properly filled out. The 2 folks that I normally go to for questions like this are both on vacation..Kind regards, -Sean
Is there a way to audit or automate via trigger a list of inactive users in the last 90 days? What I mean by inactive is that the have not logged in to Integrity in 90+ days. We are currently using MKS Integrity 2009 SP7 using the MKS Domain for security. We will be upgrading to PTC Integrity 10 in the coming weeks.I ask this because we are doing a security audit of our enterprise. I know (correct me if I wrong, I'm not a Windows server guru) with Windows server you can set user accounts to be locked out or to expire after a given time of inactivity has passed.ThanksDan
Is there any way to redirect the creation of IntegrityClient.rc file to create in another UNIX location instead of UNIX home directory, By default the file is creating in the user's home directory. We needs to setup the client so that the file IntegrityClient.rc can create in /var/tmp
I have a user asking if it is possible to list what sandboxes another user may have created. I know "si sandboxes" will list the ones on your own machine, however the user wishes to see the sandboxes on another machine, without physically accessing that machine. any ideas?
I am trying to use tm setresults to commit a few hundred test case results (in a single session) at a time. I don't think the issue is with the quantity but I don't know. My action definition is below (minus most of the results). When I try to execute the command (via C API), I get the error: MKS124581: Line 11: Problem parsing XML content: nullI assume this error is actually referring to line 12 with the attachment but I don't know for sure. Does anyone know what the issue is? Attachment name is supposed to be optional so I don't think leaving that out is the issue. <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE ActionList SYSTEM "ActionList.dtd"> <ActionList sessionID="61686"> <SetResult caseID="60768"> <Verdict>Passed</Verdict> <AddRelatedItem id="61743" /> </SetResult> <SetResult caseID="60764"> <Verdict>Not Passed</Verdict> <Annotation>Reason: </Annotation> <AddRel
If you have two projects: Project A(this being a test case library) and Project B(this being an application), if you create test suites(with parameters) in project A and then using insert content(or include) into a test suite in project B, can you tell integrity to assume the scope of the Project B project level parameters, instead of using the project A project level parameters?
I have two date fields that I created for my test results: Execution Date and Execution Modified Date. When I kick them out to an html report, they do not format per the definition in the report wizard. Other date and date time fields do though. Is this a bug or am I doing something incorrectly? I can use JavaScript as a work around but I would prefer to not have to do that.
Is that possible? instead of Setting them up manually again ....Thanks for sharing your expirience.
Hello.With one of our customers we need to have a round trip mechanism for requirements management. We receive RIF files extracted from DOORS which we import in Integrity using the PTC Requirements Interchange Format Utility 2.4. After we complete the work we are exporting the requirements in RIF format using the same utility and send the result to the customer. When the customer tries to import the RIF that we have sent he fails in doing so.The customer is using DOORS as a requirements management tool combined with Exeerpt 2.3 for the export to RIF format.One suspicion from his side is that the dates in the PTC Integrity RIF exported file contains milliseconds that Exerpt can not interpret.Is there a possibility to configure the RIF utility to export the dates up to seconds?Thanks you for your support.Gabriel
How can I get informations about the backing Type of an IBPL-field?IBPL-Field ValueFor each of this items I Need the Status of die Backing type which is the underlying field:Can anyone help me?
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.