HOE TO STORE LOG MESSAGE IN TO FLAT FILE

Hi all,
In <b>Session Method</b> I want to store all the message from session log to flat file ......
Please help me in this regard...
Thanks in advance
Sandeep

these are all FM related to application log.
BAL_CNTL_CREATE     Create Control for log display
BAL_CNTL_FREE     Release Control
BAL_CNTL_REFRESH     Put new data in log display
BAL_DB_DELETE     Delete logs from the database
BAL_DB_DEQUEUE     Unlock log
BAL_DB_ENQUEUE     Lock log
BAL_DB_LOAD     Load logs from the database
BAL_DB_LOAD     Load log(s)
BAL_DB_SAVE     Save logs in the database
BAL_DB_SAVE     Save log(s)
BAL_DB_SAVE_PREPARE     Prepare save
BAL_DB_SEARCH     Find logs in the database
BAL_DSP_LOG_DISPLAY     Display messages in memory
BAL_DSP_LOG_DISPLAY     Display Log
BAL_DSP_LOG_PARAMETERS     Either output extended long text or call a callback routine (based on the data in BAL_S_LOG-PARAMS)
BAL_DSP_LOG_TECHNICAL_DATA     Output all log header data
BAL_DSP_MSG_LONGTEXT     Display message long text
BAL_DSP_MSG_PARAMETERS     Either output extended long text or call a callback routine (based on the data in BAL_S_MSG-PARAMS)
BAL_DSP_MSG_TECHNICAL_DATA     Output technical data of a message such as work area, error number, etc.
BAL_DSP_OUTPUT_FREE     End output
BAL_DSP_OUTPUT_INIT     Initialize output
BAL_DSP_OUTPUT_SET_DATA     Set dataset to be displayed
BAL_DSP_PROFILE_DETLEVEL_GET     Message hierarchy in DETLEVEL
BAL_DSP_PROFILE_NO_TREE_GET     Display without tree (fullscreen)
BAL_DSP_PROFILE_POPUP_GET     Display without tree (popup)
BAL_DSP_PROFILE_SINGLE_LOG_GET     Standard profile (SLG1) for one log
BAL_DSP_PROFILE_STANDARD_GET     Standard profile (SLG1) for a lot of logs
BAL_GLB_AUTHORIZATION_GET     Assign authorization
BAL_GLB_AUTHORIZATION_RESET     Reset authorization
BAL_GLB_CONFIG_GET     Read configuration
BAL_GLB_CONFIG_SET     Set configuration
BAL_GLB_MEMORY_EXPORT     Put function group memory in ABAP-MEMORY
BAL_GLB_MEMORY_IMPORT     Get function group memory from ABAP-MEMORY
BAL_GLB_MEMORY_REFRESH     (Partially) reset global memory
BAL_GLB_MEMORY_REFRESH     (Partially) initialize memory
BAL_GLB_MSG_CURRENT_HANDLE_GET     Get current message handle
BAL_GLB_MSG_DEFAULTS_GET     Get message defaults
BAL_GLB_SEARCH_LOG     Find logs in memory
BAL_GLB_SEARCH_MSG     Find messages in memory
BAL_LOG_CREATE     Create log with header data
BAL_LOG_CREATE     Create log with header data
BAL_LOG_DELETE     Delete log (from database also at Save)
BAL_LOG_EXIST     Check existence of a log in memory
BAL_LOG_HDR_CHANGE     Change log header
BAL_LOG_HDR_CHECK     Check log header data for consistency
BAL_LOG_HDR_READ     Read log header and other data
BAL_LOG_MSG_ADD     Put message in log
BAL_LOG_MSG_ADD     Put message in log
BAL_LOG_MSG_CHANGE     Change message
BAL_LOG_MSG_CHANGE     Change message
BAL_LOG_MSG_CHECK     Check message data for consistency
BAL_LOG_MSG_CUMULATE     Add message cumulated
BAL_LOG_MSG_DELETE     Delete message
BAL_LOG_MSG_DELETE     Delete message
BAL_LOG_MSG_EXIST     Check existence of a message in memory
BAL_LOG_MSG_READ     Read message and other data
BAL_LOG_MSG_REPLACE     Replace last message
BAL_LOG_REFRESH     Delete log from memory
BAL_LOG_REFRESH     Delete log from memory
BAL_MSG_DISPLAY_ABAP     Output message as ABAP-MESSAGE
BAL_OBJECT_SELECT     Read Application Log objects table record
BAL_OBJECT_SUBOBJECT     Check whether object and subobject exist and the combination is allowed
BAL_SUBOBJECT_SELECT     Read subobject table record
BP_EVENT_RAISE     
hope this will help you....

Similar Messages

  • How to Write log messages in a text file located in another machine

    Basically My application is distributed across two or more tomcat servers running in multiple machines.And I get a log4j logs in the respective machines.
    But I want a consolidated log message in a single machine.
    How do i get that done??
    Any samples?? Any clues??
    Any specific technoliges??

    Create an RMI application (for example) that writes the log, and let all logging calls call that remote application.
    Something like that is the only feasible way that doesn't require you to have a drive on the remote machine mapped to the local one (which causes its own problems as you could have multiple simultaneous write attempts...).

  • SM 35 Session log with data in flat file.

    I have created a session from a flat file using LSMW, after running the session through SM35 is there a way by which I can get the details of data loaded in the log of SM35.
    Example I am loading SAP HR data to infotypes but the SM35 log gives index value in the flat file rather than actual employee number (PERNR) uploaded on printing the log.

    No That is not possible.

  • Log messages from multiple instances in single file.

    Hi!
    I have a requirement that i need to log messages from muliple instances of the same object in a file. The new file will be created every day. Likewise, multiple objects might have various instances each.
    One class
    ->multiple instances
    -> log message stored in single file.
    Note :
    I am using the Message driven bean. I need to log from the bean class. JDK 1.3
    If u could help me out that would be great.

    As long as they are all from the same OS program (a single Java VM), that's OK - you can use Log4j, and use a rotating file logger.
    If you point two different virtual machine processes at the same file, one may have it open when the other is trying to rotate it, and your rotation may fail (at best) and/or you may lose the old log (the worst case).
    If you need to collect log messages from multiple processes (or even multiple machines), use a syslog-based logger (Log4j has a SyslogAppender) or use Log4j's SocketAppender to write to a log4j-builtin log listener (SocketNode).

  • Help to create log message for the failure of procedure

    Hi,
    I want to create a log message ,if my stored procedure stops executing or gets hanged due to some reasons.
    Can any one guide me how can i include this log message in some external file so as each time my stored procedure fails a message will be logged in the file that the procedure has failed or hanged.
    pls help
    regds
    debashis

    I'm afraid I don't understand what you're trying to accomplish here. What is "command is successfully executed" intended to represent in your CREATE statement and in the anonymous PL/SQL block.
    What do you mean "it should occur in row by row order" and "success message of execution should be displayed in the log file"?
    Why are you trying to log to an external file rather than a table in the database? When you start talking about "row by row" and "success message", that starts to imply that you're going to be logging a lot of stuff. Logging a lot of data to an external file is going to be a substantial performance burden. Are you sure that is what you want to accomplish?
    Justin

  • Golden Gate for flat file

    hi,
    I have tried with GoldenGate for Oracle/ non-Oracle databases. Now, I am trying for flat file.
    What i have done so far:
    1. I have downloaded Oracle "GoldenGate Application Adapters 11.1.1.0.0 for JMS and Flat File Media Pack"
    2. Kept it on the same machine where Database and GG manager process exists. Port for GG mgr process 7809, flat file 7816
    3. Following doc GG flat file administrators guide Page 9 --> configuration
    4. Extract process on GG manager process_
    edit params FFE711*
    extract ffe711
    userid ggs@bidb, password ggs12345
    discardfile E:\GoldenGate11gMediaPack\V26071-01\dirrpt\EXTFF.dsc, purge
    rmthost 10.180.182.77, mgrport 7816
    rmtfile E:\GoldenGate11gMediaPack\V26071-01\dirdat\ffremote, purge, megabytes 5
    add extract FFE711, EXTTRAILSOURCE ./dirdat/oo*
    add rmttrail ./dirdat/pp, extract FFE711, megabytes 20*
    start extract  FFE711*
    view report ffe711*
    Oracle GoldenGate Capture for Oracle
    Version 11.1.1.1 OGGCORE_11.1.1_PLATFORMS_110421.2040
    Windows (optimized), Oracle 11g on Apr 22 2011 03:28:23
    Copyright (C) 1995, 2011, Oracle and/or its affiliates. All rights reserved.
    Starting at 2011-11-07 18:24:19
    Operating System Version:
    Microsoft Windows XP Professional, on x86
    Version 5.1 (Build 2600: Service Pack 2)
    Process id: 4628
    Description:
    ** Running with the following parameters **
    extract ffe711
    userid ggs@bidb, password ********
    discardfile E:\GoldenGate11gMediaPack\V26071-01\dirrpt\EXTFF.dsc, purge
    rmthost 10.180.182.77, mgrport 7816
    rmtfile E:\GoldenGate11gMediaPack\V26071-01\dirdat\ffremote, purge, megabytes 5
    CACHEMGR virtual memory values (may have been adjusted)
    CACHEBUFFERSIZE: 64K
    CACHESIZE: 1G
    CACHEBUFFERSIZE (soft max): 4M
    CACHEPAGEOUTSIZE (normal): 4M
    PROCESS VM AVAIL FROM OS (min): 1.77G
    CACHESIZEMAX (strict force to disk): 1.57G
    Database Version:
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - Production
    PL/SQL Release 11.1.0.7.0 - Production
    CORE 11.1.0.7.0 Production
    TNS for 32-bit Windows: Version 11.1.0.7.0 - Production
    NLSRTL Version 11.1.0.7.0 - Production
    Database Language and Character Set:
    NLS_LANG environment variable specified has invalid format, default value will b
    e used.
    NLS_LANG environment variable not set, using default value AMERICAN_AMERICA.US7A
    SCII.
    NLS_LANGUAGE = "AMERICAN"
    NLS_TERRITORY = "AMERICA"
    NLS_CHARACTERSET = "AL32UTF8"
    Warning: your NLS_LANG setting does not match database server language setting.
    Please refer to user manual for more information.
    2011-11-07 18:24:25 INFO OGG-01226 Socket buffer size set to 27985 (flush s
    ize 27985).
    2011-11-07 18:24:25 INFO OGG-01052 No recovery is required for target file
    E:\GoldenGate11gMediaPack\V26071-01\dirdat\ffremote, at RBA 0 (file not opened).
    2011-11-07 18:24:25 INFO OGG-01478 Output file E:\GoldenGate11gMediaPack\V2
    6071-01\dirdat\ffremote is using format RELEASE 10.4/11.1.
    ** Run Time Messages **
    5. on Flat file GGSCI prompt-->_*
    edit params FFR711*
    extract ffr711
    CUSEREXIT E:\GoldenGate11gMediaPack\GGFlatFile\V22262-01\flatfilewriter.dll CUSEREXIT passthru includeupdatebefores, params "E:\GoldenGate11gMediaPack\GGFlatFile\V22262-01\sample-dirprm\ffwriter.properties"
    SOURCEDEFS E:\GoldenGate11gMediaPack\V26071-01\dirdef\vikstkFF.def
    table ggs.vikstk;
    add extract ffr711, exttrailsource ./dirdat/pp*
    start extract ffr711*
    view report ffr711*
    Oracle GoldenGate Capture
    Version 11.1.1.0.0 Build 078
    Windows (optimized), Generic on Jul 28 2010 19:05:07
    Copyright (C) 1995, 2010, Oracle and/or its affiliates. All rights reserved.
    Starting at 2011-11-07 18:21:31
    Operating System Version:
    Microsoft Windows XP Professional, on x86
    Version 5.1 (Build 2600: Service Pack 2)
    Process id: 5008
    Description:
    ** Running with the following parameters **
    extract ffr711
    CUSEREXIT E:\GoldenGate11gMediaPack\GGFlatFile\V22262-01\flatfilewriter.dll CUSE
    REXIT passthru includeupdatebefores, params "E:\GoldenGate11gMediaPack\GGFlatFil
    e\V22262-01\sample-dirprm\ffwriter.properties"
    E:\GoldenGate11gMediaPack\GGFlatFile\V22262-01\ggs_Windows_x86_Generic_32bit_v11
    _1_1_0_0_078\extract.exe running with user exit library E:\GoldenGate11gMediaPac
    k\GGFlatFile\V22262-01\flatfilewriter.dll, compatiblity level (2) is current.
    SOURCEDEFS E:\GoldenGate11gMediaPack\V26071-01\dirdef\vikstkFF.def
    table ggs.vikstk;
    CACHEMGR virtual memory values (may have been adjusted)
    CACHEBUFFERSIZE: 64K
    CACHESIZE: 1G
    CACHEBUFFERSIZE (soft max): 4M
    CACHEPAGEOUTSIZE (normal): 4M
    PROCESS VM AVAIL FROM OS (min): 1.87G
    CACHESIZEMAX (strict force to disk): 1.64G
    Started Oracle GoldenGate for Flat File
    Version 11.1.1.0.0
    ** Run Time Messages **
    Problem I am facing_
    I am not sure where to find the generated flat file,
    even the reports are showing there is no data at manager process
    I am expecting replicat instead of extract at Flatfile FFR711.prm
    I have done this much what to do give me some pointers.....
    Thanks,
    Vikas

    Ok, I haven't run your example, but here are some suggestions.
    Vikas Panwar wrote:
    extract ffe711
    userid ggs@bidb, password ggs12345
    discardfile E:\GoldenGate11gMediaPack\V26071-01\dirrpt\EXTFF.dsc, purge
    rmthost 10.180.182.77, mgrport 7816
    rmtfile E:\GoldenGate11gMediaPack\V26071-01\dirdat\ffremote, purge, megabytes 5
    ggsci> add extract FFE711, EXTTRAILSOURCE ./dirdat/oo
    ggsci> add rmttrail ./dirdat/pp, extract FFE711, megabytes 20
    ggsci> start extract  FFE711
    You of course need data captured from somewhere to test with. You could capture changes directly from a database and write those to a trail, and use that as a source for the flat-file writer; or, if you have existing trail data, you can just use that (I often test with old trails, with known data).
    In your example, you are using a data pump that is doing nothing more than pumping trails to a remote host. That's fine, if that's what you want to do. (It's actually quite common in real implementations.) But if you want to actually capture changes from the database, then change "add extract ... extTrailSource" to be "add extract ... tranlog". I'll assume you want to use the simple data pump to send trail data to the remote host. And I will assume that some other database capture process is creating the trail dirdat/oo
    Also... with your pump "FFE711", you can create either a local or remote trial, that's fine. But don't use a rmtfile (or extfile). You should create a trail, either a "rmttrail" or "exttrail". The flat-file adapter will read that (binary) trail, and generate text files. Trails automatically roll-over, the "extfile/rmtfile" do not (but they do have the same internal GG binary log format). (You can use a 'maxfiles' to force them to rollover, but that's beside the point.)
    Also, <ul>
    <li> don't forget your "table" statements... or else no data will be processed!! You can wildcard tables, but not schemata.
    <li> there is no reason that anything would be discarded in a pump.
    <li> although a matter of choice, I don't see why people use absolute paths for reports and discard files. Full paths to data and def files make sense if they are on the SAN/NAS, but then I'd use symlinks from dirdat to the storage directory (on Unix/Linux)
    <li> both windows and unix can use forward "/" slashes. Makes examples platform-independent (another reason for relative paths)
    <li> your trails really should be much larger than 5MB for better performance (e.g,. 100MB)
    <li> you probably should use a source-defs file, intead of a dblogin for metadata. Trail data is by its very nature historical, and using "userid...password" in the prm file inherently gets metadata from "right now". The file-writer doesn't handle DDL changes automatically.
    </ul>
    So you should have something more like:
    Vikas Panwar wrote:
    extract ffe711
    sourcedefs dirdef/vikstkFF.def
    rmthost 10.180.182.77, mgrport 7816
    rmttrail dirdat/ff, purge, megabytes 100
    table myschema.*;
    table myschema2.*;
    table ggs.*;For the file-writer pump:
    +5. on Flat file GGSCI prompt+
    extract ffr711
    CUSEREXIT flatfilewriter.dll CUSEREXIT passthru includeupdatebefores, params dirprm\ffwriter.properties
    SOURCEDEFS dirdef/vikstkFF.def
    table myschema.*;
    table ggs.*;
    ggsci> add extract ffr711, exttrailsource ./dirdat/pp
    ggsci> start extract ffr711
    Again, use relative paths when possible (the flatfilewriter.dll is expected to be found in the GG install directory). Put the ffwriter.properties file into dirprm, just as a best-practice. In this file, ffwriter.properties, is where you define your output directory and output files. Again, make sure you have a "table" statement in there for each schema in your trails.
    Problem I am facing_
    I am not sure where to find the generated flat file,
    even the reports are showing there is no data at manager process
    I am expecting replicat instead of extract at Flatfile FFR711.prm
    I have done this much what to do give me some pointers.....The generated files are defined in the ffwriter.properties file. Search for "rootdir" property, e.g.,
    goldengate.flatfilewriter.writers=csvwriter
    csvwriter.files.formatstring=output_%d_%010n
    csvwriter.files.data.rootdir=dirout
    csvwriter.files.control.ext=_data.control
    csvwriter.files.control.rootdir=dirout
    ...The main problem you have is: (1) use rmttrail, not rmtfile, and (2) don't forget the "table" statement, even in a pump.
    Also, for the flat-file adapter, it does run in just a "extract" data pump; no "replicat" is ever used. The replicats inherently are tied to a target database; the file-writer doesn't have any database functionality.
    Hope it helps,
    -m

  • Flat File Upload Error

    Hi All,
    I am using BW version 3.5 SP 16.
    I am trying to load a flat file in to BW. I am loading it to an info object char with direct update. Everything is in capital letters char length and evrything is matched. But I am getting an error.
    In monitor it says
    Message no. RSM2704
    Diagnosis
    Data records in the PSA were marked for data package 1. Here there were                                                   8 errors. The systemwrote information or warnings for the remaining data records.
    and in ST22 it says:
    TYPELOAD_NEW_VERSION
    data type "/BIC/CCABZMATL_ATTR" was found in newer version than required.
    What does the error means?? Our BW System is new and there is noting in it. Are there any settings in SPRO that I am missing??
    Any help is appreciated.
    Regards

    Hi Ninad,
    Your transfer structure is not in the last version. That's why you need to delete a source system assignment to infosource. During this operation the PSA structure (which is responsible for a correct data transfer from the source system to BW) will be deleted.
    If you use a flat file datasource, then if you try to assign the source system again, the system will use the same, old transfer structure, because it keeps information about even deleted things during a session.
    That's why you need to log out the system.
    After the new log in, assigning the flat file datasource and activating the transfer rules will create the proper structure.
    Creating a new infoobject as data target, without deleting the source system first (as you did) won't work.
    Hope it's clear now.
    Best regards,
    Eugene

  • Doubts in SAP(Idoc)-XI-Flat file scenario

    Dear All,
    I am sending Delivery Idoc from R/3 and I am able to view the Idoc in XI in transaction IDX5. Also i m able to see the XML structure with the data of the idoc in SXMB_MONI.
    Now as per my scenario I have to download this to a flat file from XI.
    My question is, should I have to do the creation of Data types, message types, mapping interface & interface mapping in IR or should I directly do the designing in the ID.
    waiting for your reply.
    Warm regards,
    N.Jain

    Hi,
    DT, MT, MI  : you will create these things for receiver flat file only.
    First create
    In Integration Repository :
    1.     Import structure of IDOC in your scenario, In imported objects &#61664; IDOCs
                  a.     In Interface Objects
    1.     Create Data type for your flat file
    2.     Create Message Type
    3.     Create Message Interface (inbound Asy.)
                  b.     In Mapping Objects
    1.     Message Mapping :  IDOC  to  Message Type of Flat File.
    2.     Create Interface Mapping  : IDOC to Flat file by using Message Mapping which you have created.
    Make activate all these things.
    In Integration Directory :
    1.     Create Communication channel for File Receiver.
    2.     Sender Communication channel is not required.
    3.     Create Receiver Agreement.
    4.     Sender Agreement is not required.
    5.     Interface Determination
    6.     Receiver Determination
    At sender side you will take your IDoc and at receiver side you will take your flat file.
    It can help you,
    Regards,
    Sandeep Kaushik

  • Problem converting flat file to XML using JMS Adapter

    I need to take an MQSeries message in a flat file format and convert it to XML before processing.  I have configured the modules as described by the screenshot located here:
    http://www.radesix.com/JMSConfig.jpg
    The message is received however it isn't converting to XML.  When I view the payload I get the message indicated by the screenshot located here:
    http://www.radesix.com/JMSError.jpg
    I am new to XI.  Any ideas?

    For simple plain conversion here is a config, which works in our system:
    (left parameter key, right parameter value, module key always the same)
    Transform.Class com.sap.aii.messaging.adapter.Conversion
    TransformContentType text/xml;charset=utf-8
    xml.conversionType SimplePlain2XML
    xml.addHeaderLine 0
    xml.processFieldNames fromConfiguration
    xml.documentName SA02_Identnummer
    xml.documentNamespace urn:mycompany-com:logistics:DFT:HWL
    xml.structureTitle SA02_Identnummer_Satz
    xml.fieldNames Satzart,Identnummer,Status
    xml.fieldFixedLengths 2,10,3
    Be aware, that you must delete all spaces in the config, especially when you copy and paste values.
    For struct. conversion the entries are a little bit more complex.
    Regards
    Stefan

  • Query Output to download in flat file through APD  or other means?

    Hello Experts,
    I am currently on BW3.5 system and have requirement to load query output in flat file in .csv format. I checked the option of APD but looks like we cant directly load the query output in flat file like in APD (BW  3.5 system) .
    One way i can think of it...load  the query output in transactional ODS and built an infospoke on it to write into flat file.
    Please advice if there are any better methods to store the query output in flat files.
    Thanks!

    Hi,
    Use RSCRM_BAPI.
    See
    Re: RSCRM_Bapi
    See the help on RSCRM_BAPI
    Re: Running Quaries automatically and saving them in as a Excel file in Server
    Re: Data transfer to external systems
    Re: Loading from a Custom R/3 Table
    Re: How can I schedule my Bex report to execute in background
    Re: How can I insert the RSCRM_BAPI into Process chain?
    Thanks
    Reddy

  • Flat File Upload from WebDynpro ABAP

    Hi,
    I am struggling to find a solution for this requirement and I hope I get some help from the Gurus here.
    I have to upload a ".csv" file from the WebDynpro application, and then store the data in the flat file in a Z# table.
    Can some one explain me how to go ahead with this requirement??
    Regards,
    Nadh

    Hi Nrisimhanadh Yandamuri  ,
    After reading the csv file using file up load you can use the following code to tranfer the same to an itab of your required format
        DATA : loc_conv TYPE REF TO cl_abap_conv_in_ce,
          var_string TYPE string.
    Convert XString to String
        CALL METHOD cl_abap_conv_in_ce=>create
          EXPORTING
            input       = item_content
            encoding    = 'UTF-8'
            replacement = '?'
            ignore_cerr = abap_true
          RECEIVING
            conv        = loc_conv.
    *Read the file contents
        TRY.
            CALL METHOD loc_conv->read
              IMPORTING
                data = var_string.
          CATCH cx_sy_conversion_codepage.
    *-- Should ignore errors in code conversions
          CATCH cx_sy_codepage_converter_init.
    *-- Should ignore errors in code conversions
          CATCH cx_parameter_invalid_type.
          CATCH cx_parameter_invalid_range.
        ENDTRY.
        SPLIT var_string AT crlf INTO TABLE it_string_tab.
    Regards
    Sarath

  • Which table stores MII log messages

    Hi ,
             Can anyone let me know the name of the table where MII stores all the log messages? As far as I know Netweaver is using one SQL Server database internally to store all the MII log messages. I would like to know the name of the table where these logs are residing
    Thanks in advance
    Shaji

    Hi ,
    It is stored in a file.
    The below two links should clear your doubts :
    http://wiki.sdn.sap.com/wiki/display/xMII/NetweaverCEBasicsforMII
    Writing log messages into DB
    Regards,
    Arun

  • App store log in failure, message appears: Connection failure (in red). What should I do?

    app store log in failure, message appears: Connection failure (in red). What should I do?

    1/10/15 8:18:22.744 PM nesessionmanager[267]: NESMLegacySession[IPSEC US San Jose 3:C7C727DF-D5DB-4887-B59D-DC6252C58F91]: Received a start command from networkd[132]
    1/10/15 8:18:22.744 PM nesessionmanager[267]: NESMLegacySession[IPSEC US San Jose 3:C7C727DF-D5DB-4887-B59D-DC6252C58F91] starting on demand from process iTunes (18071) matching hostname play.itunes.apple.com
    1/10/15 8:18:22.744 PM nesessionmanager[267]: NESMLegacySession[IPSEC US San Jose 3:C7C727DF-D5DB-4887-B59D-DC6252C58F91]: status changed to connecting
    1/10/15 8:18:22.744 PM nesessionmanager[267]: IPSec connecting to server skuhece.anuson.com
    1/10/15 8:18:22.776 PM nesessionmanager[267]: IPSec Phase1 starting.
    1/10/15 8:18:22.795 PM racoon[18761]: accepted connection on vpn control socket.
    1/10/15 8:18:22.795 PM racoon[18761]: accepted connection on vpn control socket.
    1/10/15 8:18:22.796 PM racoon[18761]: IPSec connecting to server 199.195.192.71
    1/10/15 8:18:22.796 PM racoon[18761]: IPSec connecting to server 199.195.192.71
    1/10/15 8:18:22.796 PM racoon[18761]: Connecting.
    1/10/15 8:18:22.796 PM racoon[18761]: IPSec Phase 1 started (Initiated by me).
    1/10/15 8:18:22.796 PM racoon[18761]: IPSec Phase 1 started (Initiated by me).
    1/10/15 8:18:22.796 PM racoon[18761]: IKE Packet: transmit success. (Initiator, Main-Mode message 1).
    1/10/15 8:18:22.796 PM racoon[18761]: >>>>> phase change status = Phase 1 started by us
    1/10/15 8:18:22.796 PM racoon[18761]: >>>>> phase change status = Phase 1 started by us
    1/10/15 8:18:23.136 PM racoon[18761]: >>>>> phase change status = Phase 1 started by peer
    1/10/15 8:18:23.136 PM racoon[18761]: >>>>> phase change status = Phase 1 started by peer
    1/10/15 8:18:23.136 PM racoon[18761]: IKE Packet: receive success. (Initiator, Main-Mode message 2).
    1/10/15 8:18:23.141 PM racoon[18761]: IKE Packet: transmit success. (Initiator, Main-Mode message 3).
    1/10/15 8:18:23.423 PM racoon[18761]: IKE Packet: receive success. (Initiator, Main-Mode message 4).
    1/10/15 8:18:23.452 PM racoon[18761]: IKE Packet: transmit success. (Initiator, Main-Mode message 5).
    1/10/15 8:18:23.758 PM racoon[18761]: Error evaluating certificate.
    1/10/15 8:18:23.758 PM racoon[18761]: Error evaluating certificate.
    1/10/15 8:18:23.761 PM racoon[18761]: ---------------Returned error strings: ---------------.
    1/10/15 8:18:23.762 PM racoon[18761]: ---------------Returned error strings: ---------------.
    1/10/15 8:18:23.762 PM racoon[18761]: -----------------------------------------------------.
    1/10/15 8:18:23.762 PM racoon[18761]: -----------------------------------------------------.
    1/10/15 8:18:23.762 PM racoon[18761]: the peer's certificate is not verified.
    1/10/15 8:18:23.762 PM racoon[18761]: the peer's certificate is not verified.
    1/10/15 8:18:23.762 PM racoon[18761]: IKEv1 Phase 1 AUTH: failed. (Initiator, Main-Mode Message 6).
    1/10/15 8:18:23.762 PM nesessionmanager[267]: IPSec Controller: IKE FAILED. phase 3, assert 0
    1/10/15 8:18:23.762 PM racoon[18761]: IKE Packet: transmit success. (Information message).
    1/10/15 8:18:23.762 PM racoon[18761]: IKEv1 Information-Notice: transmit success. (ISAKMP-SA).
    1/10/15 8:18:23.762 PM racoon[18761]: IKE Packet: receive failed. (Initiator, Main-Mode Message 6).
    1/10/15 8:18:23.762 PM nesessionmanager[267]: NESMLegacySession[IPSEC US San Jose 3:C7C727DF-D5DB-4887-B59D-DC6252C58F91]: status changed to disconnecting
    1/10/15 8:18:23.763 PM racoon[18761]: mode config 6 from 199.195.192.71[4500], but ISAKMP-SA 8012e95ec24af07d:4b3a70938bcc2897 isn't established.
    1/10/15 8:18:23.763 PM racoon[18761]: mode config 6 from 199.195.192.71[4500], but ISAKMP-SA 8012e95ec24af07d:4b3a70938bcc2897 isn't established.
    1/10/15 8:18:23.763 PM nesessionmanager[267]: IPSec disconnecting from server 199.195.192.71
    1/10/15 8:18:23.763 PM racoon[18761]: IPSec disconnecting from server 199.195.192.71
    1/10/15 8:18:23.763 PM racoon[18761]: IPSec disconnecting from server 199.195.192.71
    1/10/15 8:18:23.764 PM nesessionmanager[267]: NESMLegacySession[IPSEC US San Jose 3:C7C727DF-D5DB-4887-B59D-DC6252C58F91]: status changed to disconnected, last stop reason 0
    1/10/15 8:18:23.764 PM racoon[18761]: glob found no matches for path "/var/run/racoon/*.conf"
    1/10/15 8:18:23.764 PM racoon[18761]: glob found no matches for path "/var/run/racoon/*.conf"
    1/10/15 8:18:23.765 PM racoon[18761]: IPSec disconnecting from server 199.195.192.71
    1/10/15 8:18:23.765 PM racoon[18761]: IPSec disconnecting from server 199.195.192.71
    1/10/15 8:18:23.976 PM sandboxd[251]: ([396]) storedownloadd(396) deny mach-lookup com.apple.usymptomsd
    1/10/15 8:18:23.984 PM sandboxd[251]: ([396]) storedownloadd(396) deny mach-lookup com.apple.usymptomsd
    1/10/15 8:18:55.820 PM nesessionmanager[267]: NESMLegacySession[IPSEC US San Jose 3:C7C727DF-D5DB-4887-B59D-DC6252C58F91]: Received a start command from networkd[132]
    1/10/15 8:18:55.820 PM nesessionmanager[267]: NESMLegacySession[IPSEC US San Jose 3:C7C727DF-D5DB-4887-B59D-DC6252C58F91] starting on demand from process iTunes (18071) matching hostname play.itunes.apple.com
    1/10/15 8:18:55.820 PM nesessionmanager[267]: NESMLegacySession[IPSEC US San Jose 3:C7C727DF-D5DB-4887-B59D-DC6252C58F91]: status changed to connecting
    1/10/15 8:18:55.821 PM nesessionmanager[267]: IPSec connecting to server skuhece.anuson.com
    1/10/15 8:18:55.824 PM nesessionmanager[267]: IPSec Phase1 starting.
    1/10/15 8:18:55.840 PM racoon[18762]: accepted connection on vpn control socket.
    1/10/15 8:18:55.840 PM racoon[18762]: accepted connection on vpn control socket.
    1/10/15 8:18:55.840 PM racoon[18762]: IPSec connecting to server 199.195.192.71
    1/10/15 8:18:55.840 PM racoon[18762]: IPSec connecting to server 199.195.192.71
    1/10/15 8:18:55.840 PM racoon[18762]: Connecting.
    1/10/15 8:18:55.840 PM racoon[18762]: IPSec Phase 1 started (Initiated by me).
    1/10/15 8:18:55.840 PM racoon[18762]: IPSec Phase 1 started (Initiated by me).
    1/10/15 8:18:55.841 PM racoon[18762]: IKE Packet: transmit success. (Initiator, Main-Mode message 1).
    1/10/15 8:18:55.841 PM racoon[18762]: >>>>> phase change status = Phase 1 started by us
    1/10/15 8:18:55.841 PM racoon[18762]: >>>>> phase change status = Phase 1 started by us
    1/10/15 8:18:56.103 PM racoon[18762]: >>>>> phase change status = Phase 1 started by peer
    1/10/15 8:18:56.103 PM racoon[18762]: >>>>> phase change status = Phase 1 started by peer
    1/10/15 8:18:56.103 PM racoon[18762]: IKE Packet: receive success. (Initiator, Main-Mode message 2).
    1/10/15 8:18:56.109 PM racoon[18762]: IKE Packet: transmit success. (Initiator, Main-Mode message 3).
    1/10/15 8:18:56.388 PM racoon[18762]: IKE Packet: receive success. (Initiator, Main-Mode message 4).
    1/10/15 8:18:56.414 PM racoon[18762]: IKE Packet: transmit success. (Initiator, Main-Mode message 5).
    1/10/15 8:18:56.700 PM racoon[18762]: Error evaluating certificate.
    1/10/15 8:18:56.700 PM racoon[18762]: Error evaluating certificate.
    1/10/15 8:18:56.704 PM racoon[18762]: ---------------Returned error strings: ---------------.
    1/10/15 8:18:56.704 PM racoon[18762]: ---------------Returned error strings: ---------------.
    1/10/15 8:18:56.704 PM racoon[18762]: -----------------------------------------------------.
    1/10/15 8:18:56.704 PM racoon[18762]: -----------------------------------------------------.
    1/10/15 8:18:56.704 PM racoon[18762]: the peer's certificate is not verified.
    1/10/15 8:18:56.704 PM racoon[18762]: the peer's certificate is not verified.
    1/10/15 8:18:56.704 PM racoon[18762]: IKEv1 Phase 1 AUTH: failed. (Initiator, Main-Mode Message 6).
    1/10/15 8:18:56.705 PM nesessionmanager[267]: IPSec Controller: IKE FAILED. phase 3, assert 0
    1/10/15 8:18:56.705 PM racoon[18762]: IKE Packet: transmit success. (Information message).
    1/10/15 8:18:56.705 PM racoon[18762]: IKEv1 Information-Notice: transmit success. (ISAKMP-SA).
    1/10/15 8:18:56.705 PM racoon[18762]: IKE Packet: receive failed. (Initiator, Main-Mode Message 6).
    1/10/15 8:18:56.705 PM nesessionmanager[267]: NESMLegacySession[IPSEC US San Jose 3:C7C727DF-D5DB-4887-B59D-DC6252C58F91]: status changed to disconnecting
    1/10/15 8:18:56.705 PM racoon[18762]: mode config 6 from 199.195.192.71[4500], but ISAKMP-SA 3f341f93b9d46df5:accbda1abf3b9b04 isn't established.
    1/10/15 8:18:56.705 PM racoon[18762]: mode config 6 from 199.195.192.71[4500], but ISAKMP-SA 3f341f93b9d46df5:accbda1abf3b9b04 isn't established.
    1/10/15 8:18:56.705 PM nesessionmanager[267]: IPSec disconnecting from server 199.195.192.71
    1/10/15 8:18:56.706 PM racoon[18762]: IPSec disconnecting from server 199.195.192.71
    1/10/15 8:18:56.706 PM racoon[18762]: IPSec disconnecting from server 199.195.192.71
    1/10/15 8:18:56.706 PM nesessionmanager[267]: NESMLegacySession[IPSEC US San Jose 3:C7C727DF-D5DB-4887-B59D-DC6252C58F91]: status changed to disconnected, last stop reason 0
    1/10/15 8:18:56.707 PM racoon[18762]: glob found no matches for path "/var/run/racoon/*.conf"
    1/10/15 8:18:56.707 PM racoon[18762]: glob found no matches for path "/var/run/racoon/*.conf"
    1/10/15 8:18:56.707 PM racoon[18762]: IPSec disconnecting from server 199.195.192.71
    1/10/15 8:18:56.707 PM racoon[18762]: IPSec disconnecting from server 199.195.192.71
    1/10/15 8:19:30.829 PM nesessionmanager[267]: NESMLegacySession[IPSEC US San Jose 3:C7C727DF-D5DB-4887-B59D-DC6252C58F91]: Received a start command from networkd[132]
    1/10/15 8:19:30.829 PM nesessionmanager[267]: NESMLegacySession[IPSEC US San Jose 3:C7C727DF-D5DB-4887-B59D-DC6252C58F91] starting on demand from process iTunes (18071) matching hostname play.itunes.apple.com
    1/10/15 8:19:30.829 PM nesessionmanager[267]: NESMLegacySession[IPSEC US San Jose 3:C7C727DF-D5DB-4887-B59D-DC6252C58F91]: status changed to connecting
    1/10/15 8:19:30.830 PM nesessionmanager[267]: IPSec connecting to server skuhece.anuson.com
    1/10/15 8:19:30.832 PM nesessionmanager[267]: IPSec Phase1 starting.
    1/10/15 8:19:30.849 PM racoon[18763]: accepted connection on vpn control socket.
    1/10/15 8:19:30.849 PM racoon[18763]: accepted connection on vpn control socket.
    1/10/15 8:19:30.849 PM racoon[18763]: IPSec connecting to server 199.195.192.71
    1/10/15 8:19:30.849 PM racoon[18763]: IPSec connecting to server 199.195.192.71
    1/10/15 8:19:30.849 PM racoon[18763]: Connecting.
    1/10/15 8:19:30.849 PM racoon[18763]: IPSec Phase 1 started (Initiated by me).
    1/10/15 8:19:30.849 PM racoon[18763]: IPSec Phase 1 started (Initiated by me).
    1/10/15 8:19:30.849 PM racoon[18763]: IKE Packet: transmit success. (Initiator, Main-Mode message 1).
    1/10/15 8:19:30.850 PM racoon[18763]: >>>>> phase change status = Phase 1 started by us
    1/10/15 8:19:30.850 PM racoon[18763]: >>>>> phase change status = Phase 1 started by us
    1/10/15 8:19:31.118 PM racoon[18763]: >>>>> phase change status = Phase 1 started by peer
    1/10/15 8:19:31.118 PM racoon[18763]: >>>>> phase change status = Phase 1 started by peer
    1/10/15 8:19:31.118 PM racoon[18763]: IKE Packet: receive success. (Initiator, Main-Mode message 2).
    1/10/15 8:19:31.124 PM racoon[18763]: IKE Packet: transmit success. (Initiator, Main-Mode message 3).
    1/10/15 8:19:31.384 PM racoon[18763]: IKE Packet: receive success. (Initiator, Main-Mode message 4).
    1/10/15 8:19:31.412 PM racoon[18763]: IKE Packet: transmit success. (Initiator, Main-Mode message 5).
    1/10/15 8:19:31.703 PM racoon[18763]: Error evaluating certificate.
    1/10/15 8:19:31.704 PM racoon[18763]: Error evaluating certificate.
    1/10/15 8:19:31.707 PM racoon[18763]: ---------------Returned error strings: ---------------.
    1/10/15 8:19:31.707 PM racoon[18763]: ---------------Returned error strings: ---------------.
    1/10/15 8:19:31.708 PM racoon[18763]: -----------------------------------------------------.
    1/10/15 8:19:31.708 PM racoon[18763]: -----------------------------------------------------.
    1/10/15 8:19:31.708 PM racoon[18763]: the peer's certificate is not verified.
    1/10/15 8:19:31.708 PM racoon[18763]: the peer's certificate is not verified.
    1/10/15 8:19:31.708 PM racoon[18763]: IKEv1 Phase 1 AUTH: failed. (Initiator, Main-Mode Message 6).
    1/10/15 8:19:31.708 PM racoon[18763]: IKE Packet: transmit success. (Information message).
    1/10/15 8:19:31.708 PM nesessionmanager[267]: IPSec Controller: IKE FAILED. phase 3, assert 0
    1/10/15 8:19:31.708 PM racoon[18763]: IKEv1 Information-Notice: transmit success. (ISAKMP-SA).
    1/10/15 8:19:31.708 PM racoon[18763]: IKE Packet: receive failed. (Initiator, Main-Mode Message 6).
    1/10/15 8:19:31.708 PM racoon[18763]: mode config 6 from 199.195.192.71[4500], but ISAKMP-SA a102f71f36b5acea:59fed533b03bb07e isn't established.
    1/10/15 8:19:31.709 PM racoon[18763]: mode config 6 from 199.195.192.71[4500], but ISAKMP-SA a102f71f36b5acea:59fed533b03bb07e isn't established.
    1/10/15 8:19:31.708 PM nesessionmanager[267]: NESMLegacySession[IPSEC US San Jose 3:C7C727DF-D5DB-4887-B59D-DC6252C58F91]: status changed to disconnecting
    1/10/15 8:19:31.709 PM nesessionmanager[267]: IPSec disconnecting from server 199.195.192.71
    1/10/15 8:19:31.709 PM racoon[18763]: IPSec disconnecting from server 199.195.192.71
    1/10/15 8:19:31.709 PM racoon[18763]: IPSec disconnecting from server 199.195.192.71
    1/10/15 8:19:31.710 PM nesessionmanager[267]: NESMLegacySession[IPSEC US San Jose 3:C7C727DF-D5DB-4887-B59D-DC6252C58F91]: status changed to disconnected, last stop reason 0
    1/10/15 8:19:31.710 PM racoon[18763]: glob found no matches for path "/var/run/racoon/*.conf"
    1/10/15 8:19:31.710 PM racoon[18763]: glob found no matches for path "/var/run/racoon/*.conf"
    1/10/15 8:19:31.710 PM racoon[18763]: IPSec disconnecting from server 199.195.192.71
    1/10/15 8:19:31.711 PM racoon[18763]: IPSec disconnecting from server 199.195.192.71

  • HT202159 I have been on to apps store logged in and gone on my purchurse to try and re down load Mountin Lion however it just states an error as accord I can't get it to re down load to launch pad in lion

    I have been on to apps store logged in and gone on my purchurse to try and re down load Mountin Lion however it just states an error as accord I can't get it to re down load to launch pad in lion

    1. You did not get an error message telling you that your iPhoto library was getting full. You got a message telling you that your HD was getting full, right?
    OS X needs about 10 gigs of hard drive space for normal OS operations - things like virtual memory, temporary files and so on.
    Without this space your Mac will slow down as the OS hunts for space on the disk, files will be fragmented, also slowing things down, apps will crash and the risk of data corruption - that is damage to your files, photos, music - increases exponentially.
    Your first priority is to make more space on that HD. Nothing else can be done until you do.
    Purchase an external HD and move your Photos and Music to it. Both iPhoto and iTunes can run perfectly well with the Library on an external disk.
    Your Library has been damaged from being run on an overfull disk.
    How much free space on it now?

  • Ipod Nano not recognized by itunes but appears on the explorer. Log message

    My ipod doesn't appear on itunes but is recognized by windows. It used to work before.
    I have found several answers to this problem but no one can't solve the problem : 5R, Terminal Service, Ipod Service, Restore, Reset, Usb, Last version of Itunes....
    With the last version of Itunes, I have launched the diagnotisc and the result is four green led.
    I have recorded the log file and into this one there are few message that show errors (I have copied only interesting messages):
    [SERVICE: 0x140,08:48:25 ERROR] Did not find first letter of stage
    [SERVICE: 0x980,08:51:21 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0x980,08:51:21 INFO] File does not exist!
    [SERVICE: 0x980,08:51:21 INFO] [1] CreateFileW error 0x3
    [SERVICE: 0x980,08:51:21 INFO] [1] WriteNewPrefs FAILED!
    [SERVICE: 0x980,08:51:21 INFO] [1] ReadDevicePreferences() failed!
    I can't understand these messages but I have the feeling that they have a relation with the hidden file Preferences store in ipod_control\device
    When I tried to open Preferences with "bloc note" of windows it doesn't work. Maybe this file is corrupted seen that I can open the file "SysInfo" which is in the same repertory. When I format the Ipod with FAT32, these files reappeared with the next power on and I have always same problem.
    Does anyone know if this file "Preferences" is readable with a valid iPOD?
    What mean "Did not find first letter of stage?" of the log message?
    Thanks for your answers,
    Nicolas

    If its brand new and doing this, return it with receipt.

Maybe you are looking for