cancel
Showing results for 
Search instead for 
Did you mean: 

Access Violation Error

neilpadilla
Participant
0 Kudos

Hi Guys,

During the run of my job, I am encountering the following error:

Exception code: C0000005 ACCESS_VIOLATION
Fault address:  00000000130A87D0 01:00000000000A77D0 E:\SAP BusinessObjects\Data Services\bin\libBODIBDB.dll

I am currently using BODS version 14.0.

What do you think could be the possible cause of the error?

Accepted Solutions (1)

Accepted Solutions (1)

neilpadilla
Participant
0 Kudos

We found the cause of this issue.

The field length between BODS columns and BAPI columns were not aligned.

BODS columns has longer length, thus we needed to update the length to align with the BAPI columns.

Regards,

Neil

Answers (2)

Answers (2)

Former Member
0 Kudos

Neil, tell us more about what the specific Dataflow at which the job throws an access violation is doing?

Thank You

Ganesh Sampath

neilpadilla
Participant
0 Kudos

Hi Ganesh,

The flow is accessing a SAP function module wherein batches of data are loaded to the SAP database table.

After the first batch, the flow will go in loop and then load the next batch of data.

Regards,

Neil

Former Member
0 Kudos

Probably memory issue. Change from pageable to in memory and see.