Hi all,
how we can install seat licenses for integrity?
The users of seat licenses are defined in the <Integrity Server>/config/properties/is.properties file, but where we install the seat licenses?
thx
Bernd
Hi all,
how we can install seat licenses for integrity?
The users of seat licenses are defined in the <Integrity Server>/config/properties/is.properties file, but where we install the seat licenses?
thx
Bernd
Hi All,
We are using Integrity 10.6 and have identified Integrity CLI (Command Line Interface) for performance Testing of Integrity
Actual integrity operations would be in batch files using CLI commands
We are exploring as to how we can use load runner to add performance test flavor to these CLI batch scripts e.g. say running test concurrently by 200 users etc
We are trying to use following code in LoadRunner to run batch file from Load Runner:
==
Action()
{
char command[1024];
sprintf(command, "C:\\Users\\lb061.CED\\Desktop\\Integrity\\Time_Calculations.bat");
system(command);
return 0;
}
==
Problem with above approach is that whatever content present in Bat file the test always gets marked as passed as Load runner does not have a control of what is running in batch file.
How can we integrate batch CLI with Loadrunner and achieve our goals.
Which protocol from LoadRunner should we use for this.
How are other customers are using CLI for performance testing of integrity?
Appreciate any assistance in this front.
Hello community,
how could I determine the version of the installed ALM Solution Template on my Integrity Server 10.6?
The template was installed in October 2010 on an Integrity Server version 2005.
TIA
Alexander Sailer
Hi,
I have created the schedule trigger, which will update few fields on items given through query.
But while I ran schedule trigger. I got error as on item ID: 12345 have mandatory fields which are not filled which will abort transaction.
Is there any way skip such item having mandatory fields and going through other item ?
I have tried with adding try catch block but still its aborting by giving mention error.
Please suggest me.
Hello everyone,
Is there an easy way to redirect the home page url to open the "Starte Workflows and Documents Web Interface" instead of the default home page?
Thank You,
Paul Hartwig
We are still using the MKS Integrity 2009, Build 4.10.0.9665 version (Client + Web interfaces). I wanted to ask the community if they new how to delete the User history which gets stored against a User profile seperately for Web & Client.
Example I run a query on Web interface and close the browser. Then when I login back either same day or some other day, MKS runs last query I ran and shows me the result. How do I clear this user session.
One of our users tried running a very complex query and it timed out and now every time they try to open the Web MKS the page does not render.
I'm looking for the best way to consolidate information into one email for a scheduled (weekly or monthly) report. I have found using emailAdvanced.js will get me close to what I want, but it sends a user an email for each item. Instead, if the query returns multiple items for the same user, I would like the user to receive only one email. I have also looked at ReportLinkEmail.js, but this script is only allowed to be used as a rule based trigger, and not a scheduled trigger. Does anyone have any recommendations for modifying either of these scripts to do what I want? Are there alternatives that I'm not aware of?
Can we integrate oxygenXML editor with Integrity?
What is the fix for the error message in MKS 2009 for the "Cannot obtain registry lock" error when you check in/check out a member?
Hello,
This is my first time with MKS. We are using MKS Integrity Client, most of us are using windows client. I'm on a mac and would like to setup my development environment in a VM, preferably a linux flavor. I'm currently using centos 6.5 32 bit. Installation of mksClient.bin runs fine, but anything I try, I get the following error.
./si gui
./si: Attempt to launch MKS Integrity Client Timed out. To solve this please try the following:
- Verify that the user you are logged in as has read and write permissions to the Integrity Client install directory.
- Make sure the Integrity Client install directory is the very first entry in the path.
I'm able to read/write in integrity client install directory, so that cannot be the issue. I do not know how setting up path is of any relevance when starting up the client. Could this be some kind of connection issue? I'm able to launch web version, web services, etc. at the given host/ip:port. Any pointers?
Best,
Srikrishna
Hi All,
is there any document that define how to use custom keywords in source code working file?
The question behind that is the following:
Could we return as a keyword in the source code the requirement that is implemented using this code?
Thanks in advance,
Jérôme
Now I have developed solutions.
But when we update the Integrity for majar version-up or hot-fix, It takes much effort to evaluate manually.
Is it possible to execute automation testing of GUI ?
I expect to use the tool of automation tools like Unified Functional Testing , HP.
Regards,
Hello
I am trying to connect to Mks using the mks java api and encounter the Connection refused: connect error.
I am using the following code
{
IntegrationPointFactory ipf = IntegrationPointFactory.getInstance(); CmdRunner cmdRunner; Response resp = null; try {cmdRunner = ipf.createLocalIntegrationPoint(4, 10) .getCommonSession().createCmdRunner(); Command cmd = new Command(Command.SI, "about"); resp = cmdRunner.execute(cmd); } catch (APIException e) {System. out.println("Error " + e.getMessage());resp = e.getResponse(); }
}
to connect at mks client (I am using MKS Integrity Client 2009) and I encounter the following error
{
Connection refused: connect
}
How can I improove the above code in order to successfully connect to mks and skyp the error ?
Best regards,
Hello,
We are using oxygenXML Editor 16.2 to work with xml and xslt's.
And Integrity tool for version controlling.
Now I would like to Know how we can integrate both.
Could you please let me know are there any existing feature available?
If not, How we can achieve this?
Please help me.
I need to create an IM issue via rest-API.
How do I find out which mandatory fields have been configured for a certain issue type?
bye
Thomas
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
Hello everyone,
Is there an easy way to redirect the home page url to open the "Starte Workflows and Documents Web Interface" instead of the default home page?
Thank You,
Paul Hartwig
Hi All,
I have a requirement where I need to Integrate Integrity with Windchill. Has anyone done this before? I am aware of IIP (Integrity Integration Platform) but havn't tried it yet.
Related to its videos and documentation, there's not much information available.
Can anyone help me out to achieve this?
Regards
Nishant Kapoor
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 red
part 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[Category] = "Heading")
//do something
<%endrelationshipsdetailL2%>
<%endrelationshipsdetail%>
I'd appreciate if anyone would share an idea how to distinguish the different elements.
- Markus
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,