Recently active
Hello,how can i change the settings for outputfile-path:my messages :2014-03-04 11:42:41,668 INFO [STDOUT] Error executing API in creating Monitoring-Report - Message: mks.frame.triggers.TriggerAPIException: [API-runreport]: im: MKS124822: Invalid value provided for "outputFile": File paths must be rooted in C:\Program Files\Integrity\IntegrityServer10\data\tmp: outputFile is set to D:\REPORTS\Monitoring\MON-Report_2014-03-4.csvWhat is wrong?thanks for responsesbrM. Hiersche
HelloI am looking for CLI solution how to get an issue field value with the field being a text with linebreaks. (example Requirement Text field).I've started parsing the im viewissue output but it is difficult to split between fields and field values.See example below:-----------------------------t =Type: RequirementID: 187581Created By: Miller Christian RGB (MILLERC)Created Date: Sep 14, 2012 1:57:20 PMModified By: Wenger Gregor RGB (WENGERG)Modified Date: Oct 17, 2012 1:45:41 PMState: NewProject: /PSL/CmbEng/EngOperSt/CA000Contains: Contained By: 187542References: 187582xyzReference Mode: AuthorRoot ID: 187581Input Revision Date: Oct 17, 2012 1:45:41 PMDocument ID: 187541Subsegment Name: Referenced Item Type: Shared RequirementCategory: Functional RequirementShares: Shared By: Revision Date: Oct 17, 2012 1:45:41 PMAuthorizing Change Order: Suspect Count: 0Valid Change Order: trueIncludeReference: falseDiscussion: Priority: Changes Authorized By: Decomposes To: Decomposed From: Is Rel
I don't know if this has been asked before, but I'm trying to get hold of the latest version of implementer update program to apply ptfs/our upgrade to 10.3.Search for "Implementer Update" really isn't going to ever win any prizes, so I just thought I'd try and put the question out there.I've install 10.3, but now I'm trying to get the installer for others to be able to use. The manual says that its on the IFS /mks/implementer/ptcim, but the version I've got there is the older 1.0.4 which won't allow anyone to install the 10.3 ptf.I've tried to go through the PTC product download pages, but .. i won't use the word tosh.. they've been unhelpful if anyone can give me an easy way to get hold of the implementer update 1.0.5+ then i'd be grateful.cheers
Hello,I need support on setting preferences in MKS using command line interfaceI found that I need to use the setprefs command but I do not know how to make the checkbox in teh attached image to be checked by cli.I need this for all prefs: Integrity Client; Workflows and Documents and Config ManagementThank you very much in advace for helping!!
Hi @all,i'm searching for a way to get information about all our users and their groups. Especially in source this seems not to be so easy. So i tried the commandline:aa usersand i get many, many users, but not all. Why? Which parameter prevents user "A" from being shown by "aa users", and user B not?Second try: i dont know whether the group "everyone" is an out-of-the-box-group in integrity or not, but all of our users are members of this group. So i thought i could use this line:aa groups --member everyonebut i didnt get any user. Why?With any other group i get a full list of members of this group, but since not every user is in every group this is a mess.With:im usersi get another list of users, but i know that it cannot be a complete list. This list has less members than the list from "aa users", but there are members shown by "im users" which are not shown by "aa users". ??? I dont know what i can believe?Is there any hidden parameter for "aa users" or "aa groups" to show me all u
Hello Team,1. One of the user is not able to create a build sandbox from a main project.2. Steps followed : Create sandbox -> Sandbox path -> Project path -> Select build option -> Select respective revision number -> Click on Finish3. I get an error window like : Failed to populate sandbox d:/sandbox/sandbox.pj MKS125212: The project file d:/project/project.pj is not registered as top level project with current server.Note : On this particular subproject i see a ~ symbol on the folder. I have attached screenshot of these.Should i take any actions with respect to this?Kindly suggest a suitable solution.Regards,Vinayak
How can I lock down a branch in Integrity ?
Hello,I am using MKS Java API to creat Sandbox/drop Sandbox for a project. The code works fine in my local (win7+Integrity10 client+hotFix s100000000-022). However, when I tested in an AIX server (the server has Intergrity10 client +HotFix s100000000-022), the same code always throw exception. I tested si command from aix command line and it worked fine. All enviornment varibles are set as builder guide/user guide suggested. By the way, I tested si command from AIX command line and the si command worked without any issue.The following is the exception:java.lang.UnsatisfiedLinkError: Cannot load apiclientrunner at com.mks.connect.ClientCmdRunnerImpl.(ClientCmdRunnerImpl.java:53) at com.mks.connect.UserApplicationSessionImpl._createCmdRunner(UserApplicationSessionImpl.java:546) at com.mks.connect.CmdRunnerCreatorImpl.createCmdRunner(CmdRunnerCreatorImpl.java:90) =================================================================================The following is my code:cmdRunner = ipf.creat
Can anyone help me out to get the ID of the very Last item present in Integrity? We have a workaround, that is create an item and the ID returned is the Id of the Last item in Integrity. But the restriction is, I dont want to create an Item in Integrity.
I have question about Integrity API connection (API Version: 4.12.4301), I am using Jenkins CI server to poll PTC Integrity’s source code repository, there is a Jenkins plugin can help me to access my Integrity top level project, but if I want to check-out a sub-project of the top level project, the API will give me the MKS125212 error message, like below log.Preparing to execute si projectinfo for #/168/DAP2500AB A/An API Exception was caught!The project #/168/DAP2500AB A/ could not be located on the server 172.16.0.19:7001: MKS125212: The project file /168/DAP2500AB A/project.pj is not registered as a top level project with the current server.si projectinfo --user=tw.168.sw.01 --port=7001 --hostname=172.16.0.19 --project=#/168/DAP2500AB A/ -- returned exit code 128Finished: FAILUREHow do I checkout the project in “#/168/DAP2500AB A”, not all projects in “#/168”?Thank you,Snaku
Hi @all,we have in IM an Item (Module-Request (MR)), which has subitems (Tasks) linked via relationship. Both item-types have workflows. The tasks can have different task-types:MR --+-- task (task-type A) (obligatory) +-- task (task-type B) (optional if task-type C exists) +-- task (task-type C) (optional if task-type B exists) +-- task (task-type D) (obligatory) +-- task (task-type E) (obligatory)All tasks are linked with the same relationship-field in the MR.The MR has a workflow with many states, and in every state it will append one task. Now we want to do a query about this: If a MR is in a special state ("InTest") and one or more of the tasks type B or C are linked, and all of the linked tasks (type B or C) are in the same special state ("Finished" or "Invalid"), the the query should find this MR. Oll other tasks (type A or D or E) doesnt matter. With the rule-wizard in the query-builder i didnt find a way to have the logical link between the linked tasks and their state. Here is
Hello,We are using Integrity 10.4 for Change Control and Management but I now want to see what Requirements Managements features are available. However I cannot see any RM functionality. Do I need to install some additional modules? On p203 of the Server Administration Guide for Integrity 10.4 (2013) it suggests downloading the ALM Solution template but I cannot see this anywhere on the site. Can anyone point me to where this might be available?Thanks.
Hi @all,our users have some queries which fulltext-search in longtext-fields. Some of these fields are richttext-fields, and the text, which the user is searching for, is inside tables. If this is the case, the query doesnt find the text. Is this a bug, or do we have to change our way to search?Thanks, kind regards, Jens
When I add a constraint to the source for a CREATE TABLE I am getting errors that the previous constraints already exists. Also I was able to compile a table with a constraint but was unable to promote the table because the reference table was not in the staging schema/library.I get a FILE not Found in IMAY04.HELP Please!
HiDo you know a way to get the project path of a given sandbox from the information contained in the project.pj file?I had an heuristic like this:If second line contains port information then parse 5th line like explained below. This is the case for the sandbox root.Use File:1.8 - atgrzas071:7001 /Controls/project.pj ÿÿÿÿ 29108/project.pj ÿÿÿÿ DRE0002/project.pj ÿÿÿÿ AVLab_m/project.pj + Ãsandbox.attribute._mks_sparse=false,sandbox.attribute._mks_scope=any,sandbox.attribute._mks_shared=false,sandbox.attribute._mks_lineterminator=native,sandbox.attribute._mks_compute_checksums=true ?€y Ç /%æX € > AVLab_m/project.pj */Controls/29108/DRE0002/AVLab_m/project.pj ...Else parse second line.Example:Use File:1.8 > doc/project.pj ./Controls/29108/DRE0002/AVLab_m/doc/project.pj The parsing of the given line can be done by looking for the string between the 2 project.pj ( tok=regexp(line,'/project.pj(.*/project.pj)','tokens');).Unfortunately I encountered 1 project.pj that looks like this
Is there a way to export the Change Package information for an item in a similar way to exporting the items in a query to excel in MKS Integrity 10.
Hello,I'm trying to synchronize some content between PTC-Integrity and MS Project.Everytime I try to synchronize the "Assigned User" of an Integrity-Taks with the the "Resource Names" field of a MS Project-Task the resource is added to the project but NOT assigned to the Task. How can this happen? I feel like it was working when I started to work on the mapping but I'm not sure and going back to the starting point with the mapping does not make any difference...My log:Command: dm mapitem --map=AAAAAAAAAA MS Project Mapping --action=put --integration=MKSProjectTemplate-1:635254522220646454 ISSUE:3 Task.MKS Issue:2092215Entering IssueHelper.synchronizeItems()Retrieving updates for task linked to 2092215Leaving IssueHelper.synchronizeItems()Creating 0 new tasks ...Updating Task 2 with field Task.Resource Names, value <mksUserName>Assigning resource name: <mksUserName>Resource <mksUserName> already exists. Re-assigning user <Lastname, Firstname>Appending resourceUni
Our company is currently using your Integrity 10 product. It appears that the “Retarget Sandbox” feature does not work correctly, in that it take at least as long as, if not longer than, pulling a complete new project from scratch.Is there a know issue with this feature, or am I somehow mistaken?
Is there a way to determin the current user in a report recipie?I would like to set Icons based on the user generating the report. Examples: "I Reviewed" "Please Approve" "Assigend to me"In the gui, I use relevancy rules to show this information. However, I cannot seem to get relevancy rules to work in the web client
Hi @all,today some users came to me and asked me if following would be possible: We have amongst others two itemtypes in our changemanagement: lib-request and package-request. The lib-request has a relationship-field, which can hold some of the package-requests. The idea was that user a could place a package-request into the relationship-field of the lib-request, but this should be some kind of deferred relationship, and user B has to confirm (or negotiate) this relationship. Is this possible (without a third request)?Thanks, Jens
Hello,We currently use Implementer on our IBM i systems for development. We are looking for a tool to refresh data from production to our QA environment. Are there any tools from PTC to accomplish this?
Hello,I have a Visual Studio 'Integration Services Project' created which has several packages and which is Shared.I have one package that won't check in providing error message : [quote]MKS125502: Cannot operate within this sandbox. Another sandbox is already registered under this path[/quote]I do not understand as I have only one sandbox which is the one where I have the package. I can't find any information regarding this error message.Can someone help ?Thank youa+,=)-=Clement=-Configuration :MKS Integrity Client 2009Build: 4.10.0.9665Service Pack: 007-01.Hotfixes: C041000007-005, C041000007-015MKS Integration for Microsoft Visual Studio v4.10.5799.0Visual Studio 2008 Version 9.0.30729.4462 QFEMicrosoft SQL Server Integration Services Designer Version 10.50.2500.0Microsoft .NET Framework Version 3.5 SP1
Hello,I am attempting to create a custom actions via hyperlink that are embeded within an item. I would like to try this for creating, modifing, and viewing items in the gui. Setup durring initialization:var link = "file://<host>/Integrity/IntegrityServer10/data/public_html/newissue.cmd?"+db.getID();File run from server contains:im copyissue --type="Issue" --linkToField="Issues relationship" --gui %1What would be the correct way to pass an ID to a batch file via url?Is there a way to get the MKSSI_ISSUE0? I haven't had luck with that either via url.
Hi everyone,We use the Integrity Gateway to export document content to Word, and users are requesting conditional formatting based on the content item's Reference Mode value.For example, if the content is "Author" or "Reuse" it should display one way, with certain fields, in Word. But if the content item is in "Share" mode, it should display slightly different fields, or use different format.I've tried both of these if clauses, to no avail (item is either completely ignored for output, or just defaults to the other conditional format).<%elseif ( {Category} == "Feature") and ( {Reference Mode } == "2" ) %><%elseif ( {Category} == "Feature") and ( {Reference Mode } == "Share" ) %>The "Reference Mode" value can be output into a Word document, but it seems like you can't use it in logical comparisons. Just wanted to see if anyone else has tried this.Thanks in advance.Christine
Hi all,I hope this is a simple question to answe!When I process a WorkItem that I obtained from running an "im viewissue" command, I'm given the options to pull primitive data types such as String, Boolean etc. I'm trying to get some of the HTML formatting that is available within the Integrity Client, including bold font and tables. Is there a method for doing this using the Java API? Many thanks,Rich
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.