AE Deployment Errors in SDM - Upgrading from 5.1 to 5.2

Hello-
I'm in the process of upgrading Access enforcer on a Java standalone system from version 5.1 to 5.2.
Documentation provides a short list of project files that must be deployed in order - I have successfully deployed all others but am now facing the last require file - AEEAR4WS.ear.
Errors logs are below - Any advice or insight is greatly appreciated.
===========================================================================
Deployment started Mon Dec 01 16:22:04 EST 2008
===========================================================================
Starting Deployment of AEEAR4WS
Aborted: development component 'AEEAR4WS'/'sap.com'/'localhost'/'2007.12.08.00.49.25':
Caught exception during application deployment from SAP J2EE Engine's deploy service:
java.rmi.RemoteException: Cannot deploy application sap.com/AEEAR4WS.. Reason: Error while reading [default web.xml] while deploying [AESelectSystemService_5_2/Config1] web application.; nested exception is:      com.sap.engine.services.deploy.container.DeploymentException: <--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='com.sap.engine.services.servlets_jsp.server.exceptions.WebDeploymentException: Error while reading [default web.xml] while deploying [AESelectSystemService_5_2/Config1] web application.
     at com.sap.engine.services.servlets_jsp.server.container.WebContainerHelper.initXmls(WebContainerHelper.java:570)
     at com.sap.engine.services.servlets_jsp.server.container.WebContainerHelper.deploy(WebContainerHelper.java:143)
     at com.sap.engine.services.servlets_jsp.server.container.DeployAction.deploy(DeployAction.java:140)
     at com.sap.engine.services.servlets_jsp.server.container.WebContainer.deploy(WebContainer.java:104)
     at com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:606)
     at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:319)
     at com.sap.engine.services.deploy.server.application.DeploymentTransaction.begin(DeploymentTransaction.java:307)
     at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:292)
     at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:326)
     at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3139)
     at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:539)
     at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1555)
     at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:304)
     at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:193)
     at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:122)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
Caused by: com.sap.engine.frame.ServiceException: <Localization failed: ResourceBundle='com.sap.engine.frame.KernelResourceBundle', ID='ERROR:java.io.IOException: Access is denied', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key ERROR:java.io.IOException: Access is denied
     at com.sap.engine.core.service630.container.PersistentHelper._getPersistentEntryFile(PersistentHelper.java:98)
     at com.sap.engine.core.service630.container.PersistentHelper._getPersistentEntryStream(PersistentHelper.java:44)
     at com.sap.engine.core.service630.container.PersistentHelperWrapper.getPersistentEntryStream(PersistentHelperWrapper.java:20)
     at com.sap.engine.services.servlets_jsp.server.container.WebContainerHelper.initXmls(WebContainerHelper.java:566)
     ... 20 more
Caused by: java.io.IOException: Access is denied
     at java.io.WinNTFileSystem.createFileExclusively(Native Method)
     at java.io.File.createNewFile(File.java:828)
     at com.sap.engine.core.service630.container.PersistentHelper._getPersistentEntryFile(PersistentHelper.java:55)
     ... 23 more
', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key com.sap.engine.services.servlets_jsp.server.exceptions.WebDeploymentException: Error while reading [default web.xml] while deploying [AESelectSystemService_5_2/Config1] web application.
     at com.sap.engine.services.servlets_jsp.server.container.WebContainerHelper.initXmls(WebContainerHelper.java:570)
     at com.sap.engine.services.servlets_jsp.server.container.WebContainerHelper.deploy(WebContainerHelper.java:143)
     at com.sap.engine.services.servlets_jsp.server.container.DeployAction.deploy(DeployAction.java:140)
     at com.sap.engine.services.servlets_jsp.server.container.WebContainer.deploy(WebContainer.java:104)
     at com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:606)
     at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:319)
     at com.sap.engine.services.deploy.server.application.DeploymentTransaction.begin(DeploymentTransaction.java:307)
     at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:292)
     at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:326)
     at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3139)
     at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:539)
     at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1555)
     at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:304)
     at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:193)
     at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:122)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
Caused by: com.sap.engine.frame.ServiceException: <Localization failed: ResourceBundle='com.sap.engine.frame.KernelResourceBundle', ID='ERROR:java.io.IOException: Access is denied', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key ERROR:java.io.IOException: Access is denied
     at com.sap.engine.core.service630.container.PersistentHelper._getPersistentEntryFile(PersistentHelper.java:98)
     at com.sap.engine.core.service630.container.PersistentHelper._getPersistentEntryStream(PersistentHelper.java:44)
     at com.sap.engine.core.service630.container.PersistentHelperWrapper.getPersistentEntryStream(PersistentHelperWrapper.java:20)
     at com.sap.engine.services.servlets_jsp.server.container.WebContainerHelper.initXmls(WebContainerHelper.java:566)
     ... 20 more
Caused by: java.io.IOException: Access is denied
     at java.io.WinNTFileSystem.createFileExclusively(Native Method)
     at java.io.File.createNewFile(File.java:828)
     at com.sap.engine.core.service630.container.PersistentHelper._getPersistentEntryFile(PersistentHelper.java:55)
     ... 23 more
(message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
Deployment of AEEAR4WS finished with Error (Duration 31437 ms)

Hi Christof,
The VB codes used in the excel sheets are only excel dependent. I don't think Microsoft has any backward compatability issue with 2003 to 2007. Similarly the VB commands from 5.1 is maintained in 7 so you should not face any major issues there too.
Badrish

Similar Messages

  • Error 1015 when upgrading from 3.0 to 3.0.1

    Hello,
    I recently purchased an iPhone and my first time connecting it to iTunes it asked to upgrade from 3.0 to 3.0.1, which I assumed was fairly standard so I let it go.
    However, it made it about 75% through the progress bar on the iPhone display and to the "restoring iPhone firmware" stage in iTunes, then it gave the 1015 error. I have tried it on several computers since then and it happens every time regardless of which computer/OS I use.
    After this every time I turn the iphone on, connect to the computer or not, it displays a USB with an arrow to the iTunes icon, and I have no control. Basically nothing on it works anymore.
    When I searched on google I found a lot of hits for people trying to downgrade/jailbreak, neither of which I was trying to do, I was simply upgrading based on iTunes request.
    Thanks for any help, right now my iPhone is useless to me, and it's really frustrating.
    Thanks,
    Boyd

    I just got this link off Apple Support. It is a KB article that describes issues with that particular error code. Try and see if that solves your problem.
    http://support.apple.com/kb/TS1275

  • Add-On ST error in Prepare Upgrade from 46D to ECC 6.0

    I have getting Error Add-On ST 2D, and undecided, I don't know what to do, I had installed Solution Manager for 46D and ST 2D, If anybody has this situation, how do I download the Add on
    I will appreciate any help on this matter.
    Thanks
    Jagraj Dhillon

    > Dear,
    >
    > I believe you have the addon component 'SAPKITL02D
    > "SAP Solution Manager - Installation 4.6C (02D) "
    > installed in 4.6C , is that right?
    >
    > Since the ST (Solution Manager) cannot be upgraded
    > from current version
    > to the latest using the R3 upgrade, You need to
    > Deinstall the addon. (with import of SAPKITL029 in
    > SAINT) Please reset prepare as described in the
    > upgrade manual (SAPup reset prepare + empty DIR_PUT)
    > and next import the request SAPKITL029 using SAINT
    > which should take care of the de-installation of ST
    > 02D.
    >
    > I hope this helps.
    >
    > Lucio Rodrigues
    > SAP AGS
    Hello, Lucio.  I am in the same boat, only with R/3 version 4.6C, and ST 0.2C (SAPKITL02Y).  Would the SAPKITL029 work for me as well, or is there another SAINT package designed to remove ST 0.2C?
    SAP support has not been very helpful to this point.  If you have an import which would help with uninstalling the addon, please email it to [email protected], or please let me know where to download it if it is available for download.
    Mike McCrory - BMW Global Data Center America's
    Message was edited by:
            McCrory Michael

  • Error during MaxDB upgrade from 7.3.00.42 to 7.5.00.32

    Hello all,
    I am attempting to upgrade from MaxDB 7.3.00.42 to 7.5.00.32, as part of a migration from HP-UX 11.11 to Windows Server 2003.  The MaxDB database supports a Content Server 6.30 application, and from what I have found so far, I need to upgrade/patch to 7.5.00.51 on the HP-UX server, before I can migrate using the loadercli (as per note 962019).
    While performing the upgrade to 7.5.00.32 (following the steps in the Upgrade Guide to MaxDB 7.5), I receive the following error.
    chperm 660 sdb:sdba /sapdb/data/config/SDB.mmm
    user sdb can access /sapdb/data/config/SDB.mmm
    remove /sapdb/data/wrk/dbmsrv.prt
    remove /sapdb/data/wrk/SDB.knl
    remove /sapdb/data/wrk/SDB.mdf
    permissions for databases as of version 7.5.00 are used on your system
    database owner is sdb
    administrators group is sdba
    owner of SDB is sdb (sdba sdba)
    user_logon failed
    Obviously there is a permissions problem of some kind, but I have not been able to pinpoint where.  I allowed the DDUPDATE.SH script to create the user SDB, and it appears to have been created successfully and was used during the earlier steps of the upgrade script.
    While working with SAP support I confirmed that I could connect to the database using the SDB user and I also executed the sdbverify, which completed successfully.  As per the upgrade guide, I am logged in to HP-UX as root when running the upgrade (and when I ran sdbverify).
    If anyone has suggestions on the cause of this error, I would greatly appreciate any assistance.
    Best Regards,
    Rusty Robbins

    Isn't that how it always goes...
    I have been fighting this for 4-5 days, and had replied back and forth with support, with no luck on a resolution.  But of course just as soon as I post my question here, support comes back with the answer!.  I guess that just goes to show how good the SDN site is!  ;p
    Anyway, the answer to my problem was related to the group permissions on this HP-UX server. The ddupdate script did create the SDB user and set the primary group as SDBA, which normally would give the SDB user all rights for that group.  However, in this case the error continued to occur, until I explicitly added the user SDB to group SDBA (at the request of SAP support).  This upgrade step did finish successfully, and I am now continuing on with the other steps to migrate to Windows.  Hopefully the rest of the steps will go smoother...
    Regards,
    Rusty Robbins

  • Error after SPS upgrade from SP10 to SP12

    Hi Friends,
    Recently we have done SOLMAN 7.1 sp upgrade from sp10 to sp12.
    Now I want to perform configuration activities in SOLMAN_SETUP.
    But when I am trying to do SYSTEM PREPARATION, I am facing error in first step(Maintain Users).
    "Error: Number of elements in the collection of node COMPONENT CONTROLLER.1.NAMESPACES violates the carnality".
    Kindly suggest me how to clear this above error and proceed further. Further please let me know as a SOLUTION MANAGER consultant what are the steps I need to perform post SP upgrade. I am not BASIS guy. So please let me know what are the activities which need to be performed by BASIS guy and SOLMAN guy
    Please find the attached screen shot for the error screen.
    Thanks & Regards,
    Solman Starter

    Go the transaction STMS, if a window appears when you start the transaction that's mean it is not configured.
    Only in this case :
    1.     Logon on to client 000  with DDIC.
    2.     Execute transaction SE06
    3.     Select the Database Copy or migration option
    4.     Press the Post-installation Processing button.
    5.     When prompted Do you want to re-install the CTS? Press the Yes button
    6.     When prompted for the Source System of Database Copy?, make sure that the <SID> of the production system is selected.  Press the checkmark button to continue.
    7.     When prompted Change originals from PRD to QUA?, press the Yes button
    8.     When prompted Delete TMS Configuration?, press the Yes button
    9.     When prompted Delete old TMS configuration?, press the Yes button
    10.     When prompted Delete Old Versions of transport routes?, press the No button
    Concerning the initial problem, i found this note :
    http://service.sap.com/sap/support/notes/2025884

  • Error deploying Web Service after upgrading from WL 7.0 No Service Pack to SP5

    Hello
    I have problem using HttpServletResposneWrapper with a ServletFilter in WLW
    7.0 SP5. When I apply the filter to JWS file in Development Mode, following
    Exception is thrown when I access a JWS.
    ===================================================================
    java.lang.ClassCastException: servlet.MyServletResponse
    at weblogic.knex.dispatcher.HttpRequest.getRequestURL(HttpRequest.java:233)
    at weblogic.knex.dispatcher.HttpRequest.(HttpRequest.java:51)
    at weblogic.knex.dispatcher.HttpServer.doGet(HttpServer.java:291)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(Servle
    tStubImpl.java:1094)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :437)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:20)
    at
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at servlet.MyFilter.doFilter(MyFilter.java:25)
    at
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at
    weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(W
    ebAppServletContext.java:5632)
    at
    weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManage
    r.java:685)
    at
    weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
    ntext.java:3213)
    at
    weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
    :2555)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:251)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:219)
    ===================================================================
    I have looked at "weblogic.knex.dispatcher.HttpRequest" class. It seems like
    this class tries to cast the response object to "ServletResponseImpl" class,
    so ClassCastException is thrown.
    Is there any workaround for this issue, since my code is compliance with
    J2EE standard. Thank you very much in advanced.
    Regards,
    Tinnapat C.
    PS. These are my codes.
    =====================================================================
    package servlet;
    import javax.servlet.http.HttpServletResponse;
    import javax.servlet.http.HttpServletResponseWrapper;
    public class MyServletResponse extends HttpServletResponseWrapper {
    public MyServletResponse(HttpServletResponse response) {
    super(response);
    =====================================================================
    package servlet;
    import java.io.IOException;
    import javax.servlet.Filter;
    import javax.servlet.FilterChain;
    import javax.servlet.FilterConfig;
    import javax.servlet.ServletException;
    import javax.servlet.ServletRequest;
    import javax.servlet.ServletResponse;
    import javax.servlet.http.HttpServletResponse;
    public class MyFilter implements Filter {
    private FilterConfig config;
    public void init(FilterConfig config) {
    System.out.println("Filter.init");
    this.config = config;
    public void doFilter(ServletRequest request, ServletResponse response,
    FilterChain chain) throws ServletException, IOException {
    System.out.println("Filter.doFilter");
    ServletResponse wrappedResponse = new
    MyServletResponse((HttpServletResponse)response);
    chain.doFilter(request, wrappedResponse);
    public void destroy() {
    System.out.println("Filter.destroy");
    =====================================================================
    <filter>
    <filter-name>MyFilter</filter-name>
    <filter-class>servlet.MyFilter</filter-class>
    </filter>
    <filter-mapping>
    <filter-name>MyFilter</filter-name>
    <url-pattern>*.jws</url-pattern>
    </filter-mapping>
    =====================================================================

    Hello
    I have problem using HttpServletResposneWrapper with a ServletFilter in WLW
    7.0 SP5. When I apply the filter to JWS file in Development Mode, following
    Exception is thrown when I access a JWS.
    ===================================================================
    java.lang.ClassCastException: servlet.MyServletResponse
    at weblogic.knex.dispatcher.HttpRequest.getRequestURL(HttpRequest.java:233)
    at weblogic.knex.dispatcher.HttpRequest.(HttpRequest.java:51)
    at weblogic.knex.dispatcher.HttpServer.doGet(HttpServer.java:291)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(Servle
    tStubImpl.java:1094)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :437)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:20)
    at
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at servlet.MyFilter.doFilter(MyFilter.java:25)
    at
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at
    weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(W
    ebAppServletContext.java:5632)
    at
    weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManage
    r.java:685)
    at
    weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
    ntext.java:3213)
    at
    weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
    :2555)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:251)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:219)
    ===================================================================
    I have looked at "weblogic.knex.dispatcher.HttpRequest" class. It seems like
    this class tries to cast the response object to "ServletResponseImpl" class,
    so ClassCastException is thrown.
    Is there any workaround for this issue, since my code is compliance with
    J2EE standard. Thank you very much in advanced.
    Regards,
    Tinnapat C.
    PS. These are my codes.
    =====================================================================
    package servlet;
    import javax.servlet.http.HttpServletResponse;
    import javax.servlet.http.HttpServletResponseWrapper;
    public class MyServletResponse extends HttpServletResponseWrapper {
    public MyServletResponse(HttpServletResponse response) {
    super(response);
    =====================================================================
    package servlet;
    import java.io.IOException;
    import javax.servlet.Filter;
    import javax.servlet.FilterChain;
    import javax.servlet.FilterConfig;
    import javax.servlet.ServletException;
    import javax.servlet.ServletRequest;
    import javax.servlet.ServletResponse;
    import javax.servlet.http.HttpServletResponse;
    public class MyFilter implements Filter {
    private FilterConfig config;
    public void init(FilterConfig config) {
    System.out.println("Filter.init");
    this.config = config;
    public void doFilter(ServletRequest request, ServletResponse response,
    FilterChain chain) throws ServletException, IOException {
    System.out.println("Filter.doFilter");
    ServletResponse wrappedResponse = new
    MyServletResponse((HttpServletResponse)response);
    chain.doFilter(request, wrappedResponse);
    public void destroy() {
    System.out.println("Filter.destroy");
    =====================================================================
    <filter>
    <filter-name>MyFilter</filter-name>
    <filter-class>servlet.MyFilter</filter-class>
    </filter>
    <filter-mapping>
    <filter-name>MyFilter</filter-name>
    <url-pattern>*.jws</url-pattern>
    </filter-mapping>
    =====================================================================

  • Problem deploying VB6 project after upgrade from version 8 to version XI

    Hi,
    I'm upgrading a VB6 application from crystal report 8 to crystal report 11.
    When running on development machine it works fine, but when i deploy the application on the client pc instead of the activex control i get a white background with no error (Setup package is created by adding merge modules to an installshield 11 express project)
    Searching for dll not installed or not properly registered, i've used the "modules" utility and then i've manually registered dll that wasn't loading on the client pc.
    After that i get error 339 : 'crviewer.dll' or one of it's dependency is not registered. File not valid or not found.
    Is there a list of dll that need to be on the client machine or some advice for using the merge modules with installshield 11 express?
    Thanks,
    Carlo

    Download [Process Monitor|http://technet.microsoft.com/en-ca/sysinternals/bb896645.aspx] to see what is happening when you runt he project. It will give you more info than Modules.
    Also, ensure that you are distributing the correct version of the runtime. You mention XI, but that still leaves the option of 11.0 or 11.5 (each of which as a different runtime). See [this|https://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsReportDesignerComponentRuntimeDistribution-Versionspre8.0.xto12.0] wiki for more info.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • ORA-01722: Invalid Number error coming on upgrade from  11.2.0.1.0 to  11.2.0.2.0

    Hi,
    Recently i upgraded the DB from 11.2..0.1.0 to 11.2.0.2.0 after which my queries started giving ORA:01722 error.
    The query had a left outer join between two tables based on the 2 column having different data types.
    For eg:  select * from table_1left outer join table_2 on table_2.column with number data type =
                   table_1. column with varchar datatype
    This query was working fine on 11.2..0.1.0, but started to give out error  after upgrading.

    1) the data was same in both the versions of the DB, so i don't think that first point is the reason its misfiring.
    2) For the second point if i write my query like below it works correctly in the newer version of DB.
    select * from table_1left outer join table_2 on to_char(table_2.column with number data type) =
                   table_1. column with varchar datatype
    OR
    select * from table_1left outer join table_2 on trim(table_2.column with number data type) =
                   table_1. column with varchar datatype
    3) The nls settings seems to be same for both the versions. I couldn't find any changes.
    Thanks

  • Permission Errors: Mtn Lion upgrade from SL iphoto, iTunes, etc; want to save myself and reinstall, Permission Errors: Mtn Lion upgrade from SL iphoto, iTunes, etc; want to save myself and reinstall

    Well here I am again, once again lots of problems with t he upgrade to ML from SL on my late 2009 iMac.
    Background: I took my perfectly fine functioning iMac into the Apple Store to have the Seagate HD replaced pert the recall. BIG MISTAKE. The Geniuses gave me a "complimentary" upgrade to ML without asking if that was okay, and three months later, I still do not have a functioning iMac.
    My iMac since this reintallation has been unable to open ANY iphoto files/photos saved whie I was still running SL--pretty much everything I've saved as a jpeg for the last six years, so I'm not willing to let this go so easily. Not only have I got work-related files on here that I need, all of my children's and family photos are saved on there. I need those files.
    After trying to no avail to reinstall SL from disk, the Apple Tech from Apple Care said that I've got hardware problems (fans wont' stop running; SL disk cannot be read by either Super Drive--the one inside the iMac or the external portable Super Drive, hence reinstallation of SL has not been possible), so I'm supposed to take it BACK into the Apple Store and let them work on it again. Please understand that for the last three months I have been dealing with nonstop issues that have created a real mess of my life and nothing gets fixed, no matter how many phone calls I make. I do not think any of this is hardware-related, honestly. I've found numerous threads on the fan running constantly with the installation of ML; and no, I'm not even running any CPU-instensive programs. And nothing explains why when the SL disk (a second copy of which was mailed to me) cannot be opened (the progress wheel just keeps spinning and spinning).
    Well, I've decided that I'm probably going to have to give up on this, and that my previously working iMac that should have had more life in it is destined for the landfill (or recycling). All I want now is to get my data off of it and be able to  use it with my external hard drive with another Mac (MBA now running Lion--although it's also got lots of problems) and a new Windows machines which I will mostly likely be buying this week. I can no longer live with the interruptions to my life--I work with my computers, need my data, and this has been going for three months.
    I read a bunch of really complicated information on how to get my old data off of my Mac and/or external hard drive, and I've accepted that this is going to take a LOT of time, but I  do't have a choice if I want my data.
    I'm now looking at the contents of my external hard drive, and looking specifically at one of the user accounts (one that I use for work purposes) and I see that I am not allowed to view the contents of the "Pictures" because I do not have permission. This has been an ongoing issue while using the MBA to TRY to view/access data from the iMac. Is there anyone who can help me figure out how to repair all of  these permission errors?
    I've lost an unbelievable amount of time with all of this and I only want MY OWN files. I'm not trying to pirate any software, I just want and need my own iPhoto images and of course, since I own the music in my iTunes library, I think I ought to have permission to take this data off of  this external hard drive and put it onto another external hard drive that I will buy tomorrow, so that I can reinstall onto another machine (ie, probably a  new WIndows computer).
    To paraphrase:
    Upgrade to ML made most of my files saved on my iMac with SL obsolete or not viewable or accessbile. I NEED these files (mostly jpegs, iTunes music, some pages docs, etc, but I'll live without those docs if need be).
    I have the last backup that was done before taking the iMac in to have the hard drive replaced. I can see that the data is there, but in one of the user accounts, the one I use mostly for work related purposes, the error  message that tells me I cannot view the files because I do not have permission comes up. I've never had any other admins of my computers, either the iMac or the MBA that I am trying to use to open the files on the external hard drive. How would I repair the permissions on a backup of my old SL system from a MBA running Lion?
    Anyone? Please help. I'm going to lose a whole heck of a lot of data and money if I cannot get these saved files back.

    Well here I am again, once again lots of problems with t he upgrade to ML from SL on my late 2009 iMac.
    Background: I took my perfectly fine functioning iMac into the Apple Store to have the Seagate HD replaced pert the recall. BIG MISTAKE. The Geniuses gave me a "complimentary" upgrade to ML without asking if that was okay, and three months later, I still do not have a functioning iMac.
    My iMac since this reintallation has been unable to open ANY iphoto files/photos saved whie I was still running SL--pretty much everything I've saved as a jpeg for the last six years, so I'm not willing to let this go so easily. Not only have I got work-related files on here that I need, all of my children's and family photos are saved on there. I need those files.
    After trying to no avail to reinstall SL from disk, the Apple Tech from Apple Care said that I've got hardware problems (fans wont' stop running; SL disk cannot be read by either Super Drive--the one inside the iMac or the external portable Super Drive, hence reinstallation of SL has not been possible), so I'm supposed to take it BACK into the Apple Store and let them work on it again. Please understand that for the last three months I have been dealing with nonstop issues that have created a real mess of my life and nothing gets fixed, no matter how many phone calls I make. I do not think any of this is hardware-related, honestly. I've found numerous threads on the fan running constantly with the installation of ML; and no, I'm not even running any CPU-instensive programs. And nothing explains why when the SL disk (a second copy of which was mailed to me) cannot be opened (the progress wheel just keeps spinning and spinning).
    Well, I've decided that I'm probably going to have to give up on this, and that my previously working iMac that should have had more life in it is destined for the landfill (or recycling). All I want now is to get my data off of it and be able to  use it with my external hard drive with another Mac (MBA now running Lion--although it's also got lots of problems) and a new Windows machines which I will mostly likely be buying this week. I can no longer live with the interruptions to my life--I work with my computers, need my data, and this has been going for three months.
    I read a bunch of really complicated information on how to get my old data off of my Mac and/or external hard drive, and I've accepted that this is going to take a LOT of time, but I  do't have a choice if I want my data.
    I'm now looking at the contents of my external hard drive, and looking specifically at one of the user accounts (one that I use for work purposes) and I see that I am not allowed to view the contents of the "Pictures" because I do not have permission. This has been an ongoing issue while using the MBA to TRY to view/access data from the iMac. Is there anyone who can help me figure out how to repair all of  these permission errors?
    I've lost an unbelievable amount of time with all of this and I only want MY OWN files. I'm not trying to pirate any software, I just want and need my own iPhoto images and of course, since I own the music in my iTunes library, I think I ought to have permission to take this data off of  this external hard drive and put it onto another external hard drive that I will buy tomorrow, so that I can reinstall onto another machine (ie, probably a  new WIndows computer).
    To paraphrase:
    Upgrade to ML made most of my files saved on my iMac with SL obsolete or not viewable or accessbile. I NEED these files (mostly jpegs, iTunes music, some pages docs, etc, but I'll live without those docs if need be).
    I have the last backup that was done before taking the iMac in to have the hard drive replaced. I can see that the data is there, but in one of the user accounts, the one I use mostly for work related purposes, the error  message that tells me I cannot view the files because I do not have permission comes up. I've never had any other admins of my computers, either the iMac or the MBA that I am trying to use to open the files on the external hard drive. How would I repair the permissions on a backup of my old SL system from a MBA running Lion?
    Anyone? Please help. I'm going to lose a whole heck of a lot of data and money if I cannot get these saved files back.

  • Error with JDEV upgrading from 11.1.1.3 to 11.1.1.7

    Hi
    We have portal application built on Jdev version 11.1.1.3 (Weblogic 10.3.3 and jdk 1.6.0_18).
    Recently we started upgrading to Jdev version 11.1.1.7 (weblogic 10.3.5 and jdk 1.6.0_24). we built the application with 11.1.1.7 middleware, during the run time application failing with below stack trace.
    2013-10-02 16:31:20,948 exception.PortalViewErrorHandler 48
    ERROR - ASURAJ - handleException : beginThe class 'oracle.adfinternal.controller.state.ViewScope' does not have the property 'npsnfibean'.
    2013-10-02 16:31:20,951 exception.PortalViewErrorHandler 49
    ERROR - ASURAJ - handleException : begin {}
    javax.el.PropertyNotFoundException: The class 'oracle.adfinternal.controller.state.ViewScope' does not have the property 'npsnfibean'.
        at javax.el.BeanELResolver.getBeanProperty(BeanELResolver.java:547)
        at javax.el.BeanELResolver.getValue(BeanELResolver.java:249)
        at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:173)
        at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:200)
        at oracle.adf.share.el.VariableResolverELContext$1.getValue(VariableResolverELContext.java:53)
        at com.sun.el.parser.AstValue.getValue(Unknown Source)
        at com.sun.el.ValueExpressionImpl.getValue(Unknown Source)
        at oracle.adf.share.el.OracleExpressionEvaluatorImpl.evaluate(OracleExpressionEvaluatorImpl.java:114)
        at oracle.adf.share.el.OracleExpressionEvaluatorImpl.evaluate(OracleExpressionEvaluatorImpl.java:69)
        at oracle.adf.model.binding.DCUtil.elEvaluate(DCUtil.java:753)
        at oracle.adf.controller.internal.binding.RegionUtils.getTaskFlowId(RegionUtils.java:570)
        at oracle.adf.controller.internal.binding.TaskFlowRegionModelLocal.getTaskFlowId(TaskFlowRegionModelLocal.java:28)
        at oracle.adf.controller.internal.binding.DCTaskFlowBinding.getTaskFlowId(DCTaskFlowBinding.java:629)
        at oracle.adf.controller.internal.binding.DCTaskFlowBinding.shouldRefreshRegion(DCTaskFlowBinding.java:661)
        at oracle.adf.controller.internal.binding.TaskFlowRegionController.doRegionRefresh(TaskFlowRegionController.java:198)
        at oracle.adf.controller.internal.binding.TaskFlowRegionController.refreshRegion(TaskFlowRegionController.java:119)
        at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:3211)
        at oracle.adf.model.binding.DCBindingContainer.refresh(DCBindingContainer.java:2883)
        at oracle.adf.controller.internal.binding.TaskFlowRegionController.doRegionRefresh(TaskFlowRegionController.java:253)
        at oracle.adf.controller.internal.binding.TaskFlowRegionController.refreshRegion(TaskFlowRegionController.java:119)
        at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:3211)
        at oracle.adf.model.binding.DCBindingContainer.refresh(DCBindingContainer.java:2883)
        at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.prepareRender(PageLifecycleImpl.java:565)
        at oracle.adf.controller.faces.lifecycle.FacesPageLifecycle.prepareRender(FacesPageLifecycle.java:82)
        at oracle.adf.controller.v2.lifecycle.Lifecycle$9.execute(Lifecycle.java:224)
        at oracle.adfinternal.controller.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:197)
        at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.access$400(ADFPhaseListener.java:34)
        at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$5.before(ADFPhaseListener.java:516)
        at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.beforePhase(ADFPhaseListener.java:76)
        at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.beforePhase(ADFLifecyclePhaseListener.java:44)
        at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:378)
        at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:237)
        at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
        at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
        at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
        at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
        at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:128)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
        at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
        at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at com.netapp.everest.security.EverestSSOFilter.doFilter(EverestSSOFilter.java:230)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.adf.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:71)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
        at java.security.AccessController.doPrivileged(Native Method)
        at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
        at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
        at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
        at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
        at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
        at java.security.AccessController.doPrivileged(Native Method)
        at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
        at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
        at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
        at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
        at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
        at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
        at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
        at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
        at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
        at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
        at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Please note,
    Application is working on 11.1.1.3 middleware.
    And if we build the application with 11.1.1.3 middleware (and jdk 1.6.0.18) and run it on 11.1.1.7 middleware, it works perfectly fine.

    Hi
    Thanks for your reply.
    In my case, I have the bounded task-flow. I have the bean ('npsnfibean') configured in the task-flow as view scope. And I have the view (jsff) used in the same task-flow. This view has some other jsff included in that and these included jsff also uses the npsnfibean.
    I am seeing this error just after the control moved from router to page. There are no other log messages displayed. I don't think this is the issue of configuring the bean in out of scope.
    Can you please help me to debug this.It would be great if you can provide the defect number which is fixed in 11.1.1.7
    Thanks in advance
    Umashankara

  • Error message after Upgraded from 2.53ghz (533 FSB) to 3.2ghz (HT)

    Hi! everyone,
    As you can see i'm a newbie on this board, however I've frequently visited here once in a while.  Anyway, the problem I currently have after I upgraded my cpu from 2.53 ghz to 3.2ghz HT (Northwood) is that I not very often (few times so forth since monday) see this error message after reboot my pc :
    ***Message starts here***
    A problem has been detected and windows has been shut down to prevent damage to your computer.
    If this is the first time you've seen this stop error restart your computer.  If this message appears again, follow these step:
    Run system diagnostic utility supplied by your hardware manufacturer.  In particularly run a memory check and check for faulty or mismatched memory, try changing video adapters.  
    Disable or remove any newly installed hardware or drivers....etc.
    Technical information
    ***STOP:  0x0000007F (0x00000008, 0xF7806d70, 0x00000000, 0x00000000)
    ....................................... ........etc.....
    ****Message ends here****
    As i stated before I've never seen this message before the upgrade.  So, here is my configurations:
    BEFORE
    875P NEO-LSR w/ BIOS v. 2.0
    2.53ghz 512 FSB CPU
    9500 Readon 128mb video card
    Dual IDE HD 80gb & 160 gb (NON SATA)
    1gb Dual channel memory (512mb on channel 1  -  512mb on channel 3) (KINGSTON pc2700 module)
    CURRENT
    857P NEO-LSR w/BIOS v. 2.0
    3.2ghz 800 FSB 512mb (L2 cache) CPU
    9500 Readon 128mb video card
    Dual IDE HD 80gb & 160 gb (NON SATA)
    1gb Dual channel memory (512mb stick on channel 1 - 512mb stick on channel 3) (KINGSTON pc2700 module) *
    * may be this causes this error message because as I read it on the discription page of the 875P NEO-LSR that it will only support DUAL channel (PC3200 type) with HT CPU.  So, i suspect this may cause the problem but I havent try to rearrange my memory to one channel (1 x 2) yet.
    I will greatly appreciate it if someone in here who may has experienced it before or know what all this means.  Please advise

    Thanks for your advise bejon2000.  
    Here is my situation, I just freshly installed Windows XP Pro w/SP2 prior to this cpu upgrade ...I did the os last weekend and upgraded the cpu the day or two after which is monday of this week.  So, can I just do the BIOS update now with the os already inplaced ???  I assum the aswer is yes, however I just wanted to confirm before I do it, you know  
    I've SiSoftware Utilities 2004 installed on the system as well, and after I did the Performance Tune-Up in SiSoftware ...This is what I got
    SiSoftware Sandra
    Display on Screen
    Device Type : Desktop/Notebook
    System Summary
    Analysing...
    Tip 2546 : Large memory modules should be ECC/Parity.
    Finished Successfully : Yes
    ****Mainboard Information
    Analysing...
    Power / Aux Temperature : 59.0°C / 138.2°F
    Notice 224 : SMBIOS/DMI information may be inaccurate.
    Tip 2505 : System does not support memory error detection. Some memory errors may go unnoticed.
    Warning 2506 : System does not support memory error correction. System will stop if memory errors are found.
    Tip 2511 : Some memory slots are free so the memory can be easily upgraded.
    Tip 2546 : Large memory modules should be ECC/Parity.
    Warning 2518 : Mainboard temperature is too high.
    Finished Successfully : Yes
    ***CPU & BIOS Information
    Analysing...
    Tip 210 : Processor 1 : Mainboard supports faster CPUs, so the CPU can be upgraded when needed.
    Notice 224 : Processor 1 : SMBIOS/DMI information may be inaccurate.
    Notice 224 : System BIOS : SMBIOS/DMI information may be inaccurate.
    Tip 212 : System BIOS : BIOS can be shadowed so check whether it is.
    Tip 211 : System BIOS : BIOS is flash-able and socketed so it can be upgraded when needed.
    Finised Successfully : Yes
    APM & ACPI Information
    Analysing...
    Notice 224 : SMBIOS/DMI information may be inaccurate.
    Finished Successfully : Yes
    PCI, AGP, CardBus Bus(es) Information
    Analysing...
    Finished Successfully : Yes
    Video System Information
    Analysing...
    Tip 319 : Primary Display Driver (display) : A refresh rate of at least 75Hz is recommended. Increase it if possible.
    Tip 323 : Primary Display Driver (display) : Remove the desktop wallpaper to save memory and improve performance.
    Tip 319 : RADEON 9500 (\\.\DISPLAY1) @ \\.\DISPLAY1 : A refresh rate of at least 75Hz is recommended. Increase it if possible.
    Tip 323 : RADEON 9500 (\\.\DISPLAY1) @ \\.\DISPLAY1 : Remove the desktop wallpaper to save memory and improve performance.
    Finished Successfully : Yes
    Windows Memory Information
    Analysing...
    Finished Successfully : Yes
    Drives Information
    Analysing...
    Warning : 1.44MB 3.5" (A:) : Cannot obtain drive information; check that a disk is in the drive and it is correctly formatted.
    Warning : CD-ROM/DVD (F:) : Cannot obtain drive information; check that a disk is in the drive and it is correctly formatted.
    Warning : Removable Drive (G:) : Cannot obtain drive information; check that a disk is in the drive and it is correctly formatted.
    Tip 1821 : Removable Drive (H:) : Label (name) drive.
    Finished Successfully : Yes
    Ports Information
    Analysing...
    Warning : Communications Port (COM1) : Port in use. [5]
    Finished Successfully : Yes
    Keyboard Information
    Analysing...
    Finished Successfully : Yes
    Mouse Information
    Analysing...
    Finished Successfully : Yes
    Sound Card Information
    Analysing...
    Finished Successfully : Yes
    Printer and Fax Information
    Analysing...
    Tip 402 : PaperPort Color : Print quality may have been set too low. Check settings.
    Finished Successfully : Yes
    MCI Devices Information
    Analysing...
    Finished Successfully : Yes
    Windows Information
    Analysing...
    Tip 1300 : Enter your company name or "Home" instead of "Unknown".
    Finished Successfully : Yes
    WinSock Information
    Analysing...
    Finished Successfully : Yes
    Processes Information
    Analysing...
    Tip 1601 : 6. tinhbuon0e - ********* - Winamp [Stopped] : Program consumes a large amount of memory.
    Tip 1601 : Adobe Photoshop - [main.psd @ 90.9% (Layer 4, RGB/8)] : Program consumes a large amount of memory.
    Tip 1601 : Adobe ImageReady : Program consumes a large amount of memory.
    Finished Successfully : Yes
    Modules Information
    Analysing...
    Finished Successfully : Yes
    OLE Information
    Analysing...
    Finished Successfully : Yes
    DirectX Information
    Analysing...
    Finished Successfully : Yes
    Network Information
    Analysing...
    Finished Successfully : Yes
    SCSI Information
    Analysing...
    Warning 2600 : WDC WD80 0JB-00CRA1       : SCSI version does not adhere to ANSI. Probably ATA/ATAPI device.
    Warning 2600 : Maxtor 6 Y160P0           : SCSI version does not adhere to ANSI. Probably ATA/ATAPI device.
    Warning 2600 : TOSHIBA  DVD-ROM SD-M1712 : SCSI version does not adhere to ANSI. Probably ATA/ATAPI device.
    Warning 2600 : PLEXTOR  DVDR   PX-716A   : SCSI version does not adhere to ANSI. Probably ATA/ATAPI device.
    Finished Successfully : Yes
    Font Information
    Analysing...
    Finished Successfully : Yes
    CMOS Information
    Analysing...
    Finished Successfully : Yes
    OpenGL Video Information
    Analysing...
    Finished Successfully : Yes
    Services Information
    Analysing...
    Tip 2130 : Alerter : Service may be disabled on Home/Professional OS version.
    Tip 2130 : Error Reporting Service : Service may be disabled on Home/Professional OS version.
    Tip 2130 : Help and Support : Service may be disabled on Home/Professional OS version.
    Tip 2130 : Removable Storage : Service may be disabled on Home/Professional OS version.
    Tip 2130 : IPSEC Services : Service may be disabled on Home/Professional OS version.
    Tip 2130 : Remote Registry : Service may be disabled on Home/Professional OS version.
    Tip 2130 : Secondary Logon : Service may be disabled on Home/Professional OS version.
    Tip 2130 : Windows Image Acquisition (WIA) : Service may be disabled on Home/Professional OS version.
    Tip 2130 : Distributed Link Tracking Client : Service may be disabled on Home/Professional OS version.
    Finished Successfully : Yes
    ATA/ATAPI Information
    Analysing...
    Warning 3100 : ATA device (fixed) : SMART not enabled; consider enabling for safety.
    Warning 3103 : ATA device (fixed) : Acoustic Management enabled. Peformance may be impaired.
    Finished Successfully : Yes
    Data Sources Information
    Analysing...
    Error : Could not connect to the database. : Could not connect to the database.
    Error : Could not connect to the database. : Could not connect to the database.
    Error : Could not connect to the database. : Could not connect to the database.
    Error : Could not connect to the database. : Could not connect to the database.
    Tip 3001 : ODBC Information : ODBC driver support old; should support ODBC 3.52 or later.
    Error : Tables/Views : No tables/views found.
    Error : Procedures/Functions : No procedures/functions found.
    Finished Successfully : Yes
    Hardware IRQ Settings
    Analysing...
    Finished Successfully : Yes
    DMA Settings
    Analysing...
    Finished Successfully : Yes
    I/O Settings
    Analysing...
    Finished Successfully : Yes
    Memory Resources
    Analysing...
    Finished Successfully : Yes
    Plug & Play Enumerator
    Analysing...
    Finished Successfully : Yes
    Performance Tune-up Wizard
    Finished Successfully : Yes
    There are actually some notices on MAINBOARD INFORMATION & CPU & BIOS INFORMATION, however I'm not sure what exactly they mean though.
    ******UPDATED*****
    here is the last part of the error that i described in my first post, I just saw it again right now
    ****STOP:  0x.......
    **** sysaudio.sys - Address F6EAA481 base at F6EA7000, Datestamp 41107F1a
    Beginning dump of physical memory
    Dumping physical memory to disk:  (counting from 1 to 99 then it shut down the computer)

  • Error in db  upgrading from 2005 to 2007 in b1

    Hi there,
    I am currently using SAP b1 2005 server and client
    im using Sql server 2005 for for database
    while upgrading the system from 2005 to 2007
    every thing(b1 server, client,company database) upgraded succesfully
    but while loging into company it is showing error
    "The company DB is not consistent, Check the SAP Business One log file for more information [Message 131-219]"
    how to correct this
    Thanks & Regards
    Radhakrishnan
    in the log file the error is like the following
    Failed to read threshold from file - ReadThresholdFromFile     C:\Program Files\SAP\SAP Business One\SAP Business One.exe     PID=2828     TID=2180
    30/04/2008  20:27:25:452211        Upgrade            Note           Threashold for IRU is 0.050000     C:\Program Files\SAP\SAP Business One\SAP Business One.exe     PID=2828     TID=2180
    30/04/2008  20:28:16:635453        Upgrade            Error          FromVersion=680318     ToVersion=860029     UPG_DoObjectUpgradeInt 2, error in object index=276, object name=Japanese Local Era, object ID=275
    STACK:
    Frame id=00: "C:\Program Files\SAP\SAP Business One\SAP Business One.exe"; base=0x00400000, offset=0x02DF9710
    Frame id=01: "C:\Program Files\SAP\SAP Business One\SAP Business One.exe"; base=0x00400000, offset=0x02BCC676
    Frame id=02: "C:\Program Files\SAP\SAP Business One\SAP Business One.exe"; base=0x00400000, offset=0x02BCB392
    Frame id=03: "C:\Program Files\SAP\SAP Business One\SAP Business One.exe"; base=0x00400000, offset=0x02BCB30D
    Frame id=04: "C:\Program Files\SAP\SAP Business One\SAP Business One.exe"; base=0x00400000, offset=0x02BC9344
    Frame id=05: "C:\Program Files\SAP\SAP Business One\SAP Business One.exe"; base=0x00400000, offset=0x0257D254
    Frame id=06: "C:\Program Files\SAP\SAP Business One\SAP Business One.exe"; base=0x00400000, offset=0x02C3EEB1
    Frame id=07: "C:\WINDOWS\system32\kernel32.dll"; base=0x7C800000, offset=0x7C80B50B
         C:\Program Files\SAP\SAP Business One\SAP Business One.exe     PID=2828     TID=2180
    30/04/2008  20:25:09:463527        Upgrade            NoteLogAlways     FromVersion=680318     ToVersion=860029     Ending the company upgrade     C:\Program Files\SAP\SAP Business One\SAP Business One.exe     PID=2828     TID=2904

    Hi,
    here's the link:
    Create Message
    EDIT: first link was wrong - sorry
    regards
    David
    Edited by: David Nussböck on May 2, 2008 10:12 AM

  • Error in bdc upgrade from 4.6c to ecc 5.0

    I have written a BDC which will update the data in FB01. Now this BDC was running well until we upgraded to ECC 5.0.
    Now it is giving me a formating error in the purchasing document number and the field is taking / when it is empty and this is telling me 'formating error'.
    I am not sure if this is the error but i need to know better. Can someone help?

    '/' is the character passed by default into the bdc when it doesnt find any entry for a particular field. All you need to do is specify the value of field NODATA as space instead of '/'.
    You can see this field populated in the BDCFIELD subroutine.
    Sudha

  • Error in Prepare Upgrade from 46C to ERP 2005 - R3trans  too old

    I have seen a few threads on this issue, but I am still slightly puzzled.
    The error message in Prepare ( initialisation - 02 ) is that the R3trans is too old, it needs to be at least 07/05/2007.
    The version of R3trans in the put directory is a 46D one ( 6.05 ) and the date is previous to that mentioned, however the most recent version of the 46D that I can download is the 22/04/2007 and you will get the same error.
    Ther error seems odd in that it would normally complain about the version rather than a date and it is happy about tp etc.
    I could download a more recent version of R3trans, but that would be a 6.40 or 7.0 !
    I have the FIX_ERP2005SR2.UPG in /usr/sap/put.
    Has anybody tripped over this issue ? Cheers

    The 46D R3trans was a bit of a red herring, however I do have a problem.
    The 7.00 kernel goes into \usr\sap\put\exe etc and it is a 7.00 R3trans ( 6.14 ). When the initialisation phase is run ( 2 ), it complains that the R3trans is too old and it quotes 07/05/2007.
    If I download the newest version of R3trans it fails with a connect problem. For some reason it goes off to /usr/sap/SID/SYS/exe/run to reference the  dboraslib.dll, while the earlier version of the 7.0 R3trans references it within /usr/sap/put.
    It could be something like Oracle Client environmental settings !
    Anybody had this issue ?
    Cheers
    The R3trans was R3trans_119-20000961.SAR
    ETW000 D:\usr\sap\put\exe\R3trans.exe version 6.14 (release 700 - 10.07.07 - 13:48:00).
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 08.08.2007 - 17:45:45
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: D:\usr\sap\put\exe\R3trans.exe -d -w D:\usr\sap\put\log\DBCONNCHK.LOG
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Wed Aug 08 17:45:45 2007                               0  0.000000
    4 ETW000  [dev trc     ,00000]  db_con_init called                                     0  0.000000
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                              0  0.000000
    4 ETW000  [dev trc     ,00000]  Loading DB library 'dboraslib.dll' ...                 0  0.000000
    4 ETW000  [dev trc     ,00000]  load shared library (dboraslib.dll), hdl 0          5202  0.005202
    4 ETW000  [dev trc     ,00000]      using "D:\usr\sap\DV2\sys\exe\run\dboraslib.dll"
    4 ETW000                                                                              20  0.005222
    4 ETW000  [dev trc     ,00000]  Library 'dboraslib.dll' loaded                         8  0.005230
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library dboraslib.dll
    4 ETW000                                                                              14  0.005244
    4 ETW000  [dbcon.c     ,00000]  *** ERROR => Version mismatch between kernel (700.08) and DBSL shared library (46D.00)
    4 ETW000                                                                              32  0.005276
    2EETW169 no connect possible: "connect failed with DBLI_RC_LOAD_LIB_FAILED."

  • WCF-SAP Adapter throwing errors after SAP Upgrade from ECC 5 to ECC6 Release 640 to 700

    Hello Everyone,
    We were able to communicate(Send and Receive Idoc's) to SAP via WCF-SAP Adapter in BizTalk 2010.
    SAP Servers were upgraded to ECC5 to ECC 6 and we started facing below issue communicating on send and receive both.
    I am aware that there is a hotfix available but that is more on the Receive Side from SAP. Nevertheless I installed the hotfix but issue still persists. Any suggestions will be highly appreciated.
    Microsoft.ServiceModel.Channels.Common.XmlReaderParsingException: The segment name is not valid for the IDOCTYP, Release, or CIMTYP. Segment name: E2EDP01006GRP   IDOCTYP: ORDERS05   
    Release: 700    CIMTYP: . Ensure that your message xml validates against the operation schema.
    Server stack trace:
       at System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResult result)
       at System.ServiceModel.Channels.ServiceChannel.SendAsyncResult.End(SendAsyncResult result)
       at System.ServiceModel.Channels.ServiceChannel.EndCall(String action, Object[] outs, IAsyncResult result)
       at System.ServiceModel.Channels.ServiceChannel.EndRequest(IAsyncResult result)
    Exception rethrown at [0]:
       at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
       at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
       at System.ServiceModel.Channels.IRequestChannel.EndRequest(IAsyncResult result)
       at Microsoft.BizTalk.Adapter.Wcf.Runtime.
    Thanks,
    Vikingss

    I am aware that there is a hotfix available but that is more on the Receive Side from SAP. Nevertheless I installed the hotfix but issue still persists. Any suggestions will be highly appreciated.
    For this issue, you can contact Microsoft support directly(http://support.microsoft.com).

Maybe you are looking for

  • Backing up IPad from MacBook?

    I can't seem to back up & update my IPad.  Do I need a data plan to back up or update?

  • Disable Deletion in Delivery Document

    Hi All, I want to prevent Delivery Document to be Deleted by User, how can I disable the Delete Option in Delivery Document? At the moment I cannot create a Transaction Variant for it Any help will be appreciated

  • RH8 + WinXP - Move all files after a build to version control?

    I am working with about 300 topics that are built into WebHelp.  Must I move all files from the WebHelp root and sub-folders to our Subversion folders after I have done a build with RH? From Subversion, the Help files are added "en masse" to the appl

  • Can you purchase iMatch for an iPod classic?

    Can you purchase iMatch for and iPod Classic? It doesn't make that clear when reading the advertisement for the service. Thanks for your help!

  • Can't delete Flash9.ocx

    While trying to solve some Flash/IE installation problems, I have discovered that I can't delete the following file: C:\WINDOWS\SYSTEM32\Macromed\Flash\Flash9.ocx I've tried safe mode, "move on boot", BartPE, and nothing will get rid of this file. Th