Error: Server accepted your connection, but refused your privilege to record?

Hi guys,
I'm developing an EJB application with Glassfish and Adobe Flash Media Server and MySQL at the backend. I have a page in my application with which I record a feedback of the user. I'm using the Adobe Media Flash server for this. I've set my host path to rtmp://localhost:1935/ as the flash server is installed on my local machine. I've loaded my application on Adobe Media Administration Console. Whenever I run this feedback page I get a "Server accepted your connection, but refused your privilege to record" error.
My js file as below:
Widget.VideoPlayer = Class.create(Widget, {
          classType: 'VideoPlayer',
          id: "videoPlayer",
          objectId: "videoPlayerObject",
          player: null,
          width: 500,
          height: 375,
           * Note that the instance of this object must be global and be named the same as the id so that the flash player can call it back.
          initialize: function(id, objectId, width, height) {
                    this.id = id || this.id;
                    this.objectId = objectId ||this.objectId;
                    this.width = width || this.width;
                    this.height = height || this.height;
                    if(typeof swfobject == "undefined")
                              return this.showError("The VideoPlayer widget requires that the swfobject library be imported");
                    this.createPlayer();
          createPlayer: function() {
                    var flashvars = {
                    var params = {
                              menu: "false",
                              scale: "noScale",
                              allowFullscreen: "false",
                              allowScriptAccess: "sameDomain",
                              bgcolor: "#99AAC9",
                              wmode: "opaque"
                    var attributes = {
                              id: this.objectId,
                              name: this.objectId
                    swfobject.embedSWF(
                              "/includes/swf/myapp/ProjmyappPlayer.swf",
                              this.objectId, this.width, this.height, "10.0.0",
                              "/includes/swf/myapp/expressInstall.swf",
                              flashvars, params, attributes);
                    // There is a delay before the object appears on the page and no callback event
                    var checkLoaded = setInterval(function(){
                              if($(this.objectId).tagName == "OBJECT") {
                                        try {
                                                  this.player = $(this.objectId);
                                                  this.setId(this.id);
                                                  this.player.player = this; // circular reference
                                                  clearInterval(checkLoaded);
                                                  this.dispatch("onPlayerCreate");
                                        } catch(ex) {
                                                  this.log("Failed Loading: "+ex);
                    }.bind(this), 500);
           * Player Invocations
          setId: function(id) {
                    this.id = id || this.id;
                              this.player.setId(this.id);
          setServer: function(serverName) {
                    this.player.setServer(serverName);
          setVideo: function(videoName) {
                    this.player.setVideo(videoName);
          setVideoServer: function(serverName, videoPath, videoName) {
                    this.player.setVideoServer(serverName, videoPath, videoName);
          setQueryParam: function(paramName, paramValue){
                    this.player.setQueryParam(paramName, paramValue);
          play: function() {
                    this.player.playVideo();
          pause: function() {
                    this.player.pauseVideo();
          record: function() {
                    this.player.recordVideo();
          stop: function() {
                    this.player.stopVideo();
          showError: function(message, title) {
                    title = title || "Video Player Error";
                    (new Widget.Dialog(title, message)).showDialog();
                    return null;
          enableWebcam: function(){
                    this.player.enableWebcam();
          setAllowReRecord: function(allowRerecord){
                    this.player.setAllowReRecord(allowRerecord);
          setRecordLimit: function(recordLimit){
                    this.player.setRecordLimit(recordLimit);
          showSettings: function() {
                    this.player.showSettings();
          showWebcamSettings: function() {
                    this.player.showWebcamSettings();
           * Player callback events
          onPlayStart: function() {
                    this.dispatch("onPlayStart");
          onPlayStop: function() {
                    this.dispatch("onPlayStop");
          onConnectingStart: function() {
                    this.dispatch("onConnectingStart");
          onRecordStart: function() {
                    this.dispatch("onRecordStart");
          onRecordStop: function () {
                    this.dispatch("onRecordStop");
          onConnectionFail: function() {
                    this.dispatch("onConnectionFail");
          onCameraReady: function(){
                    this.dispatch("onCameraReady");
          onPlayerReady: function() {
                    this.dispatch("onPlayerReady");
          onVideoExists: function() {
                    this.dispatch("onVideoExists");
          onSettingsClosed: function () {
                    this.dispatch("onSettingsClosed");
          onRecordBlocked: function () {
                    this.dispatch("onRecordBlocked");
          dispatch: function(event) {
                    window.document.fire(this.id+":"+event);
                    this.log("Fireing Event: "+this.id+":"+event);
          log: function(message) {
                    if(typeof console != "undefined")
                              console.log(message);
Please if anyone could help me remove this error. Thanks in advance.

This is an old discussion which was left unanswered due to long subject line. If this is resolved, please close the discussion.
This error you mentioned is coming as you do not have connectivity to BO server from your local system. The missing data is that part which are not being fetched by the connections in the dashboard. Still you may be able to see some data as those are probably dummy data used by the developer while creating the dashboard and not cleared from excel model before exporting.

Similar Messages

  • Error: Server output without connection to user

    Hi Experts,
    I am having an issue when calling the FM BAPI_CUSTOMER_DELETE using the JCO function calls.
    It is throwing the error, Server output without connection to use, it seems before BAPI sending the output it requires confirmation/user interfer to process the output. When I execute the FM in R/3, before deleting the customer it is requesting the confimation through a Pop Up window.
    I think, this is the same case happend in my case.
    Can any one advise me how to get rid of this confirmation from the JCO call itself.
    Thanks
    Chinna.

    Hi Chinna,
    Please check your JCO connection is successful or not under content administrator>webdynpro in the portal.
    Thanks
    Arun Jaiswal

  • Windows 2008 64-bit SQL Server 2008 64-bit Linked Server fails - ODBC connects but has issues

    Installed the 64 but Oracle 11g client and Oracle ODAC. 
    From SQL Server Management Studio run script :  exec master.dbo.xp_cmdshell 'PING OracleHostNameHere'        Ping was successful
    OraOLEDB.Oracle shows up in the Provider list.  Run This Script:
    EXEC master.dbo.sp_MSset_oledb_prop N'OraOLEDB.Oracle', N'AllowInProcess', 1
    GO
    EXEC master.dbo.sp_MSset_oledb_prop N'OraOLEDB.Oracle', N'DynamicParameters', 1
    GO
    EXEC master.dbo.sp_addlinkedserver @server = N'Nav14', @srvproduct=N'Oracle', @provider=N'OraOLEDB.Oracle', @datasrc=N'TheOracleHostName'
    EXEC master.dbo.sp_addlinkedsrvlogin @rmtsrvname=N'TheOracleHostName',@useself=N'False',@locallogin=NULL,@rmtuser=N'TheUser',@rmtpassword='ThePassWord'
    Msg 15015, Level 16, State 1, Procedure sp_addlinkedsrvlogin, Line 49     The server 'TheHostName' does not exist. Use sp_helpserver to show available servers.
    Did the same process on a Windows 7 32 bit Enterprise - ODBC Works after installing ODAC
    ODBC worked, shows list of Oracle servers - picked the server - ODBC successful - MS Access able to use that ODBC service.
    In Windows 2008 64 bit installed both Oracle 11g Client and 64 bit ODAC - ODBC opens, the list of oracle servers doesn't populate, hard code in the host name - ODBC reports Success.
    Another Person Suggested:  Win7 64-bit with Oracle 11g. Oddly enough, it ran differently when I opened a command prompt window as administrator and ran setup.exe with the suggested command-line options:
    setup.exe -debug -printtime -printmemory -printdiskusage -logLevel finest
    While it had previously been failed both by running setup from the Explorer windows as administrator and by running it from the command line as administrator - it died every time at the same point mentioned by others in this thread - just after this message appeared in the log:
    Get view named [SummaryUI]
    ( I have tried re installing with no success)

    Windows 7 Enterprise 32-Bit
    Installed the version 12 for 32 bit ODAC and it worked. The key is to Install as Administrator once it is unzipped.
    Was able to set up Listener then
    Was able to set up ODBC using the ODAC. Connect MS Access 2010 to the Oracle views.
    Then, tried to install the 64 Bit onto Windows 2008 Server.
    It locked up during installation both times.
    Installed ODAC without an error.
    However, the ODBC setup will not provide a list of the servers in the ODBC  TNS Service Name listbox for Server 2008.
    In Windows 7, it populates the TNS Service Name.
    The list box in Windows 2008 is empty.
    Do you know what would cause that?
    The .ORA file scrips look the same on Windows 2008 as they do on Windows 7 except it does not have the (server = Dedicated) argument.
    Thanks.

  • OEAP602 RLAN; print server fails to connect but laptop does

    This AM I tested a 602 with a Lexmark print server patched to rlan (4) in house.  It acquired its DHCP IP and functioned as expected.
    upon delivery of the 602 and print server to remote site, the print server fails to get a IP..
    Yes the 602 is alive and well but the WLC logs indicate:
    *apfMsConnTask_2: Jul 31 14:54:42.937: #APF-3-CHECK_SUPP_RATES_FAILED: apf_utils.c:379 Could not check supported rates. Missing Supported Rate. Length :0. Mobile MAC: 00:20:00:96:f0:16.
    In the past, supported bitrate for the rlan to work was 1 or 2 mbps.  Current code 7.6.120.0 I believe has the little bug fixed as I have all rates below 11 disabled and my other 13 rlan clients are working fine.
    any ideas?

    Error Message %APF-3-CHECK_SUPP_RATES_FAILED: Could not check supported rates.
    [chars]. Length :[dec]. Mobile MAC: [hex]:[hex]:[hex]:[hex]:[hex]:[hex].
    Explanation Could not check supported rates. Verify data rate on client.
    Recommended Action No action is required.
    The WLC was reading a message from the client, and the client did not tell the WLC what rates it could support.  This could happen because the packet from the client wasn't heard fully.  As well, some clients will see the WLC that they are associated to, and not the individual Device.  In this case, it is possible that the client didnt' send the supported rates, as it didn't see a change in BSSID>

  • I cant print from the internet, but can print off internet, error 20 prt not connected

    when I try to print my mail down, I get error message error #20
    printer not connected, but if I print my any of my files down the printer works(not from the internet)
    Can you tell me how to print test page for windows xp

    Try the '''''reset''''' described here: <br />
    http://kb.mozillazine.org/Problems_printing_web_pages#Reset_printer

  • IR web client server(0):Database connection information not accessible.

    Hi,
    We upgraded our system from Hyperion 9.3 to EPM 11.1.2.2. We mainly use the reporting tools SQR production and Interactive reporting.
    Using workspace as an admin if I run a BQY everything works fine but when I try to do the same as other users I get the error "server(0):Database connection information not accessible. Processing is disabled" from the
    I have migrated everything form the old version and haven't changes anything since. It looks like a provisioning issue and I tried looking and comparing everything from the present production(old 9.3 system).
    Did anyone else face the same issue before? Any suggestions on where to look into.
    Thank you in advance.

    Hi ,
    You have to go to my oracle support website link is : https://support.oracle.com/epmos/faces/MosIndex.jspx?_afrLoop=7929796452543&_afrWindowMode=0&_adf.ctrl-state=113hdvh7xd_4
    login with your oracle ID and password you have for your company and search for the document number in the "search knowledge base" which will show up on the top right corner of the page.
    The search will show you the document and you can access it.
    Hope this helps.

  • Blackberry torch 9800 wifi connected but no internet

    hi i am using blackbery torch 9800.its giving error that wifi is connected but no internet connection.please help me

    Hi and Welcome to the Community!
    With a strong carrier network signal (e.g., not merely WiFi), I suggest the following steps, in order, even if they seem redundant to what you have already tried (steps 1 and 2 each should result in a message coming to your BB...please wait for that before proceeding to the next step):
    1) Register HRT
    KB00510 How to register a BlackBerry smartphone with the wireless network
    Please wait for one "registration" message to arrive to your Messages app
    2) Resend Service Books
    KB02830 Send the service books for the BlackBerry Internet Service
    Please wait for "Activation" Messages, one per already configured email account, to arrive in your Messages. If you have no already configured email accounts, please wait 1 hour.
    3) Reboot
    With power ON, remove the back cover and pull out the battery. Wait about a minute then replace the battery and cover. Power up and wait patiently through the long reboot -- ~5 minutes.
    See if things have returned to good operation. Like all computing devices, BB's suffer from memory leaks and such...with a hard reboot being the best cure.
    Hopefully that will get things going again for you! If not, then you should contact your mobile service provider for formal support and to ensure that you are subscribed to a data plan from them that is adequate to use the services you desire (many services require a data plan, even if the method of access is only WiFi).
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • I have downloaded Disney HD tv to my sons ipod touch, but when he goes to watch it on his ipod we get the following error "Please check your connection and restart the application" or cannot connect to server". How can I fix this?

    I have downloaded Disney HD tv shows to my son ipod touch, but when he goes to to watch it we get the following error message " or "cannot connect to the server" How can we fix this?  Thank you

    You have to enter the Apple ID and password. You are running into the Activation Lock
    iCloud: Find My iPhone Activation Lock in iOS 7
    Is there a way to find my Apple ID Name if I can't remember it?
    Yes. Visit My Apple ID and click Find your Apple ID. See Finding your Apple ID if you'd like more information.
    How do I change or recover a forgotten Apple ID Password?
    If you've forgotten your Apple ID Password or want to change it, go to My Apple ID and follow the instructions. SeeChanging your Apple ID password if you'd like more information.

  • "An error occurred when communicating with the server. Check connectivity with your administrator to determine whether further action is necessary", then attempt to approve TimeSheet.

    Kind day, colleague.
    It was required to organize a statement chain for TimeSheet of employees, as we realized. Everything is good, but at linear managers in PSW opportunity to execute Approve when viewing TimeSheet of the employee remained, and in attempt to approve TimeSheet there
    is a mistake.
    500 Internal Server Error
    "An error occurred when communicating with the server.  Check connectivity with your administrator to determine whether further action is necessary. "
    Accept, is carried out as it is necessary.
    It is a bug or we not correctly realized approval chain?

     issue is  related to the user booking time against a task that was past the finish/end date listed in the Project Schedule.
    To resolve the user needs to submit their time on a valid task that is still within the current reporting timeframe, or have the Project Manager
    update the task in questions so that the finish/end dates are at or beyond the submission period and then republish the project. After that, the user should be able to go in and submit their timesheet with success.
    http://patrickdrews.com/2012/09/project-server-2010-timesheet-submission-produces-an-error-occurred-while-communicating-with-the-server/
    kirtesh

  • I recently updated to iOS 8.0 on my Ipad however when i try to agree to the new terms and conditions i get an error message saying either 'Cannot connect to server' or 'Your session has timed out please try again' what can be done to resolve this?

    Hi, I recently updated to iOS 8.0 on my Ipad mini however when i try to agree to the new terms and conditions i get an error message saying either 'Cannot connect to server' or 'Your session has timed out please try again' what can be done to resolve this problem? Also i cannot download anything from the App store as a result of this.

    Can you check the Object Security for the Analysis Menu and Export button and see if it is restricted?
    Also, is this a Oracle DB?  IF so, has the following 32 bit Oracle Client components been isntalled:
    Oracle Objects for OLE
    Oracle Data Provider for .NET
    Oracle Providers for ASP.NET

  • I was updating my ipad 2 and got it disconnected and its not responding,giving a blank screen with apple logo. when i connect it to itunes then it is giving an error that enter your passcode but the screen is blank how can enter my passcode?

    I was updating my ipad 2 and got it disconnected and its not responding,giving a blank screen with apple logo. when i connect it to itunes then it is giving an error that enter your passcode but the screen is blank how can enter my passcode?

    What to Do When Your iPad Won't Turn On
    http://ipad.about.com/od/iPad_Troubleshooting/ss/What-To-Do-When-Your-Ipad-Wo-No t-Turn-On.htm
    iOS: Not responding or does not turn on
    http://support.apple.com/kb/TS3281
    iPad Frozen? How to Force Quit an App, Reset or Restart Your iPad
    http://ipadacademy.com/2010/11/ipad-frozen-how-to-force-quit-an-app-reset-or-res tart-your-ipad
    iPad: Basic troubleshooting
    http://support.apple.com/kb/TS3274
    iOS: Resolving update and restore alert messages
    http://support.apple.com/kb/TS1275
    iPad: Unable to update or restore
    http://support.apple.com/kb/ht4097
     Cheers, Tom

  • I am going through startup on Macbook Air 11.  When I get to the "Sign in with Your Apple ID" screen, I keep getting the message, "Couldn't sign in because of server error."  I am connected to wifi.  Any ideas on how to proceed?

    I am going through startup on Macbook Air 11.  When I get to the "Sign in with Your Apple ID" screen, I keep getting the message, "Couldn't sign in because of server error."  I am connected to wifi.  Any ideas on how to proceed?

    Hello KathyBrust
    Check out the article below to go over a few troubleshooting steps with issues connecting to iCloud. If you are still stuck, there are other resources to get a resolution.
    iCloud: Account troubleshooting
    http://support.apple.com/kb/ts3988
    Regards,
    -Norm G.

  • HT201413 one day i loggged on and all it said was acssecing itunes store but never got there. then a message came up saying "could not connect to itunes server. check your connection and try again later". what should i do?

    one day i loggged on and all it said was acssecing itunes store but never got there. then a message came up saying "could not connect to itunes server. check your connection and try again later". what should i do?

    With those symptoms, I'd try the following document:
    Apple software on Windows: May see performance issues and blank iTunes Store
    (If there's a SpeedBit LSP showing up in Autoruns, it's usually best to just uninstall your SpeedBit Video Accelerator.)

  • HT1212 IPAD is Disabled, tried to connect via itunes but get error "iTunes could not connect to the [device] because it is locked with a passcode. You must enter your passcode on the [device] before it can be used with iTunes."

    IPAD is Disabled, tried to connect via itunes but get error "iTunes could not connect to the [device] because it is locked with a passcode. You must enter your passcode on the [device] before it can be used with iTunes."

    iOS: Device disabled after entering wrong passcode
    http://support.apple.com/kb/ht1212
    How can I unlock my iPad if I forgot the passcode?
    http://tinyurl.com/7ndy8tb
    Using iPhone/iPad Recovery Mode
    http://ipod.about.com/od/iphonetroubleshooting/a/Iphone-Recovery-Mode.htm
    Saw this solution on another post about an iPad in a school enviroment. Might work on your iPad so you won't lose everything.
    ~~~~~~~~~~~~~
    ‘iPad is disabled’ fix without resetting using iTunes
    Today I met my match with an iPad that had a passcode entered too many times, resulting in it displaying the message ‘iPad is disabled – Connect to iTunes’. This was a student iPad and since they use Notability for most of their work there was a chance that her files were not all backed up to the cloud. I really wanted to just re-activate the iPad instead of totally resetting it back to our default image.
    I reached out to my PLN on Twitter and had some help from a few people through retweets and a couple of clarification tweets. I love that so many are willing to help out so quickly. Through this I also learned that I look like Lt. Riker from Star Trek (thanks @FillineMachine).
    Through some trial and error (and a little sheer luck), I was able to reactivate the iPad without loosing any data. Note, this will only work on the computer it last synced with. Here’s how:
    1. Configurator is useless in reactivating a locked iPad. You will only be able to completely reformat the iPad using Configurator. If that’s ok with you, go for it – otherwise don’t waste your time trying to figure it out.
    2. Open iTunes with the iPad disconnected.
    3. Connect the iPad to the computer and wait for it to show up in the devices section in iTunes.
    4. Click on the iPad name when it appears and you will be given the option to restore a backup or setup as a new iPad (since it is locked).
    5. Click ‘Setup as new iPad’ and then click restore.
    6. The iPad will start backing up before it does the full restore and sync. CANCEL THE BACKUP IMMEDIATELY. You do this by clicking the small x in the status window in iTunes.
    7. When the backup cancels, it immediately starts syncing – cancel this as well using the same small x in the iTunes status window.
    8. The first stage in the restore process unlocks the iPad, you are basically just cancelling out the restore process as soon as it reactivates the iPad.
    If done correctly, you will experience no data loss and the result will be a reactivated iPad. I have now tried this with about 5 iPads that were locked identically by students and each time it worked like a charm.
    ~~~~~~~~~~~~~
    Try it and good luck. You have nothing more to lose if it doesn't work for you.
     Cheers, Tom

  • Why is Adobe website refusing to validate my Adobe Acrobat package ? The error messages says: "Your computer seems to be offline.  An Internet connection is required . Please connect to the internet and try again".  My computer is already online. it says

    Why is Adobe website refusing to validate my Adobe Acrobat package ? The error messages says: "Your computer seems to be offline.  An Internet connection is required . Please connect to the internet and try again".  My computer is already online. it says this each time I try to validate my package.

    Hi justuser,
    Please try the steps mentioned in the 'Troubleshoot connectivity issues' section of the KB: Sign in, activation, or connection errors | CS5.5 and later
    Regards,
    Rave

Maybe you are looking for

  • Mouse Pointer Position Hotkeys

    I wall start by saying, as far as all this scripting goes. I only know that it's called scripting. That being said. Here is what I need : A way to toggle the ability to snap my mouse pointer to predefined coordinates on the screen by pressing a butto

  • Adding scroll bars to a frame

    Hi, I have a frame that pops out from my applet, and I want to add scroll bars to this frame. Using JScrollPane does not work. The scrollbars do not show up even when the image that is displayed on the frame does not fit in the current frame size. Is

  • Photoshop CC keeps needing to update

    Several hours after I install the Photoshop CC update the creative cloud app tells me I need to update it gain. There are no errors messages, after each update it says it's sucessful, but it always comes back. I'm using OSX 10.8

  • Screen saver not starting after 10.9.2 update!

    After installing the most recent update from Apple, 10.9.2.  My screen saver will not start if the time is set to anything higher that 1 minute. I have done a RAM refresh and all so trtied it with other users on the Mac and it still wont start. Anybo

  • I have a question about Adobe Flash Player 10.1 Beta for Mobile.

    Hi everyone. I'm newbie at forum , if I opened this topic to the wrong place ; please , excuse me I'm an HTC HD2 user. And I noticed that ; Flash 10.1 support to the Android OS had come to HTC Google Nexus One , with "Froyo" update. I watched some vi