Recently active
Hi,I've successfully installed Integrity Server 10.3 with SQL Server 2008 R2. The server runs but in the server.log file, there is the following exception:ERROR [mksis.IntegrityServer] * * * * ERROR * * * * (0): java.sql.SQLException -- java.sql.SQLException: Cannot use a CONTAINS or FREETEXT predicate on table or indexed view 'Text3' because it is not full-text indexed.I searched a by the Integrity documentation avec DB requirements and settings, but found nothing related to full-text indexing. This is not also a feature or setting of SQL Server.Could someone tell me a bit more about this exception? How to fix it?Thanks.
Hi everyone,I've just started working with PTC integrity and I encountered some problems. When I try to create a new Document (Document > Create > Requirement Document) I recieved the following error:MKS131372: An unhandled database exception has occurred. Please contact your administrator. The error supplied by the database is: Invalid object name 'dbo.walk'.I encountered an other problem, i have no problem to connect to Integrity server using the Integrity client but when I tryed to connect with a remote API I recieved the following error :com.mks.api.response.APIConnectionException: Failed to establish a session: Session not authenticated/authorized.Is there any particular configuration to allow the remote API connection ?kind regards, Nicolas
Hi @all,if we want to do some reporting with our items, and we want to export these reports to xml, is it possible to use some xsd as a template? Thanks,kind regards, Jens
Hi,From time to time it happens, that we have modified a query on our staging system because of an internal CR, but before we can migrate it to the production server in the meanwhile additional CRs might lead to more changes on the same query. So at the time of migration not only the reviewed changes from the first CR are part of the available query definition, also even not finished modifications might be included. Is there a way to restore former query definition from a specific query (e.g. as of 2013-09-02 10:16)?I'm aware of those im commands like editquery, createquery etc, but I was not able to re-set a historical query definition. In the query history tab all changes were documented, even the complete modified query definition. But this is not usable because this is not a real query definition statement given there. This might be readable for humans but has the wrong syntax for a correct query definition statement. So if you try to re-use this in a command like "im editquery ...
Hi,Newbie here, and the PTC communities search engine doesn't return useful results for me. So, my goal is to install PTC Integrity on a VM running XP SP3 with 3 GB of RAM. All pre-requites are already running on the VM.I used the flexnet provided with the Integrity media. Unzipped the flexnet.zip file, and run the setup.bat. And finally I have a lmadmin Windows service running. I can connect the Flexnet web interface. If I run "netstat -ano", I see the port 27000 is open and listening.Before the Flexnet installation, I first put the license.dat file in the "Docs & Settings\<my user account>" folder. And in the Flexnet folder, there is a licenses\MKS\license.dat file.If I go to the web interface -> Dashboard, I see the following message: "No such feature or vendor does not exist: MKS".Then, if I go to the web interface -> Administration -> Vendor Daemons, I see my MKS license in the stopped state. By clicking the Administer button, I see my license file path seems co
Hi @all,i'm using Integrity 10.2 ChangeManagement. I have 3 different item-types: one request, one task and one backing item. The backing item will hold at least two fields: "modulename" (short text) and "developer" (userfield). The request will hold an ibpl-field based at the backing item, where the user could choose modulenames (multivalue). If the request comes into a new state, a task item should be generated for each selected modulename. The task also holds some fields: modulename (short text) and developer (also ibpl based at the backing item). So far all of this works by a trigger. But now comes my question: how can i assign each task to the developer, which is set to the module in the backing item? With constraints i could filter the ibpl-field in the task according to the packagename, so i couldnt choose the wrong user. But i also couldnt preselect the userfield. But thats what i want. Is this possible without a trigger?Thanks, Jens
Hi,Is it possible to configure server logging to log received CLI commands, e.g. im viewissue --hostname=ALMT 75941 ? This will be for 10.3 which we are in the process of upgrading to. Did our testing on 2009 SP6.Thanks,Eric
Hi @all,it feels a little bit like this would be a stupid question, but i didnt find the answer in the documentation: If i merge a member from one member-branch to another, shouldnt there be a sign to see quickly which member was merged with which other member? If the merging process in in progress, there is a path from one branch to another visible in the member history. But if the merge-process is finished, there isnt. Am i doing something wrong or is this actually the way how it works?kind regards, Jens
Hi,I am trying to create a query in MKS Integrity 2009 and i want to put a filter which says that modified by=assigned resource.I can achieve this in triggers but how can i achieve the same while creating a query?Also, can i add rules to the scheduled triggers in mks integrity 2009.
Hi everyone,I've just started working with PTC integrity and I encountered some problems when I was trying to implement my meta model. I was wondering if someone could help me solve the problem.When I was trying to create an instance of a type I had made, I recieved the following error:"MKS124606: Invalid state transition attempted for item 19814"Here is the step by step description of what I've done:I created some simple fields -e.g., portName[shorttext]- in "Integrity Client - Administration">Workflows and Documents>Fields,and then I created a type- e.g., Port- at "Integrity Client - Administration">Workflows and Documents>Types.Afterwards, I added the new fields in the "Visible Fields" of the new type.Finally, I edited the type workflow, and added the state "Active" to the workflow and connected the state "unspecified" to the "active" state.After creating the type, as I mentioned, I tried to to create an instance of it in the Integrity Client by following the steps below
Hi all, I'd like to know if I am the only one who misses a crucial feature to work with Integrity, which is the full capability to handle multi value fields.As long as any field in Integrty is single valued, all works fine,
Hi @all,i was told that the web-interface of integrity doesnt provide the complete functionality as the rich client (ALM and Source). So i would like to know if its the same to the SOAP-API (we use 10.2)? Thanks,kind regards, Jens
I am trying to create a custom action to open windows explorer in my current sandbox location. I can't see to figure out how to specify the sandbox path in the Custom Action view. Is this possible?
I'm using client side triggers, and I'd like to modularize my js code, but I can't figure out how to include another js file from with in the js file called by the trigger. For example:File : /Custom/library/ValueAdd.js<code>function ValueAdd (key){ var k = key; var obj = { getKey : function () { return k; } }; return obj;}</code>File : /Custom/TriggerFile.js<code>load("/library/ValueAdd.js"); // Command used by Rhino to load external files, doesn't seem to work herevar va = new ValueAdd("something");</code>When the map a trigger to the TriggerFile.js and the trigger is executed, I get an error "load is not defined". It's possible that I have the path to the file wrong, but it doesn't even get that far. How do I "import" ValueAdd.js into TriggerFile.js?
We upgraded our Integrity system from v2007 to 10.x this summer and I personally am now struggling with trying to remove old sandboxes.Whenever I try dropping via menu, I get messages like: "Failed to drop sandbox /users/<...>/project.pj:MKS125217: The sandbox file/home/<...>/project.pj is not registered as a toplevel sandbox."I am at the point where I just want to have Integrity Client simply forgetting all notions of old sandboxes.Removing $HOME/.Integrity* and $HOME/.mks entries doesn't seem to help.Does anyone know where else information about sandboxes may be stored....?
Hi guys,I would like to ask if Integrity 2009 supports SOAP-based web services. I have service pack 6 installed. Do you have any documentation we can refer to?Thanks,
Hi,After successful login into IIP application console first time, I am getting http status 404 error now.has anyone come across with such issue?RegardsNishant kapoor
Access rights for individual documents Posted: Mar 6, 2012 10:00 AM becker Posts: 13 Registered: Nov, 2010 Is there any way to hide individual documents in a project from a group of users, while they are allowed to see other documents in the same project? Re: Access rights for individual documents Posted: Mar 19, 2012 12:16 PM Posted By: tudor.costache Posts: 2 / Registered: Dec, 2009 Document permissions are ultimately controlled by the project field. If both 'restricted' and 'unrestricted' documents are in the same project, we don't have the ability to individually select specific documents to be locked down.We recommend protecting important document by placing them in a separate project. If desired, you create a sub-project within the same main project, and lock down this IM sub-project only.Please let us
Hello Everyone,I am new to Integrity and have the below mentioned problem to be solved:-I have created a query backed relationship field (QBR), lets call it XYZ.XYZ is supposed to generate a list of items (based on an already defined query) of type ABC.This query does contain 5 items and can be generated. But when used in a QBR, am not able to see the lsit of items.XYZ is one of the fields of type EFG. IJK is another field of EFG and when creating a new item of type EFG, this field IJK has to be checked against the entries listed in XYZ. If it is present in the lsit, the item of type EFG is not allowed to be created. The problem here is that I am unable to see the list of XYZ anywhere, either while creating the type EFG item or afterwards.Could someone please help me out here and tell me how exactly a QBR can be set up and where to see the generated table of items?Thanks!
Hi,We are process of integrating JIRA with Integrity 10.3 in which there is scenrios value need to update in Integrity (through CLI command) from JIRA server. Is any way to run integrity CLI commands in JIRA server with Installation of client.Many thanks in advance.RegardsSarath
Hi @all,i have a query like this:im issues --fields=id,<userfield> --qeryDefinition=(bla bla bla...)If i run this query i get a list which contains item-id and the username from the field <userfield>. But i need the mail-address which is linked to this user. Is it possible to see this mail-address instead of the username? Thanks,kind regards, Jens
Hi @all,we're working intensively with trigger-generated mail-notifications for our users. Since some time more and more of the users are working at external suppliers and there is a company-directive, that we have to encrypt mails which are adressed to external persons. Our mail-gateway has an option to encrypt outgoing mails autmatically, if they have a confidential flag (in outlook-mails). Is it possible to set this flag from within (per example) the javamail-triggerscript? Thanks for your input...regards, Jens
Hi all,I currently working on a custom Re-Import parser for the I10.2 gateway.During inspection of the xsl samples that come with the installationthe intermediate IIF files that are produce during import and all documentation i could findI got a little confused about the ID handling.There are 3 different "IDs" in the iif File schema ...<mks:Children><mks:Item mksid="143127" id="3" prototype="CONTENT"><mks:Field name="IssueId"/> ...Name Assumed meaning idthe temporary ID of the item node that is generated during the parsing process.( more or less a enumerator )mksidobviously the integrity internal ID used for mapping with the server's valuesIssueIDmaybe the same as the mksid ???Can anybody help me clarifying this?I'd like to know which one of these ID I can/must fill in my parser script with what values to get a working re-import.
what does "make default view for viewsets(test engineer,test devloper..etc.) in ALM means exactly" and how can we accomplish this task??Instant help will be highly appreciable.With Cordial Greetings,Alankrita
Hi @all,is there a way to switch dynamically the size (count of rows) of longtext-fields in an integrity-form?regards, Jens
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.