Skip to main content
Participant
May 10, 2013
Answered

Is it possible to use Adobe Connect Trial account with Moodle Test server?

  • May 10, 2013
  • 1 reply
  • 2707 views

When I did the Test Conection I got the following message. Any suggestion will be grateful.

A series of tests have been run in order to determine whether the Adobe Connect Pro server has been properly setup for this integration to work and to also determine whether the user credentials provided in the activity global settings has the correct permissions to perform the neccessary tasks required by the activity module.  If any of the tests below have failed, this activity module will not function properly.

For further assistance and documentation in how to set up your Adobe Connect Pro server please consult the MoodleDocs help page for this activity module Help page

Sending common-info call:

successfully obtained the session key: em1breezh9zsy9oet3zotmo8

successfully logged in as admin user

Testing retrevial of shared content, recording and meeting folders:

error obtaining shared content folder

XML request:
<?xml version="1.0" encoding="UTF-8"?> <params><param name="action">sco-shortcuts</param></params>

XML response:
<?xml version="1.0" encoding="utf-8"?> <results><status code="no-access" subcode="no-login"/></results>

error obtaining forced-archives (meeting recordings) folder

XML request:
<?xml version="1.0" encoding="UTF-8"?> <params><param name="action">sco-shortcuts</param></params>

XML response:
<?xml version="1.0" encoding="utf-8"?> <results><status code="no-access" subcode="no-login"/></results>

error obtaining meetings folder

XML request:
<?xml version="1.0" encoding="UTF-8"?> <params><param name="action">sco-shortcuts</param></params>

XML response:
<?xml version="1.0" encoding="utf-8"?> <results><status code="no-access" subcode="no-login"/></results>

error creating meeting testmeetingtest folder

XML request:
<?xml version="1.0" encoding="UTF-8"?> <params><param name="action">sco-update</param><param name="type">meeting</param><param name="name">testmeetingtest</param><param name="folder-id"></param><param name="date-begin">2013-05-10T15:04:44.000+01:00</param><param  name="date-end">2013-05-10T16:04:44.000+01:00</param></params>

XML response:
<?xml version="1.0" encoding="utf-8"?> <results><status code="invalid"><invalid field="folder-id" type="id" subcode="format"/></status></results>

error creating user  testusertest

XML request:
<?xml version="1.0" encoding="UTF-8"?> <params><param name="action">principal-update</param><param name="first-name">testusertest</param><param name="last-name">testusertest</param><param name="login">testusertest@test.com</param><param name="password">96105C5415A5D79FA9EA073F7C5DD501</param><param name="extlogin">testusertest@test.com</param><param name="type">user</param><param name="send-email">false</param><param name="has-children">0</param><param name="email">testusertest@test.com</param></params>

XML response:
<?xml version="1.0" encoding="utf-8"?> <results><status code="no-access" subcode="no-login"/></results>

    This topic has been closed for replies.
    Correct answer Jorma_at_Knox

    What shall I use for  HTTP Authentication as I don't know The HTTP_AUTH_HEADER value used in your custom.ini?


    HTTP header authentication is explained here: http://help.adobe.com/en_US/connect/9.0/webservices/WS5b3ccc516d4fbf351e63e3d11a171ddf77-7ff5_SP1.html#WS5b3ccc516d4fbf351e63e3d11a171ddf77-7fe4_SP1

    1 reply

    Jorma_at_Knox
    Legend
    May 10, 2013

    Make sure the user account you are calling this action with is also in the Meeting Host group. Adding the user to that group will create the appropriate folders and give the appropriate permissions to do what is being attempted.

    Participant
    May 10, 2013

    Thanks for the reply. Yes, the user account is in the Meeting Hosts group. Sill having the same error message.

    Jorma_at_Knox
    Legend
    May 10, 2013

    With all the calls returning the "no-login" field, it seems like something must not be correct. Are you logging in before or after you get the breeze session cookie? It should be after.