Recently active
Hi,I cannot delete a certain Group because it has been migrated to the production Server.Is there any way to still delete this Group?Thanks for your answer
We have a huge discrepancy in time to log in to our main server when using a proxy server compared to using the direct connection. This ends up with many users switching to direct connection, which we want to avoid at all costs.Today the difference was as follows:Log in via direct connection from Romania to Germany: ~ 14 secondsLog in via proxy server from Romania to Germany: ~ 2 minutes 20 secondsThe same is happening across the other 9 proxy servers we use.We are currently using Integrity 10.2. The connection to the main server is SSL, to the proxies it is clear.Does anyone have any ideas why this should be happening? And if so, is there any way to improve this situation?Thanks in advance.Best regards,Paul
Dear community,a colleague of mine (not a strong PTC Integrity user) has created a sandbox pointing directly in the Desktop folder.After that, he has dropped that sandbox (I suppose the complete drop sandbox: directory + files) and he has lost everything (Desktop included). Is there any way to recover those files? I think that PTC has understood the Desktop folder as a sandbox (due to the .pj file) and with the drop command everything has been deleted.Now he's asking me a miracle, I suppose. I don't think that my colleague was versioning those files on a server, so I cannot recover them in this way. He simply created a sandbox on the Desktop, without knowing what he was doing.Do you have any ideas to solve the issue? Do you know if some of these file are stored (temporary) somewhere? I would really appreciate it.Thanks to all
Hello,is it possible to rename a development path?Thanks
Now I have developed solutions. But when we update the Integrity for majar version-up or hot-fix, It takes much effort to evaluate manually.Is it possible to execute automation testing of GUI ? I expect to use the tool of automation tools like Unified Functional Testing , HP.Regards,
how to search for questions I posted in community ?
Hello, I set schedule & effort of parameters,but it's no effect. such as project start ..., why? Thanks!
hello, I have xml files that want to upload to our PTC Integrity Source server 10.5I noticed when I choose Data Type to "Auto" (default), then the file is sucessfully loaded, but as binary, and I miss the PTC integrity keywords expanded there.when I try to use "Text", then I got the error message as attachedI don't understand why, because file is valid xml , and can be opened by any text editor and browser.see a sample small XML file attached.just in case, this is version we are using hereThanks for any help in advance,Regards,Pablo
Is there anyway we can integrate Integrity with a non AD identity management services?Thank youBinesh KumarBarry Wehmiller
Hi there,For example I have a project with 2 file members named "fileéè.txt" "fileàâç.txt" using accented characters in their file names.Is there available some kind of internal unique numeric id for these two file members ?The CLI console doesn't display well names with accented characters, I see question marks ???? instead of the real characters, but the Java API is fine in this regard.Therefore I am thinking to match the "altered" file member names received from CLI with the correct names received by using the Java API,based on a common internal unique numeric id that these members might have.
I need a command to check if a subproject already exists on the trunk or mainline of a project.
Hi,I was just wondering if anyone had instructions for updating an existing export. Thanks,Ginny M.
Hello everyone,I am using PTC Integrity Client 10.6.0.7337If I run the testrLog.bat batch file belowset cmd_args="{membername} [{revision}] CPID={cpid} {date} description={description} {author}\n"set days=90set user_filter=--rfilter=author:someUserNamesi rlog --xmlapi --hostname=someHost --port=7010 --user=someUserName --project=t:/mks/archive/SomeProject/project.pj --recurse --format=%cmd_args% --rfilter=daterange::past:%days%:days %user_filter% > rlog.txtI get an empty xml file<?xml version="1.0"?><Response command="rlog" app="si" version="4.14.7337 0-0 7337"> <App-Connection port="8101" userID="someUserName" server="someHost"></App-Connection></Response>If I run the "si rlog" command without the --xmlapi flag I get a longer list, as expectedmember name: Source\src\core\__init__.py; working file:head: 1.1member: 1.1branch:locks:locking policy: Exclusive locks mandatoryattributes:file format: textrevision storage: reverse
Is there a gallery of export templates someplace in this Community? The examples that came with Integrity 10.6 are few, and many are not "fleshed-out"
how do i change an archive type to binary
We have a lot of document domains that have a lot of associated metadata which is required to understand the context of the document.This requires the document view to show very specific columns for each domain, with the view also changing between an authoring vs. an approval vs. a tracing task.IE. A system requirement domain should have 5 specific columns when authoring, an additional trace status column for tracing, and 3 additional approval related columns when approving.These columns change from domain to domain as I mentioned earlier. The given example is a simple one, some domains have upto 12-15 fields that are necessary to understand the document. In the beginning, it's impossible for our users to know which fields matter, how they have been configured and what those fields are called in Integrity, so I don't want to depend on users to be able to choose the columns themselves.I understand that I can pre-configure column contexts, but is it possible to go into the level of detai
Hello,is it possible to restore a deleted member revision on MKS2009?one user just delete revision 1.x. we wanted to add it again using "add member from archive" but integrity tell that the member already exist.Thanks for any suggestion
Hi all, Can I have my Integrity/MKS environment authenticate against multiple domains?
I would like to create a query that can be reused for different projects.I was able to create a query that finds all of the test cases for a specific project by specifying the project name in the query.I would like to be able to run the query against any project.Is there a way to configure a query to do that?Thanks,Ginny M.
CLI to check whether a member's tip revision is already on a devpath
This is a follow up to my other project parameters thread:I am using C# to try to update the project parameters list (see other thread for which project parameters) I have the sample code I found on another thread running with no issues.APIFactory.MKSInitialize();ip = APIFactory.CreateIntegrationPoint("mks.corp.knorr-bremse.com", 7001, false, 4, 13);session = ip.CreateSession(<user name>,<password>);Command issuesView;issuesView = new Command(Command.IM, "editissue");issuesView.AddOption("field", "'parameter values'='a_16_Auto_FV_Minus_20_psi=64'");issuesView.AddSelection("478424");r = session.RunCommand(issuesView);and now I get "A first chance exception of type 'MKS.ManagedAPI.CommandCancelledException' occurred in MKS.ManagedAPI.dll"the Stack trace give meStackTrace " at MKS.ManagedAPI.CmdRunner.Execute(Command cmd)\r\n at MKS.ManagedAPI.Session.RunCommand(Command command)\r\n at Integrity_Parameters.IntegrityInterface.setParametersList() in C:\\Software.Development\\Int
It had happened when I imported a reqiurement document (Integrity v10.6).Thanks!
would like to write a powershell script. If I give it a target branch, it should tell me if any members are not merged to that branch. Is this possible ?
Hello PTC community,i'm trying to call the MKS Java Api from MATLAB (Release 2010b 32 bit).This is because I want to avoid having an external java-class since our main code is all in MATLAB and running Java classes in Matlab was never an issue before. It all looks good at the beginning, however, when running the cmdRunner-Class, i encounter a Java exception.Below is an excerpt of the code (MATLAB M-File format) that i'm trying to run. The full m-file with more information is also attached.When I run the same code from an external Java class in the JRE, everything is working fine. (Thus it shouldn't be the connection to the server)Is there somebody who could help me with this? Any help would be greatly appreciated.Thanks,Stefanjavaaddpath('C:\Matlab\WORK\mksapi.jar');javaclasspath('-dynamic');import java.util.List;import com.mks.api.*import com.mks.api.response.*;import com.mks.connect.*;ipf = IntegrationPointFactory.getInstance();APIVersion=util.APIVersion(4,11); % Was also tested with
I am recently using the PTC Requirement Connector 3.0 and I'm facing some problems when trying to import ReqIf documents. I have a parser problem for each document containing more than one SPEC-OBJECT-TYPE. What can I do in order to be able to import one this document type ?
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.