Recently active
I am developing some MKS Integrity 2009 automation tools using the "si" cli. I was wondering if there was an easy command to retrieve the contents of a text file member with a specific revision (similar to double clicking the revision in the "Member History" GUI window). I would prefer the file contents echo to the command prompt to make integration with my automation SW easier.If there's not an easy way to do this, what would be ANY way to do this via CLI? My thought was: Create a sandbox, checkout the member with a specific revision, stream it into my tool via file system calls, then delete the sandbox?
Hi @all,we have developed some custom actions for our users, which will facilitate them their all-day-work. At the moment the users have to install and configure these custom actions for themself (with our help). So we now want to deliver these custom actions by a customized viewset, which the users could import from the server. No problem so far.Now our question: some of these custom actions are little programs or scripts, and they have icons, and so on. Is it possible to store these scripts and icons at the server (maybe in the /data-directory)? I tried this first with an icon-file, which is stored at /data/public-html/icon.gif. So this icon is now reachable by a browser via http://<server>:<port>/icon.gif. I put this address into the custom action dialog, but it doesnt work:I think the same problem will appear when i try to put my batch or script or program onto the server and want to use it in my custom action. Is this the case or are there some other options? We didnt
How can I automacially fill in multiple date fields when an item type is in a given state?Ex:When State="Sent"Field Date01=date when state changed to sent + 0Field Date02=date when state changed to sent + 1Field Date03=date when state changed to sent + 2Field Date04=date when state changed to sent + 3Field Date05=date when state changed to sent + 4So if State is "Sent" and the date is 7/31/2014 then field Date01 would be 8/01/2014, Date02 would be 8/02/2014 and so on.We are using MKS Integrity 2009 SP5.Thank you!
How to run java code from GUI.
How to set Global Policy for Change Packages?Can we set the Change Package Reviewers to multiple users and anyone can approve/accept the change package (No need to accepted by all the members listed .) we don’t want group. Requirement is the out list of reviewers any one can accept the change package
Hi @all,is it possible to set a complete Branch (DevPath) in source to readonly, and the parent is still writable?Thanks, Jens
We have the need to create some delta reports based on the history of item(s). The reporting part is well undestood. We need a method to get at the historical data on an item from a query. How do we do this?
We have some internal filds that we set in trigger scripts that are poluting the history with a bunch of non-valuable noise. How can we disable the history tracking for fields?
Hi...I need an example of the 'im edittype' command that sets the "Override the global description" attribute in the 'Overrides for Fields' section for a field within a type. The 'im edittype -?' command provides no information and I was not able to find anything in the documentation regarding the command-line syntax for this.Can someone provide and example, or send a link to the documentation that shows how to do this?Thanks...-Sean
Hello,With the Microsoft Project Integration we are able to map Work Items from Integrity into MS Project.Is it possible to map Change Orders from Integrity to MS Project?We want to have both types in MS Project - the Work Item and the Change Order.Does anyone have an idea how to solve the problem?Thank you very much.Regards,Florian
Hi, we're facing a problem while fetching all fields/attributes/properties available for an issue type via CLI.in general we try to provide some kind of content assist to support users while configuration of a java interface to fetch issues for a concrete PTC server instance.So what we are currently doing:1. fetching all types by using 'im types'2. then iterating over all types within 'im types' and getting properties(e.g. Spawns, Changes Authorized By, Shared Text,), visibleFields(e.g. Parameters, Document Phase, Content Without Back Traces Percentage)3. to get some more information we're using 'im fields' to fetch e.g. the expected type of a valueafter finishing there are some attributes missing e.g. 'Document ID' which seems to be a computed field which comes from the document model? it is visible in the administration client but isn't within the response of the 'im types' command. We already tried 'im viewtype' without success. I noticed the requirement type is of typeClass 'node'
There is a script command called getTransactionContext in the Server Bean. In the description, it mentions a map that can be used to pass information from one script to the next during a transaction. I cannot find how to set or add to this map however.Would someone please let me know how to add to this map?ThanksMark
Hello,I have a Project with a structure like:+project | file_1 |file_2 |+sub_project_1 |file_1_1 etc... |+sub_project_2 |file_2_1 etc...when i create a sandbox of the whole project and then try to (resynchronize or check_in) only the sub_project_1 or the sub_project_2, an error message is displayed saying that this project/sandbox is not registred.any help to fix this issue? For me is the best way to create a sandbox of the whole project but each time i need to resynchronize/check_ii/check-out each sub project separatly ? And it is very hard to create any time for a subproject a new sandbox.Any method that allows to register automatically the created sandbox with its subprojects?Thank you in advanceregardsMiled
Hello all,is it possible to change the workflow of an item in Integrity in depending the attribute category.For example:Category: Heading; Workflow: Draft - FinishedCategory: Functional requirement; Workflow: Draft - to Review - Finished - Revision - DefferedThanks
HI,We have MKS 2007 running in our company. For MKS 2007, i cannot see the workflow and documents section in the MKS Administration. I do have the admin rights, but no one in the company either superadmin rights( either the person who had it left the organization or no one is aware of the super admin). Could you please help me access 'workflow and documents section' so that i can add new fields, change presentations for few types as we do in MKS 2009. Waiting for an early response.ThanksDeepika
Hello All,I was trying to generate Integrity documentation for Integrity 10.5.It is failing for a particular field in Integrity "Notes Report FVA"This field was added recently on SPR Task type.The error which I'm getting is "An FVA to attachment field Attachment RTF does not exist"The field "Attachment RTF" is also present on SPR Task type.I've attached the screenshot of the error.Can anyone please give some insight about the cause of this error and how to address this issue.Thanks in advance.
Hi @all,some user has made a devpath and named it "ABCDE/12". I can set the filter for my projecthistory in the rich client and then i get all revisions which are present in this devpath. But in the commandline it doesnt work. I think Integrity seems to have trouble with the slash in the devpath-name and i cant get it "outquoted" or such things. Here something i tried:si viewprojecthistory --project=#/TLP#subproject_lvl_1/subproject_lvl_2 --rfilter=devpath:'"ABCDE/12"'in this case i got: *** MKS124814: Cannot show view information: MKS125382: Illegal development path specification: One or more Invalid characters found.Then i changed the quoting (or doesnt use any quotes):si viewprojecthistory --project=#/TLP#subproject_lvl_1/subproject_lvl_2 --rfilter=devpath:"'ABCDE/12'"si viewprojecthistory --project=#/TLP#subproject_lvl_1/subproject_lvl_2 --rfilter=devpath:"ABCDE/12"si viewprojecthistory --project=#/TLP#subproject_lvl_1/subproject_lvl_2 --rfilter=devpath:'ABCDE/12'si viewprojecthist
Hello together, we use a report to compare two baselines with each other and show the differences between the two states (differences of the content and the values of the attributes). Now I want to change the report because we've got new attributes and they should also be shown in the report.How can I add the new attributes in the report to compare the changes??Thanks, Michaela
Hello together,is it possible in the Requirements Analyst to create links (relationship fields) with drag & drop?Thanks Michaela
hi,I'm on version 10.3 and I'm trying to decide if I should go to 10.5 So I browsed for integrity documentation looking for enhancements and what is fixed in 10.4 and 10.5. I couldn't find anything though. does anyone know how to find this infromation ie changelog for integirty 10.4 and 10.5. I didn't see it in the server administration guide or the upgrade guide.thanksadam
Why is a source license needed for the requirements analyst viewset? We are using version 10 of Integrity.
Has anyone put together a Microsoft Project Mapping xml for the agile solution?Looking to get sprint user story tasks into a gantt format for quick viewing of resource contraints.
HI,I have few report in MKS 2007. Whne i run those reports in IE 7 or 8.0 and try to export it by right clicking on the report, followiing error is returned:The user name and password associated with the current HTTP request do not match those associated with the current session. Click the following link to go to the main viewCould you please help.
Hi,Is anyone know how to delete the unwanted "CheckPoint" or "Revision from the source control.Regards,shakar
Hi,we would like to do a project checkpoint, but only if there are no member deltas - like for the sandbox snapshot.I thought this could be done with a trigger.A server side trigger however does not seem to have access to the sandbox data and so cannot be used.A client side trigger seems to be much less flexible and powerful.In addition, I really do not know if there is a checkpoint project client trigger event that can be used.Does anybody have experience with project checkpoints only if there are no member deltas?
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.