Issues in Workflow before/after Upgrade

Hi All,
           Our project is going to upgrade from 4.7 to 6.0. The customer has some concerns over the workflows.
           The concerns are:
1.What happens to all the open workflows? I mean all the workflows which are still active and running at the time of upgrade. Should they be terminated or brought to an end? Can workflows be terminated? Or if we want them to get complete can we do so?
2.What are the scenarios post upgrade where the workflows are likely to fail or pose a problem?
I have one SAP document already which gives an insignt into the second concern but am clueless on the first one.
Please advice on both the issues.
Thanks in Advance,
Saket.

Hi,
mass closure and mass restarting of all the workflows
This is not possible.
For your Scenario try this in the Dev. Server or Sand Box. If this working fine, then go ahead.
Check this below possibilities.
1) In the dev. server or Sand Box  create some workflows. That should me in Process (Not completed)
2) Then upgrade your dev. Server/ Sand Box & check status of the workflow.
3) If found all the workflow end up in errors, go to SWPR and Restart it.
4) If the workflows are working fine, then test in QA & further.
5) If this not working, then better you have to complete the workflows & after upgrade trigger the workflow.
Regards,
Surjith

Similar Messages

  • Issue with VO extension after upgrading from 11i to R12

    Hi All,
    We are facing issue with VO extension after upgrading from 11i to R12(12.1.3).
    Most of the cases we are facing issue as given below,
    oracle.apps.fnd.framework.OAException: oracle.jbo.AttributeLoadException: JBO-27022: Failed to load value at index 21 with java object of type java.lang.Boolean due to java.sql.SQLException.
    Please help me out to resolve this issue.
    Any help/suggestion will highly appreciate.
    Thanks & Regards,
    Sunita

    Hi Gyan,
    Thanks for the response.
    There is one attribute has added in VO query.
    In VO.xml file ViewAttribute definition is as given below,
    <ViewAttribute
    Name="DisplayApproveButton"
    IsUpdateable="false"
    IsQueriable="true"
    IsPersistent="false"
    Type="java.lang.Boolean"
    ColumnType="NUMBER"
    AliasName="DisplayApproveButton"
    Expression="xxh_invoice_approval_pkg.check approval(invoice_id)"
    SQLType="BIT" >
    </ViewAttribute>
    Thanks & Regards,
    Sunita

  • Call issues on iPhone 4 after upgrading to IOS 5.1.1

    Ever since I upgraded to the IOS 5.1.1 my iPhone 4 has been having call issues. When I make or receive calls the other person can hear me for 5 seconds and then they can't hear me, but I can hear them. It is almost like the mute button is on, but I check it every time and it isn't on. I reset the factory settings, I reset the network settings and I checked the SIM card and nothing has fixed the problem. My phone has NEVER given me problems before and this is really frustrating. Anybody know what is causing this or how to fix it?? Please help!
    Thanks!

    Apple has not been forthcoming on the explanation. My Siri worked on my iphone4 (not 4s) immediately after upgrading to IOS5, but I take it they have redirected the servers that used to support Siri to only work with Iphone4s.
    It is one thing for apple to only bundle the improved Siri with IPhone 4S, or  for them to remove Siri from the Ap store.
    But it is another thing all together for apple to purchase a company, and then cease the service that many of us paid for.
    Attempts to contact apple at apple store and via email have been unhelpful.
    Apple Fan--

  • Issue of Text Qualiffier after upgrading to SQL Server 2014 Standard

    Hi,
    I'm facing an issue of Text Qualifier after I upgrading my system to SQL Server 2014 Standard Edition (Microsoft SQL Server 2014 - 12.0.2000.8 (X64)
        Feb 20 2014 20:04:26
        Copyright (c) Microsoft Corporation
        Standard Edition (64-bit) on Windows NT 6.3 <X64> (Build 9600: ) (Hypervisor)
    I have a csv file with format: Text Qualifier is double pipes ||, Vertical Bar (|) as Column Delimiter and  Row Delimiter is CRLF.
    For example file:
    ||Col1|||||Col2||
    ||ABC|||||XYZ||
    This file is working OK in SQL Server 2008 R2 (SP2) but it does not work in SQL Server 2014. It raised error message while running.
    Error: An error occurred while skipping data rows.
    [SSIS.Pipeline] Error: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED.  The PrimeOutput method on MediaAgencyGroup returned error code 0xC0202091.  The component returned a failure code when the pipeline engine called PrimeOutput(). The meaning of the failure
    code is defined by the component, but the error is fatal and the pipeline stopped executing.  There may be error messages posted before this with more information about the failure.
    Any suggestion here?
    Thanks,

    Yes
    There's a difference in the way text qualifiers are parsed from 2012 onwards
    see
    http://www.proactivespeaks.com/2012/06/22/my-5-favorite-sql-2012-ssis-features-so-far/
    http://blog.concentra.co.uk/2013/06/24/ssis-2012-flat-files-now-greatly-improved-but-are-they-good-enough-yet/
    ANyways my preferred way to do this is as below
    http://visakhm.blogspot.in/2014/06/ssis-tips-handling-embedded-text.html
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Issue with multi-monitor after upgrading to Mavericks

    I ran Mountain Lion OS on my MacBook Pro along with VMWare Fusion 5 with an extra monitor and everything was working fine till I upgraded to Mavericks. Since then, I am not able to see the 2nd monitor in the Extended Mode.
    on Apple, everything is work and I see two monitors and can move one window from one display to another but when I open my Windows in Fusion, only one display is accessible (the 2nd display showing Apple screen, which wasn't the case before). Even I can see that the color settings I had done before for my additional monitor is not in place after upgrade.
    I have checked my WIndows and settings are fine as it was before. It's Windows 7 Pro. I read some articles that I have to upgrade to Fusion 6 and some others that mentioned this is an issue with Mavericks and upgrade won't fix it. So, I am looking for some advice or similar experince, if any.
    Thx in advance for your help.
    Behzad

    Update: I can see that Windows act as it is two displays but the 2nd display is in nowhere and I cannot see it. I mean the window can go out of my normal display (i.e. my laptop) but not to the other monitor. That's why I have to disconnect the 2nd monitor and only use laptop display.

  • BINARY SEARCH does not work as before after upgrade

    We recently upgraded from HRSP 26 to HRSP 40 as well as similar upgrades in non-HR areas on our ECC 6.04 system.  We've been in SAP since 1998, and have a lot of old custom programs which were written when we were still new at ABAP.  In a few, we put records into an internal table sorted the table, maybe added a few more records to the table, and did a READ BINARY SEARCH.  Granted, this is not correct, adding records to a table after it is sorted.  But these programs have worked for more than 10 years and now, since our upgrade, the READ BINARY SEARCH does not always find a record where it did before the upgrade.
    So this is mostly just a heads-up.  If you are missing data in reports after upgrading, this might be the issue.  Also I am wondering if anyone has experienced this.
    Heads-up!
    Janice Ishee

    Hi Janice,
    you did not give any context. Please note that it is a popular error to think that a SELECT statement will fetch data in order of the primary key of the table - although it happens quite frequently. So always first sort, then binary search.
    Probably not related to upgrade.
    Regards,
    Clemens

  • Issue in iSupplier Portal after upgrade from 12.1.1 to 12.1.3

    Hi
    After upgrade to 12.1.3, I am getting 'java.lang.NullPointerException' error when I navigate to Oracle iSupplier Portal -> 'Purchase Order' tab. I have pasted the error text below. I have also noted down the errors below, which were reported during the upgrade (since I don't know if they are connected to this issue, and could not fixed as yet).
    Environment_
    1. Oracle EBS = 12.1.3 (upgraded from 12.1.1)
    2. OS = OEL 5.7
    Any help will be really appreciated. Thanks.
    Exception Details.
    oracle.apps.fnd.framework.OAException: java.lang.NullPointerException at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:912) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:616) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252) at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1182) at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252) at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252) at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353) at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2607) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1940) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431) 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.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.lang.NullPointerException at oracle.apps.pos.orders.webui.PosVpoMainCO.processRequest(PosVpoMainCO.java:151) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:600) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252) at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1182) at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252) at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252) at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353) at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2607) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1940) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431) 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.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) java.lang.NullPointerException at oracle.apps.pos.orders.webui.PosVpoMainCO.processRequest(PosVpoMainCO.java:151) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:600) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252) at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1182) at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252) at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252) at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353) at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2607) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1940) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431) 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.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)
    Background of Upgrade*
    Following errors were reported during upgrades but we continued upgrade since they could not be fixed. There are several Invalid objects in the DB that starts with OKC but they still remain even after I tried to recompile them through 'adadmin' or through SQL prompt or 'frmcmp' command (as stated below).
    frmcmp module=%AU_TOP%/resource/OKEKAULN.pll userid=APPS/APPS output_file=%AU_TOP%/resource/OKEKAULN.plx module_type=library batch=no compile_all=special
    I beleive OKC schema is related to 'Oracle Contracts' module.
    The following Oracle Forms objects did not generate successfully:
    au resource OKEKAULN.pll
    au resource OKEDTSFM.pll
    au resource OKEKAUWB.pll
    au resource OKLCSAST.pll
    au resource OKLCSEQX.pll
    au resource OKLCSASD.pll
    au resource OKSPMSCH.pll
    au resource OKSAUCVT.pll
    au resource OKSAUDET.pll
    au resource OKCEXPOR.pll
    au resource OKCKSRCH.pll
    au resource OKSAUBLG.pll
    An error occurred while generating Oracle Forms library files.

    Thanks for replying. I have already applied the mega patch 9239090 to upgrade to 12.1.3. The metalink notes you have given refers to patches released prior to patch 9239090. How to check whether the new patch will not overwrite the one I have already applied and will not conflict with it? Will it be automatically taken care by 'adpatch' utility?adpatch should take care of that and it should not overwrite any file if the file version you have is higher than the one delivered by the patch.
    Thanks,
    Hussein

  • Report Writer Issue - Revenue Cost Element - After Upgrade.

    Hello ,
       After upgrade some of the report writers are not pulling up all the plan data.
       I found out that the revenue cost elements (cost element category - 11) are not being pulled by
       report writer in ECC 6.00, where it used to pull them in 4.6C. These postings were done to
       our budget version using KP06.
       These revenue cost elements postings are not stored in COSP. I dont have any idea in which tables
       they are stored.
       Does anyone have any clue about this.
    Thanks,
    Sandeep

    Its a report writer report developed here..(not standard one)
    The cost center is a revenue cost center. So when we post our revenues we post it to this revenue cost center.
    The issue is in 4.6C env it used to pull this data, but in 6.00 it is not pulling.....
    Thx,
    Sandeep

  • Drivers issue for Lenovo u400 after upgrading to Windows 8

    I recently upgraded to windows 8 an after that facing driver issue for ATI Radeon graphic card and wifi, and also cypress trackpad  software is not working. All the supported drivers provided by Lenovo for windows 8 are fake and none of them are working. I even tried to search for drivers for graphic card from AMD website but unable to find any suitable drivers.
    And to my surprise when i called lenovo technical support for help, the representative told that no such upgradation is possible for older system, but in Lenovo wesite it is clearly mentioned that upgradion is possible and they are provinding windows 8 drivers for this model which does not works at all :-(
    Kindly some one suggest some workaround for this issue.
    Solved!
    Go to Solution.

    I had the same problems with the Cypress driver after upgrading to Windows. Based on I did I downloaded the Windows 8 driver for the Ideapad U300s and it works GREAT. There were no compatibility issues, shows up in Device Manager etc. It also has and icon on the task bar that responds to the F6 key for disabling. Best yet this driver has a Palm Rejection tab. I set it for heavy and no wild pointer movements so I find I now keep the trackpad enabled. NOTE: the file name of the driver I downloaded and installed is: Ogt102w8. Hope this helps you and can't figure out why Lenovo has a driver listed for the U400 that does not work while this driver works great.

  • HT1476 issue charging the phone after upgrade to iOS7

    After upgrading to iOS7, my iPhone 5 won't accept my charger cables. I have 2 cables, tried around ten wall sockets, tried using my laptop, PC...nothing works.
    The only way to charge it is to turn off the phone and leave it like that.
    The main problem for me after not charging is that I cannot connect it to iTunes in order to downgrade.
    I am seriously getting sick and tired of these things about Apple products....and they cost a s#&% load of money...
    I've been using 3Gs and 4G, benn satisfied, but that's all, not close to excellent....
    Oh...and about the charger cords..the one that came with the phone is trash...I used it a few times and after that I had to throw it in the garbage. I saw that you can buy a new one slightly cheaper due to a program of Apple, but the main problem is that ROMANIA does not show in countries....although there are many many users of Apple products over here....
    I'll wait a few days if I can solve the problem...either downgrading or something else.....if not...to the flea market with it...

    Welcome to the Apple Community.
    The following article may help you.
    My Device is disabled.

  • Issues with wifi connection after upgrading to iOS6.

    Does anybody know of an fix that actually works to fix a phone not connecting to wifi with iOS6?  I have tried I think every suggestion people have listed on here and on the apple forums and nothing works.
    Here is what I've tried so far:
    Resetting the network setting on my phone - didn't work
    Tried turning off the Cellular Data suggestion - didn't work
    I have done the hard reset on my phone and restored it - didn't work
    I have tried changing the security settings on my router - didn't work
    I bought a new router because my previous one was a few years old - didn't solve my issue. I know it's not my router, I have other devices in my home that connect to the router as they should.
    I would really appreciate some help with this to get my wifi working again.  I'm also having the same issue like others that since the iOS upgrade my phone also seems to be using data at about double the rate it used to.  In 9 days I've used over 1GB of my 2GB plan and that is ridiculous, I'm only using my phone for email which I don't get any large attachments and some random surfing the internet.  It never used this much data before when I was somewhere where I couldn't connect to wifi.
    Is Apple working on fixing this or is it an Verizion issue?

    I went to an Apple Store today to see if they could help me out at all with this issue.  I had found out that my phone will connect to wifi at work and amazingly at the Apple Store, just not at my house.  Here is what they told me after I had run down all the options of what I had tried to change with them and nothing worked.  Came to the conclusion that it is more than likely a software issue and after doing some research at the store Apple is aware of the problem they told me.  Apple is working on correcting the issue and is beta testing an updated iOS at the moment and just need to be patient for them to release it.  The only immediate fix they gave me as an option was to purchase an Apple router for the time being and that should cure the connection problem.  Since I had just purchased a new router a couple weeks ago I didn't feel like buying another one.  So I hope this will help some people that have been searching for an answer to this problem like I have and have gotten no help from anywhere...

  • Sensitivity touch issue on iPhone 5s after upgrading to iOS 8.0.2... pls. help!!

    Does anyone face the sensitivity issue on the apps icon after the upgrade?
    i need to press several times on the apps icon before it is detected...
    Please help!! thanks..

    I have the same issue, initially I thought it was my thumb problem.
    But after several tried, I did notice that the screen is not responding and it getting hard to detected.
    FYI - My screen have no problem during iOS 7, however after I upgraded to iOS 8 and it started gives problem.
    Please do not tell me its related to screen protector issue.
    Apple, please assist !

  • Issues with SharePoint 2013 after upgrading from windows 2012 to 2012 r2

    We have a Sharepoint with Sp1 environment on windows 2012. Recently we upgraded the windows 2012 to 2012 r2. After the upgrade sharepoint environment is completely unstable.
    At first all the sites returned 401 errors. After resolving by resetting the object cache accounts the sites are back.
    Then i see that none of the performance point dashboards work. I figured that claims to windows token service is defaulted to local system account. I previously configured with a domain account. I reconfigured to work with domain account. 
    All the dashboard pages throw error.
           Some Error logs:Failed to get document content data. System.ComponentModel.Win32Exception (0x80004005): Cannot complete this function     at Microsoft.SharePoint.SPSqlClient.GetDocumentContentRow 
    Application error when access /Dashboards/Performance Dashboard/Main.aspx, Error=The EnableScriptGlobalization property cannot be changed during async postbacks or after the Init event.   at System.Web.UI.ScriptManager.set_EnableScriptGlobalization(Boolean
    value)    
      4.  I tried to create a new dashboard and this time the performancepoint designer wont launch. After some troubleshooting i see that c2w host file didnot have the caller  C:\Program Files\Windows Identity Foundation\v3.5. 
           I added <add value="WSS_WPG" /> and now it launches
      5.  Now the Dashboard launches and peruser identity works without having kerberos enabled at IIS. I have all the spn and required delegations setup for this url . But i did not configure at the IIS level
    yet.
    It looks like lot of things got messed up and reset. Can we upgrade to windows 2012 r2 with a sharepoint application inplace. what is the recommended approach and Whats happening with Performancepoint dashboards. IS there a known issue with sharepoint 2013
    sp1.
    Raj-Shpt

    Thanks for the above article. Few issues are solved . One of the main issue is with Performancepoint Dashboard.
     I have all the spn and required delegations setup for this url . But i did not configure at
    the IIS level yet. Still per user identity works without having kerberos enabled at IIS.
    Raj-Shpt

  • Issues with wifi connection after upgrade 10.8.5.

    After the upgrade, wifi empty triangle. No way to activiate the wifi. Need to reboot 3 times (just reboot, any other action) to finally have the wifi activated and the connection working.
    Known issue in this version? Fix planned?
    Thanks.

    I went to an Apple Store today to see if they could help me out at all with this issue.  I had found out that my phone will connect to wifi at work and amazingly at the Apple Store, just not at my house.  Here is what they told me after I had run down all the options of what I had tried to change with them and nothing worked.  Came to the conclusion that it is more than likely a software issue and after doing some research at the store Apple is aware of the problem they told me.  Apple is working on correcting the issue and is beta testing an updated iOS at the moment and just need to be patient for them to release it.  The only immediate fix they gave me as an option was to purchase an Apple router for the time being and that should cure the connection problem.  Since I had just purchased a new router a couple weeks ago I didn't feel like buying another one.  So I hope this will help some people that have been searching for an answer to this problem like I have and have gotten no help from anywhere...

  • Tips to fix battery issue on iphone 4s after upgrading to iOS 6.0

    ladies and gentlemen.....i think i found a simple solution but its the only way to fix the problem until apple decides to gives us a patch.
    i have an iphone 4s and yesterday i did the upgrade to 6.0
    this morning i noticed my battery was draining faster than normal then i decided to do this.
    i did a full reset and when i set it up i did it as a new iphone without using any of the restore points.
    before you do this you need to make sure your contacts and photos are stored in icloud.
    once you are all done with the restore you need to do all the tips for battery life including turning off gps on stuff you dont need and how often data is pushed from the server.  one thing i like to do is every morning when i charge my phone is i clear the cache and browser history and close any open apps and then i shut down, wait a few minutes and turn back on
    i work on the street nearly 11 hours daily and i listen to music, watch youtube videos, browse the web, use facebook and instagram and by the time i go home i still have 20% left in the battery

    The issue is probably specific to your iPhone:
    Something may have gone amiss in the upgrade to iOS 6.1.3 on your iPhone.
    To correct this follow these steps:
    Backup your iPhone using iTunes or iCloud.
    Use iTunes to completely restore your iPhone as new.
    Setup your iPhone and monitor battery usage to see if it is normal. If not, you may have a hardware problem - if so, contact Apple support.
    Restore your iPhone from your backup above.
    Check battery usage to confirm that it remains normal.

Maybe you are looking for

  • Printing DMS document in BSP

    Hi Experts, I am working on a BSP application where i have got a requirement to directly send the document that is stored in the DMS to local printer. Can any one help me on this?

  • Ipad Calender strange behaviour - It goes back one week

    I have an iPad (Not iPad 2).  I have updated the software and am using iCloud (I used to use Mobile Me). I have my cal set to Monday as the start of the week day.  I use week view My problem is ONLY with All day events on a Monday. If I try and edit

  • Virtual PC 7.0   F key & switching problems

    Hello my fellow mac-geeks! Problem: I'm trying to run the following software from my mac, but using Virtual PC (because it's PC based): PokerStars. Way before I get to the point of running software I've encountered a big problem. In setting up the Vi

  • Lens Profile in ACR Not Working. Please, help.

    Hi, CS5 Extended MBP 10.6.3 ACR 6.1 Although it had been working before, now when I open the "lens" tab in ACR I do not get the "profiling" options. Before, it would find my lens and correct it. Now, those functions are not showing up at all. Instead

  • Traffic Shaping on 6880 between sites over metro ethernet

    Hi I have a new dual site setup with 6880s at the core at one side and 3650 stack at the other. We have a 200mbps ethernet solution from our service provider but on testing we are maxing at a bit over 100mbps, iperf tests directly on the link are giv