Solved

Unable to create customer in Connected Env via Data Migration Manager

  • 30 June 2023
  • 5 replies
  • 149 views

Badge +4

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

 

icon

Best answer by Makede 30 June 2023, 18:25

View original

5 replies

Userlevel 4
Badge +10

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

Badge +4

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.

 

Userlevel 4
Badge +10

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

Badge +4

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

 

Userlevel 1
Badge +3

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.

 

Reply