Recently active
We are looking for any feedback related to Integrating PTC Integrity and Selenium (or any other testing framework with Windchill).Please do not hesitate to provide any feedback or field experience. Any information would be welcome.
When I create a trace between two documents, I opened two documents in same monitor.I use dual monitor now.If one document windows was opened in main monitor and another document window was opened in second monitor, it is more comfortable for me.
About the HMI, English is totally acceptable.However, we have no idea if Integrity is ok with simplified chinese key-in, and display correctly with request font.
Hi,I'm making a trigger that blocks some relationships establishments between items that belong to different projects. I wrote rules that raise the trigger when they are matched.When a user establish or edit a relationship and the trigger is raised, the script tests if the source and the destination of that relationship belong to the same project. If not, it displays an error.I have a problem when I edit 2 different types of relationships at the same time (before clicking on "Apply") and one of them should make the trigger raised and the other should not.The problem is my script tests all the modified relationship fields (I use getDeltaFieldNames() from the LocalTriggerManager.ScriptIssueDeltaBean class).Is it possible to get in the scipt only the field that raised the trigger ?Thanks
i accidentally disabled "itemrelationship" column column in WEB : url access(view relationship for an ID). How can i restore the default settings...I presume i stored the disabled options as default settings for my account.Things i tried thus far- reinstall web browser- check in another user system. it is disabled only for my login only .This points that these settings are stored somewhere in the server for my account settings
Hi,I'm trying to create a proxy client for web services on following address (integrityserver is my server) to extend Integrity.http://integrityserver:7001/webservices/10/2/Integrity/?wsdlHowever I'm getting the following problem on getting data definition (mex):There was an error downloading 'http://integrityserver:7001/webservices/10/2/Integrity/?wsdl/$metadata'.The request failed with HTTP status 405: Method Not Allowed.Metadata contains a reference that cannot be resolved: 'http://integrityserver:7001/webservices/10/2/Integrity/?wsdl'.The content type text/xml;charset=UTF-8 of the response message does not match the content type of the binding (application/soap+xml; charset=utf-8). If using a custom encoder, be sure that the IsContentTypeSupported method is implemented properly. The first 392 bytes of the response were: '<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'><env:Header></env:Header><env:Body><env:Fault xmlns:env='http://sche
Hi There,We are merging code from Trunk to the Branch, and few of the members on the branch are identical to the trunk members, so we want to find out how many branch members are identical to the trunk and update the member revision on the trunk.Is there anyway we can run a query to view the all identical members on trunk and branch ?
Has anyone successfully exported to Excel, images and tables by using the Item>Export to Excel button?
We used to use an simple interface which only included project name and bart number. It was easy to search files by either bart number or project name. And it was easy to download by clicking download button. Now the old server has been shut down and the new server with new interface is not that easy to use. It has a lot of selection and it takes several steps to download file. Is there any method the change the interface like the old one. By the way I have the .jar package of the old one. Because the old server has been shut down that I couldn't deploy it.
Hello,I'm missing the Integrity Ideas to publish and vote for. I found it for creo, windchill and so on, but not for integrity.Why?
Inside the source files that we store in configuration management, we enter the following annotation: $LOG Filename $This automatically inserts the comments entered on checkin in a Revision History section.We were wondering if there is a way to bring in the Change Request or Defect number that is associated with the check in.
Hello,I am using MQ series on the iSeries and wanted to manage the 2 script files (a .CLP member and a member without an extension) needed for maintenance in implementer. They are created with the QSAVEQMGR command and one (the one without an extension) is run as a parameter with STRMQMMQSC command.I tried to create an MQSCR object code but when I leave the source type blank it gives me an error. When I add a period it does not create a source file member.Any help appreciated, thanks in advance.
Dear,We see following behavior using PTC Integrity 2009 web on an Apple using Safari/MozillaWhen opening an attachment the sessionid is added to filename. The result is that the browser does not recognize the filetype anymoreRegards,Thierry Van AckerTomtom
I mostly want the members that were developed on a development path
On computers that do not have a discreet graphics card, the client UI lags quite a bit. Is there a known fix for this? These computers have Intel HD Graphics. I have seen this on a Dell laptop running Windows 7 and a Dell tablet running Windows 8.1.Maximum Heap Size is set to 1024 MB.Popup Status Delay has been set to different values between 0 and 2500 (default).
HiWe are using PTC Integrity 10.6 0.7337, API 4.14.7337I am using batch files to send CLI commands.I have two computers to test. An English Windows 7 machine and a German Windows 7 machine.In my tests regional characters are not handled correctly by the CLI command, although I set the code page in the batch file.I am asking whether are CLI commands considering the default code page specified in the batch file?1) Create a batch file, saved as an ANSI bat file, like this (simplified command syntax, not all arguments are provided for simplicity) chcp 1252 si rlog --project=#t:/mks/Test1/GermanProjectNameäöüßWhen I run it, I get the error*** MKS125443: The subproject GermanProjectName��?�/project.pj does not exist (anymore).2) Create another batch file, this time saved as an UTF-8 bat file (simplified command syntax, not all arguments are provided for simplicity) chcp 65001 si rlog --project=#t:
Hello,Is it possible to drive the Integrity desktop client (the Java Swing GUI)?Example:I would like to tell the Integrity desktop client to perform operations, for example to- to open/view a certain project- to open/view a certain sandbox- to select/highlight a certain member of the project or sandboxThanks !
Hi,We need to develop check in option to connect to integrity using java API in our project.What are the options I need to pass for check in?Here is my code for options:Command cmd = new Command(Command.SI,"ci");cmd.addOption(new Option("sandbox",""));cmd.addOption(new Option("cwd",""));cmd.addSelection("");I am getting the following error when i run the code: MKS125335: Out of tree members and subprojects (not located in the project directory or a subdirectory of the project directory) are not supported.With these options and selection I am unable to connect.Could you please suggest what options do I need to pass for doing checkin? And please let me know what was the error given above.Your help is most required. Thanks in advance.
Hello, My group has been tasked with determining if we can merge two instances/builds of Integrity into a single instance. The two builds have very different item types, one build has been maintained and expanded since 2009, while the other build is a modification of the vanilla ALM Integrity solution installed in 2011. The goal of our task is to determine what, if any, obstacles exist while recreating all of the ALM items (Test Plans, Test Objectives, Requirement Documents, etc.) into our older Integrity build manually. Both builds are Integrity 10.6 and will soon be updated to 10.7. One area that we are unsure of is the "MKS Test Results Metadata" item in the vanilla ALM Integrity build. When viewed from the Integrity Administration Client under Workflows and Documents > Types > MKS Test Result Metadata, the item has abbreviated item details compared to other item types: This makes me suspicious that I cannot build it by hand by going to Workflows and Documents &g
Is it possible to connect the API using Windows credentials? For example, if you are using SharePoint, you can send credentials using System.Net.CredentialCache.DefaultNetworkCredentials which sends a "security package" or something like that with your WIndows logon credentials.
Hi,I would like to know if there is a command that returns the name of the Integrity user who created a label attached to a member in Source Integrity. Using "si viewlabels member" i only get the names of the labels and the member-revision they are attached to. Is there a way to get more information about a specific label?Thanks!Stephan Knopp
Hi,I'm trying to create a Java app that checks out my project to a local path. I have created a command runner and a command but I'm not really sure what arguments I need to pass when adding actual options to the command.This is what I have so far:import com.mks.api.CmdRunner;import com.mks.api.Command;import com.mks.api.IntegrationPoint;import com.mks.api.IntegrationPointFactory;import com.mks.api.Option;import com.mks.api.Session;import com.mks.api.response.APIException;import com.mks.api.response.Response;public class MksMain { @SuppressWarnings("deprecation") public static void main(String[] args) { String host = ""; int port = 7001; boolean secure = true; String user = ""; String password = ""; try { IntegrationPoint ipf = IntegrationPointFactory.getInstance().createIntegrationPoint(host, port, secure, 4, 11); Session session = ipf.createSession(user, password); CmdRunner cmd = session.createCmdRunner(); cmd.setDefaultHostname(host); cmd.setDefaultPort(port); cmd.setDefaultHost
We are using MKS Integrity 10.5 as our version control system.It has Eclipse 3.4 plugin in the following location: c:\Program Files (x86)\Integrity\IntegrityClient10\integrations\IBM\eclipse_3.4\Now we are planning to use Eclipse 4.5.1 software version.So I would like to check can we use eclipse_3.4 plugin itself to work with Eclipse 4.5.1 software?Please confirm are there any side effects because of this?
图纸可视化看不到缩略图
Hi All,I want to fetch the QBR field value in my trigger script, so I want to know is there any api function which will give me QBR field value?i looked through the integrity API, but i may have missed something.
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.