Hello Everyone, we are trying to configure LSO and in the process, are trying to connect the Repository Explorer to a KM Repository on the server. On doing the configuration check, we got the message:
Username='UserName', SystemName='ABC', Client='100', Host='sap.companyname.com', Language='EN', SystemNumber='61', EnablePoolSharing='true', MaxConnection=50, AbapDebug=false:
CPCFG.RSURL = http://portal.companyname.com:50000/irj/go/km/docs/documents/lsorepository
CPCFG.REPUS = UserName
ServerURL=http://portal.companyname.com:50000/irj/go/km/docs/documents/lsorepository ok!
which would tell us that it is all working fine. In addition, I checked the KM Repository in the portal and the user specified is a super admin, thus having full control permissions.
However, on trying to connect from the Repository Explorer, we get the following error message:
No access: 0
-> Please verify the settings: WebDavSlide-Repository: [ServerURL=http://portal.companyname.com:50000/irj/go/km/docs/documents/lsorepository/]
com.sap.hcm.ls.shared.repository.access.NoAccessException: No access: 0
-> Please verify the settings: WebDavSlide-Repository: [ServerURL=http://portal.companyname.com:50000/irj/go/km/docs/documents/lsorepository/]
at com.sap.hcm.ls.shared.repository.access.wdslide.WDRepository.checkAccessability(WDRepository.java:398)
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:871)
at com.sap.hcm.ls.las.repository.explorer.ConfigContext.goCMOnlineCore(ConfigContext.java:809)
at com.sap.hcm.ls.las.repository.explorer.ConfigContext.goCMOnline(ConfigContext.java:761)
at com.sap.hcm.ls.las.repository.explorer.ExplorerControl.updateConfigurationAndControl(ExplorerControl.java:1500)
at com.sap.hcm.ls.las.repository.explorer.ConfigContext.applyBackendConfiguration(ConfigContext.java:712)
at com.sap.hcm.ls.las.repository.explorer.ConfigContext.resetLASLoginContext(ConfigContext.java:527)
at com.sap.hcm.ls.las.repository.adapter.auth.AuthRepAdapter.setLoginContext(AuthRepAdapter.java:298)
at com.sap.hcm.ls.las.ide.RepositoryAccess.setLoginContext(RepositoryAccess.java:114)
at com.sap.hcm.ls.las.ide.ConfigurationManager.changeConfiguration(ConfigurationManager.java:310)
at com.sap.hcm.ls.las.ide.ConfigurationManager.goOnline(ConfigurationManager.java:111)
at com.sap.hcm.ls.las.repository.explorer.ConfigContext.goOnline(ConfigContext.java:729)
at com.sap.hcm.ls.las.repository.explorer.ExplorerControl.doGoOnline(ExplorerControl.java:200)
at com.sap.hcm.ls.las.repository.explorer.ExplorerGui$43.actionPerformed(ExplorerGui.java:1345)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
at java.awt.Component.processMouseEvent(Component.java:5100)
at java.awt.Component.processEvent(Component.java:4897)
at java.awt.Container.processEvent(Container.java:1569)
at java.awt.Component.dispatchEventImpl(Component.java:3615)
at java.awt.Container.dispatchEventImpl(Container.java:1627)
at java.awt.Component.dispatchEvent(Component.java:3477)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
at java.awt.Container.dispatchEventImpl(Container.java:1613)
at java.awt.Window.dispatchEventImpl(Window.java:1606)
at java.awt.Component.dispatchEvent(Component.java:3477)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:480)
at com.sap.hcm.ls.las.ide.CatchQueue.dispatchEvent(EditorFrame.java:1557)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
Would anyone happen to know why? I would really appreciate a response.