How to check the Logs in the Oracle Mobile Applications?

Dear all Experts,

I am facing a few times error on the Mobile Supply Chain Application that ((an unexpected error has occurred please check log for)), please help find where can I see the Logs and check what error comes and what is the reason of it.

Thanks in advance

Hi, Jean Luc,.

This community is designed more for Oracle Mobile application and related products. But still I can answer this:

(1) make sure that the $INST_TOP/admin/scripts/mwa.cfg has trace log level

(2) bounce your server if it is not defined after the configuration of the server.

(3) check the $INST_TOP/logs for log fles: mainly check . Inv.log and . system.log

Kind regards

Nikhil Misra

Tags: Oracle Mobile

Similar Questions

  • How to check the oracle forms?

    Dear friends,

    OS: RHEL AS 3
    DB: 9i R2
    Forms: Developer 6
    pc clients: Windows XP sp2
    Forms Server: novell 4.8

    How to check the oracle forms? for example, we have developed the forms using Developer 6. We would like to know which user accesses the number 152 of the form or the form name hrform.fmx
    Because, every time make us changes in the forms we need more fmx if the user accesses this form so we can not crush him in our novell server.
    Usually, we use a windows scheduler in the night to copy forms. so, if we know the user who has not disconnected from our system. the next day, we ask the user.

    Thank you

    Take a look at

    sys. DBMS_APPLICATION_INFO.set_module

    and

    sys. DBMS_APPLICATION_INFO.set_client_info

    and call these package with good info in each of your form in for example the trigger a TIME NEW FORM INSTANCE...

  • How to check the version of applications?

    Hello everyone, I am building an app to help find the update of applications.

    So in my application I want to check forinstalled app on the device, as well as versions out there.

    My question is if I can write java code that checks the another version of applications?

    If yes how can I do it, and if you can provide me with a code example.

    And thank you.

    Check the code. This will help you:

      try{
                    int[] cm = CodeModuleManager.getModuleHandles();
                        for(int x = 0;x		   
  • How to check the Oracle edition is AN STD

    Hello

    I need to verify which edition of Oracle that I just installed.

    When installing, I selected 'Standard One' in the menu dropdown. This is the edition I need.
    After the installation is complete, I couldn't find a single indication that he is in fact "One" edition. I was able to find 'Standard' in the Setup log, but not 'Standard One'.
    Even in the registry (oracle_bundle_name).
    Select version $ v or Product_Component_Version does not specify the edition at all.

    BANNER
    Oracle Database 11g Release 11.1.0.6.0 - Production
    PL/SQL release 11.1.0.6.0 - Production
    CORE 11.1.0.6.0 Production
    AMT for 32-bit Windows: Version 11.1.0.6.0 - Production
    NLSRTL Version 11.1.0.6.0 - Production

    At one point I thought about using the restrictions as a way to determine the exact version. However the limitation of CPU and limiting size of database belong to EXPRESS, rather than AN STD. The only difference between STD and STD ONE seems to be Real Application Cluster. Don't know if we have the replication. Therefore, it's impossible to use limits to determine the version.


    The purpose of this installation is to determine if this version of Oracle would be sufficient for development in particular,
    What makes it very important to make sure that the version is correct.

    Is it possible (direct or indirect) to confirm that the installed version is exactly 'Standard One?

    It should be which is not difficult to find the info of the edition, is there something that I am missing?

    Help, please

    Thank you

    SE1 has no CARS and no management of automatic load (who - himself - is connected to the CARS too) and is limited to 2 Sockets:

    http://www.Oracle.com/database/product_editions.html

    No other difference, SE1 is no longer a separate software license option. I would say SE1 is mainly SE less option CARS.

    Werner

  • How to change the oracle APEX application after the Oracel APEX 3.2 to 4 upgrade

    I have already installed Oracle APEX 3.2 and Oracle database 11.2 in the linux machine. I want to improve Oracle APEX of 3.2 to 4.1. I just want to know that the application developed in Oracle APEX 3.2 will be automatically upgraded or I have to do this manually after the upgrade to Oracle APEX 4.1.

    Published by: 908266 on January 16, 2012 01:49

    you mean the usefulness of "Request for upgrade"?
    http://docs.Oracle.com/CD/E23903_01/doc/doc.41/e21674/bldr_app_rpt.htm#CHDJJJAA

  • How to check the internal operations, Manager of competitor status in Oracle Apps R12 of en

    Step by step how to check the internal operations, Manager of competitor status in Oracle Apps R12 of front end and how to start their.

    Richa says:
    Step by step how to check the internal operations, Manager of competitor status in Oracle Apps R12 from front end

    Simultaneous treatment - platform generic competitor Manager Questions / answers [ID 105133.1]

    and how to start the

    (1) using the adcmctl.sh (from the backend)
    (2) using the button Activate (from front) - http://docs.oracle.com/cd/E18727_01/doc.121/e12893/T174296T174302.htm#4334248

    Thank you
    Hussein

  • How to check the table have are all views in oracle

    Hello
    How to check the table have are all views in oracle
    SELECT * FROM user_dependencies
    WHERE type='VIEW'
    AND referenced_type='TABLE'
    AND referenced_name ='Your_Table_Name' 
    

    You can use dba_dependencies to find views in the different schema.

  • How to check the status of the import in Windows?

    Hello

    Import runs in my box of Wndows. The log file is not updated since long. How to check the status of the import job? FYI its oracle 10g.

    And I checked the database which.

    FYI
    ===
    Select * from DBA_DATAPUMP_SESSIONS;

    no selected line.

    Select * from DBA_JOBS_RUNNING;

    no selected line


    Select the username, machine, module, sid, State, event, seq #, session seconds_in_wait $ v where type <>'IMPORT' and username = "AUTOTIME";

    no selected line



    Please let me know.

    You actually look at the session of $ v and check the status of the session that is created by the import job.

    Sometimes the underlying tablespace is full, so import session just hangs, it must increase the size of the storage space.

    You should also look at alert.log file and see if there is any error message like "cannot extend table space '.

  • How to check the value of the space of the tablespaces and tables when errors occur?

    Hi Experts,

    For example, lets say we get ORA-01653: unable to extend table of error. How to check the size of the table and a tablespace? And how understanding is full?

    Thanks for your help

    Hello

    Select df.tablespace_name "Tablespace"

    totalusedspace 'Used MB',

    (df.totalspace - tu.totalusedspace) "MB free.

    DF. TotalSpace 'Total MB. "

    round (100 * ((df.totalspace-tu.totalusedspace) / df.totalspace))

    "PCT free."

    Of

    (select nom_tablespace,

    Round (Sum (bytes) / 1048576) TotalSpace

    from dba_data_files

    Group by tablespace_name) df,.

    (select round (sum (bytes) /(1024*1024)) totalusedspace, nom_tablespace)

    from dba_segments

    you group by tablespace_name)

    where df.tablespace_name = tu.tablespace_name

    and df.tablespace_name = "";

    For example, lets say we get ORA-01653: unable to extend table of error. How to check the size of the table and a tablespace? And how understanding is full?

    Is to say clearly to the question (you can let us know what you have understood so we can fix)

    [oracle@machine1 ~] $01653 oerr ora

    01653, 00000, "impossible to extend %s.%s table by %s in %s tablespace»

    * Cause: Failed to allocate a certain measure the required number of blocks for

    a segment of the table in the specified tablespace.

    * Action: Use ALTER TABLESPACE ADD DATAFILE statement to add one or more

    storage of files indicate.

    -Thank you

    Pavan Kumar N

  • How to check the CPU usage in the database

    How to check the CPU usage?

    in Linux and database level

    Hello

    under Linux, you can use mpstat command, for example:

    [oracle@vSLLGM132 ~] $ mpstat Pei ALL 2 10
    Linux 2.6.32 - 300.10.1.el5uek (vSLLGM132) 23.11.2014

    14:27:08 CPU user nice sys % iowait % irq % sweet % fly % idle intr/s
    14:27:10 all 1.00 8.50 9.00 0.00 0.00 0.50 0.00 1423,50 81.00
    14:27:10 0 1.00 8.50 9.00 0.00 0.00 0.50 0.00 81.00 26.50

    CPU utilization tracking can be done with the command SAR u.
    .

    At the database level: data dictionary views: v$ sysstat, v$ iostat, V$ SYSMETRIC_HISTORY.

    Read the MOS Notes:

    Diagnose hardware base caused by Performance issues (Doc ID 148176.1)

    Troubleshooting: The use of high processor (Doc ID 164768.1)

    Concerning

    Borys

  • How to check the size of/var/tmp local partition in esxi5

    Hello

    I'm trying to run command vm-support with / tmp to empty the log in / tmp, but unable to do so because of the issue of space in /tmp/...when I run the df-h command, I can see that the local data store is to have 10 GB of free space but I can't see/tmp/var partition size seperatety. Please see attached wink. Could u pl I want to know how to check the size/var/tmp.

    Thank you.TMP.jpg

    How can we check that ESXi is running for RAMDISK and all their disadvantage of this.

    There is no way to 'check', he always does. Hard drive actually leave data partitions vfat see you with df - h.

    It takes that data and creates a virtual disk it uses for execution.

  • How to check the locks in the database

    Hello

    oracleDatabase version: 11 GR 2
    OS: Solaris

    How to check the locks on database objects .it can be any lock?
    None Select sql query to check the levlel of objects of database locks? what basis locks occur?

    Please explain on the locks or share notes MOS?

    Rgds,
    Sam.

    Check below sql.

    Select s1.username. '@' || S1.machine
    || ' (SID =' | s1.sid | block him ') '
    || S2. UserName | '@' || S2.machine | ' (SID =' | s2.sid |) ') ' AS blocking_status
    v $ lock l1, v$ session s1, v$ lock l2, s2 of v$ session
    where s1.sid = l1.sid and s2.sid = l2.sid
    and l1. BLOCK = 1 and l2.request > 0
    and l1.id1 = l2.id1
    and l2.id2 = l2.id2;

    http://psoug.org/snippet/locks-view-locked-Objects_866.htm
    http://www.DBA-Oracle.com/t_locked_rows_user_locks.htm

  • How to check the version of the odsee?

    Hi all

    How to check the version of the odsee that was installed? whether (g 11 or 11 GR 1 material etc. etc.)

    I know for dsee7, I can easily connect to dscc and top left it there a release button.

    The command line, the option is:

    #. / dsadm - version
    [dsadm]
    dsadm: 11.1.1.5.0 B2011.0517.2158 ZIP

    Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.

    [slapd 64-bit]
    Oracle Corporation.
    Sun-Directory-Server/11.1.1.5.0 B2011.0517.2158 64-bit
    NS-slapd: 11.1.1.5.0 B2011.0517.2158 ZIP
    Slapd Library: 11.1.1.5.0 B2011.0517.2158
    Frontend library: 11.1.1.5.0 B2011.0517.2158

    HTH,
    Marco

  • How to check the ESX memory for errors?

    Hi all

    I faced with the strange behavior of ESX:

    Some linux VMs (RHEL) were stopped. No error messages in the vCenter nor LabManager, I even thought that someone just connected and Runic stop.

    Below you will find information of ESX server logs:

    (1) the vmkernel newspaper:

    #grep - color = always-i ' 1922 [^ 0-9] "... /VMkernel *"

    .. (/ VMkernel.8:Dec 8 22:22:40 WKK1EC02 vmkernel: 290:11:51:47.230 cpu14:23084) UserDump: 1441: Dumping cartel 23079 (of the world 23084) to file the vmfs/volumes/4a4ce277-4a35505c-8828-0024817b058c/labmanager/1922/vmware-vmx-zdump.000...

    (2) the journal of the VM:

    # grep ' 08 Dec' /vmfs/volumes/4a4ce277-4a35505c-8828-0024817b058c/labmanager/1922/vmware-1.log '.

    16:53:49.164 Dec 08: vmx | GuestRpcSendTimedOut: message to the Toolbox has expired.
    16:54:14.972 Dec 08: vmx | GuestRpcSendTimedOut: message to the Toolbox has expired.
    21:59:05.262 Dec 08: mks | Cannot write the temporary image THUMB
    21:59:15.264 Dec 08: mks | Cannot write the temporary image THUMB
    21:59:30.270 Dec 08: mks | Cannot write the temporary image THUMB
    21:59:35.271 Dec 08: mks | Cannot write the temporary image THUMB
    21:59:45.275 Dec 08: mks | Cannot write the temporary image THUMB
    21:59:50.285 Dec 08: mks | Cannot write the temporary image THUMB
    22:00:00.274 Dec 08: mks | Cannot write the temporary image THUMB
    22:00:05.276 Dec 08: mks | Cannot write the temporary image THUMB
    22:01:15.410 Dec 08: mks | Cannot write the temporary image THUMB
    22:03:25.312 Dec 08: mks | Cannot write the temporary image THUMB
    22:05:00.324 Dec 08: mks | Cannot write the temporary image THUMB
    22:05:05.340 Dec 08: mks | Cannot write the temporary image THUMB
    22:05:15.331 Dec 08: mks | Cannot write the temporary image THUMB
    22:05:20.341 Dec 08: mks | Cannot write the temporary image THUMB
    22:05:30.344 Dec 08: mks | Cannot write the temporary image THUMB
    22:05:35.353 Dec 08: mks | Cannot write the temporary image THUMB
    22:05:40.354 Dec 08: mks | Cannot write the temporary image THUMB
    22:05:45.366 Dec 08: mks | Cannot write the temporary image THUMB
    22:05:50.357 Dec 08: mks | Cannot write the temporary image THUMB
    22:05:55.361 Dec 08: mks | Cannot write the temporary image THUMB
    22:06:00.365 Dec 08: mks | Cannot write the temporary image THUMB
    22:06:05.371 Dec 08: mks | Cannot write the temporary image THUMB
    22:06:10.395 Dec 08: mks | Cannot write the temporary image THUMB
    22:06:15.379 Dec 08: mks | Cannot write the temporary image THUMB
    22:06:20.381 Dec 08: mks | Cannot write the temporary image THUMB
    22:06:30.397 Dec 08: mks | Cannot write the temporary image THUMB
    22:06:40.403 Dec 08: mks | Cannot write the temporary image THUMB
    22:20:45.541 Dec 08: mks | Cannot write the temporary image THUMB
    22:21:10.580 Dec 08: mks | Cannot write the temporary image THUMB
    22:21:15.538 Dec 08: mks | Cannot write the temporary image THUMB
    22:21:20.554 Dec 08: mks | Cannot write the temporary image THUMB
    22:21:25.545 Dec 08: mks | Cannot write the temporary image THUMB
    22:21:30.580 Dec 08: mks | Cannot write the temporary image THUMB
    22:21:35.591 Dec 08: mks | Cannot write the temporary image THUMB
    22:21:40.537 Dec 08: mks | Cannot write the temporary image THUMB
    22:21:45.629 Dec 08: mks | Cannot write the temporary image THUMB
    22:21:50.583 Dec 08: mks | Cannot write the temporary image THUMB
    22:21:55.616 Dec 08: mks | Cannot write the temporary image THUMB
    22:22:00.590 Dec 08: mks | Cannot write the temporary image THUMB
    22:22:05.638 Dec 08: mks | Cannot write the temporary image THUMB
    22:22:10.595 Dec 08: mks | Cannot write the temporary image THUMB
    22:22:15.582 Dec 08: mks | Cannot write the temporary image THUMB
    22:22:20.622 Dec 08: mks | Cannot write the temporary image THUMB
    22:22:25.583 Dec 08: mks | Cannot write the temporary image THUMB
    22:22:30.627 Dec 08: mks | Cannot write the temporary image THUMB
    22:22:35.673 Dec 08: mks | Cannot write the temporary image THUMB
    22:22:40.588 Dec 08: mks | Panic: file lock (was the bug 49968)
    22:22:40.589 Dec 08: mks | Bora/lib/image/imageUtilPng.c:462 unrecoverable memory allocation failure
    22:23:21.438 Dec 08: mks | Backtrace:
    22:23:21.440 Dec 08: mks | Backtrace [0] 0x3ccf63d8 eip 0xa3f88cd
    22:23:21.442 Dec 08: mks | Backtrace [1] 0x3ccf6818 eip 0x9ff705c
    22:23:21.443 Dec 08: mks | Backtrace [2] eip 0xa2803bc 0x3ccf6b88
    22:23:21.443 Dec 08: mks | Backtrace [3] eip 0xa2803f6 0x3ccf6bb8
    22:23:21.444 Dec 08: mks | Backtrace [4] eip 0xa27fcc3 0x3ccf6bd8
    22:23:21.444 Dec 08: mks | Backtrace [5] eip 0xa27fd28 0x3ccf6c28
    22:23:21.445 Dec 08: mks | Backtrace [6] eip 0xa115582 0x3ccf7128
    22:23:21.445 Dec 08: mks | Backtrace [7] eip 0xa115717 0x3ccf7138
    22:23:21.445 Dec 08: mks | Backtrace [8] eip 0xa00d0a9 0x3ccf7168
    22:23:21.446 Dec 08: mks | Backtrace [9] 0x3ccf9278 0xa00dbef eip
    22:23:21.447 Dec 08: mks | Backtrace [10] eip 0x3ccf9298 0xa298217
    22:23:21.447 Dec 08: mks | Backtrace [11] eip 0x3ccf92b8 0xa298255
    22:23:21.448 Dec 08: mks | Backtrace [12] eip 0x3ccf92e8 0xa10bfe9
    22:23:21.448 Dec 08: mks | Backtrace [13] eip 0xa0f2e81 0x3ccf93c8
    22:23:21.504 Dec 08: mks | Backtrace [14] eip 0x160534fb 0x3ccf94b8
    22:23:21.505 Dec 08: mks | Backtrace [15] eip 00000000 0x1613ae3e
    22:23:21.507 Dec 08: mks | SymBacktrace [0] 0x3ccf63d8 eip in function 0xa3f88cd in/usr/lib/vmware/bin/vmware-vmx of the object in the 0x9f98000 (zero)
    22:23:21.508 Dec 08: mks | SymBacktrace [1] 0x3ccf6818 eip 0x9ff705c panic function in/usr/lib/vmware/bin/vmware-vmx of the object loaded on the 0x9f98000
    22:23:21.508 Dec 08: mks | SymBacktrace [2] 0x3ccf6b88 eip in function 0xa2803bc in/usr/lib/vmware/bin/vmware-vmx of the object in the 0x9f98000 (zero)
    22:23:21.511 Dec 08: mks | SymBacktrace [3] 0x3ccf6bb8 eip in function 0xa2803f6 in/usr/lib/vmware/bin/vmware-vmx of the object in the 0x9f98000 (zero)
    22:23:21.511 Dec 08: mks | SymBacktrace [4] 0x3ccf6bd8 eip in function 0xa27fcc3 in/usr/lib/vmware/bin/vmware-vmx of the object in the 0x9f98000 (zero)
    22:23:21.512 Dec 08: mks | SymBacktrace [5] 0x3ccf6c28 eip in function 0xa27fd28 in/usr/lib/vmware/bin/vmware-vmx of the object in the 0x9f98000 (zero)
    22:23:21.513 Dec 08: mks | SymBacktrace [6] 0x3ccf7128 eip in function 0xa115582 in/usr/lib/vmware/bin/vmware-vmx of the object in the 0x9f98000 (zero)
    22:23:21.514 Dec 08: mks | SymBacktrace [7] 0x3ccf7138 eip in function 0xa115717 in/usr/lib/vmware/bin/vmware-vmx of the object in the 0x9f98000 (zero)
    22:23:21.515 Dec 08: mks | SymBacktrace [8] 0x3ccf7168 eip in function 0xa00d0a9 in/usr/lib/vmware/bin/vmware-vmx of the object in the 0x9f98000 (zero)
    22:23:21.515 Dec 08: mks | SymBacktrace [9] 0x3ccf9278 eip in function 0xa00dbef in/usr/lib/vmware/bin/vmware-vmx of the object in the 0x9f98000 (zero)
    22:23:21.516 Dec 08: mks | SymBacktrace [10] 0x3ccf9298 eip in function 0xa298217 in/usr/lib/vmware/bin/vmware-vmx of the object in the 0x9f98000 (zero)
    22:23:21.517 Dec 08: mks | SymBacktrace [11] 0x3ccf92b8 eip in function 0xa298255 in/usr/lib/vmware/bin/vmware-vmx of the object in the 0x9f98000 (zero)
    22:23:21.518 Dec 08: mks | SymBacktrace [12] 0x3ccf92e8 eip in function 0xa10bfe9 in/usr/lib/vmware/bin/vmware-vmx of the object in the 0x9f98000 (zero)
    22:23:21.519 Dec 08: mks | SymBacktrace [13] 0x3ccf93c8 eip in function 0xa0f2e81 in/usr/lib/vmware/bin/vmware-vmx of the object in the 0x9f98000 (zero)
    22:23:21.519 Dec 08: mks | SymBacktrace [14] 0x3ccf94b8 eip 0x160534fb in function (zero) in the object /usr/lib/vmware/lib/libpthread.so.0 to the 0x1604e000
    22:23:21.520 Dec 08: mks | SymBacktrace [15] eip 00000000 0x1613ae3e based on cloning in object /usr/lib/vmware/lib/libc.so.6 loaded in 0 x 16069000
    22:23:21.520 Dec 08: mks | Msg_Post: error
    22:23:21.521 Dec 08: mks | [msg.log.error.unrecoverable] fatal error VMware ESX: (mks)
    22:23:21.521 Dec 08: mks | Bora/lib/image/imageUtilPng.c:462 unrecoverable memory allocation failure
    22:23:21.521 Dec 08: mks | [msg.panic.haveLog] a log file is available in "/ vmfs/volumes/4a4ce277-4a35505c-8828-0024817b058c/labmanager/1922/vmware.log".  [msg.panic.haveCore] a base file is available in "/ vmfs/volumes/4a4ce277-4a35505c-8828-0024817b058c/labmanager/1922/vmware-vmx-zdump.000".  [msg.panic.requestSupport.withLogAndCore] please request support and include the contents of the log file and the base file.  [msg.panic.requestSupport.vmSupport.vmx86]
    22:23:21.523 Dec 08: mks | To collect the data to submit to the VMware support, run 'vm-support.
    22:23:21.524 Dec 08: mks | [msg.panic.response] we will respond on the basis of your entitlement to support.
    22:23:21.525 Dec 08: mks | ----------------------------------------
    22:23:21.739 Dec 08: vmx | Watched VTHREAD thread 1 "mks" is dead
    22:23:22.651 Dec 08: 1 vcpu. Watched VTHREAD thread 0 "vmx" is dead
    22:23:22.740 Dec 08: vcpu-3 | Watched VTHREAD thread 0 "vmx" is dead
    22:23:22.741 Dec 08: vcpu-2 | Watched VTHREAD thread 0 "vmx" is dead
    22:23:22.743 Dec 08: vcpu-0 | Watched VTHREAD thread 0 "vmx" is dead

    I found the suggestion to check the ESX memory for problems.

    I found the information that ESX 3.0 was ramcheck service which could check the memory, but there is no such service in future versions of ESX.

    Could someone help me find how to check the memory without stopping the ESX Server (I could not migrate virtual machines per host)?

    The only way you will get a true test of the memory of the HOST must stop it and run the test directly. Any tool running in the ESX console will only have indirect access RAM. The vmkernel controls access to physical RAM.

  • How to check the arhice mode is on or not according to the pl/sql procedure

    Hello

    I'm trying to figure out how to check the mode archive inside begin end block. Basically, I'm developing a procedure that returns in mode archive.

    I know that the following command returns the status of fashion archive but I can't do the job inside the begin end block.

    "list of archive logs.

    I'll be appricated if you show me how to call the above command inside begin end block.

    Kind regards.

    Hello

    If you want to see archive log mode is activated, you can simply check V$ database.

    select log_mode from v$database
    

    That is what you want, or is there something more, you need?

    David

Maybe you are looking for

  • AppleScript to delete a text file

    Hi, here is a job Applescript that lists the contents of a folder and its subfolders to a text file named 'file inventory. The problem, for example, is that if a subfolder is emptied of files, the list of his previous content is always indicated in t

  • Tecra A7 still sees the AC adapter - even if not connected

    Hello I've had this problem for awhile now. It happened quite suddenly, one day it worked great, the other day and the following days later, it didn't. The problem is like this: My Tecra A7 still "sees" the adapter connected, even if it's not! This c

  • Unable to connect to another network

    Greetings, I had already installed my deskjet 3520 and used wireless with no problems. Since then, I had changed my ISP and I bought a new modem and router with new SSID and password. Currently, I am facing problems connecting to my network again. Ha

  • Display driver Epson sx435 printer problem

    When I turn on my printer Windows XP displays "Found new hardware sx435w printer Epson" & then the series 'New Hardware Wizard' if I have to cancel these screens my printer works OK on USB & WiFi.How can I stop these actions «Detected new hardware...

  • Shutting down my laptop Dell Inspiron Windows XP computer blue screen.

    Several times, I get a blue screen stating that judgment there is a problem computer connected by the file aswsp.sys downs.  My computer is totally updated without new software or hardware. I am told to disable BIOS memory options such as implementin