cancel
Showing results for 
Search instead for 
Did you mean: 

The ASSERT condition was violated

11-06-2013 1:12 PM
3674 views 5 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

Hello Experts,

While I am loading data to a cube, DTP got failed and got an error message "The ASSERT condition was violated"


"ASSERTION_FAILED" " "

"CL_RSTRAN_FOBU_APPL===========CP" or "CL_RSTRAN_FOBU_APPL===========CM007"

"GET_CODE"


Because of this run time error, I coudnt load data to the cube.

Need a urgent help please.

Thanks..

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

MGrob
Active Contributor
0 Likes

Hi

Make sure your transformation which contains routines syntax is correct. There is many reasons for Assert condition violated.

hope it helps

Martin

Answers (4)

Answers (4)

Former Member
0 Likes

As per your short dump error, there is problem in transformation level. Mainly check the code, the conditions are violated with incoming data or code returning unknown exceptions.

reasons for error message "The ASSERT condition was violated" are

  • activate entire flow using programs above and try to reload it.
  • recreation of flow required.
  • wrong incoming data in your flat file/ other place (Even violates at DSO to cube level)
  • sap note - 1011965
  • you might have scheduled in background with less time before and now loading.
abdullahqureshi
Contributor
0 Likes

Hi Thilini,

As suggusted by our mates just check once all the modelling from bottom to top like data source,transformation, data target any applied routines working according to your logic or not (by test rule F9).
If filter applied check once.

May be sometimes DTP corrupted. Delete it and create new one.After that try.

Hope it helps you..

Regards,
Abdullah

RamanKorrapati
Active Contributor
0 Likes

Hi ,

Assuming your data source and transformations are in active.

Seems like your transformations have routines. if yes then take abap expert help and recheck them.

Activate again your transformations and try to load.

Thanks

Former Member
0 Likes

Hi Thilini,

Try to Activate that d.s and transforation in SE38 using programs:

RSDS_DATASOURCE_ACTIVATE_ALL

RSDG_TRFN_ACTIVATE

Regards,

Seshu.P