Doubt in "FOR command in DOS"

All,
I have set of files starting with the name, e.g. xxx and the extension depends on the date. For example the extension of the current date is xxx.518. 5 is the month and 18 is the day of month.
I am creating one application that would delete the xxx.* files depends on the retention days. If I give retention days as 10, it will keep 10 xxx.*(e.g. 508 to 518) files and delete remaining files.
So I am using FOR command of DOS. I am using runtime.getRuntime to execute this.
I am using
(e.g.)
FOR %%V in (pinpad.50?, pinpad.51?) do (command)
Using this I can get only the files not to delete. But I want the filenames which needs to be deleted from the directory. (One option is there to give the range of all the files to delete in the SET. But it is some what difficult.)
My question is
Can we give get the filenames not specified in the IN SET (pinpad.50?, pinpad.51?) ?
Is it possible ??
namanc

I agree with others, this should be done using Java...
This said, you can use the following BATCH files to achieve your goal (not tested, sorry):
BDELFILES.BAT
   rem TESTS AND DELETES FILES IF NEEDED
   rem
   FOR %%F in (*.*) call BDELFILE.BAT %%F
BDELFILE.BAT
   rem TESTS AND DELETES A FILE IF NEEDED
   rem file name is in parameter 1
   rem
   set TODEL=1
   FOR %%F in (*.50? *.51?) do IF "%1" == "%%F" set TODEL=0
   IF "%%TODEL" == "1" DEL %%F

Similar Messages

  • Changing labels for commands - white paper guidelines don't work!

    Hi guys
    We are having a hard time translating the UICommand "html_version", and because we have tried so much, we are now considering workarounds. But perhaps some of you could help us?
    We have followed the guidelines from http://help.sap.com/saphelp_nw04/helpdata/en/e7/cb7339fb23644fa9e406c6bc431c9b/frameset.htm, but for some reason it is not working. It seems as if the par-file is not deployed correctly since we are not able to use it to translate our command.
    On the other hand: If we try to use a standard bundlefile (that therefore already ís deployed in the portal), the translation is working fine.
    We could really need some help on this issue. Any helpful soul who needs ten points?
    Best regards,
    Martin

    Hi Detlev
    No, we hadn't looked into the tracefiles, but I just did, and here's is the not-so-surprising info:
    << item 0 : >>#1.5#0011856B0F97001C00000061000013340004076781AF30F3#1134041045506#com.sapportals.wcm.rendering.uicommand.AbstractUICommand#sap.com/irj#com.sapportals.wcm.rendering.uicommand.AbstractUICommand#kmd05#1041##BLR12T_KDP_8573350#Guest#2393e7e067dd11da9b5c0011856b0f97#SAPEngine_Application_Thread[impl:3]_27##0#0#Error##Plain###Missing or wrong ResourceBundle information for command with alias <test_html_version> - java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key search
    What I don't understand is why that file can't be found, when we have done exactly as the help.sap-documentation says. And our custom bundlefile is visible on the server, so something was created there, but perhaps not deployed correctly.
    Maybe the service does not start and work as it is supposed to do? (I have renamed it as described in the documentation).
    I really hope you can help, because we have been struggling with this issue for quite some time now.
    Best regards,
    Martin

  • Dynamic Text preparation for Command button in ADF (Tr component)

    We have one command link and our requirement is to preapre the command button text dynamicaly .?
    Details are givin below :
    I need to get the button text value form the UCMS file based on the dynamic preparation .
    The key value of UCMS is "setupfamily_group_1-8FAM4".
    In the above mentioned key value the part 1 is "*setupfamily_group*_" is static text and part 2 "*1-8FAM4*" is dynamic which i will get throuth the List of Objects.
    i.e managedServices.product.productId. here managedSercies is varible contains the Objects from the list.
    please let me know how to append the part1 and part 2 as mentioned above in Command button text field ?
    <tr:forEach items="#{pageFlowScope.myExtrasBean.managedServicesExtras}"
    var="managedServices">
    <tr:commandButton text="#{myExtrasBundle.setupfamily_group_+#managedServices.product.productId}" id="setup_service"
    actionListener="#{pageFlowScope.myExtrasBean.manageMyFamilyProducts}"
    action="vfFamilyFlow">
    <f:attribute name="productId" value="#{managedServices.product.productId}"/>
    </tr:commandButton>
    </forEach>
    We not getting how to append the Static and dynamic text for command button text filed ? pleas let me know the syntax .
    Thanks

    HI
    We have tried with above both options .its issues not resolved .
    for the first one we are getting the compile time error
    and for the second option ,when we run the dynamic value its self printing in the JSF .
    We are trying to prepare the command button text as some part dynamically and some part static and its will act as key in the XML and get the corresponding value from the UCMS .
    Thanks

  • Since updating to OS X Mavericks I get a continuous update request for command line developer tools.  How do I stop this?

    Since installing OS X Mavericks, automatic updates keep producing download demand for Command Line Developer tools 6.0 and 6.1.  I don't need these but cannot seem to stop the updates available, even if they are downloaded and installed.  Can anyone tell me how to stop this?

    Try re-indexing Spotlight.
    Spotlight – Re-index

  • Financial Reporting - Exporting Batch for Command Line Scheduling Issue

    Financial Reporting 11.1.2.2
    When I export, a successfully run scheduled batch, for command line scheduling the xml file that is exported only has the following information in it. I think that it is missing alot of information.
    Any ideas what I am doing wrong, if anything?
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <JOB_OBJECT OBJECT_ID="0">
    <DATA_SOURCE_USER_CREDENTIALS DS_PASSWD="" DS_USER_NAME=""/>
    <HR_USER_CREDENTIALS HR_PASSWD="" HR_USER_NAME=""/>
    <OUTPUT_OPTIONS>
    <HTML VALUE="No"/>
    <MHTM VALUE="No"/>
    <PDF EXPORT_PDF_FOLDER_LABEL="" VALUE="Yes"/>
    <SAVE_AS_SNAPSHOT VALUE="No"/>
    <PRINT VALUE="No"/>
    </OUTPUT_OPTIONS>
    </JOB_OBJECT>

    Hi again,
    I am not sure if you can extract the formatting to Excel... I had also issues.
    Can you please try to retrieve the report into Excel via Smartview? Check page 136 of  http://docs.oracle.com/cd/E40248_01/epm.1112/smart_view_user.pdf
    Regards,
    Thanos

  • Authorization object for Command Button

    Hi all,
    How can I create the Authorization object for command button which is on application server.
    if you do not have auth when you click on that command button, it should be say 'you dont have auth'.
    please help me in this.
    regards,
    Ajay reddy

    Hi,
    Tcode for Authorization Objects are,
    su20----> for defineing authorization field ,
    su21-----> for authorization class,
    su22------> for assignement authorization object
    To create an authorization object:
    1) Execute transaction SU21
    2) Double-click an Object Class to select a class that should contain
    your new auth object
    3) Click on CREATE (F5)
    4) (If creating custom field) - Click the 'Field Maintenance' button -->
    Click on CREATE (Shift+F1)
    5) Enter the Name for the New Authorization field and the corresponding
    Data Element and SAVE
    6) Confirm the Change Request data for the new Authorization Field
    7) Go back two screens (F3-->F3)
    8) Enter the Authorization field name and document the object:
    9) SAVE and ACTIVATE the documentation
    10) Save the new Authorization Object
    11) Confirm the change request data for the Authorization Object and
    EXIT SU21
    12) Finally, the SAP_ALL profile must be re-generated
    Regards,
    hema.

  • Issue with KeyEvent for Command Prompt

    Using below code, when Event keys like “F7” are executed on the application to test while running from openscript it works fine.
    Whereas if the same script is executed using command line as below, then “F7” is executed for command prompt itself instead of application to test. 
    “C:\OracleATS\openScript\runScript.bat \\10.184.82.45\SharedRepository\Mysharedscript\Mysharedscript.jwg -delayPercentage 1”
    Code =>
    ft.typeKeyCode(KeyEvent.VK_F7);

    Try using
    ft.keyDown(KeyEvent.VK_F7)
    ft.keyUp(KeyEvent.VK_F7)

  • Info for command and busy status

    Can anyone provide me with info on the busy status property returned by the info for command?
    Under OS 9, I used that to determine if files were busy before attempting to process them.
    Now, under OS X, it doesn't seem to be functional, the files are processed even if they really are busy, and the fider throws a message back at me saying so.
    Basic scenario (repeated with any PostScript files found in folder):
    set busyStatus to busy status of (info for epsFile as alias)
    if busyStatus is false then
    try
    <distill file>
    on error
    return 10
    end try
    end if
    if exists epsFile then
    set busyStatus to busy status of (info for epsFile as alias)
    if busyStatus is false then
    try
    delete epsFile
    on error
    return 10
    end try
    end if
    end if
    The folder being watched is a folder that graphic artists are writing PS files to directly from InDesign.
    If the script runs and a PS file is in the process of being written, it still attempts to distill it, and it still attempts to delete it, and the result is a finder error.
    I had assumed that the busy status would solve my problem, but it doesn't ever appear to return a true value.
    I had also assumed that the try-on error block would catch the finder error and prevent it from displaying the dialog box, but it doesn't appear to.
    I have found a few references to the fact that busy status isn't reliable, and may not work at all under OS X. Anyone have any ideas?

    We used to use the watched folder feature of Acrobat. We just upgraded our process from OS 9/Acrobat 4 to OS X/Acrobat 7. What Adobe fails to tell you, is that the Standard version of Acrobat doesn't have watched folders. That is now only a feature of the Pro version.
    I thought I could avoid paying $150 a copy to upgrade from Standard to Pro, just for that one feature.
    I have previously used Applescript to create watched folders for a variety of automation tasks, and never had a problem. Because I have a lot of Applescript processes in place already that rely on being able to determine if a file is busy, I need to figure out how to do it with OS X.

  • Authorization grpup for Command Button

    Hi all,
    I am keeping the one command button name is EMAIl in application tool bar. I want to create auth group those who have auth to execute this Email button .
    For other users this command should be not seen. only auth users to see this button.
    How can i create authgroup for command button.
    regards,
    Ajay

    Hi,
    when the report is started check for authority for the user to execute the transaction.
    like:
    AUTHORITY-CHECK OBJECT auth_obj [FOR USER user]
                            ID id1 {FIELD val1}|DUMMY
                           [ID id2 {FIELD val2}|DUMMY]
                           [ID id10 {FIELD val10}|DUMMY].
    if this authority check fails:
    set pf-status <ur pf status> excluding <function code for command button>.
    Regards,
    Renjith Michael.

  • "Error for command 'read sector'"...help please

    I'm trying to install Solaris 10 on an x86 machine. During the initial install I get that for about 3 minutes, then it says exceeds maximum number of tries, and goes on with the install...why is this happening, the hd is a clean drive that used to have ubuntu working fine on it.
    Error:
    error for command 'read sector' error level: fatal

    hi woms
    bad news: its time to check warranty-status of your drive.
    to be 100% sure, that the drive is defective, download the diagnostic sw from the manufacturers homepage.
    @ rukbat
    as the drive is recognized as a generic-ata, the chance for IDE should be >90%.
    (sorry, couldn't resist ;-) :-) )
    cheers, jenny
    the sweater of a woman fits perfect,
    when the men gasp for air. ;-)

  • LMS3.2 :Why did I recieve an error msg: Insufficient no. of interactive responses(or timeout) for command

    Hello,
    I'm deploying ssh v2 using RME netconfig, LMS 3.2.  It failed in some devices with this message error:
    Deploy command partially failed Primary Login Succeeded / Primary Enable Succeeded Insufficient no. of interactive responses(or timeout) for command: crypto key generate rsa .
    Despite this message I am able to log into ssh devices with are failed. I check the ssh configuration (in cli) in those devices and I'm supprise to see that the ssh config is correctly deployed. So why did I receive an error message in Netconfig job details ?
    Regards,

    Hi Nael,
    In my case the timeout is due to the long length RSA key (2048). The  catalyst 3560 take arround 5 minutes to generate the key. I think that LMS loses the connexion to the device at this moment. Even if I change telnet timeout for 1 hour, the probleme remain the same. But when I change the RSA key length for 1024 there is no fail. What do you think about it ?
    Regards,

  • How can i use a database for practice in DOS

    i have some problems in the sqlplus.
    My OS is windows2000 server,when i intalled the Oracle 8i
    i type a command 'cmd' go to DOS.and type "sqlplus username/password@database"
    but always the system say that my database name can't be deal with.
    and i want to get a sample database for training SQL statements.How can i get it.
    is Oracle 8i have the sample database.

    It sounds like your database hasn't been started yet so do this:
    Try typing svrmgrl at the c:> -- if it doesn't work you might either have to go to the proper directory or type sqlplus to get an sql:> prompt (I don't remember it's been a while) but the rest I am pretty sure about---
    When you get the svrmgr prompt:
    use (i think) "connect internal"
    and "oracle or Oracle" as password
    once you do this
    it should say connected
    then use: svrmgr:>shutdown -- shutsdown DB
    then use: svrmgr:>startup -- starts DB
    hopefully then you can access your database through SQL Plus

  • How do I change the desktop icon for an MS-Dos Fat formatted flash drive in Lion?

    I have a bunch of flash drives I need to format for work, and we want to put our company logo as the icon for each drive.  We wanted to format them as MS-Dos Fat so that they'll be readable and writeable on both Mac and Windows computers.  But when I format them that way and change the icon, it displays as a generic preview JPEG image instead of the real image or even the default hard drive icon.
    I managed to fix it so the icon will display properly in Snow Leopard, but in Lion the drive still mounts with the generic Preview thumbnail.
    Is there any way I can easily format a flash drive so that a) it will be readable and writeable on Windows and OSX machines and b) have the icon for the drive appear correctly on Lion, Snow Leopard, and windows machines?
    Thanks!

    Command- i will open the info pane of your icon. 
    Try opening and "selecting all" ⌘-A (of your preferred image,) then copy and paste your preferred image on the high-lighted icon in the upper left.

  • Running java command from DOS prompt

    Hi,
    When I run java from the DOS prompt (NT) in any other location than the JDK bin directory, I get the following error:
    Error opening registry key 'Software\JavaSoft\Java Runtime Environment'
    My understanding is to be able to run this from anywhere you need to add the tools.jar file to the CLASSPATH, which I have done.
    There is no entry in the Registry for Software\JavaSoft...etc, has anyone any idea what my problem is and how I can solve it?
    Thanks in advance

    Hi,
    I am running Java 2 SDK, Standard Edition Version 1.2.2 running on NT. It was installed as part of Oracles JDeveloper IDE and is running on NT.
    All I want to be able to do is run java from the command line e.g. 'java myclass', to run a standalone Java program. I can run 'javac myclass.java' to compile the program without any problems, but my understanding is that to do this all I need is to have the '.../java1.2/bin' directory included in the 'PATH' variable, whereas to run the java runtime you need to include the tools.jar in the CLASSPATH variable.
    As I said previously I can run the 'java myclass' command from the '../java1.2/bin' directory, just not from anywhere else. As for whats in the code, does not matter you should be able to type just java on the command line and it will come back with an error prompting for the class name. Here is an example of what happens:
    I:\>java
    Error opening registry key 'Software\JavaSoft\Java Runtime Environment'
    However if I change to the correct directory, I get:
    D:\oracle\JDev32\java1.2\bin>java
    Usage: java [-options] class [args...]
    (to execute a class)
    or java -jar [-options] jarfile [args...]
    (to execute a jar file)
    where options include:
    -cp -classpath <directories and zip/jar files separated by ;>
    set search path for application classes and resources
    -D<name>=<value>
    set a system property
    -verbose[:class|gc|jni]
    enable verbose output
    -version print product version
    -? -help print this help message
    -X print help on non-standard options
    The contents of my PATH and CLASSPATH variable are shown below, Thanks again.
    I:\>PATH
    PATH=D:\oracle\BIN;D:\oracle\Apache\Perl\5.00503\bin\mswin32-x86;C:\Program Files\Oracle\jre\1.1.7\b
    in;D:\oracle\ora8i\bin;C:\DMINT40\Win32\Bin;C:\WINNT\system32;C:\WINNT;C:\Program Files\Symantec\pcA
    nywhere;d:\oracle\jdev32\java1.2\bin;d:\downloads\oraxml\bin;d:\oracle\jdev32\java1.2\lib\tools.jar
    I:\>echo %CLASSPATH%
    d:\oracle\jdev32\java1.2\lib\tools.jar;d:\oracle\apache\apache\htdocs\web-inf\classes;d:\oracle\apac
    he\jserv\servlets

  • Error 57 in invoking sqlplus command from DOS command prompt in Oracle Serv

    I have a Oracle 11G server which has suddenly shutdown due to power cut-off. Now when I restart the system and trying to connect to database invoking the sqlplus as sysdba from DOS command prompt - I am getting following errors
    C:\Documents and Settings\Administrator>sqlplus "/as sysdba"
    Error 57 initializing SQL*Plus
    Error loading message shared library
    Can anyone help me please ?

    Yes sure!! .. The details of alert logs for today is herewith -
    Thu Feb 28 12:30:02 2013
    kewastUnPackStats(): bad magic 1 (0x0DFE82DA, 0)
    kewastUnPackStats(): bad magic 1 (0x0DFE82DA, 0)
    Thu Feb 28 12:36:02 2013
    Errors in file d:\app\collbrs\diag\rdbms\collbrs\collbrs\trace\collbrs_ckpt_3160.trc:
    ORA-00202: control file: 'D:\APP\COLLBRS\ORADATA\COLLBRS\CONTROL01.CTL'
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.
    Thu Feb 28 12:36:19 2013
    Errors in file d:\app\collbrs\diag\rdbms\collbrs\collbrs\trace\collbrs_m000_5180.trc:
    ORA-00202: control file: 'D:\APP\COLLBRS\ORADATA\COLLBRS\CONTROL01.CTL'
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.
    Errors in file d:\app\collbrs\diag\rdbms\collbrs\collbrs\trace\collbrs_m000_5180.trc:
    ORA-00204: error in reading (block 1, # blocks 1) of control file
    ORA-00202: control file: 'D:\APP\COLLBRS\ORADATA\COLLBRS\CONTROL01.CTL'
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.
    Thu Feb 28 12:36:40 2013
    Errors in file d:\app\collbrs\diag\rdbms\collbrs\collbrs\trace\collbrs_ckpt_3160.trc:
    ORA-00202: control file: 'D:\APP\COLLBRS\ORADATA\COLLBRS\CONTROL01.CTL'
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.
    Thu Feb 28 12:37:08 2013
    Errors in file d:\app\collbrs\diag\rdbms\collbrs\collbrs\trace\collbrs_ckpt_3160.trc:
    ORA-00202: control file: 'D:\APP\COLLBRS\ORADATA\COLLBRS\CONTROL01.CTL'
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.
    Thu Feb 28 12:37:28 2013
    Errors in file d:\app\collbrs\diag\rdbms\collbrs\collbrs\trace\collbrs_ckpt_3160.trc:
    ORA-00202: control file: 'D:\APP\COLLBRS\ORADATA\COLLBRS\CONTROL01.CTL'
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.
    Thu Feb 28 12:37:50 2013
    Errors in file d:\app\collbrs\diag\rdbms\collbrs\collbrs\trace\collbrs_ckpt_3160.trc:
    ORA-00202: control file: 'D:\APP\COLLBRS\ORADATA\COLLBRS\CONTROL01.CTL'
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.
    Thu Feb 28 12:38:07 2013
    Errors in file d:\app\collbrs\diag\rdbms\collbrs\collbrs\trace\collbrs_m000_6256.trc:
    ORA-00202: control file: 'D:\APP\COLLBRS\ORADATA\COLLBRS\CONTROL01.CTL'
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.
    Errors in file d:\app\collbrs\diag\rdbms\collbrs\collbrs\trace\collbrs_m000_6256.trc:
    ORA-00204: error in reading (block 1, # blocks 1) of control file
    ORA-00202: control file: 'D:\APP\COLLBRS\ORADATA\COLLBRS\CONTROL01.CTL'
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.
    Thu Feb 28 12:38:12 2013
    Errors in file d:\app\collbrs\diag\rdbms\collbrs\collbrs\trace\collbrs_ckpt_3160.trc:
    ORA-00202: control file: 'D:\APP\COLLBRS\ORADATA\COLLBRS\CONTROL01.CTL'
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.
    Thu Feb 28 12:38:34 2013
    Errors in file d:\app\collbrs\diag\rdbms\collbrs\collbrs\trace\collbrs_ckpt_3160.trc:
    ORA-00202: control file: 'D:\APP\COLLBRS\ORADATA\COLLBRS\CONTROL01.CTL'
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.
    Thu Feb 28 12:38:56 2013
    Errors in file d:\app\collbrs\diag\rdbms\collbrs\collbrs\trace\collbrs_ckpt_3160.trc:
    ORA-00202: control file: 'D:\APP\COLLBRS\ORADATA\COLLBRS\CONTROL01.CTL'
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.
    Thu Feb 28 12:39:31 2013
    Errors in file d:\app\collbrs\diag\rdbms\collbrs\collbrs\trace\collbrs_ckpt_3160.trc:
    ORA-00202: control file: 'D:\APP\COLLBRS\ORADATA\COLLBRS\CONTROL01.CTL'
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.
    Thu Feb 28 12:39:47 2013
    Errors in file d:\app\collbrs\diag\rdbms\collbrs\collbrs\trace\collbrs_m001_7628.trc:
    ORA-00202: control file: 'D:\APP\COLLBRS\ORADATA\COLLBRS\CONTROL01.CTL'
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.
    Thu Feb 28 12:39:49 2013
    Errors in file d:\app\collbrs\diag\rdbms\collbrs\collbrs\trace\collbrs_ckpt_3160.trc:
    ORA-00202: control file: 'D:\APP\COLLBRS\ORADATA\COLLBRS\CONTROL01.CTL'
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.
    Errors in file d:\app\collbrs\diag\rdbms\collbrs\collbrs\trace\collbrs_m001_7628.trc:
    ORA-00204: error in reading (block 1, # blocks 1) of control file
    ORA-00202: control file: 'D:\APP\COLLBRS\ORADATA\COLLBRS\CONTROL01.CTL'
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.
    Thu Feb 28 12:40:10 2013
    Errors in file d:\app\collbrs\diag\rdbms\collbrs\collbrs\trace\collbrs_ckpt_3160.trc:
    ORA-00202: control file: 'D:\APP\COLLBRS\ORADATA\COLLBRS\CONTROL01.CTL'
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.
    Thu Feb 28 12:40:31 2013
    Errors in file d:\app\collbrs\diag\rdbms\collbrs\collbrs\trace\collbrs_ckpt_3160.trc:
    ORA-00202: control file: 'D:\APP\COLLBRS\ORADATA\COLLBRS\CONTROL01.CTL'
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.
    Thu Feb 28 12:40:48 2013
    Errors in file d:\app\collbrs\diag\rdbms\collbrs\collbrs\trace\collbrs_m002_2748.trc:
    ORA-00202: control file: 'D:\APP\COLLBRS\ORADATA\COLLBRS\CONTROL01.CTL'
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.
    Errors in file d:\app\collbrs\diag\rdbms\collbrs\collbrs\trace\collbrs_m002_2748.trc:
    ORA-00204: error in reading (block 1, # blocks 1) of control file
    ORA-00202: control file: 'D:\APP\COLLBRS\ORADATA\COLLBRS\CONTROL01.CTL'
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.

Maybe you are looking for

  • Employees Pension Contribution -EPF

    Hi, For one of the employee we have maintained Info Type 587 with the below conditions Employees PF Contribution -   PF Basis Employer's PF Contribution -  PF Basis Employer's Pension Contribution - Eligible Pay or  PF Basis whichever is less The Emp

  • Hard Drive Filling.

    I know i have read others like this, but no 2 seemed alike, so I figured i just needed to post and get some input. My hard drive started filling at an alarming rate tonight. I have not installed any new software in the past couple of days, and also d

  • Please Help!!! After Effects has stopped importing .m2t files!!!

    Hi there, I have run into a realtively urgent problem that I'm hoping someone can help me with. I am making a video in after effects cs4 for a client using footage captured in HDV split that show as .m2t files. I have edited with these files in after

  • IOS 6.1.3 problems, entering passwords and greyed out wifi

    Since upgrading to iOS 6.1.3, I've had many issues! Firstly, I got the greyed out wifi screen... Now I've spoken to a few people before, they said that it is a hardware related issue, which I find really hard to believe unless the os messed up someth

  • Unable to download Patch 6194129

    Hi, I'm trying to download Patch 6194129: TRACKING BUG FOR FORMS/REPORTS 6I PATCH 19 FOR APPS CUSTOMERS from metalink....erm sorry My Oracle Support. Once I successfully search for and bring up the file and click on it (p6194129_60828_WINNT.zip), it