cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Experts suggestion required on below , am getting error while running DM package LOAD INFOPROVIDER

0 Likes
363

Hi,

Need help from Experts and quick response is appreciated.

Error "Cannot perform write (NOT_TRANSACTIONAL) while running Package" while running DM package LOAD_INFOPROVIDER....

Showing DM package failed status show as below

Error running default logic ()

Cannot perform write (NOT_TRANSACTIONAL)


Below code was written in default logic

*DESTINATION_APP = BUDGET

*SKIP_DIM = HR_POSITION

*ADD_DIM RPTCURRENCY = ZAR

*WHEN

DATASRC *IS BUD_APP

*WHEN VERSION *IS V3

*REC(EXPRESSION = %VALUE%, DATASRC = BUD_APP)

*ENDWHEN

*ENDWHEN

*COMMIT

*COMMIT

Regards

Naresh

Accepted Solutions (0)

Answers (1)

Answers (1)

S_Sriram
Active Contributor
0 Likes

Hi Naresh

Have you checked this thread with the same issue?

https://answers.sap.com/questions/6788820/dm-package-error-could-not-perform-write-nottransa.html

Regards

SS

0 Likes

Hi SS,

Have checked all below steps

1. Go to transaction RSA1 at the backend level

2. Find your infocube in Modeling->Infoprovider section

3. Right-click at your infocube->Change Real-Time Load Behaviour

4.Select Real-Time Data Target Can Be Planned; Data Loading Not Allowed

Even though getting the below Error

Error running default logic ()

Cannot perform write (NOT_TRANSACTIONAL)



Regards

Naresh