SLG1 Transfer logs stopped logging X-fer activities

Hello Experts,
We are on GTS 10.0 and have come across an issue where the transfer log using SLG1 txn has stopped logging activities for the Orders flowing from ECC.
Could this be because the log limit has exceeded and if there is a way to make it work without having to delete the historical log that has been there for last 5 months since Go-Live?
Any help is much appreciated..
Regards,
Prashant.

Hi Prashant,
Use SLG1 to display the last logs available.  In the top pane of the results screen, you can see the Log Number.  Does it look as though the Number Range is exhausted?  If it is, then all other logging should also have stopped at that time - did you check the logs for other objects?
Regards,
Dave

Similar Messages

  • How to determine SLG1 Application Log Size

    Hi, Can anyone tell me how we might be able to determine the size of our SLG1 Application Logs on our BW System?
    We want to be sure they are not taking up too much space.  If they are we'll purge with SLG2, and if not then we will keep them around.
    Thanks!

    Hello,
    system does writes the application log in to the database.
    SAP_COLLECTOR_FOR_NONE_R3_STAT is designed to collect non ABAP Statistic Data in/for a central repository.
    look service.sap.com/notes and search for SAP_COLLECTOR_FOR_NONE_R3_STAT
    Hope it will hep you.
    Regards,

  • User Logging of planning activities

    Hello
    Is there a standard mechanism which logs all planning activities of the users?
    Please advise.
    Thanks
    BEO

    Hi.
    As I know there is no standard mechanism for it.
    You have 2 options for logging:
    1. write FOX that copies data to some "log" version on each save.
    2. implement IF_RSPLS_LOGGING_ON_SAVE interface and write logs to some DSO.
    Regards.

  • File Transfer Log

    Hi,
    I want to know if there is a log of files that have been transferred from the night before. Usind ARD I saw a large amount of files were transferred from a users machine to a firewire drive, but I wanted to know if there was a log of some sort in Unix or in ARD.
    Let me know,
    K

    Transferred how?
    There is a multitude of servers that can 'transfer files' to and from your server. Each of which can have its own log file.
    For example, the FTP server logs transfers in /var/log/ftp.log
    The web server logs in /var/log/httpd/access_log
    The AFP server logs file transfers in Library/Logs/AppleFileService/AppleFileServiceAccess.log but only if you've enabled access logging (which is off by default).
    The NFS server doesn't log individual file transfers, and file transfers via shell commands such as scp also won't be logged.
    Other services have their own logs.
    If you want to capture a list of all changes, regardless of the protocol then you'd need to look at taking some kind of periodic snapshot of the system and comparing the changes. Various backup programs will do this as part of identifying which files to backup, but this won't tell you which files have been downloaded from the server to other workstations.

  • How to transfer log files into Database Table.

    Hello,
    I have a requirement. My Front end is Oracle Application. If any user deletes the data from front end screen. One log file should be generated. That file will save in one folder in my server. And That log file consists which code is deleted.
    And the user name who deleted the code, time and deleting status..
    Now my requirement is i have to develop a report to display the log file data. But i dont have a database table to retrieve the data. The data consists Log files.
    How to transfer the Log files in DB table.
    I need a data in DB table to develop a report.
    Thanks...

    How do I ask a question on the forums?
    SQL and PL/SQL FAQ
    is application 3-tier

  • Slg1/slg0-Log Display

    hI ,
    I want to know how to use slg1.Currently  getting error in this function module 'Unable to create log for object .I had created object and subject in slg0.
      CALL FUNCTION 'BAL_LOG_CREATE'
           EXPORTING
                i_s_log                 = p_log_header
           IMPORTING
                e_log_handle            = p_log_handle
           EXCEPTIONS
                log_header_inconsistent = 1
                OTHERS                  = 2.
      IF sy-subrc <> 0.
        MESSAGE e999 WITH 'Unable to create log for object = '
                          p_log_header-object
                          'and sub-object = '
                          p_log_header-subobject.          "#EC NOTEXT
    Ivneet

    Check this post:
    [Generate Application Log |http://help-abap.blogspot.com/2008/10/generate-application-log.html]
    Regards,
    Naimesh Patel

  • RMI inside Netbeans and Logging of Network activities

    I worte a program in jdk 1.6 that sets up an RMI and it worked fine. But when i took the same code into netbeans its showing an exception that the correct stub file is not available. Is there a way to create stubs from inside netbeans? in the rmic the file I gave was the implementation file but the netbeans package is asking for the stub file with the name client.logger, wee client is the package name.
    Also please tell me if there is a way I can create a log of all the files transfered over LAN from the computer thats running the java program. It should log all incoming files and sender and files sent with the destination. I need these for a first year engineering project.
    Thank you.

    'Context is read-only' is not a Registry error
    message. You are trying to bind to something else.
    Show us some code.Well, I'm not doing a lot of binding, so I'm assuming it's this part:
                   DDBServer stub = (DDBServer)UnicastRemoteObject.exportObject(this, 0);
                   Registry registry = LocateRegistry.getRegistry();
                   registry.rebind("DDBServer", stub);The error message is:
    2007-04-18 14:06:40 NamingContextListener[Catalina/localhost/DDBServer]: Creation of the naming context failed: javax.naming.NamingException: Context is read only

  • Where can I find Dreamweaver transfer log files?

    Does anyone know where I can find my log files from file transfers in Adobe Dreamweaver?
    I am attempting to find logs from the last week or so, to create a list of deletions from our svn repo.

    Using Win7 Dreamweaver CS6
    Window > Results >FTP log is empty for me;
    I've since closed Dreamweaver, and am looking for log files from the past week or so, to see what was transfered/deleted from the svn repo.

  • Trying to create log of programs activities

    Trying to create a log file that will track what my program is doing but receiving the following error message on my write command:
    C:\jakarta-tomcat-4.0.3\webapps\webdav\WEB-INF\classes>javac ReadSource.java
    ReadSource.java:28: cannot resolve symbol
    symbol : method write (java.lang.String)
    location: class java.io.FileOutputStream
    fos.write(s);
    ^
    1 error
    Here is my program:
    import java.io.*;
    import java.util.StringTokenizer;
    import java.sql.*;
    public class ReadSource {
    static String filename = "C:/upload/log/logfil.log";
    public static void main(String[] args) throws Exception {
         StringTokenizer st1;
              String val1, val3, val4, val5, val9, val10, val11, val12, val13, val14, val16;
              String val2, val6, val7, val8, val15, val17;
              File f = new File("C://upload" );
         try {
              Class.forName("oracle.jdbc.driver.OracleDriver").newInstance();
    Connection conn = DriverManager.getConnection("jdbc:oracle:thin:@xxxx.xxxxx.xxxx:1521:xx","xxxxxx","xxxxx");
                        Statement st = conn.createStatement();
                        File fl = new File(filename);
                        if (!fl.exists())
                        { fl.createNewFile(); }
                        FileOutputStream fos = new FileOutputStream(fl.toString(),true);
                        if (f.isDirectory())
                        { String [] s = f.list();
                        for (int i=0; i<s.length; i++)
                        { System.out.println(s[i]);
                             fos.write(s[i]);
                             System.out.println(f);
                                  System.out.println(f+"/"+s[i]);
              FileReader file = new FileReader(f+"/"+s[i]);
                                  File inputFile = new File(f+"/"+s[i]);
                                  File outputFile = new File("C:/upload/archive/"+s[i]);
                        BufferedReader buff = new BufferedReader(file);
                        boolean eof = false;
                        String val0="";
                        ResultSet rec = st.executeQuery("SELECT landings_hold_batch_seq.nextval FROM dual");
                        while(rec.next())
                        { val0 = rec.getString(1);
                             //System.out.println(val0);
                        while (!eof)
                        { String line = buff.readLine();
                             if (line == null)
                             { eof = true; }
                             else
                             { //System.out.println(line);
                                  st1 = new StringTokenizer(line,",");
                                       //System.out.println(val0);
                                       val1 = st1.nextToken();
                                       val2 = st1.nextToken();
                                       val3 = st1.nextToken();
                                       val4 = st1.nextToken();
                                       val5 = st1.nextToken();
                                       val6 = st1.nextToken();
                                       val7 = st1.nextToken();
                                       val8 = st1.nextToken();
                                       val9 = st1.nextToken();
                                       val10 = st1.nextToken();
                                       val11 = st1.nextToken();
                                       val12 = st1.nextToken();
                                       val13 = st1.nextToken();
                                       val14 = st1.nextToken();
                                       val15 = st1.nextToken();
                                       val16 = st1.nextToken();
                                       val17 = st1.nextToken();
                                       /*System.out.println("Token 0: " + val0);
                                  System.out.println("Token 1: " + val1);
                                  System.out.println("Token 2: " + val2);
                                       System.out.println("Token 3: " + val3);
                                       System.out.println("Token 4: " + val4);
                                       System.out.println("Token 5: " + val5);
                                       System.out.println("Token 6: " + val6);
                                       System.out.println("Token 7: " + val7);
                                       System.out.println("Token 8: " + val8);
                                       System.out.println("Token 9: " + val9);
                                       System.out.println("Token 10: " + val10);
                                       System.out.println("Token 11: " + val11);
                                       System.out.println("Token 12: " + val12);
                                       System.out.println("Token 13: " + val13);
                                       System.out.println("Token 14: " + val14);
                                       System.out.println("Token 15: " + val15);
                                       System.out.println("Token 16: " + val16);
                                       System.out.println("Token 17: " + val17);*/
                                       st.executeUpdate("INSERT INTO LANDINGS_HOLD (lh_id, lh_batch, supplier_dr_id, supplier_unique_id, supplier_dealer_id, supplier_cf_id, supplier_vessel_id, unload_year, unload_month, unload_day, state_code, county_code, port_code, itis_code, market, grade, reported_quantity, unit_measure, dollars, lh_loaddt, lh_loadlive)" +
                        "VALUES (0,'"+val0+"','"+val1+"',"+val2+",'"+val3+"','"+val4+"','"+val5+"',"+val6+","+val7+","+val8+",'"+val9+"','"+val10+"','"+val11+"','"+val12+"','"+val13+"','"+val14+"',"+val15+",'"+val16+"',"+val17+",SYSDATE,NULL)");
                             FileReader in = new FileReader(inputFile);
                             FileWriter out = new FileWriter(outputFile);
    int c;
                             while ((c = in.read()) != -1)
                             { out.write((char)c); }
                             in.close();
                             out.close();
                             //f.delete(); // delete the upload file
                             buff.close();
                        conn.close();
                        else
                        { System.out.println("No files to process"); }
              catch(Exception e) { System.out.println("My Error: " + e); }

    Code's too badly formatted to read, but logging is considered an old chestnut these days anyway:
    If you're using JDK 1.4, use the java.util.logging package http://java.sun.com/j2se/1.4.1/docs/api/java/util/logging/package-summary.html
    If you're using JDK 1.3 or earlir, use Apache log4j http://jakarta.apache.org/log4j/docs/index.html
    If you have to run in both old a new VMs, use log4j.

  • Is there any file transfer log for Blutooth?

    Hi All,
    Is there anyway to know which all files were transferred via Blutooth in N72.
    I think some of my personal files were transferred, is there anyway to know that?????
    Is there some kind of log for blutooth????
    Thanks in Advance,
    Sathya

    HI,
    there isnt this kind of log in your phone.
    NOKIA means:Night Of King In Alone

  • Transfer Status Stop Sign?

    Hey, Im trying to transfer some clips from my Cannon Vixia hf10 to Final Cut Express and everything has gone well except a few of the crucial clips have a stop sign next to them when i put them in the que and it will not transfer those clips... is there anything i can do in order to get them into final cut express?

    Make sure:
    • Your Easy Setup matches your footage specs.
    • Your Log and Transfer preferences are set to +Plain Stereo.+ Click the "gear" button in the upper right of the window and choose preferences, then set your audio to plain stereo.
    • In the same preferences window, hit the +Clear Logging Autofill Cache+ button.
    If all else fails, try trashing your preferences:
    http://fcpbook.com/Misc1.html

  • To stop all billing,purchase activities in a plant

    Dear All,
    In our organization we have 34 plants in which two plants have been closed. I want to know how we can stop all the billing,purchasing activities for this particular plants alone.But i need all the reporting activities to take place.
    In which level we can block?
    Regards
    S N

    Dear Nirmal
    To create any document, you would be maintaining some document type, say in your case, for stock transport order, issuing plant while sending the material to receiving plant, they would start with document type.  You can block this with the help of your basis team.
    Explain your requirement clearly to your basis team as they would be responsible for all user authoirsations.
    Thanks
    G. Lakshmipathi

  • File Transfer error - stops at 26280 bytes.

    I am trying to make a little file transfer utility, and it works when I test the client and server sides on the same machine, but when I began to test the client and server on different machines it starts giving me problems. For files under 26280 bytes the file transfers completely, no problems. But for anything over that amount, the server stops the transfer and returns a bunch of errors on the server side. The client thinks the file is complete and quits. I am pretty sure it has something to do with the way I have set up the Streams. Here is the code snippit:
    For Server:
    OutputStream os = socket.getOutputStream();
         BufferedOutputStream bos = new BufferedOutputStream(os);
    File nFile = filename;
    long long_size = nFile.length();
    int size = (int)long_size;
    byte[] buffer = new byte[size];
    FileInputStream fis = new FileInputStream(nFile);
    DataInputStream dis = new DataInputStream(inStream);
    while(fis.read(buffer)!=-1){
    bos.write(buffer);
    bos.flush();
    For Client:
    InputStream is = sock.getInputStream();
    BufferedInputStream bis = new BufferedInputStream(is);
    FileOutputStream fos = new FileOutputStream(file);
    BufferedOutputStream bosfile = new BufferedOutputStream(fos);
    while(true) {
    size = bis.available();
    if(size == 0)
    break;
    byte[] pOutput2 = new byte[size];
    rc=bis.read(pOutput2, 0, size);
    if(rc == -1)
    break;
    bosfile.write(pOutput2);
    if(rc < size)
    count +=rc;
    break;
    else
    count +=size;
    Any help would be much appreciated. Thank you very much

    Doubtful code:
    size = bis.available();
    if(size == 0)
    break;
    You have a buffered input stream hanging on a socket input stream. So what if the client gets ahead of the server? Answer: for a while, there is no data available.

  • Log and transfer stops for some reason

    I just upgraded to FCE 4.0.1.
    I am trying to Log and Transfer video that is AVCHD 720 30p.
    I have FCE "easy setup" set to "HDV-Apple Intermediate Codec 720p30".  I assume this is correct?
    When I select a clip in Log And Transfer, put my in and out points, and choose "add clip to cue", the cued clip begins transferring and exactly 10 seconds later it just stops.  I tried to start over with a new project and it keeps happening.  Log and Transfer just stops.  No injesting.
    And there are no clips showing up on my scratch disk.
    Help?

    The AVCHD 720 30p was the camera info I was given.
    I can't open the .MTS files with Quicktime or mpeg StreamClip so I'm unable to get any info from them.
    When I select "get info" on the .MTS files (in a folder called "Stream", the attached screenshot shows this:

  • Log and transfer clip setting over clip #100 +

    When I selected all clips on log and transfer, they stop at Clip #99. It could not transfer more than #100. I had to rename to a, b, c, etc. Is there any preferance settings to accept over #100? I want to keep them in order.

    All cards start with #1? I don't see "#1" anywhere.
    I see the clip names, like 0001MS, 0002Z8 and so on. And VOLUME NAME is the name of the card or name of the folder you put the card in. The second card MIGHT start again with 0001, but have another code, like "0001GU, 0002B2" and so on. Because that it the first one on that card. IF a shot spanned from one card to the next, the number scheme would continue, like you are seeing. 0057HW, 0058J9, something to that effect.
    This is the way P2 names clips, and there is nothing you can do to change this. Import them, and then rename them...fine.
    Are you saying that it can't go beyond shot 100? 0100YU, but no 0101IK? P2 can go to 999.
    Shane

Maybe you are looking for

  • Brand new iMac 24" crashes and burns playing games in bootcamp

    If this continues I guess I will have to call support but for those that are interested here is the story: I have a 24" iMac 3gig and I have installed bootcamp - although I am not convinced as to how well this worked with the driver install as I have

  • Unable to restore my iPad via iTunes

    Hi guys, I am looking for help to restore my iPad. I tried to restore my iPad via iTunes on PC in the morning, however, the process of downloading Apple software update was stopped at the last mintue as it was almost completed. iTunes popped up " Tim

  • Set color of specific cells in JTable.

    I have a JTable where I want to set the color for specific cells. Is this possible to do, and if so, how?

  • Optical out problem

    All, I have a white imac and have recently bought a receiver and 5.1 speakers to go with it. I have connected up amp to PS3 through optical cable and it works fine, but I am hoping to connect my mac straight up to the receiver through the optical out

  • Embedding Swing Components within Javafx Scene (on a Mac)

    Currently I trying to embed swing components into javafx through steps located here: SwingNode The Myth not the reality | In-SideFX Was able to get it working on a PC, however when the packaged jar is run on a mac, I end up with the "Headless excepti