P80D350 Financial Console BSFN Fails

AlexRO

AlexRO

Well Known Member
Hello all,
In our instance the Financial console throws an error and I've traced it to an invalid user handle. I wonder if anyone faced the same issue and has some info on how to solve this error.

Steps to replicate:
-Setup the financial console (data colecion)
-run the console
-select "Leverage and Liquidity Ratios"
-click on view details on "Debt To Total Assets"
-change the view by from "Mounth" to "Quarter"

Bang, error running the business function MetricAreaViewController.

After enabling the debug log I've concluded that the error is caused by an invalid user handle (correct me if I'm wrong):


[ QUOTE ]
Jun 21 10:33:11.359282 jdb_rq1.c3301 - 1740/-278324336 WRK:DAN_094CBA80_P80D365 Exiting JDB_OpenViewExtended(View = V80D020) (UserHandle 09b6d428) (hRequest 097bbde8) With Success
Jun 21 10:33:11.359327 jdb_rqst.c2092 - 1740/-278324336 WRK:DAN_094CBA80_P80D365 Entering JDB_SetAggregate (hRequest 097bbde8)
Jun 21 10:33:11.359353 jdb_rqst.c2380 - 1740/-278324336 WRK:DAN_094CBA80_P80D365 Exiting JDB_SetAggregate with Success
Jun 21 10:33:11.359365 jdb_rqst.c2591 - 1740/-278324336 WRK:DAN_094CBA80_P80D365 Entering JDB_SetGroupBy (hRequest 097bbde8)
Jun 21 10:33:11.359376 jdb_rqst.c2801 - 1740/-278324336 WRK:DAN_094CBA80_P80D365 Auto-Selected column(s) are being disabled
Jun 21 10:33:11.359385 jdb_rqst.c2821 - 1740/-278324336 WRK:DAN_094CBA80_P80D365 Exiting JDB_SetGroupBy with Success
Jun 21 10:33:11.359463 jdb_utl1.c12795 - 1740/-278324336 WRK:DAN_094CBA80_P80D365 Incremented DataPointer count to 1
Jun 21 10:33:11.359475 jdeknobj.c5650 - 1740/-278324336 WRK:DAN_094CBA80_P80D365 Entering IB80D0280_CreateSelectionCBPA (&dsD80D0060A, &dsInternal,&dsFilterInternal,dsSelect)
Jun 21 10:33:11.359583 jdb_ctl.c1134 - 1740/-278324336 WRK:DAN_094CBA80_P80D365 Entering JDB_GetEnv
Jun 21 10:33:11.359592 jdb_ctl.c1139 - 1740/-278324336 WRK:DAN_094CBA80_P80D365 Exiting JDB_GetEnv with Success
Jun 21 10:33:11.359602 jdb_ctl.c5916 - 1740/-278324336 WRK:DAN_094CBA80_P80D365 Entering JDB_InitUser with (AUTO commit mode)
Jun 21 10:33:11.359628 jdb_tm.c65 - 1740/-278324336 WRK:DAN_094CBA80_P80D365 Entering JDB_BeginTransaction (UserHandle 09ce2d88)
Jun 21 10:33:11.359655 jdb_tm.c89 - 1740/-278324336 WRK:DAN_094CBA80_P80D365 Exiting JDB_BeginTransaction with Success (UserHandle 09ce2d88)
Jun 21 10:33:11.359671 jdb_ctl.c10577 - 1740/-278324336 WRK:DAN_094CBA80_P80D365 Incremented huser count to 4
Jun 21 10:33:11.359681 jdb_ctl.c5925 - 1740/-278324336 WRK:DAN_094CBA80_P80D365 Exiting JDB_InitUser with Success (UserHandle 09ce2d88)

[/ QUOTE ]

You can notice the different user handle even if in the function IB80D0280_CreateFMDSelectionCBPA (map to functions bellow) there is no user initialization . The code in which the functions fails is a retrieve data pointer.

I've done quite of digging from function to function to come to this conclusion.

From B80D0100 to B80D0080 to B80D0201 to B80D0280. I mention that the console works fine on the deployed client.

Any info would be appreciated,
Alex.
 
Back
Top