Recently active
Hi,Does any one know what is the difference between "Subproject" and "Shared subproject"?Regards,shankar
HelloI need an mks cmd command to do the followings:{Step 1: check out a member and put an exclusive lock on itStep 2: if other person has locked the file from step 1 the command should tell me that he cannot made an exclusive lock because the User x has the excluseive lock}I tried the following command but it works only for step 1{si co --user=yyyyy --password=xxxxxx--hostname=mks2.dc.hella.com --port=7001 --cpid=:none -S _SANDBOX_PATH_\project.pj c:\_FILEPATH__\ONLY_FOR_TEST__3.xls --nodowngradeOnLockConflict -no}I need to improove the above command in order to skip the following question :{Do you want an exlusive lock?}that I am encountering in this moment.Best Regards,
Hello,it is possible to exclude documents (e.g state Obsolete) in the document finder?Thanks in advanced
Want to know if anyone knows how to have the link that emailadvance.js sends in the body of the email to point back to the actual URL: location that the email was sent from.In other words if I have an email rule that sends an email to someone from the staging server, I want the link to point back to the staging server not the production. It appears this is a hard coded process from the parameters passed in to the script. This causes issues when testing and the test causes the trigger to fire it sends and email pointing to production instead of test. I know it can be done some way because if I use a link from the Issue number, ie. User id, on the staging side it sends the link pointing to the staging server not production
Hello to everybody,I faced the problem that a planned server update (2009.4 => 10.4) has failed. In the meantime -as a preparation- we'd done some Client updates, partly as test to the versions 9.7 and/or 10.4, partly only to 9.7 as an act or preparing the update for an offshore location.While the Live update failed and we'd set back the server to Integrity 2009, SP4, we still have clients on our environment that are updated to 9.7 and/or clients installed with 10.4. Now we faced some effects in the client's behaviour for which no official info from PTC exists, because PTC doesn't check this combinations:Client 9.7 connects to Server 9.4 and/orClient 10.4 connects to Server 9.4We found out problems with this functions:For both Client versions the functions "Create Chart/Report/Dashboard" (GUI + CLI) isn't available (Link is grey = not usable). Neither in the GUI or via CLI the function "Run Chart" can be used nor "Rund Dashboard" if a chart is included (WebUI works).Thus my question
Is javascript array.indexOf() supported in Integrity 10.4? What edition of ECMAScript is used?
ids = new Array()..ids.concat(bean.getRelatedIssues("relationship");does not work
Hello, We use MKS Integrityi Client 9.6.There is any possibility for users to import published&mandatory viewsets from server via command line (CLI/Java API) ?Thanks
Hi @all,if i want to install an integrity-client with silent install i#m using the mksclient.properties-file. Since some weeks we're using a proxy, so i want to set the proxy-settings also at install-time. We have a split-setup: source at port 7001 and integrity at port 7003. The proxy is used only for source. But i didnt find an option to setup the client vie mksclient.properties for using the proxy only for source. MKS_PROXY_GLOBAL_USER=true is setting all connections to use the proxy, which we cannot use, because we want only one connection. There is no Option to set only one connection to the Proxy. Any hints? Thanks,Jens
All, I am currently copying a field from one item type to another via a relationship field. The issue I am having is implementing the copy so that the field is not editable in the copied form from the relationship field. The field is currently just copied and then locked once you perform the first state transition (Unspecified -> Draft). I am curious if any of you have had to implement something similar to this scenario and what your implementation was.
We have been using a three-staged system and have multiple administrators making configuration changes concurrently on the DEV server and promoting to TEST server for customer testing and finally to PROD server for production use. The system does not tie to specific issues reported by customers so we cannot promote changes on the basis of specific customer requests. There is no notion of a set of configuration changes related to a specific issue/request.As a result, we frequently run into cases where we want to promote changes for a specific customer request but there are changes in the same system artifact (a TYPE, say) that correspond to multiple customer requests. In that case, we cannot promote one change without also promoting the other. In a large environment with many users and changes going on continually, this leads to sometimes chaotic behavior.What kind of things are being done by you all out there in the community to help minimize risks associated with this kind of environm
HelloI presume that IMPLEMENTER user guides are available to be downloaded. Can someone point me to the right direction, pleaseThanks
Hi,I was requested to implement agile solution template on pre-existing ALM solution on the single Integrity server. Could you share your opinion on this? What will be pros and cons if we implement agile solution over the existing Integrity solution?RegardsSarath
HelloIs there a way by command line to get the working revision of a file in my sandbox and if it was modified from the original revision (means appear with Diff in the Sandbox View)?Many thanksKind RegardsThierry Dalon
Hello I am working at java tool which connects at the mks source integrity server that add new members in an mks project.I read the following documentation { http://www.mks.com/support/productinfo/docs/IntegrationsBuilderGuide.pdf } and I found java sample code only for connection with the server: }catch (APIException e) { { IntegrationPointFactory ipf = IntegrationPointFactory.getInstance();CmdRunner cmdRunner; try { cmdRunner = ipf.createLocalIntegrationPoint().getCommonSession().createCmdRunner(); cmdRunner.setDefaultHostname( "myserver"); cmdRunner.setDefaultPort(7001);cmdRunner.setDefaultUsername( "IntegrationUser"); cmdRunner.setDefaultPassword( "secret"); e.printStackTrace();} However I have not found in the above documentation a sample for adding members in mks source integrity server using the mks java api. Would you give me a sample code that do that or pointing me another
Hi @all,is there any way to improve the usabilty of a si_project-field? We would like to have at least two things:1. the possibility to prefill the field with a known part of a path. If users open this field than they shouldnt have to click through the whole project-structure.2. filtering for names, labels or checkpoints in the dialog where you're clicking through the structure. regards, Jens
Which version of Implementer (if any) has a plug-in that is compatible with version 9.0 of RDi?
Is it possible to configure Implementer to automatically compile members that use an RPG Copybook (/copy or /include) compiler directive? Currently when we promote a source member that is a RPGCPY code/type and specify Include Related Objects it does not include/recompile those members that have the member on a /copy or /include statement.
Hi,I am new to PTC Integrity Source Control.Am used to Git/Svn, wherein I can specify an ignore file to ignore specific files/folders providing a pattern.In my current project there are some files which are already checked in and as a part of restrucring, I want to ignore specific folders (obj, bin folders of a Visual Studio project). I am unable to figure out how to do it.I tried the Sandbox -> View -> Non Member, but unable to see any items listed there.Can anyone guide me as to how to ignore folders from an existing repository?Thanks,Chandu
Hello!,On my Item, I have multi value picklist. I need to store one more value for each selected value in multi value picklist.Example - My Item has field called connections (multi value pick). Options in connections are 2 pin, 3 pin, 5 pin, 7 pin...so on...Now I have to store how many of each selected connections are available for Item, like 2 pin - 10, 3 pin -1 and 5 pin 2.Here connection option picklist is static with 7 values and it will be growing in future (not frequently changed). We do not need much information about it, so instead of IBPL, I have setup it as static.Per my understanding only option I see is that, I setup another type with 3 fields to store 1 additional value for selected values from picklist.Any other design suggessions?Thanks in advance.Adhik
Hi @all,maybe this is a kind of stupid question, but i didnt find an easy solution by myself I want to have an easy way to make a query for a list of Item-IDs. All what i've found was a querydefinition like this: ((field["ID"] = 532699) or (field["ID"] = 444543) or (field["ID"] = 321876) or ...) In the rich client it is a pain for the users to put a list of 10 or 20 of these IDs into a query by the rule-wizard. Is there any easyer way to do this? Thanks...Jens
Hello,I'm working on issues exchange between Integrity and Dante (via Integrity Integration Platform, but it is not so relevant now). There is a "Protocols" feature in Dante, for examlple, it looks like this:<protocols><entry name="supplier project manager" text="issue accepted, will be fixed in the desired release" timeStamp="2013-11-22T12:08:52+00:00"/><entry name="supplier exchangeUser" text="issue taken from customer" timeStamp="2013-11-21T12:13:53+00:00"/><entry name="customer project manager" text="Intended Releases: V2.1.1" timeStamp="2013-11-15T14:28:27+00:00"/><entry name="customer development engineer" text="Protocol field to be implemented " timeStamp="2013-11-15T14:28:27+00:00"/><entry name="customer test engineer" text="Protocol field still not functional" timeStamp="2013-11-15T14:20:00+00:00"/></protocols>As you can see, one "Protocols" can contain many entries, each entry has name, text and time stamp.This "Protocols" feature ser
Hi, It is possible to fill a field with text from mks window using the java API. The ideea is to call an addon which put some text into a field, egg. "Description" from Create OpenIssue window or any other. The addon is based on MKS Java API.Thank you for your support.
I want to lock a whole sandbox recursively by CLI.I use the command: si lock --gui --filter=!file:*.html -R --revision=:member --sandbox=$MKS.sbThe problem is, if a member is already locked by me I will get a window mentioning it, that I have to click to continue the process.How can I lock and not being prompted if files are already locked by me, by CLI?Many thanks
Hello,The Project Manager did not checkpoint his project but only applied labels to members.Now, he is trying to retrieve all members which have a certain label.The Filter feature in Configuration Management, "Members at Label", only applies to whatever exists on the current configuration of the project.Is there a way to find all members of this project (also the dropped ones) that have a certain label? Maybe a CLI command?Thank youcristina
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.