cancel
Showing results for 
Search instead for 
Did you mean: 

Configuration export Admin-UI

Former Member
0 Kudos

Hi Experts,

we've setup IDM 7.2 Landscape.

Now we would like to export our configuration of development system.

When we call transport-function of UI

   

      <server>:<port>/idm/admin -> transport -> configuration export -> generate exportfile


we get following error:

  

     Error creating export: Method IdMConfigExport.createConfigAsString delivered no result.

Anyone who has a solution?!

Thanks

Simon

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Problem is still present.

We've created a ticket to SAP

former_member2987
Active Contributor
0 Kudos

Simon, what happens if you start the export from the MMC console?

Thanks,

Matt

former_member738723
Discoverer
0 Kudos

did it fix it?, I have that problem at this time.

former_member2987
Active Contributor
0 Kudos

Miguel,

Try doing this from import / export.

Matt

former_member738723
Discoverer
0 Kudos

Hi matt, I trying make a import / export from web app and  i get this message

but, when try from manage console, the process is succesfull.

Regards.

former_member738723
Discoverer
0 Kudos

thank you Matt,


if, first I execute the  import, the system  me show this:

log sap AS java

former_member2987
Active Contributor
0 Kudos

It would appear to be a bug.  I'd suggest logging an OSS ticket

former_member738723
Discoverer
0 Kudos

Thank you Matt.

Former Member
0 Kudos

Hi,

Have you checked that your connection to the IdM data store is configured correctly?  Are you able to see data?  Are you able to view logs?

Former Member
0 Kudos

Hi,

thank you for reply.

Database connection is configured correctly. All tabs are available examining the UI.

Everytime the export button is used we're getting following error in default-trace

          Could not add repository varibles for '301\TEST':Could not create repository variable DBCONNECTIONas DOM node while reading VARDESCRIPTION with value null

Maybe this is the problem in creating the export file. How can I validate?

former_member2987
Active Contributor
0 Kudos

Simon, check the exporting system as well.  Make sure you have JAVA installed and configured correctly from Tools/Options and that all of your connections are good.

Also make sure that the Keys.ini file are the same between the two installs. 

Finally make sure that both installs are using the exact same version of software and database schema!

Regards,

Matt

Former Member
0 Kudos

Hi,

Does the DBCONNECTION constant on this repository have any data in it?   If there is any encrypted data in that string, this is probably a Keys.ini problem.  If there is no data in the DBCONNECTION constant, could you try adding something? 

Regards,

Chris

Former Member
0 Kudos

Hi,

after we've added some content in variable DBCONNECTION there was another variable with value null.

So we've go on and maybe the problem is solved.

I'll reoport if it is.

First thanks for your helpful answers