Transportable tbs errors

Hi, i am on solaris sparc 64b , database version 10.2.0.1 and i want to perform transportable tbs export , however i am getting the following errors:
ORA-39123: Data Pump transportable tablespace job aborted
ORA-01001: invalid cursor
ORA-06512: at "SYS.DBMS_SYS_SQL", line 899
ORA-06512: at "SYS.DBMS_SQL", line 19
ORA-06512: at "SYS.DBMS_TTS", line 838
ORA-04063: view "SYS.DBA_XML_TABLES" has errors
Job "SYS"."SYS_EXPORT_TRANSPORTABLE_01" stopped due to fatal error at 14:11:49
Command looks like this:
expdp \"/ as sysdba\" DUMPFILE=eedev_tts.dmp LOGFILE=eedevtts.log DIRECTORY=mnt TRANSPORT_FULL_CHECK=Y TRANSPORT_TABLESPACES=DATA,INDX,CWMLITE,DRSYS,EXAMPLE,ODM,USERS,XDB,MAVERICK_LARGE_TBL,MAVERICK_LARGE_IDX
Any ideas why this is happening?
M.

Ok, it seems view DBA_XML_TABLES that is invalid
WNER
OBJECT_NAME
SUBOBJECT_NAME OBJECT_ID DATA_OBJECT_ID OBJECT_TYPE
CREATED LAST_DDL_TIME TIMESTAMP STATUS T G S
SYS
DBA_XML_TABLES
28543 VIEW
22-APR-04 11-MAY-07 2007-05-11:07:00:37 INVALID N N N
however recompiling doens't help and warning appears: View altered with compilation errors.
Any clue?

Similar Messages

  • A Transport-level error

    Our .net application throws an error when the wireless laptop switches from wireless access point to another inside a building. it seems like SQL is closing the existing connetion without notifying the application which thinks that sqlconnetion is still
    in OPEN state. why does SQL close a connection without notifying the application? Our programming team does not want to open and close the connection on each transaction because they think it will slow down the application.
    Error:
    "A transport-level error has occurred when sending the request to the server. (provider: TCP Provider, error: 0 - An existing connection was forcibly closed by the remote host.)"

    I would expect a disconnect error in such a case.
    I don't think SQL Server has a design feature to follow mobile wireless devices.
    Threads:
    Timeout issue when connection to SQL Server in Wireless environment
    Having disconnections with SQL Server using a wireless connection
    QUOTE: "Ah, SQL Server connections (and the connection pooling mechanism) are not at
    all tolerant of WiFi connections. I suggest you use a replication technology
    as exposed by the SQL "Server" Compact Edition and ADO.NET 3.5 Sync
    Services. This gives you a local DBMS to work with and connectivity designed
    to work over an occasionally (and unreliable) connection."
    You may try to adjust the TCP/IP Keep Alive parameter, but no guarantee though.
    BOL: "Keep Alive
    This parameter (in milliseconds) controls how often TCP attempts to verify that an idle connection is still intact by sending a
    KEEPALIVE packet. The default is 30000 milliseconds."
    LINK:
    http://technet.microsoft.com/en-us/library/ms190771(v=sql.105).aspx
    Related thread:
    Wireless connections to SQL Databases
    Kalman Toth Database & OLAP Architect
    SQL Server 2014 Design & Programming
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • A transport-level error has occurred when receiving results from the server. (provider: TCP Provider, error: 0 - The specified network name is no longer available.)

    Hi guys
    i have problem when i run my windows application exe in windows server 2003
    it give me this exception error :
    I using sql server 2005
    visual studio 2008
    See the end of this message for details on invoking 
    just-in-time (JIT) debugging instead of this dialog box.
    ************** Exception Text **************
    System.Data.SqlClient.SqlException: A transport-level error has occurred when receiving results from the server. (provider: TCP Provider, error: 0 - The specified network name is no longer available.)
       at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
       at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
       at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
       at System.Data.SqlClient.TdsParserStateObject.ReadSniError(TdsParserStateObject stateObj, UInt32 error)
       at System.Data.SqlClient.TdsParserStateObject.ReadSni(DbAsyncResult asyncResult, TdsParserStateObject stateObj)
       at System.Data.SqlClient.TdsParserStateObject.ReadNetworkPacket()
       at System.Data.SqlClient.TdsParserStateObject.ReadBuffer()
       at System.Data.SqlClient.TdsParserStateObject.ReadByte()
       at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
       at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()
       at System.Data.SqlClient.SqlDataReader.get_MetaData()
       at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
       at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
       at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
       at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
       at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
       at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
       at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
       at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
       at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
       at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet)
       at Sales.SalesClass.ShowSalesData(String ConnectionString)
       at Sales.Form1.timer1_Tick(Object sender, EventArgs e)
       at System.Windows.Forms.Timer.OnTick(EventArgs e)
       at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    ************** Loaded Assemblies **************
    mscorlib
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
    Sales
        Assembly Version: 1.0.0.0
        Win32 Version: 1.0.0.0
        CodeBase: file:///C:/Documents%20and%20Settings/administrator.ALTAWIREADYMIX.000/Desktop/Sales.exe
    System.Windows.Forms
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    System
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    System.Drawing
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    System.Configuration
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    System.Xml
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
    System.Data
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
    System.Transactions
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll
    System.EnterpriseServices
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll
    ************** JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.
    For example:
    <configuration>
        <system.windows.forms jitDebugging="true" />
    </configuration>
    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.
    Why this error show and how to solve it
    if possible help me
    Why this exception show and how to solve it.
    Notes this exception not close my application and not affect in result show but i don't know why it show

    The problem can be caused by certain issues of long-running queries, which are reported improperly. Try increasing the timeout:
    http://support.microsoft.com/en-us/kb/555938

  • SQL Exceptions, transport-level errors on SharePoint 2010 App Server

    SharePoint 2010 becomes inaccessible 2-3 times per day. It happens at approximately the same times: 8 PM, 1 AM and 1 PM. It is inaccessible for about 3-4 minutes and then comes back on its own.
    During the time it is down, we see the following errors in the event viewer on the application server:
    EventID: 5586 Task Category: Database -
    Unknown SQL Exception 64 occurred. Additional error information from SQL Server is included below.A transport-level error has occurred when receiving results from the server.
    (provider: TCP Provider, error: 0 - The specified network name is no longer available.)
    EventID: 3 Task Category: None -
    .Net SqlClient Data Provider: System.Data.SqlClient.SqlException: A transport-level error has occurred when receiving results from the server. (provider: TCP Provider, error:
    0 - The specified network name is no longer available.)
    EventID: 6398 Task Category: Timer -
    The Execute method of job definition Microsoft.Office.Server.Search.Monitoring.HealthStatUpdateJobDefinition (ID f9db48f1-f115-47ab-99b6-552460cbb782) threw an exception. More
    information is included below. A transport-level error has occurred when receiving results from the server. (provider: TCP Provider, error: 0 - The specified network name is no longer available.)
    EventID: 8086 Task Category: Business Data -
    The BDC Service application failed due to a SQL Exception: SQLServer host ums1spd1v. The error returned was: 'A transport-level error has occurred when sending the request to
    the server. (provider: TCP Provider, error: 0 - An existing connection was forcibly closed by the remote host.)'
    The SharePoint logs have errors during the same time period saying the same kinds of things: Sql exception raw message: A transport-level error has occurred when receiving results from the server,
    The specified network name is no longer available, etc.
    Our network administrator has looked at the issue and cannot find any network problems. 
    He setup a continuous ping from the app server to the database server. 
    Even during the times these errors are occurring, the app server is still able to reach the database server. 
    However, you cannot ping the app server itself during this time.
    Our database administer cannot find any SQL Server issues. 
    There are no errors in the event viewer or the SQL logs on the database server.
    In Central Admin, we can see that one or two jobs fail with SQL errors during the times these errors take place.
     It is almost always the “User Profile Service Application – User Profile Language Synchronization Job” and often the “Health Statistics Updating” or “Crawl Log Report for Search Application Search Service Application”. 
    These jobs run successfully at many other times during the day.
    Is there a good way to tell if the database, network or SharePoint itself is the root of these problems? 
    The database and network guys say there are no problems in their areas, but all I can find in the SharePoint logs is that it can’t reach the database server.
    Thank you for any suggestions you may have!

    Since these seem to happen at very specific times, I would run a NetMon trace at that window to capture what is going back and forth (or perhaps the timer service is just unable to reach the SQL server).
    Trevor Seward, MCC
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Transport layer error when refreshing

    Hello!
    I don't know if this is the right place to ask my question, so forgive me, if not.
    I'm facing a weird problem within excel (2007 and 2013) when I'm trying to refresh or filter data retrieved from a cube (Microsoft Analysis Server 10.0.4000.0). The message is: An error was encountered in the transport layer. The weird part of the problem is
    that it does not show up every time and not for every user. I can access the cube, I can read data from it, the problem appears when I try to add or remove fields, or when I try to refresh the pivot table. And not always!
    There are cases when I try to build up a new pivot table, and the message appears, when I already have selected a couple of fields as filter/row label/column label or value. In these cases sometimes I can skip the problem by deselecting one or more of the already
    selected fields, select a new field, then re-select the previously deselected fields.
    There are other cases when I have a saved pivot table, that can't be refreshed because of the transport layer error. However, the same file with the same user ca be refreshed on an another machine.
    I already have googled around, and I actually found a few forum entries with the same problem, but none of them was answered.
    To narrow down the problem I tried to exclude hardware level network problems, so saved a file, which couldn't be refreshed on my laptop, and I tried to refresh it on a PC. On the PC the refresh worked, so I moved
    my laptop next to this PC, and I connected the laptop to the network using the PC's network cable, and tried to refresh the file this way on the laptop. The refresh was not successful, so I even changed the IP address on the laptop to the IP that was set on
    the PC. I also stopped the antivirus (which actually is identical on the PC and laptop). This way I wanted to ensure, that there is nothing blocking the traffic between the server and the laptop. 
    I also tried to find out, if the problem is user related. So i tried to refresh the file, that couldn't be refreshed on my laptop on the previously mentioned PC with my user. The refresh worked. I also tried to refresh the same file on my laptop with the user
    originally used on the PC. The refresh did not work.
    Thank you!

    Hi,
    It seems a common error.
    There is a note that mentions the error, and was fixed since BI addons SP 8
    Note: 1267942 -  Custom macro not being executed on a workbook
    Download and test the latest version: bi710sp12_1200-10004472.exe
    This should fix the issue.
    FYI: SAPGUI 640 is not supported by SAP since 2008. If you are using this version, please download the SAPGUI 7.10 as well.
    Thanks
    Edward John

  • SCSI transport failed error

    Hi,
    I am getting SCSI transport failed error on my Solaris 10 servers. iostat is reporting Hard & Transport errors.
    I am able to access to lun and able to write data to it without any problem.
    Questions:
    1. what does this error mean?
    2. could this impact the performance?
    3. possible fix?
    /scsi_vhci/ssd@g60a98000486e5a75576f4e4949586c42 (ssd0):
    Jun 1 20:59:20 APP001 SCSI transport failed: reason 'tran_err': retrying command
    Jun 1 21:00:41 APP001 scsi: WARNING: /scsi_vhci/ssd@g60a98000486e5a75576f4e4949586c42 (ssd0):
    Jun 1 21:00:41 APP001 SCSI transport failed: reason 'timeout': retrying command
    Jun 1 21:00:41 APP001 scsi: WARNING: /scsi_vhci/ssd@g60a98000486e5a75576f4e4949586c42 (ssd0):
    Jun 1 21:00:41 APP001 SCSI transport failed: reason 'tran_err': retrying command
    =========================
    root@STFEMAPAPP001 # iostat -En
    c1t0d0 Soft Errors: 2 Hard Errors: 0 Transport Errors: 0
    Vendor: LSILOGIC Product: Logical Volume Revision: 3000 Serial No:
    Size: 146.56GB <146561286144 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 2 Predictive Failure Analysis: 0
    c0t0d0 Soft Errors: 3 Hard Errors: 0 Transport Errors: 0
    Vendor: TSSTcorp Product: CD/DVDW TS-T632A Revision: SR03 Serial No:
    Size: 0.00GB <0 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 3 Predictive Failure Analysis: 0
    c6t60A98000486E5A75576F4E4949586C42d0 Soft Errors: 2 Hard Errors: 648 Transport Errors: 659
    Vendor: NETAPP Product: LUN Revision: 0.2 Serial No:
    Size: 107.36GB <107357405184 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 2 Predictive Failure Analysis:
    Help appreciated.
    Thanks.

    it means that when the sun tried to send or recive data to the drive it could not. this could be cable or scsi controler. but the most likely proublem is your drive. i would get the data off and try a new drive be fore it fails.

  • Transport user error: invalid object name while starting CMS in CCM

    Hi Experts,
            I'm not able to start the CMS in CCM.It was working fine. Suddenly it went down due to some data base access failure. After that Iu2019m not able to start the CMS.
    Kindly find the event viewer error and information.
    Error: The root server reported an error Initialization Failure.
    Error: Failed to register object..   Reason: Transport user error: invalid object name..
    Information: Central Management Server stopped
          Could you please tell me how to start the CMS in CCM? Since I can able to setup CMS Database and audit database successfully.
    Regards,
    Sridharan

    Hi ,
            Thanks for the response.I have trace the CMS.I found some error in log file.any idea on the following errors,
    trace message: CNSClientManager::VerifyConnection() : search fails(37) - Transport user error: object with the specified name not found.
    trace message: CNSClientManager::VerifyConnection() : Failed to query for APSs.  Empty cluster list returned.
    trace message: TheAPSServer::RegisterApsInNameServer: Fail to register the current APS(Transport user error: invalid object name.)
    trace message: CNSClientManager::ClusterInfo::InvalidateAPS: Removing APS  from m_ActiveMembers and adding to m_InactiveMembers
    trace message: SIServerController:run: Fail to initialize or uninitialize.  Reason is The root server reported an error Initialization Failure.:
    Regards,
    Sridharan

  • MacBook transport monitor error -4960?

    I've been using my MacBook with Palm Zire 31 and hotsync for some time and all of a sudden I get, and can't get rid of, "transport monitor error -4960."  I've read all kinds of solutions in this forum and none work.  I've reinstalled, deleted and reinstalled, I've removed permissions, etc.  I can't delete com.palm files becuase I can't find any to delete (search does not fine them.)  What's going on? Why is this happening and how can I fix it?  I have not been able to back-up/synch my Palm since May 15!
    Post relates to: Zire 31

    Alan,  thanks but the solution provided/suggested did not work.  I'm just about ready to give up on all Palm products at this point.  I followed all the steps to clear out all the Palm files.  I reinstalled the current version for my Apple, and I got the same error.  I then attempted to follow the suggestion for a safe boot and simply just enable the synch and do it that way.  That didn't work either - I got another error indicating the synch was incomplete.  Nothing works.  Why can't Palm just find a work around to Apple's new OS?   The Apple is more expensive than the Palm, so the Apple wins.  Either Palm creates and provides a fix for this or I'm dumping all Palm products...I can't use a PDA that isn't going to be compatible with my laptop.
    Post relates to: Zire 31

  • ChaRM - transport with error keep repeating for every transport job

    Dear experts,
      We are using ChaRM for our transport. There are always transport will returned with error. And I believe this is a feature provided by ChaRM, that all these transport with error will be retransport again during next run. Is there anyway to stop this? Some is in the list of "Correct Import (Repair Flag)" in task list, but some is not.

    Hello FlyingFox,
    I assume that we consider a urgent correction with different transport requests:
    tr #1 :       retrun code 0
    tr #2 :       retrun code 8
    tr #3 :       return code 0      (but tr #3 didn't resolve the problem of tr #2)
    Starting the import again, transport requests #2 and #3 have to be imported.
    Sequence errors will be possible, if only tr #2  is imported again.
    Therefore:
    mark those transport requests, which shouldn't be imported again via task list ('correct transport requests manually' as you described -  in our little example: mark tr #2).
    Afterwards only new tranport requests will be included (e.g. tr #4).
    Best regards
    Horst
    Edited by: Horst Förster on Oct 25, 2011 11:37 AM

  • Transport-level error has occurred...No Process is on the other end of the pipe upon first ExecuteQuery() after successful connect.

    I’m running MS SQL Server 2005, Express Edition, SP3 on Windows XP.  Local connections only. 
    In preparation to restore a database, I use IWSQLDMOServer::KillProcesses() to allow the database restore.  (IWSQLSMOResore::SQLRestore())   The restore is successful and I appear to be able to connect OK.  (No error indication on the
    connect)  However, the first time I try to use the database via an ExecuteQuery() the call fails and the connection state is changed to Closed.  I also get the “Transport-level error has occurred...No Process is on the other end of the pipe” exception.
    Closing and restarting the application fixes the problem.
    Also, disconnecting and reconnecting twice before the ExecuteQuery() call also fixes the problem. 
    So, I can hide the problem by connecting twice, but I am hoping there is a better solution.
    Walter Eykel

    It appers when you connect for the restore process, you are opening a different session than that of the original one, with a different database context.
    The first time you try to execute a query, you attempt to use the session that was open BEFORE the KillProcesses() call and therefore was killed. By the time you run the first time, your client is informed that the previous session is no longer available.
    In the second time, as your client was informed that the original session was killed, it opens a new one.
    Its the same behavior as in SSMS.
    As a workaround, you could change your database context of your
    current session to a base that wont be restored, call the restore methods, and then switch back to the original database context.

  • Releasing Transport Request Error.

    Hi all,
    I have created the Query Objects under a Transport Request in Development System and has to be transported to the QA system.
    One thing i have observed is, when u create a Transport request for an Object.
    Two Transport Requests will be created,
    For Example,
    If "A" object is assigned a new transport request 1, two Requests will be assigned to this Object "A".
    Those requests would be 1 and 2.
    But here 1 request is empty and 2 request is holding the Object "A".
    So while transporting the request 2, even since 1 is assigned to the object, even it should be transported,
    but im gettin the following message as below and hence the Transport cannot be done,
    "Task 1(TR 1) is unclassified and does not contain any objects,
    As soon as you include objects in the task/request, the SAP system automatically assigns a type to the task"
    So can any1 plz help me out what was the error and my next steps to be followed.
    Thanks,
    Sowrabh

    Sowrabh,
    It's like creating Task under one perticular Request no...
    Go to RSA1-Transport comnnection _ Drag the query you are intended to transport and check whether all objects are under same request..If not change the Owner of the object to you userid and then try to create a request..
    Cheer's
    HVr.

  • TRansport Request Error

    Hi Team,
    I am facing a error while importing a transport request. Whenever i import a request , i am getting a popup showing Predessor transport need to be imported . But my predessor Transport request is already imported.
    Can you explain this why I am getting this POP?It is happening with all request whose predessor relationship has been defined.

    Hi,
    Please make sure that there are no other requests from different projects. If this is not the case then you will find option Ignore Predecessor Relationships in STMS while doing import with this you can ignore predecessor relationship. But you will not get this option if there are any transport of different projects where predecessor relationship is defined.
    Thanks
    Sunny

  • StorEdge 3510 FC Array Transport/Hard Errors

    We have a StorEdge 3510 connected to a V440 running Solaris 9. /var/messages indicates no errors however iostat -e shows hard and transport errors that increment continuously. If I access the controller on the 3510 I can see transport errors when I look at the Fibre Chanel errors on the drive side. The system contains 2 controllers in redundant mode, however we only have one FC cable path to the HBA on the V440. I have replaced the fibre cable to the HBA, the GBIC and swapped the controllers all of which have not resolved the issue. I have also had a case open with Sun for 2 months and they have no idea.
    What could be causing these errors?

    I presume that by now you have sorted this problem, but in case not, 512Gb is the maximum logical drive size when the i/o optimisation is random.
    On the max disk size, I read somewhere that VxFS might help.
    I found your query when looking for help on directing StorEdge events to the syslogd on our central loghost - which I still haven't found out how to do!?

  • **urgent**Transport Import error

    Hi All,
    I tried to access Import screen under Transport. But Im getting following error:
    An exception occurred while processing your request
    Exception id: 11:36_07/03/08_0027_73601150
    See the details for the exception ID in the log file.
    The following is the exception from Trace file:
    #0003BA9B25FE00710000021C00005A76000447DAF4D496E9#1204905642855#com.sap.portal.portal#sap.com/irj#com.sap.portal.portal#Administrator#73##n/a##82f11c40ec5f11dcbc240003ba9b25fe#SAPEngine_Application_Thread[impl:3]_26##0#0#Error#1#/System/Server#Java###Exception ID:11:00_07/03/08_0018_73601150
    [EXCEPTION]
    #1#com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Resource
    Component : pcd:portal_content/administrator/super_admin/super_admin_role/com.sap.portal.system_administration/com.sap.portal.system_admin_ws/com.sap.portal.transport/com.sap.portal.transport_packages/com.sap.portal.import
    Component class : com.sapportals.portal.transport.ui.ImportComponent
    User : Administrator
         at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:973)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:444)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:527)
         at com.sapportals.portal.prt.component.AbstractComponentResponse.include(AbstractComponentResponse.java:89)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:232)
         at com.sapportals.portal.transport.ui.ImportComponent.doContent(ImportComponent.java:266)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         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:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by: com.sapportals.portal.prt.component.PortalComponentException: Error occurs during the compilation of java generated from the jsp
         at com.sapportals.portal.prt.core.broker.JSPComponentItem.getComponentInstance(JSPComponentItem.java:116)
         at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.service(PortalComponentItemFacade.java:355)
         at com.sapportals.portal.prt.core.broker.PortalComponentItem.service(PortalComponentItem.java:934)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:435)
         ... 36 more
    Caused by: com.sapportals.portal.prt.servlets_jsp.server.compiler.CompilingException: Error occurs during the rendering of jsp component
         at com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPParser.parse(JSPParser.java:2189)
         at com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPCompiler.compile(JSPCompiler.java:81)
         at com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPCompiler.run(JSPCompiler.java:140)
         at com.sapportals.portal.prt.core.broker.JSPComponentItem.compileJSP(JSPComponentItem.java:291)
         at com.sapportals.portal.prt.core.broker.JSPComponentItem.getComponentInstance(JSPComponentItem.java:141)
         ... 39 more
    Can some one through some light on it. Appreciate your respo

    Ravi,
    Looks like the import folder had "Read only" access set.
    You might want to refer to this SAP Note : 681323.
    You can also refer to this link( Though is talks about EP 6) :
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f570c7ee-0901-0010-269b-f743aefad0db
    Cheers,
    Sandeep Tudumu

  • 'Transport Monitor' error after archive and install....?

    The application "Transport Monitor" could not be launched because of a shared library error: "8<Transport Monitor><Transport Monitor><HotSyncLib.PPC>"
    Thats the error reading I get after I performed an archive and install of 10.4.6.
    Any ideas?

    Hello!
    A quick search of the KB came up with this article, hopefully it'll help you out!
    http://docs.info.apple.com/article.html?artnum=25578
    Name a Mac, and I've used it. I Promise.   Mac OS X (10.4.6)  

Maybe you are looking for

  • Bluetooth connection with my car SKODA octavia problems

    Hi,Please this connection probelm makes me crazy.I purchased a SONY XPERIA Z3 D 6553 and tried several time to connect via bluetooth to the SKODA Octavia multimedia of my car .Unfortunately I cant because when the connection started to establish it a

  • PDF Tool Bar Not Working in Safari

    Hi all: I'm running Safari 5.1.3, Lion 10.7.3 on an iMac. About a month ago (prior to upgrading to the latest OS yesterday), I noticed that on certain web sites, I am unable to save PDFs after they open up in a new Safari browser window. This happens

  • Problems regarding to performance analyzer

    I'm trying to ultilize sun performance analyzer to analyze c codes implementing OpenMP API. I have used a virtual machine which is classified as Linux-32-bit, 2 CPUs, Debian_4.0 system. And I have met two problems: 1. For a large simulator code sets,

  • Blackberry 9320 HELP PLEASE !!!!

    My blackberry can seem to turn on and all it does is the red light appear and the blackberry sign turn up and it load half way through and then the red light start flashing. sometimes it turn on but then it automatically closes within 1-5 min. i try

  • Just synced iPhone and SOME contacts gone from phone, still in address book

    I just synced my iPhone for the first time in a couple weeks. The software is up to date, as is iTunes... Anyhow, I noticed some of my contacts had disappeared when I looked in my SMS messages and a lot of them just had numbers where names used to be