Locked Write Failure

I have a database application that locks various records (control file, indices, physical record, etc.), using NWLogPhysicalRecord with the Type parameter set to Shared or Exclusive, prior to updating records in the database. Normally, this works OK, but when performing a long series of adds or deletes, I occasionally get a write deadlock failure on a record which has been previously locked exclusively. Is this a known NetWare problem?

Charlie,
Can you tell us if you are using either DeskTop Mailer or Business Edition?  Or is this Professional Presort? 
If this is DeskTop Mailer or Business Edition have you tried storing your files locally?  The heart and power of the Postalsoft solution is the Mailing Description File (.mdf). This file stores all the settings for the job being processed and has to access the software program continuously. It is strongly recommended to store the .mdf files on the local PC with the software.
The .dbf and USPS directory files can be stored on a network/server, but it is not recommended to store the .mdf on the network/server and definitely not the software program itself.
In conclusion, while it is possible to set up the .mdf (mailing description file), .dbf (database file), and .cdx (index file) on a network drive and successfully access them from multiple systems (with a multi-user license), this is not recommended or tested.
Please let us know.
Thanks,
Melissa

Similar Messages

  • Qosmio G10: Write failures, strange noises & system locking on

    Hello
    Im currently away on holiday with my Laptop and im having write failures and strange noises coming from system speaker and the system keeps locking up.
    Any ideas??

    Hi
    My first suggestion is to recover the OS with Toshibas delivered recovery CD.

  • Backup fails for a Hyper-V guest with VSS Writer failures using DPM 2012 R2 - Hyper-V guest has Oracle application installed,

    I am trying to backup a VM which before it had Oracle installed backed up with no problems.  It is a Windows 2008 R2 server which sites on an 8 node Hyper-V 2012 R2 cluster (with CSVs).  I am using DPM 2012 R2 to run the backups which have been
    successful for the last few weeks but then Oracle was installed and the backups have failed since then.
    The job fails and a large number of VSS writers go into a 'Failed' state with the 'Last Error' showing as 'Timed out'.  I then get 4 popups appear each referring to a 'temporary' drive which appears briefly in Disk Management with a RAW file system. 
    These pops say "You need to format the disk in drive X: before you can use it.  Do you want to format it?" (where
    X: is replaced by the drive letter assigned to each 'temporary' drive).
    The System event log is populated with a large number of warnings with Event 51, Disk, stating "An error was detected on device \Device\Harddisk<number>\DR<number> during a paging operation".  There are also a
    few warnings for Ntfs (eventid 57) stating that "The system failed to flush data to the transaction log.  Corruption may occur."
    Prior to these warnings there are 5 other warnings for partmgr (eventid 58) stating "The disk signature of disk
    <number x> is equal to the disk signatuire of disk <number y>" and 4 errors (eventid 1, VDS Basic Provider), "Unexpected failure.  Error code: 490@01010004".
    There is a script which is run to stop the Oracle application on the server and if this is run then the backups will complete successfully.  We have been troubleshooting this by running a certain amount of the script and seeing which part affects the
    backup and it seems that if the Weblogic (wls_reports) service is stopped then the backup will succeed but if it is running then the backup will fail and the above symptoms occur.
    Another point which may help is that there is a pre-production server which resides on a Windows 2008 R2 Hyper-V standalone server, has the same scripts and installation of Oracle but backs up without any issues.
    I have experienced VSS writer failures before with VM backups but I have not seen this before.  It is not intermittent and I can find no work around to alleviate the problem of having no backup (except stopping this service or shutting the server down,
    but as it is a production server this is not practical).
    If anyone has experienced this before or have any suggestions / advice it would be much appreciated.
    Thanks
    Chris

    Hi Chris
    I have exactly the same issue.
    2008 R2 Server running Oracle
    6 node 2012 R2 Hyper-V Cluster with CSV
    Exact same errors and popup "format disk" message.
    DPM2012 R2
    I also have some other VM's on the same cluster which do back up through DPM
    The only difference I can see is the server which has the issue has a legacy network adapter.
    Production server so cannot make any changes until later but will add new adapter and report back.
    Interesting about the Weblogic service, may test this also.
    Cheers
    Kev.

  • 'ORA-12571: TNS:packet writer failure' error while calling procedure from VC++

    hi all,
    i am writing stored procedures and calling these from vc++. I have one stored procedure in that all
    in and out perameters are numeric. When i am calling these procedure i am able to get the values properly. But in another procedure one in perameter is varchar and one out perameter is varchar. When i am calling these procedure from vc++ the error i am getting is "ORA-12571: TNS:packet writer failure". I test my vc++ code on different computers but its giving the same errors. I think ora-12571 error is when i can't communicate with oracle. But other stored procedures(in and out perameters are numbers) and sql statements are running properly. Only these stored procedure which has in and out perameters as varchar is giving me the above said problem. My out perameter in this procedure strtax is of type varchar and the length 100. Is it the problem. Please suggest me how to over come this problem.
    thanks in advance,
    with regards
    vali.

    Hi
    We recently changed our load balancer to a new load balancer. we get this error only after the load balancer change.
    When the error occurs, I could see ORA-12571 error message only in the application error log. The listener.log has only the following message about TNS 12502. It does not have any message about ORA -12571.
    TNS-12502: TNS:listener received no CONNECT_DATA from client
    12-MAR-2010 12:23:26 * (CONNECT_DATA=(SERVICE_NAME=AppName)(CID=(PROGRAM=c:\wind ows\system32\inetsrv\w3wp.exe)(HOST=WEB02)(USER=NETWORK?SERVICE))) * (ADDRESS=(PROTOCOL=tcp)(HOST=172.x.x.x.x)(PORT=2202)) * establish * AppName * 0
    12-MAR-2010 12:23:26 * (CONNECT_DATA=(SERVICE_NAME=AppName)(CID=(PROGRAM=c:\wind ows\system32\inetsrv\w3wp.exe)(HOST=WEB02)(USER=NETWORK?SERVICE))) * (ADDRESS=(PROTOCOL=tcp)(HOST=172.x.x.x.x)(PORT=2203)) * establish * AppName * 0
    12-MAR-2010 12:23:26 * (CONNECT_DATA=(SERVICE_NAME=AppName)(CID=(PROGRAM=c:\wind ows\system32\inetsrv\w3wp.exe)(HOST=WEB02)(USER=NETWORK?SERVICE))) * (ADDRESS=(PROTOCOL=tcp)(HOST=172.x.x.x.x)(PORT=2204)) * establish * AppName * 0
    12-MAR-2010 12:24:09 * 12502
    TNS-12502: TNS:listener received no CONNECT_DATA from client
    Thanks
    Ashok

  • ORA-12571: TNS:packet writer failure while calling procedure from VC++

    hi all,
    i am writing stored procedures and calling these from vc++. I have one stored procedure in that all
    in and out perameters are numeric. When i am calling these procedure i am able to get the values properly. But in another procedure one in perameter is varchar and one out perameter is varchar. When i am calling these procedure from vc++ the error i am getting is "ORA-12571: TNS:packet writer failure". I test my vc++ code on different computers but its giving the same errors. I think ora-12571 error is when i can't communicate with oracle. But other stored procedures(in and out perameters are numbers) and sql statements are running properly. Only these stored procedure which has in and out perameters as varchar is giving me the above said problem. My out perameter in this procedure strtax is of type varchar and the length 100. Is it the problem. Please suggest me how to over come this problem.
    thanks in advance,
    with regards
    vali.

    hi,
    thanks for reply,
    I wanna let u know that this is my personal lappy & i have installed apps dump on it in Linux & connect it through VM player in Window environment. I have recently purchased a new Antivirus K7 & installed it on my Lappy. i wanna know does this impact your application or Dbase Bcoz the application is running fine after starting the services in linux.
    The only thing is that i am not able access the database through TOAD or SQL*Plus. the same error i am facing in both.
    So
    shud i uninstall the antivirus on this And this is the only solution to it ?
    If yes, then how do i fix it again when i'll reinstall it Bcoz i need Antivirus as well.
    kindly suggest.
    thanks
    D

  • Delayed write failure with iPad - please help

    Hi,  I have an iPad (original) that I picked up used recently.  After a week or so of use, I'm now getting a "Delayed Write Failure" whenever I connect it to my PC.  Here are the details:
    1) I am not synching music, only email, apps and photos. 
    2)  when I connect my iPad, I get a delayed write failure on F:\$Mft.  (F is one of two external USB drives I use).  Once this error happens my "F:" drive is no longer usable.  The drive itself still shows up in Windows Explorer but it will not show the folder structure,
    3)  I need to shut down my computer, unplug my "F" drive, let it sit for a few minutes, then Re-boot my PC and re-attach my F: drive to get it operational again.
    4)  After this happened the first time, and I was able to figure out how to get my F drive back to normal, I ran it for two days connected to a different USB port using a different USB cable and it worked fine.  Then I used the old USB cable but the different USB port for another 2 days and no problem.  I then went back to the original USB cable and original USB port for 2 days and still no problem.  If I run iTunes with out the iPad connected there is not problem.  Only when I connect the iPad does this problem occur, even before I ask iTunes to do anything like synch.
    Please help
    Thanks -- Dan

    Try this  - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.) No data/files will be erased. http://support.apple.com/kb/ht1430
    Frozen or unresponsive iPad
    Resolve these most common issues:
        •    Display remains black or blank
        •    Touch screen not responding
        •    Application unexpectedly closes or freezes
    http://www.apple.com/support/ipad/assistant/ipad/
    iPad Frozen, not responding, how to fix
    http://appletoolbox.com/2012/07/ipad-frozen-not-responding-how-to-fix/
    iPad Frozen? How to Force Quit an App, Reset or Restart Your iPad
    http://ipadacademy.com/2010/11/ipad-frozen-how-to-force-quit-an-app-reset-or-res tart-your-ipad
    Black or Blank Screen on iPad or iPhone
    http://appletoolbox.com/2012/10/black-or-blank-screen-on-ipad-or-iphone/
    What to Do When Your iPad Won't Turn On
    http://ipad.about.com/od/iPad_Troubleshooting/ss/What-To-Do-When-Your-Ipad-Wo-No t-Turn-On.htm
    iOS: Not responding or does not turn on
    http://support.apple.com/kb/TS3281
    iOS: Device unexpectedly restarts, displays Apple logo, or powers off
    http://support.apple.com/kb/TS5356
    iPad: Basic troubleshooting
    http://support.apple.com/kb/TS3274
    You iPad is still under warranty. Take it to an Apple Store for evaluation.
    Make a Genius Bar Reservation
    http://www.apple.com/retail/geniusbar/
     Cheers, Tom

  • Packet Writer Failure Error

    Hi All:
    I have been using Discoverer for one week when I experienced a problem of not being able to login to Discoverer Admin/User Editions. The message is : "Failed to Connect to Database - ORA-12571: TNS: Packet Writer Failure." On Friday, I was not able to login in for several hours. I have not been able to login this morning at all.
    Although the message mentions TNS, it is not about the TNSNAMES.ORA file -- this file has not be changed in months, and, the problem seems to be intermitant...
    Has anyone experienced this problem? This is a first for me...
    Many thanks.
    Gail

    Gail,
    ORA-12571 - Has got two Possible Solutions,
    1. Edit the SQLNET.ORA file on the client and the server.
    Remove the following entry from the $ORACLE_HOME/NETWORK/ADMIN/SQLNET.ORA
    file on both the client and server:
    SQLNET.EXPIRE_TIME=0
    2. Faulty network equipment is likely to cause this error. Search for possible network or network related equipment problems such
    as a bad router card.
    Hope this helps.
    Thanks,
    Selva.
    null

  • ORA-12571-TNS: PACKET WRITER FAILURE

    Hi All,
    am using oracle 6i and facing this problem when am connecting Forms to Database..
    Error Encounterd:ORA-12571-TNS: PACKET WRITER FAILURE.
    Plz help.
    Regards,
    Neha

    this error usually network problem..... i googled it found some solutions try
    his is usually due to an improper sqlnet.ora setting. Here are some possible causes and remedies:
    ** Loose network cables. This error has been observed when there was a loose cable connection to the SCSI disk array (on an Oracle Parallel Server system). Related errors were also subsequently noted in the NT event log.*
    ** IP address conflict (Oracle 9.0.1).*
    ** Authentication services. One solution is to edit the sqlnet.ora file and change the line:*
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    to
    SQLNET.AUTHENTICATION_SERVICES= (NONE)
    After saving the updated file, he was able to hit the retry button on the install and the creation of the database succeeded.

  • ORA-12571 TNS PACKET WRITER FAILURE --urgent help required

    I'm facing ORA-12571 TNS PACKET WRITER FAILURE error
    Platform is windows 2000/ tomcat / appache server / oracle 8.1.7
    This is not frequently happening. When the load increases, I'm facing this error? What type of parameters should I concentrate.
    DB is running on MTS.
    It is urgent.
    Could anyone throw some light on it?

    This question probably best belongs on the General database forum.

  • 12571 - ORA-12571: TNS:packet writer failure Failed SQL stmt

    hi, sir,
       My script work successfully and when i am try to script mover software every thing done fine but at the end i face this(12571 - ORA-12571: TNS:packet writer failure Failed SQL stmt) error. so I read few article they told about this is antivirus issue, so please tell me, can i re-run the script mover or not.
    Samiullah

    Hi Neeraj,
    This is My Listerner file
    # listener.ora Network Configuration File: D:\oracle\product\10.2.0\db_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    HRCS9 =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = 10.1.2.204)(PORT = 1521))
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    SID_LIST_HRCS9 =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = D:\oracle\product\10.2.0\db_1)
          (PROGRAM = extproc)
    This is my tns file
    # tnsnames.ora Network Configuration File: D:\oracle\product\10.2.0\db_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    HRCS9 =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = 10.1.2.204)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = HRCS9)
    both file working good and ping
    Samiullah

  • TNS-12571:TNS PACKET WRITER FAILURE

    Hello Oracle Gurus,
    Our Oracle 9i database is hosted somewhere else and is behind the firewall. When accessing this database through TOAD, even after 2 minutes of inactivity, we get the "TNS-12571: TNS Packet writer failure" and we have to reconnect to the database again. This occurs in all of the client machines. The Oracle 9i database's firewall is open for the ip address from which we are using TOAD/SQL*Plus.
    Is there any configuration that needs to be changed on the Oracle Client or server side to solve this issue? I appreciate your help.
    Thanks,
    Saku

    Hi,
    you can set sqlnet_expire_time option in sqlnet.ora file on the database server and set the time less than 2 mins. This to identify if the problem is because of some firewall configuration or other network related issue which causes the onnection to die.
    this parameter should keep all the client connection alive but results in extra trafic.

  • Packet Writer Failure

    Hi,
    I am experiencing the following error on a Oracle client PC:
    ORA-12571 : TNS Packet Writer Failure. The client PC cannot access any Oracle database, even by using Sql.
    The networking environment seems to be 100 % OK.
    Analysing the listener trace on the server did not help, nor did re-installing the Oracle client.
    Any idea about the problem ?
    Many thanks
    Christian

    The network was OK as well as the service names. The listener was running, since other PCs were connecting without any problem. I could see in the listener trace that the connection request was being received and processed by the server like those from other PCs. So...the issue remains a mystery.
    I resolved the problem by installing Client 8.1.7 instead of 8.1.6.
    Anyway, thanks for your assistance.
    Christian

  • TNS Packet writer failure and end-of-file on communication channel

    Hello Sir/Mam,
    I m working on oracle server 9i. when i insert data into Blob,Nclob,Clob field which is larger than 4KB, this message occur everytimes.(TNS Packet writer failure or end-of-file on communication channel).
    Can u tell me why this happen when i insert large data from 4KB.
    I m using oledb to insert data into a table.if datasize is less than 4 KB ,its easily insert.
    My Code Module is this
    BOOL CconnectivityDlg::OpenOracleFile()
         BOOL bResult=FALSE;
         bFile = FALSE;
         dwFileSize = 0;
         CString csVirtualPath;      
         CFileDialog dlg(TRUE);
         if(dlg.DoModal()==IDOK)
              StrName = dlg.GetPathName();
         hFile1=CreateFile(StrName,GENERIC_READ|GENERIC_WRITE, FILE_SHARE_READ|FILE_SHARE_WRITE|FILE_SHARE_DELETE,
                                       NULL,OPEN_EXISTING, NULL,NULL);
         unsigned int count =0;
              if(hFile1==INVALID_HANDLE_VALUE)
                   if(count<5)
                        count++;
                        Sleep(1000);
                   else
                        return bResult;
         DWORD dwHighPart,dwLowPart;
         dwLowPart = GetFileSize(hFile1,&dwHighPart);
         LARGE_INTEGER NewFilePointer;
         NewFilePointer.LowPart = dwLowPart;
         NewFilePointer.HighPart = dwHighPart;
         dwFileSize = NewFilePointer.QuadPart;     
         bFile     = TRUE;
         bResult = TRUE;     
         if(hFile1)
              CloseHandle(hFile1);
              hFile1 =NULL;
         return bResult;
    BOOL CconnectivityDlg::CreateConnection()
         BOOL bResult = FALSE;     
         CString Count,strFileSaveName;
         Count.Empty();
         strFileSaveName.Empty();
         unsigned int nCounter = 0;     
    repeat:     
         if(!AfxOleInit())
              return FALSE;
         m_pConn.CreateInstance (__uuidof(Connection));
         CString strConn ;
         strConn.Empty();
         m_pConn->CursorLocation = adUseClient;
         strConn     =_T("Provider=MSDAORA;OSAuthent=1;Data Source =LOVE;Connect as =SYSDBA;");
         try
              m_pConn->Open(_bstr_t(strConn),_bstr_t("system"),_bstr_t("system"),adConnectUnspecified);
              bResult = TRUE;
         catch(_com_error& e)
              CString sBuff = GetErrorDescription(e);
              AfxMessageBox(sBuff);
              return 0;          
         catch(...)
              AfxMessageBox(_T("UnknownError"));
              return 0;
         m_pCom.CreateInstance(__uuidof(Command));
         try
              m_pCom->ActiveConnection = m_pConn;
         catch(_com_error& e)
              CString sBuff = GetErrorDescription(e);
              AfxMessageBox((sBuff));          
         catch(...)
              AfxMessageBox(_T("UnknownError"));
         return bResult;
    CString CconnectivityDlg::insertimage()
         CString Query,ColmnName;
         Query.Empty();
         ColmnName = _T("FIRST");//Coloumn Name
         Query = _T("insert into SINGLE(FIRST) values (?)"); //Table in which i want to insert data of Nclob type.
         hFile1 = CreateFile(StrName,GENERIC_READ,FILE_SHARE_READ,NULL,OPEN_EXISTING,FILE_ATTRIBUTE_NORMAL,NULL);//File from i read the data to insert into nclob field
         DWORD dwHighPart,dwLowPart;
         dwLowPart = GetFileSize(hFile1,&dwHighPart);
         LARGE_INTEGER NewFilePointer;
         NewFilePointer.LowPart = dwLowPart;
         NewFilePointer.HighPart = dwHighPart;
         dwFileSize = NewFilePointer.QuadPart;     
         BYTE *ImageData = new BYTE[dwFileSize+2];
         memset(ImageData,0,dwFileSize+2);
         BOOL bRead = ReadFile(hFile1,ImageData,dwFileSize,&dw,NULL);
         VARIANT varChunk;
         long lngOffset=0;
         UCHAR chData;
         SAFEARRAY FAR *psa = NULL;
         SAFEARRAYBOUND rgsabound[1];
         rgsabound[0].lLbound=0;
         rgsabound[0].cElements=dwFileSize;
         psa = SafeArrayCreate(VT_UI1,1,rgsabound);
         HRESULT hr;
         while(lngOffset < (long)dwFileSize)
              chData = ((UCHAR*)ImageData)[lngOffset];
              hr = SafeArrayPutElement(psa,&lngOffset,&chData);
              lngOffset++;                                        
         lngOffset     = 0;
         varChunk.vt=VT_ARRAY|VT_UI1;
         varChunk.parray=psa;
              try
              m_pCom->Parameters->Append(m_pCom->CreateParameter(_bstr_t(ColmnName),adLongVarWChar,adParamInput,(ADO_LONGPTR)dwFileSize,varChunk));
              VariantClear(&varChunk);
         catch(_com_error& e)
              CString sBuff = GetErrorDescription(e);
              AfxMessageBox(sBuff);
         if(ImageData)
              delete[] ImageData;
              ImageData = NULL;
         try
              m_pCom->CommandText=_bstr_t(Query);
              m_pConn->CursorLocation = adUseClient;
              m_pCom->CommandTimeout=0;
              m_pCom->Execute(NULL,NULL,adCmdText);
         catch(_com_error& e)
              CString sBuff = GetErrorDescription(e);
              AfxMessageBox(sBuff);
         return 0;
    CString CconnectivityDlg::GetErrorDescription(_com_error& e)
    bstrt bstrSource(e.Source());
    bstrt bstrDescription(e.Description());
    _TCHAR szTemp[1024];
    CString strInfo ;
    wsprintf(szTemp, _T("Message : %s\n"), e.ErrorMessage());
    strInfo = szTemp;
    wsprintf(szTemp, _T("Code : 0x%08lx\n"), e.Error());
    strInfo += szTemp;
    wsprintf(szTemp, T("Source : %s\n"), bstrSource.length() ? (LPCTSTR)bstrSource : T("null"));
    strInfo += szTemp;
    wsprintf(szTemp, T("Description : %s\n"), bstrDescription.length() ? (LPCTSTR)bstrDescription : T("null"));
    strInfo += szTemp;
         CString str     =     strInfo;
         if(str.Find(_T("not a valid password"),0) > 0)
              strInfo     =     _T("File is password protected") ;
    return strInfo;
    }

    user7728510 wrote:
    Hi,
    for what i know, MSDAORA provider doesn't support Oracle data types introduced since <font face="tahoma,verdana,sans-serif" size="1" color="#000">version</font> 8, as CLOB, BLOB and so on, so i think that it uses varchar2 up to the 4k limits and then causes this error.
    Have you tried with the OraOLEDB.Oracle.1 provider instead?Nice writing, Thanks for your explanation!

  • ORA-12571 TNS Packed write failure

    I have a problem when I install Oracle 8i client in all workstation. I'm try connect to server through of sqplplus or any programs that use oracle and have this error "ORA-12571 TNS Packed Write failure". I'm install oracle client in DELL Optiplex GX620.
    Thanks for advance....
    Daniel

    12571, 00000, "TNS:packet writer failure"
    // *Cause: An error occurred during a data send.
    // *Action: Not normally visible to the user. For further details, turn
    // on tracing and reexecute the operation. If error persists, contact
    // Oracle Customer Support.What's in the trace files?
    Yoann.

  • TNS Package writer failure

    Hi,
    I set up a Data Guard like the following.
    production ships archives to Standby and Standby ships archives to standby 2 in different server, however it was working ok when the Database in 10.1.0.4 but when i did upgrade for the database to 10.2.0.4, the production keeps shipping archives to standby and apply them, but the standby stop shipping or have error sending archives to standby 2, and i am getting receive the following error TNS Package writer failure and I don't know how to fix this, i follow all what Oracle recommends to resolve this issue but still receiving this error and my standby 2 not up to date.
    O.S is windows server 2003
    Oracle version 10.2.0.4
    Any help is greatful.
    Thanks

    yes all the system upgraded correctly and the listerners are fine too.
    the problem is between standby and standby 2, the error is appear in standby only, and looks like the standby couldnt ship archive to standby and the standby try to reconnect to standby 2 and many time as it could until it gives up and try to ship the second archives
    Primary database is in MAXIMUM PERFORMANCE mode
    RFS[8]: Successfully opened standby log 1: 'D:\ORACLE\XXX\STDBY_REDO01.LOG'
    Sat Jan 09 13:51:59 2010
    ARC9: Standby redo logfile selected for thread 1 sequence 34273 for destination LOG_ARCHIVE_DEST_3
    Sat Jan 09 14:21:59 2010
    Primary database is in MAXIMUM PERFORMANCE mode
    RFS[8]: Successfully opened standby log 2: 'D:\ORACLE\XXX\STDBY_REDO02.LOG'
    Sat Jan 09 14:21:59 2010
    ARC1: Standby redo logfile selected for thread 1 sequence 34274 for destination LOG_ARCHIVE_DEST_3
    Sat Jan 09 14:52:00 2010
    ARC2: Attempting destination LOG_ARCHIVE_DEST_3 network reconnect (3135)
    ARC2: Destination LOG_ARCHIVE_DEST_3 network reconnect abandoned
    Sat Jan 09 14:52:00 2010
    Errors in file d:\oracle\admin\bdump\ubix_arc2_424.trc:
    ORA-03135: connection lost contact
    ARC2: Error 3135 Creating archive log file to 'standby2'
    Sat Jan 09 14:52:00 2010
    Primary database is in MAXIMUM PERFORMANCE mode
    RFS[8]: Successfully opened standby log 1: 'D:\ORACLE\XXX\STDBY_REDO01.LOG'
    Sat Jan 09 15:22:00 2010
    Primary database is in MAXIMUM PERFORMANCE mode
    RFS[8]: Successfully opened standby log 2: 'D:\ORACLE\XXX\STDBY_REDO02.LOG'
    Sat Jan 09 15:22:00 2010
    ARC3: Standby redo logfile selected for thread 1 sequence 34276 for destination LOG_ARCHIVE_DEST_3
    Sat Jan 09 15:52:01 2010
    Primary database is in MAXIMUM PERFORMANCE mode
    RFS[8]: Successfully opened standby log 1: 'D:\ORACLE\XXX\STDBY_REDO01.LOG'
    Sat Jan 09 15:52:01 2010
    ARC4: Standby redo logfile selected for thread 1 sequence 34277 for destination LOG_ARCHIVE_DEST_3
    and this is from the trace file:
    *** 2010-01-09 08:27:50.609 62692 kcrr.c
    ARC2: Error 1034 Creating archive log file to 'standby2'
    *** 2010-01-09 08:27:50.609 60970 kcrr.c
    kcrrfail: dest:3 err:1034 force:0 blast:1
    *** 2010-01-09 11:22:00.203
    Redo shipping client performing standby login
    *** 2010-01-09 11:22:00.359 66535 kcrr.c
    Logged on to standby successfully
    Client logon and security negotiation successful!
    *** 2010-01-09 14:52:00.187
    RFS network connection lost at host 'standby2'
    Error 3135 creating standby archive log file at host 'standby2'
    *** 2010-01-09 14:52:00.187 62692 kcrr.c
    ARC2: Attempting destination LOG_ARCHIVE_DEST_3 network reconnect (3135)
    *** 2010-01-09 14:52:00.187 62692 kcrr.c
    ARC2: Destination LOG_ARCHIVE_DEST_3 network reconnect abandoned
    ORA-03135: connection lost contact
    *** 2010-01-09 14:52:00.187 62692 kcrr.c
    ARC2: Error 3135 Creating archive log file to 'standby'
    *** 2010-01-09 14:52:00.187 60970 kcrr.c
    kcrrfail: dest:3 err:3135 force:0 blast:1

Maybe you are looking for