LSO Enterprise Learning - Content Caching

Can someone share their experience and any recommendations related to the Caching of content within the LSO system (including KM).
We have had mixed results with content caching in our testing so I want to know if our results are an anomaly.
Thanks, Randy

Hi Randy McCormick,
We cache the content centrally, we have tried to work with local caching however that chrashed our Content Player, so we gave up that strategy. Caching centrally has given us some performance issues, but the issues we have faced with local caching was bigger when we tested.
Another thing that we have tested on is running with/without the JSAPI, here our expierence is definitely running WITH the JSAPI setting activated.
If you are able I would like to hear what your expierence is
BR
Jakob

Similar Messages

  • LSO/Enterprise Learning

    Hi y'all!
    I'm blueprinting LSO for a client which has a requirement to track qualifications for external people attending their training ('H' objects).
    Is there a way to do it in standard w/o resorting to custom development?
    Appreciate any and all advise on this.
    Cheers, Y.

    Hi Randy McCormick,
    We cache the content centrally, we have tried to work with local caching however that chrashed our Content Player, so we gave up that strategy. Caching centrally has given us some performance issues, but the issues we have faced with local caching was bigger when we tested.
    Another thing that we have tested on is running with/without the JSAPI, here our expierence is definitely running WITH the JSAPI setting activated.
    If you are able I would like to hear what your expierence is
    BR
    Jakob

  • SAP Enterprise Learning support Certifying Official Approver for EHRI.

    Dear HR-LSO adapts,
    Does SAP Enterprise Learning, the LMS part,  support Certifying Official Approver for EHRI (federal government requirement)?
    Thanks in advance.
    Rob

    Hello Rob,
    There are two options when processing the Standard Form SF-182 (Authorization, Agreement, and Certification of Training):
    Option 1: Manual routing (off-line) of the Standard Form SF-182 for approvals. After off-line approvals have been obtained, the Course Funding is obligated and Course Maintenance can be performed within SAP. Completed course training is manually uploaded into the Training System of Record (3rd Party System).
    Option 2: Create custom workflow to incorporate and store the Standard Form SF-182 approvals in SAP with integration with SAP MM Module for PR/PO funding commitment/obligation. Course Maintenance can be performed within SAP. Create custom Outbound Training Interface to transfer completed training into the Training System of Record (3rd Party System).
    The real requirement is to get the completed training into the Training System of Record which both Options above will satisfy.
    Hope this helps.
    Ken

  • SAP Enterprise learning Vs. Learning Solutions

    Hi All,
    I would like to know what is the difference between SAP Enterprise learning and SAP Learning Solutions.
    Kindly someone throw the light on this.

    Hi Suresh,
    As Prashanth has mentioned SAP Enterprise Learning comprises of SAP Learning Solution (i.e. LSO) and Adobe Connect. In other words, SAP Enterprise Learning apart from including the Learning Solutions features it also supports Virtual Learning.
    -Ravi Sekhar

  • Content Caching: Servlet.getLastModified()

    Hello everyone,
    I've been experimenting the past few days in the process of caching the contents of a servlet response, at the client side, and it was a very frustrating experience. After I was able to get a hold of all the mechanics of this process, I decided to share that information here, to relieve whoever is interested from the mess and frustration I've been through, especially that I haven't found much details on the topic in this forum and on the internet in general.
    In case of the GET http method, the default implementation of the service() method uses the getLastModified() method to determine weather the servlet supports the idea of "client-side caching" or not. If getLastModified() returns -1 (which is the default behavior) then the service() method determines that caching is not supported by this servlet, and immediately passes control the the doGet() method, to construct the response for the client.
    In order to support content caching, one has to override the getLastModified() method to return the date at which the servlet's-response content has been last modified. When the service() method finds that a positive value is returned by the getLastModified() method, one of the following scenarios would take place.
    1-If the request coming from the client doesn't contain the If-Modified-Since header, then the service() method would add the Last-Modified header to the response object, specifying the date when the last content-modification took place, then pass control to the doGet() method. The client would then cache that response, take the value from the Last-Modified header and put it in the If-Modified-Since header in all the requests that follow, to that servlet.
    2-If the request coming from the client does contain the If-Modified-Since header with a date EQUAL-TO the one returned by the getLastModified() method, then the service() method responds with a 304 (NOT MODIFIED) status to the client without referring to the doGet() method, and the client should use the cached content. Notice that in this case the service() method would NOT include the Last-Modified header to the response, since the client already knows it.
    3-If the request coming from the client does contain the If-Modified-Since header with a date EARLIER-THAN the one returned by the getLatModified() method, then the service() method would add the Last-Modified header to the response object, specifying the date when the last content-modification took place, then pass control to the doGet() method. The client would then cache that response,(which is newer than the one it was already caching) and take the value from Last-Modified header and put it in the If-Modified-Since header in all the requests that follow.
    One last thing, when you set the modification date, you HAVE TO round it down to the nearest second ( date / 1000 * 1000), as determined by the time precision in communications over the HTTP: if this process is left out, responses will NEVER be cached.
    Edited by: 866769 on Aug 27, 2011 7:40 AM

    kinda. you can cache the html output using idocscript. this means your java query only gets executed once every period, say, every half an hour.
    but if your java output does not go to a page, like it is some kinda internal processing, then you'll need to figure out some kinda java caching solution.
    idoc caching is covered in the manuals, see cacheInclude()

  • Webinar : Content Caching in Portal Runtime 6.0

    <b>SAP NetWeaver Know-How Network Webinar: 
    Content Caching in Portal Runtime 6.0
    Wednesday, 7 July  2004
    11 a.m. EDT</b>
    On Wednesday 7 July, Ronny Hendrickx, a NetWeaver EP RIG Consultant, hosts the webinar titled <b>Content Caching in Portal Runtime 6.0</b> as part of the ongoing SAP NetWeaver Know-How Network Webinar Series.
    Here’s how Ron describes his webinar presentation:
    This know-how call covers cache functionality in the PRT for SP2 and SP3 (Cache Validator, Cache Discriminator), the API, PRT configuration, and integration with the asyncResponse. Code demonstrations will accompany the various topics.
    SDN invites you to post your questions to the presenter prior to the webinar and continue the online discussion afterward.
    <b>How to Participate</b>
    (Please go to the SDN Events page to see the article and download the PDF presentation)
    Dial-in Information:
    Date: Wednesday 7 July 2004
    Time: 11 a.m. EDT 
    Within the U.S., call: +1.888.428.4473
    Outside the U.S., call: +1.651.291.0618
    Password: NetWeaver04
    WebEx Information:
    Topic: SAP NetWeaver Know-How Network
    Date: Wednesday 7 July 2004
    Time: 11 a.m. EDT
    Meeting Number: 742391500
    Meeting Password: netweaver04 (lowercase)
    WebEx Link: sap.webex.com
    Replay Information:
    A recorded replay of this call will be available for approximately three months after the webinar. Access this recording by dialing the appropriate number and using the replay access code: TBD.
    Toll-free: +1.800.475.6701
    International: +1.320.365.3844
    <b>About the SAP NetWeaver Know-How Webinar Series</b>
    The SAP NetWeaver Know-How Webinar Series is driven by the SAP NetWeaver Regional Implementation Group (RIG), part of the SAP Development organization. The mission of the SAP NetWeaver RIG is to enable customers, employees, and partners to successfully implement the SAP NetWeaver solution. This SAP RIG has expertise in BI, EP, XI, and WebAS. They contribute their implementation expertise to the SDN implementation forums as well as to the SAP NetWeaver Know-How Webinar Series.
    <b>Disclaimer</b>
    SDN is not responsible for any changes to the webinar schedule. The webinar schedule may be changed or cancelled without prior notice.

    this might relate to a bug of the early deploy command versions which allowed deployment only to destinct suborgs (-d), so don't deploy you staff to gloabl (-g option).
    /u

  • SPP and e-learning content integration with LMS

    HI,
    I urgently need help. We have developed e-learning content in SPP. The LMS is Moodle. I am linking the SPP published course into Moodle. when I launch the course from moodle, the user is asked to log onto the spp server. IS there anyway I can get SPP and Moodle to integrate without this double log-in procedure?
    Is there any way the user can log onto Moodle and then launch the course without having to launch SPP?

    As Rob has already mentioned, you need to look into SSO technology to solve this. Then, the user will login the first time and this will cause an SSO2 ticket to be issued, which is stored in browser as a domain cookie, then sent to the other system and recognised/trusted, so that the other system knows that the user has already authenticated. If user has already authenticated and the cookie is trusted, the user won't see another signon screen.
    Maybe you need to post a question on the SDN security forum to get more help with this ?
    A common way to authenticate users via browser is to use the Active Directory credentials obtained when user logs onto their workstation using a domain account. Then, the only time the user needs to authenticate is when they logon to Windows, and after that the user is recognised by all SAP systems accessed via a browser. A similar method can be setup with thick-client applications (e.g. when browser not used) and this would use SNC to provide Active Directory based authentication.
    Thanks,
    Tim

  • Content Caching Using IDOC

    Hi,
    Is it possible to do content caching for the custom component build using java??
    Thanks

    kinda. you can cache the html output using idocscript. this means your java query only gets executed once every period, say, every half an hour.
    but if your java output does not go to a page, like it is some kinda internal processing, then you'll need to figure out some kinda java caching solution.
    idoc caching is covered in the manuals, see cacheInclude()

  • Enterprise Learning Management for External Learners

    I need to roll-out enterprise learning management to 300k users who need self service access to create and access their account. Does anyone have experience doing so with Enterprise Learning Management? What did you use to enable the user to create their own account? How was the account validated? How did you enable them to pay for their own class?

    Jimmy, I greatly appreciate your reply. I have never worked with ELM, I took this position to get experience in peoplesoft and experience in Project management. But sense I used to be a .Net developer I want to understand the back in of ELM more than just trying to implement ELM 9.0
    Of course I'm new to this forum as well. Any help you can give me during my process of trying to implement ELM 9.0 would be greatly appreciated.
    Currently where i'm working they are bringing in ELM guy to help with the implentation process. I will be shadowing him to learn the process and then I'll be trying to implent ELM for my gov agency as well as other agencies.
    So I will be posting ELM 9.0 questions quite frequently for the next 12- 16 months.
    Thanks again for your reply and any help you can give me in the future.
    Edited by: peebman on Feb 22, 2009 11:36 AM

  • The Alteon Personal Content Cache vs cisco cache engine

    The Alteon Personal Content Cache vs cisco cache engine
    our customer want to deploy cache solution
    and want state of art product in current market
    can you tell me more in term of 1 perfomance
    second current market share.

    Hi James,
    The Alteon Personal Content Cache is Nortel's OEM of the Novell ICS (now called "Volera Excelerator").
    This forum isn't really the place to get into discussions of competitive differentiators, but suffice to say that we believe our solution has some significant benefits and features/functionality that the Alteon PCC lacks - for both Transparent Cache (TPC) and Content Delivery (CDN) deployments.
    We have details on some recent large "customer wins" in the Content Edge delivery space on the web.
    For some of these, see:
    http://newsroom.cisco.com/dlls/corp_061801.html
    http://newsroom.cisco.com/dlls/corp_041801b.html
    There are numerous other examples of these kinds of deployments.
    You should contact your Cisco account representative and I'm sure they'd be happy to share more information with you.
    cheers,
    lincoln.

  • Learning content on IE7

    Hi,
    I have learning content developed by 2-3 vendors. Content provided by most vendors that I upload using AE works as expected on Internet Explorer 7. But there is content provided by one vendor which when run independently works in IE7, but when I upload and run it through the portal it does not. It works perfectly on an IE6 desktop though.
    I have changed the Java runtime settings from the control panel to use only one version of the java applet, but the problem still exists. It can't be a network security issue as both the desktops I have used have the same settings. The only difference between the two is the IE version.
    Is there anyone else who has faced a similar problem relating to IE versions and its compatibility with learning content?
    Thank you.
    Regards,
    Priya.

    Hi Omkar,
    I can't give you step by step instructions as its against the rules of this forum. Please go through the SAP help on this topic -
    [http://help.sap.com/erp2005_ehp_03/helpdata/en/e6/c9e813f5ed11d5997000508b6b8b11/frameset.htm].
    Please raise another thread if you have any questions, as this one has been closed a while ago, and I am not sure it will be checked often.
    Regards,
    Priya.

  • Anyone using Peoplesoft Enterprise Learning (LMS)?

    Hi everyone,
    My organization is currently considering Peoplesoft Enterprise Learning Management (aka Peoplesoft LMS). Could anyone who has used/currently uses it please share their experiences with me?
    Any feedback on PS LMS would be appreciated - and it would be great to a demo if possible.
    Thanks,
    Eric Benson
    e-Learning Business Analyst

    Having our own LMS, we do not use the Peoplesoft one, but we have a client that I'm pretty sure does. They've referred to it as the Peoplesoft LMS and the Oracle LMS...but pretty sure it's one in the same (as Oracle bought Peoplesoft months ago, right?)
    The biggest issue we've heard about it is no Interaction-level tracking support. Now I don't know what version they have but not being able to track interaction data was a big disappointment to them. They hired a contractor to customize and add such functionality and it works, mostly, but has some flaws...and, of course, if they ever update their LMS, likely that customization will be blown away.
    Otherwise, the only other complaint I heard was the cost and time of integration with their other systems (whatever those may be - HR and such, I imagine). It wasn't cheap or quick.
    I'd like to balance this out but I've not heard any positive comments on it, other than it does integrate with their HR system.
    Erik

  • B30652-01 - Peoplesoft Enterprise Learning Solution 9, R1

    Hi,
    I have downloaded B30652-0(Peoplesoft Enterprise Learning Solution 9, R1) from Oracle e-Delivery.
    I have installed the same on my computer(c:\LMS) successfully, by entering the Licence Code given on Website for SQL Server 2005.
    How can i run the Peoplesoft Enterprise Learning Solution 9, R1 on my Laptop. Is it from the browser by giving some path ?
    (Like I can run the UPK Product from my browser)
    I Hope this clears my que.
    Rgds,
    Edited by: user2034566 on 01-Mar-2009 07:28

    Hi,
    Did you installed the Peopletools ?
    Did you installed Tuxedo ?
    Did you ran an application server ?
    Did you installed weblogic or websphere ?
    Did you ran a web server ?
    Find out more in the Peopletools installation Guide :
    for Peopletools 8.48 : http://download.oracle.com/docs/cd/B31343_01/psft/acrobat/itools848_062706_itmss.pdf
    or for Peopletools 8.49 : http://download.oracle.com/docs/cd/E05406_01/psft/acrobat/hwtools849_itmss.pdf
    Nicolas.

  • Is enterprise learning a usage type or business package?

    Gurus:
    We have both ECC6.0 and EP7.0.
    We now want to have enterprise learning (version?) . Could you tell us how to install
    enterprise learning: by enable the usage type or add busisness package?
    Thanks a lot!

    Hi,
    > 1) is it a usage type for ECC or NW7.0?
    This is usage type for ECC.
    > 2) could you direct me to some links for its configuration?
    >
    Check this http://www.sap-press.com/product.cfm?account=&product=H3032
    But I will suggest you to get OSS access to get configuration guide.
    Thanks
    Sunny

  • SAP LSO - PLATO Learning Integration

    I am looking for some information on SAP LSO and PLATO Learning integration.
    I would appreciate if some one could thro light on how to integrate SAP LSO with PLATO and what is the possibility of tracking the courses in LSO that are taken through PLATO.
    For example if an employee of the company access a course on PLATO, then the tracking(Like what time the course is started, exited and duration of the course etc.) should be captured in LSO.

    Hi Manny,
    Thank you for your response.
    Here i am talking about a direct integration with PLATO using XI. The user of the LSO may be redirected to PLATO and does his/her course or the content from PLATO will be downloaded into LSO and played for the user.
    In either case i want to know the possibility of tracking the complete course.
    Thanks,
    Suresh

Maybe you are looking for