Question

Migration Job - PM Setting including worklist

  • 25 March 2021
  • 1 reply
  • 81 views

Badge +1
  • Do Gooder (Customer)
  • 1 reply

Hi everyone,

 

I have a problem. I want to migrate some PM Settings with the worklist included in one Migration job

 

When I execute the Migration Job, i receive a error message. the PM_NO is missing. The first seqeunce, that generate the PM setting is executed successfully.

 

 

Currently I don’t know why the second sequence failed. The message is clear but from my point of view i have the PM_NO because the the first sequence was successful.

 

Maybe somebody can give me a hint what i doing wrong


This topic has been closed for comments

1 reply

Userlevel 4
Badge +8

Hi,

I believe that you don’t have the PM_NO in your source_table.

In this case the PO_NO will be created by a sequence.

Did you already tried this possibility?

 

RMB to the Execute Seq 20 (PM_ACTION_ROLE) and select “Method List Attribute”:

 

Fetch the PM_NO from the first method (Execute Seq 10 - View Name PM_ACTION) and add it into the column Fixed Value: PM_NO@10

 

Now the PM_NO of PM_ACTION will be transmitted to the PM_NO of PM_ACTION_ROLE.

In the tab Source Mapping the Source Column and Default value has to be empty in this case because you have no value/column in your source table.

In this example the records will not be updatable that means every time you execute this data migration job there will be created no records.

 

You can find more Tips & Tricks in the Technical Documentation of IFS Applications. 

 

 

/Jens