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 @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
All, I am currently copying a field from one item type to another via a relationship field. The issue I am having is implementing the copy so that the field is not editable in the copied form from the relationship field. The field is currently just copied and then locked once you perform the first state transition (Unspecified -> Draft). I am curious if any of you have had to implement something similar to this scenario and what your implementation was.
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,
We are using Integrity 10.3 with FSA. When main server down, all the proxy server (Integrity service) going to down state. We want all the FSA proxy server should be be in start state even though Main server is down.
Kindly guide us.
Regards
Sarath
Hi,
we want to create a connection between Integrity Items from PTC and packages/ elements from Enterprise Architect. Both tools have IDs with which they can be identified clearly. In the forum I read that there are several possibilities to get data out of PTC Integrity such as using command line scripting, running reports, using gateways, web services, API or trigger scripts.
My question is, which of these possibilities would you suggest when you want to connect one integrity item with one or more Enterprise Architect package/s or element/ s. Is there a way using a standard feature of PTC Integrity which helps the developer to get that task done with less changes in Integrity or do you suggest a self-made program which writes in each tool the specific ID/s from the opponent's tool to help the user for example to find the suitable UML diagram in the Enterprise Architect for an already open requirement integrity item of PTC Integrity faster?
Thanking you in anticipation.
Regards
Dan
Hi @all,
is there any way to improve the usabilty of a si_project-field? We would like to have at least two things:
1. the possibility to prefill the field with a known part of a path. If users open this field than they shouldnt have to click through the whole project-structure.
2. filtering for names, labels or checkpoints in the dialog where you're clicking through the structure.
regards, Jens
Hey all,
In one the scripts I'm working on I would like to get the user's confirmation on wether or not to perform an action. To explain the background a little: when a user moves a certain item to a completed state, I want to run a check on all that item's children and if those are not yet completed, *ask* the user if he wants integrity to move them to completed for him/her.
Can anyone point me in the right direction on how to present the user with a popup in his/her GUI, ask him a YES / NO question and capture the result in my script?
Possibly relevant info: We're running Integrity 10.0
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?
Thanks
Mark
Hi guys
Can you please help me I have been struggling with an issue with the PTC Integrity CM - Jenkins Plugin-Version: 1.16 and MKS 4.1
It is logging the belwo information when I run it
May 28, 2013 2:27:09 PM [INFO] IntegritySCM - API Exception caught...
May 28, 2013 2:27:09 PM [INFO] IntegritySCM - Failed to establish a session: Ses
sion not authenticated/authorized.
May 28, 2013 2:27:19 PM [INFO] IntegritySCM - API Exception caught...
May 28, 2013 2:27:19 PM [INFO] IntegritySCM - Failed to establish a session: Ses
sion not authenticated/authorized.
The login information is fine , the policy on the server is fine as well , I have enabled all users and all IP's to access everything on the server
Did anybody run into this in the past
Thanks
Isaac
I have not been able to find much information on merging project development paths. I have tried to do this using the GUI client, but have had no success. Are there any good sources of information available?
Hi @all,
if i want to install an integrity-client with silent install i#m using the mksclient.properties-file. Since some weeks we're using a proxy, so i want to set the proxy-settings also at install-time. We have a split-setup: source at port 7001 and integrity at port 7003. The proxy is used only for source. But i didnt find an option to setup the client vie mksclient.properties for using the proxy only for source. MKS_PROXY_GLOBAL_USER=true is setting all connections to use the proxy, which we cannot use, because we want only one connection. There is no Option to set only one connection to the Proxy.
Any hints? Thanks,
Jens
| ||||
We made the experience that MKS Source changes content of binary files, probably since we have upgraded to MKS2009 version. The change of the regarded binary files seems to be triggered by the archive type of these files, which is set automatically to text by the MKS source system. The workaround provided by MKS to prevent change of (binary) files after standard check in and check out actions consists of inclusion of the type of file characterized by the file extension into a policy. This is absolutely not practicable for us, as we cannot check any file by extension whether it is changed by the MKS system or not and include it in a policy. Furthermore the described behaviour is absolutely not what we expect from a version control system. We expect from a version control system that whatever file is put under version control, this file is NEVER changed automatically or non-transparently by the system. Does anyone know a method how we can prevent generally the automated change of whatever files by the MKS Source system ? Please be aware that the same can happen or happens on your MKS source system without that you notice it. |
| |||
Posted By: mlizak Posts: 72 / Registered: Feb, 2011 | |||
Hello Andreas, Please contact Integrity Support so that we can assist you with this issue. Regards, Kael |
![]() |
|
![]() |
|
![]() |
|
![]() |
|
Hi
I'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?
Thanks
Carlo
Hello
I am working at java tool which connects at the mks source integrity server that add new members in an mks project.
I read the following documentation
{
}
and I found java sample code only for connection with the server:
{
IntegrationPointFactory ipf = IntegrationPointFactory.getInstance();CmdRunner cmdRunner;try { cmdRunner = ipf.createLocalIntegrationPoint().getCommonSession() .createCmdRunner(); cmdRunner.setDefaultHostname( cmdRunner.setDefaultPort(7001); cmdRunner.setDefaultUsername( cmdRunner.setDefaultPassword(
e.printStackTrace();
}
However I have not found in the above documentation a sample for adding members in mks source integrity server using the mks java api.
Would you give me a sample code that do that or pointing me another documentation for the mks source integrity java api ?
Best Regards,
I downloaded a trial for IBM RDP 8.5 and following the instructions to install the plug-in leads to an empty list. Has anyone else tried this?
We are running Implementer 2010 and I was wondering if we are able to install the plugins into RDP 8.0.3 or will it require us to upgrade to a new version of Implementer?
We are on the System i (aka AS/400) using Implementer. We are transitioning from defining our physical and logical files using DDS to using SQL DDL to define SQL Tables and Views. I would like to get some thoughts and opinions from other users of Implementer that are using SQL DDL as to how they structure their SQL DDL script source members within Implementer and promote them through their various environments?
Any input/thoughts would be greatly appreciated.
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.
It is possible to create a relationship or link from an Integrity Item to a Source Object?
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 here
var 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?