Skip to main content
Question

IFS Cloud Export/Import of Migration Jobs

  • May 21, 2026
  • 3 replies
  • 43 views

Forum|alt.badge.img+10

I am trying to migrate Migration Job Group but i am getting this error when i import, What am i missing

 

3 replies

martin.surasky
Hero (Customer)
Forum|alt.badge.img+10

Not sure of the particulars of your case as I have not seen the Job Definition, but in my case, when I want to export a Migration Job Group, I add this to the Rule called INTFACE_NAME (Default Where field...)

IN (SELECT intface_name FROM INTFACE_HEADER WHERE GROUP_ID = '<group_id>')


Forum|alt.badge.img+10
  • Author
  • Sidekick (Partner)
  • June 3, 2026

Not sure of the particulars of your case as I have not seen the Job Definition, but in my case, when I want to export a Migration Job Group, I add this to the Rule called INTFACE_NAME (Default Where field...)

IN (SELECT intface_name FROM INTFACE_HEADER WHERE GROUP_ID = '<group_id>')

This is by default in FNDMIG_EXPORT. I get this error when i use FNDMIG_IMPORT in different environment. Not sure what is causing it.


martin.surasky
Hero (Customer)
Forum|alt.badge.img+10

If I remember correctly there are some limitations on the extension of migration job names and things like that imposed by very short data types used in the database. 

One way to test if that is affecting you would be to change the migration job definitions with shorter names.