cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to upload authschemes.xml file through configtool for EP system

Former Member
0 Kudos

Hello All,

Ours is an EP 6.0 env. ,and we have requirement from client to modify authschemes.xml file to adopt the customizing Login Display.

I have followed as per sap intructions(link below) ,while uploading the modified authschemes.xml file it is failing showing the log as Exception occured during import:

com.sap.engine.frame.core.configuration.configurationException:reading zip file central directory failed.

http://help.sap.com/saphelp_nw70/helpdata/en/1a/3afd4e641b8f42ac07bb77fe30375b/content.htm

ERROR Log

******************

***********

Exception occured during import:

com.sap.engine.frame.core.configuration.configurationException:reading zip file central directory failed

at com.sap.engine.core.configuration.impl.utilities.transfer.ConfigImporter.importConfig(ConfigImporter.java:100)

at com.sap.engine.core.configuration.impl.WriteAccessConfiguration.importAsSubConfiguration(WriteAccessConfiguration.java:1151)

at com.sap.engine.services.configuration.gui.AbstractConfigurationTreeNode.importConfig(AbstractConfigurationTreeNode.java:368)

at com.sap.engine.services.configuration.gui.ImportPane$ImporterThread.run(ImportPanel.java:197)

at java.lang.Thread.run(Thread.java:534)

caused by :java.util.zip.ZipException:reading zip file central directory failed

at java.util.zip.ZipFile.open(Native Method)

at java.util.zip.ZipFile.(ZipFile.java:71)

at com.sap.engine.core.configuration.impl.utilities.transfer.ConfigImorter.importConfig(ConfigImporter.java:72)

.... 4 more

Import failed.

***********

***********************

The steps followed to perform the task is

Prerequisites

All dispatcher and server nodes in the cluster are shut down.

Procedure

...

1. Start the Config Tool by executing j2eeconfigtoolconfigtool.bat.

2. Choose the symbol for Switch to configuration editor mode.

3. In the tree, navigate to cluster_data ® server ® persistent ® com.sap.security.core.ume.service.

4. To switch to edit mode, choose (Switch between view and edit mode).

5. In the tree, select authschemes.xml and choose (Show the details of the selected node).

6. Choose Download and save the file to a local directory.

7. Edit the file locally.

8. Create a new node in the configuration tree for the edited file as follows:

a. Select the node com.sap.security.core.ume.service.

b. Choose the symbol for Create a node below the selected node ().

c. Select the type File-entry.

d. Choose Upload and select the file from your local directory.

e. Enter the name for the entry, for example, authschemes_productive.xml. By default, the name of the uploaded file is used.

*************************

Can any one suggest me to fix the issue by looking at the error log which is mentioned above.

Best Regards

Rakesh

Edited by: Rakesh Dhesidi on Dec 18, 2009 6:01 AM

Edited by: Rakesh Dhesidi on Dec 18, 2009 6:03 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

My issue is resolved ,after we manually uploaded the file local directory it worked.