Recently active
Is there a way to constrain the options for Category that are available to a node by constraining it from the segment that uses it?
HelloI am looking to the documentation of the integrity link commands that are supported and also the syntax.I know it is "somewhere" documented but could not remember quickly where.With integrity link I mean links like:integrity://mksprod:7001/im/viewsegment?selection=IDThis will open an ID in the document view.I was specially looking for a syntax supporting opening a project on the project view.Many thanksKind RegardsThierry
Is there a mechanism to store more than 50 server log files in Integrity server. Determined by the configured log level for each log category those 50 files can cover up to 10 days but also less than 1 day is also possible. In case a deeper analysis is required it happens, that the required server logs are no longer available.We could stay with these 50 files but we do no longer simply delete each older file but zip it which will lead to dramatic file size reduction. A file can be shrinked by round about 90% from 10 MB to 0.8 MB. By creating (if one does not exist) such an automatism it should be possible to easily provide server log files from the last 3-6 months with just an acceptable storage consumption. This could really help in terms of analysis of issues which are discovered not directly and the root cause analysis starts not until the related server log files are already deleted.My question is "what are the Pro's and Con's in doing so?"
I would like to have the Category field displayed for ALM_Test Obective items. It is already on the presentation but for some reason doesn't show when you create or edit a test objective. Also, it's not available when I search for it under visible fields. Could someone fill me in on what I'm missing?
Hello Everyone,I'm trying to activate the Option Structure Show Parentage checkbox on the Gateway Export Wizard.According to the Gateway User Guide the <show-parentage>true</show-parentage> is required in the appropriate <export-configs> of the gateway-tool-configuration.xml file, and that requires <filter-query-definition> to exist. Below is one of my attempts. The Gateway Wizard does not complaint about anything being wrong, but the option stays grayed out. Does anyone have any experince with this?Thank you,Francisco... <export-config> <name>[SERVER] John Deere Template 1 MS Word Exporter -- with TOC page</name> <description>John Deere Template 1 exporter that writes a Requirements Document document to Microsoft Word docx format -- with a Table of Contents</description> <exporter id="MSWORD"> <property name="template">http://lsdewcs9.sdde.deere.com:7001/gateway/export/Microsoft Word/Deere Requirement Doc WordExportTemp
Hi,Is there any way to sort Time Entry Date that are obtained by this Tag "&timeentryfieldname" in Report .
Hi @all,how can i disable keyword-expanding for a special member? Changing the member to "binary" isn't really an option...Thanks, Jens
I am looking for material (PowerPoint Slides) for a customer who will migrate from Integrity 2009 to 10.6.I want to demonstrate the differences to the cutomer in a workshop about "What is new in Integrity 10.6 compared to Integrity 2009".Would be great if somebody could give me a hint where to get the needed material ...Thanks,Peter
Hi I am just trying to add constraint through following command, im edittype --Port=7000 --addFieldRelationship=constraintrule="((field["Regulated State/Province/City"] <>"California") and (field["Regulated State/Province/City"] != ""))":"Local District"="Houston-Galveston-Brazoria,Dallas- Fort Worth,Beaumont,Port Author",description="desc" typenamebut this is not working as expected. is this command correct?because though i am specifying typename it is asking me "This command accept selection of exactly one type" if I am wrong please help me in getting correct command.
We have been using MKS source integrity standard edition 7.7.1.271 (old version) since 2006 on Win XP. When we are trying to check point the project with a non-admin account it gives an access deny error the name of project file (at archive location). Note that all the files are in alocal drive and belong and accessible by the user. The error goes away if the user account is set to be administrator. Any hint and idea about the sourceand how to deal with that is greatly appreciated.Thanks
can we use following tag on Report for getting Change Request,Defect,Task whose Time Entries that are modified in last one month<%beginrelationshipsdetail Query[((timeentry[Entry Date] in the last 1 months) and (field[Type] = "Change Request","Defect","Task"))]%>
Could someone explain or point me to documentation that explains how to define what the default relationship is when a user does a drag-n-drop from one node to another?
When I try to use TestVerdictName(LastResult()) in the Compuatation Definition of a custom field, I get the below error.MKS131372: An unhandled database exception has occurred. Please contact your administrator. The error supplied by the database is: ORA-00932: inconsistent datatypes: expected CHAR got CLOBIf I just use ToText(LastResult()) then I can at least get the number value of the last result but as soon as I replace it with TestVerdictName I get this error. I think I understand what the error is saying but I don't understand why I'm getting it. Currently I am trying to work through the embedded if statements. The field type is shorttext. The Computation Definition (which isn't complete) is:isMeaningful() ?( IsEmpty(lastResult(), 99) == 99 ? ( "ALM_Verified By Trace Count" > 0 ? Text("Traces") : Text("Not Run") ) : TestVerdictName(LastResult())): emptytext()
Hi,I am developping a specific Jar file to enable an interface between Integrity and an other tool. To use this jar file I have created a custom button.This Jar works fine but I have to use a pop-up in which the user writes his connexion data (username, password, server and port). I would like to know if it is possible to recover the connexion data of the user who is currently using integrity.Is there a way to do it or do we must asking the user each time he clik on this button his username, pasword.. even if he is already connected to Integrity.And can we use the jar file in an other way that the custom button.My "dream" should be to right clik on a Test Session, to clik on a specific line of the shortcut menu, recover the user connexion and the id of the Test Session and then do what the jar file have to do.I hop to be clear.Thank you !Nico
I'm trying to understand the Intergrity release schedule for WIN8. Currently using revision 10.4
HiMessage was edited by: :Kael Lizak: Alt text added to image.
Hello,I have a production issue!Trying to move a table that has been changed, it also have unaffected constraints to another table that has not changed.When I use implementer to dist-move the table with constraints it errors on the move portion not the distribution part. The error is 2 - The auxiliary storage pool (ASP) 33 for file {filename} in library IMB... is not the same as ASP 1, which is the ASP of the file owning the format.I cannot move the table to its final location ...this is BAD.I already have tables in production with constraints, this may be my first table change moving to production with a constraint.AGAIN the constraint is not changed it is getting new fields that do not have anything to do with the constraints.Help anyone?
Hi @all,in the attached picture you can see a structure, how items in our changemanagement could be linked via relationship fields. All items are the same itemtype, and its also always the same relationship field. Items can have different specifications, so the item at the top is in most cases a "library" and in the middle there could be "packages" and at the bottom there are "modules". The following relationships are possible:library -> packagelibrary -> modulepackage -> packagepackage -> moduleSo how we can build a query which returns all libraries, which have a relationship (direct or not) to modules with a certain state? All what i found is the possibilty to filter over direct relationships to the next level in this structure, but not over 3 or 4 level. And also i didnt see a way to do this with subqueries. In a pseudo-query i would say: Give me all libraries (which have modules in state A) or (which have packages which have modules in state A) or (which have packages w
Does anyone have any experience with PTC MIIP and what other applications is it able to integrate with?What is needed to get the PTC Integrity Integration Platform up and running?Any information regarding MIIP besides whats available on the PTC site would be greatly appreciated.
In a Relationship Field, We want to Disable "Create Related Item" option. How can we do this?orCan we disable Create Related Item option in a Relationship Field?
Hi all,I am Daniel working at PTC Korea and having some issues to implement a kind of trace matrix viewer for the 4 depths of the selected document.I am kinda new to ALM and Integrity, because I am one of the PLM Consultants, so hope to get some great guides from ALM experts.It was ok when I tested with a small size of a document has under 200 nodes.However, when I executed the program with a big one like over 1800 nodes, it just died and gave me errors below.2013-06-27 04:33:07 [INFO ] API Command: im relationships --displayForwardFields --fields=Text,Document ID,Type --user=admin 132652013-06-27 04:34:45 [SEVERE ] com.mks.api.response.APIConnectionException: Unknown Blimp command request: command code=48atsun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)java.lang.reflect.Cons
I adjusted logging levels of several categories as I was tracking down an issue that was causing Integrity to log errors on a regular basis. I found the problem (a rogue client) and fixed the problem. However, I am unable to stop the CACHE logger from logging. I even tried setting the logging level to -100. It continues to create log entries like this:2014-09-11 09:18:02,563 INFO [mksis.IntegrityServer] CACHE(-1): SWBuild: Client cache not disconnected. (soft disconnect)2014-09-11 09:18:03,203 INFO [mksis.IntegrityServer] CACHE(-1): SWBuild: Client cache not disconnected. (soft disconnect)2014-09-11 09:18:04,061 INFO [mksis.IntegrityServer] CACHE(-1): SWBuild: Client cache not disconnected. (soft disconnect)2014-09-11 09:18:04,779 INFO [mksis.IntegrityServer] CACHE(-1): SWBuild: Client cache not disconnected. (soft disconnect)2014-09-11 09:18:05,902 INFO [mksis.IntegrityServer] CACHE(-1): SWBuild: Client cache not disconnected. (soft disconnect)2014-09-11 09:18:07,899 INFO [mksis.Integ
Please provide "calculateField.js" script
Is there a way to use a dash "-" in a CLI script? When I try to create a field usingim createfield --name=Test --type=shorttext --description="Test - blah blah" returns an error "MKS124818: No option name or letter was found in "-".The error goes away when I enter:im createfield --name=Test --type=shorttext --description="Test blah blah"Is there a way to embed the character or something?
I need the Difference between two dates by excluding Weekends.I used "weekdaysDiff" function its is failing when I gave First and Last date as Weekend Dates .or when I gave any one value as Weekend.Thanks
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.