Recently active
Our problems have one or more work instructions that have one or more change packages associated with them. I can query to get a list of all work instructions that have changes packages closed since the specified date but I cannot get back to the list of problem reports associated with these work instructions
Hi @all,with IM 10.7 we want to concatenate some fieldvalues into another field of the same item. For this we had created a shorttext-field with a computation. One of the fields we want to use is a pickfield, and (as stated in the documentation) pick-fields always return only the number of the selected entry and not the value. Are their any known workarounds which you can share with me? Thanks,cheers, Jens
All, Where do I find documentation on creating a custom JSP page? I am looking for a way to execute a trigger without editing/saving an item. My first thought was to create a JSP page that could be accessed by a hyperlink in the web client that would call use the api to execute the trigger. However, I am having issues getting a simple JSP page to create a session and execute a simple command. I am looking for documentation on setting up the environment and how to maintain the session info for the user that called the JSP.Thank you,Paul HartwigIngersoll-Rand
Hi All,I am using the integrity manager 10.0 and wanted to export the list of user from IM. Your help greatly appreciated.Thanks,Shriram
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
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.