cancel
Showing results for 
Search instead for 
Did you mean: 

NoAccessException from Authoring tool

Former Member
0 Kudos

Hi All, Here i am getting the error, When ever i am trying to access the master repository from authoring tool, the user credentials are passed correctly to the repository.Same user id and password exiats in KM Repository and backend r3/ecc.

I verified my repository in: http://<server>:<port>/lms/mediator/config

and is ok !!!

CPCFG.RSURL = http://host:50000/irj/go/km/docs/documents/LSOREP

CPCFG.REPUS = LSOCP_USER

ServerURL=http://host:50000/irj/go/km/docs/documents/LSOREP ok!

Error details

No access: 500

-> Please verify the settings: WebDavSlide-Repository: [ServerURL=http://localhost:50000/irj/go/km/docs/documents/LSOECD]

com.sap.hcm.ls.shared.repository.access.NoAccessException: No access: 500

-> Please verify the settings: WebDavSlide-Repository: [ServerURL=http://localhost:50000/irj/go/km/docs/documents/LSOECD]

at com.sap.hcm.ls.shared.repository.access.wdslide.WDRepository.checkAccessability(WDRepository.java:402)

at com.sap.hcm.ls.shared.repository.access.Repository.checkOnlineState(Repository.java:120)

at com.sap.hcm.ls.las.repository.explorer.ConfigContext.checkMasterAccess(ConfigContext.java:886)

at com.sap.hcm.ls.las.repository.explorer.ConfigContext.goCMOnlineCore(ConfigContext.java:866)

at com.sap.hcm.ls.las.repository.explorer.ConfigContext.goCMOnline(ConfigContext.java:767)

at com.sap.hcm.ls.las.repository.explorer.ConfigContext.goOnline(ConfigContext.java:739)

at com.sap.hcm.ls.las.repository.explorer.ExplorerControl.doGoOnline(ExplorerControl.java:203)

at com.sap.hcm.ls.las.repository.explorer.ExplorerGui$45.actionPerformed(ExplorerGui.java:1385)

at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)

at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)

at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)

at javax.swing.DefaultButtonModel.setPressed(Unknown Source)

at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)

at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)

at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)

at java.awt.Component.processMouseEvent(Unknown Source)

at javax.swing.JComponent.processMouseEvent(Unknown Source)

at java.awt.Component.processEvent(Unknown Source)

at java.awt.Container.processEvent(Unknown Source)

at java.awt.Component.dispatchEventImpl(Unknown Source)

at java.awt.Container.dispatchEventImpl(Unknown Source)

at java.awt.Component.dispatchEvent(Unknown Source)

at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)

at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)

at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)

at java.awt.Container.dispatchEventImpl(Unknown Source)

at java.awt.Window.dispatchEventImpl(Unknown Source)

at java.awt.Component.dispatchEvent(Unknown Source)

at java.awt.EventQueue.dispatchEvent(Unknown Source)

at com.sap.hcm.ls.las.ide.CatchQueue.dispatchEvent(EditorFrame.java:1629)

at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)

at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)

at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)

at java.awt.Dialog$1.run(Unknown Source)

at java.awt.Dialog$3.run(Unknown Source)

at java.security.AccessController.doPrivileged(Native Method)

Accepted Solutions (0)

Answers (1)

Answers (1)

fjhernanz
Contributor
0 Kudos

Hi Sara,

From several simmilar past cases, please check if:

1. the URL maintained in the IMG config in LMS was not correct. Although the URL was a WebDav compliant url, the config require a specific URL (see properties of the repository > WebDav url.)

2. the actual service pack for the authoring environment was not installed. Could you please check the patch level of your systems?

3. Could you also check it the configuration of your portal relies on NT authentication? This must be basic authentication (see note 590060 on this)

Please consider also SAP Note 914824 with informations regarding LSO AE.

Br,

Javier