Run Error: You do not have the required permissions to execute this action.
Question ID: 107343
0
0

I am trying to attach the text file to the current run (In HP ALM 12.53), which is located in the "C:\\Temp" drive. But i am getting the following error at the step level in HP ALM (Executing the script from HP ALM).

Run Error:
You do not have the required permissions to execute this action.
Line (548): " objQCAttachments_Item.Post".

Function QC_AttachFileToTestRun(strFilePath)
Dim objQCAttachments, objQCAttachments_Item
Set objQCAttachments = QCUtil.CurrentRun.Attachments
Set objQCAttachments_Item = objQCAttachments.AddItem(Null)
objQCAttachments_Item.FileName = strFilePath
objQCAttachments_Item.Type = 1
objQCAttachments_Item.Post
Set objQCAttachments = Nothing
Set objQCAttachments_Item = Nothing
End Function

Marked as spam
Posted by (Questions: 2, Answers: 0)
Asked on January 17, 2017 2:58 pm
199 views
Answers (1)
0
Private answer

see this kb article: [KM180177][1]

[1]: https://softwaresupport.hpe.com/group/softwaresupport/search-result/-/facetsearch/document/KM180177

This is a very old bug, but if your projects have been migrated, you might still have user group problems. Make sure the your user group was originated with TDAdmin.

Marked as spam
Posted by (Questions: 6, Answers: 167)
Answered on January 19, 2017 7:19 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top