Recently active
This presentation gives a high level overview of the value of the Integrity LM PSM Solution. It covers the following:What is PSM? Why use PSM? Solution Overview Analyzing Data Examples Success Stories FAQs
Hello,We use Integrity Client version 10.6.In the ClientGettingStartedGuide_Integrity_10_6.pdf document is written thatin order to open the Integrity Client GUI in Source Member History view we would have the following command:integrity://localhost:9001/si/viewhistory?selection=source.java&project=%2FTestProject%2Fproject.pjThe supported options for the Source Member History view are:si viewhistory-project-devpath-projectrevision The question is: is there any way to add some kind of --rfilter=range:low-high to the integrity://.../viewhistory client URL ?range:low-highselects revisions that are in the specified revision number range. For example:--rfilter=range:1.100-1.200
I've noticed that if I try to access the web interface via localhost:<port> it doesn't work, giving the following error: Error connecting to <hostname>:<port>: String index out of range: -1This is despite providing the correct credentials, as evidenced by successful login via the desktop client, as well as when accessing the web interface using 127.0.0.1:<port>.I have modified the IntegrityClientSite.rc on the server as well as client, which are configured for ICAllowSpecificConnectionPolicy, with 127.0.0.1 in the validConnectionList. Additionally, in the server's IntegrityClientSite.rc, ICLocalConnectionPolicy is set. This isn't a huge deal, but is somewhat of an annoyance that I'd like to resolve if possible. It doesn't seem to change anything when i comment the validConnectionList. Also, the hosts file does include a mapping for 127.0.0.1 to localhost. Any ideas?
After getting the Integrity Server and Client communicating after some licensing issues, I've noticed that no Types are available, either through the regular client/web interface or in the administration client. I can confirm this because in the Types table in the database, there are no Types either. It seems like based on the Server Administration guide that Integrity should come with some Types. I was attempting to create a Document but it wants me to specify a Type. Was I wrong about built-in Types?
Hello, I'm completely new with Integrity, although I've done quite a bit of reading through the client and server administration guides. I'm including details of the install that may not be relevant just in case they are.The main issue here is that FlexNet appears to not install correctly/successfully. The GUI launches to perform the install and I specify the path. All that ends up being created there is essentially an uninstall folder and some log files. There's no sign of lmadmin.exe and when I check the box near the end of the FlexNet install to run the service now, the browser opens with the port I specified, but it is the typical "unreachable" page.In attempting to setup Integrity Server to interact with an Integrity Client on the same machine, different drives, I've hit a snag installing FlexNet. I follow the directions specified in the ReadMe. First off, running the setup.bat results in an "Installer UI Mode Error":"The installer cannot run in this UI mode. To specify the interf
Can someone confirm whether or not there is command-line method for adding users to, and removing users from, a group?If there is, can the syntax, an example, or reference to the documentation be provided, as well?Kind regards,-Sean
Does anyone know what the minimum and recommend system requirements are as far as processor speed, RAM, etc.? Also, is this documented anywhere?
Hello Support,In the Integrity Client there is "View Projects" menu to see all the Projects in Projects View GUI.What is the corresponding CLI for listing all the Projects?Thank you.Regards
Hello Support,aa viewacl --acl=XXXXwill show all the ACL Permissions and the Group Name.What is the CLI for reverse query.That means I want to find out for a GROUP_NAME what are the ACL permissions?Thank you.Regards
Hello PTCers,Very soon I'm going to inherit the administration duties of a new Integrity database linked to our Windchill that is getting set up by a consulting company for us. One particular question I have is on Traces between document/object types. I've been reading up on Traces in the documentation that we have been provided, and I know that to get to them within the Integrity Admin GUI you go to Workflows and Documents/Types/MKS Solution, select Edit Type and go to Properties, and the Trace lines in there are the ones with the name MKS.RQ.trace.<a document type>. However, the documentation that I have and can currently find is a bit light on some specific details that hopefully could be answered here.1) There are document types listed in the Name and often several in the Value for these lines. For the document type listed in the Name part of the line what is the significance of that entry? I.e., does this mean while I am in an instance of that document type I can make the co
Hello Support,aa groups --member "GROUP_NAME"shows all the users within the GROUP_NAME.How do I see other groups which are also members of GROUP_NAME?Thank you.Regards
Hello, Revision number = a unique number used to identify a revision in an archive. Revisions on the trunk are numbered as two-part decimals (that is, 1.1, 1.2, 1.3, …). Can someone explain the reasons behind the idea why the first revision number is 1.1 and not 1.0 ?See also the screen capture for an example of project history and member historyThank you!
Hi,About Integrity Client 10.6 Source Configuration Management Web InterfaceThere is PDF document named ClientUserGuide_Integrity_10_6.pdf where I can find a bit of information aboutsi/viewproject and si/viewrevisionIn the Web interface, if you know the location of a project, you can open it by typing the following URL in a browser:http://<server>:<port>/si/viewproject?projectName=<(sub)projectname>for examplehttp://xyzBusiness:7001/si/viewproject?projectName=c:/master_projects/SourceCode/project.pj.In the Web interface, you can also open a variant project from a Project view by selecting Project > Open Variant Project.TIP If you know the location of a revision, you can view it by typing the following URL in a browser:http://<server>:<port>/si/viewrevision?projectName=<(sub)projectname>&revision=<revisionnumber>&selection=<membername>for examplehttp://xyzBusiness:7001/si/viewproject?projectName=c:/master_projects/SourceC
Hello,In the Integrity Client GUI for Workflows and Documents I would like to know the name of the currently selected report, chart, query, dashboard from the grid .Please see the attached screen capture for a better idea about what I am asking.The manage dashboard/queries/charts/reports views do not tell which elements are selected/highlighted in the gridCurrently I see only few information in the environmentMKSSI_WINDOW=ci.dashboards (manage dashboard)MKSSI_WINDOW=ci.queries (manage queries)MKSSI_WINDOW=ci.charts (manage charts)MKSSI_WINDOW=ci.reports (manage reports)MKSSI_HOST=OurHostMKSSI_PORT=8…. OurPortMKSSI_USER=Alex MyUserNameThanks !Having more environment variables defined by PTC, help programmers to write custom tools depending on theactive view.For example in the "View Items" (issues) window there is an environment variable specifying the currently selected Item IDMKSSI_ISSUE0=129987MKSSI_WINDOW=issuesThis is a very useful information, so additional variables w
For communication purpose, is it possible to get the details of all the active Integrity users?
I am using SI command line interface on Solaris platform.I want to connect to integrity server and display end result to user.I am using following command.si connect --hostname=<srvName> --port=<port> --user=<user> --password=<pwd> --xmlapiIf I use, --xmlapi is giving output in xml format which help me to get correct status. sometimes I am facing some issues in command like authentication failure .I want to know if --xmlapi flag is deprecated? Should I keep using it? Where I can see deprecated API of Integrity?Note:Removing --xmlapi dose not resolve my problem.
Hello people, l have one buttom that call one service, and l want to do when this service finished, My Grid need to be Empty again. Is that possible?
We are using PTC integrity version 10.7 and understand that this release supports a plugin from Visual Studio to PTC. Can someone please tell me if this is downloaded with the Integrity Client or is it something else that has to be downloaded and installed separately. We have found the Eclipse plugins which were deployed with the integrity client install.
I can search all requests for a particular object but....I'd like to narrow my search to be only in change packages that are found in individual requests. I may have an object called OBJECT1 that is only listed within a change package and not listed anywhere else. So, when I get a production report indicating that OBJECT1 was changed, I want to be able to search Integrity and find it.Ideas? Help?
Good afternoon,I am using the following commandim viewissue --showAttachments --showAttachmentDetails (showAttachmentDetails and showAttachments are very important for the result set I am expecting).I have 2 questions.1. Is it possible that I can get selected list of fields instead of using im view issue command( because I want only 3 fields and it returns way too many).2. Is it possible to run a "query" with im view issue? as I need the attachement detail . or is there any command that does it? im issue may be? but I cant find ad attachment flag.Thank you for your help
We currently have PTC Integrity v10.7 and are about to upgrade to 10.8.Can someone please tell me which version of PTC Integrity is planned to support SQL Server 2014?Thanks
Hi,I use Windows 7 operating system and PTC Integrity 10.6.0.7337, API Version 4.14.7337I have some text files where the line separator is \n (0A hexa).I see that after checking in these files and then checking them out, the file size is larger ?!The difference is given by the line terminator which appears to have been suddenly changed to \r\n (0D 0A hexa)So why has the PTC Integrity client changed the line terminator of my text files ? I want them stored as they are originally.Thanks !
Good Morning,When I run bat file on my local host it runs fine. After publishing it on the server it generates empty XML file this is the command I am running im viewsegment --xmlapi > test.xml --user="user" --password="Pass" --fields=ID,"Text English" 1235545. I am not sure what needs to be done as I have given all the appropriate permissions on the folder.Any help will be greatly appreciated.
Has anyone ever approached the challenge of setting up a "Read/Only" user when Integrity does not have a "Read/Only" ACL structure?
Estimados;Estoy iniciando el upgrade de IMPLEMENTER (11.2) y luego de quemar un CD con el archivo implementer-update-setup.exe que descargué de PTC sSupport Portal, tengo problemas al ejecutar el LODRUN, aparece el error CPF3717 , El archivo no se ha seleccionado. La etiqueta o el nombre del archivo discrepan para el archivo /QTEMP.Desde ya agradezco cualquier ayuda para salir de esta situación.Muchas gracias!
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.