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

MS Excel Integration with PTC Integrity

$
0
0

Hi All,

 

I am evaulating the MS Excel integration with PTC Integrity and would like to know if there is a possibility to import Requirement/Design documents consisiting of "Parameters and Parameter Values". I could not find relevant information on this, either in documents or support site.

 

Thanks in advance. 

 

Kind Regards,

Karthik Komarla


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... 

Custom Test Result Date Fields Not Formatting

$
0
0

I have two date fields that I created for my test results: Execution Date and Execution Modified Date. When I kick them out to an html report, they do not format per the definition in the report wizard. Other date and date time fields do though. Is this a bug or am I doing something incorrectly? I can use JavaScript as a work around but I would prefer to not have to do that.

How to migrate from Integrity2009+MS SQL 2005 to Integrity10+ORACLE

$
0
0

Hi all,

My name is Kazuhiko Osaka.

I'm an administrator of Integrity Server in my department.

I must migrate from Integrity2009 + MS SQL 2005 to Integrity10 + ORACLE.

Do you have any idea for such migration?

Any comment will be appreciated, thank you.

Audit inactive users

$
0
0

Is there a way to audit or automate via trigger a list of inactive users in the last 90 days?  What I mean by inactive is that the have not logged in to Integrity in 90+ days.  We are currently using MKS Integrity 2009 SP7 using the MKS Domain for security.  We will be upgrading to PTC Integrity 10 in the coming weeks.

 

I ask this because we are doing a security audit of our enterprise.  I know (correct me if I wrong, I'm not a Windows server guru) with Windows server you can set user accounts to be locked out or to expire after a given time of inactivity has passed.

 

Thanks

 

Dan

viewcps should return Change package details which are associated with CR, Defact and Task

$
0
0

Hi,

I have written a code that is returning all Change Packages those are assigned to me and in 'Open' state. But my requirement is code should return all Change Packages those are assigned to me,in  'Open' state and issue type should be Change Request, Defect and/or Task only.

 

Please help me with this.

 

Code block:

public Command getCommand() {        Command cmd = new Command();        cmd.setApp(Command.SI);        cmd.setCommandName("viewcps");        cmd.addOption(new Option("filter", "user:" + username));        cmd.addOption(new Option("filter", "state:" + "Open"));        return cmd;    }

 

Generated command:

si viewcps --filter=user:<userid> --filter=state:Open --

 

Kindly help.

 

Thanks,

Gajanan

how do i see if other users have created a sandbox of a project

$
0
0

I have a user asking if it is possible to list what sandboxes another user may have created.  I know "si sandboxes" will list the ones on your own machine, however the user wishes to see the sandboxes on another machine, without physically accessing that machine.  any ideas?

Looking for some pointers on the C API

$
0
0

I would like to start looking into integrating the API into some software I'm working on. Basically I am hoping someone can help me with using the sample code at https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS161216. When I try to include mksapi.dll as a reference in my project, I get an error "A reference to 'mksapi.dll' could not be added." I don't have the Visual Studio integration setup but I was under the impression  (maybe incorrectly) that this wouldn't be required. Has anyone encountered this before and found a solution?

 

errorMessage.jpg


How to Read History in Trigger Script.

$
0
0

Hi,

 

I execute following CLI in script, which gives me response.

 

var command = new Packages.com.mks.api.Command("im", "viewissue");

   command.addOption(new Packages.com.mks.api.Option("showHistory"));

   ProjectID = 30300;

   command.addSelection(ProjectID);

  

   var response = api.executeCmd(command);

   if(response != null)

   {

     var status = response.getWorkItems().next();

     //want history here

   }

 

I don't know how to read History through it, here I want what modification was done on the project 30300 in last few days. 

 

Is there any method in API Bean instead of CLI ?

How to migrate from Integrity2009+MS SQL 2005 to Integrity10+ORACLE

$
0
0

Hi all,

My name is Kazuhiko Osaka.

I'm an administrator of Integrity Server in my department.

I must migrate from Integrity2009 + MS SQL 2005 to Integrity10 + ORACLE.

Do you have any idea for such migration?

Any comment will be appreciated, thank you.

[IM] query-problem with " contains ", when Text contains "S."

$
0
0

Hi @all,

 

we have a shorttext-field "Parameterbezeichnung", which could contain values like "N.17", "B.20", "S.19" and so on. It could also contain combinations of these values, separated by commata. So now we have queries which are filtering over this field, and it works as long as the filtervalue isnt something with "S.". So a querydefinition like

 

(field["Parameterbezeichnung"] contains "B.20")

 

is giving me all items where this field contains "B.20", but no item with "N.20" or "B.19" in this field. But the same query with the definition

 

(field["Parameterbezeichnung"] contains "S.19")

 

is giving me all items with ".19", so its giving "B.19", "S.19" and "N.19". So whats the matter with this "S."? Is this some kind of placeholder for SQL-statements in the background? We're using Integrity 10.4 with Oracle 11

 

Thanks, Jens

Integrity and Jira Integration

$
0
0

Hello,

  I am looking for an integration solution to couple Integrity and Jira.

  Does anyone has experience and can forward a link or material?

Thanks!

Volker

how do i see if other users have created a sandbox of a project

$
0
0

I have a user asking if it is possible to list what sandboxes another user may have created.  I know "si sandboxes" will list the ones on your own machine, however the user wishes to see the sandboxes on another machine, without physically accessing that machine.  any ideas?

Check in code for mks integrity using java api

$
0
0

Hi,

 

We need to develop check in option to connect to integrity using java API in our project.

What are the options I need to pass for check in?

 

Here is my code for options:

Command cmd = new Command(Command.SI,"ci");

cmd.addOption(new Option("sandbox",""));

cmd.addOption(new Option("cwd",""));

cmd.addSelection("");

 

 

I am getting the following error when i run the code: MKS125335: Out of tree members and subprojects (not located in the project directory or a subdirectory of the project directory) are not supported.

 

With these options and selection I am unable to connect.

Could you please suggest what options do I need to pass for doing checkin? And please let me know what was the error given above.

Your help is most required. Thanks in advance.

How cache handling affects MKS9.6 API command execution response time?

$
0
0

Using MKS 9.6 and its respective MKS API, we have observed that sometimes command execution can take up an unreasonable amount of time. Running the same command sequentially have a wide range of execution time. Wide range meaning for example in case of an "si projects" command sometimes the execution time is less than 3 seconds, but we have seen 11 mins long times as well. These absurd differences are observed on the exact same machine, when directly looped for testing purposes. (Also, no recognizable pattern in the execution time.)


The measurement is done only for the command
        mksResponse response = mksCmdRunnerExecCmd(cmdrunner, actcmd, INTERIM_CACHE);
in case of using the C API. (We have observed the same problems using the JAVA API as well.)


When the absurdly long executions happened, we have seen log lines like
           destruction of cache (for user moldovanyi)     - moldovanyi being the user during our tests of course
, probably that has something to do with the problem?


We tried changing the INTERIM paramater to INTERIM_NO_CACHE with moderate success. We haven't met the ridiculous 11 mins running times anymore, but it still executes for 90+ seconds sometimes (once again, no pattern). It is important that in all cases the command execution was successful, no exceptions were thrown, and afterwards reading through the results were fine.


The problem is that the whole interim concept should be working with 'instant' execution, and possible slowing down during the result processing phase, as MKS pumps data into the structures. Sadly, this is not what's happening in our case.


changing the default settings

$
0
0

Is there any way to redirect the creation of IntegrityClient.rc file to create in another UNIX location instead of UNIX home directory, By default the file is creating in the user's home directory. We needs to setup the client so that the file IntegrityClient.rc can create in /var/tmp

For C#; what is the code syntax for for this CLI? [tm editresult --field='Actual Result'='60' --sessionID=509239 622815]

$
0
0

What syntax is needed using the C# API for the following Command LIne Interface

 

[tm editresult --field='Actual Result'='60' --sessionID=509239 622815]

 

I have tried

 

issuesView.AddOption("field", "'Actual Result'='" + resultString + "'");

 

and the error states /"Actual Result/" does not exist

 

 

 

 


 

 

 

 

Computation Result as Hyperlink

$
0
0

Dear Community,

 

Within an hierarchical tree of Items we want to make sure, that we do not have any target date conflicts.

 

There we want to show the user when the target date of a parent item is in danger due to a later target date on a sublevel.

 

Calculation it, and showing wether there is a conflict or not is not the issue. But in order to make it more handy we would like to give the user a hyperlink to the item that is causing the timing conflict. Is there any chance to computate/calculate a field, that shows the result as a hyperlink to one/multiple Items?

 

The problem I currently have is, that Longtext fields (capable of Hperlinks in general) do not allow Computations.

 

Any suggestion for possible solutions is highly appreciated.

 

To help understand the situation here a quick example:

 

Level 1: Target Date: 09/15/2015

Level 2: Target Date: 09/13/2015

Level 3: Target Date: 10/01/2015

 

I would like to show the user a warning on level 1&2 with a link to the item on Level 3.

 

Thanks for your help.

 

 

Best Regards,

Chris

Audit inactive users

$
0
0

Is there a way to audit or automate via trigger a list of inactive users in the last 90 days?  What I mean by inactive is that the have not logged in to Integrity in 90+ days.  We are currently using MKS Integrity 2009 SP7 using the MKS Domain for security.  We will be upgrading to PTC Integrity 10 in the coming weeks.

 

I ask this because we are doing a security audit of our enterprise.  I know (correct me if I wrong, I'm not a Windows server guru) with Windows server you can set user accounts to be locked out or to expire after a given time of inactivity has passed.

 

Thanks

 

Dan

how do i see if other users have created a sandbox of a project

$
0
0

I have a user asking if it is possible to list what sandboxes another user may have created.  I know "si sandboxes" will list the ones on your own machine, however the user wishes to see the sandboxes on another machine, without physically accessing that machine.  any ideas?

Viewing all 3432 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>