Trc file fills server

Hello
I have downloaded and installed SQL Developer 1.1.
Unfortunately it has caused our server to crash twice in two days.
Oracle writes a trc file see below
Fri Dec 22 09:47:25 2006
Errors in file d:\oracle\admin\oracle\udump\oracle_ora_3376.trc:
ORA-00600: internal error code, arguments: [17182], [0x3480110], [], [], [], [], [], []
Which went on to fill up the server disk. It also did this yesterday.
I think it happens when I open the tree view and ask to see the DDL for a view.
If you need more info please ask.
Andrew.

SQL Dev uses different queries and different methods to access the database than other tools. Namely, SQL through JDBC. That being said, neither of those can directly kill a database. There are no special tie-ins that allow low level access to the database processes or anything special like that, it is just plain old SQL. I have no doubt that your database crashed, and no doubt that something that SQL Developer ran that killed it, but the crash was from the database. If you can figure out what query crashed it, you can run it in SQL Plus and the database will probably crash from that too.
There are a couple of threads on here regarding the performance of the tree. Basically, there are some queries that run to populate Other Users and Tables lists that are very slow under some circumstances and you are probably running into those. One of those queries could have run long enough to cause a crash on your server..although it seems amazing to me that a long running query could crash the database.
There are a couple of hacks to fix this performance problem, but the simplest thing is to revert to an evaluation build of 1.1 or to go back to 1.0.
Regardless of the above advice, I think that you should open up a service request with oracle. There may be some database parameters to tweak, patches to apply, or they may provide a patch for 1.1 that allows the tree to run more efficiently.
Eric

Similar Messages

  • Upload XML file from server to itab

    After failed to get a answer about download data from xml file in server to my itab, and searching and searching in hundred of post and threads i try my own solution for this issue.
    I read the file with:
    OPEN DATASET FICHERO FOR INPUT IN TEXT MODE ENCODING DEFAULT.
    In this case the result is a table filled with register type string like this:
    #<label>22222</label>
    I need a table with this kind of value (example):
    label   | 22222
    label2 | John
    label3 | Smith
    Therefore i have to parse the data of my table, i try with the FM:
    TEXT_CONVERT_XML_TO_SAP
    But dont works for me,
    I am too new in ABAP.
    The code for my report is very simple:
    REPORT ZPRUEBA_XML.
    DATA: BEGIN OF TABLA OCCURS 1,
    TEXTO(256) TYPE C,
    END OF TABLA.
    DATA: FICHERO LIKE RLGRAP-FILENAME.
    OPEN DATASET FICHERO FOR INPUT IN TEXT MODE ENCODING DEFAULT.
    IF SY-SUBRC NE 0.
      WRITE:/ 'ERROR'.
    ENDIF.
    FREE TABLA.
    DO.
      READ DATASET FICHERO INTO TABLA.
      IF SY-SUBRC NE 0.
        EXIT.
      ELSE.
        APPEND TABLA.
        WRITE: TABLA-TEXTO.
      ENDIF.
    ENDDO.
    CLOSE DATASET FICHERO.
    And my ".xml" in the server is very simple too.
    <label>222222</label>
    <name>John</name>
    <street>Smith, 23, NY</street>
    Anyone can help me?
    Thanks

    Hi,
    You could use a transformation to do that, or call FM 'TEXT_CONVERT_XML_TO_SAP'... you also have the class IF_IXML that should help you and a lot of threads on the subject, such as:
    convert XML data into ABAP internal table
    ABAP Class to convert XML to itab
    Upload XML to internal table and vice versa in SAP 4.6C
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e66701fc-0d01-0010-9c9a-f8a36c4e87ba
    Kr,
    Manu.

  • Error shown in t1.trc file

    Hello all,
    i am working on EDI X12 over Internet transaction given in user guide.after completing everything in B2B UI tool on both acme and globalchips servers.i ran deq.bat file on both servers giving s*ubscriber=b2berroruser* and wait=1 in ipdequeue.properties file and there was nothing in t1.trc file generated.so i ran enq_850.bat on acme side and enq_855.bat on globalchips side and on both sides Action=Null.and i got the below message in t1.trc file on acme server.
    so can anyone please suggest what should i do next and what is the actual problem.
    MsgID = C0A8010111EAD13D58B00000DADA4C00-1
    ReplyToMsgID = null
    FromParty = GlobalChips
    ToParty = Acme
    EventName = Exception
    DoctypeName = Exception
    DoctypeRevision = 1.0
    MsgType = 3
    payload length = 8063
    *&lt;Exception xmlns="http://integration.oracle.com/B2B/Exception" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;*
    *&lt;correlationId&gt;null&lt;/correlationId&gt;*
    *&lt;b2bMessageId&gt;C0A8010111EAD13D58B00000DADA4C00-1&lt;/b2bMessageId&gt;*
    *&lt;errorCode&gt;AIP-50034&lt;/errorCode&gt;*
    *&lt;errorText&gt;Validation error and cannot create Functional Acknowledgment&lt;/errorText&gt;*
    *&lt;errorDescription&gt;*
    *&lt;![CDATA[Machine Info: (mcity94)*
    *Validation of Interchange parameters failed. Please verify all the Interchange parameters in the B2B configuration match the Group parameters in the message. Make sure that the ecs file for this Interchange is valid.*
    *Error Brief :*
    *5082: XEngine error - Guideline look-up failed.*
    *iAudit Report :*
    *&lt;?xml version="1.0" encoding="UTF-16"?&gt;&lt;AnalyzerResults Guid="{C4E22FFB-856B-4C67-BC08-6383C138EFBD}" InterchangeReceived="1" InterchangeProcessed="1" InterchangeAccepted="0"&gt; &lt;ExecutionDate&gt;Tuesday, January 06, 2009&lt;/ExecutionDate&gt; &lt;ExecutionTime&gt;11:23:24 PM (India Standard Time)&lt;/ExecutionTime&gt; &lt;AnalyzerReturn&gt;Failed&lt;/AnalyzerReturn&gt; &lt;NumberOfErrors&gt;1&lt;/NumberOfErrors&gt; &lt;ErrorByCategory&gt; &lt;Category Name="Rejecting"&gt; &lt;Severity Name="Normal"&gt;1&lt;/Severity&gt; &lt;/Category&gt; &lt;/ErrorByCategory&gt; &lt;Status&gt;Finished&lt;/Status&gt; &lt;DataFile&gt; &lt;FilePath&gt;D:\oracle\OraJ2EE\ip&lt;/FilePath&gt; &lt;FileName/&gt; &lt;LastModified/&gt; &lt;FileSize/&gt; &lt;DataURL&gt;file:\\D:\oracle\OraJ2EE\ip&lt;/DataURL&gt; &lt;/DataFile&gt; &lt;Interchange Guid="{CCCD3245-D8CC-4126-8C87-F1FA258BB076}" InterchangeAckCode="R" FunctionalGroupReceived="1" FunctionalGroupProcessed="1" FunctionalGroupAccepted="0" RError="1" NError="0" OtherWI="0"&gt; &lt;DataXPointer&gt; &lt;StartPos&gt;0&lt;/StartPos&gt; &lt;Size&gt;28433&lt;/Size&gt; &lt;/DataXPointer&gt; &lt;NodeInfo&gt; &lt;Links&gt; &lt;Link Name="InterchangeSenderQual"&gt;ZZ&lt;/Link&gt; &lt;Link Name="InterchangeSenderID"&gt;GlobalChips &lt;/Link&gt; &lt;Link Name="InterchangeReceiverQual"&gt;ZZ&lt;/Link&gt; &lt;Link Name="InterchangeReceiverID"&gt;Acme &lt;/Link&gt; &lt;Link Name="InterchangeControlVersion"&gt;00200&lt;/Link&gt; &lt;Link Name="Standard"&gt;X12&lt;/Link&gt; &lt;/Links&gt; &lt;Properties&gt; &lt;Property Name="InterchangeAuthorizationInfoQual"&gt;00&lt;/Property&gt; &lt;Property Name="InterchangeAuthorizationInfo"&gt; &lt;/Property&gt; &lt;Property Name="InterchangeSecurityInfoQual"&gt;00&lt;/Property&gt; &lt;Property Name="InterchangeSecurityInfo"&gt; &lt;/Property&gt; &lt;Property Name="InterchangeSenderQual"&gt;ZZ&lt;/Property&gt; &lt;Property Name="InterchangeSenderID"&gt;GlobalChips &lt;/Property&gt; &lt;Property Name="InterchangeReceiverQual"&gt;ZZ&lt;/Property&gt; &lt;Property Name="InterchangeReceiverID"&gt;Acme &lt;/Property&gt; &lt;Property Name="InterchangeDate"&gt;090106&lt;/Property&gt; &lt;Property Name="InterchangeTime"&gt;1009&lt;/Property&gt; &lt;Property Name="InterchangeControlStandard_RepeatingSeparator"&gt;U&lt;/Property&gt; &lt;Property Name="InterchangeControlVersion"&gt;00200&lt;/Property&gt; &lt;Property Name="InterchangeControlNumber"&gt;000001005&lt;/Property&gt; &lt;Property Name="InterchangeAckRequested"&gt;0&lt;/Property&gt; &lt;Property Name="InterchangeUsageIndicator"&gt;P&lt;/Property&gt; &lt;Property Name="InterchangeComponentElementSep"&gt;0x2b&lt;/Property&gt; &lt;Property Name="DecimalSeparator"/&gt; &lt;Property Name="ElementDelimiter"&gt;0x7e&lt;/Property&gt; &lt;Property Name="ReleaseCharacter"/&gt; &lt;Property Name="RepeatingSeparator"/&gt; &lt;Property Name="SegmentDelimiter"&gt;0x27&lt;/Property&gt; &lt;Property Name="SubelementDelimiter"&gt;0x2b&lt;/Property&gt; &lt;Property Name="InterchangeChildCount"&gt;1&lt;/Property&gt; &lt;Property Name="InterchangeTrailerControlNumber"&gt;000001005&lt;/Property&gt; &lt;/Properties&gt; &lt;/NodeInfo&gt; &lt;FunctionalGroup Guid="{46DA7B93-2365-4704-8156-A0FF38B242E2}" FunctionalGroupAckCode="R" TransactionSetsIncluded="1" TransactionSetsReceived="1" TransactionSetsProcessed="1" TransactionSetsAccepted="0" RError="0" NError="0" OtherWI="0"&gt; &lt;DataXPointer&gt; &lt;StartPos&gt;106&lt;/StartPos&gt; &lt;Size&gt;28311&lt;/Size&gt; &lt;/DataXPointer&gt; &lt;NodeInfo&gt; &lt;Links&gt; &lt;Link Name="GroupSenderID"&gt;GlobalChips&lt;/Link&gt; &lt;Link Name="GroupReceiverID"&gt;Acme&lt;/Link&gt; &lt;Link Name="GroupVersionNumber"&gt;004010&lt;/Link&gt; &lt;/Links&gt; &lt;Properties&gt; &lt;Property Name="GroupID"&gt;PR&lt;/Property&gt; &lt;Property Name="GroupSenderID"&gt;GlobalChips&lt;/Property&gt; &lt;Property Name="GroupReceiverID"&gt;Acme&lt;/Property&gt; &lt;Property Name="GroupDate"&gt;20090106&lt;/Property&gt; &lt;Property Name="GroupTime"&gt;1009&lt;/Property&gt; &lt;Property Name="GroupControlNumber"&gt;1005&lt;/Property&gt; &lt;Property Name="GroupAgencyCode"&gt;X&lt;/Property&gt; &lt;Property Name="GroupVersionNumber"&gt;004010&lt;/Property&gt; &lt;Property Name="GroupChildCount"&gt;1&lt;/Property&gt; &lt;Property Name="GroupTrailerControlNumber"&gt;1005&lt;/Property&gt; &lt;/Properties&gt; &lt;/NodeInfo&gt; &lt;Transaction Guid="{660C36B3-D2FD-4F7A-AE2A-3CE953611D55}" TransactionAckCode="R" RError="0" NError="0" OtherWI="0"&gt; &lt;DataXPointer&gt; &lt;StartPos&gt;157&lt;/StartPos&gt; &lt;Size&gt;28250&lt;/Size&gt; &lt;/DataXPointer&gt; &lt;NodeInfo&gt; &lt;Links&gt; &lt;Link Name="TransactionID"&gt;855&lt;/Link&gt; &lt;/Links&gt; &lt;Properties&gt; &lt;Property Name="TransactionID"&gt;855&lt;/Property&gt; &lt;Property Name="TransactionControlNumber"&gt;1005&lt;/Property&gt; &lt;Property Name="TransactionImplementationReference"/&gt; &lt;Property Name="TransactionChildCount"&gt;170&lt;/Property&gt; &lt;Property Name="TransactionTrailerControlNumber"&gt;1005&lt;/Property&gt; &lt;/Properties&gt; &lt;/NodeInfo&gt; &lt;/Transaction&gt; &lt;/FunctionalGroup&gt; &lt;InterchangeErrors&gt; &lt;Error ErrorCode="{3F43BFA3-7899-445C-A5B8-867089B8D4B2}" Severity="Normal" Category="Rejecting" Index="1" ID="50820000"&gt; &lt;ErrorBrief&gt;5082: XEngine error - Guideline look-up failed.&lt;/ErrorBrief&gt; &lt;ErrorMsg&gt;Failed guideline look-up.&lt;/ErrorMsg&gt; &lt;ErrorObjectInfo&gt; &lt;Parameter Name="ErrorLevel"&gt;0&lt;/Parameter&gt; &lt;Parameter Name="InterchangeControlVersion"&gt;00200&lt;/Parameter&gt; &lt;Parameter Name="InterchangeReceiverID"&gt;Acme &lt;/Parameter&gt; &lt;Parameter Name="InterchangeReceiverQual"&gt;ZZ&lt;/Parameter&gt; &lt;Parameter Name="InterchangeSenderID"&gt;GlobalChips &lt;/Parameter&gt; &lt;Parameter Name="InterchangeSenderQual"&gt;ZZ&lt;/Parameter&gt; &lt;Parameter Name="Name"&gt;XEngine&lt;/Parameter&gt; &lt;Parameter Name="Standard"&gt;X12&lt;/Parameter&gt; &lt;Parameter Name="_ec_dn_guid_"&gt;{CCCD3245-D8CC-4126-8C87-F1FA258BB076}&lt;/Parameter&gt; &lt;Parameter Name="_ec_index"&gt;0&lt;/Parameter&gt; &lt;Parameter Name="ec_error_scope"&gt;Interchange&lt;/Parameter&gt; &lt;/ErrorObjectInfo&gt; &lt;ErrorDataInfo&gt; &lt;Part1/&gt; &lt;ErrData/&gt; &lt;Part3/&gt; &lt;DataXPointer&gt; &lt;StartPos&gt;0&lt;/StartPos&gt; &lt;Size&gt;0&lt;/Size&gt; &lt;/DataXPointer&gt; &lt;/ErrorDataInfo&gt; &lt;/Error&gt; &lt;/InterchangeErrors&gt; &lt;/Interchange&gt;&lt;/AnalyzerResults&gt; ]]&gt;*
    *&lt;/errorDescription&gt;*
    *&lt;errorSeverity&gt;2&lt;/errorSeverity&gt;*
    *&lt;errorDetails&gt;*
    *&lt;parameter name="InterchangeControlStandard_RepeatingSeparator" value="U"/&gt;*
    *&lt;parameter name="InterchangeTrailerControlNumber" value="000001005"/&gt;*
    *&lt;parameter name="InterchangeChildCount" value="1"/&gt;*
    *&lt;parameter name="InterchangeTime" value="1009"/&gt;*
    *&lt;parameter name="InterchangeUsageIndicator" value="P"/&gt;*
    *&lt;parameter name="ErrorScope" value="Interchange"/&gt;*
    *&lt;parameter name="SubelementDelimiter" value="+"/&gt;*
    *&lt;parameter name="RepeatingSeparator" value=""/&gt;*
    *&lt;parameter name="InterchangeSecurityInfo" value=" "/&gt;*
    *&lt;parameter name="InterchangeReceiverQual" value="ZZ"/&gt;*
    *&lt;parameter name="DecimalSeparator" value=""/&gt;*
    *&lt;parameter name="InterchangeAuthorizationInfoQual" value="00"/&gt;*
    *&lt;parameter name="ElementDelimiter" value="~"/&gt;*
    *&lt;parameter name="InterchangeComponentElementSep" value="+"/&gt;*
    *&lt;parameter name="InterchangeControlVersion" value="00200"/&gt;*
    *&lt;parameter name="InterchangeAckRequested" value="0"/&gt;*
    *&lt;parameter name="InterchangeSenderQual" value="ZZ"/&gt;*
    *&lt;parameter name="InterchangeReceiverID" value="Acme "/&gt;*
    *&lt;parameter name="ReleaseCharacter" value=""/&gt;*
    *&lt;parameter name="InterchangeDate" value="090106"/&gt;*
    *&lt;parameter name="SegmentDelimiter" value="'"/&gt;*
    *&lt;parameter name="InterchangeControlNumber" value="000001005"/&gt;*
    *&lt;parameter name="InterchangeAuthorizationInfo" value=" "/&gt;*
    *&lt;parameter name="InterchangeSenderID" value="GlobalChips "/&gt;*
    *&lt;parameter name="InterchangeSecurityInfoQual" value="00"/&gt;*
    *&lt;/errorDetails&gt;*
    *&lt;/Exception&gt;*
    thanks
    sunny

    Hello Prasanna,
    Thanks for your reply,i have checked the parameters with the document protocol parameters,when i have compared i have noticed that some parameters given in the error are not there in the B2B UI and some parameters present in B2B UI are not shown in error part of t1.trc file i am providing the details below
    Not there in the b2b ui_
    &lt;parameter name="InterchangeTrailerControlNumber" value="000001014"/&gt;
    &lt;parameter name="InterchangeChildCount" value="1"/&gt;
    &lt;parameter name="ErrorScope" value="Interchange"/&gt;
    &lt;parameter name="RepeatingSeparator" value=""/&gt;
    &lt;parameter name="InterchangeAckRequested" value="0"/&gt;
    &lt;parameter name="InterchangeControlNumber" value="000001014"/&gt;
    Not there in the t1.trc file_
    Responsible Agency Code =X
    Replacement Character = 0*7c
    Security Information = " "
    Functional Group Time = system time
    Interchange ecs file = " " Browse
    group ecs file = " " Browse
    ImplementationClass = oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin
    Functional Group Date = system date
    Application Receiver's Code
    Application Sender's Code
    Tag Delimiter = 0*3d
    Having different values in the b2b ui_
    &lt;parameter name="SubelementDelimiter" value="+"/&gt; , value in the b2b ui is 0*2b
    &lt;parameter name="DecimalSeparator" value=""/&gt; , value in b2b ui is 0*2e
    &lt;parameter name="ElementDelimiter" value="~"/&gt; , value in b2b ui is 0*7e
    &lt;parameter name="InterchangeComponentElementSep" value="+"/&gt; , value in b2b ui is 0*2b
    &lt;parameter name="SegmentDelimiter" value=" ' "/&gt; , value in b2b ui is 0*27
    I have changed the values in B2B UI according to the values shown in the trace file,i changed 0*2b to "+" , 0*27 to" ' " , 0 * 7e to "~" and 0*2e to " "
    but it generated another error i.e
    5097: Invalid delimiter settings
    So i have replaced the overridden values with original values except the DecimalSeparator and restared the whole B2B instance and ran the bat files but the result is still the same it is showing the old error again i.e
    5082: XEngine error - Guideline look-up failed.
    So can anyone please suggest me a solution for this problem as it is very urgent and if this error is resolved then i can successfully finish all the remaining scenarios as the same error is persisting in the EDI EDIFACT scenario as well
    Thanx
    Sunny

  • File Data server error

    Hi , I have used the following steps to create a FILE Data Server
    To create a File Data Server:
    1. Connect to Topology Manager
    2. Select Topology > Physical Architecture > Technologies > File from the tree
    3. Right click and select Insert Data Server
    4. Fill in the following fields in the Definition tab:
    • Name: Name of the Data Server as it will appear in Oracle Data Integrator
    • User/Password: Not used.
    5. Fill in the following fields in the JDBC tab, according to the driver used:
    • JDBC Driver: com.sunopsis.jdbc.driver.file.FileDriver
    • JDBC URL: jdbc:snps:dbfile
    6. Click Test
    7. Click Test in the Test Connection window
    But I am getting an error
    http://img30.imageshack.us/img30/5173/test3i.jpg
    Can you please tell me what am I missing. I am new to ODI

    Hi ,
    Its just typing error , you have mentioned here correctly the jdbc driver correctly as com.sunopsis.jdbc.driver.file.FileDriver
    but looking carefully in the image file you have send me , you have mentioned the file driver wrongly as you are missing the word "driver" in your jdbc driver .
    Please correct it and it will work .

  • SQL Nexus - ReadTrace - Cannot able to load Trc file

    When loading the TRC file getting the following error.
    Windows 7 Sp1 
    SQL 2012 Developer Edition (Microsoft SQL Server 2012 - 11.0.2100.60 (Intel X86) )
    Here is the ReadTrace Log
    03/13/15 13:53:05.247 [0X00001F94] Attempting to cleanup existing RML files from previous execution
    03/13/15 13:53:05.248 [0X00001F94] Using extended RowsetFastload synchronization
    03/13/15 13:53:05.249 [0X00001F94] Establishing initial database connection
    03/13/15 13:53:05.249 [0X00001F94] Server: SQL2012
    03/13/15 13:53:05.250 [0X00001F94] Database: sqlnexus
    03/13/15 13:53:05.250 [0X00001F94] Authentication: Windows
    03/13/15 13:53:05.332 [0X00001F94] Using SQLOLEDB version 11.0.2100.60
    03/13/15 13:53:05.501 [0X00001F94] Connected to SQL Server Version, Major: 11, Minor: 0, Build: 2100
    03/13/15 13:53:05.501 [0X00001F94] Creating or clearing the performance database
    03/13/15 13:53:06.928 [0X00001F94] Processing file: C:\Temp\SQLDiagOutput\SQL2012_SQLDIAG__sp_trace.trc (SQL 2012 / SQL Azure*)
    03/13/15 13:53:06.928 [0X00001F94] Validating core events exist
    03/13/15 13:53:06.929 [0X00001F94] Validating necessary events exist for analysis
    03/13/15 13:53:06.929 [0X00001F94] WARNING: The following trace events were not captured: [SP:StmtStarting, SP:StmtCompleted, Showplan Statistics]. Review the help file to ensure that you have collected the appropriate set of events and columns for your intended
    analysis.
    03/13/15 13:53:06.946 [0X00001F94] Events Read: 1000 Queued: 599 Processed/sec: 213
    03/13/15 13:53:06.959 [0X00001F94] Events Read: 2000 Queued: 1285 Processed/sec: 377
    03/13/15 13:53:06.968 [0X00001F94] Events Read: 3000 Queued: 2285 Processed/sec: 376
    03/13/15 13:53:06.991 [0X00001F94] Events Read: 4000 Queued: 3285 Processed/sec: 371
    03/13/15 13:54:23.751 [0X000010A4] ERROR: Worker message stream was expected and does not exist for worker pool id: 0
    03/13/15 13:54:23.694 [0X00001534] ERROR: Unable to create worker thread failed with operating system error 0x00000008 (Not enough storage is available to process this command)
    03/13/15 13:54:23.771 [0X00001534] ERROR: Worker stream initialization failed.
    03/13/15 13:54:23.771 [0X00001534] ERROR: Worker message stream was expected and does not exist for worker pool id: 0
    03/13/15 13:54:23.776 [0X00000970] ERROR: Unable to create worker thread failed with operating system error 0x00000008 (Not enough storage is available to process this command)
    03/13/15 13:54:23.776 [0X00001B94] ERROR: Unable to create worker thread failed with operating system error 0x00000008 (Not enough storage is available to process this command)
    03/13/15 13:54:23.776 [0X00001CEC] ERROR: Unable to create worker thread failed with operating system error 0x00000008 (Not enough storage is available to process this command)
    03/13/15 13:54:23.776 [0X00001630] ERROR: Unable to create worker thread failed with operating system error 0x00000008 (Not enough storage is available to process this command)
    03/13/15 13:54:23.776 [0X00000B34] ERROR: Unable to create worker thread failed with operating system error 0x00000008 (Not enough storage is available to process this command)
    03/13/15 13:54:23.776 [0X00001588] ERROR: Unable to create worker thread failed with operating system error 0x00000008 (Not enough storage is available to process this command)
    03/13/15 13:54:23.776 [0X00001804] ERROR: Unable to create worker thread failed with operating system error 0x00000008 (Not enough storage is available to process this command)
    03/13/15 13:54:23.776 [0X00001148] ERROR: Unable to create worker thread failed with operating system error 0x00000008 (Not enough storage is available to process this command)
    03/13/15 13:54:23.776 [0X0000073C] ERROR: Unable to create worker thread failed with operating system error 0x00000008 (Not enough storage is available to process this command)
    03/13/15 13:54:23.776 [0X00001E7C] ERROR: Unable to create worker thread failed with operating system error 0x00000008 (Not enough storage is available to process this command)
    03/13/15 13:54:23.776 [0X00000970] ERROR: Worker stream initialization failed.
    03/13/15 13:54:23.776 [0X00001B94] ERROR: Worker stream initialization failed.
    03/13/15 13:54:23.776 [0X00001CEC] ERROR: Worker stream initialization failed.
    03/13/15 13:54:23.777 [0X00001630] ERROR: Worker stream initialization failed.
    03/13/15 13:54:23.777 [0X00000B34] ERROR: Worker stream initialization failed.
    03/13/15 13:54:23.777 [0X00001588] ERROR: Worker stream initialization failed.
    03/13/15 13:54:23.777 [0X00001804] ERROR: Worker stream initialization failed.
    03/13/15 13:54:23.777 [0X00001148] ERROR: Worker stream initialization failed.
    03/13/15 13:54:23.777 [0X0000073C] ERROR: Worker stream initialization failed.
    03/13/15 13:54:23.781 [0X00001E7C] ERROR: Worker stream initialization failed.
    03/13/15 13:54:23.781 [0X00000970] ERROR: Worker message stream was expected and does not exist for worker pool id: 0
    03/13/15 13:54:23.781 [0X00001B94] ERROR: Worker message stream was expected and does not exist for worker pool id: 1
    03/13/15 13:54:23.781 [0X00001CEC] ERROR: Worker message stream was expected and does not exist for worker pool id: 0
    03/13/15 13:54:23.781 [0X00001630] ERROR: Worker message stream was expected and does not exist for worker pool id: 0
    03/13/15 13:54:23.781 [0X00000B34] ERROR: Worker message stream was expected and does not exist for worker pool id: 0
    03/13/15 13:54:23.781 [0X00001588] ERROR: Worker message stream was expected and does not exist for worker pool id: 0
    03/13/15 13:54:23.781 [0X00001804] ERROR: Worker message stream was expected and does not exist for worker pool id: 0
    03/13/15 13:54:23.781 [0X00001148] ERROR: Worker message stream was expected and does not exist for worker pool id: 0
    03/13/15 13:54:23.781 [0X0000073C] ERROR: Worker message stream was expected and does not exist for worker pool id: 0
    03/13/15 13:54:23.781 [0X00001E7C] ERROR: Worker message stream was expected and does not exist for worker pool id: 0
    03/13/15 13:54:23.792 [0X0000073C] ERROR: Unable to create worker thread failed with operating system error 0x00000008 (Not enough storage is available to process this command)
    03/13/15 13:54:23.792 [0X0000073C] ERROR: Worker stream initialization failed.
    03/13/15 13:54:23.792 [0X0000073C] ERROR: Worker message stream was expected and does not exist for worker pool id: 0
    I have lot of Disk space to accommodate to load TRC file, still not sure why we are getting the above message.
    Any help much appreciated.  

    Hi Vijay313,
    SQL Nexus provides you the option of breaking down the activity of each SPID into individual .trc files but they can only be directed to the %TEMP%\RML folder on your machine. So the error message might occur that you don’t have sufficient disk space to accommodate
    all the session specific Trace files (containing a few hundred GBs data at times) in the TEMP directory.
    To work around this issue, you can choose one of below options.
    1. Change the %TEMP% environment path on your machine to a different drive.
    2. Use the ReadTrace.exe (highly recommended) to generate the .trc files in the required path.
    3. Another option that cannot be controlled from SQL Nexus is the ability to add SPID, Hostname and Application filters while importing the data.
    For more details , please review the following link.
    http://troubleshootingsql.com/tag/data-analysis/
    Thanks,
    Lydia Zhang
    Lydia Zhang
    TechNet Community Support

  • What does .trc file content mean?

    under my bdump dir, system always generate .trc file which has content like
    *** SERVICE NAME:() 2006-10-04 13:45:51.349
    *** SESSION ID:(211.1) 2006-10-04 13:45:51.349
    kcrrwkx: nothing to do (start)
    *** 2006-10-04 13:46:51.227
    tkcrrxmp: Stopping ARC2 to reduce ARCH processes from 3 to 2
    kcrrwkx: nothing to do (end)
    or
    *** SERVICE NAME:() 2006-10-04 13:45:51.303
    *** SESSION ID:(212.1) 2006-10-04 13:45:51.303
    kcrrwkx: nothing to do (start)
    kcrrwkx: nothing to do (end)
    *** 2006-10-04 13:50:51.197
    kcrrwkx: nothing to do (start)
    what does it mean :
    kcrrwkx: nothing to do (start)
    kcrrwkx: nothing to do (end)
    this is test 10.2.0.2 server on RHEL3, so very little activity. Is that massage about?

    HI, i too have same problem, below is arc trace file name and it's content pitt_arc0_23705.trc, any help is much appreciated
    PITT is the database name
    //apps/pitdbt1/oracle/admin/pitt/bdump/pitt_arc0_23705.trc
    Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    ORACLE_HOME = /apps/pitdbt1/oracle/product/10.2.0/db_1
    System name: Linux
    Node name: pitorastg01
    Release: 2.6.9-42.ELsmp
    Version: #1 SMP Wed Jul 12 23:32:02 EDT 2006
    Machine: x86_64
    Instance name: pitt
    Redo thread mounted by this instance: 1
    Oracle process number: 14
    Unix process pid: 23705, image: oracle@pitorastg01 (ARC0)
    *** SERVICE NAME:() 2007-03-16 10:13:29.999
    *** SESSION ID:(541.1) 2007-03-16 10:13:29.999
    kcrrwkx: nothing to do (start)
    *** 2007-03-16 10:14:29.835
    tkcrrxmp: Stopping ARC2 to reduce ARCH processes from 3 to 2
    kcrrwkx: nothing to do (end)
    *** 2007-03-16 10:15:34.852
    kcrrwkx: nothing to do (end)
    *** 2007-03-16 10:16:34.863
    kcrrwkx: nothing to do (end)
    *** 2007-03-16 10:17:34.874
    kcrrwkx: nothing to do (end)
    *** 2007-03-16 10:18:34.885
    kcrrwkx: nothing to do (end)
    *** 2007-03-16 10:19:34.897
    kcrrwkx: nothing to do (end)
    *** 2007-03-16 10:20:34.908
    kcrrwkx: nothing to do (end)
    *** 2007-03-16 10:21:34.920
    kcrrwkx: nothing to do (end)
    *** 2007-03-16 10:22:34.931

  • ASP Delete File from server

    I have made a file sharing app, and the description and file
    name are stored in my access db, when i delete the recordset for
    the file i also want to delete the actual file. i am able to delete
    the file with the full path entered and the file name as a
    variable,
    with this code:
    <%
    Dim filepath
    filepath = Session("file_del")
    set filedel = CreateObject("Scripting.FileSystemObject")
    filedel.DeleteFile("C:\localhost\CallCenter\EMPLOYEE_FILES\"&
    filepath), True
    set filedel = nothing
    %>
    I put the name of the file in the file_del session variable
    on the page that deletes the recordset.
    But i would like to make it work on my hosted site without
    having to change the path to my sites, so i have made this code:
    <%
    Dim filepath
    filepath = Session("file_del")
    strPhysicalPath = Server.MapPath(filepath)
    set filedel = CreateObject("Scripting.FileSystemObject")
    filedel.DeleteFile strPhysicalPath , True 'Line that causes
    ERROR
    set filedel = nothing
    %>
    But the error comes File Not found.
    if i just display the strPhysicalPath variable on the page
    without the delete action it displays the proper path.
    how can i get the strPhysicalPath to be read, i have tried
    all of the ways i can think of
    filedel.DeleteFile strPhysicalPath , True
    filedel.DeleteFile & strPhysicalPath & , True
    filedel.DeleteFile (strPhysicalPath) , True
    filedel.DeleteFile ("" & strPhysicalPath & "") , True
    filedel.DeleteFile ( & strPhysicalPath) , True
    But none of them work ?
    Any help would be great

    After some rest and a closer examination, i realized the
    error was in the mappath line, it wasnt including the folder that
    held the files. strPhysicalPath = Server.MapPath(filepath) was
    wrong so, I added the folder name: strPhysicalPath =
    Server.MapPath("EMPLOYEE_FILES/" & filepath) then the file is
    deleted. so complete code is:
    <%
    Dim filepath, strPhysicalPath
    filepath = Session("file_del")
    strPhysicalPath = Server.MapPath("EMPLOYEE_FILES/" &
    filepath)
    set filedel = CreateObject("Scripting.FileSystemObject")
    filedel.DeleteFile (strPhysicalPath), True
    set filedel = nothing
    %>

  • Cannot refresh table - test connection works fine but refresh gives "We couldn't refresh the connection. Please go to existing connections and verify they connect to the file or server." error.

    I'm having some difficulty updating a table in my powerpivot data model. The data for the table is stored in a local excel file; if I go to
    Existing Connections select the connection and do a test then everything is successful. When however I try to refresh that particular table I get the following error:
    "We couldn’t refresh the connection. Please go to existing connections and verify they connect to the file or server."
    In the past I had this and it was an authentication issue, the files are stored on SharePoint and I wasn't logged in to Sharepoint - I have however checked this and it can't be the issue because I have other tables linked to other excel files in the same
    location that are refreshing without issue. Can anyone think of what may be causing it?
    I have even tried creating a new local excel with the same data, added it to the data model and then tried a refresh and I I get exactly the same issue. 
    Are there any known issues with refreshing data from an Excel file if, after the initial import, you add columns to the table in the excel file I was wondering if this might contribute?
    Thanks

    Hi Maracles,
    Thanks for your post.
    From your description, I tried to reproduce this issue on my test environment. However, everything is fine for me. Could you please post the specific version of SQL Server PowerPivot for Excel?
    You can try to use a trace file to troubleshoot errors in PowerPivot. If this issue still persists, please try to reinstall SQL Server PowerPivot for Excel to see if this helps.
    For more information, please see:
    PowerPivot Options & Diagnostics Dialog Box:
    http://technet.microsoft.com/en-us/library/gg399091.aspx
    Using a Trace File to Troubleshoot Errors in PowerPivot:
    http://www.sqlchick.com/entries/tag/powerpivot
    Best Regards,  
    Elvis Long
    TechNet Community Support

  • Upload failed your changes were saved but could not be uploaded because of an error. you may be able to upload this file using server web page. save a copy

    Hi All,
    upload failed your changes were saved but could not be uploaded because of an error. you may be able to upload this file using server web page. save a copy button.
    This is the issue which I am facing while working with SharePoint 2010. In a sharePoint 2010 document library I am having an excel file and I am trying to open it from Windows 7 and is office 2010.
    I cam e across few suggestion as mentined below but unable to find the location where to do
    Go to Resource Policies > Web >
    Rewriting > Custom Headers > (if 'Custom Headers' is not visible, click
    Customize on the right top to enable the view).
    Create a new policy with the Resource as <fully qualified domain name of the SharePoint server:*/*> (for example https://sharepoint.juniper.net:*/* ).
    Create the action as Allow Custom Headers.
    Apply the settings to the required roles.
    Please suggest.

    Hi rkarteek
    All things you have to do is as follows:
    1. Open regedit.exe
    2. Naviagate to following key:
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\14.0\Common\Internet]
    3. Click Edit Menu -> New -> DWORD with name of "FSSHTTPOff"
    (without quotes)
    4. Click on "FSSHTTPOff" and enter value of 1
    5.
    Close any Office Applications and browser sessions
    6. Try to reopen your document (no more read only or failure to upload)
    have a nice day!

  • List the files from server

    Hi Experts,
      I have a requirement in my application, that list out the files from the server in table and also delete the file. Pls specify the code.
    Regards,
    Kiruba.R

    Hi
    List all the files from server
    public void listServerFiles( )
        //@@begin listServerFiles()
        wdContext.nodeFiles().invalidate();
        IPrivateExperimentView.IFilesElement element;
        java.io.File file = new java.io.File( "D:\\Test");
        File list[] = file.listFiles();
        for( int i = 0; i < list.length; i++)
             element = wdContext.createFilesElement();
                  element.setFileName( list[ i].getName());
             wdContext.nodeFiles().addElement( element);
        //@@end
    Display the selected file
    public void onActiondownload(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActiondownload(ServerEvent)
        IWDResource resource;
        String name = wdContext.currentFilesElement().getFileName();
        String path = "D:\\Test\\" + name;
         InputStream stream;
         try {
              stream = new FileInputStream(path);
              resource = WDResourceFactory.createResource( stream, name,
                                  WDWebResourceType.UNKNOWN, true);
              stream.close();
              wdComponentAPI.getWindowManager()
                             .createNonModalExternalWindow( resource.getUrl( 0), name).show();
         } catch (FileNotFoundException e) {
              // TODO Auto-generated catch block
              e.printStackTrace();
         } catch (IOException e) {
              // TODO Auto-generated catch block
              e.printStackTrace();
    Delete the selected file
    public void onActiondeleteFile(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActiondeleteFile(ServerEvent)
        String path = "D:\\Test\\" + wdContext.currentFilesElement().getFileName();
        File file = new File( path);
        file.delete();
        listServerFiles();
        //@@end
    vinod

  • Delete WorkBook and Query file from Server .

    Dear All Experts .
    I dun know i posted in correct places or not .. (correct me if i m wrong) .. i want to ask about the BW Workbook and query.
    How we going to remove the remove the workbook or query files from Server ? bc i tried to delete from Analyzer(excel 2007), the file is deleted from the view , but havent delete from the server... So how i going to remove the file from server ?
    Thank.

    Hello I have the same problem. Can you please tell me how you finaly manage to delete the workbook.
    thank's you for advance,
    Akiba

  • How to transfer file from server to client

    I am making a server printer where all the system can take print out from the Printer installed on the server
    i am not able to send file from the client to the Server. I am Attaching the code Please Help me it is my college project.
    Server.java*
    import java.io.*;
    import java.lang.*;
    import java.net.*;
    import java.util.*;
    import java.io.File;
    class Server
         static final int PORT     = 26548; //Server Listening port
         static String path;
         public static void main(String args[])
              System.out.println("Starting Server");
              receive();
         public static void receive()
              while ( true )
                   try
                        //Create a socket
                        ServerSocket srvr = new ServerSocket(PORT);
                        Socket skt = srvr.accept();
                        String clientname= skt.getInetAddress().getHostAddress();
                        int clientport=skt.getPort();
                        long time = System.currentTimeMillis();
                        path= "C:\\Ankit Gupta\\Programs\\"+clientname+"\\"+time+" test.pdf";
                        System.out.println("File Recieved from : "+clientname+" : "+clientport);
                        //HttpServletRequest req;
                        //String remoteHost = req.getRemoteHost();
                        //String adr = getRemoteUser();
                        FileOutputStream fos = new FileOutputStream(path);
                        BufferedOutputStream out = new BufferedOutputStream(fos);
                        BufferedInputStream in = new BufferedInputStream( skt.getInputStream() );
                        //Read, and write the file to the socket
                        int i;
                        System.out.println("Receiving data...");
                        while ((i = in.read()) != -1)
                             out.write(i);
                        out.flush();
                        in.close();
                        out.close();
                        skt.close();
                        srvr.close();
                        System.out.println("Transfer complete.");
                        printfile();
                   catch(Exception e)
                        System.out.print("Error! It didn't work! " + e + "\n");
                   try
                        Thread.sleep(1000);
                   catch (InterruptedException ie)
                        System.err.println("Interrupted");
              } //end infinite while loop
         public static void printfile()
              delete();
         public static void delete()
              try
                   Thread.sleep(5000);
              catch (InterruptedException ie)
                   System.err.println("Interrupted");
              System.out.println("Deleting file");
              File f = new File(path);
         // Make sure the file or directory exists and isn't write protected
              if (!f.exists())
                   throw new IllegalArgumentException("Delete: no such file or directory: " + path);
         if (!f.canWrite())
                   throw new IllegalArgumentException("Delete: write protected: "+ path);
              // If it is a directory, make sure it is empty
         if (f.isDirectory())
                   String[] files = f.list();
                   if (files.length > 0)
                   throw new IllegalArgumentException("Delete: directory not empty: " + path);
         // Attempt to delete it
              boolean success = f.delete();
              if (!success)
                   throw new IllegalArgumentException("Delete: deletion failed");
    Client.java_
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.io.*;
    import java.util.*;
    import java.net.*;
    public class Client extends JFrame {
    static final int PORT = 26548; //Server Listening Port
    static File file;
    static final String HOST = "10.35.9.152";//Server Address     
    JTextField m_fileNameTF = new JTextField(25);
    JFileChooser m_fileChooser = new JFileChooser();
    Client() {
    m_fileNameTF.setEditable(false);
         JButton openButton = new JButton("Open");
         openButton.addActionListener(new OpenAction());
         JPanel content = new JPanel();
         content.setLayout(new FlowLayout());
         content.add(openButton);
    content.add(m_fileNameTF);
         this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
         this.setContentPane(content);
         this.setSize(400,200);
    class OpenAction implements ActionListener {
         public void actionPerformed(ActionEvent ae) {
              int retval = m_fileChooser.showOpenDialog(Client.this);
              if (retval == JFileChooser.APPROVE_OPTION) {
                   file = m_fileChooser.getSelectedFile();
              m_fileNameTF.setText(file.getAbsolutePath());
                   send(file.getAbsolutePath());
    public static void main(String[] args) {
         JFrame window = new Client();
         window.setVisible(true);
         public static boolean send( String filename )
         try
              System.out.println("Connecting to Server");
              Socket skt = new Socket(HOST, PORT);
              //Create a file input stream and a buffered input stream.
              FileInputStream fis = new FileInputStream(filename);
              BufferedInputStream in = new BufferedInputStream(fis);
              BufferedOutputStream out = new BufferedOutputStream( skt.getOutputStream() );
              //Read, and write the file to the socket
              int i;
              System.out.println("Connected to Server");
              System.out.println("Sending data...\n");
              while ((i = in.read()) != -1)
                   out.write(i);
                   //System.out.println(i);
              System.out.println("Transfer complete.");
              //Close the socket and the file
              out.flush();
              out.close();
              in.close();
              skt.close();
              return true;
         catch( Exception e )
                   send(file.getAbsolutePath());
              return false;
    }

    I am making a server printer where all the system can take print out from the Printer installed on the server
    i am not able to send file from the client to the Server. I am Attaching the code Please Help me it is my college project.
    Server.java*
    import java.io.*;
    import java.lang.*;
    import java.net.*;
    import java.util.*;
    import java.io.File;
    class Server
         static final int PORT      = 26548; //Server Listening port
         static String path;
         public static void main(String args[])
              System.out.println("Starting Server");
              receive();
         public static void receive()
              while ( true )
                   try
                        //Create a socket
                        ServerSocket srvr = new ServerSocket(PORT);
                        Socket skt = srvr.accept();
                        String clientname= skt.getInetAddress().getHostAddress();
                        int clientport=skt.getPort();
                        long time = System.currentTimeMillis();
                        path= "C:\\Ankit Gupta\\Programs\\"+clientname+"\\"+time+" test.pdf";
                        System.out.println("File Recieved from : "+clientname+" : "+clientport);
                        //HttpServletRequest req;
                        //String remoteHost = req.getRemoteHost();
                        //String adr = getRemoteUser();
                        FileOutputStream fos = new FileOutputStream(path);
                        BufferedOutputStream out = new BufferedOutputStream(fos);
                        BufferedInputStream in = new BufferedInputStream( skt.getInputStream() );
                        //Read, and write the file to the socket
                        int i;
                        System.out.println("Receiving data...");
                        while ((i = in.read()) != -1)
                             out.write(i);
                        out.flush();
                        in.close();
                        out.close();
                        skt.close();
                        srvr.close();
                        System.out.println("Transfer complete.");
                        printfile();
                   catch(Exception e)
                        System.out.print("Error! It didn't work! " + e + "\n");
                   try
                        Thread.sleep(1000);
                   catch (InterruptedException ie)
                        System.err.println("Interrupted");
              } //end infinite while loop
         public static void printfile()
              delete();
         public static void delete()
              try
                   Thread.sleep(5000);
              catch (InterruptedException ie)
                   System.err.println("Interrupted");
              System.out.println("Deleting file");
              File f = new File(path);
             // Make sure the file or directory exists and isn't write protected
              if (!f.exists())
                   throw new IllegalArgumentException("Delete: no such file or directory: " + path);
             if (!f.canWrite())
                   throw new IllegalArgumentException("Delete: write protected: "+ path);
              // If it is a directory, make sure it is empty
             if (f.isDirectory())
                   String[] files = f.list();
                   if (files.length > 0)
                   throw new IllegalArgumentException("Delete: directory not empty: " + path);
             // Attempt to delete it
              boolean success = f.delete();
              if (!success)
                   throw new IllegalArgumentException("Delete: deletion failed");
    Client.java_
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.io.*;
    import java.util.*;
    import java.net.*;
    public class Client extends JFrame {
    static final int PORT = 26548; //Server Listening Port
    static File file;
    static final String HOST = "10.35.9.152";//Server Address     
    JTextField   m_fileNameTF  = new JTextField(25);
    JFileChooser m_fileChooser = new JFileChooser();
    Client() {
       m_fileNameTF.setEditable(false);
         JButton openButton = new JButton("Open");
         openButton.addActionListener(new OpenAction());
         JPanel content = new JPanel();
         content.setLayout(new FlowLayout());
         content.add(openButton);
      content.add(m_fileNameTF);
         this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
         this.setContentPane(content);
         this.setSize(400,200);
    class OpenAction implements ActionListener {
         public void actionPerformed(ActionEvent ae) {
              int retval = m_fileChooser.showOpenDialog(Client.this);
              if (retval == JFileChooser.APPROVE_OPTION) {
                   file = m_fileChooser.getSelectedFile();
                 m_fileNameTF.setText(file.getAbsolutePath());
                   send(file.getAbsolutePath());
    public static void main(String[] args) {
         JFrame window = new Client();
         window.setVisible(true);
         public static boolean send( String filename )
         try
              System.out.println("Connecting to Server");
              Socket skt = new Socket(HOST, PORT);
              //Create a file input stream and a buffered input stream.
              FileInputStream fis = new FileInputStream(filename);
              BufferedInputStream in = new BufferedInputStream(fis);
              BufferedOutputStream out = new BufferedOutputStream( skt.getOutputStream() );
              //Read, and write the file to the socket
              int i;
              System.out.println("Connected to Server");
              System.out.println("Sending data...\n");
              while ((i = in.read()) != -1)
                   out.write(i);
                   //System.out.println(i);
              System.out.println("Transfer complete.");
              //Close the socket and the file
              out.flush();
              out.close();
              in.close();
              skt.close();
              return true;
         catch( Exception e )
                   send(file.getAbsolutePath());
              return false;
    }

  • DW CS5 -- Issues with uploading files to server

    Hi everyone -- I recently took over control of a website that hasn't been updated in years. I am in charge of redesigning the site, but need to keep what we have up-to-date until the new site is ready to roll out. I received the FTP info for the server and got site files into local folders so I can make changes. I've made changes to one file (index.html) and am trying to put that file back onto the server; but in the file transfer process, the dependent files do not get uploaded (I get a message saying "'fileName' - same - not transferred"). The one file that I have changed, and Dreamweaver says has been uploaded, is not updating on the web. I checked the file on both my local and remote view and both reflect the changes I have made -- just not the actual site on the web.
    I'm sure that's a little confusing, so I'll try to summarize (with bulletts!):
    I have correct FTP info to server
    I downloaded site files from server to local folders
    I edited index page, and put the file to the server
    Dreamweaver indicates that the file has been successfully uploaded
    Local view shows edits I have made
    Remote view shows edits I have made
    Other dependent files have not been uploaded ("'fileName' - same - not transferred" error message)
    Actual website does not reflect changes made to index page
    What am I doing wrong????
    Thanks in advance for any help you can provide!

    Filezilla is a free, open source FTP client. It's a standard desktop application. An FTP client connects to a server using the File Transfer Protocol and allows you to transfer files up to the server (upload) or download files from the server (download).
    Why use a separate FTP client rather then the FTP functionality built-in to Dreamweaver? Because, in my experience, it works better the Dreamweaver's sometimes flakey FTP functionality and it's easier to troubleshoot FTP issues.
    In Firefox, to clear the cache, go to Tools -> Advanced -> Click Network Tab -> Click "Clear Now" button. Hit F5 to refresh the page and see what changes (if caching was the issue). If nothing changes then for some reason your files are not being uploaded properly to the server. In that case I'd check to make sure you're loading your files to the correct directory on the server (usually a folder called "httdocs" or "www" - check with your hosting company to amke sure).
    Hope this helps.

  • Access/download file from server.

    have a problem. When I am trying to save/open a file from server(secure) which uses HTTPS, its displaying error message:
    Internet Explorer cannot download ...File_name.doc from Server_name.
    Internet Explorer was not able to open this Internet site. The requested site is either unavailable or cannot be found. Please try again later.
    My code is below. Please help me out.
    Its working with my localhost(http) and with Firefix browser. Its something to do with http and IE 6.
    <java>
    if (!request.getScheme().equals("https"))
    response.setHeader("Pragma", "no-cache");
         String fileName=request.getParameter("instruction");
         //filename = filename.replaceAll( "\\W*", "" ) ;
         String DirName = request.getParameter("directory");
         String value = (DirName+"/"+fileName);
                   File f = new File (value);
                   response.setContentType("application/msword");
                   //set the header and also the Name by which user will be prompted to save
                   response.setHeader("Content-disposition", "attachment; filename=" + fileName);
                   InputStream in = new FileInputStream(f);
                   out.clearBuffer();          
                   int bit = 256;
                   int i = 0;
                   try {
                        while ((bit) >= 0) {
                             bit = in.read();
                             out.write(bit);
                   } catch (IOException ioe) {
                        ioe.printStackTrace(System.out);
                   out.flush();
                   out.close();
                   in.close();     
    </java>

    HI,
    To avoid redirection, Safari users are having good luck with Open DNS Free / Basic
    Carolyn

  • Report not found in File Repository Server

    I am looking for some guidance as to what to try next with this issue.
    We had ran into some issues with the central management service and had to reinstall crystal. During the setup we are connecting to our mysql database and the reports and folder structure is restored in the Central Management Console but when the reports are previewed or scheduled to run they fail I receive the following message:
    "File generated name.rpt not found on File Repository Server.
    Unable to retrieve Object.
    File generated name.rpt not found on File Repository Server."
    Has anyone came across this issue and if they could provide a solution would be greatly appreciated.
    Thanks.

    there are very many forum posts and SAp knowledge articles on this topic/error message. Please do use search before posting.
    The repository that stores all your objects in Crystal is dual one part is int he DB - called CMS DB - it stores all te metadata, and second part is FRS (Input /Output servers) - they store actual physical reports and instances on the disc.
    My guess is that during re-install you either wiped out original FRS location or after re-install didn't point your FRS to the right place.
    If its second - all you need to do is point FRS to the right directory and you'll get your reports back.
    If it's first - you just lost all your reports/universes etc.... and will need to restore from backup.

Maybe you are looking for

  • Defender and Windows 8.1: Possible virus, hardware issue or both

    Hi: I currently use IE11. I noticed some bizarre behavior coming from the browser where it flashes, or when sending an email using my Hotmail account, the signature line erases itself while I type new text (several lines above it), etc .  Clearly som

  • Library question about consolidation

    I needed a bigger hard drive for my music library and I moved all my music to it. is there some way that It will recognize that all the music is there on the new and not on the old hard drive? If I try consolidating will it recognize the music that i

  • Hp laserjet M706n - NO HALFTONES

    I have HP Laserjet M706n printer. It wont produce halftone dots using universal postscript driver in any adobe or corel program. There is no original postscript driver in the hp support site for this printer. How to produce halftone dots with this po

  • Media browser - How should I store a movie to be replayed on my computer?

    Under iMovie>Share>Media browser, that window says "This allows you to view your project in iMovie even when the original content is unavailable." Does this mean I can delete the project or original clips and still see the movie I put together? If no

  • Including images in JAR for Swing Application

    I am using a couple of images in a Swing application. When I create the JAR file I include all the images. The JAR executes fine but the images are missing. When I put the images in the same directory as the JAR file the images are properly displayed