Recently active
Hello,We currently use Implementer on our IBM i systems for development. We are looking for a tool to refresh data from production to our QA environment. Are there any tools from PTC to accomplish this?
Last Updated: 2014-04-10EDT1652Final Update: 2016-06-17: This is the final edit of this blog post: Here is a link to the Integrity Lifecycle Manager Master Hotfix Hub: This hub is a list of all public Hotfixes from Integrity 10.4 and later, and should always be current to within the last hour.The following is a list of Integrity 10 hotfixes, broken up by service pack/minor release. Hotfixes are only vaild for the particular release they apply to.This page is updated manually, so watching Technical Support Bulletins (in the Announcements box on the Integrity Tab) is still the best way to keep up-to-date. The following list is meant to organize links to the bulletins to make it easier to browse the relevant ones for the release you are interested.Integrity 10.4 hotfixes are available from the Product Downloads page, under the Integrity 10.4 Hotfixes node. Earlier hotfixes must be requested from Integrity Support. It is recommended tha
Hello,I have a Visual Studio 'Integration Services Project' created which has several packages and which is Shared.I have one package that won't check in providing error message : [quote]MKS125502: Cannot operate within this sandbox. Another sandbox is already registered under this path[/quote]I do not understand as I have only one sandbox which is the one where I have the package. I can't find any information regarding this error message.Can someone help ?Thank youa+,=)-=Clement=-Configuration :MKS Integrity Client 2009Build: 4.10.0.9665Service Pack: 007-01.Hotfixes: C041000007-005, C041000007-015MKS Integration for Microsoft Visual Studio v4.10.5799.0Visual Studio 2008 Version 9.0.30729.4462 QFEMicrosoft SQL Server Integration Services Designer Version 10.50.2500.0Microsoft .NET Framework Version 3.5 SP1
Hello,I am attempting to create a custom actions via hyperlink that are embeded within an item. I would like to try this for creating, modifing, and viewing items in the gui. Setup durring initialization:var link = "file://<host>/Integrity/IntegrityServer10/data/public_html/newissue.cmd?"+db.getID();File run from server contains:im copyissue --type="Issue" --linkToField="Issues relationship" --gui %1What would be the correct way to pass an ID to a batch file via url?Is there a way to get the MKSSI_ISSUE0? I haven't had luck with that either via url.
Hi everyone,We use the Integrity Gateway to export document content to Word, and users are requesting conditional formatting based on the content item's Reference Mode value.For example, if the content is "Author" or "Reuse" it should display one way, with certain fields, in Word. But if the content item is in "Share" mode, it should display slightly different fields, or use different format.I've tried both of these if clauses, to no avail (item is either completely ignored for output, or just defaults to the other conditional format).<%elseif ( {Category} == "Feature") and ( {Reference Mode } == "2" ) %><%elseif ( {Category} == "Feature") and ( {Reference Mode } == "Share" ) %>The "Reference Mode" value can be output into a Word document, but it seems like you can't use it in logical comparisons. Just wanted to see if anyone else has tried this.Thanks in advance.Christine
Hi all,I hope this is a simple question to answe!When I process a WorkItem that I obtained from running an "im viewissue" command, I'm given the options to pull primitive data types such as String, Boolean etc. I'm trying to get some of the HTML formatting that is available within the Integrity Client, including bold font and tables. Is there a method for doing this using the Java API? Many thanks,Rich
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
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.