Recently active
HiI'm migrating my MKS Integrity Client 2009 SP5 on Solaris zoned server to a VMWARE ESX hosted Linux Debian 7 machine.Suprise during testing performance beetwen the 2 machine using "si viewRevision command" (no I/O activity, only tcp connections to the same server) test cicle: Linux client is 8 time slower than Solarix box!Any suggestion to improve Linux deployment?ThanksCarlo
I'm trying to write a script to remove members when a change package. what is the command line for deleting or discarding entries from a change package ?
Hi, The MKS Integrity Client 2009 produces an error when I try to open the application, and blocks out my computer. The error is an window with title "Error" and the only text "-1", and thats all. The application enters a loop showing this error, and have no other choise than reestart the computer.I'm running MKS Integrity Client 2009 with service pack 6 in a Windows XP Pro computer for more that a year without any problem. The error started after I installed either the last Windows XP updates (around 8th to 10th -Oct-2013) or LabView 2010.This is the error windows:I tried installing service pack 7, but the error persists.Did someone have this error?Cheers, Pedro
I am currently testing a new item type with changes that I copied from another type. When testing the new type I receive the following error:MKS124597: The default attachment field PM Integrated Master Schedule is not visible in type SGTF_IR
Hello, There is any CLI command in MKS Integrity 9.6 for detect if a new member must be added as binary instead of text ?Some files are automatically detected as binary when you try to add them as text (e.g. doc, pdf) if contains null characters and have lines longer than 16 kB (have line terminators separated by more than 16 kB within the file).
Hi all, is it possible to rename a si project? Just in order to guard against misunderstandings I'm talking of "root" projects on the top created via "si createproject" but not a sub-project. According some documentation research I suspect this might not be possible because a project name is as well an identifier, just like for development path names? Thanks & regards, Bertram
Hi,When I installed Integrity Server, I followed the instructions to connect the Integrity security layer to our Active Directory. And it works great. If a user wants to use Integrity, it just enters his usual Windows login and password and it works.But, if the same user tries to connect the same Integrity Server through the Eclipse module, it fails.The users faces the following error message:com.mks.api.response.APIConnectionException: Failed to establish a session: Session not authenticated/authorizedAnd the Integrity Server log contains the following trace:ERROR [mksis.IntegrityServer] * * * * ERROR * * * * (0): ICAllowSpecificConnectionPolicy failed the connection. Connection: <IP @>: is not on the list of acceptable machines.I tried to add the following line to the security properties file:mks.security.policy.scheme.<IP subnet>=windows_clearBut this doesn't fix the issue. Any advice would be greatly appreciated. Thanks.romuald
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
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.