Problem with MVIEW Refresh

Hi all,
I am facing the following problem while refreshing MVIEWS.
ORA-12008: error in materialized view refresh path
ORA-03113: end-of-file on communication channel.
I am using the following method to refresh.
dbms_mview.REFRESH ('Mview_Name',
'C',
TRUE,
FALSE,
0,
0,
0,
TRUE
The script for creating MVIEW is as follows:-
CREATE MATERIALIZED VIEW gb_ghx_orgs_a
PCTFREE 5 PCTUSED 60
TABLESPACE TableSpace_Name
STORAGE (INITIAL 250k NEXT 250k)
REFRESH COMPLETE WITH ROWID
START WITH SYSDATE
AS
SELECT Statement;
can any body help.
Thanks

What version of database do you have? what client version are you connecting from?
ORA-03113 may required you to contact Oracle Support.
SQL> CREATE MATERIALIZED VIEW gb_ghx_orgs_a
  2  PCTFREE 5 PCTUSED 60
  3  TABLESPACE KKISHORE
  4  STORAGE (INITIAL 250k NEXT 250k)
  5  REFRESH COMPLETE WITH ROWID
  6  START WITH SYSDATE
  7  AS
  8  select * from scott.emp
  9  /
Materialized view created.
SQL> begin
  2      dbms_mview.REFRESH ('gb_ghx_orgs_a',
  3      'C',
  4      '',
  5      TRUE,
  6      FALSE,
  7      0,
  8      0,
  9      0,
10      TRUE
11      );
12  end ;
13  /
PL/SQL procedure successfully completed.
SQL> disconnect
Disconnected from Oracle9i Enterprise Edition Release 9.2.0.3.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.3.0 - Production
SQL>

Similar Messages

  • NMac Pro 6core D500 problems with screen refresh: 10.9.3 warning!

    Avoid 10.9.3 on the Mac Pro 6 core, D500.
    Problem with screen refresh using Motion soon after updating OSX from Mac Pro late 2013 version of 10.9.2.
    I tried my Asus HDMI at all resolutions but to no avial. The screen juddered like it was Windows 95 without any GPU drivers.
    Apple's Tech Support had me use many key commands and finally we found out there was no issue with my hardware. Apple suggested a clean install before sending it back for repair. I was fortunate to have had made a backup in the Time Machine of my computer soon after installing all my apps. After restoring my computer is running 10.9.2 version made for the Mac Pros Late 2013. There are no more problems with screen redraw after using Motion.
    So, it is clear I cannot upgrade my Mac Pro to 10.9.3 while the issue with Motion's render engine messing with my screen refresh continues. Returning to 10.9.2 has made me realize 10.9.3 is slower and not as stable.
    I would suggest not upgrading unless you have a 4k monitor.

    Avoid 10.9.3 on the Mac Pro 6 core, D500.
    Problem with screen refresh using Motion soon after updating OSX from Mac Pro late 2013 version of 10.9.2.
    I tried my Asus HDMI at all resolutions but to no avial. The screen juddered like it was Windows 95 without any GPU drivers.
    Apple's Tech Support had me use many key commands and finally we found out there was no issue with my hardware. Apple suggested a clean install before sending it back for repair. I was fortunate to have had made a backup in the Time Machine of my computer soon after installing all my apps. After restoring my computer is running 10.9.2 version made for the Mac Pros Late 2013. There are no more problems with screen redraw after using Motion.
    So, it is clear I cannot upgrade my Mac Pro to 10.9.3 while the issue with Motion's render engine messing with my screen refresh continues. Returning to 10.9.2 has made me realize 10.9.3 is slower and not as stable.
    I would suggest not upgrading unless you have a 4k monitor.

  • Problem with ATV refresh rates and frame rates

    I live in Australia and as such I am subject to PAL, so when I set my ATV up I set it to 720P 50Hz, when I purchased a TV season the episodes were running at 25fps and played back flawlessly with no dropped or added frames. My problem occurs when I download movies, all the movies I have bought are running at 24fps and suffer from quite noticeable jitter, almost like the 24th frame is duplicated and added as the 25th frame, I assume it is something like this as the pause happens every second.
    So has anyone had a problem similar to this and if so what do you do about it?
    Does the ATV playback all sources (24/25) smoothly even if it has to convert?
    Could it be caused by my TV?
    Any help to any of these questions would be great.
    Thanks.
    Tim.

    With my particular Apple TV setup and TV combination, I find that setting to 1080p (60hZ) gives my the best all-round round results.
    This does result in -slightly- jerky motion with 25fps material (especially old British TV shows), but it's bearable. It's particularly noticeable with sideways scrolling text and credits.
    The one thing that is peculiar on my setup is if I use 720p (either @60hz or 50hz) and watch an iTunes-purchased HD episode that is encoded at 24fps I get very odd motion effects indeed. Every few seconds the video appears to speed up almost like it is 'catching up' with lost frames - very hard to explain exactly how it looks. Anyway I set to 1080p and this effect is gone completely. It also goes away if I set to 1080i. I think something queer is going on with 720p on the Apple TV (at least with my TV there is). This happens with both HDMI and component outputs.
    It may be worth trying 1080i at either 50 or 60Hz if your set can't do 1080p.
    I would also suggest that 60hz in theory should give a smoother motion for 24fps playback than 50Hz.
    My basic problem with all this is that on even a cheap DVD player if a disk is 50Hz, the player switches to 50Hz output and if it is 60Hz, it will change to 60Hz. The Apple TV stays fixed. It's a shame it can't autoswitch refresh rates.

  • Problem with cache refresh entity bean / server node

    Hello,
    ive got a big problem and not found answer in sdn until now.
    Ive got a job that gets data from maxdb by sapjob - jco - session bean - entity bean - database.
    this job works daily. the data to work with is written directly to database from external.
    on first execute it works, but second etc not. i search for answer and i guess something:
    entity bean is cached (increase percormance?) with results of the select and do not know about new database entries when they are written directly to database. so second select says: there is no new data (but they are there).
    i only get this new data when i restart netweaver server node, then it works, but only for one time. then result is in cache and then i have to do same procedure before it goes (restart server).
    how can i get this data? is there any setting for force node to refresh cache? or any other settings to affect something like this?
    we have to go live with this in august.
    thx for help.
    Version: NW04, SP21

    thanks at first.
    OSS was the next step i consider, enforcedly.
    I hoped that there was a kind of timeout in visual admin or somewhere else where (for example) i can set a special time (seconds?) for refreshig the cache. Or i can set a flag for "do not cache entity beans".
    Someone else any idea?
    Nowadays on test system whe have made a task that starts windows every night so that netweaver also is "fresh". a kind of resolution but not the best and no resolution for the productiv system. or whe have to write a kind of batch job that only restarts server node once a day.
    New Info:
    I think cache was filled directly after restart.
    when we restart, then data are written, and then our application wanted to read them, they are also not seen.
    The data are only seen by bean when the restart takes place AFTER the data are written into db.
    So we change restart time to point after data are written. so we will test if this works, on monday we will see.
    Edited by: Torsten on Jul 11, 2008 11:27 AM

  • LVM 2.0 Problem with System Refresh

    Hello,
    we're using LVM 2.0 (latest SP)  for refreshing a QA System. For testing we use the task list SAP_BASIS_COPY_REFRESH via the LVM.
    The SAP table export is working and the data is written to /tmp/VCM_pca/<SID>/vcm_exp_<SID>_2014_08_28_15_23.
    After that the system is build via LVM with NetApp volume clonening.
    The sytem is coming up and task list SAP_BASIS_COPY_REFRESH should delete table data from the source system and import the saved from the previously step.
    But we get the following error:
    Task list run SAP_BASIS_COPY_REFRESH_20140828132612 does not exist in the file system
    Executing RFC 'STC_TM_SESSION_IMPORT' with the following arguments: RFC Destination Name: 'LVM_SystemID.ER5.SystemHost.saper5.<domain>.Client.000.Import'; Input Parameters
    '{PARAM_SESSION_ID=SAP_BASIS_COPY_REFRESH_20140828132612}'.
    So LVM is not able to find the export data. When I execute the task list manually via STC02 in the new system the task list is executed and the data is imported. 
    Is it maybe a time problem?
    The export folder is named _2014_08_28_15_23  but LVM is searching for SAP_BASIS_COPY_REFRESH_20140828132612, so there is a time difference of two hours.
    Our systems have the same time.... !
    Any ideas?
    Thanks and Best Regards,
    Andreas

    Hi Andreas,
    I checked with our DEV team and below is the feedback:
    The way it works is - the refresh task-list will export the data and come to a special confirmation task where LVM confirms the task and saves the task list to the file system. Once the copy is done, LVM imports the task-list and continues with the import.
    LVM creates a folder for storing the task-list and the export data and in your case, LVM is looking in the wrong folder for the import
    task-list and the import data.
    The name of the folder & the name of the task list run are two different things.
    The time difference of two hours probably means; that LVM is in a different time zone (CEST) then the target host / system (UTC). The folder is created by LVM whereas; the task-list is run by the system. In general, this should not cause any problems however, it still makes sense to check the time-zone maintained within LVM with the time-zone of the system to rule this out completely.
    LVM adds the path to the export directory to the DEFAULT profile of the target system (ctc/export_data = …). You should check if this is the correct folder, containing the task list run. This info. can also be found in the LVM logs.
    Hope this helps!
    Best Regards,
    Adarsh

  • Problem with controls refresh

    Hi,
    I need help with multiple controls refresh.  There must be something I don't grasp with air development because I have multuple refresh problems in my app. 
    I try to assign values to a list of DropDownList controls.  I do this action in the TreeChanged event of the Tree control (use as menu).  When the event occure, at first it display the result but if I change my Tree selection and come back, all control will not display any values.  Then if I change my menu selection and come back, all will be displayed perfect.  So my problem does not seems to be code related, there is no bug and a trace showed me that the same pice of code is used with or without the display problem.  I really need help with this 'cause it make the application unsusable or verry unpleasent ... 
    Here is the sreucture of my form ...
    <s:Panel width="100%" height="100%" id="pnlDashConfiguration"  doubleClickEnabled="true" doubleClick="util.ScreenShot(event, pnlDashConfiguration)" contentBackgroundColor="#FFFFFF" chromeColor="#CCCCCC" title="Configuration">
      <mx:HDividedBox width="100%" height="100%">
       <mx:Canvas width="250" height="100%" backgroundColor="#FFFFFF" id="CanvasInfo">
        <s:Panel title="Liste" left="8" top="8" bottom="8" right="8">
         <mx:Tree id="TreeConfig" dataProvider="{TreeConfiguration}" showRoot="false" labelField="@label" change="DashConfigurationTreeChanged(event)" width="100%" height="100%" textAlign="left"></mx:Tree>
        </s:Panel>
       </mx:Canvas>
       <mx:Canvas  width="100%" height="100%" backgroundColor="#FFFFFF"  id="CanvasDetail">
        <s:Panel title="Détail" id="pnlConfigDetail" left="8" top="8" right="8" bottom="8">
         <s:layout>
          <s:BasicLayout/>
         </s:layout>
         <mx:ViewStack id="vsConfig"  width="100%" height="100%" creationPolicy="all">
          <s:NavigatorContent label="paneDefaultTamis" width="100%" height="100%" id="vsnTamis">
           <s:Scroller width="100%"  height="100%"  left="8" right="8" top="8">
           <s:HGroup width="100%"  height="100%">
            <s:Panel width="380" height="325" id="pnlConfigurationAsphalte" title="Enrobés" left="396" top="8">
             <s:TileGroup horizontalAlign="left" requestedRowCount="10" orientation="columns" requestedColumnCount="5" horizontalGap="-50" textAlign="center" id="GroupTamis" left="8" top="8">
              <s:Label id="txtTamis01" text="Tamis 1" verticalAlign="middle"/>
              <s:Label id="txtTamis02" text="Tamis 2" verticalAlign="middle"/>
              <s:Label id="txtTamis03" text="Tamis 3" verticalAlign="middle"/>
              <s:Label id="txtTamis04" text="Tamis 4" verticalAlign="middle"/>
              <s:Label id="txtTamis05" text="Tamis 5" verticalAlign="middle"/>
              <s:Label id="txtTamis06" text="Tamis 6" verticalAlign="middle"/>
              <s:Label id="txtTamis07" text="Tamis 7" verticalAlign="middle"/>
              <s:Label id="txtTamis08" text="Tamis 8" verticalAlign="middle"/>
              <s:Label id="txtTamis09" text="Tamis 9" verticalAlign="middle"/>
              <s:Label id="txtTamis10" text="Tamis 10" verticalAlign="middle"/>
              <s:DropDownList id="ddConfigTamis01" labelField="Standard" change="CheckTamisUniqueSelection(1, ddConfigTamis01);DisplayConfigurationSave();" ></s:DropDownList>
              <s:DropDownList id="ddConfigTamis02" labelField="Standard" change="CheckTamisUniqueSelection(2, ddConfigTamis02);DisplayConfigurationSave();"></s:DropDownList>
              <s:DropDownList id="ddConfigTamis03" labelField="Standard" change="CheckTamisUniqueSelection(3, ddConfigTamis03);DisplayConfigurationSave();"></s:DropDownList>
              <s:DropDownList id="ddConfigTamis04" labelField="Standard" change="CheckTamisUniqueSelection(4, ddConfigTamis04);DisplayConfigurationSave();"></s:DropDownList>
              <s:DropDownList id="ddConfigTamis05" labelField="Standard" change="CheckTamisUniqueSelection(5, ddConfigTamis05);DisplayConfigurationSave();"></s:DropDownList>
              <s:DropDownList id="ddConfigTamis06" labelField="Standard" change="CheckTamisUniqueSelection(6, ddConfigTamis06);DisplayConfigurationSave();"></s:DropDownList>
              <s:DropDownList id="ddConfigTamis07" labelField="Standard" change="CheckTamisUniqueSelection(7, ddConfigTamis07);DisplayConfigurationSave();"></s:DropDownList>
              <s:DropDownList id="ddConfigTamis08" labelField="Standard" change="CheckTamisUniqueSelection(8, ddConfigTamis08);DisplayConfigurationSave();"></s:DropDownList>
              <s:DropDownList id="ddConfigTamis09" labelField="Standard" change="CheckTamisUniqueSelection(9, ddConfigTamis09);DisplayConfigurationSave();"></s:DropDownList>
              <s:DropDownList id="ddConfigTamis10" labelField="Standard" change="CheckTamisUniqueSelection(10, ddConfigTamis10);DisplayConfigurationSave();"></s:DropDownList>
              <s:Label  id="txtSpace01" text=""/>
              <s:Label  id="txtSpace02" text=""/>
              <s:Label  id="txtSpace03" text=""/>
              <s:Label  id="txtSpace04" text=""/>
              <s:Label  id="txtSpace05" text=""/>
              <s:Label  id="txtSpace06" text=""/>
              <s:Label  id="txtSpace07" text=""/>
              <s:Label  id="txtSpace08" text=""/>
              <s:Label  id="txtSpace09" text=""/>
              <s:Label  id="txtSpace10" text=""/>
              <s:Label  id="txtTamis11" text="Tamis 11" verticalAlign="middle"/>
              <s:Label  id="txtTamis12" text="Tamis 12" verticalAlign="middle"/>
              <s:Label  id="txtTamis13" text="Tamis 13" verticalAlign="middle"/>
              <s:Label  id="txtTamis14" text="Tamis 14" verticalAlign="middle"/>
              <s:Label  id="txtTamis15" text="Tamis 15" verticalAlign="middle"/>
              <s:Label  id="txtTamis16" text="Tamis 16" verticalAlign="middle"/>
              <s:Label  id="txtTamis17" text="Tamis 17" verticalAlign="middle"/>
              <s:Label  id="txtTamis18" text="Tamis 18" verticalAlign="middle"/>
              <s:Label  id="txtTamis19" text="Tamis 19" verticalAlign="middle"/>
              <s:Label  id="txtTamis20" text="Tamis 20" verticalAlign="middle"/>
              <s:DropDownList id="ddConfigTamis11" labelField="Standard" change="CheckTamisUniqueSelection(11, ddConfigTamis11);DisplayConfigurationSave();"></s:DropDownList>
              <s:DropDownList id="ddConfigTamis12" labelField="Standard" change="CheckTamisUniqueSelection(12, ddConfigTamis12);DisplayConfigurationSave();"></s:DropDownList>
              <s:DropDownList id="ddConfigTamis13" labelField="Standard" change="CheckTamisUniqueSelection(13, ddConfigTamis13);DisplayConfigurationSave();"></s:DropDownList>
              <s:DropDownList id="ddConfigTamis14" labelField="Standard" change="CheckTamisUniqueSelection(14, ddConfigTamis14);DisplayConfigurationSave();"></s:DropDownList>
              <s:DropDownList id="ddConfigTamis15" labelField="Standard" change="CheckTamisUniqueSelection(15, ddConfigTamis15);DisplayConfigurationSave();"></s:DropDownList>
              <s:DropDownList id="ddConfigTamis16" labelField="Standard" change="CheckTamisUniqueSelection(16, ddConfigTamis16);DisplayConfigurationSave();"></s:DropDownList>
              <s:DropDownList id="ddConfigTamis17" labelField="Standard" change="CheckTamisUniqueSelection(17, ddConfigTamis17);DisplayConfigurationSave();"></s:DropDownList>
              <s:DropDownList id="ddConfigTamis18" labelField="Standard" change="CheckTamisUniqueSelection(18, ddConfigTamis18);DisplayConfigurationSave();"></s:DropDownList>
              <s:DropDownList id="ddConfigTamis19" labelField="Standard" change="CheckTamisUniqueSelection(19, ddConfigTamis19);DisplayConfigurationSave();"></s:DropDownList>
              <s:DropDownList id="ddConfigTamis20" labelField="Standard" change="CheckTamisUniqueSelection(20, ddConfigTamis20);DisplayConfigurationSave();"></s:DropDownList>
             </s:TileGroup>
            </s:Panel>
           <s:Panel width="380" height="325" id="pnlConfigurationGranulometrie" title="Granulométrie" left="8" top="8">
            <s:TileGroup horizontalAlign="left" requestedRowCount="10" orientation="columns" requestedColumnCount="5" horizontalGap="-50" textAlign="center" id="GroupTamis0" left="8" top="8">
             <s:Label id="txtTamis0" text="Tamis 1" verticalAlign="middle"/>
             <s:Label id="txtTamis1" text="Tamis 2" verticalAlign="middle"/>
             <s:Label id="txtTamis2" text="Tamis 3" verticalAlign="middle"/>
             <s:Label id="txtTamis3" text="Tamis 4" verticalAlign="middle"/>
             <s:Label id="txtTamis4" text="Tamis 5" verticalAlign="middle"/>
             <s:Label id="txtTamis5" text="Tamis 6" verticalAlign="middle"/>
             <s:Label id="txtTamis6" text="Tamis 7" verticalAlign="middle"/>
             <s:Label id="txtTamis7" text="Tamis 8" verticalAlign="middle"/>
             <s:Label id="txtTamis8" text="Tamis 9" verticalAlign="middle"/>
             <s:Label id="txtTamis9" text="Tamis 10" verticalAlign="middle"/>
             <s:DropDownList id="ddConfigTamisGran01" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran01)" change="CheckTamisUniqueSelectionGran(1, ddConfigTamisGran01);DisplayConfigurationSave();"></s:DropDownList>
             <s:DropDownList id="ddConfigTamisGran02" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran02)" change="CheckTamisUniqueSelectionGran(2, ddConfigTamisGran02);DisplayConfigurationSave();"></s:DropDownList>
             <s:DropDownList id="ddConfigTamisGran03" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran03)" change="CheckTamisUniqueSelectionGran(3, ddConfigTamisGran03);DisplayConfigurationSave();"></s:DropDownList>
             <s:DropDownList id="ddConfigTamisGran04" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran04)" change="CheckTamisUniqueSelectionGran(4, ddConfigTamisGran04);DisplayConfigurationSave();"></s:DropDownList>
             <s:DropDownList id="ddConfigTamisGran05" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran05)" change="CheckTamisUniqueSelectionGran(5, ddConfigTamisGran05);DisplayConfigurationSave();"></s:DropDownList>
             <s:DropDownList id="ddConfigTamisGran06" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran06)" change="CheckTamisUniqueSelectionGran(6, ddConfigTamisGran06);DisplayConfigurationSave();"></s:DropDownList>
             <s:DropDownList id="ddConfigTamisGran07" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran07)" change="CheckTamisUniqueSelectionGran(7, ddConfigTamisGran07);DisplayConfigurationSave();"></s:DropDownList>
             <s:DropDownList id="ddConfigTamisGran08" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran08)" change="CheckTamisUniqueSelectionGran(8, ddConfigTamisGran08);DisplayConfigurationSave();"></s:DropDownList>
             <s:DropDownList id="ddConfigTamisGran09" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran09)" change="CheckTamisUniqueSelectionGran(9, ddConfigTamisGran09);DisplayConfigurationSave();"></s:DropDownList>
             <s:DropDownList id="ddConfigTamisGran10" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran10)" change="CheckTamisUniqueSelectionGran(10, ddConfigTamisGran10);DisplayConfigurationSave();"></s:DropDownList>
             <s:Label  id="txtSpace0" text=""/>
             <s:Label  id="txtSpace1" text=""/>
             <s:Label  id="txtSpace2" text=""/>
             <s:Label  id="txtSpace3" text=""/>
             <s:Label  id="txtSpace4" text=""/>
             <s:Label  id="txtSpace5" text=""/>
             <s:Label  id="txtSpace6" text=""/>
             <s:Label  id="txtSpace7" text=""/>
             <s:Label  id="txtSpace8" text=""/>
             <s:Label  id="txtSpace9" text=""/>
             <s:Label  id="txtTamis21" text="Tamis 11" verticalAlign="middle"/>
             <s:Label  id="txtTamis22" text="Tamis 12" verticalAlign="middle"/>
             <s:Label  id="txtTamis23" text="Tamis 13" verticalAlign="middle"/>
             <s:Label  id="txtTamis24" text="Tamis 14" verticalAlign="middle"/>
             <s:Label  id="txtTamis25" text="Tamis 15" verticalAlign="middle"/>
             <s:Label  id="txtTamis26" text="Tamis 16" verticalAlign="middle"/>
             <s:Label  id="txtTamis27" text="Tamis 17" verticalAlign="middle"/>
             <s:Label  id="txtTamis28" text="Tamis 18" verticalAlign="middle"/>
             <s:Label  id="txtTamis29" text="Tamis 19" verticalAlign="middle"/>
             <s:Label  id="txtTamis30" text="Tamis 20" verticalAlign="middle"/>
             <s:DropDownList id="ddConfigTamisGran11" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran11)"  change="CheckTamisUniqueSelectionGran(11, ddConfigTamisGran11);DisplayConfigurationSave();"></s:DropDownList>
             <s:DropDownList id="ddConfigTamisGran12" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran12)"  change="CheckTamisUniqueSelectionGran(12, ddConfigTamisGran12);DisplayConfigurationSave();"></s:DropDownList>
             <s:DropDownList id="ddConfigTamisGran13" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran13)"  change="CheckTamisUniqueSelectionGran(13, ddConfigTamisGran13);DisplayConfigurationSave();"></s:DropDownList>
             <s:DropDownList id="ddConfigTamisGran14" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran14)"  change="CheckTamisUniqueSelectionGran(14, ddConfigTamisGran14);DisplayConfigurationSave();"></s:DropDownList>
             <s:DropDownList id="ddConfigTamisGran15" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran15)"  change="CheckTamisUniqueSelectionGran(15, ddConfigTamisGran15);DisplayConfigurationSave();"></s:DropDownList>
             <s:DropDownList id="ddConfigTamisGran16" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran16)"  change="CheckTamisUniqueSelectionGran(16, ddConfigTamisGran16);DisplayConfigurationSave();"></s:DropDownList>
             <s:DropDownList id="ddConfigTamisGran17" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran17)"  change="CheckTamisUniqueSelectionGran(17, ddConfigTamisGran17);DisplayConfigurationSave();"></s:DropDownList>
             <s:DropDownList id="ddConfigTamisGran18" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran18)"  change="CheckTamisUniqueSelectionGran(18, ddConfigTamisGran18);DisplayConfigurationSave();"></s:DropDownList>
             <s:DropDownList id="ddConfigTamisGran19" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran19)"  change="CheckTamisUniqueSelectionGran(19, ddConfigTamisGran19);DisplayConfigurationSave();"></s:DropDownList>
             <s:DropDownList id="ddConfigTamisGran20" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran20)"  change="CheckTamisUniqueSelectionGran(20, ddConfigTamisGran20);DisplayConfigurationSave();"></s:DropDownList>
            </s:TileGroup>
           </s:Panel>
           </s:HGroup>
           </s:Scroller>
          </s:NavigatorContent>
         </mx:ViewStack>
         <Comp_MenuBar:Menu_Save y="-28" right="4" id="btnConfigurationSave" visible="false" click="ConfigurationSave();">
         </Comp_MenuBar:Menu_Save>
        </s:Panel>
       </mx:Canvas>
      </mx:HDividedBox>
    </s:Panel>
    I also include 2 pictures of my form.  The populated on is when it is working and the other is when the selection did not showed up.
          I put these 3 lines before assigning the values to the controls and it work.
         invalidateProperties();
         invalidateDisplayList();
         validateNow();
         I don't really get why I need to put the lines before I change the values instead of after the change.  I would like to understand this if someone can tell me but in the mean time this fixed my issue.
    Thanks

    try myList.invalidateList();

  • Problem with property refresh in code view

    I am suddenly noticing a problem in CS3 (v 9.0 build 3481),
    OSX 10.4.11. In Code view (NOT Split view), any change to the code
    causes the property inspector to display the message "You have made
    changes to the code. To edit selection properties click refresh or
    press F5".
    It is my understanding that this feature is intended to
    refresh the Design view when working in Split mode. I have not used
    DW much in the last few weeks, but I never recall having this come
    up before, and I work in code view quite a bit. Also, possibly
    related, the tag selector strip at the bottom goes blank at the
    same time the message appears in the property inspector.
    This will be a significant impediment if it continues. Am I
    crazy and it's always been this way, or is there a bug or setting
    that I've inadvertently changed? I understand why refreshing is
    necessary in Split view but I cannot see what purpose this could
    possibly serve in Code view.
    Ted

    quote:
    Originally posted by:
    Tedly61Am I crazy and it's always been this way, or is
    there a bug or setting that I've inadvertently changed? I
    understand why refreshing is necessary in Split view but I cannot
    see what purpose this could possibly serve in Code view.
    This is how it's always been for me with both DW 8 and DW CS3
    for Windows. Can't say with regard to the Mac versions.

  • Problem with Reset/Refresh after Windows 8.1 upgrade

    When I try to do a Refresh or Reset on my Helix after it has been upgraded to 8.1, I receive a message to "Insert Media.  Some of the files are missing."  Does anyone know how to fix this?  

    I have same problem, there are some solutions on my thread you can check them out if you like.
    http://forums.lenovo.com/t5/ThinkPad-Edge-S-series/Unable-to-Reset-Refresh/td-p/1533410

  • Problem with variable refresh in WAD

    Hi Experts,
    I have a query in which currency and cal quarter are the variables. The cal quarter is populated using a customer exit to have the current quarter. I have built a webtemplate on this query. Now the problem is:When I run the webtemplate and try to change the currency value (for example EUR to CAD) and select show all values for the cal quarter, i see that the cal quarter is being reset to the default value i.e (current quarter). When i pass a value (say 2.2008) to the cal quarter in the variable screen or in the characteristic restictions in the webtemplate and try to change the currency in the currency drop down, the cal quarter remains same (2.2008) and the keyfigures are displayed with the selected currency.
    Could you provide some inputs so that the cal quarter value is not reset upon selection of "show all values" in the variable screen/drop down and change in currency.
    P.S. No changes at query level are allowed and both query and webtemplate are in 7.0
    Regards,
    Naveen.

    HI Naveen,
    WHere is the customerr Exit of the calquarter used in teh Query. is it in the Filter section or in teh Default values section.
    If the customer Exit variable is used in teh filter section , you will not be able to see data other than the value returned by the customer exit.
    Regrads.
    Shafi.

  • Small problem with meta refresh and setting url

    I'm using the following line of code in my jsp.
    <meta http-equiv="refresh" content="<c:out value='${pageContext.session.maxInactiveInterval+60}'/>">This works fine in that 60 second after the session times out the refresh is called. This then goes into my action class and checks to see if my user object is still in session. It does not find it and forwards it to my login page with a message saying the session timed out.
    this works just fine
    Now instead of this happening I want to forward to an error page.
    so I can add a url into the content section of the tab... but when I try to use a
    <c:out value='${pageContext.request.contextPath}'/>this evaluates to nothing.. so that then the forward is to /sessionTimoutError.jsp instead of /appName/jsp/sessionTimeoutError.jsp.
    So my question is more of a verification. Is it true then that when the session times out it has absolutely nothing to do with struts and java.. and that when the refresh actually gets called and forwards it back to the logoff page that I've in effect created a new session that will timeout in 60 minutes and call a refresh in 61minutes?
    So the only way I can think of forwarding to the other page would be to change the forward in my action class... but changing this is not worth modifying all the action classes.. and I can't just change the definition of the forward since other places use that forward and I don't want to change them either...
    any othe ways anyone could think of doing this without hardcoding any url's in?

    Is it true then that when the session times out it has absolutely nothing to do with struts and java.Nothing to do with Struts, it's about JSP/servlet stuff specifically.
    <meta http-equiv="refresh" content="61; url=/timeout.html">that's the proper format, so you can dynamically write whatever URL you want.
    and that when the refresh actually gets called and forwards it back to the logoff pageOnly if the page that's reloaded checks for the valid login info and forwards. This is a common way to do it, of course.

  • Problems with ALV refreshing

    I have a button to refresh an ALV. The first time it does it but the nexts doesn't. I want the ALV to have the last modifications of table pa0000 (HR) when I refresh it instead of having the modifications made before, in the last loop. It seems that takes no updated data of pa0000 when I call it, so I don't know how to change it because I am doing a refresh table and clear table to have new data to print.  Perhaps it is something referred to commit but I have tried it and does not work neither.

    When I fill the table once again when I push refresh I am doing something like this.
    clear t_0000.
    refresh t_0000.
      CALL FUNCTION 'HR_READ_INFOTYPE'
        EXPORTING
          PERNR     = pernr  -> I am receiving the pernr in the function
          INFTY     = '0000'
        TABLES
          INFTY_TAB = t_0000. -> In this table when I refresh I don´t obtain the data in pa0000 for this pernr. Just other data from the last loop executed for the same pernr so that's the problem but I don't know why.
    FORM user_command USING u_ucomm     TYPE syucomm
                            us_selfield TYPE slis_selfield.
    WHEN 'REFRESH'.      
          us_selfield-refresh = 'X'.
          perform function. -> to obtain new data
          perform listado_alv.
    ENDFORM.

  • Ipad3 using ios6: Problem with Email refresh. Please advice ...

    Email is Not refreshed . Server error.

    Or you could try a soft reset by dialing *#7370# followed by12345, but this will reset the phone to an out of the box state and wipe the C drive (phone memory) so you will lose all your contacts etc. If you can back up Contacts, calendar and notes ONLY first, then reset. DON@T backup or restore any settings and set up the phone manually. If you restore settings you may restore the cause of your problem !!
    Good Luck
    If I have helped at all, a click on the White Star is always appreciated :
    you can also help others by marking 'accept as solution' 

  • Problem with MVIEWS in import

    I had got an export dump from an Oracle 8.1.7.4 database and imported it into a 10gR2 database (2 node RAC on AIX 5.3, 64 bit, 10.2.0.3). All the MVIEWS got created.
    Now again i took [traditional] export of the new database and created it on another machine (10.2.0.3 non-RAC on AIX 5.3,64 bit). Now here came the issue. Some of the MVIEWS got created as VIEWS.
    That SNAP$ table got created and then what was supposed to be a MVIEW, got created as VIEW on SNAP$ table. It happened with 12 MVIEWS out of total 32.
    Any ideas what could be the reason or anybody faced something similar ?
    Any more information required please let me know.
    Thanks
    Amardeep Sidhu
    Corrected some information....
    Message was edited by:
    Amardeep Sidhu

    Could you list the steps you are going through in detail?
    I just tried stacking some images in the import window (from the HD not a card) and they came into the album as closed stacks containing all the images. Doesn't stop it being a bug on your installation, of course, just that it doesn't reproduce on my machine.
    Ian

  • Problems with Firefox on macpro

    I am having problems with page refresh on firefox, also i am having intermittant delays in streaming or even running 2 open websites at the same time. I have 4 gigs of ram so i dont see each or both of the open websites eating up all the bandwith. Im not sure whats creating this but i also find that im redirected to cardstore.com of all things if the page im selecting doesnt open within a few seconds, can anyone help, thank you

    Your "Mac Pro" is a notebook, forum here Mac Pro is a 65 lb tower.
    I'd suggest that the forums for Mac OS and even Safari
    I'd also clear the history and cache in Safari and restart.
    MacBook Pro
    https://discussions.apple.com/community/notebooks/macbook_pro
    https://discussions.apple.com/community/mac_os?view=discussions
    http://www.apple.com/support/macbookpro
    http://www.apple.com/support/
    It  sounds like you installed a piece of junk. Adware-malware someone wants to force you to their site. MacKeeper?
    Do you have a system backup? you might  want to.
    If you have MacKeeper that causes lots of trouble and uninstalling is both essential and not always 100% it  seems. And it  will cause your Mac to run slow like this, making it seem like you "need" it or  to "clean your mac" which are all just POS junk.

  • Problems with codepage after refreshing data from XML

    Hello,
    I've created a dashboard with XML connection.
    XML file with new data is created via macro in INPUT.xls Excel file. This INPUT.xls file was created through exporting spreadsheet from Xcelsius and then adding a macro to it, so text data should be this same codepade. Generated XML through macro have no errors and Flash file gets numeric data with no problems.
    But there is other problem with text's codepage. After reload there are some unidentified symbols in place of polish alphabet letters.
    What should I do to make it right? Is this a problem with codepage or something else?
    [Dashboard Before Refresh|http://lh4.ggpht.com/_Q8NK6X6PPLg/TGkLwo3sxZI/AAAAAAAAA_g/mkBiDdM4Gi4/s640/before_refresh.JPG]
    [Dashboard After Refresh|http://lh4.ggpht.com/_Q8NK6X6PPLg/TGkLwSx9fHI/AAAAAAAAA_c/3UeM2Gd3HvA/s640/after_refresh.JPG]
    If you have any idea hot to fix it, please let me know.
    Best regards,
    Bart Dlug

    Hello,
    I have header in my XML as follows:
    <?xml version="1.0" encoding="Windows-1250"?>
    Only then my XML file is displayed correctly in Internet Explorer preview. When I chagne it to UTF-8 I get some errors.
    [XML with windows-1250 codepage|http://lh3.ggpht.com/_Q8NK6X6PPLg/TGkUakDHjlI/AAAAAAAAA_o/lLlJFMcSaFQ/s800/codepage1250.JPG]
    [The same XML with UTF-8|http://lh5.ggpht.com/_Q8NK6X6PPLg/TGkUa8k4vyI/AAAAAAAAA_s/tdcZNqu7-i0/s800/codepage-UTF8.JPG]
    Error message means: Invalid character was found in text content. Error during processing resourcse file:///
    As I wrote before, my data is generated via macro in Excel, so I supose my data in this file has windows default codepage. Am I right?
    Do you think that I problem is XML file?
    Best regards,
    BD

Maybe you are looking for

  • Javascript Open and Close window

    I am creating a new website and am having problems getting the open window and close window to work. I want this window to open a new window (NOT a popup window used with the "onload" option). I am using an img tag so that when you click on the image

  • Select Tool (blk arrow) doesn't work correctly-illustrator cs2

    Hi, all. when you click on an object with black arrow, it converts to free transform automatically. so as many people might do, I used black arrow to re-size or rotate etc etc. rather than using free transform tool. but it suddenly not working. Did I

  • Can Use 'any' DVI monitor with Macbook Pro?

    I just want a simple 20" or 22" monitor as a 2nd screen for my Macbook Pro 2008 Unibody Can I use any monitor as long as it says "DVI"? and then get the mini-display > DVI adaptor to run it from the macbook? For example any from this list here would

  • I am using HP ALL-IN-ONE 18 pc and the product number is E9V27AA#AC​5.

    A problem has been occured in my ALL-IN-ONE 18 pc .The screen of my pc have been divided into 2 parts and there is some lines with different colours are appearing. I also talked to your representative but no one is picking the call.My product is also

  • Changing RMI Port in HTTP adapter in interconnect

    Hi I need to change the RMI port for one of my HTTP adapters in Interconnect. I have changed it in the adapter.ini and in the web.xml files. I have then recreated the JAR/EAR files and redeployed the application to the oai component. The adapter star