Recently active
Due to path length issues we have a substituted drive - subst of Microsoft Windows command line - for building our SW. Now I have to extract some information from PTC Integrity for the source files during the build. But as the substituted drive is no sandbox within PTC Integrity I cannot use the si command directly on the file on the build drive.Is there a way to identify the associated sandbox, e.g. via the pj-file? I'd like to use an si CLI command and avoid external commands to identify the containing sandbox - like extracting the directory from the subst information - as this would be "guessing" and the subproject of PTC Integrity should "know" in which sandbox it was synchronized in.The reason why I'd like not to use external commands is because ther is no guarantee that the subst was made from the sandbox known to PTC Integrity, the subst could also be issued on an already substituted drive. Here's an example to show it more clearly.(1) Sandbox folder location - each user has its
I am trying to create mulitple triggers via the command line and I'm have one minor problem. The Rule is created, but the field picklist 02 should be "New Value" because I used and apostrophe (') and when I view it in the GUI client it is not.The im command that I used:im createtrigger --hostname=myhost --name="Trigger Name 01" --assign="picklist 01=" --rule=((field'[picklist 02] = "No") and (field[picklist 03] != "No"))The trigger rule in the GUI client shows this: and|+--picklist 02 = No|+--picklist 03 != NoWhat I want is this from my im createtrigger script: and|+--picklist 02[New Value] = No|+--picklist 03 != NoThank you
I seem to recall there being a way to double click on a document, and not have it open the Item View. Am I remembering correctly, and if so where do I set the setting.I have looked in several locations, and can't seem to find any options supporting. Currently using the Integrity 10.3 client.
Hi @all,we're working with a proxy for source, because the main integrity server is located at the other side of germany , and most of the time we have a performance gain of 100%. So far so good. But sometimes the proxy is not reachable, and then we have to let all users change their client configuration, because the client does not do an automatic fallback, if the proxy doesnt work. Is there any possibility to avoid that we have to ask the users to change the config themselve? Of course the real solution should be that the client IS DOING a fallback, but until this feature is built in we need a workaround.kind regards, Jens
I'm looking for a way to export Integrity Items into formats other than HTML.Example:We have a test-plan that is linked to several test-objectives and their test-sessions and related defects.Our test department wants to create a test report document based on the data stored integrity for this test-plan.As integrity is not the only source of data they need the ability to add additional information to the generated document.So what I'm searching is a way th generate a Word or FTF document based on a Testplan.As far as I know the Gateway tool can only export "segment" Items, so that is no option.Currently all I can only produce HTML or XML reports using the "im runreport" command.Any other ideas?
i have 2 problems exporting a Testsuite / Testsession with the integrity exporterr 1. how can i force the substitution of the parameters used2. how can i get the teststeps with there summery and test step definition in the .docx
How to use Computation field (xyz) in "Item Field Trend" Type Chart of Style Vertical Stacked Bar.I have Computation field (xyz) which gives me count of Requirement/Document (Content/Segement) modified by particular User.I have Query which gives me all users, also I have query which gives me Requirement/Document (Content/Segement) modified recently.We required the attached graph.
We are starting to use Index Adviser to create new indexes by cutting and pasting the SQL statements into a source member for compile and promotion through Implementer. However, when I go to compile in our Development environment with '14', the command RUNSQLSTM uses QTEMP/QSQLSRC for the Object Code substitution variables #SRCLIB/#SRCFIL. The SQLINDX object code has a default source file of QSQLSRC, but I have overridden the Development environment to FCOSRCLE. The source library for our Development environment is MM4D3SRC; the environment override is set to *SRCLIB.So I expected Implementer to substitute the environment override value of FCOSRCLE for the source file and environment source library value of MM4D3SRC for the source library, but instead it used QTEMP/QSQLSRC.
How can we capture a event (i.e Delete , Insert, Copy etc).So that we can use that event in a trigger rule.For Example ( What I want to do is: If user want to delete( right click to delete ) a content of a Segment and then change the project of deleted content to xyz project.How can I capture the delete event, so I use that deleted event in trigger rule to change the project.Please guide us.Its urgent if anyone can guide me on phone then pls share your number. I will call.
We are thinking about an integration in which IBM Rational Functional Tester (RFT) records in Integrity which test steps it has executed. We are mainly concerned with recording that the test step was executed. We aren't so worried about the results, although it never hurts to have them also. Anyone done anything vaguely like that? I recall from some yeears back that no such integration existed for sale but had been built by some Integrty user out there. Not sure if I remember that correctly or not.Any input will be cheerfully used .
I'm trying to resync change packages for merging using the si.exe resynccp command. Is there an option to this command to skip certain files in the change package when merging ?
Dear community, I found the cmd line order "si locks" to list the locks of a user declared with "--locker=" in this order.In the output it is possible to view the user name of the listed lock. So I wonder if it is possible to list the locks of multiple users via the cmd line. I'm locking forward to any hint. TIAAlexander Sailer
Hi everyone,it is possible to restore an item from an prevoius version seen in its history , e.g. from a certain date in the past?My solution was to branch the item. Is there any other way?Thanks in advanced
Hi,I haven't been able to find an example, or figure out the actual data format, on my own... So I'm hoping that someone can point me in the right direction.The task is simple... We have a multi-select IBPL field. From a trigger-script we need to populate this IBPL field with all possible values. Currently, we're executing a query to get all the values, but I don't have the right data-format to make it work.Below is an excerpt from our script files that is not working for us. Logically, it is what needs to happen. I'm not able to get the data in the right format and/or using the proper data-types.Any help on this is greatly appreciated.-SeanCode snippet:var controlsProductIDs = query("(field[Type] =\"Controls Product\")");var controlsProductHashSet = new java.util.HashSet;for (var i = 0; i < controlsProductIDs.length; i++){ var controlsProductBean = sb.getIssueBean(controlsProductIDs[i]); var controlsProductName = controlsProductBean.getFieldDisplayString("Controls Product Name"); i
Hello,I need to know how it is possible to get the class files from a java project under version control?I know normally it is not necessary but in our use case we need it.Thanks in advanced
We having Integrity 10.4 server with latest Gateway. Could you please suggest that PDF could be imported into Integrity using Gateway as I am aware that gateway is used to import only word and excel files. Thanks in advance.
I am trying to use the mksapi from MKS 2009 to drop a sandbox from a java application. I reviece an APIException that states "A value for "sandboxName" is required."Here is the code that I am using. Command mksDropSandbox = new Command(Command.SI,"dropsandbox");mksDropSandbox.addOption(new Option("noconfirm"));mksDropSandbox.addOption(new Option("delete","all"));mksDropSandbox.addOption(new Option("Y"));mksDropSandbox.addOption(new Option("cwd",sandbox.getParentFile().getAbsolutePath()));mksDropSandbox.addSelection(sandbox.getName());mksCommandResponse = mksCommandRunner.execute( mksDropSandbox );Any help will be appreciated.
PTC has very limited documentation around ClearCase Integration with PTC Integrity. Anyone here has done integration with Rational ClearCase?Question - Per instructions, created Change Package Type and Attributes in Integrity, but everytime I create Change Package its created with default Change Package Type "MKS Source" provided in out of box Solution (Integrity).I could not find the way, I can change CP Type default to "ClearCase" given in integration manual.ThanksAdhik
How can I prevent a user from viewing an issue based on Assigned Group? I am using Integrity 2009 SP5. Say I have 3 groups, Group_1, Group_2 and Group_3.Group_1 has 2 users: User_1a and User_1b.Group_2 has 2 users: User_2a and User_2b.Group_3 has 2 users: User_3a and User_3b. An admin user creates an issue and that issue is assigned to Group_1. Which means User_1a and User_1b would have the ability to view that issue. How can I prevent User_2a, User_2b, User_3a and User_3b from viewing this issue? I was trying to use the AbortSubmit.js script, but my rule is not working. It's probably something simple, but I can't pinpoint it at the moment.Thank you,
On our Jenkins Build-Server is the MKS-PTC Plugin Version 1.25 running.When connecting to the Integrity-Server, the Plugin runs into the following failure: Populating clean workspace...java.lang.Exception: writing aborted; java.io.NotSerializableException: mks.si.cache.ACLSimpleIDFinished: FAILUREMaybe the reason is due to our server architecture. The Jenkins are all Slaves that are not connected directly to the proxy but are hidden behind the master.Running Jenkins with PTC-Plugin on a local Client-PC directly connected to the proxy, everything is working fine.Can anyone help me with that curious issue?
Hello,I am creating a custom keyword using the Admin GUI with the ISO-646 new line character "\n". However, when I define the value of the custom keyword using "\n", a new line is not actually generated on the source side instead I just get this in my .txt file:$ExportControlAECivil: \n Really important information. \n More really important information. $
How to set default value for the field of type shorttext/longtext.We use the below steps, But its not working1. Create new field of type shorttext2. Set default value checkbox checked.3. And set the default value "xyz...."4. When we checked on client it is not showing default value on that field.
Hello, I am trying to develop xslt script to improve gateway import from word documents.For this purpose, I would need information on some kind of libraries used: xmlns:mks="http://www.mks.com/schemas/MKSItems" xmlns:logger="mks://com.mks.gateway.GatewayLogger" xmlns:id="mks://com.mks.gateway.driver.XSLTIntegrationDriver" xmlns:local-variables="mks://com.mks.gateway.driver.XSLTIntegrationDriver" xmlns:stack="mks://com.mks.gateway.driver.word.parser.ResourceStack" xmlns:level="mks://com.mks.gateway.driver.word.parser.HeadingLevelStack" Where could I find reference information on such topic? Thanks for any support.Marc ChetritContinental Automotive
We recently moved our production Integrity Oracle 11.2 database from one Linux 6 server to another. The version of Oracle and Linux is the same. I'm able to work without errors. However, 2 key developers are receiving the following errors. First "C:\Program Files(x86)\MKS\IntegrityClient\bin\integrityg.exe: Failed to connect to MKS Integrity Client. Ensure that another MKS Integrity Client is not running under the context of your configuration file (by default IntegrityClient.rc) and that the IntegrityClient.port specification is valid". Second "MKS131372: An unhandled database exception has occured. Please contact your administrator. This is not an MKS error, the MKS Integrity Server is up and running, either the database or network is down or misconfigured. The error supplied by the database is: No more data to read from socket." I've checked their client configurations and they haven't changed, they are the same as mine. They have no other MKS Client running. This is a work stoppage
Hi @all,we have an item-type CR (Changerequest). This CR can have a child-item MR (Module-Request). The user should create this MR via click at the little button with the chain-symbol in the relationship-field ("create a related item and add it to the field"). CR and MR are different item-types, but they are using some fields together. So if the user do the above described action, the MR will be created and added to this relationship-field. So far so good. While integrity creates this new item, it copies all field-values from the fields which are the same in both items. But we dont want this. And we didnt find a way to prevent this. It seems that the settings in "copy fields" for this item will be ignored by Integrity for this usecase. Did i miss something?kind regards, Jens
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.