Skip to main content
Solved

Unable to create customer in Connected Env via Data Migration Manager

  • June 30, 2023
  • 5 replies
  • 264 views

Forum|alt.badge.img+6

Hi,

We are deploying customer via DMM onto a connected environment. But we are getting below error. Any idea what permission is missing here. Please note with the same user I am able to create customer manually in the same connected environment

 

Method NEW failed : ORA-20110: CustomerInfo.NOACCESSTOCREATECUSTOMER: You have no permission to create customers of category Customer
ORA-06512: at "IFSAPP.ERROR_SYS", line 140
ORA-06512: at "IFSAPP.ERROR_SYS", line 354
ORA-06512: at "IFSAPP.CUSTOMER_INFO_API", line 2442
ORA-06512: at "IFSAPP.CUSTOMER_INFO_API", line 2459
ORA-06512: at "IFSAPP.CUSTOMER_INFO_API", line 677

 

Thanks,

Nishith

 

Best answer by Makede

Hi @NishithDas 
the database link between your PRD env and connected env is based on user IFSMIG.
Thats why I suggest to give user IFSMIG permission set IFS_ALL in connected environment

5 replies

Forum|alt.badge.img+11
  • Hero (Employee)
  • 106 replies
  • June 30, 2023

Hi @NishithDas 
please check if user IFSMIG has also needed permission sets in connected environment.
BR
Martina


Forum|alt.badge.img+6
  • Author
  • Do Gooder (Partner)
  • 11 replies
  • June 30, 2023

Thanks Martina,

 

I am using my own user ID in PRD env DMM, not sure what permission set required in connect env. I have below permission sets in the connected environment.

 


Forum|alt.badge.img+11
  • Hero (Employee)
  • 106 replies
  • Answer
  • June 30, 2023

Hi @NishithDas 
the database link between your PRD env and connected env is based on user IFSMIG.
Thats why I suggest to give user IFSMIG permission set IFS_ALL in connected environment


Forum|alt.badge.img+6
  • Author
  • Do Gooder (Partner)
  • 11 replies
  • June 30, 2023

Thanks Martina,

 

This has worked. I had added IFS_ALL permission to IFSMIG, post this supplier record got created.

Thanks for your help on this

 


L-PINTA
Do Gooder (Customer)
Forum|alt.badge.img+3
  • Do Gooder (Customer)
  • 13 replies
  • October 6, 2023

If you do not want to assign all the permissions contained in the IFS_ALL permission set (which could be dangerous), you can just add CustomerHandling projection to your permission set and the problem is solved.