Recently active
Has anyone had to convert from SNA to TCP/IP?Trying to find documentation to accomplish this task.John
When I try to output a text field from a Test Result Related Item that contains rich content to an HTML report, all of the < and > are replaced by &lt; and &gt;. This happens with some other characters also. How do you get it to preserve the HTML instead of doing this conversion? Below is where I am trying to use it. Basically I'm trying to output all ALM_Defect items from a test session. This doesn't happen for fields on the Test Session itself though.<%begintestresultdetail verdict=&combinedverdictfilter %> <%begintestresultitemdetail%> <table> <script type="text/javascript"> <!-- var itemId = "<%testresultitem ID%>"; var itemType = "<%testresultitem Type%>"; var desc = "<%testresultitem ALM_Description%>"; if (itemType == "ALM_Defect") { document.write("<tr><td class='noBorder'>" + itemId + "</td><td class='noBorder'>" + desc + "</td></tr>"); } --> </script> </table> &l
I have added two custom Test Result fields to the type. They are "Execution Date" and "Execution Modified Date". How do I set the value of these fields via the API? I have tried just adding an option for each item. cmd.AddOption("Execution Date", value) and cmd.AddOption("Execution Modified Date", value). The results upload without these two values. I am not sure if the command is wrong or if I am just using a format different than what Integrity is expecting. Has anyone done this before?
I am looking for a simple way to track requirements volatility / changes across a document and/or project. Is there a relatively simple way of extracting this information from Integrity? I was thinking of looking at the history for the last date the Text field has been changed for each Item. I haven't yet looked into an automated way of extracting this, but am open to suggestions.
When I try to run the tm createresult to add a test result via the API, I try to use the addAttachment command to add a file with the test result. The documentation for 10.5 says: --addAttachment=value adds attachments, where value is of the form "field=fieldName,path=pathToFile[,name=nameOfAttachment][,summary=shortDescription] " . Note: The "pathToFile" must include the path and filename. The "nameOfAttachment" is optional, and gives the attachment a different name than the name of the file specified in "pathToFile". For example, addAttachment="field=Attachments,path=c:/temp/notes.txt,name=notes123.txt,summary="Notes for issue 123"" When I try to do this, I get an error that says "Could not create test result: Error adding attachment" The specified key is invalid: field". How is this invalid? Isn't this exactly what to documentation says to use? If I remove "field=Attachments" completely then i get another error. This one says " Could not create tes
are there any WBT trainings available at the PTC university site? i was trying but couldnt find anything. is there any other source?
I have a label applied on the project. I want to create a sandbox based on that label. So if a label is not on the tip, I want the sandbox to be created with the version that the label is on.
When in IBM Rational Developer for i I do a Help, About, and see I am at Version: 7.1.0.75 of the Implementer Plug-in. How do I check for updates?
How do I get this dialog to show up for a new relationship I defined? My new relationship uses a much simpler box instead that's not as functional.Here's the one I get:
I am seeing the below error in the eventvwr on the server where MKS is setup.Event Source: MKS Integrity ServerEvent Category: Error Event ID: 4096Description:91104643 [JBoss Logger] ERROR mksis.IntegrityServer - * * * * ERROR * * * * (0): mks.si.api.SIAPIException -- mks.si.api.SIAPIException: Project with same name already exists at mks.si.brain.cmnative.NativeServer.checkNewArchiveName(NativeServer.java:1100) at mks.si.brain.cmnative.NativeCMArchive.ensureCMArchive(NativeCMArchive.java:138) at mks.si.brain.cmnative.NativeMember.doCheckIn(NativeMember.java:370) at mks.si.brain.cmnative.NativeMember.writeRevision(NativeMember.java:326) at mks.si.brain.cmnative.NativeMember.checkIn(NativeMember.java:278) at mks.si.brain.api.LocalMember.newMemberCheckIn(LocalMember.java:1925) at mks.si.brain.api.LocalProject.addMemberInternal(LocalProject.java:2956) at mks.si.brain.api.LocalProject.addMemberInternal(LocalProject.java:2496) at mks.si.brain.api.LocalProject.addMemberFromFileV2(LocalProjec
How can I create a new document using a template from a trigger? I see the LocalTriggerManager.ScriptServerBean.postNewIssue(java.lang.String) function which looks like it can be used to create a new issue but it doesn't appear to give the option to use a template. Is there a way to do this?
There is a report called "ALM_Offline Test Session - XForms". Is there an updated version of this report available? Maybe one made with HTML5? No browsers seem to support XForms any more.
I am new to integrity and trying to pick up the concepts by actually working on it.I had a question regarding the creation of a new project in Integrity . Both the admin client and end user client provides an option of creating new projects. what is the difference in these two projects that are created by 2 different clients. while working on integrity i noticed that a project needs to be creared in admin client first and then based on this project, a project can be created by the end user on the non-admin client.why is it like this and what is the significance of the project created in admin client?
I did not find any option of creating a project in SI. Also not able to find it in help.Any idea on this?
Hi all,how can I create a new trace between 2 items?Thanks for your help,Bernd
Hi All,Below is the error message that i got while importing a Document into MKS.The Document was imported with a MKS ID but after opening the document in MKS, contents of few section were found missing.Kindly Suggest.
I have a problem using the mksCommand structure using the MKS C API. I am reaching the server via Source Integrity (2009, build: 4.10.0.9049), and the environment is setup correctly, most commands works flawlessly. My problem arose with the createsandbox command, but it should be the same with every other command that uses a parameter like that (ci, co, for example), but I haven't reached those yet in my implementation. // This works fine mksCommand actcmd = mksCreateCommand(); actcmd->appName = (wchar_t*) L"si"; string e = GetSBPath(); // obviously this is an inside look into a much more complex application, but it does work actcmd->cmdName = (wchar_t*) L"viewsandbox"; mksOptionListAdd(actcmd->optionList, (wchar_t*) L"sandbox", wstring(e.begin(), e.end()).c_str()); mksResponse response = mksCmdRunnerExecCmd(cmdrunner, actcmd, INTERIM_CACHE);etc.However when I want to do the same for createsandbox, I have no clue how to use mksCommand for the last parameter, which would speci
I have a set of queries that are Admin queries and a shared to only two groups. One of them is NOT the everyone group. Why then when I login on as a user not in either of those groups am I still able to see these queries? On page 158 of the 2009 Integrity User Guide it says: 3 Click the Sharing tab. The Sharing panel displays. Click Choose Principals and use the data filter to select the principals (users and groups) that you want to share your query with. NOTE Only the groups you add to the Shared With list can see your query.
Hello, guys.Is there a way to get the local path of a sandbox based solely on the Configuration Path of the project? I know about the si sandboxes command but this returns the project name, not the configuration path of the project.Thanks is advance.
Hello,With the im viewissue command I can easily get the fields and the names of a "test case". I get the fields and the values like on the GUI, for example Title and Content. The problem is: there are more Title and Content fields in the system. If I run the "im exportissues" with the --fields=Tittle,Content, I get the other Title and Content fields. Where can I find the real names for the fields?Thanks in advance!
In my application I need to check if the user is logged into the PTCI can check the process (si.exe) and conclude that PTC is running. But I cannot verify if the user has logged into PTC.Is there any batch file to check if user is currently logged into PTC.Thanks
Hello,I'm new in this, so I have tried to do basic things. I have tried to fetch a testcase using the tm testcase command this way:tm testcases --hostname=ims-pss-test1 --port=8102 --queryDefinition=field[ID]="54468"The result is:Connecting to ims-pss-test1:8102 ...Enter username for ims-pss-test1:8102 (kerii):Enter password for kerii on ims-pss-test1:8102 (*****):Connecting to ims-pss-test1:8102 as kerii ...*** Missing end ')'I have tried with several other existing test case ID, but the result was the same.Thanks in advance!
Dear community, I would like to use some links in itegrity. I created some doors/svn links (they are working well e.g. in a browser) Integrity says: "The hyperlink "svn:file:\\\....." is not supported. Please check with your administrator to see which hyperlink protocols are allowed. In the documentation stays: "mksis.url.protocol=" can only http or https what if I would like to use other protocols many thanks for your answer in advance
If a document was included into the incorrect target document, how do you remove it?Also, when I was trying to find the answer to this in the Integrity help content, I found the below statement. Document hierarchies do not need to be structured alike. For example, you can include a test document into a requirements document.The section that it is in is titled To include a new or existing segment into a document from the GUI. Is this accurate? I thought documents have to have the same node type in order to include one into the other?
How to remove ALL relationships using CLIafter the CS151525 it would be easy, but I have to define the issueid as welle.g.: > im editissue --query="DocID247485_HasValidates" --removeRelationships=Validates:**: does not work. I have to define it explicitly, haven't I?I tired the > im editissue --query="DocID247485_HasValidates" --removeRelationships=Validates, but wo luckEnvironmenrt:I am using integrity 10.4.Why:There was a test document imported using validates (validated by) realtionship to the requirements, but meanwhile was defined not to use validates (validated by) but verifies (verified by) as relationship between test and requirement documentsthanks in advance for your help
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.