Application Logging questions, SLG0

Hello all,
I have a couple of generic questions I would like to ask the users of this forum.
1.  The people that are using application logging, in what types of situations do you use this functionality, interface programming, updating custom tables, etc.?
2.  People that are aware of this functionality and are not using it, why are you not using it?
SAP help documentation has pretty good information about the different function modules that are part of this product. 
Thanks
Bruce

Hi Bruce;
   As part of the SAP's AII (Auto-ID) production, we use SLG1 extensively because that is where all of the application errors are stored by the system when it processes inbound or outbound messages.
   The biggest pro is that it consolidates all of the logging information; the biggest con is that it is hard to search through all that information for a particular message, unless the document number is part of the message.  It can be a challenge to find a particular log entry when there can be upwards of 2,500 in one day.
Cheers,
John

Similar Messages

  • Deleting Application & Log Question

    We had a consultant come and do training on location. I now have 3 training applications that I need to delete. They where created by three different people and when I log in as the admin to delete them, I am receiving the following message:
    " An error occurred while processing this page. Check the log for details. "
    * Which log is it referring too? I cannot find a log in planning that has details to this.
    * Could I be having issues because the admin account is not the creator of this application?
    * One of the applications does not have an essbase cube, what do I do with it?
    Any and all information would be greatly appreciated.
    Lace

    Hi,
    The error logging in planning has never been the best, especially if you are using Tomcat.
    If you run planning server in the foreground from the start menu and not as a server you get receive a lot more information (that is if you are on windows)
    If you check the datasource details for the applications created you should be able to see the user account they were created with.
    You also find out find out the sql repository tables which user is the application owner (HSP_USERS or HSP_OBJECT usually with id 50001)
    Are you saying one of the planning applications does not have a cube or an essbase application, it is alright if it does not have any cubes a create might not have been run. If there is no essbase application you can always create one with the correct name so when you run the delete application it runs through without any problems.
    Hope this helps
    John

  • Application log

    Hello friends,
    I have a query regarding the application log ( Transaction SLG0, SLG1 etc ). I would like to be able to write to the application log and at the same time be able to read and siplay the application log. Want to know the function modules for doing the same. It would be nice if the same could be shown with some example.
    Useful answers will be rewarded.
    Cheers,
    Jaydeep.

    Hello,
    Take a look at the FMs in group SLG0:
    APPL_LOG_INIT
    APPL_LOG_INIT_MESSAGES
    APPL_LOG_READ_INTERN
    APPL_LOG_READ_INTERN_LONGTEXT
    APPL_LOG_SET_OBJECT
    APPL_LOG_WRITE_DB
    APPL_LOG_WRITE_HEADER
    APPL_LOG_WRITE_LOG_PARAMETERS
    APPL_LOG_WRITE_MESSAGES
    APPL_LOG_WRITE_MESSAGE_PARAMS
    APPL_LOG_WRITE_SINGLE_MESSAGE
    Regards,
    John.

  • Application Logging in Standalone weblogic - quick questions

    Hi
    In JDeveloper, we could write our application logging to logs for debugging and viewable from JDeveloper.
    When we deploy to Standalone weblogic server, we cant find our logging.
    Of the 3 loggers (Msg Catalog, nonCatalog, Commons log API),
    Which logging mechanism is the best practice used logging for development environment ? Does it print to AdminServer.log ? If not, how can we accomplish that printing app log to AdminServer.log ?
    Which logging mechanism is the best practice used logging for production environment ? Does it print to AdminServer.log ? If not, how can we accomplish that printing app log to AdminServer.log ?
    Thanks

    hi,
    people commonly Log4J for their logging,Like Commons Logging, SLF4J, or the default Java Logging API. But if you're working with Oracle's Application Development Framework, there is another option as well: ADF Logging.
    ADF Logging is a logging mechanism, embedded in the ADF framework. It wraps the Java Logging API, but throws in a few extra methods and some JDeveloper and (Weblogic) Enterprise Manager features.
    the following one demo video from oracle site its very useful.
    http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/ADF_Insider_Essentials/debug_part1/debug_part1.html
    regards
    siva

  • How to use Application log (slg0 & slg1)

    Hi all,
    Can u please give me some hints to utilize Application log?
    Hope you will help me.
    Thanq in advance,
    Bye.

    hi John,
       Check these FM's out
    BAL_GLB_SEARCH_LOG            
    BAL_LOG_CREATE                
    BAL_LOG_EXC_ADD               
    BAL_LOG_HDR_CHANGE            
    BAL_LOG_HDR_READ              
    BAL_LOG_MSG_ADD               
    BAL_LOG_MSG_ADD_FREE_TEXT     
    BAL_LOG_MSG_CHANGE            
    BAL_LOG_MSG_CUMULATE          
    BAL_LOG_MSG_DELETE            
    BAL_LOG_MSG_DELETE_ALL        
    BAL_LOG_MSG_READ              
    BAL_LOG_REFRESH               
    SBAL_DETAIL                    Application Log: Display: Detail Screens                              
    BAL_DSP_LOG_PARAMETERS         Application Log: Display: Display log header parameter set            
    BAL_DSP_LOG_TECHNICAL_DATA     Application Log: Display: Display log header technical data                                                                               
    SBAL_DISPLAY                   Application Log: Display Log                                          
    BAL_DSP_LOG_DISPLAY            Application Log: Fullscreen log output                                
    BAL_DSP_LOG_PRINT              Application Log: Print log                                                                               
    SBAL_PROFILE                   Application Log: Display Profile                                      
    BAL_DSP_PROFILE_SINGLE_LOG_GET Application Log: Display profile: Standard profile (SLG1) for one log                                                                               
    SBAL_SERVICE                   Application Log: Service Functions                                    
    BAL_LOG_HDR_CHECK              Application Log: Log: Header data: Check                              
    BAL_LOG_MSG_CHECK              Application Log: Log: Message: Check                                                                               
    SBAL_TOOLBOX                   Application Log: Toolbox                                              
    BAL_DB_LOGNUMBER_GET           Application Log: Database: Get internal log number from number range  
    BAL_LOG_DELETE                 Application Log: Log: Delete log (from DB also at save)               
    BAL_LOG_EXIST                  Application Log: Log: Check existence (in memory)                     
    BAL_LOG_MSG_EXIST              Application Log: Log: Message: Check existence (in memory)            
    BAL_LOG_MSG_REPLACE            Application Log: Log: Message: Replace last                           
    BAL_STATISTICS_LOG_GET                                                                               
    BAL_STATISTICS_LOG_SET                                                                               
    Regards,
    Santosh
    Note: Reward Points if helpful

  • Application logging in weblogic 7.0

    Just wanted to put a question out there as to how everyone else is doing application
    logging. I want to provide a standardized error level logging capability to my
    application developers, and I DO NOT want to use the weblogic logging as it appears
    that it only can write to the server log - I worry about apps filling this filespace.
    I tried ServletContext logging, and contrary to other implementations, it also
    goes to the server log. According to the specs, it should go to a file that matches
    up with the context name.
    Is log4j the way to go?

    Thanks for the feedback, anyone else that ones to chime in on log4j shoot.
    Were looking now at how to leverage/intergate/avaliablate log4j within WLS.
    Cheers
    mbg
    "Jon Mountjoy" <[email protected]> wrote in message
    news:[email protected]..
    Hi Mark,
    I am curious about how log4j didn't work in a cluster, and what about
    weblogic's logging was superior to log4j?Well, I didn't exactly say that it didn't work in a cluster ;-) I
    implied that it didn't work beautifully in a cluster :-)
    These are the advantages that I see to WebLogic's logging:
    a) Distributed logging is a no-brainer
    b) Integration with WebLogic's own notifications
    WL:If you want to log in a cluster, then using WebLogic's logging is
    simple and effective - it all works out of the box. You get a nice
    domain log and all the underlying distribution is done for you.
    Log4J: If you want to log in a cluster using Log4J, then as far as I
    know you have to do some work (not much, just some) - which you don't
    have to do using WL. AFAIK, to get the same functionality you have to
    use SocketAppenders, and then have your administration server (or
    whichever server you want to hold the domain log) run a socketnode.
    Advantages: You have lots of nifty log4j features, more portable.
    Disadvantages: More setup, more administration, no integration with WL
    notifications.
    To me the greatest advantage is the integration with WebLogic's own
    notifications. Logging is not just about debugging info, but also
    manageability. I want to see all important information consolidated.
    Of course, I can write code to get this - perhaps writinng a
    notification listener for WL messages and converting them to Log4J
    messages. Hmm, perhaps if WL let me write my own 'appender' instead of
    their default 'send a JMX event' I could get nice clean integration.
    The nice thing about Log4J is that it's feature set is far richer, and
    its more 'portable' if you are willing to do the integration work with
    each app server.
    Regards,
    Jon

  • Create Object and Subject for Application Log

    Hello Experts,
    Could anyone tell me how to create the Z Object and subobject for the Application Log.
    ie) <b>BALOBJ_D & BALSUBOBJ</b>
    Could you please tell me the Tcode for that.
    Since I have to save the application in the new object so that it can be displayed using this Key.
    Thanks & Regards,
    Vasanth

    Hello Vasanth
    The transaction is SLG0 (Object Maintenance).
    Regards
       Uwe

  • What are F. M's used for creating application log in application server

    Hello
    plz suggest which F.M's i have to use to create application log
    Regards
    Kanth

    Hi Kanth,
    You can go through the following Function Modules :
    Application Log Maintenance
    (i)APPL_LOG_DELETE With this function module you delete logs in the database according to specified selection conditions
    (ii)APPL_LOG_DISPLAY With this function module you can analyze logs in the database.
    (iii)APPL_LOG_DISPLAY_INTERN With this function module you can analyze logs in local memory, e.g. when you have only collected log records at runtime and do not want to write to the database.
    (iv)APPL_LOG_INIT This function module checks whether the specified object or sub-object exists and deletes all existing associated data in local memory.
    (v)APPL_LOG_READ_DB With this function module you read the log data in the database for an object or sub-object according to specified selection conditions.
    (vi)APPL_LOG_READ_INTERN With this function module you read all log data whose log class has at least the specified value, from local memory, for the specified object or sub-object.
    (vii)APPL_LOG_SET_OBJECT With this function module, you create a new object or sub-object for writing in local memory. With a flag you can control whether the
    (viii)APPL_LOG_WRITE_u2026 messages are written in local memory or are output on the screen.
    (ix)APPL_LOG_WRITE_DB With this function module you write all data for the specified object or sub-object in local memory to the database. If the log for the object or sub-object in question is new, the log number is returned to the calling program.
    (x)APPL_LOG_WRITE_HEADER With this function module, you write the log header data in local memory.
    (xi)APPL_LOG_WRITE_LOG_PARAMETERS With this function module, you write the name of the log parameters and the associated values for the specified object or sub-object in local memory. If this function module is called repeatedly for the same object or sub-object, the existing parameters are updated accordingly. If you do not specify an object or sub-object with the call, the most recently used is assumed.
    (xii)APPL_LOG_WRITE_MESSAGE_PARAMS With this function module you write a single message, with parameters, in local memory. Otherwise the function module works like
    (xiv)APPL_LOG_WRITE_SINGLE_MESSAGE.
    (xv)APPL_LOG_WRITE_MESSAGES With this function module you write one or more messages, without parameters, in local memory.
    (xvi)APPL_LOG_WRITE_SINGLE_MESSAGE With this function module you write a single message, without parameters, in local memory. If no header entry has yet been written for the object or sub-object, it is created. If you do not specify an object or sub-object with the call, the most recently used is assumed.
    Regards,
    Swapna.

  • Messages from IDoc processing can be found in application log

    We are using the IDOC_INPUT_INVOIC_MRM Function Module to post Inbound Vendor EDI Invoices. During testing, we sometimes see the error "Messages from IDoc processing can be found in application log". We then have to check transaction SLG1 to ascertain the 'real' issue, e.g. "No GR documents found". In a Production environment however, this will be very inconvenient. Our business users process their own iDoc errors according to the iDoc Status, so to have to call up another transaction, and select the correct Application Log to find the true error, is not a process I would feel comfortable with for our users.
    My question is, can we configure/determine which messages are passed to the iDoc Status, or redirect Application Log messages ? Might a Z version of FM IDOC_INPUT_INVOIC_MRM be the way forward ?
    Many thanks,
    Paul.

    Hi,
       Just monitor your error idocs in WE20 transaction. Give idoc number here then execute, you can see the all three records(control, data, status). Click on status record node then double click
    on status number(e.g 51), it will take you to another screen there you click on "application log" button on application toolbar. This is the standard way finding the application log of an idoc, even i am finding the application log on production server like this.
    Thanks,
    Asit Purbey.

  • Error records written to application log

    Hi,
      Issue when uploading data from source system as data not even arriving into PSA and failing with below message like
    Error records written to application log
    Error in an arithmetic operation in record                                               793
    Record 793 :Contents 0 0 from field ANZZL cannot be converted in type INT1 ->longtext
    Record 793:Contents 0        0.00 from field PREIS cannot be converted in type CUR
    analysis:
      1).There were no issues in source system with filed data types.
      2). Re generated the data source and replicated into BW and reloaded, still same issue as mentioned above.
      3). In PSA data packets unable to find records which are issue. as data not arrived in PSA.
    Urgently needed to get the data into system.
    Thanks in advance.
    Mahesh

    Hi.
    May I recommend you to post such question in [BI General forum |Business Intelligence Old Forum (Read Only Archive) ;?
    There you can get an answer from our colleagues.
    Regards.

  • BAL Application Log

    Hi experts ,
    I am creating a module pool.
    It is having 1st selection-screen .
    Then based on selection i am displaying data in ALV.
    Based on data in this ALV i have to perform certain operation such as copy/delete bom .
    Before performing any operations , i  m supposed to check the selected row .
    If any errors are there then i have to store in BAL application log .
    If i click on some button then i have to display Application Log .
    Even if somebody changes records in ALV then i have to check it ( if errors exist then save to application log )
    I dont want to save this log in database , only in memory .
    Please help me , i am not aware of BAL application log .
    Please let me know if any extra objects to be created in database  .
    Regards ,
    Manoj .

    Hello Manoj
    In order to create <i>application logs</i> and store them you require an (application) <b>object </b>and a <b>sub-object</b> (transaction <b>SLG0</b>). Please note that this is cross-client customizing.
    Having defined your object and sub-object you can use the following sample coding in order to collect your messages and store them as application log.
    For more details please refer to my posting <b>Message Handling - Finding the Needle in the Haystack</b> in the <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/wiki">Wiki</a>
    *& Report  ZUS_SDN_MSG_HANDLER
    *& Message Handling using interface IF_RECA_MESSAGE_LIST
    *& For more details please refer to:
    REPORT  zus_sdn_msg_handler.
    DATA:
      gs_msg          TYPE recamsg,
      go_msglist      TYPE REF TO if_reca_message_list.
    " Macro for adding freely defined messages (<> SYST messages)
    DEFINE mac_build_msg.
      clear: gs_msg.
      gs_msg-msgty = &5.
      gs_msg-msgid = '00'.
      gs_msg-msgno = '398'.
      gs_msg-msgv1 = &1.
      gs_msg-msgv2 = &2.
      gs_msg-msgv3 = &3.
      gs_msg-msgv4 = &4.
      gs_msg-detlevel = &6.
      go_msglist->add( is_message = gs_msg ).
    END-OF-DEFINITION.
    PARAMETERS:
      p_opt1   RADIOBUTTON GROUP radi DEFAULT 'X',
      p_opt2   RADIOBUTTON GROUP radi,
      p_opt3   RADIOBUTTON GROUP radi.
    START-OF-SELECTION.
      " Create message handler
      CALL METHOD cf_reca_message_list=>create
    *    EXPORTING
    *      ID_OBJECT    = 'RECA'   " <= set your object here     (SLG0)
    *      ID_SUBOBJECT = 'MISC'   " <= set your sub-object here (SLG0)
    *      ID_EXTNUMBER =          " <= set your own external number
        RECEIVING
          ro_instance  = go_msglist.
      " ...Here starts your checking procedures
      mac_build_msg 'Application Log'
                     syst-uname syst-datum syst-uzeit 'I' '1'.
      mac_build_msg 'Check changes in row'
                     '1' space space 'I' '2'.  " 2nd hierarchy level
      mac_build_msg 'Value xyz removed'
                     '->' 'ok' space 'I' '3'.  " 3rd hierarchy level
      mac_build_msg 'Value abc changed'
                     '->' 'not ok' space 'E' '3'.
      mac_build_msg 'Value 123 modified'
                     '->' 'check' space 'W' '3'.
      mac_build_msg 'Check changes in row'
                     '2' space space 'I' '2'.
      PERFORM display_log.
      EXIT.
      CALL METHOD go_msglist->set_extnumber
        EXPORTING
          id_extnumber = '<your own external identifier'.
      CALL METHOD go_msglist->store
    *    EXPORTING
    *      IF_IN_UPDATE_TASK = ABAP_TRUE
    *    EXCEPTIONS
    *      ERROR             = 1
    *      others            = 2
      IF sy-subrc <> 0.
    *   MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *              WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    END-OF-SELECTION.
    *&      Form  DISPLAY_LOG
    *       text
    *  -->  p1        text
    *  <--  p2        text
    FORM display_log .
    * define local data
      DATA:
        ld_handle           TYPE balloghndl,
        lt_log_handles      TYPE bal_t_logh,
        ls_profile          TYPE bal_s_prof.
      " Get log handle of collected message list
      ld_handle = go_msglist->get_handle( ).
      APPEND ld_handle TO lt_log_handles.
      IF ( p_opt1 = 'X' ).
        " GET a display profile which describes how to display messages
        CALL FUNCTION 'BAL_DSP_PROFILE_DETLEVEL_GET'
          IMPORTING
            e_s_display_profile = ls_profile.  " tree & ALV list
      ELSEIF ( p_opt2 = 'X' ).
        " GET standard profile to display one log
        CALL FUNCTION 'BAL_DSP_PROFILE_SINGLE_LOG_GET'
          IMPORTING
            e_s_display_profile = ls_profile.
      ELSE.  " p_opt3 = 'X'.
        CALL FUNCTION 'BAL_DSP_PROFILE_NO_TREE_GET'
          IMPORTING
            e_s_display_profile = ls_profile.
      ENDIF.
    * set report to allow saving of variants
      ls_profile-disvariant-report = sy-repid.
    *   when you use also other ALV lists in your report,
    *   please specify a handle to distinguish between the display
    *   variants of these different lists, e.g:
      ls_profile-disvariant-handle = 'LOG'.
      CALL FUNCTION 'BAL_DSP_LOG_DISPLAY'
        EXPORTING
          i_s_display_profile  = ls_profile
          i_t_log_handle       = lt_log_handles
        EXCEPTIONS
          profile_inconsistent = 1
          internal_error       = 2
          no_data_available    = 3
          no_authority         = 4
          OTHERS               = 5.
      IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    ENDFORM.                    " DISPLAY_LOG
    Regards
      Uwe

  • Is there any way to automate purging Application Logging in azure storage account tables

    is there any way to automate purging Application Logging in azure storage account tables
    Rohit Pasrija

    hi Rohit,
    If you want to delete old data automatically, I think you need develop this feature by yourself. You could code the logic methods on your project, and set a timer to execute the methods to delete old data. Please refer to this thread (http://stackoverflow.com/questions/13602629/is-it-possible-to-acces-a-table-storage-in-azure-from-an-azure-web-site
    ), you could operate table storage data using azure sdk or REST API.
    Please try it.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Idocs and the application log

    Hello there,
    i have a general question. I am about to integrate idocs into an interface managing program and i wanted to know if idocs are known to use the application log for writing (error) messages.
    I know they have the possiblity to do so, but i do not know if this is frequently used or even used at all. At least it is not on my system.
    Thanks in advance for your answers.
    Kind regards
    Jonas Liebstückel

    no, I am thinking this has to do with the IDOC-type - either you can flag the use of the application log somewhere in the IDOC-configuration or the processing funciton modules are doing it. I would have to dig around to find out, but so can you: just check along the WE* with MATMAS and look at the function modules that are behind the processing code ... WE41

  • Biztalk 2009 Warning on application log

    I have a send port that has the WCF custom adapter that is storing data to SQL server and once I dropped the file in the receive location, the application log displayed a warning which is the following:
    The adapter failed to transmit message going to send port "LA_send_port_5010" with URL "mssql://TPA*****/OP*****/HiCo******?".
    It will be retransmitted after the retry interval specified for this Send Port. Details:"Microsoft.ServiceModel.Channels.Common.ConnectionException: A connection was successfully established with the server, but then an error occurred during the login
    process. (provider: TCP Provider, error: 0 - The specified network name is no longer available.) ---> System.Data.SqlClient.SqlException: A connection was successfully established with the server, but then an error occurred during the login process. (provider:
    TCP Provider, error: 0 - The specified network name is no longer available.)
       at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
       at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
       at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection,
    DbConnectionFactory connectionFactory)
       at System.Data.SqlClient.SqlConnection.Open()
       at Microsoft.Adapters.Sql.SqlAdapterConnection.OpenConnection()
       --- End of inner exception stack trace ---
    Server stack trace: 
       at Microsoft.Adapters.Sql.SqlAdapterConnection.OpenConnection()
       at Microsoft.Adapters.Sql.ASDKConnection.Open(TimeSpan timeout)
       at Microsoft.ServiceModel.Channels.Common.Design.ConnectionPool.GetConnection(Guid clientId,
    TimeSpan timeout)
       at Microsoft.ServiceModel.Channels.Common.Design.ConnectionPool.GetConnectionHandler[TConnectionHandler](Guid
    clientId, TimeSpan timeout, MetadataLookup metadataLookup, String& connectionId)
       at Microsoft.ServiceModel.Channels.Common.Channels.AdapterRequestChannel.OnOpen(TimeSpan timeout)
       at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
       at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout)
       at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
       at System.ServiceModel.Channels.CommunicationObject.Open()
    Exception rethrown at [0]: 
       at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage
    retMsg)
       at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32
    type)
       at System.ServiceModel.ICommunicationObject.Open()
       at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfClient`2.GetChannel[TChannel](IBaseMessage bizTalkMessage,
    ChannelFactory`1& cachedFactory)
       at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfClient`2.SendMessage(IBaseMessage bizTalkMessage)".
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    Christiane

    Hi Christiane,
    You can do two things:
    Check your SQL connection string:
    Your stack trace mentions that the error has occurred at:
    Microsoft.Adapters.Sql.SqlAdapterConnection.OpenConnection()
    So the SQL connectionstring and its format:
    Format:
     mssql://[Server_Name:Portno//DBName?InboundId=xyz
    Some examples:
    mssql://SQL-SERVER-1:50105//DbName?InboundId=xyz
    mssql://SQL-SERVER-1//DbName?InboundId=xyz
    Check the
    TCP
    is enabled:
    Since the error contains “A connection was successfully established with the server, but then an error occurred
    during the login process. (provider: TCP Provider, error: 0 - The specified network name is no longer available.)”
    Try the following:
    In your SQL Server you’re trying to connect,
    Go to All Programs >> Microsoft SQL Server 2008 >> Configuration Tools >> SQL Server Configuration Manager >> Select
    TCP/IP, Right Click on
    TCP/IP >> Click on Enable
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful.

  • Odd alternative access mappings warning appearing Event Application Log

    Hello,
    I see these odd alternative access mappings warnings in the application log.  These warning occur on a SharePoint 2013 site that is in internal. I don't want to add http://go.microsoft.com to the alternative access mappings.  How can I determine
    where this warning is coming from?  What does it mean?  How can resolve this warning?  Could it be a problem with DNS? 
    There are other warnings from other external URLs showing up in events.  I am wondering if this may causing credential pop-ups which users seem to experience at random times.  
    Log Name:      Application
    Source:        Microsoft-SharePoint Products-SharePoint Foundation
    Date:          5/12/2014 9:25:21 AM
    Event ID:      8059
    Task Category: Configuration
    Level:         Warning
    Keywords:      
    User:          PBTF\account
    Computer:      server
    Description:
    Alternate access mappings have not been configured.  Users or services are accessing the site http://thoth.pbtf.com with the URL http://go.microsoft.com.  This may cause incorrect links to be stored or returned to users.  If this is expected,
    add the URL http://go.microsoft.com as an AAM response URL.  For more information, see: http://go.microsoft.com/fwlink/?LinkId=114854"/>
    Paul

    this is really odd that you are getting the warning for the "http://go.microsoft.com". Typically this error is when you hitting the server with IP address or Server Name, or any other address which is not registered into the AAM. Usually its easy to
    ignore in many cases.
    may be somebody put the host header entries on his machine to map this address to the site.
    check this one for more help:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/0fcb4f4e-0eaf-42a0-ada7-6ff19da3fac3/event-id-8059-problem-is-sharepoint-foundation-is-referencing-an-alternate-access-mapping-that?forum=sharepointadminprevious
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

Maybe you are looking for

  • Correct procedure to transfers Sales Delivery to Sales A/R Invoice

    Hi, Is there someone who can white some code to explain the best way to transfers a Sales Delivery to A/R Invoice with the SDK the same way as Copy To (A/R Invoice) from the Delivery window in SAP ? I've been successful at transfering one by hand sav

  • Received a message with dismiss button. Is my iPhone hacked?

    Hello, I have Iphone4S with IOS 6.  Today I got a message "how are you2" with a dismiss button on it, which occupied the complete screen. Since i found it strange i managed to take a screenshot of it. I clicked on dismiss button and found no sign of

  • Looping thru 2 temp tables

    I need to loop the @Role table and then loop the @requestorRole table inside and combine the two. So if  the tblRole table contains:    1,2,3.... I need to print: 1,1 1,2 1,3 2,1 2,2 2,3 3,1 3,2 3,3 DECLARE @Role TABLE Id int, Name varchar(16) DEC

  • Comunication between hosts in different DMZs

    Hello Folks, we are having trouble with DNS connectivity between client and server connected in different DMZs. Its seems that there is a problem with the subnets we are using. The inside network has the supernet 10.10.96.0/19 and there is a static r

  • Refine Edge in Photoshop CS6 superior to Fluid Mask 3?

    I have been using Fluid Mask 3 since Photoshop CS3. But, recently, looking at a tutorial at a retouch DVD I bought, it seems that the CS6 version of Refine Edge is superior to Fluid Mask. It seems to have a far more advanced algorithm, and the fact y