Recently active
How can I automate the steps to create a new subproject when propagating a change package for future branches ?
Hi,I am trying to create a session and to keep session alive using setAutoReconnect but I get "...Problem starting API session: undefined: setAutoReconnect is not a function". Please Correct me if i am wrong?iPoint = Packages.com.mks.api.IntegrationPointFactory.getInstance().createIntegrationPoint(bd_imhostname, bd_import,4,12);apiJava = Packages.java.io.IOException;session = iPoint.createSession(bd_user, bd_password);cmdRunner = session.createCmdRunner();cmdRunner.setAutoReconnect(true);cmdRunner.setDefaultHostname(bd_sihostname);cmdRunner.setDefaultPort(bd_siport);cmdRunner.setDefaultUsername(bd_user);cmdRunner.setDefaultPassword(bd_password);Kindly help me to keep the session alive still command complete.Thanks in advance
Hi, I am interested to see the difference between two revisions of project file. In order to decide whether to include it in my next release. I tried using si diff -r 1.31 -r 1.33 "TemporalFileForTesting.bcm" command from command-line. Showing differences ...TemporalFileForTesting.bcm"TemporalFileForTesting.bcm": Differences between Revision 1.31 and Revision 1.33si: "diff": Unable to invoke command: Unknown errorI received the above error since I don't have toolkit installed in my pc.Hence I like to know if there are ways to find the difference between the two revisions of a project file.
Hello, I am trying to setup a Jenkins build that will execute an Integrity IM command. I have installed the Jenkins server on a Windows workstation that also has the Integrity thick client installed. If I add the IM command directly to the Jenkins project, the error "Attempt to launch Integrity Client timed out" is returned. I then created a batch file where I added the IM command and the result is the same. PTC Support then suggested that I run the IM command from it's own instance. When I execute the build this way, the job returns that it was successful. However, the command was not executed.Does anyone have any other suggestions to try?Thank you,Paul Hartwig
Would like to know if there is a trick or function that you can use to show your query selection criteria on the report heading, like when you run a report as of a date it would be beneficial to see what information the report was run for. Instead of having to hand type the information in to the report each time you change the query selection criteria. And the same ability to show this on your charts on Dash boards. I need to show some selection but not all.
Hello,I am attempting to execute a command that should prompt the server to return a list of items defined by a query. However, the sever execute:try { serverResponse = serverCmdRunner.execute(); } catch (ae){ var msg = ae.getMessage(); return null; } return serverResponse;This try catch block is throwing an error. The message returned by that error is: [API-issues]: Authentication failed for on m***ptc-02.h****s.com:7002I am not sure why this script is failing authentication, any ideas where my problem might be, or what direction to look in?
How may I reorder packages in the Package Browser? I'm able to do it easily with its contents (Shift+Alt+up/down), but the option is grayed-out at the Packages level:(I'd like to put them in 01, 02, 03, 04 order)
Hello,we recognized a sporadically problem with a PC when starting PTC Integrity 10.8. Client.The Error-Message, stated below and also in the attachment, is indicating a time out with the tipto place the Integrity Client install Directory at the very first Position in the path.Unfortunately the Integrity Client install Directory is already at the very first Position in the pathand we also don't see problems with the read and write permissions to the Integrity Client install directory.Maybe it's also worth to mention, that the affected user is trying to start PTC Integrity 10.8. Client as Windows-Administrator.As I aleady said, sometimes PTC Integrity 10.8. Client is starting correctly, but then there's again the error message.The error appears also sometimes many times sequentially, and later it's working again once in a while.Any idea where the Problem is, or what is causing the error ?Best RegardsStephan.
PTC-IntegrityWe used change packages in the past and want to access the data after the update, because we need to look at things we changed.Is it true, that this function is not available after an update?
trunk tips are not matching the member revision ???
Hi @all,since 10.7 some reference-documents has changed from pdf-format to chm-format. But the new documents arent usable in our environment, because they want to have a connection to the internet, which isnt allowed at the most departments. Are there any old-fashioned pdf-files anywhere? Or could the new chm-files changed to a pure-offline-version? cheers, Jens
How do i import sandbox in Integrity build 10.9? I know project.pj files no longer exists in this version but since I need to import a sandbox which is created by different MKS user in same machine
HelloWe are using Integrity 10.8.0.8356I noticed that in the web interface the times are displayed differently than in the desktop client by 1 hour.In the GUI client I see this item informationintegrity://server:port/im/viewissue?selection=134804OpenIssue: 134804Created by:..... on May 31, 2016 10:26:03 AMModified by:.....on May 31, 2016 10:26:23 AMIn the web interface(in any browser) I see this item informationhttp://server:port/im/issues?selection=134804OpenIssue: 134804Created by:..... on May 31, 2016 11:26:03 AMModified by:.....on May 31, 2016 11:26:23 AMIs there any setting in the web application interface, because I suspect that it behaves differently than the Java GUI client ?This is not a browser issue, all display the same values, it is rather a matter of the web application interface behavior.Thanks!
It is possible to create a relationship or link from an Integrity Item to a Source Object?
Hi I am struggling to get items with getItemsByCustomQueryPlease find below code,MKSService.getItemsByCustomQuery cusQ = new getItemsByCustomQuery();MksIntegration.MKSService.CustomQuery qry = new CustomQuery(); MKSService.Integrity_2009Client cl = new Integrity_2009Client(); string DateStr = "2014-10-29"; qry.QueryDefinition = "Modified Date = " + DateStr; qry.Username = "XXXXXX"; qry.Password = "XXXXXX"; string[] field1 = new string[] { "id", "Summary", "Modified Date" }; // qry.InputField = field1; cusQ.arg0 = qry; getItemsByCustomQueryResponse qryRes = new getItemsByCustomQueryResponse(); qryRes = cl.getItemsByCustomQuery(cusQ);Appreciate your responseThanks
Hello,I am working on a project to automate our regression tests and publish the results under MKS by the use of ATEF from MKS.I believe that the solution is feasable and i would like to avoid the use of another tool for else.First i need to install the ALM and then i need to make some trials in order to activate the adapters and trigers from MKS server with my third party tool.To achieve that, i guess i need to have an admin role on the production server, whereas it is not possible within our organisation (so i need a separate environment to realize my Prototype!)So my Question:It is possible to get an instance of an MKS server as Virtual Machine (VMware for example) in order to create the prototype of this project and then migrate the results from the VM to the production version? Or exists another way to get a separate environment ?Thank you very much in advanceMiled Attia
Is there a way to determine what filters a user has on the selected view? For example, if I already know:MKSSI_WINDOW=documentviewMKSSI_DOCUMENT=1234is there a way to find out what filter is currently on document 1234 in window documentview?
Hello Support,Can you please provide me a CLI with which I can query all the member files locked by a particular user account?Thank you.Regards
Hi,i'm looking for some useful custom commands.At the moment we have custom commands for:Copy SI Link to clipboardCopy IM Link to clipboardView Sandbox in Windows Exploreri would be pleased if i get some new ideas (or a we can create a list) of useful custom commands (maybe with code)
It's necessary to do a FMEA in almost every project in our company which is modelling. Obviously there is a huge accordance between a system model and the structure of a FMEA. It would be nice to simple export e.g. the functional structure of a system model to a FMEA tool like IQFMEA. Has anyone a solution or experience with that? Regards, Daniel
Hello,I would like to check if a Project exists within a specific devPath vie Java-Api (or cmd-line).for Example:Create A project on Mainline: * rootA * subB *subCcreate a Devpath "myAwesomeDevPath" on subBdrop subC on devPath.If i try to get si projectinfo -P /rootA/subB/subC --devPath=myAwesomeDevPathi get a valid Project from within the response. Is there any Information in the Response about the droped sub-Project
If we use the CSV loader to import a picklist field and the value doesn't match one of the existing picklist options, it is automatically creating new options. I'd like to prevent this from happening. Anyone else experience this and is there a way to set the editability so that it does not happen but still allows users to choose from the existing options?Thank you,Adrian
When using the built-in "Print" command (View --> Print) in an item of Workflow and Documents, then all tabs of the item are printed one after another within one print job.I want now to print the contents of a single tab only, e.g. the "Summary" or "Overview" tab.Does anyone have an idea how to do this?I assume that this may be possible with some Java magic within a Custom command.Can anyone provide me a code snippet doing the job?
Hi,I know two ways of getting the content of a member without having a valid sandbox for it (viewrevision and projectco).But it does not work if the member is dropped. As I know the archive for the member, the question is: I there a way to just get the content of the archive without using addfromarchive before (meaning don't disturbing the projects configuration) ?Any ideas?regards,Veikko
Uploaded 10/01/2010 by Jim Winder to YouTube Developers are disconnected from Requirements, frustrated with lots of manual effort, and pulled in many directions. In this short demonstration we see how MKS Integrity provides a one-stop solution to help developers stay happy and productive
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.