Skip to main content
Solved

IFS Cloud 24.1.6 – ServiceEngApp – FT - ORA-20114: MapPosition.FND_MODIFIED: The Map Position record has already been changed. Please refresh the record and reenter your changes

  • December 3, 2024
  • 7 replies
  • 181 views

wrprabash
Hero (Partner)
Forum|alt.badge.img+10

Hi Experts,

I get this fail transaction if I create an additional work from a request task using option ‘Request additional work that needs to be done’. I use copy task detail option as well.

It is not clear how to refresh map positions in back end. I refreshed the relevant tasks but still cannot get rid of the fail transaction. Has anyone come up with this issue? how to get rid of this without erasing the already synced transactions in backend.

 

ORA-20114: MapPosition.FND_MODIFIED: The Map Position record has already been changed. Please refresh the record and reenter your changes.

ORA-06512: at "IFSAPP.ERROR_SYS", line 140

ORA-06512: at "IFSAPP.ERROR_SYS", line 509

ORA-06512: at "IFSAPP.MAP_POSITION_API", line 911

ORA-06512: at "IFSAPP.MAP_POSITION_API", line 961

ORA-06512: at "IFSAPP.MAP_POSITION_API", line 809

ORA-06512: at "IFSAPP.SERVICE_ENG_APP_SVC", line 76923

ORA-06512: at "IFSAPP.SERVICE_ENG_APP_SVC", line 76923

ORA-06512: at "IFSAPP.SERVICE_ENG_APP_SVC", line 76931

ORA-06512: at "IFSAPP.SERVICE_ENG_APP_SVC", line 50453

 

Thank you,

Roshan

Best answer by skullk

Hi Roshan,

Looks like this needs further investigations. Please report a support ticket.

Thanks

Sampath

7 replies

skullk
Hero (Employee)
Forum|alt.badge.img+11
  • Hero (Employee)
  • December 4, 2024

Do you get this all times or intermittently when additional work is created? 

 

Any thoughts ​@Maithree ?


wrprabash
Hero (Partner)
Forum|alt.badge.img+10
  • Author
  • Hero (Partner)
  • December 4, 2024

Hi Sampath !,

 

I get this all time.

 

Thank you,

Roshan


skullk
Hero (Employee)
Forum|alt.badge.img+11
  • Hero (Employee)
  • Answer
  • December 5, 2024

Hi Roshan,

Looks like this needs further investigations. Please report a support ticket.

Thanks

Sampath


Forum|alt.badge.img+4
  • Do Gooder (Customer)
  • September 24, 2025
I created an update script and got the same error message.The problem was with the MODIFY__ procedure call.I called the procedure as follows: ifsapp.C_MONTHLY_SUMMARY_BACKUP_API.Modify__(info_,objid_,attr_,attr_,'DO'), so it should be called like this: ifsapp.C_MONTHLY_SUMMARY_BACKUP_API.Modify__(info_,objid_,objversion_,attr_,'DO');

wrprabash
Hero (Partner)
Forum|alt.badge.img+10
  • Author
  • Hero (Partner)
  • September 24, 2025
I created an update script and got the same error message.The problem was with the MODIFY__ procedure call.I called the procedure as follows: ifsapp.C_MONTHLY_SUMMARY_BACKUP_API.Modify__(info_,objid_,attr_,attr_,'DO'), so it should be called like this: ifsapp.C_MONTHLY_SUMMARY_BACKUP_API.Modify__(info_,objid_,objversion_,attr_,'DO');

@Maithree maybe something for you to check !


Maithree
Do Gooder (Employee)
Forum|alt.badge.img+6
  • Do Gooder (Employee)
  • September 24, 2025
I created an update script and got the same error message.The problem was with the MODIFY__ procedure call.I called the procedure as follows: ifsapp.C_MONTHLY_SUMMARY_BACKUP_API.Modify__(info_,objid_,attr_,attr_,'DO'), so it should be called like this: ifsapp.C_MONTHLY_SUMMARY_BACKUP_API.Modify__(info_,objid_,objversion_,attr_,'DO');

@Maithree maybe something for you to check !

Hi Roshan,

This is in custom code. Not related to RnD functionality. 

 


wrprabash
Hero (Partner)
Forum|alt.badge.img+10
  • Author
  • Hero (Partner)
  • September 24, 2025
I created an update script and got the same error message.The problem was with the MODIFY__ procedure call.I called the procedure as follows: ifsapp.C_MONTHLY_SUMMARY_BACKUP_API.Modify__(info_,objid_,attr_,attr_,'DO'), so it should be called like this: ifsapp.C_MONTHLY_SUMMARY_BACKUP_API.Modify__(info_,objid_,objversion_,attr_,'DO');

@Maithree maybe something for you to check !

Hi Roshan,

This is in custom code. Not related to RnD functionality. 

 

Thx Maithree !. Yes but i wonder same issue exist in core as well, because i got the same error as a FT.