Quantcast
Channel: PTC Community : Popular Discussions - Integrity
Viewing all 3432 articles
Browse latest View live

Error -MKS Integrity Viewset cannot be found

$
0
0
Error -MKS Integrity Viewset cannot be found (migrated thread) Posted: Apr 13, 2012 5:38 AM

   Jayaram.K    Posts: 1   Registered: Apr, 2012



Hi
I am using MKS 2007 Integrity Client .Earlier it was working properly .But one day when i tried to open it , the following error occurred 'MKS integrity viewset cannot be found' and thereby i am unable to open it.I tried reinstalling but it did not work   
I am using the same MKS software as my colleagues are using .But the Service pack numbers and build numbers are differing .My colleagues are able to open it properly .I have checked with my manager that there is no license related problem also
my Build No: 4.9.0.4652
my Service pack no:007-01

colleagues' Build no :4.9.0.6006
colleagues' Service pack no :011-01

Please help me in solving this problem .Thanks in advance

  

Re: Error -MKS Integrity Viewset cannot be found Posted: Apr 16, 2012 5:13 PM
Posted By:   mlizak    Posts: 72 /  Registered: Feb, 2011  
Hello Jayaram,

It is usually recommended that you use the same version as the server that you are on.  Your system administrator should be able to supply you with the version of Integrity client which matches up to your Integrity server.

Having said that, there are a number of possibilities which could explain this.  Please call Integrity Technical Support if you require further help with this issue.

Regards,
Kael

Setting Pre-defined Column Context

$
0
0

We have a lot of document domains that have a lot of associated metadata which is required to understand the context of the document.

This requires the document view to show very specific columns for each domain, with the view also changing between an authoring vs. an approval vs. a tracing task.

 

IE. A system requirement domain should have 5 specific columns when authoring, an additional trace status column for tracing, and 3 additional approval related columns when approving.

 

These columns change from domain to domain as I mentioned earlier. The given example is a simple one, some domains have upto 12-15 fields that are necessary to understand the document. In the beginning, it's impossible for our users to know which fields matter, how they have been configured and what those fields are called in Integrity, so I don't want to depend on users to be able to choose the columns themselves.

 

I understand that I can pre-configure column contexts, but is it possible to go into the level of detail I mentioned? (ie. multiple column context styles for a specific domain within a viewset)

More importantly, I could not find any documentation that helps an administrator set up pre-defined column contexts for all users.


I'd really appreciate some instructions on this if possible, and ideas for alternative best practices if there are any.

Get member content

$
0
0

I am developing some MKS Integrity 2009 automation tools using the "si" cli. I was wondering if there was an easy command to retrieve the contents of a text file member with a specific revision (similar to double clicking the revision in the "Member History" GUI window). I would prefer the file contents echo to the command prompt to make integration with my automation SW easier.

 

If there's not an easy way to do this, what would be ANY way to do this via CLI? My thought was: Create a sandbox, checkout the member with a specific revision, stream it into my tool via file system calls, then delete the sandbox?

ptc integrity plug-in for visual studio 2013?

$
0
0

Is there ptc integrity plug-in for visual studio 2013?

 

It is the year 2015 now... 

Share a no "shared project"

$
0
0

Hi all,

 

I created a "regular" project and I added few "shared subprojects" Now I'm trying to share this project in other projects.

 

This is the project structure

 

ProjectToBeShared (this one has is own *.pj file)

|

|-- SharedProject1 (shared project does not have a *pj file)

|

|-Subproject1 (it has its own *pj file)

           |

           |- Subproject2 (it has its own *pj file)

                    |

                    |- Subproject3 (it has its own *pj file)

                    |

                    |-SharedProject2(shared project 2 does not have a *pj file)

... and so on

 

So the main question is: How I can share the complete my "ProjectToBeShared" project.

 

I tried to add by using the " Add shared subproject..." command, but I needed to select a folder to place the "ProjectToBeShared". I need to add it in the root of the new project.

 

Best regards

 

Ivan

Analyze License Denials

$
0
0

Previously, our organization was able to use the server logs to determine the total number of license denials over a specified period of time (i.e. month, quarter, or year).  This allowed us to provide an analysis to management in order to purchase additional floaters or seats (justification for purchasing).  I've tried to review the logs as we have them now (after upgrading to 10.6) and cannot see any of the previous messages noting user name and license denial activity.  Does anyone have any suggestions on how this can be accomplished?

 

An example of the error message noted in the log previously used for analysis is shown below:

 

2012-07-09 07:37:23,964 ERROR [mksis.IntegrityServer.License] Denied license MKSSourceIntegrity-Float version 5.0 for <UserName>

 

Through this we were able to pull both the time stamp (used to determine if someone repeatedly tried to access or waiting until the next attempt during a specified time frame), the user name to identify "who" in case we needed to purchase a seat license, and the total number of attempts/denials.  This was great and provided us a lot of usage information with very little effort.  However, I can't seem to ever get the log levels set to see this kind of information (even with DEBUG 10, ERROR 10 configured).

 

The [Licenses Denied] section of the License Usage within the administrator client shows only total number of denials within a snapshot time frame.  This does not provide me enough information to determine if a single user needs to be moved from using the floating license to a named seat.

 

Any ideas or suggestions are greatly welcome.

 

Jeff White

how do i change an archive type to binary

$
0
0

how do i change an archive type to binary

Multiple LDAP Authentication

$
0
0

Hi all, Can I have my Integrity/MKS environment authenticate against multiple domains?


Get member content

$
0
0

I am developing some MKS Integrity 2009 automation tools using the "si" cli. I was wondering if there was an easy command to retrieve the contents of a text file member with a specific revision (similar to double clicking the revision in the "Member History" GUI window). I would prefer the file contents echo to the command prompt to make integration with my automation SW easier.

 

If there's not an easy way to do this, what would be ANY way to do this via CLI? My thought was: Create a sandbox, checkout the member with a specific revision, stream it into my tool via file system calls, then delete the sandbox?

C# Integration using editissue to update Project parameters list

$
0
0

This is a follow up to my other project parameters thread:

 

I am using C# to try to update the project parameters list (see other thread for which project parameters) I have the sample code I found on another thread running with no issues.

 

APIFactory.MKSInitialize();

ip = APIFactory.CreateIntegrationPoint("mks.corp.knorr-bremse.com", 7001, false, 4, 13);

session = ip.CreateSession(<user name>,<password>);

Command issuesView;

issuesView = new Command(Command.IM, "editissue");

issuesView.AddOption("field", "'parameter values'='a_16_Auto_FV_Minus_20_psi=64'");

issuesView.AddSelection("478424");

r = session.RunCommand(issuesView);

 

and now I get "A first chance exception of type 'MKS.ManagedAPI.CommandCancelledException' occurred in MKS.ManagedAPI.dll"

 

the Stack trace give me

 

StackTrace " at MKS.ManagedAPI.CmdRunner.Execute(Command cmd)\r\n at MKS.ManagedAPI.Session.RunCommand(Command command)\r\n at Integrity_Parameters.IntegrityInterface.setParametersList() in C:\\Software.Development\\Integrity Parameters\\Integrity Parameters\\IntegrityInterface.cs:line 103" string

 

I have run the same code sequence for "viewissue", got the same error with a Stack Trace of ::

StackTrace " at MKS.ManagedAPI.CmdRunner.Execute(Command cmd)\r\n at MKS.ManagedAPI.Session.RunCommand(Command command)\r\n at Integrity_Parameters.IntegrityInterface.viewIssue(Int32 num) in C:\\Software.Development\\Integrity Parameters\\Integrity Parameters\\IntegrityInterface.cs:line 52" string

I am not sure if there is a common problem there or if they are two different issues

Use MKS Java Api from MATLAB

$
0
0

Hello PTC community,

i'm trying to call the MKS Java Api from MATLAB (Release 2010b 32 bit).

This is because I want to avoid having an external java-class since our main code is all in MATLAB and running Java classes in Matlab was never an issue before.

 

It all looks good at the beginning, however, when running the cmdRunner-Class, i encounter a Java exception.

Below is an excerpt of the code (MATLAB M-File format) that i'm trying to run. The full m-file with more information is also attached.

 

When I run the same code from an external Java class in the JRE, everything is working fine. (Thus it shouldn't be the connection to the server)

 

Is there somebody who could help me with this? Any help would be greatly appreciated.

 

Thanks,

Stefan

 

javaaddpath('C:\Matlab\WORK\mksapi.jar');

javaclasspath('-dynamic');

import java.util.List;

 

import com.mks.api.*

import com.mks.api.response.*;

import com.mks.connect.*;

 

ipf = IntegrationPointFactory.getInstance();

 

APIVersion=util.APIVersion(4,11); % Was also tested with 4,15

 

IntegrationPoint = ipf.createIntegrationPoint('SERVERNAME',7001,true,APIVersion); 

 

Session = IntegrationPoint.createSession('USERNAME','PASSWORD');

 

CmdRunner = Session.createCmdRunner();

 

% CmdRunner-Test:

CmdRunner.toString()

% Answer:

% com.mks.connect.HttpCmdRunnerImpl@2bce4f

 

cmd = Command(Command.SI,'about');

 

resp = CmdRunner.execute(cmd);

% Answer:

% ??? Java exception occurred:

%

% (no more information...)

Setting Pre-defined Column Context

$
0
0

We have a lot of document domains that have a lot of associated metadata which is required to understand the context of the document.

This requires the document view to show very specific columns for each domain, with the view also changing between an authoring vs. an approval vs. a tracing task.

 

IE. A system requirement domain should have 5 specific columns when authoring, an additional trace status column for tracing, and 3 additional approval related columns when approving.

 

These columns change from domain to domain as I mentioned earlier. The given example is a simple one, some domains have upto 12-15 fields that are necessary to understand the document. In the beginning, it's impossible for our users to know which fields matter, how they have been configured and what those fields are called in Integrity, so I don't want to depend on users to be able to choose the columns themselves.

 

I understand that I can pre-configure column contexts, but is it possible to go into the level of detail I mentioned? (ie. multiple column context styles for a specific domain within a viewset)

More importantly, I could not find any documentation that helps an administrator set up pre-defined column contexts for all users.


I'd really appreciate some instructions on this if possible, and ideas for alternative best practices if there are any.

What is the CLI to check whether a member's tip revision is already on a devpath ?

$
0
0

CLI to check whether a member's tip revision is already on a devpath

Traceability between PTC Integrity and Enterprise Architect

$
0
0

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

Get member content

$
0
0

I am developing some MKS Integrity 2009 automation tools using the "si" cli. I was wondering if there was an easy command to retrieve the contents of a text file member with a specific revision (similar to double clicking the revision in the "Member History" GUI window). I would prefer the file contents echo to the command prompt to make integration with my automation SW easier.

 

If there's not an easy way to do this, what would be ANY way to do this via CLI? My thought was: Create a sandbox, checkout the member with a specific revision, stream it into my tool via file system calls, then delete the sandbox?


CLIReference as CHM-File doesnt work.

$
0
0

Hi @all,

 

since 10.7 some reference-documents has changed from pdf-format to chm-format. But the new documents arent usable in our environment, because they want to have a connection to the internet, which isnt allowed at the most departments. Are there any old-fashioned pdf-files anywhere? Or could the new chm-files changed to a pure-offline-version?

 

cheers, Jens

How to create a query that runs based on a different project each time

$
0
0

I would like to create a query that can be reused for different projects.

 

I was able to create a query that finds all of the test cases for a specific project by specifying the project name in the query.

I would like to be able to run the query against any project.

 

Is there a way to configure a query to do that?

 

Thanks,

Ginny M.

Custom JSP page

$
0
0

All,

 

     Where do I find documentation on creating a custom JSP page? 

 

     I am looking for a way to execute a trigger without editing/saving an item.   My first thought was to create a JSP page that could be accessed by a hyperlink in the web client that would call use the api to execute the trigger.  However, I am having issues getting a simple JSP page to create a session and execute a simple command.  I am looking for documentation on setting up the environment and how to maintain the session info for the user that called the JSP.

 

 

 

Thank you,

 

Paul Hartwig

Ingersoll-Rand

Gallery of export templates someplace?

$
0
0

Is there a gallery of export templates someplace in this Community? The examples that came with Integrity 10.6 are few, and many are not "fleshed-out"

Error when loading Web Services references with Visual Studio 2015

$
0
0

Hi,

 

I'm trying to create a proxy client for web services on following address (integrityserver is my server) to extend Integrity.

 

http://integrityserver:7001/webservices/10/2/Integrity/?wsdl

 

However I'm getting the following problem on getting data definition (mex):

 

There was an error downloading 'http://integrityserver:7001/webservices/10/2/Integrity/?wsdl/$metadata'.

The request failed with HTTP status 405: Method Not Allowed.

Metadata contains a reference that cannot be resolved: 'http://integrityserver:7001/webservices/10/2/Integrity/?wsdl'.

The content type text/xml;charset=UTF-8 of the response message does not match the content type of the binding (application/soap+xml; charset=utf-8). If using a custom encoder, be sure that the IsContentTypeSupported method is implemented properly. The first 392 bytes of the response were: '<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'><env:Header></env:Header><env:Body><env:Fault xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'><faultcode>env:Client</faultcode><faultstring>Endpoint {http://webservice.mks.com/10/2/Integrity}Integrity_10_2Port does not contain operation meta data for empty soap body</faultstring></env:Fault></env:Body></env:Envelope>'.

The remote server returned an error: (500) Internal Server Error.

If the service is defined in the current solution, try building the solution and adding the service reference again.

 

I'm not sure if this is due to something I'm doing wrong, because I've been able to successfully creating proxy clients for two other WebServices;

 

http://integrityserver:7001/webservices/2009/Generic/?wsdl

and

http://integrityserver:7001/webservices/2009/7/Source/?wsdl

 

Any leak? any help will be appreciated

Viewing all 3432 articles
Browse latest View live