How link two accounts of resources to one account IDM

The code that worked on 7.1 below no longer works on 8.1. I need to make this work, so I can link more than one resource for the IDM account account.

Can anyone share please if something changed with the 8.1 or how to make this work?

Thank you!
  <expression>
    <block>
      <set name='user.waveset.resources'>
        <filterdup>
          <appendAll>
            <ref>user.waveset.resources</ref>
            <list>
              <s>AS400</s>
            </list>
          </appendAll>
        </filterdup>
      </set>
      <cond>
        <lte>
          <ref>resTot</ref>
          <i>0</i>
        </lte>
        <set name='user.accounts[AS400].accountId'>
          <ref>as400Account</ref>
        </set>
        <set name='user.accounts[AS400|2].accountId'>
          <ref>as400Account</ref>
        </set>
      </cond>
      <set name='user.waveset.accounts[AS400].created'>
        <s>true</s>
      </set>
    </block>
  </expression>

Yes, there is change in idm8, you need to configure it.

go through the link below to set up.

http://practice.allidm.com/IDM8/03MultipleAccounts/index.html#1_01

Tags: Oracle

Similar Questions

Maybe you are looking for