Recently active
Hi, I am trying to add member (si add), check-out (si co) and check-in (si ci) through MKS APIs but I am receiving below error, com.mks.api.response.InvalidCommandOptionException: si: MKS124822: Invalid value provided for "sandbox": File paths must be rooted in <Integrity_installed_directory>\data\tmp: sandboxName is set to <sandbox_path>\project.pj After getting this error I have created sandbox on <Integrity_installed_directory>\data\tmp path but then I get the below error, com.mks.api.response.ItemNotFoundException: MKS125216: The sandbox file <Integrity_installed_directory>\data\tmp\<file_name> is not registered with the system. Though the command created through the MKS APIs are executed successfully from the command prompt. Kindly assist me on this and have a look on the command creation code. Add member command code: public Command checkInCommand(CheckInFileVO checkInFile) { Command command = new Command(Com
Hello,We are using Integrity Client version 10.8.0.8356In the project history, given a checkpoint identified by project revision number like 1.4.1.1 or 1.3.1.1.2.1,how can I find which development path name the checkpoint belongs to ?I tried the si locate CLI command but it doesn't return the correct development path name of that project revisionsi locate --hostname=someserver --port=someport --user=someuser --project=t://..../project.pj --projectRevision=1.4.1.1 --devpathscope=all --depth=all --projectscope=thisAny help is much appreciated, many thanks!
have a problem in defining the integration limits.
Hello ! how can i simulate a parametric diagram in Integrity Modeler. Have someone a simple example like a+b=c.RegardsJohn
We have a need to increase the attachment size for Integrity Items to 200 MB. I know that the maximum attachment size can be increased upto 250 MB using mksis.im.maxAttachmentSize property file but for Microsoft SQL Server, it is recommended that the attachment size not exceed 64MB. Our server is Microsoft SQL Server. I would like to know what will be effected if I increase the size to 200 MB? How badly this effects the system performance?
Dear community,I'm working with dashboards the 1st time and got immediately in troubles: A report generated by me won't be displayed in the dashboard. What is wrong?My report is working in my browser (IE and Firefox).My Dashboard displays an empty frame.Any hints?Kind regardAlexander Sailer
Hello, I want to get an item's content of a specified date by using HistoricFieldValue. The general definition of HistoricFieldValue is as follows: HistoricFieldValue(field-name, timestampconstant) In my js script I'm trying to use it in this manner: <%compute%>HistoricFieldValue("Content","March 21, 2017")<%endcompute%> Normally it should work , but I think the problem is the date. What is a timestampconstant? This Error message pops up When i change it to <%compute%>HistoricFieldValue("Content","Modified Date")<%endcompute%> (This usage is senseless actually, but I want to describe the problem more precisely ) This error message occurs: I hope somebody could help me how to use this HistoricFieldValue Function Best regards Martin
Hello all,I'm trying create/edit issues though CMD. I'm getting error Messages that "bla bla field" does not exist. I put below an example of the script that I'm currently playing with:echo offSET CHANGE_REQUEST_#=1829826SET TITEL="SRS/IRS Update"SET PROJECTID="/PSE/AECU/CustomerDev/VW/PR34481_MQB-A0"SET PROJECTGROUP="(248246) VW MQB-A0"SET ITEM_CLASSIFICATION="Requirements"SET PRIORITY="High"SET DESCRIPTION="Update the SRS and IRS requirements with respect to the ASPS baseline 0.19. Link the updated requirements to their ASPS counterparts."echo onim createissue --type="ALM_Task" --field=Description=%DESCRIPTION% --field=Classification=%ITEM_CLASSIFICATION% --field=Project=%PROJECTID% --field=Summary=%TITEL% --addRelationships="Backlog Item For":%CHANGE_REQUEST_#% --field=Priority=%PRIORITY%When I run the above script I receive the below error message:c:\Users\kusuo\Desktop>echo offc:\Users\kusuo\Desktop>im createissue --type="ALM_Task" --field=Description="Update the SRS and IRS
Is there a way to only show selected columns in the "Type Selection" window?I want to show only columns "Display Name" and "Description" in the Type Selection window. Is there a way to hide "Name" column permanently? Is there any properties file that is defining the Type Selection window with these columns?
Which version of Integrity will support Matlab / Simulink version 2017a ?
Related to PTC IntegrityWhen viewing an item we'ld like to hide the fields that are not populated, is this possible?
Hello Community,for a apecial "storage" item, there is the requirement, that a unique sequence number shall be generated. The number shall start on the 1st of January with 1 and then shall be incremented by 1 for every item created during the year.Examples: 16-0246, 17-0001, 17-3564 (formatting is not the problem)What would be the preferred method to implement this sequence number (for native databases there is the feature "autoincrement" but this is not available for Integrity fields).My ideas so far:count over existing items (of the current year, but cannot imagine a query rule other than setting date interval manually every year) by query/aggregation, incement result by 1 and store in global field.Fire a trigger on Jan 1st and reset sequence in global fieldGlad to hear about your contributionsHarald
I do test using command line Interface.si sharesubproject --hostname=%HOSTNAME% --port=%PORT% --user=%USER% --password=%PASSWORD% --cpid=%CP_ID% --project=/Target_project/project.pj --sharedProject=/Source_Sharedproject/project.pj --subprojectRevision=1.25 --type=build /Target_project/Source_Sharedproject/project.pj"Source_Sharedproject" project is managing configuration through 'label'. (for example, 1.25 = ABC_function_bugfix-1.2.1)So, my co-work and I want to use this CLI by using options label= 'ABC_function_bugfix-1.2.1' but I could not find those option in a help document.Doesn't CLI 'si sharesubproject' have a option for labels indeed?
We are evaluating messaging services options scanning all systems to confirm all applications that are using messaging. Some protocols are changing, so there will be plans that span over the next year or two to develop and test those changes. Need to confirm the protocol(s) used by PTC for generating emails? Is it SMTP?
I have the situation, that release candidates of the software are checkpointed and labeled. If now a release candidate is verified and accepted as the final release, I'd like to add the release label to this checkpoint and all its sub-projects as well, like the checkpoint command does. Unfortunately I could not figure out how to do this. The command "addprojectlabel" just works for the current location in the project tree, but does not add the label to the sub-projects contained within that folder. I tried the following command:si addprojectlabel --label="LabelOfSWRelease" --projectRevision="LabelOfReleaseCandidate" --project="e:/a/path/to/a/project/within/a/PTC/project.pj" --hostname=servername.domain.com --port=1234The hostname and port options are just to access a specific server and is not always required. The command does not allow '-r', like it is commonly used for recursive Integrity operations.Is there another way of doing this? Any help is appreciated. Regards 
Hi, Is there a way to sort the items displayed in "Type Selection" window displayed when creating new item using Item>Create option?See below snapshot
Hi all,We would like to automatically purge all test results when a test session is cancelled. The issue at hand is that all results are included in higher level items and reports, even when the session is cancelled and the results are to be neglected. This can happen for instance when one discovers that the test setup is wrong or contains faulty components. Instead of modifying the reports etc., we prefer to tackle the root cause and delete all results from a cancelled test session.The command tm purgeresults does the trick, but we can't seem to find the bean to include this functionality in a trigger.Any pointers?Thanks in advance,Adriaan
I know that you can remove locks with si unlock --sandbox.However I wonder if it is possible to remove a lock without having a local sandbox to refer to.I already tried some variations with si unlock (e.g. --project) but I was not able to get the syntax quite right.Maybe someone can point me into the right direction here?!
Hi all,the spell checker in Integrity could check text in rich text fields. The dictionary for this function is located at the server, and in our environment the dictionary is the standard dictionary for english. We want to spellcheck also german texts, but we wont change the standard dictionary at theserver. Now i've heard, that it is possible to have an additional clientside dictionary. Is this true and if so, is it possible to change the language to check to german only for the specific clients? And if this is also true, is there anyone who could give me a link to a good german dictionary which can be used with the client?Thanks, Jens
Hello, I have a computed field which is used to control the visibility of a heading on an item. When I edit the item and select OK, the computed field should be updated and the heading either shown or hidden depending on the change. However, the computed field is not updated and the heading remains unchanged until the Item is refreshed. The computed field is defined as a Dynamic that is Never stored to History. I tried using the computeHistoryNow(fieldname) in the trigger, but that had no impact.Does anyone have a suggestion to try? Thank you,Paul Hartwig
Hello everybody.We (the Sodius company) provide tooling around Integrity. As such, we run a bunch of virtual machines with Integrity server from 9.6 to 10.9. All of those VMs used to authenticate users to our company old Windows Server 2003 Active Directory. Here is AD related section of the security.properties file: ldap.host=<windows server host FQDN> ldap.port=389 ldap.principal=CN=<the unprivlledged user>,OU=collaborateurs,DC=<domain>,DC=<suffix> ldap.credential=<password> ldap.user.dn=OU=sodius,OU=collaborateurs,DC=<domain>,DC=<suffix> ldap.user.objectclass=user ldap.user.name=sAMAccountName ldap.user.filter=(&(sAMAccountName=%u)(objectclass=user)(objectcategory=person)) ldap.user.scope=subtree ldap.group.objectclass=group ldap.group.name=cn ldap.group.members=member ldap.group.filter=(&(cn=%g)(objectclass=group)) ldap.group.dn=OU=sodius,OU=collaborateurs,DC=<domain>,DC=<suffix> ldap.group.scope=subtree ldap.member.filt
Hi, we used Integrity-Command „si rlog“ with different options to export the highest revision of each project member,complete used command line stated below. This export worked fine with Integrity 10.3. Now we moved to Integrity 10.8 and recognized problems with the export, because the result of the export containsonly the initial revision of each project member. We are using exactly the same command line stated below. It seems that Integrity 10.8 is not able to handle the option “—revision=:head”. Any idea or solution for this Problem ? Best RegardsStephan Klemm Used command line:si rlog --user=<user id> --hostname=integrity --password=<password> --project=/example/project.pj --format="{attributes};{relativemembername};{author};Rev {revision};{date};{state};{projectname};{alllabels};{archivename};\"{description}\"\r" --noHeaderFormat --noTrailerFormat --revision=:head --recurse --batch --Yes
Hello everybody.Can someone explain/teach me how to quickly import requirements (from a word or pdf or excel file) into PTC RM?I was looking at the DOCUMENT --> IMPORT command, but what I get is just a wizard requiring a configuration file that I don't have.I'm available to understand how to create it, but I need to understand how to do it, what is the language to be used, the basic commands, etc. Do you know a tutorial or something like that?I'm also interested for any "plugin" available on the market that can perform this activity, if available.Thank you in advance
Hello Support,In the mainline version of a project, whenever a user creates a sandbox, all the files on the PC are read-only mode.Is there any way, where this feature can be disabled automatically for that mainline project hierarchy so that whenever sandbox is created, all the files on the PC are with read-write permission instead of read-only?Thank you.RegardsPashan
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.