Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Assertion failed and dump

viralkumar_patel
Explorer
0 Likes
480

Hello Experts,

I am getting an assertion dump when I change existing db structure by adding new table type into it.

I have a db structure which is geting used to populate all the DI information.

I am trying to add one table type field into this structure and then I run the corresponding program, then it is giving me assertion short dump, I found that the newly added ttype is not getting passed in the program.

My question here is why is this happening, do I need to create/modify any methods for this to work?

Dump details:

-


The following checkpoint group was used: "No checkpoint group specified"

If in the ASSERT statement the addition FIELDS was used, you can find

the content of the first 8 specified fields in the following overview:

" (not used) "

" (not used) "

" (not used) "

" (not used) "

" (not used) "

" (not used) "

" (not used) "

" (not used) "

-


Your valuable inputs are highly appreaciated.

Thanks & Regards,

Viral

Edited by: Viralkumar Patel on Feb 15, 2012 5:53 AM

1 REPLY 1
Read only

Former Member
0 Likes
384

Hi,

Can you put your code.

Karthik.R