Hi,
After successful login into IIP application console first time, I am getting http status 404 error now.
has anyone come across with such issue?
Regards
Nishant kapoor
Hi,
After successful login into IIP application console first time, I am getting http status 404 error now.
has anyone come across with such issue?
Regards
Nishant kapoor
Hi all,
Harder question than the last one. I am working with documents and need to pull out the same info as when you export it to Word. I can find everything but the Section number, i.e. 1, 1.1, 1.1.1, etc. ("Section" is what is shown in the GUI when editing).
I used "im fields --fields=name,type,description" to get a list of all field names in our system and then used a Python script to send "im issues --fields="xxx"" for every field name that im fields returned. None of the returned info was the section number. It has to be in there somewhere since it is shown in exported documents?
I was thinking I could maybe use im exportissues but then I found this in the documenation "For documents, the Section field is not exported." which seems to shoot down that idea. (Tried it anyway, docs are correct...)
Would appreciate any suggestions.
Thanks,
Eric
PS any better documentation than the CLI Reference for Workflows and Documents and the man command line?
hi all,
do you have a list of all possible values for --reportTemplate in cli? using the viewreport switch shows the reportTemplate is actually the html code, is this correct?
please advise.
thanks,
Hi,
by mistake a subproject has been created with a lower case letter "myproject" instead of upper case letter ("Myproject") in the beginning.
So I tried to rename it using the SI-Function "Subproject move" but I get an error message that the project already exists.
Is there any way to do this kind of rename?
Best regards,
Kai
Hi everyone,
I've just started working with PTC integrity and I encountered some problems when I was trying to implement my meta model. I was wondering if someone could help me solve the problem.
When I was trying to create an instance of a type I had made, I recieved the following error:
"MKS124606: Invalid state transition attempted for item 19814"
Here is the step by step description of what I've done:
I created some simple fields -e.g., portName[shorttext]- in "Integrity Client - Administration">Workflows and Documents>Fields,
and then I created a type- e.g., Port- at "Integrity Client - Administration">Workflows and Documents>Types.
Afterwards, I added the new fields in the "Visible Fields" of the new type.
Finally, I edited the type workflow, and added the state "Active" to the workflow and connected the state "unspecified" to the "active" state.
After creating the type, as I mentioned, I tried to to create an instance of it in the Integrity Client by following the steps below:
"Type" menu> "Create"->"Type Select".
Next, when I select the type -Port- and press OK, a new window-"Create Port" - opens. However, after filling the fields, and pressing OK, the error "MKS124606: Invalid state transition attempted for item 19814" appears.
I really appreciate your help.
Vahid Hosseini
We upgraded our Integrity system from v2007 to 10.x this summer and I personally am now struggling with trying to remove old sandboxes.
Whenever I try dropping via menu, I get messages like:
"Failed to drop sandbox /users/<...>/project.pj:
MKS125217: The sandbox file
/home/<...>/project.pj is not registered as a top
level sandbox."
I am at the point where I just want to have Integrity Client simply forgetting all notions of old sandboxes.
Removing $HOME/.Integrity* and $HOME/.mks entries doesn't seem to help.
Does anyone know where else information about sandboxes may be stored....?
Hi,
From time to time it happens, that we have modified a query on our staging system because of an internal CR, but before we can migrate it to the production server in the meanwhile additional CRs might lead to more changes on the same query. So at the time of migration not only the reviewed changes from the first CR are part of the available query definition, also even not finished modifications might be included. Is there a way to restore former query definition from a specific query (e.g. as of 2013-09-02 10:16)?
I'm aware of those im commands like editquery, createquery etc, but I was not able to re-set a historical query definition. In the query history tab all changes were documented, even the complete modified query definition. But this is not usable because this is not a real query definition statement given there. This might be readable for humans but has the wrong syntax for a correct query definition statement. So if you try to re-use this in a command like "im editquery ....--querydefinition...." you'll have to replace a lot of elements manually. And for more complex queries this becomes real science. Most elements can be fixed by renaming the used field names to their identifier names. But there are also more complex statements which I'm not able to translate back into a working command line statement. (e.g. "Has no ALM_Work Items relationship" ). The Integrity CLI Reference is no real support. For some existing query options there is no information at all. Also this kind of meta language used there makes it not very easy to create correct query definitions.More complex examples would be helpful.
Is there any workaround available to restore an old query definition without rebuilding it manually in the gui?
Thanks &
Kind regards,
Bertram
Has anyone connected Integrity to a data visualization tool such as Tableau? Is there an ODBC driver that can be used?
I understand from reading other posts that certain fields are calculated on the fly so will likely not be available. Not sure if a 'live connection' can mitigate this.
Thanks in advance.
Hi all,
we have used the Requirement Solution for some years now (stated with the 2007 solution) and recently updated to I10.2.
For a maintenace project I am now asked to Re-Import an updated Word-Document into a 3 year old Integrity Document that was originally imported with the 2007 Solution.
The Document does not include an attached "source-document.iif" file as this "process" was invented later.
Does anyone know a way to easily generate the a IIF file of the current doument content which I would attach manually afterward; so the re-import would have something to match against.
I assume that the file is generated temporarily during a gateway export process anyway.
Or do I have to create my own XML-report template
THX in advance
Hi all,
I am Daniel working at PTC Korea and having some issues to implement a kind of trace matrix viewer for the 4 depths of the selected document.
I am kinda new to ALM and Integrity, because I am one of the PLM Consultants, so hope to get some great guides from ALM experts.
It was ok when I tested with a small size of a document has under 200 nodes.
However, when I executed the program with a big one like over 1800 nodes, it just died and gave me errors below.
2013-06-27 04:33:07 [INFO ] API Command: im relationships --displayForwardFields --fields=Text,Document ID,Type --user=admin 13265
2013-06-27 04:34:45 [SEVERE ] com.mks.api.response.APIConnectionException: Unknown Blimp command request: command code=48
at
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
java.lang.reflect.Constructor.newInstance(Constructor.java:513)
java.lang.Class.newInstance0(Class.java:355)
java.lang.Class.newInstance(Class.java:308)
com.mks.api.response.APIExceptionFactory.getAPIExceptionObject(APIExceptionFactory.java:134)
com.mks.api.response.APIExceptionFactory.createAPIException(APIExceptionFactory.java:80)
com.mks.connect.AbstractCmdRunner.executeCommand(AbstractCmdRunner.java:317)
com.mks.connect.AbstractCmdRunner.executeCommand(AbstractCmdRunner.java:242)
com.mks.connect.AbstractCmdRunner.execute(AbstractCmdRunner.java:394)
com.ptc.integrity.traceview.command.IntegrityCommand.exec(IntegrityCommand.java:88)
com.ptc.integrity.traceview.controller.TraceController.loadData(TraceController.java:98)
com.ptc.integrity.traceview.ui.TraceMatrixUI.loadData(TraceMatrixUI.java:146)
com.ptc.integrity.traceview.ui.TraceMatrixUI.<init>(TraceMatrixUI.java:59)
com.ptc.integrity.traceview.TraceView.main(TraceView.java:59)
Actually, it had given me a java heap size error of the Integrity Client, so I resized the java heap size of the Integrity Client to 1024MB.
And then, I got a new one above. Please give me some expert advices.
When I tried to run the CLI at the command line, it worked fine with --gui command. However, with --xmlapi option, it gave me nothing or sometimes errors.
Thanks in advance, and I am looking forward to the great reponses from Integrity experts!
There is a script command called getTransactionContext in the Server Bean. In the description, it mentions a map that can be used to pass information from one script to the next during a transaction. I cannot find how to set or add to this map however.
Would someone please let me know how to add to this map?
Thanks
Mark
I want to lock a whole sandbox recursively by CLI.
I use the command:
si lock --gui --filter=!file:*.html -R --revision=:member --sandbox=$MKS.sb
The problem is, if a member is already locked by me I will get a window mentioning it, that I have to click to continue the process.
How can I lock and not being prompted if files are already locked by me, by CLI?
Many thanks
I know the best way to make a field mandatory when certain conditions are met is to use a pre-event trigger. However, my dilemma lies that I have mandatory fields in the same state, in two tabs, and one is hidden (due to an earlier mandatory field in a state). Now, I do not want the fields that are mandatory on the hidden tab to be mandatory anymore because a different condition was met. Is the best way to run multiple pre-event triggers to make the fields mandatory instead of making them mandatory in the workflow? Also, what order are the pre-event triggers executed?
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
I am trying to create a custom action to open windows explorer in my current sandbox location. I can't see to figure out how to specify the sandbox path in the Custom Action view. Is this possible?
Hi @all,
if i want to install an integrity-client with silent install i#m using the mksclient.properties-file. Since some weeks we're using a proxy, so i want to set the proxy-settings also at install-time. We have a split-setup: source at port 7001 and integrity at port 7003. The proxy is used only for source. But i didnt find an option to setup the client vie mksclient.properties for using the proxy only for source. MKS_PROXY_GLOBAL_USER=true is setting all connections to use the proxy, which we cannot use, because we want only one connection. There is no Option to set only one connection to the Proxy.
Any hints? Thanks,
Jens
Hello,
We use MKS Integrityi Client 9.6.
There is any possibility for users to import published&mandatory viewsets from server via command line (CLI/Java API) ?
Thanks
All, I am currently copying a field from one item type to another via a relationship field. The issue I am having is implementing the copy so that the field is not editable in the copied form from the relationship field. The field is currently just copied and then locked once you perform the first state transition (Unspecified -> Draft). I am curious if any of you have had to implement something similar to this scenario and what your implementation was.
Hi,
Currently I've a requriement, whenever a defect or item is created I need to open one url via trigger. Let me know what is the code to open an URL via trigger?
Thanks & Regards,
shankar
Hello to everybody,
I faced the problem that a planned server update (2009.4 => 10.4) has failed. In the meantime -as a preparation- we'd done some Client updates, partly as test to the versions 9.7 and/or 10.4, partly only to 9.7 as an act or preparing the update for an offshore location.
While the Live update failed and we'd set back the server to Integrity 2009, SP4, we still have clients on our environment that are updated to 9.7 and/or clients installed with 10.4. Now we faced some effects in the client's behaviour for which no official info from PTC exists, because PTC doesn't check this combinations:
We found out problems with this functions:
For both Client versions the functions "Create Chart/Report/Dashboard" (GUI + CLI) isn't available (Link is grey = not usable).
Neither in the GUI or via CLI the function "Run Chart" can be used nor "Rund Dashboard" if a chart is included (WebUI works).
Thus my question to all:
Does anybody knows about more functions that doesn't work?
This info would be very helpful to us to decide whether to make a complete rollback of every changed client
as well as to decide how to plan the client upgrade in future.
I'm waiting for helpful hints ....
A successfull 2014 to everybody
Klaus