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

Integrity Modeler: How do I link requirements with Simulink items?

$
0
0

Hi All,

 

we are trying to achieve better tracability between our Matlab/Simulink model and our requirements and for this we were hoping to use the Modeler's Simulink Synchronizer Tool.

 

We've tried synchronising the Simulink model with our SysML Model in Modeler, but so far we have only achieved to import entire modules and their i/o flows. Is there a way of importing Simulink items below the "Module" level, so that one can see the actual functional model created in Simulink in Modeler? We would then like to be able to link the Simulink blocks (say a certain switch or gain block) with the requirements they satisfy.

 

Can this be done, i.e. importing the functional model?

 

I understand that in SysML there is no equivalent of each an every Simulink block, but I was hoping that the Synchronizer feature would allow to map more than just the module structure from Simulink.

 

As a next step, we would like to synchronize the "linked to" information back into Simulink, such that the items in the functional model might show a label "satisfies Requirement Req_123" or something along those lines. Do you think that is feasible?

 

 

 

Thanks for your answers,

Lisa


Retarget Sandbox

$
0
0

Our company is currently using your Integrity 10 product. It appears that the “Retarget Sandbox” feature does not work correctly, in that it take at least as long as, if not longer than, pulling a complete new project from scratch.

 

Is there a know issue with this feature, or am I somehow mistaken?

Keywords expansion and policies inheritance

$
0
0

Hello all!

I would like to know how can I deactivate keywords expansion for a specific subproject which contains other subprojets and members. Also if I deactivate keywords expansion for a subproject and after that I share it in another location, where is shared, keywords expansion is still deactivated?

"Prompt for..." is partially ignored by CLI

$
0
0

Hello,

this is what happens:

In the Integrity Client's preferences under Configuration Management under Connection->Prompt for the checkboxes for User Name& Password  are checked.

 

Yet when we use the CLI (si.exe) ,for let's say check-in, on a few machines the prompt does not happen.

 

Is there maybe a different preferences-set for CLI then for the client somehow, or what could be the issue here?

 

thanks in advance,

Luca.

is not returning test result items

$
0
0

Hi,

 

I am new to the integrity and could you please suggest what went wrong in my code.

 

Test Plan

     |--- Test Objective

               |--- Test Sessions

                       |--- Test Results

 

I have written a html code to retrieve Test Objectives details and also I am able to retrieve Active Test Sessions and Completed Test Sessions. I am stuck-up at getting Test Results from "Active Test Sessions" and "Completed Test Sessions"

 

 

<%beginrelationshipsdetailL2 Active Test Sessions%>

 

  <%begintestresultdetail%>

  <%iteratetestresultitemfields%>

  <&testresultitemdisplayname

  &testresultitemfieldname

  <%/iteratetestresultitemfields%>

  <%endtestresultdetail%>

 

  <%endrelationshipsdetailL2%>

 

I have tried lot of combinations.

 

I am able to get the "Test Result" from "Test Sessions" Report(Report run for Test Session").

 

But somehow I am not able to get it from "Test Plan".

 

Could you please help me to achieve this?

 

Thanks,

Sithik

Cannot create build sandbox from a project view

$
0
0

Hello Team,

 

1. One of the user is not able to create a build sandbox from a main project.

2. Steps followed : Create sandbox -> Sandbox path -> Project path -> Select build option -> Select respective revision number -> Click on Finish

3. I get an error window like : Failed to populate sandbox d:/sandbox/sandbox.pj MKS125212: The project file d:/project/project.pj is not registered as top level project with current server.

 

Note : On this particular subproject i see a ~ symbol on the folder. I have attached screenshot of these.

Should i take any actions with respect to this?

Kindly suggest a suitable solution.

 

Regards,

Vinayak

how to integrate creo with smarteam?

$
0
0

Hi

 

We are using catia as well as Creo in our organization. Now we are implementing Smarteam. We like to integrate Creo with smarteam. How it could be done?

No Types available in Administration Client?

$
0
0

After getting the Integrity Server and Client communicating after some licensing issues, I've noticed that no Types are available, either through the regular client/web interface or in the administration client. I can confirm this because in the Types table in the database, there are no Types either. It seems like based on the Server Administration guide that Integrity should come with some Types. I was attempting to create a Document but it wants me to specify a Type. Was I wrong about built-in Types?


How to view identical members on trunk and branch

$
0
0

Hi There,

 

We are merging code from Trunk to the Branch, and few of the members on the branch are identical to the trunk members, so we want to find out how many branch members are identical to the trunk and update the member revision on the trunk.

 

Is there anyway we can run a query to view the all identical members on trunk and branch ?

Create Sandbox inside a Sandbox now possible?!?

$
0
0

Hello all,

 

I've been using Integrity for years now and recently got a little confused.

 

One thing seemed to be craved in stone, when it comes to creating a sandbox:

"You cannot and must not create a sandbox inside (below) and existing sandbox".

 

The Sandbox creation dialog, prevents this "possibly dangerous" usage, by checking the target directory and it's parent directory for an already existing *.pj file.

 

This strategy did not change officially:

  • I checked the release notes back to 2009 and up to I10.6.
  • I checked all user and admin manuals up to 10.6 I could find.

 

Nevertheless in our current 10.6 installation, we can create a sandbox wherever we want. The only warning that is shown by Integrity occurs when creating two sandboxes in the same directory that have the same name for the .pj file (e.g. "project.pj").

 

Are we facing a bug, or is this "works as designed" ?

If so WHEN did the traditional design change and WHY?

 

Any Ideas ( different or same experiences ) are welcome.

 

Thank you in advance Matthias

Integrity Webservice via Powershell

$
0
0

Has anyone attempted webservices via powershell?

 

 

We're familiar with PTC Integrity webservices via soapui and java.

Powershell is proving a challenge.

 

Here's a code sample:

$mksws=New-WebServiceProxy-Uri"MYSERVER/webservices/10/2/Integrity/?wsdl"

$ns=$mksws.GetType().NameSpace

$pr=New-Object ($ns+".ProjectRequest")

$pr.transactionId ="?"

$pr.FieldList ="Name"

$pr.Username ="xxxxx"

$pr.Password ="xxxxx"

$pr.ImpersonatedUser =$null

$pr.DateFormat =$null

$pr.DateTimeFormat =$null

$gp=New-Object($ns+".getProjects")

$gp.arg0 =$pr

#$response=New-Object($ns+".getProjectsResponse")

$response = $mksws.getProjects($gp)

 

Returns this wrapped in html

PTC Integrity Server - Error report

  The server encountered an internal error () that prevented it from fulfilling this request.

 

Server log shows this

ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/webservices/10/2/Integrity].[Integrity_10_2]] Cannot find message associated with key standardWrapper.acknowledgeException
java.lang.IllegalArgumentException: You can only write using the application write buffer provided by the handler.
at org.apache.tomcat.util.net.SecureNioChannel.write(SecureNioChannel.java:381)
at org.apache.tomcat.util.net.NioBlockingSelector.write(NioBlockingSelector.java:53)

...

 

 

 

PTC Integrity Client single sign on ?

$
0
0

Hi,

 

A user asks:

 

"One has to use the Windows login and password why not automate the login with Active Directory?"

 

Does the Java desktop Integrity Client support a kind of single sign on ?

 

I have noticed the article below but I'm not sure it answers my question:

 

Does Integrity Support any SSO Solutions other AD?

 

Can the PTC Integrity Java Client after loading and initializing, take the viewset credentials from "somewhere" ?

 

Thanks!

MKS web services createItem

$
0
0

I am new to MKS web services. I am calling the createItem passing the CreateItemType. I get the following error. Could not save item: MKS124147: The following fields which are mandatory in the state Submitted have not been filled in: Description. Please do tell me is you have a sample request for createItem.

No Types available in Administration Client?

$
0
0

After getting the Integrity Server and Client communicating after some licensing issues, I've noticed that no Types are available, either through the regular client/web interface or in the administration client. I can confirm this because in the Types table in the database, there are no Types either. It seems like based on the Server Administration guide that Integrity should come with some Types. I was attempting to create a Document but it wants me to specify a Type. Was I wrong about built-in Types?

Integrity Java API documentation, specifically integrating with the Gateway

$
0
0

Working on building an integration that relies on the Gateway. I have the Integration Builder's Guide but as far as the actual API documentation, the only places I can seem to find that is via the internet, hosted on third party sites. The Integration Builder's Guide doesn't make it apparent where to locate the documentation. Am I missing something obvious?

 

Also in the release version information, for version 4.10 it says "API support for PTC Gateway". The Integration Builder's Guide doesn't mention the Gateway elsewhere, so I'm unsure of the commands to use to have code for my integration interact with the Gateway for import/export.


Integrity IRC 3.0

$
0
0

Hello All,

 

I have PTC Integrity 10.5 Client and Server. Using IRC 3.0 I have generated ReqIF files for a specific DOORS module. Now i would like to push this ReqIF files into Integrity's Requirement Manager Section. I currently have RIF 2.4 Gateway for import function configured against the 10.5 client. When i give the ReqIF files as input for RIF 2.4 gateway, these files are not recognized!

 

I assume there is a ReqIF Gateway (similar to the one that RIF has), could you please provide me the path to download this gateway along with few example templates.

 

Also is Integrity 10.5 compatible with ReqIF files generated via IRC 3.0?

 

Kind Regards

Karthik Komarla

How to run "im createissue" in MS PowerShell-Script ?

$
0
0


Hi,

I would like to know how to run Integrity-Command "im createissue" in Microsoft PowerShell-Scripts.

For example via the PowerShell-Command "Start-Process" and using "Here-Strings" for the arguments.

So far I had no success with my tests, see used code at the end of this message.

 

Do you have any code examples or recommendation ?

 

Best Regards

Stephan

 

 

Used code for testing:

 

Start-Process im createissue -argument @"

--hostname=integrity

--port=xxxx

--user=xxxx

--type="xxxx"

--field="xxxx"

--gui

"@ -NoNewWindow -Wait

Create Sandbox inside a Sandbox now possible?!?

$
0
0

Hello all,

 

I've been using Integrity for years now and recently got a little confused.

 

One thing seemed to be craved in stone, when it comes to creating a sandbox:

"You cannot and must not create a sandbox inside (below) and existing sandbox".

 

The Sandbox creation dialog, prevents this "possibly dangerous" usage, by checking the target directory and it's parent directory for an already existing *.pj file.

 

This strategy did not change officially:

  • I checked the release notes back to 2009 and up to I10.6.
  • I checked all user and admin manuals up to 10.6 I could find.

 

Nevertheless in our current 10.6 installation, we can create a sandbox wherever we want. The only warning that is shown by Integrity occurs when creating two sandboxes in the same directory that have the same name for the .pj file (e.g. "project.pj").

 

Are we facing a bug, or is this "works as designed" ?

If so WHEN did the traditional design change and WHY?

 

Any Ideas ( different or same experiences ) are welcome.

 

Thank you in advance Matthias

Integrity Client URL for runchart is not implemented by PTC, i.e. integrity://... ?

$
0
0

Hi

 

We are using Integrity Client 10.8.0.8356

 

I can successfully execute the "im.exe --gui runchart chartname" CLI command

I can also successfully execute the web interface URL for runchart, i.e. http://server:port/im/runchart?selection=chartname

 

However when I try to execute integrity://server:port/im/runchart?selection=chartname,

 

I get an error message box saying MKS154477: Command "runchart" is not supported for use in Integrity URL links.

 

wonder if I am  using the right syntax or not. Can anyone provide more details ? Thanks.

Malformed BEEP Header message

$
0
0

Hello

 

I got a "Malformed BEEP Header" error when I try to connect PTC integrity using a client sw.

Do you know what is mean?

Viewing all 3432 articles
Browse latest View live


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