Question

ACCOUNT_GROUP_DESC error when calling GLBalanceAnalysisHandling.svc/BalPipeLineFunc

  • 12 February 2024
  • 0 replies
  • 14 views

Userlevel 6
Badge +12

When calling GLBalanceAnalysisHandling.svc/BalPipeLineFunc via postman receive below database error is received. 

What am i missing here? ACCOUNT_GROUP_DESC is not a parameter in BalPipeLineFunc.

/int/ifsapplications/projection/v1/GLBalanceAnalysisHandling.svc/BalPipeLineFunc(Company='10',CompList=null,CompName=null,CompGroupList=null,BalanceSetId=null,IncludeHoldTable=false,SimulationVoucher=IfsApp.GLBalanceAnalysisHandling.SimulationVoucherEnum'Normal',MultiCompany=false,Attribute=null,AttribValue=null,ShowAllBalances=false,WhereStmnt=null,NavStatus='FALSE',RepMapStartYearPeriod=null,RepMapYearPeriod=null,RepMapYear=null,RepMapPeriod=null,ExcludePeriods=null,PeriodMappingExists=null,FromYear=2023,ToYear=2023,FromPeriod=2,ToPeriod=2,FromYearPeriod=null,ToYearPeriod=null)

{

    "error": {

        "code": "DATABASE_ERROR",

        "message": "Database error occurred. Contact administrator.",

        "details": [

            {

                "code": 904,

                "message": "ORA-00904: \"ACCOUNT_GROUP_DESC\": invalid identifier"

            }

        ]

    }

}

 


0 replies

Be the first to reply!

Reply