Recently active
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 ?
Hi all,I created a "regular" project and I added few "shared subprojects" Now I'm trying to share this project in other projects.This is the project structureProjectToBeShared (this one has is own *.pj file) ||-- SharedProject1 (shared project does not have a *pj file) ||-Subproject1 (it has its own *pj file) | |- Subproject2 (it has its own *pj file) | |- Subproject3 (it has its own *pj file) | |-SharedProject2(shared p
Hello,I am searching for the command to set via mks cli the hostname and port for a proxy server in Mks client under File->Edit Preferences->Integrity Client->Servers->Proxies.I tried integrity setprefs --save --command=connect --ui=gui socksProxyHost=blabla but socksProxyHost is not recognized for this command.Please help me with this topic.Thank you very much in advance!Hello,Please help me with an answer to my question above, I need to make this work asap.An additional question: is still not possible to import a viewset in the MKS client via CLI ( so when I open the client to have the viewset imported without needing any action from my side ) ? I saw an older post where you said this is not supported by cli yet.Thank you again!
Previously, our organization was able to use the server logs to determine the total number of license denials over a specified period of time (i.e. month, quarter, or year). This allowed us to provide an analysis to management in order to purchase additional floaters or seats (justification for purchasing). I've tried to review the logs as we have them now (after upgrading to 10.6) and cannot see any of the previous messages noting user name and license denial activity. Does anyone have any suggestions on how this can be accomplished? An example of the error message noted in the log previously used for analysis is shown below:2012-07-09 07:37:23,964 ERROR [mksis.IntegrityServer.License] Denied license MKSSourceIntegrity-Float version 5.0 for <UserName>Through this we were able to pull both the time stamp (used to determine if someone repeatedly tried to access or waiting until the next attempt during a specified time frame), the user name to identify "who" in ca
Is there ptc integrity plug-in for visual studio 2013?It is the year 2015 now...
I want to create one script that will open the PTC Integrity and use it to perform some task. I have listed out the activity that I want to automate below:Application is PTC integrity. It is linked with database server that has lot of files in it which have unique ID. So I need to use ID to open the document and export it.Steps:Open the application.Open the document using ID.Export the document to some specific format.I want to know which scripting to be used to automate this process, i.e., I give array of IDs , the script will open the application and then open the document using IDs and export them till all the IDs are exported. Using Excel VBA can it be done?
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.