Cannot view SharedObject data in Admin Console

I'm attempting to view Shared Object data in my FMS Administration Console, but I consistently get the error:
Object encoding error; terminating connection
I'm using Flex 3 with FMS 3.5, I'm positive that everything is using AMF3. The Shared Objects do seem to work - I can connect to the shared object through another instance of the app and pull saved data - but they are not inspectable in the administration console. Also,  very often when a new instance connects to the server I get a RangeError and all of my Flash Player instances crash. Any idea what could possible be going on?

Hi,
It is documented. Pls visit http://help.adobe.com/en_US/FlashMediaServer/3.5_AdminGuide/WS5b3ccc516d4fbf351e63e3d119f2 925f73-7fef.html#WS5b3ccc516d4fbf351e63e3d119f2925f73-7ff0 for the details about the same.
More over, did you set "application.allowDebug" property to true in your server side code or in the Application.xml
<Application>
<Debug>
<AllowDebugDefault>true</AllowDebugDefault>
</Debug>
</Application>
you have to make debug connections to view your shared objects in admin console.
Regards,
Janaki L

Similar Messages

  • Multiple instances of jobs showing in Data Services Admin Console

    When running jobs, there are multiple instances of the job showing in the admin console and when viewing any of the logs they are not associated with that job. We have had this in the past, and, I believe, it relates to an internal counter in one of the AL_* table which has wrapped to the start and this causes the admin console to see broken/cartesian joins and display multiple instances. However, I now cannot find how to resolve this. Any help would be appreciated.

    what is the version of DS/DI ? what is DS/DI Repositroy Database Type
    did you manually delete data from AL_HISTORY table ?

  • Installed BPC 7.0 for MS, but cannot connect to server in admin console

    I have installed BPC 7.0, and in the server manager, everything is ok, and seems to be running and there are no errors.  When I attempt to connect to the server with the Admin Console, I am getting the following error:
    "The sstem cannot connect to the XXXXX Application server.  Verify that you have Specified a valid Application server name, or see if the Application server is unavailable at this time"
    any help would be appreciated.

    Hi,
    I would request you to try few things.
    1. This is might be because there are other processes using port 1080.
       Log on to the application server via Remote Desktop.
       Open Task Manager and select the Processes tab.
       Select ManagementAgentNT.exe and choose End Process.
       Select RouterNT.exe and choose End Process.
       Log into IIS and START the Default Website.
    2. Another possible cause can be if the Server and Client are running different versions of BPC. If the version of BPC is different on the server and the client then an uninstall will need to be done on the client
    3. The APPINFO.XML file is corrupt. Delete the APPINFO.XML file located on the client machine in folder "My Documents\OutlookSoft" and login again using the connection wizard.
    Hope one of the above resolves your issue.

  • I cannot find webmail in the admin console

    Help! I have paid hosting site with email accounts and the instructions say that there is a webmail link in the BC admin console. I cannot fine it ANYWHERE.
    The second option suggest entering mail.mydomain.com. This is not working either. I was able to use this method yesterday, but not today.

    Hi ImagineArts,
    It is best to contact our instant chat support here Contact Customer Care -> click on 'still need help? contact us' button and then chat now so we have exact details to investigate this further.
    Best Regards,

  • Cannot view cube data in mmeasure data viewer

    I am using AWM(10.2.3A) with Oracle EE 10g(10.2.1)with the appr patchset(for enabling OLAP option).
    I have created dimensions(time,product),cube (cube1),measures (sales) in a AW,
    and mapped it to the source tables as well.
    in time dimension,i created levels like,year,quarter,month
    in product i created just 1 level,drink.
    time i mapped to a year_table table which i created as follows:
    create table year_table(yid number,year varchar2(30),qid number,qtr varchar2(30),mid number primary key,month varchar2(30));
    product i mapped to product_table which i created as follows:
    create table product_table(pid number primary key,product varchar2(30));
    sales i mapped to sales_table which i created as follows:
    create table sales_table(id number primary key,mid number,pid number,sales number));
    for all tables i inserted values.
    when i did a maintain on AW,it was successfull.
    after maintaining ,when i try to view data on my cube,using Measure Data Viewer,
    I was able to see my dimensions,but no data.
    also in AWM right hand canvas in mappings when i do a right click on my fact table(for cube mapping) i am not able to see the. data.
    Can anybody help me in this regarrd.

    If you check the OLAPSYS.XML_LOAD_LOG table you will find the log for your build. Did you manage to load any dimension members? The log will tell you how many records were loaded and how many were rejected.
    It is strange that you cannot view the source data from your fact table. Try launching AWM using the AWMC.EXE file. This will launch AWM via a command window. All error messages will be recorded in this window. Try viewing the data from your source table and see if any additional error messages are recorded in the log window.
    One thought - when you connect to AWM do you provide a full JDBC connect string (host:port:sid) or do you supply a TNSNAME entry? Try using the JDBC connection string and see if that resolves the problem.
    Keith Laker
    Oracle EMEA Consulting
    BI Blog: http://oraclebi.blogspot.com/
    DM Blog: http://oracledmt.blogspot.com/
    BI on Oracle: http://www.oracle.com/bi/
    BI on OTN: http://www.oracle.com/technology/products/bi/
    BI Samples: http://www.oracle.com/technology/products/bi/samples/

  • Data warehouse Admin Console - MySQL Physical Data Source

    We have some tables on a MySQL database that we'd like to include in our ETL process. The data is to be loaded into our Oracle 11g R1 data warehouse after the transformations are completed.
    Everything works with the exception of adding a physical data source in the DAC (Data warehouse administration console) for the MySQL database. There is no connection type for this database. I don't see how it's setup in the documentation.
    Can someone explain what needs to be done or direct me to the docs? Or, can this be done?
    Does it have to be done? The connection details are stored in the odbc.ini file on the server. So that's managed by Informatica. Will the workflow call from the DAC be sufficient?
    Thanks,
    LWatkins
    DAC 10.1.3.4.0.20080729.2025
    Informatica PowerCenter 8.1.1
    AIX 5.3/64Bit
    OBIA 7.9.5
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit
    MySQL 5.5
    Edited by: LWatkins on Mar 25, 2013 12:32 PM

    I would suggest this work only if you are able to connect MySQL thru Informatica;
    1) Create Connection in Worflow Manager and try to use the same connecton in sessions and try to avoid parameters from dac
    2) Create same connection in DAC pointing to Oracle or MSSQL or DB2
    3) Add tasks in DAC and do not add source and target tables
    Another workaround to handling full loads using dac system variables or any other
    If helps mark
    Edited by: Srini VEERAVALLI on Mar 25, 2013 4:49 PM

  • Cannot view xml data with firefox, but other browsers can

    i cannot see xml based data in google-maps on one site :
    http://www.spotster.com/test_site/main_page.html
    but i can see it on the test site:
    http://www.zodiacinsight.com/index1.html
    and chrome browser sees the data in both sites...

    There may be a problem with that XML file, see the Tools > Error console
    *http://www.spotster.com/test_site/php/sortSpots.php
    <pre><nowiki>XML Parsing Error: not well-formed
    Location: http://www.spotster.com/test_site/php/sortSpots.php
    Line Number 66, Column 593:</nowiki></pre>

  • Cannot view the data in DSO

    Hello All,
    I have done an init/delta upload and then loaded the records to DataStore object.It successfully showed the no. of records trasferred ,but when I click the execute button to see the contents of DataStore object,it is blank.
    Can any1 expalin this?
    Also can u tell me what is the exact difference between Keyfields and Datafields in DSO.
    Is it again the characteristics and keyfigures?
    Thanks in advance,
    Chintu.

    hi Chintu,
    check the 'add records' beside 'transferred records',
    and have you activated data ?
    ods keyfields will determine the update.
    check
    http://help.sap.com/saphelp_nw2004s/helpdata/en/4a/e71f39488fee0ce10000000a114084/frameset.htm
    Additional restrictions:
    -         You can create a maximum of 16 key fields (if you have more key fields, you can combine fields using a routine for a key field (concatenate).)
    -         You can create a maximum of 749 fields
    -         You can use 1962 bytes (minus 44 bytes for the change log)
    -         You cannot include key figures as key fields
    http://help.sap.com/saphelp_nw2004s/helpdata/en/f9/45503c242b4a67e10000000a114084/frameset.htm
    hope this helps.

  • User cannot view costing data in MM03/MD04

    A user who used to have access to view the costing field in MM03/MD04 has lost the ability to display this data due to a role removal during a 'role consolidation' project. He still has access to the transactions just not the costing field he needs to perform his job. Does anyone know of a quick fix for this? I'm fairly new in my position as a Business Analyst for Production Planning and would appreciate any help with this.
    Nick

    Hello Nick,
    You can first check one thing if the views are consistent per note 113966.
    Please use the report ZRMMMSTAT from the note 113966.
    If the view are fine then please check if the user has correct authorisation for object M_MATE_STA.
    Hope this helps.
    Regards
    Amber

  • I cannot view reports on an remote console

    Hello,
    I installed System Center Service Manager 2012 R2 console on a Windows 8 machine. It cannot connect to the SQL Reporting Services server. So I cannot see any report. But I can see everything if I access the Report Manager website on this machine.
    However, the local console works as expected. And I installed some other consoles, which are all worked.  Where can I start to troubleshoot this issue?
    Thanks!
    Yog Li

    If you use proxy into IE, you need add your server with scsm reports to exceptions for your browser.
    SCSM console uses http url for  connect to reports.

  • Cannot view Master Data Services Models with Excel Add-In, using MSSQServer 2014 Trial and Excel 2010 (non-trial)

    I'm using using MSSQServer 2014 Trial with Master Data Services installed. I have connected to the MDS server with the Excel 2010 MDS Add-In. 
    Models are not listed in the Add-In's Explorer browser. When I open the MDS server with IE, no models are listed either.
    I can view them locally on the server in IE.
    There are no remote DB access issues.
    Is it just that the 2014 Trial version does not supply this info remotely??

    Was a Model Permission issue. Fixed here: http://technet.microsoft.com/en-us/library/ff487055.aspx
    Would be good if the interface would show some kind of alert to that fact.

  • Data Services Admin Console "Read Timed Out"  via Job Monitor Log Tab.

    Hi All,
    I am getting the "Read Timed Out"  via Job Monitor Log Tab issue, when large ETL jobs are being executed.
    Is there a resolution for this issue.
    Thank you
    Kind regards
    Hai.

    Hi Manoj,
    I have checked the UNIX server and the admin.xml is not located in advised location.
    The only two file that are in the advised location are:
    - ContentTypes.xml 
    - PythonAPI.xml
    I have another install of data service (default installation) on a windows environment, and I checked the advised location and the file is there.
    Is it possible to copy the windows admin.xml to the Unix server.
    Thanks
    Kind regards
    Hai.

  • Cannot view measure data

    Hi, I created and deployed this simple cube:
    Dimensions: CITY(dim_key,city_id, city_source_id,city_name, province_id, province_source_id, province_name)
    MONTH(dim_key,month_id, month_source_id,month_name, year_id, year_source_id, year_name)
    Cube: (city, month, population), where population is the measure.
    I followed the creating cube wizard, which has created tables, and i inserted 3 rows in each table (also the population number), deployed dimensions and cube (only in catalog).
    When I try to drill down in the 'view data' of each dimension I can see the gerarchy, when I try to view data in the cube the OLAP windows appears, with months in columns and cities in rows, but the meausure cell is empty!
    What can be? it seems so simple to create this cube i don't understand why in AWM worked but in OWB not...
    thanks!

    Are you using an OWB time dimension? If so read on......
    The time dimension keys are stored as follows in the AW;
    Day Level - YYYYMMDD
    Month Level - YYYYMM
    Week Level - YYYYWW
    Quarter - YYYYQ
    Year - YYYY
    If you have a source that has a SQL date datatype for example and want to construct the key for a cube's time dimension at the day level something like the following expression can be used to construct the time reference from a SQL date...
    to_number(to_char( time_key, 'YYYYMMDD'))
    The result of this expression can be used as input to the cube's time dimension attribute. I'm pretty sure this format is true for relational too.
    Cheers
    David

  • Unavailable or Initialization problem when viewing the servlets from admin console

    Hi
    I am on Weblogic 5.1.0. I connect to myServer which comes configured by
    default. When i see the
    registered servlets inside HTTP, on the console i see Unavailable or
    Initialization problem on every
    servlet that i select. Also when i try to load the servlet, it gives me the
    following error :--
    Property Change error for property "Load". Unable to load servlet.
    This is happening for all the servlets which are inside the General
    application inside HTTP tab.
    But when i executing the servlet examples that comes along with Weblogic,
    those examples are
    working fine.
    Also, i started my console and started the "myServer" instance and attached
    it to the console. But due to
    some reason my console hung. So i closed down the console window by pressing
    the browser close button.
    The weblogic server instance of "myServer" was still running. Then i started
    the console again and attached the
    running weblogic server instance of "myServer" to the console and went to
    servlets. This time all the servlets
    show "Previous Class Load Problem".
    Why all this is happening. Has this any where documented how to use the
    Weblogic console and Weblogic server
    instances. I have gone thru the Installation documentation of Weblogic but
    nothing like this has been mentioned over
    there.
    Thanks for ur help
    Niranjan

    Hi,
    Try to find which object causing high cpu usage following Oracle Doc ID 779349.1.
    by looking into the files then we can find what would be exact cause of this issue.
    Regards,
    Kalyan

  • Deletion of huge master data from Admin console

    Dear All
    we are using EPM 10 of SP16. By mistake we have loaded wrong md to one of the dimension.
    we are trying to delete master data from a dimension with specific filter on one of the property.
    we are getting the errror  repeatedly...
    "An exception of type 'CX_SY_CONVERSION_CODEPAGE' occurred, that was not caught anywhere in the call hierarchy. It was not handled locally or declared using a RAISING clause."
    "Unhandled Error (HTTP Status:500): Error #1009"
    Steps followed.
    1. Deleted small small amounts of MD [ 100 to 200 at a time]. and then processed. It went fine. but the deleted members came back.
    2. 'CX_SY_CONVERSION_CODEPAGE'  exception while processing dimension : Followed this note and refreshed dimension cache. Even after which we are getting above error and all the deleted md has come back.;
    There are nearly 50,000 records needs to be deleted asap.
    Can somebody please help us...
    thanks
    Prasad

    Hi Prasad,
    I think you have to follow this note, for large volume of master data, 1672453 - BPC 10 NW Unhandled Error (HTTP Status: 500) Error #1009. Unable to Save or Process Master Data
    Regards
         Roberto

Maybe you are looking for