Permission error occurred and unable to post the value for "Step Description" and Expected Result" fields while executing the UFT scripts in ALM test lab

  • What software you are using- Opentext Functional testing 24.4
  • What version you are on-CE 24.4
  • What operating system it is running on - Windows 10
  • Detailed problem description-Permission error occurred and unable to post the value for  "Step Description" and Expected Result" fields while executing the UFT scripts in ALM test lab
  • Code Snipet where error has occured-
  • Function fnQC_Step_Update(strStepNo,strStepStatus,strStepDescription,strExpectedResult,strStepActualDescription)

    booIsQCConnected = False
    If QCUtil.IsConnected Then
        If  Not(QcUtil.CurrentRun Is Nothing) Then
    Set objMyCurentRun = QCUtil.CurrentRun
    Set objMyStepFactory = objMyCurentRun.StepFactory
    objMyStepFactory.AddItem(strStepNo)
    Set objMyStepList = objMyStepFactory.NewList("")
    intStepKey = objMyStepList.Count 
    objMyStepList.Item(intStepKey).Field("ST_STATUS") = strStepStatus
    objMyStepList.Item(intStepKey).Field("ST_DESCRIPTION") = strStepDescription
    objMyStepList.Item(intStepKey).Field("ST_EXPECTED") = strExpectedResult
    objMyStepList.Item(intStepKey).Field("ST_ACTUAL") = strStepActualDescription
    objMyStepList.Post
  • Error Screenshot-