HELP: XML or Data Grid failing from server

Help,
I am working a proof-of-concept flash function for a client
that reads an XML file into a data grid. As coded, it works great
when I run it locally, but when I transfer it to the web server it
doesn't work (grid object shows but no data). And I guess I don't
understand remote debugging because when I "Begin remote debugging
session" and then "Open from site" it appears to download and
again, runs fine.
The the remote SWF is located at
http://www.gw-webs.com/TSI/teamTSI.SWF.
The XML and HTML are also located in the same remote folder.
The code is all in Frame 1 of the file (not in a movie clip):
_global.nameAR = new Array;
_global.titleAR = new Array;
_global.biographyAR = new Array;
_global.contactAddressAR = new Array;
_global.contactPhoneAR = new Array;
_global.contactEmailAR = new Array;
_global.pictureFileAR = new Array;
_global.ARindex = 0;
hd_name._visible = false;
hd_title._visible = false;
hd_biography._visible = false;
hd_phone._visible = false;
hd_email._visible = false;
hd_mail._visible = false;
function processXMLData(xml:XML)
var i :Number = 0;
var num:Number = xml.firstChild.childNodes.length;
for (var i = 0; i < num; i++) {
_global.nameAR
=
xml.firstChild.childNodes.childNodes[0].childNodes[0].nodeValue;
_global.titleAR
=
xml.firstChild.childNodes.childNodes[1].childNodes[0].nodeValue;
_global.biographyAR
=
xml.firstChild.childNodes.childNodes[2].childNodes[0].nodeValue;
_global.contactAddressAR
=
xml.firstChild.childNodes.childNodes[3].childNodes[0].nodeValue;
_global.contactPhoneAR
=
xml.firstChild.childNodes.childNodes[4].childNodes[0].nodeValue;
_global.contactEmailAR
=
xml.firstChild.childNodes.childNodes[5].childNodes[0].nodeValue;
_global.pictureFileAR
=
xml.firstChild.childNodes.childNodes[6].childNodes[0].nodeValue;
var dataAR = new Array;
for (i = 0; i < num; i++) {
dataAR
= ({Name: _global.nameAR, Title: _global.titleAR
dg_team.dataProvider = dataAR;
var xmlData=new XML();
System.useCodepage = true;
xmlData.ignoreWhite=true;
xmlData.onLoad = function(ok:Boolean) {
if (ok) {
processXMLData(this);
} else {
trace("XML did not load");
// Create data grid click listener object
var dgListener:Object = new Object();
dgListener.cellPress = function(evt_obj:Object) {
i = evt_obj.itemIndex;
if (_global.nameAR <> null) {
hd_name._visible = true;
tx_name.text = _global.nameAR
else {
hd_name._visible = false;
tx_name.text = "";
if (_global.titleAR <> null) {
hd_title._visible = true;
tx_title.text = _global.titleAR
else {
hd_title._visible = false;
tx_title.text = "";
if (_global.biographyAR <> null) {
hd_biography._visible = true;
tx_biography.text = _global.biographyAR
else {
hd_biography._visible = false;
tx_biography.text = "";
if (_global.contactPhoneAR <> null) {
hd_phone._visible = true;
tx_phone.text = _global.contactPhoneAR
else {
hd_phone._visible = false;
tx_phone.text = "";
if (_global.contactEmailAR <> null) {
hd_email._visible = true;
tx_email.text = _global.contactEmailAR
else {
hd_email._visible = false;
tx_email.text = "";
if (_global.contactAddressAR <> null) {
hd_mail._visible = true;
tx_mail.text = _global.contactAddressAR
else {
hd_mail._visible = false;
tx_mail.text = "";
xmlData.load("teamTSI_en.xml");
// Add listener.
dg_team.addEventListener("cellPress", dgListener);
stop();

1. your link is 404.
2. use the attach code option to display code: your code in
mangled and difficult to read
3. when using the "new" constructor you should use
parentheses following the class name. (eg, _global.nameAR = new
Array(); )
4. the usual problem is asynchronous (and delayed) loading
when an application is placed online. that doesn't appear to be
your problem, but it's difficult to read your code and quickly spot
that. the 2nd most common problem would be a typo. (eg,
"teamTSI_en.xml" should be "teamTSI_EN.xml" )

Similar Messages

  • Please help me on Data Grid or Smiliar thing in JSP ?

    I am developing a J2EE application where I have the following scenario:
    On a JSP Page there's a button 'Fetch' which when clicked fetches some dynamic records based on some criteria from the Oracle DB and displays them on the JSP page.
    Now these records, say 50, have to be displayed in a table like format where the first column of every row will be a radio button.
    Now as I click any one radio button and click on the submit button below my records table, the next page should read the entire record corresponding to that particularly clicked radio button.
    In .NET , I have heard of Data Grids API doing this, but in Java I don't find any solution on how to implement this UI situation.
    Any custom tags or API known to you for this, please share.
    Awaiting for your creative responses. :)

    I think you all aren't able to interpret my problem statement correctly.I don't see any evidence of that. All I see is evidence that you didn't understand any of the responses.
    If DataGrids and their action triggering would have been a plain HTML/Javascript thing then perhaps there hadn't been separate APIs in other web languages for this.The conclusion is that you should be using one of those, such as JSF, as you were already advised in all those inadequate responses. Alternatively you can continue to fantasize that such a facility is present in JSP when it isn't.
    just thought if some geek could help me out on developing this specific APIYou may have thought it but you didn't ask for it. You asked for 'Any custom tags or API known to you for this, please share'. You got the answer to the question you asked.
    I've no option but to proceed on my own.I agree.

  • Data load fails from DB table - No SID found for value 'MT ' of characteris

    Hi,
    I am loading data into BI from an external system (oracle Database).
    This system has different Units like BG, ROL, MT (for Meter). While these units are not maintaned in R3/BW. They are respectively BAG, ROLL, M.
    Now User wants a "z table" to be maintained in BW, which has "Mapping between external system Units and BW units".
    So that data load does not fail. Source system will have its trivial Units, but at the time of loading, BW Units are loaded.
    For example -
    Input Unit (BG) -
    > Loaded Unit in BW (BAG)
    Regards,
    Saurabh T.

    Hello,
    The table T006 (BW Side) will have all the UOM, only thing is to make sure that all the Source System UOM are maintained in it. It also have fields for Source Units and target units as you have mentioned BG from Source will become BAG. See the fields MSEHI, ISOCODE in T006 table
    If you want to convert to other units then you need to implement Unit Conversion.
    Also see
    [How to Report Data in Alternate Units of Measure|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b7b2aa90-0201-0010-a480-a755eeb82b6f]
    Thanks
    Chandran

  • Using drag/drop to build data grid rows from multiple lists ?

    Hi,
    I have implemented some simple drag and drop between grids and lists, including images.
    What I need to do now is quite a bit more complex:
    Create rows in a data grid by dragging and dropping from multiple lists. That is, for a given
    row, column 1 receives data from list A and rows in column 2 - 5 receive data from List B
    I haven't found any examples that do this and my initial hacks haven't been successful.
    If you have any suggestions, they would be most appreciated !!!
    Thanks !  

    This does the trick...
    For my destination grid
    protected function dg_dragDropHandler(e:DragEvent):void
    // Dynamically add columns to the grid by dragging them from the new column list
                    if (e.dragInitiator["id"] == "lNewColumn")
                        e.preventDefault();    // handle this manually
                        var Id:Number;
                        var Name:String;
                        var numCols:int = e.dragInitiator["selectedItems"]["length"] as int;
                        for (var i:int=0; i < numCols; i++)
                            Id = e.dragInitiator["selectedItems"][i]["id"];
                            Name = e.dragInitiator["selectedItems"][i]["Name"];
                            addGridColumn(Id, Name);
    private function addGridColumn( Id:Number, Name:String ):void
                    var dgc:DataGridColumn;
                    var cols:Array = dg.columns;
                // not a duplicate column
                        dgc = new DataGridColumn(Name);
                        dgc.width=150;   
                        dgc.headerWordWrap = true;
                        dgc.itemRenderer=new ClassFactory(MyLovelyItemRenderer);    // unlike mxml, must explicitly cast
                        dgc.width=156;
                        dgc.headerText = Name + "\n Message";
                        dgc.dataField="messageId_" + Id.toString();    // allows split on '_' later to get Id
                        dgc.setStyle("textAlign","center");
                        cols.push(dgc);
                        dg.columns = cols;

  • Help: Transfer of data via DBLink from 10g to 8i (ORA 02068)

    Hello,
    I read many threads on this issue, either in OTN or Metalink.
    We have an old 8i DB (8.1.7.1.0) that we still use, and a brand new 10gR2 DB ...
    - The 8i is with character set UTF8
    - The 10g is with character set AL32UTF8
    I create a DBLink in the 8i DB...
    When I only try to select 10g data from the 8i DB... I get error :
    - ORA-02068: following severe error from my10gDB
    - ORA-24365: error in character conversion
    From the different notes I saw, there is a problem because of the 8i DB version and its character set. I accept this as a statement.
    Furthermore, we cannot ask for any upgrade or change of our 8i DB.
    So, my question is there any work around that I can use ?
    I firstly did this, on one of the tables to transfer ... :
    -1) extract the 10g data into a file
    -2) transfer the file into the 8i Unix machine
    -3) insert the data from the file into the 8i DB.
    but it seems a long process and I don't know how to automatize this idea !!!
    and I feel stuck !Do you have any advice that could make this data transfer easier ?
    Thanks a lot,
    Olivier

    for the performance side direct path read and write and buffer sizes may help, how do you unload the data?
    Below you will find a shell script to handle a similar task for two databases which are in the same server using unix pipes(if disk space is limited this also helps) -
    #!/bin/ksh
    PATH=...
    ORACLE_BASE=...
    ORACLE_HOME=..
    NLS_LANG=..
    NLS_DATE_..
    ORA_NLS32=..
    ORA_NLS33=..
    export PATH ORACLE_BASE ...
    cd /export/home/oracle/...
    for i in $(cat set1.tables)
    do
    /usr/sbin/mknod mknod.$i p
    export ORACLE_SID=FROM-DB
    /u01/app/../some-unloader user/passwd data=mknod.$i table=$i delim='~' trunc=y control=$i.ctl bad=$i.bad TERMINATED=y DATEFMT='dd/mm/yyyy hh24:mi:ss' recsep='|' buffer=1048576 &
    /usr/bin/sleep 1
    export ORACLE_SID=DEST-DB
    /u01/app/oracle/.../bin/sqlldr user/passwd readsize=1048576 control=$i.ctl direct=y log=$i.log bad=$i.bad
    /usr/bin/rm mknod.$i
    done
    Best regards.

  • TS3991 Please help -- my iCal data has disappeared from iCloud website!

    Hi -- I just opened iCal via the iCloud website on my MacBook Air.  My calendar data appeared for a flash, then disappeared -- now almost ALL of my calendar data is completely gone from the iCloud website.  I checked the calendar app on my iPhone 4 and the data is still there, so I turned on Airplane Mode on my phone hoping the blank calendar wouldn't sync to my phone that way.  My contacts seem to still be there.
    Please help -- where did the data go, and how can I get it back onto the iCloud website?  Thanks in advance!

    Thank you.  You may have been right about the server glitch.  After hours, literally, on the phone with Support trying to load the calendar from my phone, and finally giving up, my calendar on the website was magically restored 24 hours later. 
    I'm guessing I'm not the only one this happened to, and that they restored to an earlier version for me and whomever else's data was lost.  Pretty scary, actually -- and annoying! 
    Thanks again for your help.

  • Need Help in download data frm APP..server

    Hi all,
    Im trying to download a file frm Application server..
    Till to internal table its ok..but Im not able to download data to excel file..
    Following is the code..Pls help where it is going wrong..
    CALL FUNCTION 'GUI_FILE_SAVE_DIALOG'
       EXPORTING
    *   WINDOW_TITLE            =
         default_extension       = 'XLS'
    *   DEFAULT_FILE_NAME       =
       WITH_ENCODING           = 'X'
    *   FILE_FILTER             =
    *   INITIAL_DIRECTORY       =
    *   DEFAULT_ENCODING        = 'X'
       IMPORTING
    *   FILENAME                =
    *   PATH                    =
         fullpath                = p_path
    *   USER_ACTION             =
    *   FILE_ENCODING           =
    CALL FUNCTION 'GUI_DOWNLOAD'
        EXPORTING
    *   BIN_FILESIZE                    =
          filename                        = p_path
          filetype                        = 'DAT'
    *   APPEND                          = ' '
       WRITE_FIELD_SEPARATOR           = 'X'
    * IMPORTING
    *   FILELENGTH                      =
        TABLES
          data_tab                        = it_final
    *   FIELDNAMES                      =
       EXCEPTIONS
         file_write_error                = 1
         no_batch                        = 2
         gui_refuse_filetransfer         = 3
         invalid_type                    = 4
         no_authority                    = 5
         unknown_error                   = 6
         header_not_allowed              = 7
         separator_not_allowed           = 8
         filesize_not_allowed            = 9
         header_too_long                 = 10
         dp_error_create                 = 11
         dp_error_send                   = 12
         dp_error_write                  = 13
         unknown_dp_error                = 14
         access_denied                   = 15
         dp_out_of_memory                = 16
         disk_full                       = 17
         dp_timeout                      = 18
         file_not_found                  = 19
         dataprovider_exception          = 20
         control_flush_error             = 21
         OTHERS                          = 22
    Thanks.
    Priya

    Hi,
    Use below code.
      DATA:lv_filename TYPE string,
           lv_wnd_tit TYPE string VALUE 'File Download Dialog: ',
           lv_def_extn TYPE string VALUE 'xls',
           lv_init_dir TYPE string VALUE 'C:\',
           filename TYPE string,
           path TYPE string,
           fullpath TYPE string,
           action TYPE i.
      CALL FUNCTION 'GUI_FILE_SAVE_DIALOG'
        EXPORTING
          window_title      = lv_wnd_tit
          default_extension = lv_def_extn
          default_file_name = lv_filename
          initial_directory = lv_init_dir
        IMPORTING
          filename          = filename
          path              = path
          fullpath          = fullpath
          user_action       = action.
    if action = 0 or action = 1 or action = 2.
      CALL FUNCTION 'GUI_DOWNLOAD'
        EXPORTING
          filename                        = fullpath
         filetype                        = 'ASC'
         write_field_separator           = 'X'
        TABLES
          data_tab                        = it_final
    ELSE.
        MESSAGE 'Action is canceled' type 'E'.
    endif.
    regards,
    muralii

  • Get server date, or day from server

    Hey guys,
    Just wondering how I can retrieve info from the server, such as day of the week for a gym timetable panel.
    Basically I want to have an unordered show or hide different list items depending on the day of the week. So, if its Monday, a particular class will be shown while the rest are hidden for example.
    Will I have to revert to javascript to solve this issue or are there generic tags I can use to get from the server?
    Thank you

    Hey there,
    (nice user name)
    No sever date or time.. Someone may post and say "Your wrong liam, there is this module.. {module_today}" But what they will not realise is that just renders javascript to get the current day, which of course is fetching the clients date info

  • Help : How client update it self from server

    Hi....
    I working on servlet and i want to update
    my webpage continusely not full page only some places
    thankx in advance

    Use javascript to call methods at intervals.

  • [HELP] : error when restore data from server A to server B

    Hello,i have troubles when restore FULL BACKUP from server A to Server B Please help me
    when i Backup Full from server A ,i copy that Backup files to Server B (aa new server),i restore spfile và control file from BK files,then i mount (alter database mount ) to restore database , it show error message ORA-01103: database name 'ORCL' in control file is not 'DUMMY' , i tried to shutdown immediate and then startup mount again , but it show other error message RMAN-04014: startup failed: ORA-00845: MEMORY_TARGET not supported on this system
    Please help me
    Thank a lot

    Filesystem 1K-blocks Used Available Use% Mounted on
    shmfs 2097152 157532 1939620 8% /dev/shm
    please give me answer a question : now , i have pfile initDUMMY.ora
    DUMMY.__db_cache_size=13287555072
    DUMMY.__java_pool_size=134217728
    DUMMY.__large_pool_size=67108864
    DUMMY.__oracle_base='/u01/app/oracle'#ORACLE_BASE set from environment
    DUMMY.__pga_aggregate_target=13757317120
    DUMMY.__sga_target=20602421248
    DUMMY.__shared_io_pool_size=0
    DUMMY.__shared_pool_size=6845104128
    DUMMY.__streams_pool_size=67108864
    *._controlfile_enqueue_timeout=1800
    *._kill_controlfile_enqueue_blocker=FALSE
    *._kill_enqueue_blocker=1
    *.audit_file_dest='/u01/app/oracle/admin/DUMMY/adump'
    *.audit_trail='db'
    *.compatible='11.2.0.0.0'
    *.control_files='/u01/app/oracle/product/11.2.0/db_1/dbs/control01.ctl'
    *.db_block_checking='TRUE'
    *.db_block_checksum='TRUE'
    *.db_block_size=8192
    *.db_domain=''
    *.db_flashback_retention_target=10080
    *.db_lost_write_protect='NONE'
    *.db_name='DUMMY'
    *.db_recovery_file_dest='/u01/app/oracle/fast_recovery_area'
    *.db_recovery_file_dest_size=1099511627776
    *.db_ultra_safe='DATA_AND_INDEX'
    *.diagnostic_dest='/u01/app/oracle'
    *.disk_asynch_io=TRUE
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=DUMMYXDB)'
    *.log_archive_dest_2='SERVICE=svrhst LGWR SYNC AFFIRM DELAY=0 OPTIONAL REOPEN=5 MAX_FAILURE=3'
    *.log_archive_dest_3='SERVICE=exthst LGWR SYNC AFFIRM DELAY=0 OPTIONAL REOPEN=5 MAX_FAILURE=3'
    *.log_archive_dest_state_2='ENABLE'
    *.log_archive_dest_state_3='DEFER'
    *.log_archive_format='%t_%s_%r.dbf'
    *.memory_target=34359738368
    *.open_cursors=5000
    *.os_roles=FALSE
    *.processes=1024
    *.recyclebin='ON'
    *.remote_login_passwordfile='EXCLUSIVE'
    *.session_cached_cursors=256
    *.sessions=2048
    *.sql92_security=TRUE
    *.undo_retention=2700
    *.undo_tablespace='UNDOTBS1'
    but i don't know why ? before i shutdown immediate (database states is nomount) , i show parameter MEMORY_TARGET , the value is 0 ?
    Thank

  • Data Grid Help!

    I need help with my data grid control. It doesn't display any
    data when it gets data. It is getting data in this format:
    <images>
    <image><image_name></image_name><image_url><image_url><keywords></keywords></image>
    </images>
    and the component is this:
    <mx:DataGrid x="10" y="10" width="640" height="140"
    dataProvider="{imageReturn.lastResult.images}"
    id="communityImages">
    <mx:columns>
    <mx:DataGridColumn headerText="Image"
    dataField="{image.image_url}">
    </mx:DataGridColumn>
    <mx:DataGridColumn headerText="Name"
    dataField="{image.image_name}"/>
    <mx:DataGridColumn headerText="Keywords"
    dataField="{image.keywords}" visible="false" />
    </mx:columns>
    </mx:DataGrid>
    What's Wrong? Help Please

    "arthurlockman" <[email protected]> wrote in
    message
    news:g7lajv$ora$[email protected]..
    >I need help with my data grid control. It doesn't display
    any data when it
    >gets
    > data. It is getting data in this format:
    >
    > <images>
    >
    >
    <image><image_name></image_name><image_url><image_url><keywords></keywords></ima
    > ge>
    > </images>
    >
    > and the component is this:
    > <mx:DataGrid x="10" y="10" width="640" height="140"
    > dataProvider="{imageReturn.lastResult.images}"
    id="communityImages">
    > <mx:columns>
    > <mx:DataGridColumn headerText="Image"
    dataField="{image.image_url}">
    > </mx:DataGridColumn>
    > <mx:DataGridColumn headerText="Name"
    dataField="{image.image_name}"/>
    > <mx:DataGridColumn headerText="Keywords"
    dataField="{image.keywords}"
    > visible="false" />
    > </mx:columns>
    > </mx:DataGrid>
    try dataProvider="{imageReturn.lastResult.children()}"

  • Data Grid Mania!

    I need help with my data grid control. It doesn't display any
    data when it gets data. It is getting data in this format:
    <images>
    <image><image_name></image_name><image_url><image_url><keywords></keywords></image>
    </images>
    and the component is this:
    <mx:DataGrid x="10" y="10" width="640" height="140"
    dataProvider="{imageReturn.lastResult.images}"
    id="communityImages">
    <mx:columns>
    <mx:DataGridColumn headerText="Image"
    dataField="{image.image_url}">
    </mx:DataGridColumn>
    <mx:DataGridColumn headerText="Name"
    dataField="{image.image_name}"/>
    <mx:DataGridColumn headerText="Keywords"
    dataField="{image.keywords}" visible="false" />
    </mx:columns>
    </mx:DataGrid>
    What's Wrong? Help Please!

    yea while i was working with VB , i was using data grids that lists the records those came from the access database.
    i'm using an access database again ,but with java codes i wanna do listing. im not making an applet, but a self GUI application, and dont know how to list the records. because in applets there's paint() method.in such an example of mine there's not.
    what can i do? if there is no data grid or something alike in java for self GUI applications, how can i list them as a whole in a frame?
    thanks

  • Extra row in data grid

    after I load a object into data grid created from a web
    service it will always seem to create a new blank row. When I get a
    error after clicking on it, it always says "-1" for the rows count.
    when I shrink the size of the datagrid it elminates some of the
    extra row, but still there is a bit of it showing. how do I resize
    the datagrid so it doesn't spit out a extra row, or a part of one.
    http://www.ctrlzsc.com/other/pic.png
    this is a pic showing the extra row, just look where my badly drawn
    arrow is pointing to.

    hi, xyco45
    you can set the dataGrid's height and the rowHeight. In my
    experience, for example, first, you set the headerHeight="25" and
    rowHeight="22", the height will be setted
    (headerHeight+rowHeight*(rowNumbers)+1) or
    (headerHeight+rowHeight*(rowNumbers)+2), I thought this question
    will be solved.

  • Receiving images from server

    Hello,
    I want to get image, from server to mobile.
    In what format server shoud transfer image?
    May be in byte array?
    In what way images are transfered through the network ?
    Thank you.

    Hi,
    I have done it. May be it helps you. Send png image from server in byte array. Treate your image as a file and send the contents of file as a bytes. that means read a whole image file in to byte array and send the array.
    At receiving side create image from this byte[] . Suppose you had received array :
    byte[] imageBytes; then do
    Image image = Image.createImage(imageBytes,0,imageBytes.length()-1);
    It will create immutable image. If you want muttable image from it ,then do
    Image mutable = Image.createImage(image.width(),image.height());
    Graphics g = mutable.getGraphics();
    g.drawImage(image,0,0,Graphics.TOP|Graphics.LEFT);
    Hope it will help you.
    Regards,
    Ronak Patel

  • SCOM 2012 R2 Data Warehouse failed to request a list of management packs from SQL RS server

    Hello, I get this alert can someone help me out ?
    I did check the Proxy and is configured on all the MS and DW server.
    Alert Description
    Data Warehouse failed to request a list of management packs which contain
    reports deployed to SQL Reporting Services Server. Report deployment process
    failed to request management pack list from SQL RS Server. The operation will be
    retried.
    Exception 'WebException': The request failed with HTTP status 407:
    Proxy Authentication Required ( Forefront TMG requires authorization to fulfill
    the request. Access to the Web Proxy filter is denied. ).
    One or more
    workflows were affected by this.
    Workflow name:
    Microsoft.SystemCenter.DataWarehouse.Deployment.Report
    Instance name:
    Data Warehouse Synchronization Service
    Instance ID:
    {FDC7C774-397C-3660-9D57-EFBED3B60329}

    Every call to the SRS generates a call to the OpsMgr SDK on Root Management
    Server to check permissions (security integration). It apepars the account
    the call is made under does not have access.
    To figure out which account is used follow this process:
    1) Run console and click on "Run As Profiles" in the Administration space;
    2) Double-click "Data Warehouse Report Deployment Account";
    3) Click on "Run As Accounts" tab;
    4) If you have a line in the accounts which lists your Root Management
    Server in the "Target Computer" column, note the account name in the "Run As
    Account" column. If you do not have such a line, follow steps 2-4 for the
    "Default Action Account" profile and note the account name;
    5) Click on "Run-As Accounts" in the Administration space and double click
    the account name which you got on step 4)
    6) Switch to the "Account" tab and note domain name and user name;
    Once you found the account (say, DOMAIN\user) check that it is a member of
    the User Role "Operations manager Report Security Administrators". If not -
    add it and the process will recover automatically.
    Also You can refer below links
    http://blogs.technet.com/b/smsandmom/archive/2007/09/06/system-center-operations-manager-doesn-t-show-any-reports.aspx
    http://www.networksteve.com/enterprise/topic.php/Data_Warehouse_failed_to_request_a_list_of_management_packs..._E/?TopicId=16627&Posts=2
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"

Maybe you are looking for

  • Determine class type of Generic Parameter (not via getGenericSuperclass()!)

    I need to know the class type of a generic Parameter. Please imagine this class: class MyGenericClass<T> }In cases where other classes derived from MyClass and defined the generic parameter (like MyDerivedClass extends MyGenericClass<String>), this s

  • Hard disk errors

    Hi, A few days ago I turned on my computer only to find that I got an error message saying one of my HDD partitions are corrupt and that I should run chkdsk.  Since there was not much data on the drive, I backed up the data, formatted the partition (

  • Web Dispatcher and SNC WAS

    If I connect my Web Dispatcher to a WAS that is not running SNC it connects okay but if I point it to a WAS that is running SNC I get SNC related arrors in the file dev_webdisp.log: [Thr 6968] *** ERROR => invalid service descriptor token 'p:GB\SAPSe

  • Illustrator Won't Open Searching for Server Error

    I have downloaded Illustrator, Photoshop, InDesign from the Creative Cloud. When I try to open the app, I get an error that tells me "Cannot find the server "NDC-DiskStation" (my server name)" I've contacted Adobe about 5 times they keep sending me t

  • RAS SDK exporting issue

    Hi everyone, We are using RAS SDK to export report from crystal reports server 2008 (version 12). The report is designed in development environment, and tested based on data from development database (Oracle). The report is saved without storing save