Getting error while trying to edit locally  the document in KM of portal.

Hi all
we have configured  file server in km portal as fsdb mode in portal (ep 7  sp 14). We were able to edit locally the documents . But all of a sudden from some of the PCs  we are getting the following error while  trying to edit the documents.
The download of the document failed .
Is there any PC specific configuration required? For the same user  we are able to edit the documents from some PCs  but from another it is not working.
Thannking you.
Rajendra.

Hi,
You have to set your activex control properly. then only edit locally in KM will work.
Also check the below wiki
https://www.sdn.sap.com/irj/scn/wiki?path=/display/KMC/HowtotroubleshootproblemswithLocalEditing
Hope that helps
Raghu

Similar Messages

  • Getting Error while trying to dynamically extending  the VO through Control

    Hi,
    PoRequSuppliersVO is the vo to which i am trying to add a dynamic and clause. I tried to as much info as possible. Please help me understand , why am i not able to add the add condition . In the below, i have jsut hardcoded the value to 100 to see if it works.
    Controller Code:
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    OAApplicationModule am = pageContext.getApplicationModule(webBean);
    OAViewObject vo= (OAViewObject)am.findViewObject("PoReqSuppliersVO");
    vo.setWhereClause("PoRequisitionSupplierEO.RATE = :2");
    vo.setWhereClauseParams(null);
    vo.setWhereClauseParam(2,100);
    vo.executeQuery();
    String Query = vo.getQuery();
    pageContext.writeDiagnostics("The Query value is :"," Value"+ Query, 1);
    Error Stack :
    oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: JBO-27122: SQL error during statement preparation. Statement: SELECT PoRequisitionSupplierEO.REQUISITION_LINE_ID, PoRequisitionSupplierEO.VENDOR_ID, PoRequisitionSupplierEO.VENDOR_SITE_ID, PoRequisitionSupplierEO.VENDOR_CONTACT_ID, PoRequisitionSupplierEO.NOTE_TO_VENDOR, PoRequisitionSupplierEO.DOCUMENT_TYPE_CODE, PoRequisitionSupplierEO.SOURCE_DOC_HEADER_ID, PoRequisitionSupplierEO.SOURCE_DOC_LINE_ID, PoRequisitionSupplierEO.SOURCE_DOC_LINE_NUM, PoRequisitionSupplierEO.UNIT_PRICE, PoRequisitionSupplierEO.CURRENCY_UNIT_PRICE, PoRequisitionSupplierEO.AMOUNT, PoRequisitionSupplierEO.CURRENCY_AMOUNT, PoRequisitionSupplierEO.CURRENCY_CODE, PoRequisitionSupplierEO.RATE_TYPE, PoRequisitionSupplierEO.RATE_DATE, PoRequisitionSupplierEO.RATE, PoRequisitionSupplierEO.PRICE_BREAK_ID, PoRequisitionSupplierEO.NOT_TO_EXCEED_PRICE, PoRequisitionSupplierEO.ALLOW_PRICE_OVERRIDE_FLAG, PoRequisitionSupplierEO.ALLOW_RATE_DIFFERENTIAL_FLAG, PoRequisitionSupplierEO.SUPPLIER_NOTIFIED_FLAG, PoRequisitionSupplierEO.SUPPLIER_NOTIFIED_DATE, PoRequisitionSupplierEO.LAST_UPDATE_DATE, PoRequisitionSupplierEO.LAST_UPDATED_BY, PoRequisitionSupplierEO.LAST_UPDATE_LOGIN, PoRequisitionSupplierEO.CREATION_DATE, PoRequisitionSupplierEO.CREATED_BY, PoRequisitionSupplierEO.REQUISITION_SUPPLIER_ID, PoRequisitionSupplierEO.ROWID, PoRequisitionSupplierEO.CANDIDATE_FIRST_NAME, PoRequisitionSupplierEO.CANDIDATE_LAST_NAME, PoRequisitionSupplierEO.UNIT_MEAS_LOOKUP_CODE FROM PO_REQUISITION_SUPPLIERS PoRequisitionSupplierEO WHERE (PoRequisitionSupplierEO.RATE = :2) AND PoRequisitionSupplierEO.REQUISITION_LINE_ID = :1
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:896)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:612)
         at oracle.apps.fnd.framework.webui.OAWebBeanTableHelper.processRequest(OAWebBeanTableHelper.java:2141)
         at oracle.apps.fnd.framework.webui.beans.table.OATableBean.processRequest(OATableBean.java:1035)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
         at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processRequest(OAHeaderBean.java:391)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1166)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2514)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1895)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:539)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:427)
         at OA.jspService(_OA.java:212)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:889)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    ## Detail 0 ##
    java.sql.SQLException: Invalid column index
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:199)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:263)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:271)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:445)
         at oracle.jdbc.driver.OraclePreparedStatement.setIntInternal(OraclePreparedStatement.java:4605)
         at oracle.jdbc.driver.OraclePreparedStatement.setObjectCritical(OraclePreparedStatement.java:7738)
         at oracle.jdbc.driver.OraclePreparedStatement.setObjectInternal(OraclePreparedStatement.java:7517)
         at oracle.jdbc.driver.OraclePreparedStatement.setObjectInternal(OraclePreparedStatement.java:8174)
         at oracle.jdbc.driver.OraclePreparedStatement.setObject(OraclePreparedStatement.java:8155)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.setObject(OraclePreparedStatementWrapper.java:230)
         at oracle.jbo.server.BaseSQLBuilderImpl.bindParamValue(BaseSQLBuilderImpl.java:1847)
         at oracle.jbo.server.OracleSQLBuilderImpl.bindParamValue(OracleSQLBuilderImpl.java:3893)
         at oracle.jbo.server.BaseSQLBuilderImpl.bindParametersForStmt(BaseSQLBuilderImpl.java:3335)
         at oracle.jbo.server.ViewObjectImpl.bindParametersForCollection(ViewObjectImpl.java:13827)
         at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:804)
         at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:669)
         at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:3723)
         at oracle.jbo.server.OAJboViewObjectImpl.executeQueryForCollection(Unknown Source)
         at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQueryForCollection(OAViewObjectImpl.java:4559)
         at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:743)
         at oracle.jbo.server.ViewRowSetImpl.executeQueryForMasters(ViewRowSetImpl.java:892)
         at oracle.jbo.server.ViewRowSetImpl.executeQueryForMode(ViewRowSetImpl.java:806)
         at oracle.jbo.server.ViewRowSetImpl.executeQuery(ViewRowSetImpl.java:800)
         at oracle.jbo.server.ViewObjectImpl.executeQuery(ViewObjectImpl.java:3643)
    PoReqSupplierVO Query :
    Name="PoReqSuppliersVO"
    SelectList="PoRequisitionSupplierEO.REQUISITION_LINE_ID,
    PoRequisitionSupplierEO.VENDOR_ID,
    PoRequisitionSupplierEO.VENDOR_SITE_ID,
    PoRequisitionSupplierEO.VENDOR_CONTACT_ID,
    PoRequisitionSupplierEO.NOTE_TO_VENDOR,
    PoRequisitionSupplierEO.DOCUMENT_TYPE_CODE,
    PoRequisitionSupplierEO.SOURCE_DOC_HEADER_ID,
    PoRequisitionSupplierEO.SOURCE_DOC_LINE_ID,
    PoRequisitionSupplierEO.SOURCE_DOC_LINE_NUM,
    PoRequisitionSupplierEO.UNIT_PRICE,
    PoRequisitionSupplierEO.CURRENCY_UNIT_PRICE,
    PoRequisitionSupplierEO.AMOUNT,
    PoRequisitionSupplierEO.CURRENCY_AMOUNT,
    PoRequisitionSupplierEO.CURRENCY_CODE,
    PoRequisitionSupplierEO.RATE_TYPE,
    PoRequisitionSupplierEO.RATE_DATE,
    PoRequisitionSupplierEO.RATE,
    PoRequisitionSupplierEO.PRICE_BREAK_ID,
    PoRequisitionSupplierEO.NOT_TO_EXCEED_PRICE,
    PoRequisitionSupplierEO.ALLOW_PRICE_OVERRIDE_FLAG,
    PoRequisitionSupplierEO.ALLOW_RATE_DIFFERENTIAL_FLAG,
    PoRequisitionSupplierEO.SUPPLIER_NOTIFIED_FLAG,
    PoRequisitionSupplierEO.SUPPLIER_NOTIFIED_DATE,
    PoRequisitionSupplierEO.LAST_UPDATE_DATE,
    PoRequisitionSupplierEO.LAST_UPDATED_BY,
    PoRequisitionSupplierEO.LAST_UPDATE_LOGIN,
    PoRequisitionSupplierEO.CREATION_DATE,
    PoRequisitionSupplierEO.CREATED_BY,
    PoRequisitionSupplierEO.REQUISITION_SUPPLIER_ID,
    PoRequisitionSupplierEO.ROWID,
    PoRequisitionSupplierEO.CANDIDATE_FIRST_NAME,
    PoRequisitionSupplierEO.CANDIDATE_LAST_NAME,
    PoRequisitionSupplierEO.UNIT_MEAS_LOOKUP_CODE"
    FromList="PO_REQUISITION_SUPPLIERS PoRequisitionSupplierEO"
    BindingStyle="Oracle"
    CustomQuery="false"
    RowClass="oracle.apps.icx.por.req.server.PoReqSuppliersVORowImpl"
    ComponentClass="oracle.apps.icx.por.req.server.PoReqSuppliersVOImpl"
    Complete EO :
    <?xml version='1.0' encoding='US-ASCII' ?>
    <!DOCTYPE Entity SYSTEM "jbo_03_01.dtd">
    <!-- $Header: PoRequisitionSupplierEO.xml 120.8 2006/07/25 06:43:17 sudsubra noship $
    "$Header: PoRequisitionSupplierEO.xml 120.8 2006/07/25 06:43:17 sudsubra noship $" -->
    <Entity
    Name="PoRequisitionSupplierEO"
    DBObjectType="synonym"
    DBObjectName="PO_REQUISITION_SUPPLIERS"
    AliasName="PoRequisitionSupplierEO"
    BindingStyle="Oracle"
    UseGlueCode="false"
    CodeGenFlag="4"
    RowClass="oracle.apps.icx.por.schema.server.PoRequisitionSupplierEOImpl"
    DefClass="oracle.apps.fnd.framework.server.OAEntityDefImpl"
    CollClass="oracle.apps.fnd.framework.server.OAEntityCache" >
    <DesignTime>
    <Attr Name="_isCodegen" Value="true" />
    <Attr Name="_version" Value="10.1.3.33.5" />
    <AttrArray Name="_publishEvents">
    </AttrArray>
    <Attr Name="_superClass" Value="oracle.apps.icx.por.schema.server.PorBaseEOImpl" />
    </DesignTime>
    <Attribute
    Name="RequisitionLineId"
    IsNotNull="true"
    Type="oracle.jbo.domain.Number"
    ColumnName="REQUISITION_LINE_ID"
    ColumnType="NUMBER"
    SQLType="NUMERIC"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="22" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="VendorId"
    IsNotNull="true"
    Type="oracle.jbo.domain.Number"
    ColumnName="VENDOR_ID"
    ColumnType="NUMBER"
    SQLType="NUMERIC"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="22" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="VendorSiteId"
    Type="oracle.jbo.domain.Number"
    ColumnName="VENDOR_SITE_ID"
    ColumnType="NUMBER"
    SQLType="NUMERIC"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="22" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="VendorContactId"
    Type="oracle.jbo.domain.Number"
    ColumnName="VENDOR_CONTACT_ID"
    ColumnType="NUMBER"
    SQLType="NUMERIC"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="22" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="NoteToVendor"
    Precision="480"
    Type="java.lang.String"
    ColumnName="NOTE_TO_VENDOR"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="480" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="DocumentTypeCode"
    Precision="25"
    Type="java.lang.String"
    ColumnName="DOCUMENT_TYPE_CODE"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="25" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="SourceDocHeaderId"
    Type="oracle.jbo.domain.Number"
    ColumnName="SOURCE_DOC_HEADER_ID"
    ColumnType="NUMBER"
    SQLType="NUMERIC"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="22" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="SourceDocLineId"
    Type="oracle.jbo.domain.Number"
    ColumnName="SOURCE_DOC_LINE_ID"
    ColumnType="NUMBER"
    SQLType="NUMERIC"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="22" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="SourceDocLineNum"
    Type="oracle.jbo.domain.Number"
    ColumnName="SOURCE_DOC_LINE_NUM"
    ColumnType="NUMBER"
    SQLType="NUMERIC"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="22" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="UnitPrice"
    Type="oracle.jbo.domain.Number"
    ColumnName="UNIT_PRICE"
    ColumnType="NUMBER"
    SQLType="NUMERIC"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="22" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="CurrencyUnitPrice"
    Type="oracle.jbo.domain.Number"
    ColumnName="CURRENCY_UNIT_PRICE"
    ColumnType="NUMBER"
    SQLType="NUMERIC"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="22" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="Amount"
    Type="oracle.jbo.domain.Number"
    ColumnName="AMOUNT"
    ColumnType="NUMBER"
    SQLType="NUMERIC"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="22" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="CurrencyAmount"
    Type="oracle.jbo.domain.Number"
    ColumnName="CURRENCY_AMOUNT"
    ColumnType="NUMBER"
    SQLType="NUMERIC"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="22" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="CurrencyCode"
    Precision="15"
    Type="java.lang.String"
    ColumnName="CURRENCY_CODE"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="15" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="RateType"
    Precision="30"
    Type="java.lang.String"
    ColumnName="RATE_TYPE"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="30" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="RateDate"
    Type="oracle.jbo.domain.Date"
    ColumnName="RATE_DATE"
    ColumnType="DATE"
    SQLType="DATE"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="7" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="Rate"
    Type="oracle.jbo.domain.Number"
    ColumnName="RATE"
    ColumnType="NUMBER"
    SQLType="NUMERIC"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="22" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="PriceBreakId"
    Type="oracle.jbo.domain.Number"
    ColumnName="PRICE_BREAK_ID"
    ColumnType="NUMBER"
    SQLType="NUMERIC"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="22" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="NotToExceedPrice"
    Type="oracle.jbo.domain.Number"
    ColumnName="NOT_TO_EXCEED_PRICE"
    ColumnType="NUMBER"
    SQLType="NUMERIC"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="22" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="AllowPriceOverrideFlag"
    Precision="1"
    Type="java.lang.String"
    ColumnName="ALLOW_PRICE_OVERRIDE_FLAG"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="1" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="AllowRateDifferentialFlag"
    Precision="1"
    Type="java.lang.String"
    ColumnName="ALLOW_RATE_DIFFERENTIAL_FLAG"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="1" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="SupplierNotifiedFlag"
    Precision="1"
    Type="java.lang.String"
    ColumnName="SUPPLIER_NOTIFIED_FLAG"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="1" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="SupplierNotifiedDate"
    Type="oracle.jbo.domain.Date"
    ColumnName="SUPPLIER_NOTIFIED_DATE"
    ColumnType="DATE"
    SQLType="DATE"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="1" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="LastUpdateDate"
    Type="oracle.jbo.domain.Date"
    ColumnName="LAST_UPDATE_DATE"
    ColumnType="DATE"
    SQLType="DATE"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="7" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="LastUpdatedBy"
    Type="oracle.jbo.domain.Number"
    ColumnName="LAST_UPDATED_BY"
    ColumnType="NUMBER"
    SQLType="NUMERIC"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="22" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="LastUpdateLogin"
    Type="oracle.jbo.domain.Number"
    ColumnName="LAST_UPDATE_LOGIN"
    ColumnType="NUMBER"
    SQLType="NUMERIC"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="22" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="CreationDate"
    Type="oracle.jbo.domain.Date"
    ColumnName="CREATION_DATE"
    ColumnType="DATE"
    SQLType="DATE"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="7" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="CreatedBy"
    Type="oracle.jbo.domain.Number"
    ColumnName="CREATED_BY"
    ColumnType="NUMBER"
    SQLType="NUMERIC"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="22" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="RequisitionSupplierId"
    IsNotNull="true"
    Type="oracle.jbo.domain.Number"
    ColumnName="REQUISITION_SUPPLIER_ID"
    ColumnType="NUMBER"
    SQLType="NUMERIC"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="22" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="RowID"
    IsUpdateable="false"
    Type="oracle.jbo.domain.RowID"
    ColumnName="ROWID"
    ColumnType="ROWID"
    SQLType="ROWID"
    PrimaryKey="true" >
    </Attribute>
    <Attribute
    Name="CandidateFirstName"
    Precision="240"
    Type="java.lang.String"
    ColumnName="CANDIDATE_FIRST_NAME"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="240" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="CandidateLastName"
    Precision="240"
    Type="java.lang.String"
    ColumnName="CANDIDATE_LAST_NAME"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="240" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="UnitMeasLookupCode"
    Precision="25"
    Type="java.lang.String"
    ColumnName="UNIT_MEAS_LOOKUP_CODE"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="25" />
    </DesignTime>
    </Attribute>
    <AccessorAttribute
    Name="PoRequisitionLineEO"
    Association="oracle.apps.icx.por.schema.server.ReqLineToReqSuppliersAO"
    AssociationEnd="oracle.apps.icx.por.schema.server.ReqLineToReqSuppliersAO.PoRequisitionLineEO"
    AssociationOtherEnd="oracle.apps.icx.por.schema.server.ReqLineToReqSuppliersAO.PoRequisitionSupplierEO"
    Type="oracle.apps.icx.por.schema.server.PoRequisitionLineEOImpl" >
    </AccessorAttribute>
    </Entity>
    Thank a lot

    Here you go..
    <?xml version="1.0" encoding='windows-1252'?>
    <!DOCTYPE ViewObject SYSTEM "jbo_03_01.dtd">
    <!-- $Header: PoReqSuppliersVO.xml 120.5 2006/07/25 04:42:47 sudsubra noship $ -->
    <ViewObject
    Name="PoReqSuppliersVO"
    SelectList="PoRequisitionSupplierEO.REQUISITION_LINE_ID,
    PoRequisitionSupplierEO.VENDOR_ID,
    PoRequisitionSupplierEO.VENDOR_SITE_ID,
    PoRequisitionSupplierEO.VENDOR_CONTACT_ID,
    PoRequisitionSupplierEO.NOTE_TO_VENDOR,
    PoRequisitionSupplierEO.DOCUMENT_TYPE_CODE,
    PoRequisitionSupplierEO.SOURCE_DOC_HEADER_ID,
    PoRequisitionSupplierEO.SOURCE_DOC_LINE_ID,
    PoRequisitionSupplierEO.SOURCE_DOC_LINE_NUM,
    PoRequisitionSupplierEO.UNIT_PRICE,
    PoRequisitionSupplierEO.CURRENCY_UNIT_PRICE,
    PoRequisitionSupplierEO.AMOUNT,
    PoRequisitionSupplierEO.CURRENCY_AMOUNT,
    PoRequisitionSupplierEO.CURRENCY_CODE,
    PoRequisitionSupplierEO.RATE_TYPE,
    PoRequisitionSupplierEO.RATE_DATE,
    PoRequisitionSupplierEO.RATE,
    PoRequisitionSupplierEO.PRICE_BREAK_ID,
    PoRequisitionSupplierEO.NOT_TO_EXCEED_PRICE,
    PoRequisitionSupplierEO.ALLOW_PRICE_OVERRIDE_FLAG,
    PoRequisitionSupplierEO.ALLOW_RATE_DIFFERENTIAL_FLAG,
    PoRequisitionSupplierEO.SUPPLIER_NOTIFIED_FLAG,
    PoRequisitionSupplierEO.SUPPLIER_NOTIFIED_DATE,
    PoRequisitionSupplierEO.LAST_UPDATE_DATE,
    PoRequisitionSupplierEO.LAST_UPDATED_BY,
    PoRequisitionSupplierEO.LAST_UPDATE_LOGIN,
    PoRequisitionSupplierEO.CREATION_DATE,
    PoRequisitionSupplierEO.CREATED_BY,
    PoRequisitionSupplierEO.REQUISITION_SUPPLIER_ID,
    PoRequisitionSupplierEO.ROWID,
    PoRequisitionSupplierEO.CANDIDATE_FIRST_NAME,
    PoRequisitionSupplierEO.CANDIDATE_LAST_NAME,
    PoRequisitionSupplierEO.UNIT_MEAS_LOOKUP_CODE"
    FromList="PO_REQUISITION_SUPPLIERS PoRequisitionSupplierEO"
    BindingStyle="Oracle"
    CustomQuery="false"
    RowClass="oracle.apps.icx.por.req.server.PoReqSuppliersVORowImpl"
    ComponentClass="oracle.apps.icx.por.req.server.PoReqSuppliersVOImpl"
    MsgBundleClass="oracle.jbo.common.JboResourceBundle"
    FetchMode="FETCH_AS_NEEDED"
    Passivate="All"
    UseGlueCode="false" >
    <DesignTime>
    <Attr Name="_isCodegen" Value="true" />
    <Attr Name="_version" Value="9.0.3.11.44" />
    <Attr Name="_CodeGenFlagNew" Value="36" />
    </DesignTime>
    <EntityUsage
    Name="PoRequisitionSupplierEO"
    Entity="oracle.apps.icx.por.schema.server.PoRequisitionSupplierEO" >
    <DesignTime>
    <Attr Name="_EntireObjectTable" Value="false" />
    <Attr Name="_queryClause" Value="true" />
    </DesignTime>
    </EntityUsage>
    <ViewAttribute
    Name="RequisitionLineId"
    IsNotNull="true"
    EntityAttrName="RequisitionLineId"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="REQUISITION_LINE_ID"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="VendorId"
    IsNotNull="true"
    EntityAttrName="VendorId"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="VENDOR_ID"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="VendorSiteId"
    EntityAttrName="VendorSiteId"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="VENDOR_SITE_ID"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="VendorContactId"
    EntityAttrName="VendorContactId"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="VENDOR_CONTACT_ID"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="NoteToVendor"
    EntityAttrName="NoteToVendor"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="NOTE_TO_VENDOR"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="DocumentTypeCode"
    EntityAttrName="DocumentTypeCode"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="DOCUMENT_TYPE_CODE"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="SourceDocHeaderId"
    EntityAttrName="SourceDocHeaderId"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="SOURCE_DOC_HEADER_ID"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="SourceDocLineId"
    EntityAttrName="SourceDocLineId"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="SOURCE_DOC_LINE_ID"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="SourceDocLineNum"
    EntityAttrName="SourceDocLineNum"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="SOURCE_DOC_LINE_NUM"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="UnitPrice"
    EntityAttrName="UnitPrice"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="UNIT_PRICE"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="CurrencyUnitPrice"
    EntityAttrName="CurrencyUnitPrice"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="CURRENCY_UNIT_PRICE"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="Amount"
    EntityAttrName="Amount"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="AMOUNT"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="CurrencyAmount"
    EntityAttrName="CurrencyAmount"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="CURRENCY_AMOUNT"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="CurrencyCode"
    EntityAttrName="CurrencyCode"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="CURRENCY_CODE"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="RateType"
    EntityAttrName="RateType"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="RATE_TYPE"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="RateDate"
    EntityAttrName="RateDate"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="RATE_DATE"
    ColumnType="DATE" >
    </ViewAttribute>
    <ViewAttribute
    Name="Rate"
    EntityAttrName="Rate"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="RATE"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="PriceBreakId"
    EntityAttrName="PriceBreakId"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="PRICE_BREAK_ID"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="NotToExceedPrice"
    EntityAttrName="NotToExceedPrice"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="NOT_TO_EXCEED_PRICE"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="AllowPriceOverrideFlag"
    EntityAttrName="AllowPriceOverrideFlag"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="ALLOW_PRICE_OVERRIDE_FLAG"
    Passivate="true"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="AllowRateDifferentialFlag"
    EntityAttrName="AllowRateDifferentialFlag"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="ALLOW_RATE_DIFFERENTIAL_FLAG"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="SupplierNotifiedFlag"
    EntityAttrName="SupplierNotifiedFlag"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="SUPPLIER_NOTIFIED_FLAG"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="SupplierNotifiedDate"
    EntityAttrName="SupplierNotifiedDate"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="SUPPLIER_NOTIFIED_DATE"
    ColumnType="DATE" >
    </ViewAttribute>
    <ViewAttribute
    Name="LastUpdateDate"
    EntityAttrName="LastUpdateDate"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="LAST_UPDATE_DATE"
    ColumnType="DATE" >
    </ViewAttribute>
    <ViewAttribute
    Name="LastUpdatedBy"
    EntityAttrName="LastUpdatedBy"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="LAST_UPDATED_BY"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="LastUpdateLogin"
    EntityAttrName="LastUpdateLogin"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="LAST_UPDATE_LOGIN"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="CreationDate"
    EntityAttrName="CreationDate"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="CREATION_DATE"
    ColumnType="DATE" >
    </ViewAttribute>
    <ViewAttribute
    Name="CreatedBy"
    EntityAttrName="CreatedBy"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="CREATED_BY"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="RequisitionSupplierId"
    IsNotNull="true"
    EntityAttrName="RequisitionSupplierId"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="REQUISITION_SUPPLIER_ID"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="RowID"
    IsUpdateable="false"
    EntityAttrName="RowID"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="ROWID"
    ColumnType="ROWID" >
    </ViewAttribute>
    <ViewAttribute
    Name="CandidateFirstName"
    EntityAttrName="CandidateFirstName"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="CANDIDATE_FIRST_NAME"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="CandidateLastName"
    EntityAttrName="CandidateLastName"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="CANDIDATE_LAST_NAME"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="UnitMeasLookupCode"
    EntityAttrName="UnitMeasLookupCode"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="UNIT_MEAS_LOOKUP_CODE"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="VendorFax"
    IsQueriable="false"
    IsPersistent="false"
    Precision="255"
    Type="java.lang.String"
    AliasName="VIEW_ATTR"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR" >
    </ViewAttribute>
    <ViewAttribute
    Name="VendorContact"
    IsQueriable="false"
    IsPersistent="false"
    Precision="255"
    Type="java.lang.String"
    AliasName="VIEW_ATTR"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR" >
    </ViewAttribute>
    <ViewAttribute
    Name="VendorPhone"
    IsQueriable="false"
    IsPersistent="false"
    Precision="255"
    Type="java.lang.String"
    AliasName="VIEW_ATTR"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR" >
    </ViewAttribute>
    <ViewAttribute
    Name="VendorSiteCode"
    IsQueriable="false"
    IsPersistent="false"
    Precision="255"
    Type="java.lang.String"
    AliasName="VIEW_ATTR"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR" >
    </ViewAttribute>
    <ViewAttribute
    Name="VendorEmail"
    IsQueriable="false"
    IsPersistent="false"
    Precision="255"
    Type="java.lang.String"
    AliasName="VIEW_ATTR"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR" >
    </ViewAttribute>
    <ViewAttribute
    Name="VendorName"
    IsQueriable="false"
    IsPersistent="false"
    Precision="255"
    Type="java.lang.String"
    AliasName="VIEW_ATTR"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR" >
    </ViewAttribute>
    <ViewAttribute
    Name="UnitTl"
    IsQueriable="false"
    IsPersistent="false"
    Precision="255"
    Type="java.lang.String"
    AliasName="VIEW_ATTR"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR" >
    </ViewAttribute>
    <ViewAttribute
    Name="Selected"
    IsQueriable="false"
    IsPersistent="false"
    Precision="255"
    Type="java.lang.String"
    AliasName="VIEW_ATTR"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR" >
    </ViewAttribute>
    <ViewAttribute
    Name="FunctionalCurrencyCode"
    IsQueriable="false"
    IsPersistent="false"
    Precision="255"
    Type="java.lang.String"
    AliasName="VIEW_ATTR"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR" >
    </ViewAttribute>
    <ViewAttribute
    Name="NotToExceedCurrencyPrice"
    IsQueriable="false"
    IsPersistent="false"
    Precision="255"
    Type="oracle.jbo.domain.Number"
    AliasName="VIEW_ATTR"
    ColumnType="VARCHAR2"
    SQLType="NUMERIC" >
    </ViewAttribute>
    <ViewAttribute
    Name="IsNotFunctionalCurrCode"
    IsQueriable="false"
    IsPersistent="false"
    Type="java.lang.Boolean"
    AliasName="VIEW_ATTR"
    ColumnType="BOOLEAN"
    SQLType="BIT" >
    </ViewAttribute>
    <ViewAttribute
    Name="IsRateBased"
    IsQueriable="false"
    IsPersistent="false"
    Type="java.lang.Boolean"
    AliasName="VIEW_ATTR"
    ColumnType="BOOLEAN"
    SQLType="BIT" >
    </ViewAttribute>
    <ViewAttribute
    Name="IsFixedPrice"
    IsQueriable="false"
    IsPersistent="false"
    Type="java.lang.Boolean"
    AliasName="VIEW_ATTR"
    ColumnType="BOOLEAN"
    SQLType="BIT" >
    </ViewAttribute>
    <ViewAttribute
    Name="DoesRateExist"
    IsQueriable="false"
    IsPersistent="false"
    Type="java.lang.Boolean"
    AliasName="VIEW_ATTR"
    ColumnType="BOOLEAN"
    SQLType="BIT" >
    </ViewAttribute>
    <ViewAttribute
    Name="DoesPriceLimitExist"
    IsQueriable="false"
    IsPersistent="false"
    Type="java.lang.Boolean"
    AliasName="VIEW_ATTR"
    ColumnType="BOOLEAN"
    SQLType="BIT" >
    </ViewAttribute>
    <ViewAttribute
    Name="DoesAmountExist"
    IsQueriable="false"
    IsPersistent="false"
    Type="java.lang.Boolean"
    AliasName="VIEW_ATTR"
    ColumnType="BOOLEAN"
    SQLType="BIT" >
    </ViewAttribute>
    <ViewAttribute
    Name="DoesAmountLimitExist"
    IsQueriable="false"
    IsPersistent="false"
    Type="java.lang.Boolean"
    AliasName="VIEW_ATTR"
    ColumnType="BOOLEAN"
    SQLType="BIT" >
    </ViewAttribute>
    <ViewAttribute
    Name="DoesCurrPriceLimitExist"
    IsQueriable="false"
    IsPersistent="false"
    Type="java.lang.Boolean"
    AliasName="VIEW_ATTR"
    ColumnType="BOOLEAN"
    SQLType="BIT" >
    </ViewAttribute>
    <ViewAttribute
    Name="DoesCurrAmountLimitExist"
    IsQueriable="false"
    IsPersistent="false"
    Type="java.lang.Boolean"
    AliasName="VIEW_ATTR"
    ColumnType="BOOLEAN"
    SQLType="BIT" >
    </ViewAttribute>
    <ViewAttribute
    Name="IsRateDifferentialYes"
    IsQueriable="false"
    IsPersistent="false"
    Type="java.lang.Boolean"
    AliasName="VIEW_ATTR"
    ColumnType="BOOLEAN"
    SQLType="BIT" >
    </ViewAttribute>
    <ViewAttribute
    Name="IsRateDifferentialNo"
    IsQueriable="false"
    IsPersistent="false"
    Type="java.lang.Boolean"
    AliasName="VIEW_ATTR"
    ColumnType="BOOLEAN"
    SQLType="BIT" >
    </ViewAttribute>
    <ViewAttribute
    Name="RateDifferentialLookup"
    IsQueriable="false"
    IsPersistent="false"
    Precision="255"
    Type="java.lang.String"
    AliasName="VIEW_ATTR"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR" >
    </ViewAttribute>
    <ViewAttribute
    Name="AllowPriceOverrideLookup"
    IsQueriable="false"
    IsPersistent="false"
    Precision="255"
    Type="java.lang.String"
    AliasName="VIEW_ATTR"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR" >
    </ViewAttribute>
    <ViewAttribute
    Name="DoesCurrencyAmountExist"
    IsQueriable="false"
    IsPersistent="false"
    Type="java.lang.Boolean"
    AliasName="VIEW_ATTR"
    ColumnType="BOOLEAN"
    SQLType="BIT" >
    </ViewAttribute>
    <ViewAttribute
    Name="SourceDocNum"
    IsQueriable="false"
    IsPersistent="false"
    Precision="255"
    Type="java.lang.String"
    AliasName="VIEW_ATTR"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR" >
    </ViewAttribute>
    <ViewAttribute
    Name="NotToExceedFunctionalPrice"
    IsQueriable="false"
    IsPersistent="false"
    Precision="255"
    Type="oracle.jbo.domain.Number"
    AliasName="VIEW_ATTR"
    ColumnType="VARCHAR2"
    SQLType="NUMERIC" >
    </ViewAttribute>
    <ViewAttribute
    Name="IsNoteToSupplierRendered"
    IsQueriable="false"
    IsPersistent="false"
    Type="java.lang.Boolean"
    AliasName="VIEW_ATTR"
    ColumnType="BOOLEAN"
    SQLType="BIT" >
    </ViewAttribute>
    <ViewAttribute
    Name="IsAddNoteToSupplierRendered"
    IsQueriable="false"
    IsPersistent="false"
    Type="java.lang.Boolean"
    AliasName="VIEW_ATTR"
    ColumnType="BOOLEAN"
    SQLType="BIT" >
    </ViewAttribute>
    <ViewAttribute
    Name="IsEditNoteToSupplierRendered"
    IsQueriable="false"
    IsPersistent="false"
    Type="java.lang.Boolean"
    AliasName="VIEW_ATTR"
    ColumnType="BOOLEAN"
    SQLType="BIT" >
    </ViewAttribute>
    <ViewAttribute
    Name="IsViewNoteToSupplierRendered"
    IsQueriable="false"
    IsPersistent="false"
    Type="java.lang.Boolean"
    AliasName="VIEW_ATTR"
    ColumnType="BOOLEAN"
    SQLType="BIT" >
    </ViewAttribute>
    <ViewAttribute
    Name="SourceDocType"
    IsQueriable="false"
    IsPersistent="false"
    Precision="255"
    Type="java.lang.String"
    AliasName="VIEW_ATTR"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR" >
    </ViewAttribute>
    <ViewAttribute
    Name="RetainedNoteToVendor"
    IsQueriable="false"
    IsPersistent="false"
    Precision="480"
    Type="java.lang.String"
    AliasName="VIEW_ATTR"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR" >
    </ViewAttribute>
    <ViewAttribute
    Name="SupplierRateDisplay"
    IsQueriable="false"
    IsPersistent="false"
    Precision="255"
    Type="java.lang.String"
    AliasName="VIEW_ATTR"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR" >
    </ViewAttribute>
    <ViewAttribute
    Name="SupplierAmountDisplay"
    IsQueriable="false"
    IsPersistent="false"
    Precision="255"
    Type="java.lang.String"
    AliasName="VIEW_ATTR"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR" >
    </ViewAttribute>
    <ViewAttribute
    Name="SupplierRateLimitDisplay"
    IsQueriable="false"
    IsPersistent="false"
    Precision="255"
    Type="java.lang.String"
    AliasName="VIEW_ATTR"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR" >
    </ViewAttribute>
    <ViewAttribute
    Name="SupplierAmountLimitDisplay"
    IsQueriable="false"
    IsPersistent="false"
    Precision="255"
    Type="java.lang.String"
    AliasName="VIEW_ATTR"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR" >
    </ViewAttribute>
    <ViewAttribute
    Name="IsSingleSupplier"
    IsQueriable="false"
    IsPersistent="false"
    Type="java.lang.Boolean"
    AliasName="VIEW_ATTR"
    ColumnType="BOOLEAN"
    SQLType="BIT" >
    </ViewAttribute>
    <ViewAttribute
    Name="IsMultipleSupplier"
    IsQueriable="false"
    IsPersistent="false"
    Type="java.lang.Boolean"
    AliasName="VIEW_ATTR"
    ColumnType="BOOLEAN"
    SQLType="BIT" >
    </ViewAttribute>
    </ViewObject>

  • Getting error while trying to connect to the oracle database using SQL Deve

    Hi everybody,
    I installed sql developer and want to make a new connection, but it shows:Status: Failure- Test failed:IO Error:The Network Adapter could not establish the connection.
    Please anybody help me. Appreciate you, in help.
    Thank You,

    This is usually a problem with either your connection definition, or the basic network setup.
    Try following the trouble shooting steps here

  • Excel service and OWA - getting ERROR while trying to open/edit Excel documents

    Hi All,
    We have configured SharePoint 2013 with Excel Service and OWA (Office Web Apps).
    After configuring, we are able to view/edit Word or PowerPoint documents from the browser (as OWA is configured). But we are getting errors while trying to open/edit Excel documents.
    We are not able to view/edit the excel workbook from the browser (through OWA).
    To open the excel in the browser, decision has to be taken at the farm level on what to be used – Excel Service or OWA Server? Is it possible to do setting at site collection level?
    Error details are given below:
    Event code: 3005
    Event message: An unhandled exception has occurred.
    Event time: 3/25/2013 1:29:08 PM
    Event time (UTC): 3/25/2013 7:59:08 AM
    Event ID: fc2e0530f493493896e6c8b6297a0423
    Event sequence: 10
    Event occurrence: 3
    Event detail code: 0
    Application information:
        Application domain: /LM/W3SVC/2/ROOT/x-1-130086717598089315
        Trust level: Full
        Application Virtual Path: /x
        Application Path: C:\Program Files\Microsoft Office Web Apps\ExcelServicesWfe\
        Machine name: VHYDMANTHSTP-02
    Process information:
        Process ID: 1252
        Process name: w3wp.exe
        Account name: NT AUTHORITY\NETWORK SERVICE
    Exception information:
        Exception type: ArgumentException
        Exception message: An entry with the same key already exists.
       at System.Collections.Generic.TreeSet`1.AddIfNotPresent(T item)
       at System.Collections.Generic.SortedDictionary`2..ctor(IDictionary`2 dictionary, IComparer`1 comparer)
       at Microsoft.Office.Excel.Server.ServiceHost.ServiceHost.GetInstalledUICultures()
       at Microsoft.Office.Excel.Server.ExcelServerRegionalSettings.IsUICultureSupported(String cultureTag, CultureInfo& cultureInfo)
       at Microsoft.Office.Excel.Server.ExcelServerRegionalSettings.SafeSetCurrentUICulture(String cultureTag, Boolean useOleo, Boolean allowCustomFallback)
       at Microsoft.Office.Excel.Server.ExcelServerRegionalSettings.SafeSetCurrentUICultureFromFrontEnd(String uiCultureTag, Boolean allowFallback)
       at Microsoft.Office.Excel.Server.ExcelServerRegionalSettings.SafeSetCurrentCulturesFromFrontEnd(String uiCultureTag, String dataCultureTag)
       at Microsoft.Office.Excel.Server.ServiceHost.ServiceHost.Microsoft.Office.Excel.Server.Host.IEwaHost.SetCurrentCulturesFromContext(HttpContext context)
       at Microsoft.Office.Excel.Server.ServiceHost.ServiceHost.Microsoft.Office.Excel.Server.Host.IEwaHost.PreProcessRequest(HttpContext context)
       at Microsoft.Office.Excel.WebUI.XlPreview.OnLoad(EventArgs e)
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    Request information:
        Request URL:
    http://mysrevr/x/_layouts/xlpreview.aspx?ui=en-US&rs=en-US&WOPISrc=http://myservernames1/_vti_bin/wopi.ashx/files/f36d669ceb814d67bdad0e1e1f98e466&wdSmallView=1
        Request path: /x/_layouts/xlpreview.aspx
        User host address: 10.81.138.92
        User: 
        Is authenticated: False
        Authentication Type: 
        Thread account name: NT AUTHORITY\NETWORK SERVICE
    Thread information:
        Thread ID: 13
        Thread account name: NT AUTHORITY\NETWORK SERVICE
        Is impersonating: False
        Stack trace:    at System.Collections.Generic.TreeSet`1.AddIfNotPresent(T item)
       at System.Collections.Generic.SortedDictionary`2..ctor(IDictionary`2 dictionary, IComparer`1 comparer)
       at Microsoft.Office.Excel.Server.ServiceHost.ServiceHost.GetInstalledUICultures()
       at Microsoft.Office.Excel.Server.ExcelServerRegionalSettings.IsUICultureSupported(String cultureTag, CultureInfo& cultureInfo)
       at Microsoft.Office.Excel.Server.ExcelServerRegionalSettings.SafeSetCurrentUICulture(String cultureTag, Boolean useOleo, Boolean allowCustomFallback)
       at Microsoft.Office.Excel.Server.ExcelServerRegionalSettings.SafeSetCurrentUICultureFromFrontEnd(String uiCultureTag, Boolean allowFallback)
       at Microsoft.Office.Excel.Server.ExcelServerRegionalSettings.SafeSetCurrentCulturesFromFrontEnd(String uiCultureTag, String dataCultureTag)
       at Microsoft.Office.Excel.Server.ServiceHost.ServiceHost.Microsoft.Office.Excel.Server.Host.IEwaHost.SetCurrentCulturesFromContext(HttpContext context)
       at Microsoft.Office.Excel.Server.ServiceHost.ServiceHost.Microsoft.Office.Excel.Server.Host.IEwaHost.PreProcessRequest(HttpContext context)
       at Microsoft.Office.Excel.WebUI.XlPreview.OnLoad(EventArgs e)
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

    I have the same issue while opening the file , i have checked every thing twice. but unable to fix this thing . can any one help.
    One more thing which is i am wondering none of the MS representative replied on this post which is originally posted on March 27-2013.
    is microsoft alive??
    Imran Bashir Network Administrator MCP, JNCIA-EX,ER,JNIOUS +92-333-4330176

  • HT4436 When trying to sign in I keep getting the error message, "iCloud encounterd a error while trying to connect to the server". How can I get signed in?

    When trying to sign in to iCloud, I always get the message, iCloud has encountered a error while trying to connect to the server. How do I get in????

    Hello,
    Try following step and check if issue gets resolved or not.
    Find Acrobat.exe on your computer.  Right click the program and click 'Troubleshoot Compatibility'.  Set the compatibility to Windows XP service pack 3.
    Regards,
    Anoop

  • Trying to setup new iCloud in system preferences and get error message: "iCloud encountered an error while trying to connect to the server."

    Here's the sequence of events:
    Setting up a new iMac.
    Migration Assistant was aborted during setup and a normal setup was completed.
    Then ran Migration Assistant from the newly setup account.
    It ran fine, but put all the data in a new account called "user".
    Renamed "user" to a new name, renamed the home folder to a new name following these instructions: OS X: How to change your account name or home directory name
    Delete the account we originally created, so just have one account with the name we want and all the data, email. Works fine.
    Sign into the App Store with the account we share for purchases.
    Now, the problem:
    Go to System Preferences to setup iCloud with a new Apple ID
    Get this error: "iCloud encountered an error while trying to connect to the server."
    So I'm unable to setup iCloud for photo stream, FaceTime, etc.
    Internet works fine, we can get mail, etc.
    Rebooting doesn't help
    Ideas?

    never mind the problem is gone this morning.

  • When I try to install Itunes, I get this error: (translated from Norwegian) There was a network error while trying to read from the file: C: \ windows \ installer \ iTunes.msi I have tried many times to reinstall, but nothing helps, please help me.

    When I try to install Itunes, I get this error: (translated from Norwegian) There was a network error while trying to read from the file: C: \ windows \ installer \ iTunes.msi I have tried many times to reinstall, but nothing helps, please help me.

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • On my Mac Mini, I keep getting this error message: "iCloud encountered an error while trying to connect to the server".  I don't have any problems with iCloud on my laptop / PC.  It works fine... Does anyone know what the problem could be?

    On my Mac Mini, I keep getting this error message: "iCloud encountered an error while trying to connect to the server".  I don't have any problems with iCloud on my laptop / PC.  It works fine... Does anyone know what the problem could be?

    Your Mac must be on Lion (10.7) to run iCloud. Apple had to change the operating system to fully support it. Nevertheless, it is possible to get emails from iCloud without having Lion. Please tell me if this interests you.
    Anyways, here is the link to buy Lion (30 dollars, totally worth the upgrade ): http://itunes.apple.com/be/app/os-x-lion/id444303913?mt=12
    Franklin

  • I keep getting an error that "iCloud encountered an error while trying to connect to the server". What's up?

    I've been getting an error most of the day that says "iCloud encountered an error while trying to connect to the server" on my pc. Also, anything I update on either iPad or iPhone does not update on the other device. What's up?

    Hello pongo19,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    How to restart the Apple Mobile Device Service (AMDS) on Windows
    http://support.apple.com/kb/ts1567
    Close iTunes and disconnect the iPhone, iPad, or iPod touch.
    Click the Windows Start button .
    In the Start Search field type Services.
    In the Programs section of the search results, Click "Services".
    Select Apple Mobile Device and click Stop the service as shown below:
    After the service has stopped, click Start the service.
    After the Apple Mobile Device service has started again, open iTunes and connect the device.
    Set the Apple Mobile Device Service Startup type to Automatic
    Remove and reinstall iTunes and AMDS
    Best of luck,
    Mario

  • Why am I getting this error trying to sign into icloud encountered an error while trying to connect to the server????

    I am trying to sign into my mail and keep getting this error encountered an error while trying to connect to the server????

    I'm having the same issue.  Did you resolve it?

  • I am unable to connect to the icloud from my windows laptop and get an error message: "Connection error: icloud encountered an error while trying to connect to the server"

    I am unable to connect to icloud from my windows-based laptop and get the following error message: "icloud encountered an error while trying to connect to the server."

    I would remove the email account from mail and then set it up again.
    If your are able to long I via owa though without the auto fill, then we already know the user name and password are correct.
    Let me know if that works.

  • TS3988 I get a "Connection Error - iCloud encountered an error while trying to connect to the server" message; I have been getting this error message for months, on any device I try to login with.

    I get a "Connection Error - iCloud encountered an error while trying to connect to the server" message; I have been getting this error message for months, on any device I try to login with.

    Hi
    I am sorry can't help you because I have same problem when login to icloude.com and try insert to Contacts!
    Many times happen.
    what is issues ?

  • I want to access my Icloud account through my office computer but every time I get a message saying ''iCloud encountered an error while trying to connect to the server''

    I want to access my Icloud account through my office computer but every time I get a message saying ''iCloud encountered an error while trying to connect to the server''

    My recommendation is to download Apple’s Safari version 5.1.7 for Windows to access iCloud.com. It consistently works for me!!!! To make things easier with Safari, I made iCloud.com its Homepage. I’m using it to access iCloud.com from all of my PCs.
    On my Windows 7 systems it appears that some add-ons are causing problems when you try to access iCloud.com with the 32-bit version of IE9, but the 64-bit version seems to work fine, more than likely because there are few add-ons that are 64-bit and the 64-bit version of IE9 can't be the default browser in Windows 7.

  • Icloud encountered an error while trying to connect to the server' what does that mean?

    icloud encountered an error while trying to connect to the server' what does that mean?
    I am trying to get my contacts back by following a step by step guide online, but the falling at the first hurdle! trying to get into my icloud account on my pc?
    Can anyone help?

    never mind the problem is gone this morning.

  • Getting error while trying to bring datafile online.

    Hi,
    I am getting error while trying to bring datafile online.
    Can you please help me in this.
    SQL> alter database datafile 5 online;
    alter database datafile 5 online
    ERROR at line 1:
    ORA-01157: cannot identify/lock data file 5 - see DBWR trace file
    ORA-01110: data file 5: 'G:\ABC.DBF'
    Database is running in Archivelog mode.
    Even when i tried to take the whole database backup i got the following error.
    RMAN> backup database;
    Starting backup at 21-OCT-09
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=139 devtype=DISK
    could not read file header for datafile 5 error reason 4
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup command at 10/21/2009 18:07:04
    RMAN-06056: could not access datafile 5
    Please help me to rectify this problem.
    Database is running in Archivelog mode.
    Database is 10.2.3.0

    Aman wrote:
    Hi,
    I am getting error while trying to bring datafile online.
    Can you please help me in this.
    SQL> alter database datafile 5 online;
    alter database datafile 5 online
    ERROR at line 1:
    ORA-01157: cannot identify/lock data file 5 - see DBWR trace file
    ORA-01110: data file 5: 'G:\ABC.DBF'
    Database is running in Archivelog mode.
    Even when i tried to take the whole database backup i got the following error.
    RMAN> backup database;
    Starting backup at 21-OCT-09
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=139 devtype=DISK
    could not read file header for datafile 5 error reason 4
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup command at 10/21/2009 18:07:04
    RMAN-06056: could not access datafile 5
    Please help me to rectify this problem.
    Database is running in Archivelog mode.
    Database is 10.2.3.0Why are you taking the backup when the file is not there? Files don't go offline just like that so the bigger concern for you should be that how come without your knowledge( I hope so) , it went offline?
    The file is not physically there and as like Don asked, is the G drive actually is there even?
    Do you have backup of this file? Also confirm, you have all the archivelogs available?
    HTH
    Aman....

Maybe you are looking for

  • MIDI Loops for BASS

    Recently I got some MIDI Drum Loops from groovemonkee.com. Are there any sites like this that provide BASS loops? I want to run these through my East West Hard Core Bass plugins. I am looking but not having much luck so far. Any suggestions are appre

  • I can no longer see the firefox box on the left of the screen above the tool bar

    Came home from work and the wife lost it. How do I restore the firebox logo onto the left corner above the toolbar

  • Padding on top of sidebar

    I am new to DW 8, so please bear with me. I have a vertical sidebar inserted on the pages of a Web site I am doing for a friend. On two of the pages, it would look best if I moved the sidebar down 3 ems to align with the main body text. However, if I

  • GRC Report (Request Details vs Approver Details)

    Hi All, I want to prepare a report which gives the request number and approvers at different stages. I found that information is available in below tables. 1. GRACREQ - With Request ID, Request number, Request Created Date 2. GRFNMWRTDATLG - with MSM

  • XSL-FO Style Sheet Questions..

    Hi, I have some questions regarding XSL-FO Style Sheet 1. How can add some more fields to the XSL-FO Style Sheet when they are not included in the original XML source.. ( like we have attribute1 through attribute3) for storing telephone number, fax n