Recently active
We are still using the MKS Integrity 2009, Build 4.10.0.9665 version (Client + Web interfaces). I wanted to ask the community if they new how to delete the User history which gets stored against a User profile seperately for Web & Client.Example I run a query on Web interface and close the browser. Then when I login back either same day or some other day, MKS runs last query I ran and shows me the result. How do I clear this user session.One of our users tried running a very complex query and it timed out and now every time they try to open the Web MKS the page does not render.
Since the home directory is shared between the unix servers, when i try to launch the client from one server while the client is opened with another server. Its throwing an error which says the client is already open.I have a scenario that i need to connect from different servers simultaneously. Can someone please help me to setup the client to open in different servers simultaneously
Dear community,I would like to get a better understanding about the triggers in integrity and javascript. The reference I have found: Class LocalTriggerManager. I started to read the available triggers. I would like to do it well and not too much time dealing with selflearning; I would like to back myself with a good book could you please suggest me a good one? I’ve checked several but all most of them are specialized to web-development. But I need the "How to programming in Java Script - Developing Integrity Triggers" unfortunately I have not found it on amazon I am using often script languages like python or dxl.
Hi,I have created the schedule trigger, which will update few fields on items given through query.But while I ran schedule trigger. I got error as on item ID: 12345 have mandatory fields which are not filled which will abort transaction.Is there any way skip such item having mandatory fields and going through other item ?I have tried with adding try catch block but still its aborting by giving mention error.Please suggest me.
Sometimes it is useful to find out which files of a project have been changed by which user in a certain period of time.
Hello,I need to know the projectType of projects in a sandbox, (meaning if they are build or normal etc.)Until now I could use the command "si sandboxinfo --sandbox=... --xmlapi"With Integrity 10.7 --xmlapi has been discontinued and using the same command without --xmlapi doesn't seem to give me the projectType.Which command should I use for this matter?Thanks in advance,Luca.
Hello,The Integrity instance I work with has an attachment growth problem. Although we have implemented Attachment size restrictions, the growth rate is still projected to grow our database size in a way that negatively impacts our database refresh time. As a result, I've been tasked with identifying a method to remove attachments that are a specific age or older from the Attachments Table. The method identified will then be implemented as a routine data purge process for our program.I've searched the documentation and community discussions for a best practice as far as removing Attachments from the database, but have not found any yet. Removing a given Attachment from an item via the GUI or API commands does not seem to delete the actual attachment file from the database. I'm seeking a safe method of removing a given attachment from the Attachments Table in the database itself. Does anyone know of a recommended or best practice method of deleting attachments from the Attachments table
Hi all,I try to use mks api but without success and don't know why (but i'm a rookie )I use Visual studio express 2012 and the C api for integrity 10.4 API Version: 4.12.4301.My problem is i always get NULL response, i try with different command but it's always the same.#include "stdafx.h"#include "mksapi.h"mksIntegrationPoint ip = NULL;mksSession session = NULL;mksCmdRunner cr = NULL;mksrtn rtn = MKS_SUCCESS;mksCommand MyCmd;mksResponse MyResponse;mksResult MyResult;mksItem MyItem;mksField field = NULL;mksWorkItem wi = NULL;wchar_t summary[1024];wchar_t userlogin[1024];wchar_t newId[256];int _tmain(int argc, _TCHAR* argv[]){ rtn = mksAPIInitialize(NULL); rtn = mksCreateIntegrationPoint(&ip, "myserver",7001,0); rtn = mksGetCommonSession(&session, ip); rtn = mksCreateCmdRunner(&cr, session); /* Setup defaults for the mksCmdRunner.*/ rtn = mksCmdRunnerSetDefaultHostname(cr, "myserver"); rtn = mksCmdRunnerSetDefaultPort(
I want to change the data type of a field from integer to shorttext (so that instead of value 1234 the value 1234a is possible). As far as I can see this can't be done by "Overrides for fields", since the dropdown-menu for data-type is disabled. Are there any possibilities besides creating a new field?Thanks!!
I have a report that includes all the defects from a test session. How can I sort them by a given field? Also, how can I sort them by their creation date?
hello,I'm using souce integrity 2009 build 4.10.0.9049 SP 006/01I started working on an existing project and as Robert (uncle Bob) Martin suggests I first checked out the code reformatted it and checked back in.Unfortunately all the other developers are quite unhappy with that approach.My changes are associated to a ChangePackage, but I commited to main line.is there a way to remove my commit from the server?byeThomas
Hello,I am trying to understand how to create a search expression for filtering document content based on text field containing some expression/regular expression.For this I use where field contains ...How to build a search expression, where can we find a description of possibilities?In my particular case, database used for integrity is Oracle.Thanks in advance for any idea, help.Regards.Marc.
Hallo, wir versuchen derzeit über eine jarfile eine Verbindung mit Integrity aufzubauen und Befehle auszuführen. Der Aufbau und das Ausführen von Befehlen läuft einwandfrei, bis auf der "si viewsandbox" Befehl. Wenn wir diesen mit einer kleinen Sandbox ausführen wollen klappt alles, aber beim Ausführen des Befehls bei einer riesigen Sandbox bekommen wir die Folgende Fehlermeldung: Hello,we try to build a connection to Integrity with a jarfile, by using the Java MKS api, to execute some si commands. The Connection and execution of the commands works fine, except the "si viewsandbox" command. When we try to execute the "viewsandbox" command with tiny sandboxes, it works fine, but if we try to execute the command with a huge sandbox, we get the following error message: # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000, pid=4984, tid=3628 # # JRE
Hi,I want Users Who have access to the project on admin Client.Is there any API function or CLI to get the users who have access to the project on Admin Client in script?Please suggest me.
Hi @all,we will switch from Integrity 10.6 to 10.7 this weekend, but some testing-machines (server) will stay at 10.6. For this reason we tested to connect from a 10.7-client to a 10.6-server, but the client doesnt allow the connection. It states that client and server are not compatible. At the server we didnt configure any restriction, so from our experience the client should at most state that we could rollback the client or such things, but it simply denies the connection. With the admin-client, it connects (after two compatibility-messages), but it is hiding the config-section for workflows&documents. Is it possible to connect a 10.7-client to a 10.6-server in any other way? At least to the workflows+documents-part? We want to avoid a parallel-installation of two different clients, because this is a mess for the users too Thanks, Jens
Is there a way to independently control the size of a field in an Integrity item view? The field definition allows me to change the number of lines/rows for a long-text field, but that definition is applied by Integrity to every project and view that includes the field. I am only able to control field width by changing the grid-cell size in the "presentation" for the item. Is there some way to code field height and width for a particular view?
Hello,SW team "succedded" to rename the project.pj of project DET into project2.pj.So now we have on the server, under the DET subproject 2 markers: project.pj and project2.pjWe dropped the DET/project2.pj subproject and need to add back the DET/project.pj. But when we try this the Error is: The subproject ... /DET/project.pj is invalid"The SW team needs this name, so we cannot create this project with another name.Is there a way to solve this?Thank youCristina
Hi,when I create a "decompose to" trace between an input and requirement document, I receive an error message (see attachement14122= requirement, 9632=input).A decompose trace between two requirement documents or between two Input documents works.Can you give me some helpful hints, where I can find the problem?thxBernd
Hi,Currently I've a requriement, whenever a defect or item is created I need to open one url via trigger. Let me know what is the code to open an URL via trigger?Thanks & Regards,shankar
I am wondering if it is possible to export a document via a trigger, but I would like to be able to select a template item from the Gateway Export Wizard.Additionally, I would then like to be able to take the exported document and send via e-mail attachment in the trigger.Does anybody know if this is doable?
I want to aggregate the difference of source code each change package.How do you aggregate the difference source code each change package.At this moment, PTC deliver the sample global.event and metric script ,"aggregate the source code", when user create check point.I do not imagine how and where the tool aggregate , when close CP.
This Integrity "community" seems small, and that is including participants who are PTC employees.
Hi, guys.I have the following scenario:Release10 that has as predecessor Release9.Release9 that has as predecessor Release8.......Release2 that has as predecessor Release9.Now, I have some issues that have in the Planned Target Release field some of those releases.I have to build a query that takes as input a Release (e.g Release7) and returns all issues that have as Planned Target Release the Release7 or Release6 (which is the predecessor of Release7) or Release5 (which is a predecessor of release6) and all the way down on the hierarchy.Is there a way to build such a query? Or a Report?Thanks in advance.
Need help with cross-reference to sections, tables, and figures. And once cross-referenced, if items are moves around, is there a way to automatically update the cross-reference? If PTC integrity does not support this feature, can anyone recommend an alternative approach that works efficiently in terms of cross reference?
Is there a way to configure PTC integrity to highlight changes made in requirements? for example, if a requirement is changed, the text color changes, or boarder is highlighted. or any other way to know the changes?
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.