Issue with Extended Analytics

Hi,
I have an entity(say A) which is a shared member across 2 hierarchies. The immediate parent for this entity is different across both the hierarchies (say X and Y). The default parent is X.
I am using Extended Analytics to extract the adjustment values of A(both entity currency adjustments and parent currency adjustments). A and X are in USD and Y is in AUD.
So, in Extended Analytics, I need to be able to select the exact parent-child combination to get the values. But in the parent ID column, I am always getting a value of -1 which means Default member not in Use.
Has anyone faced this issue before? Am I going wrong somewhere?

hi,
Please check your saplogon.ini file as detailed in note 170352.
Maybe it contains empty descriptions under the section
[Description]
like
Item1=
Item2=
Item3=...
Please review the mentioned note for further details. In case you find such entries, take a look at chapter Solution ->
"3.  Repair saplogon.ini".
Regards,
Eddie

Similar Messages

  • Issues with extended chars in names

    Are there any known issues with this API when either the eDir name or GW
    name contains extended chars? I'm encountering numerous problems creating
    users and modifying settings (e.g. visibility) with the 8.0.1 client with
    both the 7.0.3 and 8.0.1 backends, after a customer reported issues when
    using the 8.02hp1 client.
    TIA, John

    I have a system with 2 cRIO's each with Ethercat extension chassis.  Each cRIO hosts ~100 NSV's and is running the scan engine at 40 Hz.
    Each cRIO is coupled to a HMI that has front panel control bindings to NSV's hosted on the cRIO as well as a windows hosted mirror library (used for citadel db logging) that is also bound to the cRIO NSV library.  The cRIO's have monay months of contiguous run time without reboot and I closely monitor cpu and memory usage and also rt performance metrics and will log faults if there are any such events.  I also use NSV's for messaging from the HMI to the cRIO for such things as setting zero offset values and deploying configuration parameters.  My overall findings are that the SV engine and the PSP are stable and efficient (especially NSV<->NSV and NSV<->HMI binding)

  • Issue with Google Analytics Character Encoding (Contribute changes the code)

    I am wondering if there are any admin settings to work around this issue. This is an issue with Contribute CS3/CS4.
    Editing a page in Contribute turns encoded characters into unencoded characters. For example, turning "%3C" into "<". Encoded version has no errors.
    Un-encoded characters in Google Analytics code causes Scripting Errors on each page you open in Contribute, make loading slower, and make it difficult just to browse the site using Contribute.
    Specifically changing this:
    <script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    </script>
    to this:
    <script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    document.write(unescape("<script src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'></script>"));
    </script>
    (I believe it is the double </script></script> that might be causing the error to pop up.)

    Set the link encoding option as "Insert Links As Is", under Administer website dialog.

  • Email issues with "extended PDFs" for readers...

    I have a Form that will be sent to among 3 employees by email...
    2 of the 3 employees only have adobe reader on their desktops...this is why the form was saved in the "extended format"
    the issue I have is when employee 1 emails the Form to employees 2 to fill out and sign
    employee 2 can only save the changes by renaming the file because the original seems to be a read only now.
    is this because of employee 1 applying their digital signature? which this gives them control over the form saved in the original "file name" by employee 1?
    The same thing happens when employee 2 sends Form to employee 3
    employee 2 had to save the file under a different name generated by them and now employee 3 can't save the changes under that file name because 'read only"...
    they also have to change the file name in order to save the changes.
    My resolution would be to fined a way to keep the Form editable until a check box is "checked" meaning that the Form has been completed and no further editing is allowed ( this is not a problem)
    the digital signature are important they lock the section of the Form associated to the signature and doesn't allow anyone else to modify what they have entered.
    any suggestion...

    could I just create a JS that uses "this.FlattenPages()" on "mouse up" for the check box? will this work with a adobe reader?

  • TS3977 Issue with extended display using Displaylink USB to DVI since upgrading to Mavericks.

    I have an issue now since upgrading to Mavericks with my extended display monitor using a displaylink DVI to USB adapter. After awhile, the monitor goes blank. I can unplug the connection from the USB port and plug it back in and the display comes back, only to go out again a short time later.
    It worked fine for months prior to the upgrade.
    Apple say it's Dispalylink's problem and Displaylink says it's Apple's problem. Anyone else having this or a similar isssue?

    Someone opened a bug report with Apple in another thread - about a different product that used DisplayLink drivers, and Apple blamed the vendor.
    I have many issues too. Crashing Window Manager, and once it crashed my Mac.
    I also have many issues... one is corrupt display. The icons are missing in the menubar on my laptop, and squished together on my external monitor:
    They are there if I mouse over, but invisible.
    I can't click on the squished ones, they are to close.

  • Issue with extending HzPuiDQMSrchResultsVO

    Hey all,
    I have a requirement to alter the order by statement in HzPuiDQMSrchResultsVO from "ORDER BY SCORE DESC" to "ORDER BY SCORE DESC, PARTY_NUMBER". I was able to create a new VO by extending the seeded oracle.apps.ar.hz.components.search.server.HzPuiDQMSrchResutlsVO. I created the substitution, moved the java files to the server, imported the jpx file and bounced the middle tier as suggested in the user guide. However, I received the following error after I keyed in my search criteria and pressed the "Go" button:
    "Attribute set for SelectFlag in view object HzPuiDQMSrchResultsVO failed"
    FYI I followed these steps to create new VO and to produce the error:
    1) Created a new OA project.
    2) Created a empty package under custom path as xxxx/oracle/apps/ar/hz/components/search/server.
    3) Created a new VO(xxxxHzPuiDQMSrchResultsVO) by extending HzPuiDQMSrchResultsVO view object. Altered the ORDER BY clause from "ORDER BY SCORE DESC" to "ORDER BY SCORE DESC, PARTY_NUMBER"
    4) Created the substitution.
    5) Deployed substitution and imported the jpx file
    6) Bounced middle tier
    7) Access Customer On Line via Receivable Manager responsibility
    8) Search Person customer by last name
    9) Search result page came back with an error at the beginning of the page. Error message: "Attribute set for SelectFlag in view object HzPuiDQMSrchResultsVO failed"
    Did I miss a step somewhere? Please advise. Thx.

    Hey all,
    HzPuiDQMSrchResultsVO is now sorting the way I expected. The new problem is that I am not seeing data related to the columns based on transient attributes. All other columns seems to be fine. Note that these transient attributes came from the seeded VO. Do I need to so something special to the transient attributes when I extend a seeded VO?
    Please advise. Thx.

  • Issue with Extending EO based VO

    Hi Guys,
    I am trying to extend a EO based VO by adding an extra column which comes from other table.I have written a function to retrieve that column which is nothing but a flag ( Y or N or Null)
    The below is the modified Query with the added column in the bold.
    SELECT StructureEO.ID,
    StructureEO.NAME,
    StructureEO.PARENT_ID,
    StructureEO.PARENT_OBJ_TYPE,
    StructureEO.ARTICLE_ID,
    StructureEO.ARTICLE_VERSION_ID,
    StructureEO.DISPLAY_SEQ,
    StructureEO.LABEL,
    StructureEO.OBJ_TYPE,
    StructureEO.DOC_ID,
    StructureEO.DOC_TYPE,
    StructureEO.MANDATORY_YN,
    StructureEO.ALTERNATE_YN,
    StructureEO.STANDARD_YN,
    StructureEO.ARTICLE_FROM_EXPERT,
    StructureEO.OBJECT_VERSION_NUMBER,
    ' '||StructureEO.LABEL||' '||StructureEO.NAME DISPLAY,
    DECODE(StructureEO.OBJ_TYPE,
    'ARTICLE', 'OkcTermsStructDtlsMandatoryEnabled',
    'OkcTermsStructDtlsMandatoryDisabled') MANDATORY_CHECKBOX,
    DECODE(StructureEO.OBJ_TYPE,
    'ARTICLE', DECODE(StructureEO.MANDATORY_YN,
    'Y', 'OkcTermsStructDtlsMandatory',
    'OkcTermsStructDtlsNotMandatory'),
    'OkcTermsStructDtlsNotMandatory') MANDATORY_IMAGE,
    DECODE(StructureEO.ALTERNATE_YN,
    'Y', 'OkcTermsStructDtlsAlternatesEnabled',
    'N', 'OkcTermsStructDtlsAlternatesNotApplied',
    'OkcTermsStructDtlsAlternatesNotApplied') ALTERNATES_IMAGE,
    okc_terms_util_grp.enable_update(
    StructureEO.OBJ_TYPE,
    StructureEO.DOC_TYPE,
    StructureEO.STANDARD_YN) UPDATE_IMAGE,
    okc_terms_util_grp.enable_delete(
    StructureEO.OBJ_TYPE,
    StructureEO.MANDATORY_YN,
    StructureEO.STANDARD_YN,
                   StructureEO.DOC_TYPE) REMOVE_IMAGE,
    DECODE(StructureEO.STANDARD_YN,
    'N', 'OkcTermsStructDtlsNonStandard',
    'OkcTermsStructDtlsNotApplied') NON_STD_IMAGE,
    DECODE(StructureEO.ARTICLE_FROM_EXPERT,
    'Y', 'OkcTermsStructDtlsFromExpert',
    'OkcTermsStructDtlsNotFromExpert') EXPERT_IMAGE,
    DECODE(StructureEO.OBJ_TYPE,
    'ARTICLE', 'tree_document.gif',
    'SECTION', NULL, --'folder.gif'
    'tree_contract.gif') TREE_ICON,
    NULL DETAILS_URL,
    LOCK_TEXT(StructureEO.article_id,StructureEO.article_version_id) Unprotected
    FROM OKC_TERMS_STRUCTURE_V StructureEO
    WHERE StructureEO.DOC_ID = :1
    AND StructureEO.DOC_TYPE = :2
    AND ((StructureEO.OBJ_TYPE = 'ARTICLE' AND StructureEO.ARTICLE_VERSION_ID IS NOT NULL) OR
    (StructureEO.OBJ_TYPE <> 'ARTICLE'))
    Even though the query is working fine and Query is valid in the VO extension ,it is not able to add any column to the extended VO and even the column details are not present in VO.xml (Not even a Transient variable like people discussed in the forums).I have changed the VO.xml  and added the new column details and can be able to see it in attribute list.I import the VO and bounced the server but the page is throwing me the an SQL exception error but if I removed the new column added in the query and import it ,it is working fine but I need the extra column to be added in the VO.
    The below is the error .
    oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: JBO-27122: SQL error during statement preparation. Statement: SELECT * FROM (SELECT StructureEO.ID,
    StructureEO.NAME,
    StructureEO.PARENT_ID,
    StructureEO.PARENT_OBJ_TYPE,
    StructureEO.ARTICLE_ID,
    StructureEO.ARTICLE_VERSION_ID,
    StructureEO.DISPLAY_SEQ,
    StructureEO.LABEL,
    StructureEO.OBJ_TYPE,
    StructureEO.DOC_ID,
    StructureEO.DOC_TYPE,
    StructureEO.MANDATORY_YN,
    StructureEO.ALTERNATE_YN,
    StructureEO.STANDARD_YN,
    StructureEO.ARTICLE_FROM_EXPERT,
    StructureEO.OBJECT_VERSION_NUMBER,
    ' '||StructureEO.LABEL||' '||StructureEO.NAME DISPLAY,
    DECODE(StructureEO.OBJ_TYPE,
    'ARTICLE', 'OkcTermsStructDtlsMandatoryEnabled',
    'OkcTermsStructDtlsMandatoryDisabled') MANDATORY_CHECKBOX,
    DECODE(StructureEO.OBJ_TYPE,
    'ARTICLE', DECODE(StructureEO.MANDATORY_YN,
    'Y', 'OkcTermsStructDtlsMandatory',
    'OkcTermsStructDtlsNotMandatory'),
    'OkcTermsStructDtlsNotMandatory') MANDATORY_IMAGE,
    DECODE(StructureEO.ALTERNATE_YN,
    'Y', 'OkcTermsStructDtlsAlternatesEnabled',
    'N', 'OkcTermsStructDtlsAlternatesNotApplied',
    'OkcTermsStructDtlsAlternatesNotApplied') ALTERNATES_IMAGE,
    okc_terms_util_grp.enable_update(
    StructureEO.OBJ_TYPE,
    StructureEO.DOC_TYPE,
    StructureEO.STANDARD_YN) UPDATE_IMAGE,
    okc_terms_util_grp.enable_delete(
    StructureEO.OBJ_TYPE,
    StructureEO.MANDATORY_YN,
    StructureEO.STANDARD_YN,
                   StructureEO.DOC_TYPE) REMOVE_IMAGE,
    DECODE(StructureEO.STANDARD_YN,
    'N', 'OkcTermsStructDtlsNonStandard',
    'OkcTermsStructDtlsNotApplied') NON_STD_IMAGE,
    DECODE(StructureEO.ARTICLE_FROM_EXPERT,
    'Y', 'OkcTermsStructDtlsFromExpert',
    'OkcTermsStructDtlsNotFromExpert') EXPERT_IMAGE,
    DECODE(StructureEO.OBJ_TYPE,
    'ARTICLE', 'tree_document.gif',
    'SECTION', NULL, --'folder.gif'
    'tree_contract.gif') TREE_ICON,
    NULL DETAILS_URL,
    XXLC_LOCK_TEXT(StructureEO.article_id,StructureEO.article_version_id) Unprotected
    FROM OKC_TERMS_STRUCTURE_V StructureEO
    WHERE StructureEO.DOC_ID = :1
    AND StructureEO.DOC_TYPE = :2
    AND ((StructureEO.OBJ_TYPE = 'ARTICLE' AND StructureEO.ARTICLE_VERSION_ID IS NOT NULL) OR
    (StructureEO.OBJ_TYPE <> 'ARTICLE'))) QRSLT WHERE (:3 = PARENT_ID) AND (:4 = PARENT_OBJ_TYPE) ORDER BY DISPLAY_SEQ
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:896)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1169)
         at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:3136)
         at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:2931)
         at OA.jspService(_OA.java:228)
         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.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
         at OA.jspService(_OA.java:221)
         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:871)
         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: Attempt to set a parameter name that does not occur in the SQL: Bind_DocId
         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.OraclePreparedStatement.setObjectAtName(OraclePreparedStatement.java:11110)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.setObjectAtName(OraclePreparedStatementWrapper.java:815)
         at oracle.jbo.server.OracleSQLBuilderImpl.bindParamValue(OracleSQLBuilderImpl.java:3919)
         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:4533)
         at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:743)
         at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:688)
         at oracle.jbo.server.ViewRowSetIteratorImpl.ensureRefreshed(ViewRowSetIteratorImpl.java:2657)
         at oracle.jbo.server.ViewRowSetIteratorImpl.ensureRefreshed(ViewRowSetIteratorImpl.java:2634)
         at oracle.jbo.server.ViewRowSetIteratorImpl.first(ViewRowSetIteratorImpl.java:1474)
         at oracle.jbo.server.ViewRowSetImpl.first(ViewRowSetImpl.java:2828)
         at oracle.apps.fnd.framework.webui.OAHierarchyData.getExpandableState(OAHierarchyData.java:672)
         at oracle.apps.fnd.framework.webui.OAHGridData.getExpandableState(OAHGridData.java:482)
         at oracle.apps.fnd.framework.webui.OAHGridData.selectGoodValue(OAHGridData.java:194)
         at oracle.apps.fnd.framework.webui.OAHierarchyData.selectValue(OAHierarchyData.java:789)
         at oracle.cabo.ui.laf.base.desktop.table.FocusColumn$1.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.ColumnGroupRenderer.renderAsStackLayout(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.ColumnRenderer._renderKids(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.ColumnRenderer._renderContent(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.ColumnRenderer._renderTD(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.ColumnRenderer._renderDataMode(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.ColumnRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.laf.base.desktop.HGridRenderer.renderSpecialColumns(Unknown Source)
         at oracle.cabo.ui.laf.base.desktop.TableRenderer.renderSingleRow(Unknown Source)
         at oracle.cabo.ui.laf.base.desktop.HGridRenderer._renderTableRows(Unknown Source)
         at oracle.cabo.ui.laf.base.desktop.HGridRenderer._renderTableRows(Unknown Source)
         at oracle.cabo.ui.laf.base.desktop.HGridRenderer.renderTableRows(Unknown Source)
         at oracle.cabo.ui.laf.base.desktop.TableRenderer.renderTableContent(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.TableRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.laf.base.desktop.TableRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.laf.base.desktop.HGridRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.BorderLayoutRenderer.renderIndexedChildren(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.BorderLayoutRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.BorderLayoutRenderer.renderIndexedChildren(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.BorderLayoutRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.laf.swan.desktop.SubTabLayoutRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.RowLayoutRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.BorderLayoutRenderer.renderIndexedChildren(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.BorderLayoutRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.laf.swan.desktop.HeaderRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.laf.oracle.desktop.HeaderRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.laf.swan.desktop.HeaderRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.composite.ContextPoppingUINode$ContextPoppingRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.laf.swan.desktop.HeaderRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.laf.oracle.desktop.HeaderRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.laf.swan.desktop.HeaderRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.BorderLayoutRenderer.renderIndexedChildren(Unknown Source)
         at oracle.cabo.ui.laf.swan.desktop.ContentRenderer.renderTableContent(Unknown Source)
         at oracle.cabo.ui.laf.swan.desktop.ContentRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.composite.UINodeRenderer.renderWithNode(Unknown Source)
         at oracle.cabo.ui.composite.UINodeRenderer.render(Unknown Source)
         at oracle.cabo.ui.laf.oracle.desktop.PageLayoutRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.BodyRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.render(OABodyBean.java:398)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.DocumentRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.DocumentRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.partial.PartialPageUtils.renderPartialPage(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.render(OAPageBean.java:3480)
         at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:3126)
         at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:2931)
         at OA.jspService(_OA.java:228)
         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.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
         at OA.jspService(_OA.java:221)
         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:871)
         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)
    Please Help !!!
    Thanks,
    VJ

    Hi,
    Please check the binding style(Oracle Positional,) of the VO when you extended it.
    Please make sure that standard vo and extended vo both have the same binding style.if is not same change in the extended vo and put the file again and bounce the server.
    Thanks
    Bharat

  • Send back to author issue in HCMFP with extended notification functionality

    Hi,
    We are using HCM Forms and Processes in our project .When the Form is sent back to author by the manager, author receives the email using extended notification functionality where the author clicks on the link provided in the notification email to open the form.Till here everything working fine, but when the author sends  the form again for approval with required changes , the approver  could not see the latest changes in the form. He still see the old data. Please note standard Task TS04000020: PD Form Is Edited Again by Author is used in the workflow.
    We tried the same scenario, where author access the form through UWL, make necessary changes and send the form for approval. In this case,latest changes can be seen by approver without any issue.But, as per business we can not provide UWL and should use extended notification functionality only..
    Please help in resolving the issue with extended notification functionality as early as possible.
    Thanks,
    Pavan.

    Hi Viji,
    Regarding your question.. here is the business requirement.
    1. Author fills the HCM form , hit check and send button, so that workitem goes to approver's UWL.Author do not have portal, but performs this process from SAP GUI itself using the webdynpro link as shown below.
    https://  pint01.xxx.net:8043 /sap/bc/webdynpro/sap/asr_pd_process_execute?sap-wd-configId=ZXX_PD_PROCESS_EXECUTE
    2. Approver has buttons on the form to approve, reject or send back to author.
    3. When author hits the "send back to author" button, the work item (task TS04000020) will be created for the author.
    4. The notification email will be sent to author using the program SWN_SELSEN.The email contains a link as shown below to open, edit,check and send it again for approval.
    https:// pint01.xxx.net:8043 /sap/bc/webdynpro/sap/asr_process_execute?WI_ID=000000052545
    The problem here is, when the author makes changes and send the form for approval, the approver still see the old content only in the form.
    Thanks,
    Pavan.

  • Extended Analytics - Is it possible to extract data from HFM to MS Access through an UDL (OBDC) file?

    Hello,
    I am trying to extract data from HFM, using Extended Analytics, to MS Access through an UDL (OBDC) file but it displays the following error:
    "error occurred while connecting to the database"
    I've followed these steps:
    1. Create a blank MS Access database (.mdb format)
    2. Create an .UDL file which connects to MS Access database:
          - Provider: Microsoft Jet 4.0 OLE DB Provider
          - Connection: Linked to the .mdb database created in step 1.
          - Give "ReadWrite" permissions.
    3. Test .UDL file connection successfully.
    4. Create DNS with Extended Analytics DNS Configuration tool.
    5. In Extended Analytics (HFM), once selected the new DNS and extract it displays the error commented before.
    ¿Do you know how i can solve this issue?
    Thank you in advance,
    Best regards,

    Hello Anjum Ara,
    Thank you for your response.
    I don't understand how to add my database SID to tnsnames.ora. (I already found the file but i don't know how to add new database SID)
    I have created one MS Access database in "C:\TEST.mdb" and i want to connect Extended Analytics to it.
    How i have to add this database into tnsnames.ora file?
    Thank you in advance,
    Kind regards

  • Issues with Yosemite and Safari on extended monitors

    I have Yosemite installed on a Mac Pro with 3 monitors attached to it.  As soon as I installed Yosemite, I noticed that whenever I tried to fill in text input fields on a web page, the things I typed in would start blinking.  And when trying to backspace to correct any typing errors, the field would remain the same and continue blinking.  It was very annoying because it was very difficult to enter anything into text input fields.
    My brother and an officemate who also had Yosemite installed on their computers were not experiencing this issue so I tried to isolate the problem on my system.  What I discovered is that Safari behaves as it should when it is displayed on my main monitor.  But whenever I move the Safari window over to one of the other monitors, any text input field on a web page would be next to impossible to type text into.  Other input fields, such as dropdown list boxes, act weird also.
    I should add that this only happens with Safari.  Firefox and Chrome do not behave this way on any of the monitors.  Other apps also run fine on the extended monitors.  It's just Safari that misbehaves.
    Has anybody else experienced this problem.  Is this a known bug?  I tried doing a search here in this community and on the internet itself but have not found anybody else complain about this issue.
    Thanks.
    ...Leo

    Hi all, I too am expieriencing similar issues.
    I am running a 2012 6core 3.33 Mac Pro with two ATI Radeon cards driving 3 27" LCD Cinema Displays.  One of the Radeo cards (1) drives the outer 2 screens and the other card (2) drives the centre screen alone.
    I upgraded from Mavericks to Yosemite 10.10.01 after being very pleased with it running on my Macbook Pro for a few weeks.
    My center screen had issues immediately rendering certain pages in Safari, the App Store and Mail.  In particular the google page when it has live search results showing, the App Store updates page also renders badly, and some emails in Mail that are html also don't load as the should.  Generally its the top of the page flashing, or the text input box on a page like this thats effected.
    I did a fresh install of Yosemite and it didn't fix the problem.
    I notice when I drag my safari window from the outer screen to either of the side screens, the problem goes away and returns when it comes back to the centre screen.  I swapped over the mini display ports so that graphics card 1 drives the middle screen and graphics card 2 drives the outer screens and the problem moved to the outer screens.
    I am still on Applecare so I called Apple and a senior tech took a look at the issue on my screen remotely.  He decided on replacing the graphics card.  This is being sent now so I report back once its installed to let you know if it made a difference.
    I am also going to try swapping out one of my cards with another colleagues card to see if I can establish if its a bug in Yosemite or an issue with a specific ATI card, or indeed just a problem when you run two cards.
    In the mean time I would be interested to hear if any of you guys found a workaround.

  • OfficeJet Pro 8600 Plus - Wireless connection issues with Wireless Extender

    I have a TPLink Wireless 300MBps wall plug extender to boost the wireless signal around my home.
    When in use my OfficeJet fails to connect to the wireless network at all, even if you 're-configure' the wireless as a new connection from the printer.
    Turn off the extender, reboot the printer, and voila - it connects within seconds.
    Any ideas as to what I can try?

    I think there are several things at play here.  The most suspicious is that the extender and the router are not the same brand.  There may be some protocol issues with this setup that the printer will never be happy with.
    Can you move your main router and forget the extender?
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • Issue with Cross-Company code transactions and Extended Withholding tax

    Hi Gurus,
    I am having an issue with Cross-company code transaction while posting expense with 2 different company codes.
    In the 2 company codes, one company code is setup for Withholding tax and other was not set.
    While posting in FB50, I am getting the below message and system does not allow to post the invoice.
    Company codes have different settings for withholding tax treatment
    Message no. F5786
    Diagnosis
    You are entering a document containing at least one vendor or customer item and which has line items in several company codes. The extended withholding tax treatment has been set to active in one of these company codes, but not in one of the other company codes.
    System Response
    You cannot enter this kind of document.
    Procedure
    Enter the transaction in two documents.
    For this I tried to test the transaction by activating of extended Withholding tax for both the company codes. Then the invoice is posting correctly now.
    The point is if I activate extended withholding tax for the Company code which is not using the setup, will it face any issues in other areas? and also kindly advice whether is this a right way to set up to fix the current problem.
    Thanks for the Support and early response will be appreciated.
    JBC.

    Hi Mamta,
    Thanks for the Response. I think you misunderstood my scenario.
    For Eg in FB60 with Co code 5065:
    I am debiting the Expenses for Co Code 1000(Witholding tax not active) and crediting the Bank Account of Co Code 5065(Withholding tax setup is done for this co code). When I tried to post with these line items I have getting the error.
    Posting        GL                   Co Code
    Dr          106520(Exp)            1000
    Cr          202020(Bank)           5065
    For this I tried by activating the Withholding tax for Co code 1000 which is not active before and post it. The system allows me to post the invoice.
    I want to know whether is this a right way to solve this issue and will it impact on any other areas by only activating the Withholding tax for a Co code?
    Thanks,
    Bapu

  • Issue with Chinese Translations not picked up in Extended Notifications

    All Gurus,
    We are on ECC 6.0 with the below settings.
    SAP_BASIS     700     0015     SAPKB70015     SAP Basis Component
    SAP_ABA     700     0015     SAPKA70015     Cross-Application Component
    We have been using Extended Notifications for quite some time and it's working fine in EN. We now are working on generating the Outlook mails in Chinese Language. In these, there are some std. SAP texts (as mentioned in "General Settings" in transaction SWNCONFIG) are not getting picked up even though the corresponding Chinese translation exists. Specifically, the EN text
    "The following new work items require processing XXXXXXXX" corresponds to Dialog text "SWN_PROLOG_MULTI" maintained for parameter "TEXT_PROLOG_MULTI" in General settings.
    When the Outlook mail is generated in Chinese, the corresponding Chinese text is not getting picked up and says "Text Not Found". Similar issue existed for some other Dialog texts maintained for parameters "TEXT_GOTO_WI" and "TEXT_CONTACT_ADMIN" for which SAP suggested new Notes 1661893 and 1661894. For these texts, once Chinese text is maintained in SE63, its getting picked up in the Outlook mail.
    Has anybody faced similar issue with Chinese translations in Extend.Notif ? If yes, please let me know how to fix this issue.
    Also, anybody knows the message / Dialog text # for the text "Execute Work item.SAP" in the Link that is attached to the Outlook mail ?. Please tell me how to maintain the Chinese text for this EN text.
    Timely reply is really appreciated.
    Thanks in advance & Regards,
    venu

    All,
    SAP provided the translations in the Notes 1675156 & 1675157 and it resolved both the issues mentioned. Also, the "Execute Work Item.SAP" link is picked up from the Text Elements of the class "CL_SWN_NOTIF_WORKFLOW".
    As the issue is resolved, i'm closing this thread.
    Thanks
    venu

  • Extended Analytics template label issue

    I'm trying to create star schema via extended analytics from work space but getting below error
    'Invalid Extn Analy templete label. Please provide a valid template label. '
    I followed all steps provided on
    http://www.oracle.com/technetwork/middleware/financial-management/tutorials/exprtana-093544.html
    Can't seem to get the reason behind this issue.
    Thanks,
    Ravi Agrawal

    Thanks Erich.
    I'm new so do not have any info for this template label.
    While extracting I just mentioned a template name for future reference.
    How and from where do i check for this template label feature?

  • Initial issues with PS CS4 Extended Windows XP Pro.

    Initial issues with PS CS4 Extended Windows XP Pro.
    CS3 worked just fine but had many issues with Bridge CS3. So frustrating that the $$ to upgrade to CS4 seem worth it. Mostly works OK with the following exceptions:
    1. Sometimes the file menu selections are non-selectable grey including fundamental functions like Open and Exit not even clicking on the x will allow PS to close! I found a workaround, I can select a tool that is not currently selected (like the crop or brush) and now the menu items appear.
    2. The Arrange Documents drop down menu is blank except for the lower text portion. All icons are missing. Roll over text popup shows what is supposed to be on the menu but no icons.
    3. I have setup Bridge CS4 to auto start at logon. Works OK but sometimes for whatever reason stays busy after I close. Task Manager shows Bridge using up to 25% of CPU time and the program is not even open!
    5. I purchased a couple Canon EOS 50Ds as backup cameras for our business. Worked last week with CS3 and Bridge with Raw 4.6 upgrade. Does not work with RAW 5.0 in CS4bummer!

    I had the same problem with blank/missing "Arrange Documents" icons. And I use NIK and OnOne plugins (CS4 & Vista). These plugins are all supposed to be compatible with CS4 and I use them ALOT - so I refused to remove them. Today I also started having a problem with an error re: needing to install a printer before I could select print functions.
    I found the answer to both problems!! While researching the error message I found information from Adobe support stating that you should:
    1. Quit Photoshop
    2. Vista: Rename the Users\[username]\AppData\Roaming\Adobe\Adobe Photoshop CS4\Adobe Photoshop CS4 Settings\Adobe Photoshop CS4 Prefs.psp file to Adobe Photoshop CS4 Prefs.old
    Windows XP path: Documents and Settings/[username]/Application Data/Adobe/Adobe Photoshop CS4/Adobe Photoshop CS4 Settings/Adobe Photoshop CS4 Prefs.psp
    3. Start Photoshop - it will create a new preferences file.
    My print error message is gone AND I have Arrange Documents icons!!!

Maybe you are looking for