Recently active
Hi, Or Integrity (+ Modeler) license server runs on a specific VLAN (different from the one which Integrity server runs on). There is a firewall between those 2 VLANs. My problem is I don't have any influence on the ports used by the license daemons (MKS and ARTSANSW), which makes the settings of the firewall pretty difficult. Has anybody found an acceptable solution for this issue? Thanks.
Hello guys, I have defined automatic e-mail with two hyperlinks : Web and GUI. These e-mails purpose is to display document view, the content of the document. - For Web link I have this solution : http://hostname:port/integrity/?view=document&id=152 - For GUI link, I have no solution ! I have only this link redirecting on Document Properties : integrity://hostname:port/im/viewissue?selection=152. The User shall open manually the document in View Document. How to display the content of the document in GUI application? That will reduce actions number of the user. Does anyone knows why is this issue? I really appreciate any help on this Best regards, Eudes
Hello, I've just got the Integrity Modeler license for my company. Problem is I don't know where to get the vendor daemon to install in our FlexLM server. The vendor daemon is ARTSANSW. Any idea where I can get it? Thanks.
Can anyone help me through JAVA API i have couple of task what we can acheive from JAVA API's ?
Hello Community, I want to know if there is any chance to solve the simple problem to map one parameter on another one.So in this example that it will set automatically the "Rohrdurchmesser" to the "Bohrungsdurchmesser".And is there any way to use the constraint blocks for simple equations or do I have to use Simulink for this problem? Regards,Tabea
Hello, How to create a Report that is not Admin Provided (Is Admin Provide = FALSE) in Integrity Administration? I’m trying to create a Report in Integrity from “Integrity Administration” but the option “Is Admin Provided” is allways disabled and is set as TRUE. This is important to us because we use Staging Server and we need to create AD HOC Reports on Production server for punctual explorations. When creating a Report from “Integrity Administration” we have 2 options but in none the option “Is Admin Provided” is enabled or <> TRUE (attached file How to create a Report that is not Admin Provided.pdf). Thanks for your help, Walmir Catunda
Is there a way to export an item's content to Microsoft Word using Gateway? The Item is not part of Document Model,i.e, the item is not a node or a segment Is there a way to easily export an item's content to create a PDF?
The process of merging changes from a development path to the mainline is somewhat complicated, and dependant on if you utilize the Change Package functionality of Source, as well as what views and menu options you have set Visible in your Integrity Client. To aid in understanding the merge process, this blog goes over the specific steps you'd need to follow. This process requires knowledge of Change Packages.Let's get started!Step 1 – create a sandbox against the mainlineTo merge your changes from a Development Path to the main line you need to first create a sandbox against the target location (the mainline). To do this:1. Navigate to Project > View Projects2. Select the desired project from the Projects View > Sandbox > Create Sandbox3. The Sandbox Creation Wizard will ask you to specify a location for your Sandbox – select the desired location on your local disk, or create a new folder > Next4. The Project Name will already be populated as we selected it in step 2 – cli
Hi PTC Community, we are currently hustling while trying to adapt our gateway template. Any help regarding to the problem written in the caption is highly appreciated. At the moment we could only achieve to export the ID of a upward traced item – but not any other field value of this item of another hierarchy level. The code <%{Validates}key=item field value (for instance “Assigned User”"%> or <%{Validates:item field value%> did not work. All the best and regards Daniel Remmers Bausch & Lomb Technolas
Hi, I was doing some Python based automation of Testcase management and was able to modify test results using SOAP web service calls. Working sample code is pasted below, all you need to provide is proper credentials and change ids in testcases dictionary in python code as per your setup. The only problem is you have to start test session manually before, so that these soap calls can work. Is there any soap api to start/end test session? Code sample in any language will also help a lot? Thanks, Ashish import requestsimport base64from zeep import Clientfrom zeep.transports import Transport session = requests.Session() username = "<your_ptc_login_name>"password = "<your_ptc_login_passwd>" client = Client('http://<PTC Server IP>:7001/webservices/10/Test/Schema?WSDL', transport=Transport(session=session)) try: session_id = 494547 client = Client('http://<PTC Server IP>:7001/webservices/10/Test/Schema?WSDL', transport=Tr
Hello everyone, Does anyone have a suggestion how to validate if a user is still defined in Active directory? I have a trigger that is used to copy a requirement structure and when the trigger assigns the requirement, if the user is no longer valid in active directory the trigger returns the error "Invalid user". However, using the aa or im commands still returns the user. I try to set users to inactive, which I already check, but apperently missed some along the way. Thank you, Paul
Hello Everyone! I am trying to build a trigger that changes the font size of an Item to H2 everytime the category "Heading" is chosen automatically. My knowledge of javascript is somewhat limited. I've spent a couple of days trying to achieve that, but I am getting errors. Would someone kindly post a simple script of how that can be achieved? That'd be much appreciated! Danilo
Currently we are working on upgrade of MKS Integrity 2009 to PTC Integrity v10.9 in which we have below issue.In web content promotion, We are using COM+ (xxxxx.xxx) service for transferring the files from one web server to another. While configuring the same in test environment for PTC Integrity 10.9 upgrade project, I could see that ‘WCP - Standard Promote’ trigger uses WCP.js for starting the COM+ (xxxxx.xxx) service with help of JCOM.jar and JCOM.dll. For PTC Integrity 10.9 we used MS Windows Server 2012 64 bit as operating system.While executing wcp.js script through trigger, we get following error in WCP.js line 493 “var rm = new Packages.jp.ne.so_net.ga2.no_ji.jcom.ReleaseManager();” . Please advise us how to run 32 bit dll in 64 bit server. Here I have attached WCP.js file for your reference. Could you please help us to fix issue?An error occurred while executing a remote method call; nested exception is: java.lang.UnsatisfiedLinkError: C:\Program Files\MKS\In
Hi, We are using PTC Integrity 10.8.0.8356 In the File ->Preferences -> Configuration Management -> Diff and Merge tools or in "C:\Program Files (x86)\Integrity\IntegrityClient10.8\IntegrityClientSite.rc" I would like to be able to set different tools for different file extensions. Example: - for .txt files I would like to use Beyond Compare - for .eap files I would like to use Lemon Tree - for .doc, .docx files I would like to use DiffDoc etc etc Can someone help ?
Hey, I wanna execute following command every 15 minutes via Task Scheduler (Windows 7 Enterprise SP1): si.exe resync --forceConfirm=yes hostname=*** --port=8893 --user=*** --password=*** --sandbox=D:\Folder\Folder\project.pj It's working fine when using my windows user as user account in Task Scheduler. Cause I wanna have it working even if no user is logged in, I'm using SYSTEM user. Using SYTEM user will cause following error: si.exe: Attempt to launch 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. Checked the internet and tried a lot: - MAN_CHM_INDEX, MAN_HTM_PATHS, MAN_TXT_INDEX, PATH, ROOTDIR are identically with my windows user. Anyway, created a .bat and use set before the si.exe command.
Hi,i managed to attach an image to the Text Attachment field using the command im editissue --addAttachment=C:\tmp\test.png 123I can add the image to the Text field by right clicking the field and select "Insert -> Image..." and then choose the image from my Text Attachments.But i did not find a way to do the same thing using the CLI.Any hints are appreciated.Best Regards,Michael
In cofiguration management, how to constraint project access for users? Lets say there are 3 parallel project in SCCM. I want: user 1, user 2 access only project 1 user 3, user 4 access only project 2 user 5, user 6 access only project 3 How to achive this functionality?
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 Simuli
Hello, I could not find a path yet to do the following in Modeler: I want to create a table (like a DataDictionaryTable) to show the data content of tags of a certain stereotype that I applied to blocks in a package. For example: Stereotype «PurchasedPart» with the tags Manufacturer and ArticleNumber. I would like to get something like this: SubPackage Blockname Manufacturer ArticleNumber devices Laptop HP 234234234 devices Monitor Samsung sdflkkj-342-23 cables DVI cable HAMA 923464564 cables USB cable benq 234-kj-456 Did you get something like this already running? (With the mentioned DataDictionaryTable I could get the first and the second column, but not further. It did not even show the applied Stereotype «PurchasedPart» in the column with attribute "Applied Stereotypes", but a strange «FlowType» stereotype that is neither shown at right-mouse-click > "Applied Stereotypes" nor in the Properties pane as tab...) For hints
Hello, I try to get some data out of my Modeler SysML model in an Excel sheet. The data is located in tags of specific stereotypes. As shown in How-to-create-table-with-stereotype-tag-data-from-model-elements I found a way via Publisher to get this data into a web browser table. As I tried the Internet Explorer feature right-click > Export to Excel, it just did not work. A look into the source code of this page explained why: It is fully javascript created. The table only exists in the DOM, not as an HTML file. (By the way: If you do the same with web browser tables created from DataDictionaryTables from within Modeler, the result is a proper HTML table (as you can see with "View Sourcecode") and the "Export to Excel" works fine. Unfortunately I did not find a way to get my stereotype tag data into a DataDictionaryTable yet -> see link above.) Does anybody know a path to get this Publisher-created table into Excel (preferably automatable)? Thanks for your efforts Jan
Hi, I need to run the commands "si viewproject" and "si viewprojecthistory" to gather information about checkpoints, labels and members (associated to a specific checkpoint/version of a project) for reporting. The documentation states for both commands: <<Under the CLI the fields are separated with a space.>> This is only partly correct, since "viewprojecthistory" uses <tab> as separator while "viewproject" uses <space> (optional multiple depending on indent). My question: Is there any (CLI-) option available to customize the column/field sparator for the output of these commands? The preferred separator character for me would be <tab>. Integrity-Version (si about): Integrity 11Build: 11.0.0.506API Version: 4.16.506Hotfixes:Copyright (c) 2016 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. thanx Markus
Admin see Reference and HistoryI have users that are allowed to create Dashboards, queries and reports. They currently must manually track on their own what Dashboards are using what query. The Dashboards, Query and reports do not have the tabs Reference or History on the client screen for displaying the definition. Is there a setting in ACL or some other location where the properties need to be changed?
Hi all, I finally found a way to plot e.g historical trend charts on almost any numeric item field inside a report.It uses the open source JS libraries jquery and http://www.jqplot.com/.All you need to do is download the files an place the on your integrity server (or anywhere else in your network)The recipe attached uses <integrity server installdir>\data\public_html\JS\jquery as installation point for jquery, and<integrity server installdir>\data\public_html\JS\jquery\jqplot for the jqplot plugin.Feel free to change the location according to you needs.The report recipy attached use the given computed expressions of IM to fetch the historical data into a html table, and a bit of JavaScript magic in the browser does the rest.Hope you enjoy it, and feel free to post screenshots of your own reports.I'm curious about our results
After I got the Simulink->Modeler IBD sync running it worked out nicely. I got plenty of items and internal block diagrams (IBD). As long as there are only the Simulink block types Input, Output, and Subsystem involved I get the connection between them (and the flow ports) as they are found in Simulink. Great. But as soon as there is another type of Simulink block involved (like Gain, Sum, you name it) the concept breaks, the connectors in SysML are missing. Ok, they do not have ports defined (such as <P Name="Ports">[1,1]</P>) that you would need to model the (flow) ports, which seems to be the reason for this behavior. But I cannot see a reason why the connector drawing should not work for these other blocks none-the-less. The connectors could be drawn not to SysML (flow) ports but to the block (property) directly instead. In the Simulink model all information is available: which block is connected with which other (from where to where) in the <
Hi all, I'd like to create a "Test Session Details" report that covers the follow content. 1. the sessions meta data (run-date, assigned user, test environment , etc.) 2. the used test case data (Text, Passed/Failed criteria, Category, etc. ) and 2.1 the concrete result (verdict) for this test case in this session #1 and #2 are no problem, but I'm stuck with #2.1. I cannot find a way to filter the results (related to the test case) for the one result (related to this test session) The report run with a single Item selection (namely the Test Session's ID) and looks like this <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> <title>&reporttitle</title> <%screenStyleSheet%> <%printerStyleSheet%> <style type="text/css" media="screen"> .embedded_table th {padding: 2px 8px; background-color: #60607A; color: #FFFFFF; font-weight: bold; text-align: center;
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.