Access to previously recorded meeting in Adobe Connect - "not authorized"

Hello
I am having trouble accessing a recorded meeting in Adobe Connect.  I am not the administrator but the administrator has supposedly given us access to the recorded sessions.  Each time I click on the recording of a meeting I get a "not authorized" response, even though I am logged in.
I am getting the below error message - Can anyone help?

I see that you have already talked about them, but permissions are the most basic reason for this message. Could you please confirm with the administrators, if it helps.

Similar Messages

  • Server.log and access file previous record are overwrite

    Hi,
    I am having problem that my server.log and access file in all instance have been overwrite by latest record. Suppose all the system.out.print will append to the server.log. However, my problem is the log which has been written to server.log in earlier time (mayb morning till afternoon) is replaced. From the server.log, I am only able to view the log which start from 11 pm. The same case happen to access file as well. This incident is not happen everyday but sometimes.
    I am wondering what is happen and how i can solve the problem.
    Any help/guidance is highly appreaciate.
    Thanks.

    Hi,
    Did anyone know the solution for this issues..
    Thanks.

  • Making Recording offline crashes Adobe Connect Add-in.

    We are trying to download recordings and it keeps crashing on us.  We can download 1 or 2, then it crashes every time after that (until I reboot).  We are running the Adobe Connect 9 Add-in version 11.9.972.8
    I have tried this on Windows 7 x64 and Windows 8 x64.  We have used Internet Explorer, Firefox and Chrome.  All have the same result:
    Log Name:      Application
    Source:        Application Error
    Date:          3/5/2015 4:00:51 PM
    Event ID:      1000
    Task Category: (100)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Description:
    Faulting application name: adobeconnectaddin.exe, version: 11.9.972.8, time stamp: 0x54521ffb
    Faulting module name: adobeconnectaddin.exe, version: 11.9.972.8, time stamp: 0x54521ffb
    Exception code: 0xc0000005
    Fault offset: 0x00332ee4
    Faulting process id: 0x18c4
    Faulting application start time: 0x01d0578fc31a5cf1
    Faulting application path: E:\xxx\AppData\Roaming\Macromedia\Flash Player\www.macromedia.com\bin\adobeconnectaddin\adobeconnectaddin.exe
    Faulting module path: E:\xxx\AppData\Roaming\Macromedia\Flash Player\www.macromedia.com\bin\adobeconnectaddin\adobeconnectaddin.exe
    Report Id: 15bb26ff-c383-11e4-8295-78acc0b92128
    Faulting package full name:
    Faulting package-relative application ID:
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Application Error" />
        <EventID Qualifiers="0">1000</EventID>
        <Level>2</Level>
        <Task>100</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2015-03-05T22:00:51.000000000Z" />
        <EventRecordID>20647</EventRecordID>
        <Channel>Application</Channel>
        <Security />
      </System>
      <EventData>
        <Data>adobeconnectaddin.exe</Data>
        <Data>11.9.972.8</Data>
        <Data>54521ffb</Data>
        <Data>adobeconnectaddin.exe</Data>
        <Data>11.9.972.8</Data>
        <Data>54521ffb</Data>
        <Data>c0000005</Data>
        <Data>00332ee4</Data>
        <Data>18c4</Data>
        <Data>01d0578fc31a5cf1</Data>
        <Data>E:\xxx\AppData\Roaming\Macromedia\Flash Player\www.macromedia.com\bin\adobeconnectaddin\adobeconnectaddin.exe</Data>
        <Data>E:\xxx\AppData\Roaming\Macromedia\Flash Player\www.macromedia.com\bin\adobeconnectaddin\adobeconnectaddin.exe</Data>
        <Data>15bb26ff-c383-11e4-8295-78acc0b92128</Data>
        <Data>
        </Data>
        <Data>
        </Data>
      </EventData>
    </Event>

    The add-in is version 11.2.385 from July 2013. I've tried uninstalling that version and reinstalling an add-in from this page (http://www.adobe.com/support/connect/downloads-updates.html) for Adobe Connect 8. That add-in at least allows me to launch my webcam, but it crashes 10-15 seconds later and Adobe Connect restarts.
    With the new add-in (the first one I referred to), the entire Adobe Connect session shuts down when I click to "allow" Adobe Connect to use my webcam. It never starts it at all.
    It's crashing with both internal and external cameras. It's more the clicking "allow" that crashes it, I think, because I've tried both. I prefer to use my internal camera on my new Asus laptop.
    And WOW, it DOES work as it should when launching in browser. Thank you for that piece of advice.

  • Adobe Connect not recognizing my DV camera

    Adobe Connect no longer will recognize my DV cameras (XL2 and GL2) via firewire 400 on a mac computer (os 10.7.5). I have tried signing in using the ?launcher=false  idea and I have installed the addin for adobe connect and os 10.7.2. Nothing works. Have tried different cables and camera's and macs.

    I am having the same problem - My Canon DV camera was working fine up until recently.  Wondering if it is a problem with Mountain Lion

  • Recorded Meeting plays audio from connect url but offline does not

    Hello,
    I recorded my meeting using audio from telephone conference (which is a nice new feature for 7.5 if not using one of the supported phone conferencing systems).  When I play the recording from the adobe connect site URL (or choose edit) the audio plays.  When I do a "make offline" it creates the presentation only with no audio.  Is this a limitation that I did not read about or am I doing something wrong?
    thank you

    use this code "Component control = player.getVisualComponent(); "
    instead of this code " Component control = player.getControlPanelComponent();"
    But if you want show both of them, modify as following
    Component control1 = player.getControlPanelComponent();
    Component control2 = player.getVisualComponent();
    then add the two control (control1 & control2 ) to your JFrame panel

  • How can I have access to the previous previous record?

    I know how to access the previous record, but I need to do some evaluation based on the previous previous record.
    This is the scenario:
    I need to write a header for the second record within each date if the specific condition has met.
    Any advice would be greatly appreciated....thanks
    I tried something like this but it didn't work
    Previous(Previous({storeprocedure;1.field}))

    As Debi says I dont think its possible, I tried to think of some logic using Variables but it was beyound me.
    I see you are using a Stored Procedure, I would therefore suggeste that you add a Previous to each record in there. Then in Crystal you can use Previous() to look at that new field effectively giving you what you want.
    In Oravle the LAG function will do what you want, not sure how you do it in SQL Server.
    Ian

  • Is it possible to use Adobe Connect as your LMS?

    My understanding is that it integrates into your current LMS...but the functionality it seems to accomplish what I need:  eLearning course hosting for my external customers, grading, certificates.  Any thoughts?

    Nicholas Souris wrote:
    The real questions is:  Can I get rid of my LMS and upload all my eLearning modules to Adobe Connect?  Can they be accessed on customer demand like a true LMS? or is Adobe Connect dependent on "starting" the Connect interface as an instructor and inviting participants in a virtual classroom.
    If I could use Adobe Connect for both my LMS and my Virtual Classroom, it would save thousands of dollars.
    By the way, trying to get an answer to this question from Adobe is like pulling teeth.  They are not in the LMS business and don't want to be.  Just because they have an LMS, doesn't mean they want to sell it, maintain it, and deal with all of the customer support a regular LMS needs to.
    Nick
    Nick,
    You may be right that I missed the mark on answer the question asked... guess I read a bit of what I thought the question should be, not what it was. Thanks for calling my attention to that.
    Can Connect be used as your LMS? Yes. There is the learning module which allows for delivery of on-demand training (Concurrent Learner licenses) and live training and tracking (Named Virtual Classroom Manager licenses). While Connect is more of a light weight LMS, it does fit most organiztions needs for user training delivery and tracking.
    For on-demand content there is no need to start the Connect interface (a meeting room is what I assume you are referring to), as the training Course (single object) or Curriculum (collection of learning objects) will have a single URL for access. If using a Virtual Classroom then the ondemand courses can be launched in the synchronus session and all attendees interactions will be tracked.
    If it helps, we have a description of the licensing for Adobe Connect here, Setting the Record Straight on Adobe Connect Licensing Again | RealEyes Media, in an attempt to help clarify what Connect can do. Let me know if I can answer any other questions.

  • Adobe Connect DON'T work under Debian 6

    I can't watch a recorded presentation through adobe connect.  I can watch it under windows 7, but not through Debian 6.
    How can I solve this?

    What flash version does it report as having according to http://www.adobe.com/software/flash/about/ and what are the symptoms when opening the meeting recording under Debian? Do you get the same problem on other meeting recordings on other servers, if this is possible to test?

  • Adobe Connect Desktop local Folder???

    Hi,
    I'm running Adobe Connect Desktop on Mac, and I've already one recordings in Zip.
    I would like to see this recording using the Adobe Connect Desktop offline function, the problem is that I can't find/define the folder where to put the Zip file.
    Can anyone help.
    Regards

    Enabling this feature takes a couple steps, but once it is done, you should be able to download the recordings for offline viewing.
    First, go to Administration > Compliance and Control > Recordings and Notice and check the box to Allow for distribution of local copies of recordings to end users
    Next browse to the desired recording(s) and go to the Edit Information page. This is done through the Edit Information if the recording is in the Content library, or by selecting the recording name and then the Edit link in the Recording Information header (not the Edit Recording button). Check the box for Allow Users to download copy to local device
    Now in Connect Desktop, you will see the Fetch button for recordings that are set up to allow local downloads.

  • I want to connect two microphones trough an AudioLink III hardware in Adobe Connect

    Hi everybody,
    I´m trying to connect an AudioLink III hardware in a Mac OS to use two microphones in the same meeting in Adobe Connect. But, I don´t know why, just it´s working one channel, not both. In another hand, using another sound hardware it works, but it didm´t work with the AudioLink III sound hardware.  Any idea?
    I have to say that in system preferences in the Mountain Lion Mac OS, the two channels from the AudioLink III is working property. The problem comes in my Adobe Connect meeting.
    I hope anybody can help us.
    Sorry for my grammar. Greetings from Spain.
    Javier Díaz-Toledo Gómez
    Instituto del Cine Madrid

    Hi Sameer,
    Yeah, I select the correct Audio input device, in this case, USB Audio. The program recognize the hardware, but just one of the two channels, that´s the problem. I tried under Windows SO too, but with the same results. I suppose that´s a problem with this hardware.
    Thanks for your answer and your time.
    Javier Díaz-Toledo Gómez
    Instituto del Cine Madrid

  • ISight doesn't register in Adobe Connect

    Hi. I need to take part in regular webinars using Adobe Connect for work. I had no trouble participating on my brand new Macbook Air until I (stupidly) allowed by battery to go flat mid-meeting. When I powered my Mac up and re-entered the online meeting room, Adobe Connect no longer recognized my built-in iSight camera. I now get an error message stating that no camera is detected whenever I try to connect my iSight.
    I have established that the problem is application specific. My camera works fine with other programs such as Photobooth and Skype. Uninstalling and reinstalling the Adobe Connect software has not resolved the problem.
    The problem does not appear to be user specific. My iSight camera does not appear in the USB device tree in System Information, even when I log in as a different user.
    Resetting SMC has had no affect.
    Any advice would be much appreciated.

    Bicyclebear wrote: ... I understand that it should show up as a USB device?
    Yes, it should.  However, if your camera works with ANY Apple app,
    your Mac must be recognizing your inbuilt camera.
    (Over time, Apple has changed the built-in camera's name on newer Macs
    from "iSight" to "FaceTime" and then to "FaceTime HD."  Regardless of the
    name of your Mac's built-in camera, the same info and troubleshooting applies.)
    If you cannot make your camera work with any Apple app when you try all
    relevant suggestions from Apple's How to Troubleshoot iSight article,
    check your System Info USB Hardware Items as shown in this example.
    Your information details will be different from that in this image, but you must
    check every USB tree element until you find your camera.
    If your camera does not show as a USB device in your System Information
    after using all relevant troubleshooting suggestions, you probably have a
    hardware fault.  There are no user serviceable parts of the camera.
    Contact Apple or an Apple-Authorized Service Provider for service.
    Message was edited by: EZ Jim
    Mac OSX 10.10.1

  • Cannot upload and share swf or captivate files in adobe connect

    I'm trying to add a Captivate 6 file to my meeting in Adobe Connect 8. I can publish to the server but when I open a pod in the meeting room and share the document, it will not show properly. It will continue to spin but never upload (in Chrome it freezes the screen and in IE it spins and makes awful white noise). Uploading different ways does not make a difference. I am able to upload PPT and Presenter files fine. I migrated to a new server in July and wonder if some configuration is wrong. Any suggestions on what to try next?

    I am assuming that you are using the direct option of publishing to Connect server. It will be worth the effort to try first publishing to a local ZIP file and then uploading the ZIP in Connect.

  • Adobe connect does not assign me as a host. What to do?

    The manual says that (when starting up a meeting in Adobe Connect) Adobe will assign me as a host automacally.
    With me this doesn't work.
    I just got my license yesterday, doe I have to change something in 'settings' of?
    What to do?
    Thank you for helping me!

    Hi KylieSabra,
    Did you acquire your extensions from Adobe Exchange? If yes, when the extension is to be installed, Extension Manager will check if the current user has purchased this extension( for paid extensions ). Then Adobe Application Manager might pop up to let the user input his accout --- adobe id, which is what you got.
    Thanks,
    Xiaoyi

  • Adobe Connect  Recordings are our of sync

    My coworker has recorded a few Adobe Connect presentations
    and most of them work well. However, when you play back two of
    them, the sound is out of sync with the video and it's unwatchable.
    Any ideas what might cause this?

    You should probably call Adobe support on this issue. They
    may have a resolution for you.
    Some times this comes up as users scrub or skip through the
    presentation. However it may also be something that needs to be
    adjusted on your server (either at Adobe or in house depending on
    how you are set up).
    There have been a few discussions at
    http://www.connectusers.com
    that also may have some answers for you.
    Jorma@RealEyes

  • Adobe Connect and LMS

    Hello,
    I am trying to obtain some information regarding the Adobe online LMS solution.
    I believe that it incorporates Adobe Connect.  I'd like to know the pricing using per user with courses that I create in Adobe Captivate 8.
    Also, I need some very robust reporting options and statistics right "out of the box".
    Any information is greatly appreciated.
    Thanks so much!

    dubgee,
    Licesning and pricing is not a forum appropriate discussion. I'd be happy to speak with you off forum if you would like. You can reach me at jorma[at]realeyesconnect.com, and I'll happily walk you through the licensing options for Connect and we can look a pricing for what will best fit you. If it helps, here is a reference we put together about the licensing available for Adobe Connect, Setting the Record Straight on Adobe Connect Licensing | RealEyes Media.

Maybe you are looking for

  • Two Media Folders? Different artwork for screensaver

    Hi all, Setup: - Macbook Air - Yosemite, OS X 10.10 - iTunes 12.0.1.26 - External HD - Match subscriber I have set up iTunes to have my media folder located on a portable hard drive and the library files (.itl, .xml, artwork etc) on the local machine

  • How to read the Guid

    Hi, Can anybody help me out how to read the Guid? Thanks

  • Caps stuck on. Login denied

    In the middle of writing an email the script turned to caps which I couldn't get rid of. Tried restarting but it took me to a 'safe boot' login page that I hadn't seen before. My password doesn't work. Caps still on? At no time was the caps log light

  • Path to install sap crpto library

    Hi Guys, I have installed SAP Crypto library in the path as below D:\usr\sap\SID\SYS\exe\uc\NTI386\sapcrypto.dll plz let me know whether i am pointing correctly. In the help.sap.com the path suggests as /usr/sap/SID/SYS/exe/run/sapcrypto.dll I dont h

  • Importing work format into keynote

    I need to have my companies slide theme for my keynote slides. How to i import a slide theme nto keynote so i can use it instead of the pre fab ones? thanks nancy