Copy link to clipboard
Copied
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>
HTTP header authentication is explained here: http://help.adobe.com/en_US/connect/9.0/webservices/WS5b3ccc516d4fbf351e63e3d11a171ddf77-7ff5_SP1.html#WS5b3ccc516d4fbf351e63e3d11a171ddf77-7fe4_SP1
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Thanks for the reply. Yes, the user account is in the Meeting Hosts group. Sill having the same error message.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
What shall I use for HTTP Authentication as I don't know The HTTP_AUTH_HEADER value used in your custom.ini?
Copy link to clipboard
Copied
HTTP header authentication is explained here: http://help.adobe.com/en_US/connect/9.0/webservices/WS5b3ccc516d4fbf351e63e3d11a171ddf77-7ff5_SP1.ht...
Copy link to clipboard
Copied
Thank you, Jorma. I'm using the Trial one on the Adobe so I don't think I can access to those settings. Thanks again.
Copy link to clipboard
Copied
The trial is fully functional, and you shouldn't have any issue using the HTTP Authentication method. The limitation on the trial account is licensing and time.