cancel
Showing results for 
Search instead for 
Did you mean: 

Provisioning fails

Former Member
0 Kudos

Hi folks,

I've installed IdM 7.2 with the sap provisioning framework. The problem is that role provisioning/deprovisioning fails for ABAP systems.

When provisioning following task are executed:

  • Update context info

  • LOG: Unknown framework type

  • Set task to error state

  • Skip pending operation

  • Update changenumber

Recurring exceptions in the logs are:

1. getKeyValue(tempDSE.ddx,Common,Charset)

IniFile.getKeyValue

java.io.FileNotFoundException: tempDSE.ddx (The system cannot find the file specified)

2. Pass attribute SOURCEREPOSITORY, value '' could not be resolved to integer, assuming 0

Workaround

I tired to set a value for repository in the provision task. And the role got provisioned. But I'm pretty sure that isn't the right way.

I'm a total noob with IdM and the config manual and help pages are not that informative.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi guys.

I've have now reinstalled the database schema and reconfigured everything. The problems persist.

I've been looking into the problem now and found this:

A switch task Check SYNCRONOUS calls the data base with following query:

SELECT VarValue FROM mc_repository_vars WHERE VarName='REPOSITORY_SYNC' and Repository=%repid%

I've checked the table and If %repid% would hold the value 3 as my repository ID, it would return SYNC .

But it doesn't. %repid% doesn't hold that value.

What is %repid%? A constant or a variable? Is it created automatically or do I have to create it manually?

Thanks and Regards,

Vit