LSO Content Player error

Hi all,
I have a problem when I started a WBT course in SAP Learning Portal.
We are using the ECC 600.
The Content Player  shows the error 404 Not Found.
I don't know how to check a log of this issue.
I was checking the config in the IMG, I was trying different optiones but nothing. I couldn't.
Could you help me please?
Regards,
Jorge

Hello,
Error 404 has many reasons try contacting your portal consultant.
this may be the reason
When communicating via HTTP, a server is required to respond to a request, such as a web browser's request for an HTML document (web page), with a numeric response code and an optional, mandatory, or disallowed (based upon the status code) message. In the code 404, the first "4" indicates a client error, such as a mistyped URL. The following two digits indicate the specific error encountered. HTTP's use of three-digit codes is similar to the use of such codes in earlier protocols such as FTP and NNTP.
At the HTTP level, a 404 response code is followed by a human-readable "reason phrase". The HTTP specification suggests the phrase "Not Found"[1] and many web servers by default issue an HTML page that includes both the 404 code and the "Not Found" phrase.
A 404 error is often returned when pages have been moved or deleted. In the first case, a better response is to return a 301 Moved Permanently response, which can be configured in most server configuration files, or through URL rewriting; in the second case, a 410 Gone should be returned. Because these two options require special server configuration, most websites do not make use of them.
404 errors should not be confused with DNS errors, which appear when the given URL refers to a server name that does not exist. A 404 error indicates that the server itself was found, but that the server was not able to retrieve the requested page.

Similar Messages

  • SAP LSO Content Player Error

    Hi All,
    We are in the process of upgrading SAP to 6.0. We also upgrade our LSO from 300 to 600 including the Authoring Environment and the Content Management System. Now, after we publish the course via the Authoring Environment/Repository Explorer and try to play the course from our portal, it gives an error saying Incomplete or Incorrect Data. Here is the actual error
    Errors occurred
    Incomplete or incorrect data:
    com.sap.hcm.ls.lms.servlets.exceptions.InvalidArgumentException  :
         at com.sap.hcm.ls.lms.servlets.control.CourseUpdater.update(CourseUpdater.java:79)
         at com.sap.hcm.ls.lms.servlets.control.EventDispatcher.updateModels(EventDispatcher.java:127)
         at com.sap.hcm.ls.lms.servlets.control.RequestProcessor.doProcess(RequestProcessor.java:100)
         at com.sap.hcm.ls.lms.servlets.control.RequestProcessor.process(RequestProcessor.java:80)
         at com.sap.hcm.ls.lms.servlets.control.Mediator.processRequest(Mediator.java:226)
         at com.sap.hcm.ls.lms.servlets.control.Mediator.doGet(Mediator.java:146)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(AccessController.java:180)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Caused by: com.sap.hcm.ls.lms.courseloader.LoaderException: Failed to look for mapping file for object: /Company_Required_Training/New_Hire_Training/Policy_Review_and_Acknowledgement/v1/Policy_Review_and_Acknowledgement_ORG.crs
         at com.sap.hcm.ls.lms.courseloader.repository.RepCourseInfo.setupMapping(RepCourseInfo.java:96)
         at com.sap.hcm.ls.lms.courseloader.repository.RepCourseInfo.(RepCourseInfo.java:52)
         at com.sap.hcm.ls.lms.courseloader.repository.RepCourseLoader.getCourse(RepCourseLoader.java:106)
         at com.sap.hcm.ls.lms.data.session.CourseStateUpdater.loadCourseFromPath(CourseStateUpdater.java:388)
         at com.sap.hcm.ls.lms.data.session.CourseStateUpdater.loadCourse(CourseStateUpdater.java:188)
         at com.sap.hcm.ls.lms.data.session.CourseStateUpdater.update(CourseStateUpdater.java:137)
         at com.sap.hcm.ls.lms.servlets.control.CourseUpdater.update(CourseUpdater.java:72)
         at com.sap.hcm.ls.lms.servlets.control.EventDispatcher.updateModels(EventDispatcher.java:127)
         at com.sap.hcm.ls.lms.servlets.control.RequestProcessor.doProcess(RequestProcessor.java:100)
         at com.sap.hcm.ls.lms.servlets.control.RequestProcessor.process(RequestProcessor.java:80)
         at com.sap.hcm.ls.lms.servlets.control.Mediator.processRequest(Mediator.java:226)
         at com.sap.hcm.ls.lms.servlets.control.Mediator.doGet(Mediator.java:146)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(AccessController.java:180)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Caused by: com.sap.hcm.ls.shared.repository.access.RepIOException: Error with object: /Company_Required_Training/New_Hire_Training/Policy_Review_and_Acknowledgement/v1/locMappingXQ7.txt, Http-Error: 401: Unauthorized
         at com.sap.hcm.ls.shared.repository.access.http.HttpRepository.throwHttpError(HttpRepository.java:894)
         at com.sap.hcm.ls.shared.repository.access.http.HttpRepository.readFile(HttpRepository.java:434)
         at com.sap.hcm.ls.shared.repository.access.DeltaVerRepository.readFile(DeltaVerRepository.java:329)
         at com.sap.hcm.ls.shared.repository.access.Repository.readFile(Repository.java:350)
         at com.sap.hcm.ls.shared.repository.proxy.MappingFile.readMapping(MappingFile.java:194)
         at com.sap.hcm.ls.shared.repository.proxy.LocationMapperPool.getMapper(LocationMapperPool.java:54)
         at com.sap.hcm.ls.lms.courseloader.repository.RepCourseInfo.setupMapping(RepCourseInfo.java:92)
         at com.sap.hcm.ls.lms.courseloader.repository.RepCourseInfo.(RepCourseInfo.java:52)
         at com.sap.hcm.ls.lms.courseloader.repository.RepCourseLoader.getCourse(RepCourseLoader.java:106)
         at com.sap.hcm.ls.lms.data.session.CourseStateUpdater.loadCourseFromPath(CourseStateUpdater.java:388)
         at com.sap.hcm.ls.lms.data.session.CourseStateUpdater.loadCourse(CourseStateUpdater.java:188)
         at com.sap.hcm.ls.lms.data.session.CourseStateUpdater.update(CourseStateUpdater.java:137)
         at com.sap.hcm.ls.lms.servlets.control.CourseUpdater.update(CourseUpdater.java:72)
         at com.sap.hcm.ls.lms.servlets.control.EventDispatcher.updateModels(EventDispatcher.java:127)
         at com.sap.hcm.ls.lms.servlets.control.RequestProcessor.doProcess(RequestProcessor.java:100)
         at com.sap.hcm.ls.lms.servlets.control.RequestProcessor.process(RequestProcessor.java:80)
         at com.sap.hcm.ls.lms.servlets.control.Mediator.processRequest(Mediator.java:226)
         at com.sap.hcm.ls.lms.servlets.control.Mediator.doGet(Mediator.java:146)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(AccessController.java:180)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    I have looked at the R/3 configuration and everything looks good there. Is there anything else that needs to be done for the LSO upgrade?
    I did notice that a lot of people have posted the same issue in the forums, however I haven't seen the solution being posted. Any help/suggestions regarding this will be appreciated!
    Thanks again.

    Hi Kavita,
    In general, this issue can occur when the course is created in the learning portal and the course doesn't exist in the path of the CMS.
    Please try the following:
    1) Please try another course to see if this issue still happens.
    2) Try restarting only the content player to see if this corrects the  issue.
    Regards,
    Li

  • LSO Content Player  Error - HTTP Error 404 - File or directory not found

    Hi All
    Please could you assist.
    I have published a course to my ISS CMS and configured the links in both ECC and J2EE lsm/mediator.
    Result
    Username='username', SystemName='HRD', Client='030', Host='22.22.22.22', Language='EN', SystemNumber='00', EnablePoolSharing='true', MaxConnection=50, AbapDebug=false:
    CPCFG.RSURL = http://iiscmshost.domain/LSO600/Content/
    CPCFG.REPUS = username
    ServerURL=http://iiscmshost.domain/LSO600/Content/  ok!
    I was able to successfully publish the course from the Authoring Environment to the CMS server.
    When selecting the starting the course from the portal with content player i get the following error.
    HTTP Error 404 - File or directory not found
    But the URL is referring to - http://iiscmshost.domain/lms/mediator/courseview?sid=8685627505550088697845288091101&language=EN&sys=HRD&client=030&sap-accessibility=X
    How does directory http://iiscmshost.domain/lms/mediator get created when the content is in http://iiscmshost.domain/LSO600/Content ??
    Secondly can I change this reference to my LSO600/Content directory.
    Please advise with any information. Point will be awarded.
    Regards
    Maahir

    Dear Maahir,
    We are facing the same problem. We are pointing over CMS to IIS, instead of KM content of portal. We are successfully able to release and publish the course, then attach to a course participant also.
    But. When participants logs into the portal and click on Start Now. It giving 404 file not found Error. Its the same error. All our Course and content pointed to CMS IIS Server Url.
    When we did the content player config test, result is NOT OK. We have required R3 authorization and CMS user authorization also with admin rights. Content Player console is working in AE when we start up the course. Its showing the error.
    So, it seems like content player is not working properly. Bcoz we are launching course from  http://WEBDAV repository server maintained in back end system. Which is the IIS(CMS Server)for us. Do we need to maintain anything separately to launch a course from IIS Server on R3 and SAP Portal. Below sample URL from page.
    http://Sever:port/lms/mediator/courseview = xxxxxxxxxxxxxxx
    Could you please us know, how did you resolve the issue and tell me the cause of this issue.
    Thanks and Regards
    Obli

  • Is LSO content player on an independent server?

    We try to install/configure LSO.  When it comes to the content player, we are not sure whether it is an add-on to ERP or EP.
    Would you please explain ? Thanks!

    Hi,
    The Content Player (LSOCP), is based on a Java Platform, so you have to install it and configure in your SAP J2EE Engine.
    Depending on your ERP version (i suppose 6.0.X), you have to install the corresponding version;
    - LSOCP 600 (no EHPs)
    - LSOCP 602 (With EHP2)
    - LSOCP 604 (With EHP4)
    Follow this thread to solve some issues after installation:
    Unable to play content in LSO Content Player.
    Regards!

  • LSO content player Button Label

    Hi,
      In LSO content player, I would like to customize the button label " End Test".
    I have gone through the jsp and html pages and did not find any reference to it.
    Please suggest.
    Thanks,
    Vasudha Reddy

    Did you check in the following XML file?
    jspstrings_en.xml file : You can find it in the J2EE 630 under the following path: \server0\apps\sap.com\com.sap.hcm.ls.webapps\servlet_jsp\lms\WEB-INF\xml
    Please let me know if this helps.

  • HT1338 I've got this message when open Safari : scorm content player error

    I've got the message "scorm content player error" when I open Safari

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).<br />
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]<br />
    <br />
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.<br />
    You can use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.<br />
    You have to close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")<br />

  • Remove the toolbar for the LSO Content Player Window.

    Hi All,
            We are implementing SAP LSO. In the BSP Application HCM_Learning, I am able to run the course by clicking on link 'Start Now'. The BSP page related to this is "Training Home.htm".
    Now a new window popup up ( ie) the content player popup in a new window and plays the course. I want to remove the toolbar from this new popup window.
    I changed the toolbar value from yes to no in the Function Popup() defined .
    function popup(t, b)
             thePopup = window.open (b,t,"toolbar=no,menubar=no,width=300,height=250,scrollbars,resizable");
              thePopup.focus();
    But still i'm getting that toolbar in the popup window.
    How can i resolve this.?
    Please give me your valuable inputs.
    Thanks,
    Eben Joyson.

    Hey Ravi,
    Thanks for sharing your perspective. 
    After thinking further about the real estate question, I believe that, at least in the US, most instructional designers aim to present content at 800x600 pixel size.  This accounts for differing monitor sizes, etc.  If this is the case, then good instructional design (e.g. don't put too much content on a screen at once) should assure that content could be played in-line (in the BSP page).  Since the navigational controls are at the bottom, that wouldn't have any effect on width of the page and could also be accommodated.
    I'm still of the opinion that SAP LSO (and all leading LMS systems) should evolve to presenting content in the base window.  Perhaps there are some extreme exceptions where the extra real estate would make a true difference.  In that case, perhaps the learner should be offered an LSO learner setting where they can choose to display content in-line or in a separate window....let them decide   Alternatively, one could offer the Training Administrator an infotype setting where they specify whether the content should be displayed in-line (default) versus in a separate popup (this could be used on an exception basis).
    Gary
    Edited by: Gary Pearl on Oct 29, 2008 9:25 AM

  • Configuration Content player error

    Dear All
    i was facing an error when i do configuration content player i dont know why ?
    can any one help me out . i have lsocp 600
    Username='lmsuser', SystemName='ASB', Client='235', Host=' rueccasb', Language='', SystemNumber='00', EnablePoolSharing='true', MaxConnection=50, AbapDebug=false:
    CPCFG.RSURL = https://ruept.sabic.com:50001/irj/go/km/docs/documents/kp7235
    CPCFG.REPUS = lso_arshad
    ServerURL=https://ruept.sabic.com:50001/irj/go/km/docs/documents/kp7235 NOT ok!
    regards
    Arshad

    ALready Resolved

  • What are the urls for LSO content player and offline player?

    Gurus:
    I cannot figure out these urls. Would you please give some help?  Thanks a lot!

    Hi,
    content player URL looks like this:
    https://your.portal.url/lms/mediator/courseview?sid=4B4FD433EF4900D0E10080000AFA01D1&language=CS
    Romano

  • A question about LSO content player

    I am at the learning portal. However I can not find the menu path to start the content player.
    Could you tell me how to launch the content player from learning portal?
    Thank you

    See if below link helps.
    [Playing a Learning Net/Learning Object|http://help.sap.com/saphelp_ls200/helpdata/en/7b/766a31d1148d4986abd500a8b90593/content.htm]
    Chintan

  • LSO content player

    Hi!
    I find a post-install guide for content player. However I cannot find a install guide for content player even I've searched uisng google.
    Could you kindly provide the link to the install guide for content player?
    Thanks very much!

    Here is the link for installation guide...
    https://websmp210.sap-ag.de/~sapidb/011000358700002005942003
    Regards,
    Rao

  • LSO Offline player error

    HI,
    when trying to open a course in lso with offline player , the following error occurs:
    Could anyone help me solve this pls.
    Downloading resources failed
    com.sap.hcm.ls.offline.manager.store.OfflineStoreException: Downloading resources failed
    at com.sap.hcm.ls.offline.manager.store.fs.FSOfflineStore.downloadFromOnlineRepository(FSOfflineStore.java:918)
    at com.sap.hcm.ls.offline.manager.store.fs.FSOfflineStore.doUpdateTraining(FSOfflineStore.java:961)
    at com.sap.hcm.ls.offline.manager.store.fs.FSOfflineStore.downloadTraining(FSOfflineStore.java:798)
    at com.sap.hcm.ls.offline.manager.store.fs.FSOfflineStore.updateStore(FSOfflineStore.java:354)
    at com.sap.hcm.ls.offline.manager.gui.ProgressDialog$StoreUpdateWorker.run(OfflineStoreControl.java:259)
    at java.lang.Thread.run(Unknown Source)
    Caused by: com.sap.hcm.ls.shared.offline.manager.download.DownloadException: failed to download all required files
    at com.sap.hcm.ls.shared.offline.manager.download.DownloadManagerImpl.download(DownloadManagerImpl.java:504)
    at com.sap.hcm.ls.shared.offline.manager.download.DownloadManagerImpl.download(DownloadManagerImpl.java:113)
    at com.sap.hcm.ls.offline.manager.store.fs.FSOfflineStore.downloadFromOnlineRepository(FSOfflineStore.java:913)
    ... 5 more
    Caused by: com.sap.hcm.ls.shared.repository.access.RepIOException: Error with object: /Storage/SAP_Travel_Learning_Net-Repository_guide/v1/SAP_Travel_Learning_Net.crs, Http-Error: 401: Unauthorized
    at com.sap.hcm.ls.shared.repository.access.http.HttpRepository.throwHttpError(HttpRepository.java:914)
    at com.sap.hcm.ls.shared.repository.access.http.HttpRepository.readFile(HttpRepository.java:435)
    at com.sap.hcm.ls.shared.repository.access.Repository.readFile(Repository.java:376)
    at com.sap.hcm.ls.shared.offline.manager.download.ThreadLoader.doJob(ThreadLoader.java:161)
    at com.sap.hcm.ls.shared.util.MultiThreadWorker.run(MultiThreadWorker.java:399)
    ... 1 more

    Hi,
    The authorization issue is solved and we get another error while downloading and opening the file in offline player .. we are using lso op 604,,and lsoae 604  and the java version is SE 8.
    Downloading resources failed
    com.sap.hcm.ls.offline.manager.store.OfflineStoreException: Downloading resources failed
    at com.sap.hcm.ls.offline.manager.store.fs.FSOfflineStore.downloadFromOnlineRepository(FSOfflineStore.java:918)
      at com.sap.hcm.ls.offline.manager.store.fs.FSOfflineStore.doUpdateTraining(FSOfflineStore.java:961)
      at com.sap.hcm.ls.offline.manager.store.fs.FSOfflineStore.downloadTraining(FSOfflineStore.java:798)
      at com.sap.hcm.ls.offline.manager.store.fs.FSOfflineStore.updateStore(FSOfflineStore.java:354)
      at com.sap.hcm.ls.offline.manager.gui.ProgressDialog$StoreUpdateWorker.run(OfflineStoreControl.java:259)
      at java.lang.Thread.run(Unknown Source)
    Caused by: com.sap.hcm.ls.shared.offline.manager.download.DownloadException: zip file or localZip file not correct finished
      at com.sap.hcm.ls.shared.offline.manager.download.DownloadManagerImpl.download(DownloadManagerImpl.java:436)
      at com.sap.hcm.ls.shared.offline.manager.download.DownloadManagerImpl.download(DownloadManagerImpl.java:113)
    at com.sap.hcm.ls.offline.manager.store.fs.FSOfflineStore.downloadFromOnlineRepository(FSOfflineStore.java:913)
      ... 5 more
    Caused by: java.util.zip.ZipException: ZIP file must have at least one entry
      at java.util.zip.ZipOutputStream.finish(Unknown Source)
      at com.sap.hcm.ls.shared.offline.manager.download.DownloadManagerImpl.download(DownloadManagerImpl.java:426)
    ... 7 more

  • Cannot start LSO content player

    I am at the learning portal and I double click a course in the "my training activities" panel.
    However there is not response to my double click.
    I did not have this problem until today.
    Can you kindly point out what might be wrong?
    Thanks a lot!

    Did you check in the following XML file?
    jspstrings_en.xml file : You can find it in the J2EE 630 under the following path: \server0\apps\sap.com\com.sap.hcm.ls.webapps\servlet_jsp\lms\WEB-INF\xml
    Please let me know if this helps.

  • Changing the LSO Content Player user interface

    Hello,
    Does anyone knows how the changes to the CP user interface can be made?
    I found some information on the subject in the SAP Note 805425, but couldnt apply the
    modifications.
    Can anyone please help?
    Regards,
    Hubert

    Hello,
    The note itself doesnt correct any problems. It explains however how to change
    the interface but so far I was unable to do so.
    Regards,
    Hubert

  • SAP LSO a Ehp7 level - content player

    Hello Everybody,
    I have a question about LSO content player. What are the file formats that LSO content player accepts? HTML5/Flash any other? I have been searching for info on this but could not find any definitive info so far.
    then if I have a non-sap elearning tool that generates WBT content can I use that content within SAP LSO content player to be used within LSO specific WBT courses? Have you ever come across such a situation? If yes can you please provide any pointers/gotchas or share your experience please?
    Thanks everybody
    c.

    G'day Sid,
    thanks for your reply mate ... I did go through the note you mentioned before I put this post up,..
    can you please explain what "if correctly authored" means? my client has got a non-sap elearning tool which delivers training content. The requirement is to take this content and use it in LSO for web based trainings.
    My understanding to achieve the above is:
    1. You get LSO content player.(without the lso authoring environment)
    2. You have a content server on which you put the training content.
    3. you have a course type of WBT which can be scheduled to use the elearning content.
    4. an attendee to the course will be able to play this course through ess-NWBC, via the content player.
    5. lso then keeps track of the training progress and does an automatic follow-up.
    My assumptions are:
    1. at ehp7 level I do not need to worry about the authoring environemnt or publishing bit in LSO
    2. content player will work via nwbc.
    3. do i need offline content player? I think not right?
    Thanks so much mate for all the help you keep giving here in scn. Life would definitely be difficult on this site without you around. :-)
    cheers
    c.

Maybe you are looking for

  • When using firefox and each time I open a new tab I end up with a split screen and it is annoying. How so I fix it.

    I open firefox. Go to website then where there is a + sign I open a new tab. A new tab comes up but then splits the screen into two with a new tab in the middle and I end up with 3 small split screens in the one instead of 3 separate tabs.because it

  • Macbook Pro Hangs when Changing locations

    Hello Everyone, I have a Macbook Pro 2.16 running Leopard 10.5.1 and every now and then when I change network Locations from Wireless access point to anther (WPA Personal to WPA Enterprise or vice versa), the laptop simply hangs?! Mouse stops moving

  • Schema Based XML View Question

    Hi, Is there a way to use the OBJECT ID value in the view's WHERE clause? For example: create or replace view xml_view of XMLTYPE XMLSCHEMA "http://yo.orf/sample.xsd" ELEMENT "el" WITH OBJECT ID ( extract('/el/@id').getNumberVal()) FROM columns( l.id

  • Create header in webcenter sites

    Dear All,    I am new to oracle webcenter site 11g version .I feel difficult to create header for my web page with submenu.

  • Text file transfer ?

    My iPhone isnt jailbroken. I have developed an application, in which I am writing some data into a text file. Is it possible for me to sync/transfer my text file onto my mac machine ? Can I use mobileme to transfer this particular text file to my mac