Recently active
I'm currently trying to loop with a customized HTML report through my document and format the elements depending on their category. I start with a query and loop through the hierarchy with relationshipsdetail (displayed only until Level 2 below). What I need is the redpart of the report, i.e. how to differentiate between the elements once I found one. If I put the field[Category] within the filter, sorting by section does not properly work. This is how it looks like: <%beginrelationshipsdetail Query[ ( (item.segment) and ( (field[ID] = <%<%builtin ID%>%>) or (walk[<%builtin Contained By%>] <%<%builtin ID%>%>) ) ) ]%> <!-- we are the top segment --> <%beginrelationshipsdetailL2 <%builtin References%>.Always follow, <%builtin Contains%>%><%filter%>((item is segment) or (item is node))<%endfilter%> if (field[Category] = "Comment") //do something if (field[Category] = "Architectural Element") //do something if (field[
Hi guys,Do you have support for creating a subquery or filter in CLI?My current problem is as follows:- I have a query that lists all open issues of several projects. Now I want to add a subquery or filter to list all open issues created in a specific period. Also, I would like ask for a sample of a queryDefinitionFile. I tried using a txt file but it will result to an error.Please advise.Thanks
We implemented Source Integrity a number of years ago when it was primarily a source control tool and have never transitioned to using the remainder of the product as we had already developed our own deployment processes, issue tracking, etc. Does anyone else only use the Source Integirty (Source Control) portion of Integirty and if so how do you go about training new users on the system?
What version of .NET framework is available with Source Integrity 2009 and how do I access it? Thanks.
I keep getting this error "Permission CreateChangePackage is denied" even though the user has been given all of the permissions and Change Packages have been enable for that type.
What is your recommendation to do Source-Integrity Perfomance monitoring? Best regards,Kai
Hello,I am using MKS Integrity Client 2009 SP6.My question is if it is possible to have an archive copy from one project to another with:1)all revisions including the branches (the number of the revision to be the same in both archives):2) all labels3) all revision descriptionDoes the MKS tool offer this posibility for the Sorce part?If yes, how is this done?Thank you!
I'm trying to use the API to see if a user exists in the system. It is for an integration that we have. I have used the basic forms of the API in trigger scirpts, but I cannot figure out how to use the im view user in the trigger scripts. Could someone please let me know where I am either going wrong or where I can find API documentation for this? Everytime I try to use the addSelectionElement it tells me that it is not a function. var api = eb.createAPISessionBean(); var command = Packages.com.mks.api.Command("im", "viewuser"); command.addSelectionElement(new java.lang.String(remedyRequestor));Thanks in advance for any help.
Does anyone know if I can determine a HistoricFieldValue (of State, for example) as of 00:00:00 on a specific day? I want to flag a record as being "Open" or "Not Open" as of the start of the 1st day of the current month. So, I am testing if the State was "Closed" or "Canceled"; if either, they're flagged with 0. Otherwise, they're flagged with 1. In the following example, the IDs are the State values (10=Closed; 41=Canceled). The problem is that the following expression will have different results, based on the time of day that the report is run. Thanks.
Hi @all,i'm now outing me as a non-programmer We have following problem: in an item were three datefields. The first field should be filled by the user, and the other two fields should be computed by a rule. Because filling a datefield by a computation it is not editable anymore we wanted to use a trigger to do this.This works fine unless the user doesnt fill the first datefield. Then we get a javascript error:"Internal Error: undefined: Cannot convert null to an object."Here comes the code from the triggerscript:try{ var issue = bsf.lookupBean("imIssueDeltaBean"); var params = bsf.lookupBean("parametersBean"); var fieldDueDate = params.getParameter("Startfeld"); var CompValue = params.getParameter("Anzahl Tage"); var targetField = params.getParameter("Zielfeld");}function main(){ var StartDate = issue.getNewFieldValue(fieldDueDate); var StartDate = new Date().setTime(StartDate.getTime()+(CompValue*24*60*60*1000)); issue.setFieldValue(targetField, StartDate); // set field to due date
Report is based on Query A (on Item Type A). I want to create a computed field that looks up a value in a related item in Item Type B. I'm thinking I must use one of the External Information Query functions, but I'm not sure. Item Type A is a parent to Item Type B. I could create Query B on Item Type B to return the one and only Item B per Item A that would return the value I seek. (Or, I could include all related items per Item A (and use maximum aggregate function) to return the value I seek.) I cannot find additional documentation on (or examples of) "correlation-field", "source-correlation-field" or "target-correlation-field." Please help. Thank you.
Hi @all,we want to prefill RichTextFields with formatted text. We want to do this in different ways:1. by an Assignment-Trigger: When a certain rule is fullfilled a trigger should write some text into this field. In the trigger-config at the "assignment"-Tab we can do this, but we have no chance to format this text in any way. 2. by API or CLI. Since RichText in integrity seems to be a subset of HTML we tried to use some HTML-Tags in an editfield-command, but this doesnt work too.Thanks,kind regards, Jens
The AbortSubmit.js script that comes with the ALM solution is supposed to abort a submit when the established rule is true. If it is true an error message is displayed of your choosing when you create the pre-trigger. The problem I am having is with the rule I've created. It keeps saying it is true, which essentially displays the error message.My ruleand |-or | |- Comments = - Unspecified - | |- Comments[New Value] = - Unspecified - | |-or |- Status = N/A |- Status[New Value] = N/AComments field is a longtext data typeStatus field is a picklist data typeUsing this rule an abort submit error should only fire if the Status=N/A and Comments= - Unspecified - (I.E. the text box is blank). However, it fires every time. Is there something wrong with my rule? Is it possible to check if a text field is blank or empty?
Can someone provide me with detailed documentation on the process that Implementer uses to promote Physical Files? I am very interested in how it handles the optimized promotion process. Our shop currently handles the promotion of physical files to the Production environment manually by running CL conversion programs to add/remove triggers, add/remove journaling, and saving/copying of the data. The general feeling is that the Implementer process is not fast/efffecient enough so I would like to review what the detailed Implementer process does.
Hello,I am attempting to create content using a javascript trigger command delta.createContent. When doing this, I get an errorMKS124701: Field "Contains" may not be set. It is a solution managed field.I am working with Integrity 10.3 with ALM solution.Does this command work? Is this error due to the ALM solution? Is there a way to make it work? Is there a setting that will make it work?Regards,Mark
How we can do the self-Referencing from one relationship field to another.I want to display the Assigned group field in the Relationship field, so that direct connectivity from the item to user group can be done.Will be gratified from instant help.
Hello,The datetime format of my client has changed, this does not reflect with the database since the datetime format using webclient is normal. Can you please help on how to change this?Thanks,
Hi all,I am stuck with this issue using CLI exportissues command, I am not sure if my queryDefinition is too long or just an improper used of (not(field["Project Title']) below--queryDefinition='(((field["Project title"]= "Project 05.02.00","Project 06.01.00","Project 06.02.00","Project 06.00.00","Project") or (field["Product"] = "Program")) and (not (field["Project title"] = "Product 4.1"," Product 5.0", "Project 05.02.00","Product 1.1","Product 2.0","Product 2.5", "Product 1.0,"Product - 3411","Product 3369","Product 3369","Product 9482", "Product 9482","Product 0116","Product 9497","Product 9497")))'Please help!Thanks,
We are in the process of migrating source code control from Serena ChangeMan Version Manager / PVCS to MKS Integrity. With these oldcm tools we had the ability to specify a token in a C comment field at the end of the file that when a change was committed the cm tool would addthe change revision comments/history into the C source file ass shown below. The key token $Log: $ is updated with the revision history when checking in.Is this possible with Integrity tool ? /****************************************************************************** HISTORY: ** ** $Log: E:/VM/DEVEL2/archives/Vision/Projects/BENDIX_FLC/Code/BENDIX_FLC2/Application/exetimer.c-arc $Rev 1.2 Oct 01 2012 17:15:36 jon.kuhn@xxxjon.kuhn@xxx.com.comQAC FixesRev 1.1 Oct 01 2012 10:01:46 jon.kuhn@xxx.comAdded ability to generate histograms of execution times.* *****************************************************************************
Hello,I have been tasked with setting up configuraiton management in Integrity 10.2, mainly for use with version control of trigger scripts and properties files. Despite about a week of effort, I am still very lost in how to set it up on a server or how it works. I have found/been directed to all the detailed information on CLI commands, Best Practices, etc. but I still lack a clear picture of how configuration management works from a high level perspective. I am curious if there are any documents/videos/discussions that I could be directed to which would give me a general framework of how configuration management works in general and how it fits into the big picture of Integrity itself. Any tutorial or "How-to" type material would be a life saver at this point in time.Also, if configuration management isn't the correct tool for version control within Integrity, please let me know so I can take this information to my team.Much Appreciated,Bryan R.
Another multiple condition flag question: I’d like to flag an item with 1 if it meets two or more conditions (based on different fields). Example: HistoricFieldValue(State,timestamp("Apr 1, 2013 11:59:59 PM")) == 14 AND GetYear(“Created Date”) == GetYear(Now())Thank you.
The following report field computation flags an item with a 1 if its State on a specific date/time was 10 (i.e. Closed): HistoricFieldValue(State,timestamp("Apr 1, 2013 11:59:59 PM")) == 14 ? 1 : 0. However, I’d like to flag with a 1 if the historical State was 10 (Closed) or 41 (Canceled). I've made several attempts to no avail. Can you assist please?
Hi @all,one of my users has some sporadic problems with his IntegrityClient, so we tried to search for the reasons. While we're searching it shows that his client doesnt write any information into its logfile and we didnt see why?The User is running the IntegrityClient 10.2 in Win 7 (64bit). The User has full permissions to read/write into the Integrity-install-dir and its subdirectories. In IntegrityClient.lax the redirections for StdErr and StdOut are looking like this:lax.root.install.dir=C:\\Program Files (x86)\\Integrity\\IntegrityClient10lax.stderr.redirect=IntegrityClient.loglax.stdin.redirect=lax.stdout.redirect=IntegrityClient.logIn IntegrityClientSite.rc are lines like this:IntegrityClient.log.exception.defaultFormat={7}\: {2}({3}) {4}\: {6}\r\nIntegrityClient.log.message.defaultFormat={5}\: {2}({3})\: {4}\r\nlogFileName=stdoutAre there any other place to configure the logging?Thanks and kind regards, Jens
Hi,I want to know the total hours that each user (who is a group member of "England") has entered into the MKS Integrity during each week.I plan to create a new field for the computed value.Do anybody know how to write the Computation Definition?Thanks in advance.Jason
Hi all,When I send "im servers" I get back a list of three servers, production, training and sandbox. One connection was initiated using im connect, one by logging in via the Java GUI and the other changing the viewset.Is there a way to determine after the fact which connection was established by which source? How about which viewset the GUI is currently using? Both of these preferably from the command line interface.Thanks,Eric
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.