Recently active
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?
Hi,I'm using the C API 4.15 with Integrity 10.7 and Visual Studio 2010.Creating the integration point, the sesson an the command works without erros.With "mksCmdRunnerExecCmd" I get a response pointer.Working with this pointer I always get = null.- mksResponseGetResult(MyResponse); = null- mksResponseGetFirstWorkItem works, but mksWorkItemGetResult(workItem) = nullIn all cases the error code = 0In the example in "Always Null response" there is the same problem.The Java API and the command line works fine without problems.Can anybody help ? Is there any logging possibility to find out the problem ?ThanksUwe
Has Integrity Source 10 unicode support (UTF16)? (migrated thread) Posted: Mar 15, 2012 9:10 AM s.saul Posts: 68 From: Germany Registered: Aug, 2004 We are actually on Integrity 2007 and think about upgrading.There are some Feature requests active for a long time that show the need for unicode (UTF16) support (Integrity Source, possibility to diff, no binary storage). So does Integrity 10 (Source) support unicode / UTF16? Re: Has Integrity Source 10 unicode support (UTF16)? Posted: Mar 15, 2012 9:45 AM Posted By: mlizak Posts: 72 / Registered: Feb, 2011 Hello Saul,Unfortunately, that feature has not been currently implemented. Could you please contact Integrity Support or your current Account Manager to communicate that this is still an important issue for you?Regards,Kael Re: Has Integrity Source 10 unicode
We are using the ALM solution and found that creating traces between inputs (input documents) and test cases are not possible. Traces can only be added between requirements or specifications and test cases. Traces from inputs can only go to requirements or specifications, not to test cases. Does anybody know a possible reason? We could add traces (Validated By / Validates) to inputs via administration, but what else has to be done to get traces between inputs and test cases to work? Any help is appreciated. Stephan
Would PTC Integrity be equally useful to develop hardware-based systems than Software systems, or it the tool dedicated to Software development?
Hi, We' use MKS 2009. We have a Item that has a User data type field that needs to be relevant (visible) when a Pick data type field is set to Yes. The Pick data type has no default value and the User data type field is populated with the members of a Group. The issue is that regardless of the status of the Item, when the Pick data type field is set to Yes, the caption (Text) of the User data type field is shown but not the field itself. The field is shown only after the change is saved and the Item edited. See attached. Is this normal? Thanks,
Hi,we want to create a connection between Integrity Items from PTC and packages/ elements from Enterprise Architect. Both tools have IDs with which they can be identified clearly. In the forum I read that there are several possibilities to get data out of PTC Integrity such as using command line scripting, running reports, using gateways, web services, API or trigger scripts. My question is, which of these possibilities would you suggest when you want to connect one integrity item with one or more Enterprise Architect package/s or element/ s. Is there a way using a standard feature of PTC Integrity which helps the developer to get that task done with less changes in Integrity or do you suggest a self-made program which writes in each tool the specific ID/s from the opponent's tool to help the user for example to find the suitable UML diagram in the Enterprise Architect for an already open requirement integrity item of PTC Integrity faster? Thanking you in anticipation.RegardsDan
Hello Everybody, I found in Integrity documentation that it should be possible to run automatically tests. In the help, it is mentionned that is is possible to find additional information in "Integrating Integrity 2010 for Automated Test Execution" document available from support. I am currently running Integrity 10.6 and I was not able to find the above mentionned document. Thanks in advance for any support on finding this documentation or any other documentation that could help to understand how to use Automated Tests. Regards. Marc.
Hi,I would like to know if there is a less harsh way to deal with memory issues than restarting the Integrity Server. There is way to stop the running processes instead, but I'm not sure how to perform this task. Also I would like to know what makes it less harsh than a restart, since for example the loggs on the server are starting from zero again like when doing a restart.Thanks!Stephan
Hi all,I am in need of PTC Integrity report to list the task for 30 weeks. Let me know if anyone has any idea?Regards,Shankar
This is going to sound like a really dumb question but...Is there any way to 'hide' admin provided queries?Why would I want to do this? Because there is a plethora of queries that are irrelevant to almost all users within our firm but they are already set as admin provided during initial set up.Deleting them is not an option because most have relevant objects referencing them, but the queries themselves are completely useless to most users and there are at least 60 of them.It makes the query process very unintuitive for users that do not know exactly what they're looking for and have to scroll through 50+ queries to find one that may matter.Is there any possible work-around for this?
How do you use comments? I can't find anything on it in the user guide. The comments I'm referring to are the ones you make viewable in the below image. No matter what I do, the options are always grayed out on the toolbar. Where are you supposed to use these?Thanks,Nolin
Integrity 10.6.Anyone know if there's a current solution or RFC for the following query challenge?In a query, when adding Created by field, I can filter the Created by field by Group, then select Users from the filtered Created by list......the query ends up being "hard-coded" with Users. I want to either select Groups for Created by -or- "include future values" (as is possible in charts) .Anyone?
I would like to know how exactly this property works?I know thge description ==> "The name of the logging field on the change order that lists artifact changes attributable to the change order."But not the actual meaning and how it behaves or responds...Regards,Karthik Komarla
Hi,I was able to ran the query from command prompt To view the report and then create the report from the existing report with different query.Please find below for this: im viewreport “any report name” > somefile.txt(Eg:test.txt)im createreport –reportTemplateFile=”test.txt” –name=”some name for newly created report” –query=”any query name from Integrity”Now I need to develop this through Java.Could you please let me know how can I give the options to view report and createreport. mainly how to give option for file name for viewreport.I tried with this: Command cmd = new Command(Command.IM, "viewreport"); //cmd.addOption(new Option("selectionFile","../testfile.txt")); //cmd.addOption(new Option("report","Report Recipe - Test")); //cmd.addSelection("Report Recipe - Test"); Command cmd1 = new Command(Command.IM,"createreport");@@@@ cmd1.addOption(new Option("reportTemplat
Hi,Is there any method to automatically generate an email or notification when a document from Source is changing?Thanks in advance for the answers!
Hi,I need to group a report by the month name the ticket was created in. How can i do so? Currently i do not have option to group using the computed fields.I am using group compute but of no avail.Please helpThanksDeepika
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.