Mv refreshing in group

Hi All,
I'm in Oracle 10gR2.
We have close to 75 Materialized views, some of them are invalid state for a long time, and some of them are not refreshed often.
We are planing to do a periodic scheduled refresh. Is there a way to compile all invalid materialized views and refresh them ?
Appreciate your suggestions
Thanks in advane
NU

One possibility:
Write a PL/SQL script or stored procedure that gets the name of the mviews that have an invalid state into a cursor. You should be able to get this info from dba_mviews (or all_mviews or user_mviews).
Loop through the records in the cursor and call dbms_mview.refresh(mview_cur.mview_name) on each mview name in the cursor.

Similar Messages

  • Refreshing cache group from C/C++ application

    Hi
    anyone knows how to refresh a user-managed cache group from an application developed in C or C++ (ttclasses ) ?
    Please HELP !!!!!!
    lewismm

    Execute the relevant SQL statement ('REFRESH CACHE GROUP cgname' is the most likely one) just like you would any other SQL statement.
    Chris

  • Campaign automation  recurring and refresh target group

    Hi,
    i'm working with CRM 5.0 and i work for the first time with target group and recurring campaign.
    I need to create birthdate campaign to send greetengs to bp that match birthdate, but i dont' know how refresh target group Bp every day.
    Someone could help me? thank in advance.

    Hi,
    Plz surf through following links
    http://help.sap.com/saphelp_crm40/helpdata/en/d2/1d13bd5cd34040a2f03b622d121a43/frameset.htm
    http://help.sap.com/saphelp_crm40/helpdata/en/b3/0b343e2dffb92ee10000000a114084/frameset.htm
    Best Regards,
    Pratik Patel
    <b>Reward with Points!</b>

  • Exchange 2010 SP3 - RU3 RU4 Public Folders issues ( not refreshing ) when grouping by Categories for "(None)" Group

    After installing Exchange 2010 SP3 RU3, I had an issue in Public Folders, once having group by categories in Outlook, the Group of "(None)" categories is not refreshing when changing flag... I also installed RU4 but nothing changed, any reason
    Thx

    Hi,
    From your description, the group with none categories won’t fresh when changing flag in Category view. If I misunderstood, please point it out.
    As you can in the View tab as below, there is Category as well as Flag: Start date or Due Date. It means that grouping per color categories is more or less different from that
    grouping by flag.
    Should you need more assistance, feel free to tell me.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Refresh master group

    Hey,
    I have a jspx page genereted by JHeadstart. The page contains a Form layout of a view object, and a table layout on the same page of a detail view object (referenced by a view link).
    When in the details table a drop down list (id=PBD_ZrgVerzekerdenIndHuisarts) is changed then I do in Java code recalculate the costs (id=PB_ZorgPolisNettoPremie in the master form). But this costs aren't refreshed in the screen.
    The JHeadstart forum told me I should add some partial triggers, this I did on the region with id PB_ZorgPolisRegionsPB_ResultatenItemRegionPanelHeader this region constains the costs. But this partial trigger is not working, I also tried as partial trigger PBD_ZrgVerzekerdenPremie (this item is in the table and also recalculated when the drop down list changes), PBD_ZrgVerzekerdenIndHuisarts, PBD_ZrgVerzekerdenIndHuisartsColumn.
    Please can you help me what kind of partial trigger I should put in the region or some other tips how it should work.
    I also post (part of) the JSPX.
    Thanx Marianne
    <?xml version='1.0' encoding="windows-1252"?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:af="http://xmlns.oracle.com/adf/faces"
    xmlns:afh="http://xmlns.oracle.com/adf/faces/html">
    <jsp:output omit-xml-declaration="true" doctype-root-element="HTML"
    doctype-system="http://www.w3.org/TR/html4/loose.dtd"
    doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
    <jsp:directive.page contentType="text/html;charset=windows-1252"/>
    <f:view>
    <afh:html id="html">
    <afh:head title=" #{nls['EDIT_TITLE_PB_ZORGPOLI:#{bindings.PB_ZorgPolisCodeBranche}']}"
    id="head">
    <meta http-equiv="Content-Type"
    content="text/html; charset=windows-1252"/>
    <link rel="stylesheet"
    href="${pageContext.request.contextPath}/jheadstart/css/jhsStyles.css"
    type="text/css" id="jhsStyles"/>
    <link rel="stylesheet"
    href="${pageContext.request.contextPath}/customlaf/css/customlaf.css"
    type="text/css" id="customlaf"/>
    </afh:head>
    <afh:body id="body">
    <af:form id="dataForm" usesUpload='false'>
    <af:region id="pageConfig"
    regionType="oracle.jheadstart.region.pageConfig"
    value="#{bindings}"/>
    <afh:script id="hasPendingChanges" partialTriggers=""
    text="hasPendingChanges='#{hasPendingChanges}';"/>
    <afh:tableLayout width="100%">
    <!-- MH: 28-07-2008, vervanging header, columnSpan van 3 naar 2 -->
    <afh:rowLayout>
    <afh:cellFormat styleClass="header" columnSpan="2">
    <af:region id="header"
    regionType="an.ennia.avanse.keten.brokers.view.region.Header"
    value="#{bindings}"/>
    </afh:cellFormat>
    </afh:rowLayout>
    <afh:rowLayout>
    <afh:cellFormat styleClass="leftSide">
    <af:region id="leftSide" value="#{bindings}"
    regionType="an.ennia.avanse.keten.brokers.view.region.leftSide">
    <af:attribute name="selectedTab" value="PB_ZorgPolis"/>
    </af:region>
    </afh:cellFormat>
    <afh:cellFormat styleClass="pageContent">
    <afh:tableLayout width="100%">
    <afh:rowLayout>
    <afh:cellFormat valign="top" styleClass="pageTitle">
    <h:outputText value=" #{nls['EDIT_TITLE_PB_ZORGPOLI:#{bindings.PB_ZorgPolisCodeBranche}']}"/>
    </afh:cellFormat>
    </afh:rowLayout>
    <!-- MH: 07-08-2008, Delete breadcrumb -->
    <afh:rowLayout styleClass="messages">
    <afh:cellFormat styleClass="messages">
    <af:messages id="messages"/>
    </afh:cellFormat>
    </afh:rowLayout>
    <afh:rowLayout>
    <afh:cellFormat styleClass="pageContent">
    <!-- DEBUG:BEGIN:FORM_PAGE_CONTENT : ennia\premieberekenen\page\formPageContent.vm, nesting level: 2 -->
    <afh:tableLayout width="100%">
    <afh:rowLayout styleClass="groupContent">
    <afh:cellFormat styleClass="groupContent">
    <!-- DEBUG:BEGIN:FORM_GROUP : ennia/pageComponent/formGroup.vm, nesting level: 3 -->
    <af:panelGroup rendered="#{bindings.PB_ZorgPolisIterator.findMode!='true'}"
    id="PB_ZorgPolisFormGroup">
    <af:outputFormatted value="#{nls['NO_ROWS_FOUND']}"
    styleUsage="pageStamp"
    rendered="#{!((bindings.PB_ZorgPolisIterator.currentRowIndexInRange!=-1 and bindings.PB_ZorgPolisIterator.findMode!='true'))}"
    id="PB_ZorgPolisNoRowsFound"/>
    <af:panelGroup rendered="#{(bindings.PB_ZorgPolisIterator.currentRowIndexInRange!=-1 and bindings.PB_ZorgPolisIterator.findMode!='true')}"
    id="PB_ZorgPolisFormContent">
    <af:panelForm rows="1" maxColumns="1"
    width="10%"
    id="PB_ZorgPolisFormItems"></af:panelForm>
    <af:objectSpacer height="10"
    id="PB_ZorgPolisFormRegionsSpacer"/>
    <!-- DEBUG:BEGIN:VERTICAL_REGION_CONTAINER : default/pageComponent/verticalRegionContainer.vm, nesting level: 4 -->
    <af:panelGroup id="PB_ZorgPolisRegionsPanelGroup">
    <af:panelHeader text="Algemeen"
    id="PB_ZorgPolisRegionsPB_AlgemeenItemRegionPanelHeader">
    <!-- DEBUG:BEGIN:ITEM_REGION : ennia/pageComponent/itemRegion.vm, nesting level: 5 -->
    <af:panelForm rows="1" labelWidth="120"
    maxColumns="1" width="10%"
    id="PB_ZorgPolisPB_AlgemeenItemRegionPanelForm">
    <!-- DEBUG:BEGIN:FORM_DROP_DOWN_LIST : default/item/form/formDropDownList.vm, nesting level: 6 -->
    <af:selectOneChoice id="PB_ZorgPolisCodeLand"
    value="#{bindings.PB_ZorgPolisCodeLand.inputValue}"
    label="Land"
    showRequired="true"
    readOnly="true"
    unselectedLabel="">
    <!-- DEBUG:BEGIN:DYNAMIC_DOMAIN_OPTIONS : default/item/dynamicDomainOptions.vm, nesting level: 7 -->
    <af:forEach var="row2"
    items="#{bindings.LandDomein.rangeSet}">
    <af:selectItem id="SiPB_ZorgPolisCodeLand"
    label="#{row2.Omschrijving}"
    value="#{row2.CodeLand}"/>
    </af:forEach>
    <!-- DEBUG:END:DYNAMIC_DOMAIN_OPTIONS : default/item/dynamicDomainOptions.vm, nesting level: 7-->
    </af:selectOneChoice>
    <!-- DEBUG:END:FORM_DROP_DOWN_LIST : default/item/form/formDropDownList.vm, nesting level: 6-->
    </af:panelForm>
    <!-- DEBUG:END:ITEM_REGION : ennia/pageComponent/itemRegion.vm, nesting level: 5-->
    </af:panelHeader>
    <af:panelHeader text="Gegevens verzekering"
    id="PB_ZorgPolisRegionsPB_VerzekeringItemRegionPanelHeader">
    <!-- DEBUG:BEGIN:ITEM_REGION : ennia/pageComponent/itemRegion.vm, nesting level: 5 -->
    <af:panelForm rows="1" labelWidth="120"
    maxColumns="1" width="10%"
    id="PB_ZorgPolisPB_VerzekeringItemRegionPanelForm">
    <!-- DEBUG:BEGIN:FORM_DROP_DOWN_LIST : default/item/form/formDropDownList.vm, nesting level: 6 -->
    <af:selectOneChoice id="PB_ZorgPolisCodeEigenRisico"
    value="#{bindings.PB_ZorgPolisCodeEigenRisico.inputValue}"
    label="Eigen risico"
    showRequired="true"
    unselectedLabel="">
    <!-- DEBUG:BEGIN:DYNAMIC_DOMAIN_OPTIONS : default/item/dynamicDomainOptions.vm, nesting level: 7 -->
    <af:forEach var="row2"
    items="#{bindings.EigenRisicoDomein.rangeSet}">
    <af:selectItem id="SiPB_ZorgPolisCodeEigenRisico"
    label="#{row2.RvMeaning}"
    value="#{row2.RvLowValue}"/>
    </af:forEach>
    <!-- DEBUG:END:DYNAMIC_DOMAIN_OPTIONS : default/item/dynamicDomainOptions.vm, nesting level: 7-->
    </af:selectOneChoice>
    <!-- DEBUG:END:FORM_DROP_DOWN_LIST : default/item/form/formDropDownList.vm, nesting level: 6-->
    </af:panelForm>
    <!-- DEBUG:END:ITEM_REGION : ennia/pageComponent/itemRegion.vm, nesting level: 5-->
    </af:panelHeader>
    <af:panelHeader text="Gegevens verzekerden"
    id="PB_ZorgPolisRegionsPB_VerzekerdenGroupRegionPanelHeader">
    <!-- DEBUG:BEGIN:GROUP_REGION : ennia/pageComponent/groupRegion.vm, nesting level: 5 -->
    <!-- DEBUG:BEGIN:GROUP_CONTENT : default/pageComponent/groupContent.vm, nesting level: 6 -->
    <!-- DEBUG:BEGIN:TABLE_GROUP : ennia\premieberekenen\zorg\pageComponent\tableGroup.vm, nesting level: 7 -->
    <af:panelGroup rendered="#{bindings.PBD_ZrgVerzekerdenIterator.findMode!='true'}"
    id="PBD_ZrgVerzekerdenTableGroup">
    <afh:script text="addToIgnoreChangedFields(['PBD_ZrgVerzekerdenTable:selected']);"
    id="PBD_ZrgVerzekerdenIgnoreChangedFields"/>
    <afh:script text="addRequiredRowItems('dataForm',[new JhsItem('PBD_ZrgVerzekerdenCodeRelatieType','Relatie type')]);"
    rendered="#{bindings.PBD_ZrgVerzekerdenCodeRelatieType.mandatory}"/>
    <afh:script text="addRequiredRowItems('dataForm',[new JhsItem('PBD_ZrgVerzekerdenGeboortedatum','Geboortedatum')]);"
    rendered="#{bindings.PBD_ZrgVerzekerdenGeboortedatum.mandatory}"/>
    <afh:script text="addRequiredRowItems('dataForm',[new JhsItem('PBD_ZrgVerzekerdenGeslacht','Geslacht')]);"
    rendered="#{bindings.PBD_ZrgVerzekerdenGeslacht.mandatory}"/>
    <afh:script text="addRequiredRowItems('dataForm',[new JhsItem('PBD_ZrgVerzekerdenLengte','Lengte (cm)')]);"
    rendered="#{bindings.PBD_ZrgVerzekerdenLengte.mandatory}"/>
    <afh:script text="addRequiredRowItems('dataForm',[new JhsItem('PBD_ZrgVerzekerdenGewicht','Gewicht (kg)')]);"
    rendered="#{bindings.PBD_ZrgVerzekerdenGewicht.mandatory}"/>
    <afh:script text="addRequiredRowItems('dataForm',[new JhsItem('PBD_ZrgVerzekerdenIndHuisarts','Huisarts-dekking')]);"
    rendered="#{bindings.PBD_ZrgVerzekerdenIndHuisarts.mandatory}"/>
    <afh:script text="addRequiredRowItems('dataForm',[new JhsItem('PBD_ZrgVerzekerdenIndTandarts','Tandarts-dekking')]);"
    rendered="#{bindings.PBD_ZrgVerzekerdenIndTandarts.mandatory}"/>
    <afh:script text="addRequiredRowItems('dataForm',[new JhsItem('PBD_ZrgVerzekerdenIndExtraPlus','Extra plus')]);"
    rendered="#{bindings.PBD_ZrgVerzekerdenIndExtraPlus.mandatory}"/>
    <afh:script text="addRequiredRowItems('dataForm',[new JhsItem('PBD_ZrgVerzekerdenIndBuitenlandPlus','Buitenland plus')]);"
    rendered="#{bindings.PBD_ZrgVerzekerdenIndBuitenlandPlus.mandatory}"/>
    <afh:script text="addRequiredRowItems('dataForm',[new JhsItem('PBD_ZrgVerzekerdenPremie','Premie')]);"
    rendered="#{bindings.PBD_ZrgVerzekerdenPremie.mandatory}"/>
    <af:table id="PBD_ZrgVerzekerdenTable"
    width="50%"
    value="#{PBD_ZrgVerzekerdenCollectionModel}"
    rangeChangeListener="#{PBD_ZrgVerzekerdenCollectionModel.processRangeChange}"
    selectionState="#{PBD_ZrgVerzekerdenCollectionModel.selectedRow}"
    selectionListener="#{PBD_ZrgVerzekerdenCollectionModel.makeCurrent}"
    disclosureListener="#{PBD_ZrgVerzekerdenCollectionModel.makeCurrent}"
    var="row" varStatus="status"
    rows="#{bindings.PBD_ZrgVerzekerdenTable.rangeSize}"
    first="#{bindings.PBD_ZrgVerzekerdenTable.rangeStart}"
    emptyText="#{nls['NO_ROWS_FOUND']}"
    binding="#{PBD_ZrgVerzekerdenCollectionModel.table}">
    <!-- DEBUG:BEGIN:TABLE_FOOTER : default/pageComponent/tableFooter.vm, nesting level: 8 -->
    <!-- DEBUG:END:TABLE_FOOTER : default/pageComponent/tableFooter.vm, nesting level: 8-->
    <f:facet name="actions">
    <!-- DEBUG:BEGIN:ADD_ROW_BUTTON : ennia\premieberekenen\zorg\button\addRowButton.vm, nesting level: 8 -->
    <af:commandButton textAndAccessKey="#{nls['ADD_ROW']}"
    actionListener="#{premieberekeningBean.addZorgRow}"
    id="PBD_ZrgVerzekerdenAddRowButton">
    <af:resetActionListener/>
    </af:commandButton>
    <!-- DEBUG:END:ADD_ROW_BUTTON : ennia\premieberekenen\zorg\button\addRowButton.vm, nesting level: 8-->
    </f:facet>
    <!-- DEBUG:BEGIN:TABLE_DATE_FIELD : default/item/table/tableDateField.vm, nesting level: 8 -->
    <af:column id="PBD_ZrgVerzekerdenGeboortedatumColumn"
    noWrap="true">
    <f:facet name="header">
    <af:outputLabel value="Geboortedatum"
    showRequired="#{bindings.PBD_ZrgVerzekerdenGeboortedatum.mandatory}"
    styleClass="af_column_header-text"/>
    </f:facet>
    <af:selectInputDate id="PBD_ZrgVerzekerdenGeboortedatum"
    value="#{row.Geboortedatum}"
    showRequired="#{bindings.PBD_ZrgVerzekerdenGeboortedatum.mandatory}">
    <af:convertDateTime pattern="#{nls.datepattern}"/>
    </af:selectInputDate>
    <!-- DEBUG:BEGIN:TABLE_ITEM_FOOTER : default/item/table/tableItemFooter.vm, nesting level: 9 -->
    <!-- DEBUG:END:TABLE_ITEM_FOOTER : default/item/table/tableItemFooter.vm, nesting level: 9-->
    </af:column>
    <!-- DEBUG:END:TABLE_DATE_FIELD : default/item/table/tableDateField.vm, nesting level: 8-->
    <!-- DEBUG:BEGIN:TABLE_DROP_DOWN_LIST : ennia/premieberekenen/zorg/item/table/tableDropDownList.vm, nesting level: 8 -->
    <af:column id="PBD_ZrgVerzekerdenIndHuisartsColumn"
    noWrap="true">
    <f:facet name="header">
    <af:outputLabel value="Huisarts-dekking"
    showRequired="#{bindings.PBD_ZrgVerzekerdenIndHuisarts.mandatory}"
    styleClass="af_column_header-text"/>
    </f:facet>
    <af:selectOneChoice id="PBD_ZrgVerzekerdenIndHuisarts"
    value="#{row.IndHuisarts}"
    showRequired="#{bindings.PBD_ZrgVerzekerdenIndHuisarts.mandatory}"
    autoSubmit="true"
    onchange="addChangedField(this.name);"
    valueChangeListener="#{premieberekeningBean.updateZorgResultaten}"
    unselectedLabel="">
    <!-- DEBUG:BEGIN:DYNAMIC_DOMAIN_OPTIONS : default/item/dynamicDomainOptions.vm, nesting level: 9 -->
    <af:forEach var="row2"
    items="#{bindings.JaNeeDomein.rangeSet}">
    <af:selectItem id="SiPBD_ZrgVerzekerdenIndHuisarts"
    label="#{row2.RvMeaning}"
    value="#{row2.RvLowValue}"/>
    </af:forEach>
    <!-- DEBUG:END:DYNAMIC_DOMAIN_OPTIONS : default/item/dynamicDomainOptions.vm, nesting level: 9-->
    </af:selectOneChoice>
    <!-- DEBUG:BEGIN:TABLE_ITEM_FOOTER : default/item/table/tableItemFooter.vm, nesting level: 9 -->
    <!-- DEBUG:END:TABLE_ITEM_FOOTER : default/item/table/tableItemFooter.vm, nesting level: 9-->
    </af:column>
    <!-- DEBUG:END:TABLE_DROP_DOWN_LIST : ennia/premieberekenen/zorg/item/table/tableDropDownList.vm, nesting level: 8-->
    <!-- DEBUG:BEGIN:TABLE_TEXT_INPUT : default/item/table/tableTextInput.vm, nesting level: 8 -->
    <af:column id="PBD_ZrgVerzekerdenPremieColumn"
    noWrap="true"
    formatType="number">
    <f:facet name="header">
    <af:outputLabel value="Premie"
    styleClass="af_column_header-text"/>
    </f:facet>
    <af:inputText id="PBD_ZrgVerzekerdenPremie"
    value="#{row.Premie}"
    partialTriggers=" PBD_ZrgVerzekerdenIndHuisarts PBD_ZrgVerzekerdenIndTandarts PBD_ZrgVerzekerdenIndBuitenlandPlus PBD_ZrgVerzekerdenIndExtraPlus"
    showRequired="#{bindings.PBD_ZrgVerzekerdenPremie.mandatory}"
    rows="#{bindings.PBD_ZrgVerzekerdenPremie.displayHeight}"
    columns="#{bindings.PBD_ZrgVerzekerdenPremie.displayWidth}"
    maximumLength="15"
    readOnly="true">
    <f:convertNumber groupingUsed="false"
    pattern="#{bindings.PBD_ZrgVerzekerdenPremie.format}"/>
    </af:inputText>
    <!-- DEBUG:BEGIN:TABLE_ITEM_FOOTER : default/item/table/tableItemFooter.vm, nesting level: 9 -->
    <!-- DEBUG:END:TABLE_ITEM_FOOTER : default/item/table/tableItemFooter.vm, nesting level: 9-->
    </af:column>
    <!-- DEBUG:END:TABLE_TEXT_INPUT : default/item/table/tableTextInput.vm, nesting level: 8-->
    <af:column gridVisible="false">
    <afh:script text="setTableRowCount('dataForm','PBD_ZrgVerzekerdenTable' ,#{status.index+1-(bindings.PBD_ZrgVerzekerdenTable.rangeStart==-1 ? 0 : bindings.PBD_ZrgVerzekerdenTable.rangeStart)});"/>
    <af:inputHidden id="IsNewRow"
    value="#{PBD_ZrgVerzekerdenCollectionModel.newRow}"/>
    </af:column>
    </af:table>
    <!-- DEBUG:BEGIN:TABLE_GROUP_BUTTONS : default/pageComponent/tableGroupButtons.vm, nesting level: 8 -->
    <af:objectSpacer height="10"
    id="PBD_ZrgVerzekerdenTableButtonsSpacer"/>
    <!-- DEBUG:END:TABLE_GROUP_BUTTONS : default/pageComponent/tableGroupButtons.vm, nesting level: 8-->
    </af:panelGroup>
    <!-- DEBUG:END:TABLE_GROUP : ennia\premieberekenen\zorg\pageComponent\tableGroup.vm, nesting level: 7-->
    <!-- DEBUG:END:GROUP_CONTENT : default/pageComponent/groupContent.vm, nesting level: 6-->
    <!-- DEBUG:END:GROUP_REGION : ennia/pageComponent/groupRegion.vm, nesting level: 5-->
    </af:panelHeader>
    <af:panelHeader text="Resultaten"
    partialTriggers=" PBD_ZrgVerzekerdenTable"
    id="PB_ZorgPolisRegionsPB_ResultatenItemRegionPanelHeader">
    <!-- DEBUG:BEGIN:ITEM_REGION : ennia/pageComponent/itemRegion.vm, nesting level: 5 -->
    <af:panelForm rows="1" labelWidth="120"
    maxColumns="1" width="10%"
    id="PB_ZorgPolisPB_ResultatenItemRegionPanelForm">
    <!-- DEBUG:BEGIN:FORM_TEXT_INPUT : default/item/form/formTextInput.vm, nesting level: 6 -->
    <af:inputText id="PB_ZorgPolisNettoPremie"
    value="#{bindings.PB_ZorgPolisNettoPremie.inputValue}"
    label="Netto premie"
    showRequired="#{bindings.PB_ZorgPolisNettoPremie.mandatory}"
    rows="#{bindings.PB_ZorgPolisNettoPremie.displayHeight}"
    columns="#{bindings.PB_ZorgPolisNettoPremie.displayWidth}"
    maximumLength="15"
    readOnly="true">
    <f:convertNumber groupingUsed="false"
    pattern="#{bindings.PB_ZorgPolisNettoPremie.format}"/>
    </af:inputText>
    <!-- DEBUG:END:FORM_TEXT_INPUT : default/item/form/formTextInput.vm, nesting level: 6-->
    </af:panelForm>
    <!-- DEBUG:END:ITEM_REGION : ennia/pageComponent/itemRegion.vm, nesting level: 5-->
    </af:panelHeader>
    </af:panelGroup>
    <!-- DEBUG:END:VERTICAL_REGION_CONTAINER : default/pageComponent/verticalRegionContainer.vm, nesting level: 4-->
    </af:panelGroup>
    </af:panelGroup>
    <!-- DEBUG:END:FORM_GROUP : ennia/pageComponent/formGroup.vm, nesting level: 3-->
    </afh:cellFormat>
    </afh:rowLayout>
    <afh:rowLayout styleClass="pageButtons" halign="right">
    <afh:cellFormat styleClass="pageButtons">
    <af:panelButtonBar id="pageButtons">
    <af:commandButton actionListener="#{premieberekeningBean.zorgBerekenen}"
    styleClass="button"
    onmouseover="this.className='buttonSelected'"
    onmouseout="this.className='button'"
    textAndAccessKey="#{nls['BEREKENEN']}">
    <af:resetActionListener/>
    </af:commandButton>
    </af:panelButtonBar>
    </afh:cellFormat>
    </afh:rowLayout>
    </afh:tableLayout>
    <!-- DEBUG:END:FORM_PAGE_CONTENT : ennia\premieberekenen\page\formPageContent.vm, nesting level: 2-->
    </afh:cellFormat>
    </afh:rowLayout>
    </afh:tableLayout>
    </afh:cellFormat>
    <!-- MH: 29-07-2008, Verwijderen rightSide
    <afh:cellFormat styleClass="rightSide">
    <af:region id="rightSide" regionType="customlaf.region.RightSide" value="#{bindings}"/>
    </afh:cellFormat>
    -->
    </afh:rowLayout>
    <!-- MH: 29-07-2008, Verwijderen footer
    <afh:rowLayout>
    <afh:cellFormat styleClass="footer" columnSpan="3">
    <af:region id="footer" regionType="customlaf.region.Footer" value="#{bindings}"/>
    </afh:cellFormat>
    </afh:rowLayout>
    -->
    </afh:tableLayout>
    </af:form>
    </afh:body>
    </afh:html>
    </f:view>
    </jsp:root>

    I already deleted a lot but here by some what more smaller JSPX:
    <?xml version='1.0' encoding="windows-1252"?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:af="http://xmlns.oracle.com/adf/faces"
    xmlns:afh="http://xmlns.oracle.com/adf/faces/html">
    <jsp:output omit-xml-declaration="true" doctype-root-element="HTML"
    doctype-system="http://www.w3.org/TR/html4/loose.dtd"
    doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
    <jsp:directive.page contentType="text/html;charset=windows-1252"/>
    <f:view>
    <afh:html id="html">
    <afh:head title=" #{nls['EDIT_TITLE_PB_ZORGPOLI:#{bindings.PB_ZorgPolisCodeBranche}']}"
    id="head">
    <meta http-equiv="Content-Type"
    content="text/html; charset=windows-1252"/>
    <link rel="stylesheet"
    href="${pageContext.request.contextPath}/jheadstart/css/jhsStyles.css"
    type="text/css" id="jhsStyles"/>
    <link rel="stylesheet"
    href="${pageContext.request.contextPath}/customlaf/css/customlaf.css"
    type="text/css" id="customlaf"/>
    </afh:head>
    <afh:body id="body">
    <af:form id="dataForm" usesUpload='false'>
    <af:region id="pageConfig"
    regionType="oracle.jheadstart.region.pageConfig"
    value="#{bindings}"/>
    <afh:script id="hasPendingChanges" partialTriggers=""
    text="hasPendingChanges='#{hasPendingChanges}';"/>
    <afh:tableLayout width="100%">
    <afh:rowLayout>
    <afh:cellFormat styleClass="pageContent">
    <afh:tableLayout width="100%">
    <afh:rowLayout>
    <afh:cellFormat styleClass="pageContent">
    <afh:tableLayout width="100%">
    <afh:rowLayout styleClass="groupContent">
    <afh:cellFormat styleClass="groupContent">
    <af:panelGroup rendered="#{bindings.PB_ZorgPolisIterator.findMode!='true'}"
    id="PB_ZorgPolisFormGroup">
    <af:panelGroup rendered="#{(bindings.PB_ZorgPolisIterator.currentRowIndexInRange!=-1 and bindings.PB_ZorgPolisIterator.findMode!='true')}"
    id="PB_ZorgPolisFormContent">
    <af:panelGroup id="PB_ZorgPolisRegionsPanelGroup">
    <af:panelHeader text="Gegevens verzekerden"
    id="PB_ZorgPolisRegionsPB_VerzekerdenGroupRegionPanelHeader">
    <af:panelGroup rendered="#{bindings.PBD_ZrgVerzekerdenIterator.findMode!='true'}"
    id="PBD_ZrgVerzekerdenTableGroup">
    <afh:script text="addToIgnoreChangedFields(['PBD_ZrgVerzekerdenTable:selected']);"
    id="PBD_ZrgVerzekerdenIgnoreChangedFields"/>
    <afh:script text="addRequiredRowItems('dataForm',[new JhsItem('PBD_ZrgVerzekerdenCodeRelatieType','Relatie type')]);"
    rendered="#{bindings.PBD_ZrgVerzekerdenCodeRelatieType.mandatory}"/>
    <afh:script text="addRequiredRowItems('dataForm',[new JhsItem('PBD_ZrgVerzekerdenGeboortedatum','Geboortedatum')]);"
    rendered="#{bindings.PBD_ZrgVerzekerdenGeboortedatum.mandatory}"/>
    <afh:script text="addRequiredRowItems('dataForm',[new JhsItem('PBD_ZrgVerzekerdenGeslacht','Geslacht')]);"
    rendered="#{bindings.PBD_ZrgVerzekerdenGeslacht.mandatory}"/>
    <afh:script text="addRequiredRowItems('dataForm',[new JhsItem('PBD_ZrgVerzekerdenLengte','Lengte (cm)')]);"
    rendered="#{bindings.PBD_ZrgVerzekerdenLengte.mandatory}"/>
    <afh:script text="addRequiredRowItems('dataForm',[new JhsItem('PBD_ZrgVerzekerdenGewicht','Gewicht (kg)')]);"
    rendered="#{bindings.PBD_ZrgVerzekerdenGewicht.mandatory}"/>
    <afh:script text="addRequiredRowItems('dataForm',[new JhsItem('PBD_ZrgVerzekerdenIndHuisarts','Huisarts-dekking')]);"
    rendered="#{bindings.PBD_ZrgVerzekerdenIndHuisarts.mandatory}"/>
    <afh:script text="addRequiredRowItems('dataForm',[new JhsItem('PBD_ZrgVerzekerdenIndTandarts','Tandarts-dekking')]);"
    rendered="#{bindings.PBD_ZrgVerzekerdenIndTandarts.mandatory}"/>
    <afh:script text="addRequiredRowItems('dataForm',[new JhsItem('PBD_ZrgVerzekerdenIndExtraPlus','Extra plus')]);"
    rendered="#{bindings.PBD_ZrgVerzekerdenIndExtraPlus.mandatory}"/>
    <afh:script text="addRequiredRowItems('dataForm',[new JhsItem('PBD_ZrgVerzekerdenIndBuitenlandPlus','Buitenland plus')]);"
    rendered="#{bindings.PBD_ZrgVerzekerdenIndBuitenlandPlus.mandatory}"/>
    <afh:script text="addRequiredRowItems('dataForm',[new JhsItem('PBD_ZrgVerzekerdenPremie','Premie')]);"
    rendered="#{bindings.PBD_ZrgVerzekerdenPremie.mandatory}"/>
    <af:table id="PBD_ZrgVerzekerdenTable"
    width="50%"
    value="#{PBD_ZrgVerzekerdenCollectionModel}"
    rangeChangeListener="#{PBD_ZrgVerzekerdenCollectionModel.processRangeChange}"
    selectionState="#{PBD_ZrgVerzekerdenCollectionModel.selectedRow}"
    selectionListener="#{PBD_ZrgVerzekerdenCollectionModel.makeCurrent}"
    disclosureListener="#{PBD_ZrgVerzekerdenCollectionModel.makeCurrent}"
    var="row" varStatus="status"
    rows="#{bindings.PBD_ZrgVerzekerdenTable.rangeSize}"
    first="#{bindings.PBD_ZrgVerzekerdenTable.rangeStart}"
    emptyText="#{nls['NO_ROWS_FOUND']}"
    binding="#{PBD_ZrgVerzekerdenCollectionModel.table}">
    <af:column id="PBD_ZrgVerzekerdenIndHuisartsColumn"
    noWrap="true">
    <f:facet name="header">
    <af:outputLabel value="Huisarts-dekking"
    showRequired="#{bindings.PBD_ZrgVerzekerdenIndHuisarts.mandatory}"
    styleClass="af_column_header-text"/>
    </f:facet>
    <af:selectOneChoice id="PBD_ZrgVerzekerdenIndHuisarts"
    value="#{row.IndHuisarts}"
    showRequired="#{bindings.PBD_ZrgVerzekerdenIndHuisarts.mandatory}"
    autoSubmit="true"
    onchange="addChangedField(this.name);"
    valueChangeListener="#{premieberekeningBean.updateZorgResultaten}"
    unselectedLabel="">
    <af:forEach var="row2"
    items="#{bindings.JaNeeDomein.rangeSet}">
    <af:selectItem id="SiPBD_ZrgVerzekerdenIndHuisarts"
    label="#{row2.RvMeaning}"
    value="#{row2.RvLowValue}"/>
    </af:forEach>
    </af:selectOneChoice>
    </af:column>
    <af:column id="PBD_ZrgVerzekerdenPremieColumn"
    noWrap="true"
    formatType="number">
    <f:facet name="header">
    <af:outputLabel value="Premie"
    styleClass="af_column_header-text"/>
    </f:facet>
    <af:inputText id="PBD_ZrgVerzekerdenPremie"
    value="#{row.Premie}"
    partialTriggers=" PBD_ZrgVerzekerdenIndHuisarts PBD_ZrgVerzekerdenIndTandarts PBD_ZrgVerzekerdenIndBuitenlandPlus PBD_ZrgVerzekerdenIndExtraPlus"
    showRequired="#{bindings.PBD_ZrgVerzekerdenPremie.mandatory}"
    rows="#{bindings.PBD_ZrgVerzekerdenPremie.displayHeight}"
    columns="#{bindings.PBD_ZrgVerzekerdenPremie.displayWidth}"
    maximumLength="15"
    readOnly="true">
    <f:convertNumber groupingUsed="false"
    pattern="#{bindings.PBD_ZrgVerzekerdenPremie.format}"/>
    </af:inputText>
    </af:column>
    </af:table>
    </af:panelGroup>
    </af:panelHeader>
    <af:panelHeader text="Resultaten"
    partialTriggers=" PBD_ZrgVerzekerdenTable"
    id="PB_ZorgPolisRegionsPB_ResultatenItemRegionPanelHeader">
    <af:panelForm rows="1" labelWidth="120"
    maxColumns="1" width="10%"
    id="PB_ZorgPolisPB_ResultatenItemRegionPanelForm">
    <af:inputText id="PB_ZorgPolisNettoPremie"
    value="#{bindings.PB_ZorgPolisNettoPremie.inputValue}"
    label="Netto premie"
    showRequired="#{bindings.PB_ZorgPolisNettoPremie.mandatory}"
    rows="#{bindings.PB_ZorgPolisNettoPremie.displayHeight}"
    columns="#{bindings.PB_ZorgPolisNettoPremie.displayWidth}"
    maximumLength="15"
    readOnly="true">
    <f:convertNumber groupingUsed="false"
    pattern="#{bindings.PB_ZorgPolisNettoPremie.format}"/>
    </af:inputText>
    </af:panelForm>
    </af:panelHeader>
    </af:panelGroup>
    </af:panelGroup>
    </af:panelGroup>
    </afh:cellFormat>
    </afh:rowLayout>
    <afh:rowLayout styleClass="pageButtons" halign="right">
    <afh:cellFormat styleClass="pageButtons">
    <af:panelButtonBar id="pageButtons">
    <af:commandButton actionListener="#{premieberekeningBean.zorgBerekenen}"
    styleClass="button"
    onmouseover="this.className='buttonSelected'"
    onmouseout="this.className='button'"
    textAndAccessKey="#{nls['BEREKENEN']}">
    <af:resetActionListener/>
    </af:commandButton>
    </af:panelButtonBar>
    </afh:cellFormat>
    </afh:rowLayout>
    </afh:tableLayout>
    </afh:cellFormat>
    </afh:rowLayout>
    </afh:tableLayout>
    </afh:cellFormat>
    </afh:rowLayout>
    </afh:tableLayout>
    </af:form>
    </afh:body>
    </afh:html>
    </f:view>
    </jsp:root>

  • Unable to refresh Materialized view group when an Mview is added

    Hi,
    I have 8 MVs present in my DB and added them to a MV refresh group. But I am getting the error below when I try to refresh the group.
    SQL> exec DBMS_REFRESH.refresh('MVRFRSHGRP_EAIGHD');
    begin DBMS_REFRESH.refresh('MVRFRSHGRP_EAIGHD'); end;
    ORA-12048: error encountered while refreshing materialized view "MYUAT"."MV_EAI_PJRM_EMP_ALLOC_DTLS"
    ORA-12018: following error encountered during code generation for "MYUAT"."MV_EAI_PJRM_EMP_ALLOC_DTLS"
    ORA-00942: table or view does not exist
    ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2563
    ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2776
    ORA-06512: at "SYS.DBMS_IREFRESH", line 685
    ORA-06512: at "SYS.DBMS_REFRESH", line 195
    ORA-06512: at line 1
    SQL> Actually the view MV_EAI_PJRM_EMP_ALLOC_DTLS exists and MVlog$ are present at source site.
    When I remove this view from the group, I am able to refresh it successfully.
    I destroyed the group, recreated and added all the views and tried. But no luck.
    Can some one suggest what could be the problem?
    Regards
    Deep

    Hi,
    You didn't leave a version (Again), so I can only guess.
    You may be suffering from
    Bug 10096159 ORA-12048 error message raised by DBMS_REFRESH.REFRESH is not corrrect
    Meaning it could be a different MV that fails to refresh.
    Regards
    Peter
    Edit:
    Versions confirmed as being affected      (There could be others, mind)
    11.2.0.1
    11.1.0.7
    10.2.0.5
    10.2.0.3
    Edited by: Peter on Sep 4, 2012 8:45 AM

  • Group Tree issue when refreshing- Crystal for Visual Studio 2010 WPF Viewer

    Hello,
    We've run into an issue when refreshing reports with the WPF viewer for Visual Studio 2010. After the report is refreshed, the Group Tree is blank and it should have values. For example, you run a report and see values in the Group Tree. If you refresh the report with the same parameter values the Group Tree is blank.
    Has anyone run into this yet?
    Thanks,
    Tyler

    That is correct.
    I just did a quick test and was not able to reproduce the issue.
    Details of test:
    1) Create a new app;
    File | New | Project
    Visual Basic | reporting -> Crystal Reports WPF Application
    2) Add the "Open File" button to the viewer (ShowOpenFileButton off of the WPF viewer properties)
    3) Run app
    4) Browse to a report that has a number of groups >250
    5) Refresh report using the Refresh button on the viewer
    I'll work on this a bit later today, see if I can repro it another way. Meanwhile, can you provide mode details (code) on how you repro the issue?
    - Ludek

  • Refresh Grouped AdvancedDataGrid

    I've been fiddling with the new AdvancedDataGrid for Flex 3
    and it does wonders. One of its features most beneficial to me is
    the ability to group rows of data based on some field (column)
    value. If you don't understand what I'm talking about check out the
    example at:
    http://labs.adobe.com/wiki/index.php/Flex_3:Feature_Introductions#Advanced_DataGrid
    The problem is that if you update the field value for any of
    the records and try to do a refresh so that the record with the new
    field value gets moved to the correct group, you get an error or
    the record does not get regrouped. In simple terms, how do you
    refresh the grouping on an AdvancedDataGrid when some of the
    grouping field values have changed?

    Can you please log a bug at
    http://bugs.adobe.com/flex/
    with the steps and sample data to reproduce it? Thanks.

  • Smartview 11.1.2.102 - Hidden columns shown after refresh

    I've been working with an older version of Smartview for about one year. Last week we upgraded to version 11.1.2.102.
    Issue:*
    Whenever I refresh a table, Excel formattings like hidden rows or columns are shown again. This is extremely annoying, as I am responsible for the monthly reporting in our group and all my standard reports are destroyed.
    Colours and number formats, however, remain the same.
    Has anyone a solution to this problem?

    I am with you does anyone know how to hide the grouping from refreshing in smartview. Everytime I refresh the grouping is then expanded. I want it collapsed.

  • User does not appear in group created from SAP role

    Hello --
    I have a user that has logged into InfoView successfully with SAP authentication and is showing in the CMC under the "User List." When I view the list of users in the group that was created from the SAP role he was a part of, he is not there.   When I go to the user account and view "Member of," the group IS shown in the list. 
    Any idea?  Any way I can "refresh" the group or anything like that?
    Thanks
    Casey

    Thanks for the replies.
    We are on XI 3.1 FP1.8 and we do have a CMS cluster.  Server reboots this weekend seem to have resolved the problem. I am curious why this question was asked, though:
    "Did you reassign the user to another SAP role after the user has already logged at least once in the InfoView?"
    Is this something that could have caused the problem or is it a possible workaround if we run into the issue again? 
    Thanks again...
    Casey

  • Help me, I can't refresh oracle connection

    14:07:23.88 Warn: ORA: 22151: ora-22151-1076128096-fresher00831: Last autorefresh for interval 1000 ms has not finished after 60000 ms
    14:07:27.05 Info: ORA: 22151: ora-22151-1078729056-eporter00372: object_id 47506, bookmark 0
    14:07:37.03 Info: ORA: 22151: ora-22151-1078729056-eporter00372: object_id 47506, bookmark 0
    Help me, How should I resolve?

    I resolves by
    alter cache group TEST.TEST_READONLY set AUTOREFRESH state PAUSED;
    refresh cache group TEST.TEST_READONLY commit every 256 rows;
    alter cache group TEST.TEST_READONLY set AUTOREFRESH state on;

  • Contact groups in iSync

    Hello,
    the contact groups I see in iSync do not match with my addressbook! How can i get this information in sync?
    Thanks
    Stephan O.

    Hi Stephan.
    I found that iSync had errors when syncing that was stopping it refreshing the groups successfully.
    1. Open Applications > Utilities > Console.
    2. Open iSync and try and sync
    Look in the console log and see if it comes up with any entries with error or failure in them. In my case I had an error that a directory did not exist and this was causing iSync to lock up when it came to refreshing groups from Addressbook. My error is reproduced below.
    2006-05-30 12:19:26.124 AddressBookSync[324] SyncServices assertion failure ([[NSFileManager defaultManager] fileExistsAtPath:directory]) in [ISDRecordStore initWithDatabaseInDirectory:], /SourceCache/SyncServices2/SyncServices2-188/SyncServices/ISDRecordStore.m:32 directory does not exist: /Users/xxx/Library/Application Support/SyncServices/Local/clientdata/0063006f006d002e006100700070006c0065002e0 0410064006400720065007300730042006f006f006b
    In my case, I created the directory mentioned which stopped the error occurring. For some other reason when I sync'd next I had duplicate contact groups - but one of the duplicates was empty. I was then able to delete the duplicates in AddressBook and sync my desired group to my phone.
    If iSync works correctly, you should only receive one line in the log after syncing if there are no changes e.g.
    2006-05-30 12:38:37.709 iSync[339] we receive the end of our sync plan
    This may or may not help in your situation.
    Cheers Gav

  • How to load cache group?

    Dear ChrisJenkins,
    My project has a timesten . There is a table (using read only cache group) in timesten.
    ex :
    create table A as (id number, content varchar(20));
    insert into A values (1, 'a1');
    insert into A values (2, 'a2');
    insert into A values (n, 'an');
    commit;
    The table (A) loaded 10 rows ('a1' --> 'a10'). if I execute the sql following :
    "Load cache group A where id >=2 and id <=11"
    , how will the timesten execute the sql above ?
    I suggest :
    the timesten don't load rows (id=2-->10) because the memory has the rows ,
    the timesten only load rows (id=11) because the memory don't has the row
    Is it true ?
    Thanks,rgds
    TuanTA

    In your example you are using a regular table not a readonly cache group table. If you are using a readonly cache group then the table would be created like this:
    CREATE READONLY CACHE GROUP CG_A
    AUTOREFRESH MODE INCREMENTAL INTERVAL 10 SECONDS STATE PAUSED
    FROM
    ORACLEOWNER.A ( ID NUMBER, CONTENT VARCHAR(20));
    This assumes that the table ORACLEOWNER.A already exists in Oracle with the same schema. The table in TimesTen will start off empty. ALso, you cannot insert, delete or update the rows in this table directly in TimesTen (that is why it is called a READONLY caceh group); if you try you will get an error. All data for this table has to originate in Oracle. Let's say that in Oracle you now do the following:
    insert into A values (1, 'a1');
    insert into A values (2, 'a2');
    insert into A values (10, 'a10');
    commit;
    Stilll the table in TimesTen is empty. We can load the table with the data from Oracle using:
    LOAD CACHE GROUP CG_A COMMIT EVERY 256 ROWS;
    Mow the table in TimesTen had the same rows as the table in Oracle. Also, the LOAD operation changes the AUTOREFRESH state from PAUSED to ON. You still cannot directly insert/update and delete to this table in TimesTen but any data changes arising due to DML executed on the Oracle table will be captured and propagates to TimesTen by the AUTOREFRESH mechanism. If you now did, in Oracle:
    UPDATE A SET CONTENT = 'NEW' WHERE ID = 3;
    INSERT INTO A VALUES (11, 'a11');
    COMMIT;
    Then, after the next autorefresh cycle (every 10 seconds in this example), the table in TimesTen would contain:
    1, 'a1'
    2, 'a2'
    3, 'NEW'
    4, 'a4'
    5, 'a5'
    6, 'a6'
    7, 'a7'
    8, 'a8'
    9, 'a9'
    10, 'a10'
    11, 'a11'
    So, your question cannot apply for READONLY cache groups...
    If you used a USERMANAGED cache group then your question could apply (as long as the cache group was not using AUTOREFRESH and the table had not been marked READONLY). In that case a LOAD CACHE GROUP cpmmand will only load qualifying rows that do not already exist in the cache table in TimesTen. If rows with the same primary key exist in Oracle they are not loaded, even if the other columns have different values to those in TimesTen. Contrast this with REFRESH CACHE GROUP which will replace all matching rows in TimesTen with the rows from Oracle.
    Chris

  • Cache groups and # symbol

    Hi!
    I have oracle table (user kvstr):
    create table CHANGES
    CHNG_ID NUMBER(10) not null,
    DAY DATE default SYSDATE,
    VOLUME_# NUMBER(4,2),
    NAVI_USER VARCHAR2(30) default USER,
    NAVI_DATE DATE default SYSDATE
    Then I create TimesTen 7.0.1 (WIN32) cache group:
    CREATE USERMANAGED CACHE GROUP "CGRP_CHANGES"
    FROM
    "KVSTR"."CHANGES" (
    "CHNG_ID" NUMBER(10) NOT NULL,
    "DAY" DATE,
    "VOLUME_#" NUMBER(4,2),
    PRIMARY KEY("CHNG_ID"), READONLY
    WHERE (TRUNC("KVSTR"."CHANGES"."DAY") = TRUNC(SYSDATE));
    Cache group created normally. But when I refresh cache group error occurred:
    Command> REFRESH CACHE GROUP ttsys.cgrp_changes COMMIT EVERY 1000 ROWS;
    5056: The cache operation fails: error_type=<Oracle Error>, error_code=<1740>, error_message: ORA-01740: missing double quote in identifier
    5039: An error occurred while refreshing TTSYS.CGRP_CHANGES: Refresh failed (ORA-01740: missing double quote in identifier
    The command failed.
    What's wrong?

    Hi!
    I was also facing the same problem but with out using # the problem gets solved. I guess TimesTen does not supports # in the column names but it is mentioned in the docs that it supports .
    Regards
    /Ahmad

  • Force LDAP refresh

    How can I force an LDAP refresh using the Java SDK?  I want to write something that adds a user to my mapped LDAP group and then have it call BO to refresh the group.  I have found little to no documentation on this.  I believe at some point I need to retrieve the secLDAP plug-in but beyond that I am stumped.  Some steps or code samples would be most appreciated.

    Something like the following worked with XI Release 2:
    IsecLDAP secLDAP = infoObjects.get(0);
    secLDAP.setAvailability(0);
    secLDAP.setAvailability(1);
    infoStore.commit(infoObjects);
    Sincerely,
    Ted Ueda

Maybe you are looking for