Recently active
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
How can I delete a state which is no longer needed nor is it used. All references to i have been deleted.Here is what I've tried in CLI:im deletestate --hostname=mks state_nameDeleting state...Submitting...Delete state state_name? [yn](n): yState "state_name" cannot be deleted because it is still being referenced and a database constraint will not allow it to be deleted. If Items have been created that reference this State, you will not be able to delete this State until you deleted those Items. If this state is referenced by admin objects, you can find where it is being referenced by viewing the State and selecting the Refences tab.The References tab display no references.When I try to view references view CLI:im viewstate --hostname=mks --showreferences state_name-------------------------Created by user_name (user_name) on Jul 19, 2004 1:02:41 PMModified by user_name (user_name) on Jun 4, 2014 8:12:00 AMState: state_nameDescription: Blah BlahImage: nonePosition: 120Capabilities: none
I'm developing a batch file where I set the project location on the server and a label from a checkpoint. Based on this info I create a sandbox.The scenario has to be like this:- if the sandbox exist: resynchronize it with the mentioned checkpoint revision- if it's not, then create it
How do I restore the default view?I have clicked on a button on the top right corner of the MKS Web GUI 2009 and my sidebar is now condensed so a very narrow bar. I have hit every button on the scren and nothing restores the left hand sidebar back again to the default sidebar view.Can anyone guide me how to fix this?
Hi,We are planning to do a migration from MKS to SVN and we have found a svnimporter from Polarion and using that to do an import.I have a linux 64 bit machine and trying to installed 32 bit MKS Integrity client 2009 and it fails to invoke si and gives an error as below. Can you please help?Although PATH variable will be set - it would continue to give this error and we cannot extract any code as si does not work.07:32:11,586 [stderr] INFO Exec:84 - /home/vagrant/MKS/IntegrityClient/bin/si: Attempt to launch MKS Integrity Client Timed out. To solve this please try the following:07:32:11,587 [stderr] INFO Exec:84 - - Verify that the user you are logged in as has read and write permissions to the Integrity Client install directory.07:32:11,587 [stderr] INFO Exec:84 - - Make sure the Integrity Client install directory is the very first entry in the path.I have actually set the PATH variable and have tried every possible way. Can you please help?ThanksShalini
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.