Symptom
- The Virtual Learning Service (VLS) is the integration between virtual meeting rooms like WebEx or Adobe Connect and SAP SuccessFactors Learning.
- If your company holds training in online meeting spaces like WebEx and Adobe Connect, you can use the Virtual Learning Service (VLS) to connect users directly to the meeting rooms where their training takes place.
- When the meeting spaces are connected through VLS, users can open a virtual meeting room by clicking a link in their assignments lists.
Environment
SAP SuccessFactors Learning
Resolution
- Copy the Adobe VLS configuration XML as shown in the VLS Configuration Guide >
- Configure the file for Adobe Connect (Use Attached guide) >
- System Administration > Configuration > System Configuration > LMS_ADMIN >
- Find "vleEnabled" and change its value to "true" >
- System Administration > Configuration > VLS Configuration >
- Click Add New and add the configuration file.
Below is a sample configuration file. Go to Support Downloads for the latest file.
=============================Configuration XML===================================
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
<connector>
<description>Macromedia Breeze</description>
<!-- The plateau connector class. This should not be modified. It is the implementation class for Breeze. -->
<connector_class>com.plateausystems.elms.framework.vle.impl.BreezeConnector</connector_class>
<xml_api_address>[Get from Adobe Connect Configuration]</xml_api_address>
<server_address>[Get from Adobe Connect Configuration]</server_address>
<username>[user name for Adobe Connect site]</username>
<password>[password for Adobe Connect site]</password>
<lms_user_name_custom_field_id>x-1111111111</lms_user_name_custom_field_id>
<lms_user_type_custom_field_id>x-2222222222</lms_user_type_custom_field_id>
<folder_id>123456789</folder_id>
<learner_group_id>987654321</learner_group_id>
<instructor_group_id>246813579</instructor_group_id>
<learner_default_password>[default password]</learner_default_password>
<elms_url_prefix>/vle</elms_url_prefix>
<sync>true</sync>
</connector>
See Also
What's New in the Connection to Adobe Connect
2341420 - LMS VLS (Virtual Learning Session) Knowledge Support and Tips
Keywords
vls, learning, lms, adobe, connect, integration, xml, integrate, configuration, setup, guide, implement, template, sample, file , KBA , LOD-SF-LMS , Learning Management System , LOD-SF-LMS-VLS , Virtual Learning System , How To
Product
Attachments
Unlocking_the_Adobe_Connect_Configuration1[1]_v2.ppt |
SF_LRN_Adobe_Connect_Integ.pdf |
Vanilla_AdobeConnect.xml |