Why the initial 302 redirect?

I've been knocking around this problem with BEA for awhile now, with no
          resolution yet. Why does the initial request to my site first get a 302
          redirect page that then leads to the actual page I wanted served
          (index.jsp)? I don't have it configured to do any redirect, and the BEA
          engineers have told me that this is simply the way weblogic and other
          appservers are designed. DO most of the other appserver do this? Why can't
          it just be made to return the requested page right up front? They (the BEA
          engineers) claim that weblogic cannot be configured to do this.
          Oh, and the reason I ask is that we've been advised of problems with
          crawlers not following these redirect pages. Don't know if I believe that
          or not.
          

Hi himanshu1979,
<jsp:farward> is compulsary
String destination;
/* construct your destination url as you like */
this.getServletContext().getRequestDispatcher(destination).forward(request,
response);
Browser is showing ur jsp from the cache.
So you can instruct the browser not to do that by using
<code>
response.setHeader("Expires","0");
</code>
or
<code>
response.setHeader("Pragme","no-cache");
</code>
Regards,
Tirumalarao
Developer TechnicalSupport,
Sun MicroSystem,India.

Similar Messages

  • Using the af:image tag generates a http 302 redirect - image not cached

    Using jdev 11.1.1.3.0 - I have a page template that displays a logo on top with the af:image tag. On my browser I have installed a sniffer called HttpWatch. When I look at the http requests I see that the image is never cached. Instead it shows a http return code of 302 (redirect) for the request fetching the image. the h:graphicImage tag does not have this behavior. Is this by design?

    Hi,
    don't know the code detail of h:graphicImage, but the ADF Faces image component reads the image from the resource loader (which is a servlet), which is not the same as just referencing the file on the public directory of the deployed application. So I assume that this is the reason why the image is not cached.
    Frank

  • B2C web shop - change/remove the 302 redirects for google search

    Hi All,
    We are making our webshop (http://hamperking.com.au) search engine friendly and implimenting a number of SEO recommendations.  One of these recommendation requires the removal of the "works as designed" 302 redirects (temporary) in our CRM 2007 shop.  Or atleast change them to 301 redirects (permenant).  As the 302 redirects are temporary, google will not give them priority.
    Can anyone point me into the right direction as to the SC and DC where is config is made?
    Cheers,
    Vic

    I can not answer your direct question, but am curious as to why you are not using the [Web Crawler|https://service.sap.com/sap/support/notes/1128832] to accomplish this or perhaps you were unaware of it?

  • FF 13.0.1 - Constant 301, 302 redirects and pages not loading up... Has anyone encountered the same issue? I hate having to go back using IE

    That i log in my Gmail, Hotmail, Facebook and the CMS of my Joomla 1.5 website, i keep on getting issues such as 301 or 302 redirects...
    When i went to input.mozilla.org/feedback , the page showed completely blank....
    I hate having to use IE as my second browser...

    Hi,
    Are the sites working in IE?? You can consider the [https://support.mozilla.org/en-US/kb/reset-firefox-easily-fix-most-problems Reset Firefox] feature via '''Help''' ('''Alt''' + '''H''') > '''Troubleshooting Information'''.
    (To revert to the previous profile, close the new profile, start Firefox and choose the '''*.default''' profile. While the [https://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-firefox-profiles Profile Manager] is open, you can also delete the newly reset profile (the one containing random numbers)).
    [https://support.mozilla.org/en-US/kb/Managing-profiles Managing profiles]
    [https://support.mozilla.org/en-US/kb/Profiles?s=profile&r=2&e=sph&as=s Profiles Howto]

  • Why is Firefox continually redirecting me away from the site I'm looking for?

    When I go to a site, I get redirected to an advertising site. When I backspace twice I get returned to the Google search page and then I can go directly to the site I'm punching in. But why am I getting redirected all the time?

    Search redirect malware.
    Install, update, and run these programs in this order. They are listed in order of efficacy.<br />'''''(Not all programs detect the same Malware, so you may need to run them all to solve your problem.)''''' <br />These programs are all free for personal use, but some have limited functionality in the "free mode" - but those are features you really don't need to find and remove the problem that you have.<br />
    ''Note: If your Malware infection is bad enough and you are mis-directed to URL's other than what is posted, you may have to use a different PC to download these programs and use a USB stick to transfer them to the afflicted PC.''
    Malwarebytes' Anti-Malware - [http://www.malwarebytes.org/mbam.php] <br />
    SuperAntispyware - [http://www.superantispyware.com/] <br />
    AdAware - [http://www.lavasoftusa.com/software/adaware/] <br />
    Spybot Search & Destroy - [http://www.safer-networking.org/en/index.html] <br />
    Windows Defender: Home Page - [http://www.microsoft.com/windows/products/winfamily/defender/default.mspx]<br />
    Also, if you have a search engine re-direct problem, see this:<br />
    http://deletemalware.blogspot.com/2010/02/remove-google-redirect-virus.html
    If these don't find it or can't clear it, post in one of these forums for specialized malware removal help: <br />
    [http://www.spywarewarrior.com/index.php] <br />
    [http://forum.aumha.org/] <br />
    [http://www.spywareinfoforum.com/] <br />
    [http://bleepingcomputer.com]

  • Since I joined creative cloud, I have not been able to sync. Why the difference? Worked good during initial trial. Also I had installed the Mosaic app before Lightroom mobile came out and I cannot seem to get rid of it. How can I get mosaic out? I have ca

    Since I joined creative cloud, I have not been able to sync. Why the difference? Worked good during initial trial.
    Also I had installed the Mosaic app for ipad before Lightroom mobile came out and I cannot seem to get rid of it. How can I get mosaic out? I have cancelled, I have deleted, I have looked through the files for visible remnants.

    The sync count is 60 and static. The total number synced so far is 500+. None have been synced from the ipad except for corrections made there on those already synced.
    I have deleted the Mosaic app from all machines and checked the library folder and have contacted the Mosaic tech support and they have discontinued my subscription. I still get mosaic messages on initiating Lightroom and sometimes at closing.
    I have not tried to sync fewer yet, but some catalogs that I have tried are smaller numbers. Initially, it did well on good connections. Nothing works on my home connections over satellite.

  • Why won't cfselect fill the initial value?

    I don't understand why the cfselect won't put in the initial value...
                 <cfif #URL.form_action# EQ "update">
                   <cfquery name="details">
                   GET STATE QUERY
                   </cfquery>
                   <cfselect selected="#details.state#" name="states" bind="cfc:_kpcfc_select.get_states()" bindonload="true" required="yes" message="Please select the state."/><span class="red">*</span>
                  </cfif>

    Dude that is the worst response ever.  I arrived at the forums after already reading this page: http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_r-s_14.ht ml
    Actually I think it's pretty good advice.  There's nothing in your post to suggest you had already read the docs, and given the docs actually explain why what you're trying to do doesn't work, it's reasonable to assume you'd not read them.
    Clearly the selected attribute is what I am supposed to use, however it does not work.
    Well.  Hmmm.  You see the docs also say this:
    "This attribute applies only if selection list items are generated from a query."
    My emphasis.  Your <cfselect> is generated from a bind attribute, not a query attribute.  So that would be why it's "not working".
    FWIW, this restriction seems to have been lifted in CF9.  Not that that's much help to you, I imagine.
    Please someone suggest a solution other than retracing my steps.
    OK.
    Suggestion 1: if someone takes the time to try to help you, don't be rude to them, even if you don't like their suggestion.  It will not endear you to the people who are trying to help you, so you might find yourself not being helped.
    Suggestion 2: I guess one approach would be to knock together some JS that runs after the form has rendered which scans down the option collection until it finds the item you want selected, then select it.
    Suggestion 3: maybe just populate the select with a query instead of a bind.
    Adam

  • Why won't the admin console go past the initial splash screen?

    Directory server is version 4.16, console is 4.2. Master server is running under Solaris 8, slave server is running under Solaris 7. Console won't load the directory instance on the Master (a different problem, which is why I'm trying to use a different console). Tried using the console on the slave and I can't get any further than the initial splash screen "Please log in...". Tried using the console on a Red Hat Linux 7.2 machine and I get the exact same result. startconsole -D produces:
    /usr/netscape/server4/bin/base/jre/bin/jre -native -ms8m -mx64m -cp .:/usr/netscape/server4/bin/base/jre/lib/rt.jar:/usr/netscape/server4/bin/base/jre/lib/i18n.jar:./swingall.jar:./ssl.zip:./ldapjdk.jar:./base.jar:./mcc42.jar:./mcc42_en.jar:./nmclf42.jar:./nmclf42_en.jar com.netscape.management.client.console.Console -D -A http://noc2.iu13.k12.pa.us:17718
    Netscape-Console/4.2 B
    RemoteImage: Create RemoteImage cache for sysLoader
    startconsole -f log.txt doesn't work - it won't accept -f as an argument.

    Kevin Myer wrote:
    Directory server is version 4.16, console is 4.2. Master server is
    running under Solaris 8, slave server is running under Solaris 7.
    Console won't load the directory instance on the Master (a different
    problem, which is why I'm trying to use a different console). Tried
    using the console on the slave and I can't get any further than the
    initial splash screen "Please log in...". Tried using the console on
    a Red Hat Linux 7.2 machine and I get the exact same result.
    startconsole -D produces:Try using the "-x nologo" option.

  • HT201250 Why is the initial time machine backup 13GB when my HD is 22GB used?

    Hi,
    I setup time machine to backup my mac but for some reason the initial backup is 13GB (it says backing up 13GB).
    When I click on my hard drive in Finder and do show information my disk usage for my mac is 22GB.
    How is this possible when time machine uses no compression and I am not excluding any folders?
    Bit worried I wont be able to restore my mac if the time comes

    Mikael Behrens wrote:
    Howdy,
    I started the initial backup of my MacBook Pro to my TimeCapsule, and it now says that it has backed up 4.1 GB of 159.5 GB. But the internal HD of the MacBook Pro is only 80 GB, and 31.4 GB are free!
    Does anyone know what's up with this?
    My primary user account is encrypted with FileVault.
    I don't use FileVault, but I suspect that is the culprit. Since FV can only be backed up after you log out, it might be causing the problem. I know from reading the posts that FW and TM do not play very well together. It might be calculating your home directory twice. Just a thought.

  • "timed out while receiving the initial server greeting" mail stalled why?

    "relay=none, delay=2473, delays=1880/593/0/0.01, dsn=4.4.2, status=deferred (delivery temporarily suspended: conversation with 127.0.0.1[127.0.0.1] timed out while receiving the initial server greeting)"
    server stalling mail in queue
    perl5.10.0 amavsid running in Activity Monitor at 100%
    haven't changed anything, just started today.
    Any suggestions?

    postfix and amavis might be out of sync.
    open terminal
    tail -f /var/log/mail.log
    watch your log, postfix will report what the trouble is, don't snip the log,
    serveradmin stop mail
    postqueue -p
    postsuper -r ALL
    serveradmn start mail
    watch your log. also make sure your firewall is not doing anything goofey with 127.0.0.1
    if the server has been running for a log time,.. some programs leak. eventually you have to kick services at least.

  • The initial heap size must be less than or equal to the maximum heap size.

    All,
    Please help!!
    I have tested my Application Client Project in WSAD on my pc and it works fine.
    I have 1gb RAM on my pc. When I deploy the same app on another xp pc(same as mine but 512mb RAM) I get a heap size error. Here is the exact error:
    Incompatible initial and maximum heap sizes specified:
    initial size: 268435456 bytes, maximum heap size: 267380736 bytes
    The initial heap size must be less than or equal to the maximum heap size.
    The default initial and maximum heap sizes are 4194304 and 267380736 bytes.
    Usage: java [-options] class [args...]
    (to execute a class)
    or java -jar [-options] jarfile [args...]
    (to execute a jar file)
    where options include:
    -cp -classpath <directories and zip/jar files separated by ;>
    set search path for application classes and resources
    -D<name>=<value>
    set a system property
    -verbose[:class|gc|jni]
    enable verbose output
    -version print product version
    -showversion print product version and continue
    -? -help print this help message
    -X print help on non-standard options
    Could not create the Java virtual machine.
    Press any key to continue . . .
    Here is the batch file that runs my app:
    @echo off
    SET appClientEar=C:\corp\apps\mts\jars\MTSClientEAR.ear
    set JVM_ARGS=-Xms256M -Xmx256M
    set CLIENT_PROPS=C:\corp\apps\mts\jars\medicalclient.properties
    set APP_ARGS=
    call C:\bnsf\IBM\WebSphere\AppClient\bin\launchClientBNSF.bat "%JVM_ARGS%" %appClientEar% "-CCpropfile=%CLIENT_PROPS%" %APP_ARGS%
    @pause
    I have changed the value of Xms and Xmx of JVM_ARGS to different size but I sitll get error. Anyone knows what the problem is. Thanks..

    Don't know why, but the "maximum heap size: 267380736 bytes" value is just slightly less than 256*1024*1024, wheras the reported initial size is equal to that.
    Try setting the initial value to 255MB.

  • Status keeps changing from invisible to online: why the issue is ignored?

    There is a serious issue raised in the parallel thread, which is critical for many people: "Status keeps changing from invisible to online" (initiated on ‎16-11-2014 by b.agne, Mac section). In short, when starting using a device, the Skype status changing from "invisible" to "online" - sometimes just for a moment, though enough for others to notice you. These affects very much any type of devices. I am sure the issue has already led to multiple personal crisises and potentially financial losses due to buseness partnership issues (I came close to that myself, and now use anything but Skype for business). The question is: WHY the issue is completely ignored by Skype, Microsoft and expert comunity? Please post the solution if anybody knows how to fix the issue, or suggest how to make Microsoft to know that it should be fixed. Kind regard...

    Hi, I also have the same issue. I change the status to Invisible and a later on it is already as "Online", without having even touched/opened Skype. The only way that I see this may happen is that I have the app installed on the smartphone, but before it never had this issue, but from some month ago it started. Any correction or suggestion to work around this issue? Regards

  • DNS is waiting for AD to signal the initial replication has completed

    Hello,
    First off, thank you for your help in advanced. Any help you can offer would be appreciated, and let me know if there's more information you need
    me to provide, or utilities to run.
    I have just joined a Server 2012 R2 DC to my Server 2008 R2 domain.  Topology is it only had one DC previously, the 2008 R2, running AD/DNS/DHCP. 
    I ran the forest prep & domain prep on the 2008 R2 domain controller, then ran a dcpromo on the 2012 R2.  From there, I migrated the FSMO roles over to the 2012 R2 server using ntdsutil.exe.  The ultimate goal is to retire the 2008 R2 DC and
    bring on line a 2nd 2012 R2 DC for this domain.
    My Issues
    Windows 7 client      PC's do not always resolve/pass traffic to the Server 2012 R2 server,      sometimes I need to ping
    the server by IP before it will resolve, other      times if I just repeatedly double click on the shared folder mapped to the      Server 2012 R2 DC it will work eventually.  This is      intermittent/random,
    and not always repeatable with any specific      procedures. Sometimes the user will be working, then all of the sudden      they can't resolve DNS to the internet, nor internally.
    I am getting the following errors in the event log on my 2012 R2 DC
    Log      Name:      DNS Server
         Source:             Microsoft-Windows-DNS-Server-Service
         Date:          3/16/2014      8:02:34 PM
         Event ID:      4013
         Task Category: None
         Level:         Warning
         Keywords:      Classic
         User:          N/A
         Computer:      HSSserver.carman.local
         Description:
         The DNS server is waiting for Active Directory Domain Services (AD DS) to      signal that the initial synchronization of the directory has been      completed. The DNS server service cannot start
    until the initial      synchronization is complete because critical DNS data might not yet be      replicated onto this domain controller. If events in the AD DS event log      indicate that there
    is a problem with DNS name resolution, consider adding      the IP address of another DNS server for this domain to the DNS server      list in the Internet Protocol properties of this computer. This event will     
    be logged every two minutes until AD DS has signaled that the initial      synchronization has successfully completed.
    Log      Name:      Directory Service
         Source:             Microsoft-Windows-ActiveDirectory_DomainService
         Date:          3/16/2014      8:56:17 PM
         Event ID:      2092
         Task Category: Replication
         Level:         Warning
         Keywords:      Classic
         User:          ANONYMOUS      LOGON
         Computer:      HSSserver.carman.local
         Description:
    This server is the owner of the following FSMO role, but does not consider it valid. For the partition which contains the FSMO, this server has
    not replicated successfully with any of its partners since this server has been restarted. Replication errors are preventing validation of this role.
    Operations which require contacting a FSMO operation master will fail until this condition is corrected.
    FSMO Role: CN=Partitions,CN=Configuration,DC=carman,DC=local
    User Action:
    1. Initial synchronization is the first early replications done by a system as it is starting. A failure to initially synchronize may explain why a FSMO role cannot be validated. This process is explained in KB article 305476.
    2. This server has one or more replication partners, and replication is failing for all of these partners. Use the command repadmin /showrepl to display the replication errors.  Correct the error in question. For example there maybe problems with IP connectivity,
    DNS name resolution, or security authentication that are preventing successful replication.
    3. In the rare event that all replication partners are expected to be offline (for example, because of maintenance or disaster recovery), you can force the role to be validated. This can be done by using NTDSUTIL.EXE to seize the role to the same server. This
    may be done using the steps provided in KB articles 255504 and 324801 on.
    The following operations may be impacted:
    Schema: You will no longer be able to modify the schema for this forest.
    Domain Naming: You will no longer be able to add or remove domains from this forest.
    PDC: You will no longer be able to perform primary domain controller operations, such as Group Policy updates and password resets for non-Active Directory Domain Services accounts.
    RID: You will not be able to allocation new security identifiers for new user accounts, computer accounts or security groups.
    Infrastructure: Cross-domain name references, such as universal group memberships, will not be updated properly if their target object is moved or renamed.
    Log      Name:      Directory Service
         Source:             Microsoft-Windows-ActiveDirectory_DomainService
         Date:          3/16/2014      8:56:17 PM
         Event ID:      2092
         Task Category: Replication
         Level:         Warning
         Keywords:      Classic
         User:          ANONYMOUS LOGON
         Computer:      HSSserver.carman.local
         Description:
    This server is the owner of the following FSMO role, but does not consider it valid. For the partition which contains the FSMO, this server has
    not replicated successfully with any of its partners since this server has been restarted. Replication errors are preventing validation of this role.
    Operations which require contacting a FSMO operation master will fail until this condition is corrected.
    FSMO Role: CN=Schema,CN=Configuration,DC=carman,DC=local
    User Action:
    1. Initial synchronization is the first early replications done by a system as it is starting. A failure to initially synchronize may explain why a FSMO role cannot be validated. This process is explained in KB article 305476.
    2. This server has one or more replication partners, and replication is failing for all of these partners. Use the command repadmin /showrepl to display the replication errors.  Correct the error in question. For example there maybe problems with IP connectivity,
    DNS name resolution, or security authentication that are preventing successful replication.
    3. In the rare event that all replication partners are expected to be offline (for example, because of maintenance or disaster recovery), you can force the role to be validated. This can be done by using NTDSUTIL.EXE to seize the role to the same server. This
    may be done using the steps provided in KB articles 255504 and 324801 on  
    The following operations may be impacted:
    Schema: You will no longer be able to modify the schema for this forest.
    Domain Naming: You will no longer be able to add or remove domains from this forest.
    PDC: You will no longer be able to perform primary domain controller operations, such as Group Policy updates and password resets for non-Active Directory Domain Services accounts.
    RID: You will not be able to allocation new security identifiers for new user accounts, computer accounts or security groups.
    Infrastructure: Cross-domain name references, such as universal group memberships, will not be updated properly if their target object is moved or renamed.
    Log      Name:      DFS Replication
         Source:        DFSR
         Date:          3/16/2014      11:21:43 PM
         Event ID:      5014
         Task Category: None
         Level:         Warning
         Keywords:      Classic
         User:          N/A
         Computer:      HSSserver.carman.local
         Description:
         The DFS Replication service is stopping communication with partner      CARMANSERVER for replication group Domain System Volume due to an error.      The service will retry the connection periodically.
         Additional Information:
         Error: 1726 (The remote procedure call failed.)
         Connection ID: 020D5B10-4876-4888-9214-45E3D8B3206D
         Replication Group ID: 8A8ADB84-CB25-495E-8C28-AE9FD1761E85
    From the Server 2008 R2 DC, I get the following errors/warnings in my event log:
    Log      Name:      Directory Service
         Source:             Microsoft-Windows-ActiveDirectory_DomainService
         Date:          3/16/2014      8:02:45 PM
         Event ID:      2088
         Task Category: DS RPC Client
         Level:         Warning
         Keywords:      Classic
         User:          ANONYMOUS      LOGON
         Computer:      CARMANSERVER.carman.local
         Description:
         Active Directory Domain Services could not use DNS to resolve the IP      address of the source domain controller listed below. To maintain the      consistency of Security groups, group policy,
    users and computers and      their passwords, Active Directory Domain Services successfully replicated      using the NetBIOS or fully qualified computer name of the source domain      controller.
         Invalid DNS configuration may be affecting other essential operations on      member computers, domain controllers or application servers in this Active      Directory Domain Services forest,
    including logon authentication or access      to network resources.
         You should immediately resolve this DNS configuration error so that this      domain controller can resolve the IP address of the source domain      controller using DNS.
         Alternate server name:
          HSSserver.carman.local
         Failing DNS host name:
          25346b74-2fc2-4311-a54d-d500669d4026._msdcs.carman.local
         NOTE: By default, only up to 10 DNS failures are shown for any given 12      hour period, even if more than 10 failures occur.  To log all      individual failure events, set the following
    diagnostics registry value to      1:
         Registry Path:
         HKLM\System\CurrentControlSet\Services\NTDS\Diagnostics\22 DS RPC Client
         User Action:
          1) If the source domain controller is no longer functioning or its      operating system has been reinstalled with a different computer name or      NTDSDSA object GUID, remove the source
    domain controller's metadata with      ntdsutil.exe, using the steps outlined in MSKB article 216498.
          2) Confirm that the source domain controller is running Active      Directory Domain Services and is accessible on the network by typing      "net view <DC
    name>" or "ping <source DC name>".
          3) Verify that the source domain controller is using a valid DNS      server for DNS services, and that the source domain controller's host      record and CNAME record are correctly registered,
    using the DNS Enhanced      version of DCDIAG.EXE available on 
           dcdiag /test:dns
          4) Verify that this destination domain controller is using a valid      DNS server for DNS services, by running the DNS Enhanced version of      DCDIAG.EXE command on the console of the
    destination domain controller, as      follows:
           dcdiag /test:dns
          5) For further analysis of DNS error failures see KB 824449: 
         Additional Data
         Error value:
          11004 The requested name is valid, but no data of the requested type      was found.
    Log      Name:      DNS Server
         Source:        Microsoft-Windows-DNS-Server-Service
         Date:          3/16/2014      8:02:19 PM
         Event ID:      4013
         Task Category: None
         Level:         Warning
         Keywords:      Classic
         User:          N/A
         Computer:      CARMANSERVER.carman.local
         Description:
         The DNS server is waiting for Active Directory Domain Services (AD DS) to      signal that the initial synchronization of the directory has been      completed. The DNS server service cannot start
    until the initial      synchronization is complete because critical DNS data might not yet be replicated      onto this domain controller. If events in the AD DS event log indicate      that there
    is a problem with DNS name resolution, consider adding the IP      address of another DNS server for this domain to the DNS server list in      the Internet Protocol properties of this computer. This event will be     
    logged every two minutes until AD DS has signaled that the initial      synchronization has successfully completed.
         Log Name:      System
         Source:             Microsoft-Windows-DNS-Client
         Date:          3/16/2014      8:01:55 PM
         Event ID:      1014
         Task Category: None
         Level:         Warning
         Keywords:     
         User:          NETWORK      SERVICE
         Computer:      CARMANSERVER.carman.local
         Description:
         Name resolution for the name _ldap._tcp.dc._msdcs.carman.local timed out      after none of the configured DNS servers responded.
    Log      Name:      System
         Source:        NETLOGON
         Date:          3/16/2014      8:02:07 PM
         Event ID:      3096
         Task Category: None
         Level:         Warning
         Keywords:      Classic
         User:          N/A
         Computer:      CARMANSERVER.carman.local
         Description:
         The primary Domain Controller for this domain could not be located.
    Log      Name:      System
         Source:        Microsoft-Windows-WinRM
         Date:          3/16/2014      8:05:08 PM
         Event ID:      10154
         Task Category: None
         Level:         Warning
         Keywords:      Classic
         User:          N/A
         Computer:      CARMANSERVER.carman.local
         Description:
         The WinRM service failed to create the following SPNs:      WSMAN/CARMANSERVER.carman.local; WSMAN/CARMANSERVER.
     Additional Data
     The error received was 8344: %%8344.
     User Action
     The SPNs can be created by an administrator using setspn.exe utility.
    Log      Name:      System
         Source:             Microsoft-Windows-DistributedCOM
         Date:          3/16/2014      10:50:55 PM
         Event ID:      10009
         Task Category: None
         Level:         Error
         Keywords:      Classic
         User:          N/A
         Computer:      CARMANSERVER.carman.local
         Description:
         DCOM was unable to communicate with the computer 208.67.222.222 using any      of the configured protocols

    Sorry, the forum limited me to only 60000 characters per post, so here is some more detailed information:
    Here's some initial diags/info from my server 2012 DC:
    c:\windows\system32\dcdiag /test:DNS /v /e
    Directory Server Diagnosis
    Performing initial setup:
       Trying to find home server...
       * Verifying that the local machine HSSserver, is a Directory Server.
       Home Server = HSSserver
       * Connecting to directory service on server HSSserver.
       * Identified AD Forest.
       Collecting AD specific global data
       * Collecting site info.
       Calling ldap_search_init_page(hld,CN=Sites,CN=Configuration,DC=carman,DC=local,LDAP_SCOPE_SUBTREE,(objectCategory=ntDSSiteSettings),.......
       The previous call succeeded
       Iterating through the sites
       Looking at base site object: CN=NTDS Site Settings,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=carman,DC=local
       Getting ISTG and options for the site
       * Identifying all servers.
       Calling ldap_search_init_page(hld,CN=Sites,CN=Configuration,DC=carman,DC=local,LDAP_SCOPE_SUBTREE,(objectClass=ntDSDsa),.......
       The previous call succeeded....
       The previous call succeeded
       Iterating through the list of servers
       Getting information for the server CN=NTDS Settings,CN=CARMANSERVER,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=carman,DC=local
       objectGuid obtained
       InvocationID obtained
       dnsHostname obtained
       site info obtained
       All the info for the server collected
       Getting information for the server CN=NTDS Settings,CN=HSSSERVER,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=carman,DC=local
       objectGuid obtained
       InvocationID obtained
       dnsHostname obtained
       site info obtained
       All the info for the server collected
       * Identifying all NC cross-refs.
       * Found 2 DC(s). Testing 2 of them.
       Done gathering initial info.
    Doing initial required tests
       Testing server: Default-First-Site-Name\CARMANSERVER
          Starting test: Connectivity
             * Active Directory LDAP Services Check
             Determining IP4 connectivity
             * Active Directory RPC Services Check
             The clock difference between the home server HSSSERVER and target
             server CARMANSERVER is greater than one minute. This may cause
             Kerberos authentication failures. Please check that the time service
             is working properly. You may need to resynchonize the time between
             these servers.
             ......................... CARMANSERVER passed test Connectivity
       Testing server: Default-First-Site-Name\HSSSERVER
          Starting test: Connectivity
             * Active Directory LDAP Services Check
             Determining IP4 connectivity
             * Active Directory RPC Services Check
             ......................... HSSSERVER passed test Connectivity
    Doing primary tests
       Testing server: Default-First-Site-Name\CARMANSERVER
          Test omitted by user request: Advertising
          Test omitted by user request: CheckSecurityError
          Test omitted by user request: CutoffServers
          Test omitted by user request: FrsEvent
          Test omitted by user request: DFSREvent
          Test omitted by user request: SysVolCheck
          Test omitted by user request: KccEvent
          Test omitted by user request: KnowsOfRoleHolders
          Test omitted by user request: MachineAccount
          Test omitted by user request: NCSecDesc
          Test omitted by user request: NetLogons
          Test omitted by user request: ObjectsReplicated
          Test omitted by user request: OutboundSecureChannels
          Test omitted by user request: Replications
          Test omitted by user request: RidManager
          Test omitted by user request: Services
          Test omitted by user request: SystemLog
          Test omitted by user request: Topology
          Test omitted by user request: VerifyEnterpriseReferences
          Test omitted by user request: VerifyReferences
          Test omitted by user request: VerifyReplicas
       Testing server: Default-First-Site-Name\HSSSERVER
          Test omitted by user request: Advertising
          Test omitted by user request: CheckSecurityError
          Test omitted by user request: CutoffServers
          Test omitted by user request: FrsEvent
          Test omitted by user request: DFSREvent
          Test omitted by user request: SysVolCheck
          Test omitted by user request: KccEvent
          Test omitted by user request: KnowsOfRoleHolders
          Test omitted by user request: MachineAccount
          Test omitted by user request: NCSecDesc
          Test omitted by user request: NetLogons
          Test omitted by user request: ObjectsReplicated
          Test omitted by user request: OutboundSecureChannels
          Test omitted by user request: Replications
          Test omitted by user request: RidManager
          Test omitted by user request: Services
          Test omitted by user request: SystemLog
          Test omitted by user request: Topology
          Test omitted by user request: VerifyEnterpriseReferences
          Test omitted by user request: VerifyReferences
          Test omitted by user request: VerifyReplicas
             Starting test: DNS
                DNS Tests are running and not hung. Please wait a few minutes...
                   Starting test: DNS
                      See DNS test in enterprise tests section
    for results
                      ......................... HSSSERVER passed test DNS
             See DNS test in enterprise tests section for results
             ......................... CARMANSERVER passed test DNS
       Running partition tests on : ForestDnsZones
          Test omitted by user request: CheckSDRefDom
          Test omitted by user request: CrossRefValidation
       Running partition tests on : DomainDnsZones
          Test omitted by user request: CheckSDRefDom
          Test omitted by user request: CrossRefValidation
       Running partition tests on : Schema
          Test omitted by user request: CheckSDRefDom
          Test omitted by user request: CrossRefValidation
       Running partition tests on : Configuration
          Test omitted by user request: CheckSDRefDom
          Test omitted by user request: CrossRefValidation
       Running partition tests on : carman
          Test omitted by user request: CheckSDRefDom
          Test omitted by user request: CrossRefValidation
       Running enterprise tests on : carman.local
          Starting test: DNS
             Test results for domain controllers:
                DC: HSSserver.carman.local
                Domain: carman.local
                   TEST: Authentication (Auth)
                      Authentication test: Successfully completed
                   TEST: Basic (Basc)
                      The OS
                      Microsoft Windows Server 2012 R2 Standard
    (Service Pack level: 0.0)
                      is supported.
                      NETLOGON service is running
                      kdc service is running
                      DNSCACHE service is running
                      DNS service is running
                      DC is a DNS server
                      Network adapters information:
                      Adapter [00000010] Broadcom NetXtreme Gigabit
    Ethernet:
                         MAC address is F0:1F:AF:E1:D1:C4
                         IP Address is static
                         IP address: 192.168.17.7, fe80::35d3:8713:ce0a:3680
                         DNS servers:
                            192.168.17.7
    (HSSSERVER) [Valid]
                            192.168.17.5 (carmanserver.carman.local.) [Valid]
                      The A host record(s) for this DC was found
                      The SOA record for the Active Directory zone was found
                      The Active Directory zone on this DC/DNS server was found primary
                      Root zone on this DC/DNS server was not found
                   TEST: Forwarders/Root hints (Forw)
                      Recursion is enabled
                      Forwarders Information:
                         208.67.220.220 (<name unavailable>) [Valid]
                         208.67.222.222 (<name unavailable>) [Valid]
                   TEST: Delegations (Del)
                      Delegation information for the zone: carman.local.
                         Delegated domain name: _msdcs.carman.local.
                            DNS server: carmanserver.carman.local. IP:192.168.17.5 [Valid]
                   TEST: Dynamic update (Dyn)
                      Test record dcdiag-test-record added successfully in zone carman.local
                      Test record dcdiag-test-record deleted successfully in zone carman.local
                   TEST: Records registration (RReg)
                      Network Adapter
                      [00000010] Broadcom NetXtreme Gigabit Ethernet:
                         Matching CNAME record
    found at DNS server 192.168.17.7:
                         25346b74-2fc2-4311-a54d-d500669d4026._msdcs.carman.local
                         Matching A record found
    at DNS server 192.168.17.7:
                         HSSserver.carman.local
                         Matching  SRV record
    found at DNS server 192.168.17.7:
                         _ldap._tcp.carman.local
                         Matching  SRV record
    found at DNS server 192.168.17.7:
                         _ldap._tcp.e6c304e4-c161-4258-8d51-5a2f20a61c7a.domains._msdcs.carman.local
                         Matching  SRV record
    found at DNS server 192.168.17.7:
                         _kerberos._tcp.dc._msdcs.carman.local
                         Matching  SRV record
    found at DNS server 192.168.17.7:
                         _ldap._tcp.dc._msdcs.carman.local
                         Matching  SRV record
    found at DNS server 192.168.17.7:
                         _kerberos._tcp.carman.local
                         Matching  SRV record
    found at DNS server 192.168.17.7:
                         _kerberos._udp.carman.local
                         Matching  SRV record
    found at DNS server 192.168.17.7:
                         _kpasswd._tcp.carman.local
                         Matching  SRV record
    found at DNS server 192.168.17.7:
                         _ldap._tcp.Default-First-Site-Name._sites.carman.local
                         Matching  SRV record
    found at DNS server 192.168.17.7:
                         _kerberos._tcp.Default-First-Site-Name._sites.dc._msdcs.carman.local
                         Matching  SRV record
    found at DNS server 192.168.17.7:
                         _ldap._tcp.Default-First-Site-Name._sites.dc._msdcs.carman.local
                         Matching  SRV record
    found at DNS server 192.168.17.7:
                         _kerberos._tcp.Default-First-Site-Name._sites.carman.local
                         Matching  SRV record
    found at DNS server 192.168.17.7:
                         _ldap._tcp.gc._msdcs.carman.local
                         Matching A record found
    at DNS server 192.168.17.7:
                         gc._msdcs.carman.local
                         Matching  SRV record
    found at DNS server 192.168.17.7:
                         _gc._tcp.Default-First-Site-Name._sites.carman.local
                         Matching  SRV record
    found at DNS server 192.168.17.7:
                         _ldap._tcp.Default-First-Site-Name._sites.gc._msdcs.carman.local
                         Matching  SRV record
    found at DNS server 192.168.17.7:
                         _ldap._tcp.pdc._msdcs.carman.local
                         Matching CNAME record
    found at DNS server 192.168.17.5:
                         25346b74-2fc2-4311-a54d-d500669d4026._msdcs.carman.local
                         Matching A record found
    at DNS server 192.168.17.5:
                         HSSserver.carman.local
                         Matching  SRV record
    found at DNS server 192.168.17.5:
                         _ldap._tcp.carman.local
                         Matching  SRV record
    found at DNS server 192.168.17.5:
                         _ldap._tcp.e6c304e4-c161-4258-8d51-5a2f20a61c7a.domains._msdcs.carman.local
                         Matching  SRV record
    found at DNS server 192.168.17.5:
                         _kerberos._tcp.dc._msdcs.carman.local
                         Matching  SRV record
    found at DNS server 192.168.17.5:
                         _ldap._tcp.dc._msdcs.carman.local
                         Matching  SRV record
    found at DNS server 192.168.17.5:
                         _kerberos._tcp.carman.local
                         Matching  SRV record
    found at DNS server 192.168.17.5:
                         _kerberos._udp.carman.local
                         Matching  SRV record
    found at DNS server 192.168.17.5:
                         _kpasswd._tcp.carman.local
                         Matching  SRV record
    found at DNS server 192.168.17.5:
                         _ldap._tcp.Default-First-Site-Name._sites.carman.local
                         Matching  SRV record
    found at DNS server 192.168.17.5:
                         _kerberos._tcp.Default-First-Site-Name._sites.dc._msdcs.carman.local
                         Matching  SRV record
    found at DNS server 192.168.17.5:
                         _ldap._tcp.Default-First-Site-Name._sites.dc._msdcs.carman.local
                         Matching  SRV record
    found at DNS server 192.168.17.5:
                         _kerberos._tcp.Default-First-Site-Name._sites.carman.local
                         Matching  SRV record
    found at DNS server 192.168.17.5:
                         _ldap._tcp.gc._msdcs.carman.local
                         Matching A record found
    at DNS server 192.168.17.5:
                         gc._msdcs.carman.local
                         Matching  SRV record
    found at DNS server 192.168.17.5:
                         _gc._tcp.Default-First-Site-Name._sites.carman.local
                         Matching  SRV record
    found at DNS server 192.168.17.5:
                         _ldap._tcp.Default-First-Site-Name._sites.gc._msdcs.carman.local
                         Matching  SRV record
    found at DNS server 192.168.17.5:
                         _ldap._tcp.pdc._msdcs.carman.local
                DC: CARMANSERVER.carman.local
                Domain: carman.local
                   TEST: Authentication (Auth)
                      Authentication test: Successfully completed
                   TEST: Basic (Basc)
                      The OS
                      Microsoft Windows Server 2008 R2 Standard 
    (Service Pack level: 1.0)
                      is supported.
                      NETLOGON service is running
                      kdc service is running
                      DNSCACHE service is running
                      DNS service is running
                      DC is a DNS server
                      Network adapters information:
                      Adapter
                      [00000007] Broadcom BCM5716C NetXtreme II
    GigE (NDIS VBD Client):
                         MAC address is A4:BA:DB:12:D1:77
                         IP Address is static
                         IP address: 192.168.17.5
                         DNS servers:
                            127.0.0.1
    (carmanserver.carman.local.) [Valid]
                            192.168.17.7 (HSSSERVER) [Valid]
                      The A host record(s) for this DC was found
                      The SOA record for the Active Directory zone was found
                      The Active Directory zone on this DC/DNS server was found primary
                      Root zone on this DC/DNS server was not found
                   TEST: Forwarders/Root hints (Forw)
                      Recursion is enabled
                      Forwarders Information:
                         208.67.220.220 (<name unavailable>) [Valid]
                         208.67.222.222 (<name unavailable>) [Valid]
                   TEST: Delegations (Del)
                      Delegation information for the zone: carman.local.
                         Delegated domain name: _msdcs.carman.local.
                            DNS server: carmanserver.carman.local. IP:192.168.17.5 [Valid]
                   TEST: Dynamic update (Dyn)
                      Test record dcdiag-test-record added successfully in zone carman.local
                      Test record dcdiag-test-record deleted successfully in zone carman.local
                   TEST: Records registration (RReg)
                      Network Adapter
                      [00000007] Broadcom BCM5716C NetXtreme II
    GigE (NDIS VBD Client):

  • Keeping query strings despite an automatic 302 redirect

    is there anyway for a query string to persist despite an automatic 302 redirect by the server??
    for instance if my site has a 'tmp' directory and i want to pass a parameter to the index page in 'tmp'
    ... but I go to
    http://www.mysite.com/tmp?qvar=something
    in a browser, the server will automatically do a 302 redirect to
    http://www.mysite.com/tmp/
    so the query string variable is lost.
    i thought about having a filter run, to pick off the query string variable before the redirect, but the filter will only run after the redirect happens.
    any insight would be great.
    thanks.

    This might help: http://www.mail-archive.com/[email protected]/msg00353.html

  • Why the system stopped

    Does anyone knows why the system became unavailable.  Dev_disp trace is appended. Did u201CBIDANDSAu201D run something?:
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno      00
    sid        VHR
    systemid   562 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    102
    intno      20050900
    make:      multithreaded, Unicode, 64 bit, optimized
    pid        3872
    Mon Jul 21 22:40:52 2008
    kernel runs with dp version 224000(ext=109000) (@(#) DPLIB-INT-VERSION-224000-UC)
    length of sys_adm_ext is 572 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (00 3872) [dpxxdisp.c   1239]
         shared lib "dw_xml.dll" version 102 successfully loaded
         shared lib "dw_xtc.dll" version 102 successfully loaded
         shared lib "dw_stl.dll" version 102 successfully loaded
         shared lib "dw_gui.dll" version 102 successfully loaded
         shared lib "dw_mdm.dll" version 102 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3900
    Mon Jul 21 22:40:57 2008
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 5 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  5355]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >unidev_VHR_00                           <
    DpShMCreate: sizeof(wp_adm)          20608     (1472)
    DpShMCreate: sizeof(tm_adm)          5584592     (27784)
    DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/16/552064/552080
    DpShMCreate: sizeof(comm_adm)          552080     (1088)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)          0     (104)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1848)
    DpShMCreate: sizeof(wall_adm)          (41664/36752/64/192)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 000000000F250050, size: 6275968)
    DpShMCreate: allocated sys_adm at 000000000F250050
    DpShMCreate: allocated wp_adm at 000000000F251F40
    DpShMCreate: allocated tm_adm_list at 000000000F256FC0
    DpShMCreate: allocated tm_adm at 000000000F257020
    DpShMCreate: allocated wp_ca_adm at 000000000F7AA6F0
    DpShMCreate: allocated appc_ca_adm at 000000000F7B04B0
    DpShMCreate: allocated comm_adm at 000000000F7B23F0
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 000000000F839080
    DpShMCreate: allocated gw_adm at 000000000F839100
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 000000000F839130
    DpShMCreate: allocated wall_adm at 000000000F839140
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 4096 kByte.
    Using implementation view
    <EsNT> Using memory model view.
    <EsNT> Memory Reset disabled as NT default
    <ES> 127 blocks reserved for free list.
    ES initialized.
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG CPS=> DpLoopInit, ICU ( 3.0 3.0 4.0.1) [dpxxdisp.c   1626]
    ***LOG Q0K=> DpMsAttach, mscon ( unidev) [dpxxdisp.c   11664]
    DpStartStopMsg: send start message (myname is >unidev_VHR_00                           <)
    DpStartStopMsg: start msg sent
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: Initalizing shared memory of size 60000000 for monitoring segment.
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpMsgAdmin: Set release to 7000, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1050]
    DpMsgAdmin: Set patchno for this platform to 102
    Release check o.K.
    Mon Jul 21 22:41:02 2008
    MBUF state ACTIVE
    DpModState: change server state from STARTING to ACTIVE
    Tue Jul 22 09:05:16 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4248]
    ERROR => NiIRead: SiRecv failed for hdl 5 / sock 1464
        (SI_ECONN_BROKEN/10054; I4; ST; 193.77.101.10:1054) [nixxi.cpp    4248]
    Network error of client T16, NiBufReceive (-6: NIECONN_BROKEN), dp_tm_status=3
    Client address of T16 is 193.77.101.10(bsn-77-101-10.dsl.siol.net)
    ***LOG Q04=> DpRTmPrep, NiBufReceive (71 HLANCNMA 16 xpsm1330 ) [dpxxdisp.c   11375]
    RM-T16, U71, 300     HLANCNMA, xpsm1330, 08:57:25, M1, W1, LX03, 6/3
    Tue Jul 22 09:38:40 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4248]
    ERROR => NiIRead: SiRecv failed for hdl 5 / sock 1464
        (SI_ECONN_BROKEN/10054; I4; ST; 193.77.101.10:1076) [nixxi.cpp    4248]
    Network error of client T16, NiBufReceive (-6: NIECONN_BROKEN), dp_tm_status=3
    Client address of T16 is 193.77.101.10(bsn-77-101-10.dsl.siol.net)
    ***LOG Q04=> DpRTmPrep, NiBufReceive (76 HLANCNMA 16 xpsm1330 ) [dpxxdisp.c   11375]
    RM-T16, U76, 300     HLANCNMA, xpsm1330, 09:31:00, M0, W0, SE38, 3/1
    Tue Jul 22 18:13:36 2008
    ERROR => DpRqCheck: mode 1 in status CANCEL [dpxxdisp.c   6908]
    ***LOG Q0G=> DpRqBadHandle, bad_req ( DIA) [dpxxdisp.c   5196]
    ERROR => BAD REQUEST - Reason: DpRqCheck failed (line 5991): [dpxxdisp.c   5198]
    -IN-- sender_id DISPATCHER        tid  14    wp_ca_blk   36      wp_id 0
    -IN-- action    SEND_TO_WP        uid  162   appc_ca_blk -1      type  DIA 
    -IN-- new_stat  NO_CHANGE         mode 1     len         9       rq_id 39011
    -IN-- req_info  MSG_WITH_REQ_BUF MSG_WITH_OH
    -IN-- forward to T14/U162/M1
    Wed Jul 23 09:59:10 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4248]
    ERROR => NiIRead: SiRecv failed for hdl 7 / sock 1388
        (SI_ECONN_BROKEN/10054; I4; ST; 192.168.12.51:1371) [nixxi.cpp    4248]
    Network error of client T14, NiBufReceive (-6: NIECONN_BROKEN), dp_tm_status=3
    Wed Jul 23 09:59:23 2008
    WARNING => NiAddrToHost took 13 seconds [dpxxdisp.c   18945]
    Client address of T14 is 192.168.12.51(192.168.12.51)
    ***LOG Q04=> DpRTmPrep, NiBufReceive (254 BIZJAKSA 14 sasa ) [dpxxdisp.c   11375]
    RM-T14, U254, 300     BIZJAKSA, sasa, 09:17:37, M0, W1, SPRO, 4/1
    Wed Jul 23 15:48:05 2008
    SoftCancel request for T14 U318 M0 received from REMOTE_TERMINAL
    Wed Jul 23 16:10:54 2008
    SoftCancel request for T14 U359 M0 received from REMOTE_TERMINAL
    Wed Jul 23 16:12:58 2008
    SoftCancel request for T14 U359 M0 received from REMOTE_TERMINAL
    Wed Jul 23 16:13:00 2008
    DpHdlDeadWp: restart wp (pid=1756) automatically
    Wed Jul 23 16:13:32 2008
    Network error of client T14, NiBufReceive (-6: NIECONN_BROKEN), dp_tm_status=3
    Wed Jul 23 16:13:34 2008
    Client address of T14 is 192.168.12.27(DREAMER)
    ***LOG Q04=> DpRTmPrep, NiBufReceive (359 BIDANDSA 14 dreamer ) [dpxxdisp.c   11375]
    RM-T14, U359, 300     BIDANDSA, dreamer, 16:12:36, M0, W0, SE38, 2/2
    Wed Jul 23 16:13:46 2008
    ERROR => W0 (pid 3344) died [dpxxdisp.c   14319]
    Wed Jul 23 16:14:26 2008
    ERROR => W0 (pid 504) died [dpxxdisp.c   14319]
    Wed Jul 23 16:14:46 2008
    ERROR => W0 (pid 1548) died [dpxxdisp.c   14319]
    Wed Jul 23 16:15:06 2008
    ERROR => W0 (pid 3808) died [dpxxdisp.c   14319]
    Wed Jul 23 16:15:26 2008
    ERROR => W0 (pid 3516) died [dpxxdisp.c   14319]
    Wed Jul 23 16:15:46 2008
    ERROR => W0 (pid 2328) died [dpxxdisp.c   14319]
    Wed Jul 23 16:16:06 2008
    ERROR => W0 (pid 1556) died [dpxxdisp.c   14319]
    Wed Jul 23 16:16:21 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4248]
    ERROR => NiIRead: SiRecv failed for hdl 7 / sock 1352
        (SI_ECONN_BROKEN/10054; I4; ST; 192.168.12.27:1721) [nixxi.cpp    4248]
    Network error of client T16, NiBufReceive (-6: NIECONN_BROKEN), dp_tm_status=3
    Client address of T16 is 192.168.12.27(DREAMER)
    ***LOG Q04=> DpRTmPrep, NiBufReceive (361 16 dreamer ) [dpxxdisp.c   11375]
    RM-T16, U361, 000             , dreamer, 16:14:01, M0, W3,     , 2/0
    Wed Jul 23 16:16:26 2008
    ERROR => W0 (pid 3060) died [dpxxdisp.c   14319]
    Wed Jul 23 16:16:46 2008
    ERROR => W0 (pid 1416) died [dpxxdisp.c   14319]
    Wed Jul 23 16:17:06 2008
    ERROR => W0 (pid 1496) died [dpxxdisp.c   14319]
    Wed Jul 23 16:17:12 2008
    SoftCancel request for T19 U274 M5 received from REMOTE_TERMINAL
    Wed Jul 23 16:17:18 2008
    DpHdlDeadWp: restart wp (pid=2076) automatically
    Wed Jul 23 16:17:26 2008
    ERROR => W0 (pid 2960) died [dpxxdisp.c   14319]
    Wed Jul 23 16:24:12 2008
    DpHdlDeadWp: restart wp (pid=340) automatically
    Wed Jul 23 16:24:32 2008
    DpHdlDeadWp: restart wp (pid=3612) automatically
    Wed Jul 23 16:25:12 2008
    DpHdlDeadWp: restart wp (pid=2172) automatically
    Wed Jul 23 16:27:32 2008
    DpHdlDeadWp: restart wp (pid=3492) automatically
    Wed Jul 23 16:31:08 2008
    SoftCancel request for T19 U274 M2 received from REMOTE_TERMINAL
    Wed Jul 23 16:31:32 2008
    DpEnvCheck: set dp_high_prio_state to DP_HPRIO_TIMEOUT (1 rqs)
    Wed Jul 23 16:32:12 2008
    DpEnvCheck: set dp_high_prio_state to DP_HPRIO_TIMEOUT (1 rqs)
    Wed Jul 23 16:53:01 2008
    DpEnvCheck: set dp_high_prio_state to DP_HPRIO_TIMEOUT (1 rqs)
    Wed Jul 23 16:53:41 2008
    DpEnvCheck: set dp_high_prio_state to DP_HPRIO_TIMEOUT (1 rqs)
    ERROR => DpCheckTerminals: NiCheck2(rc=-23) failed for tid: 23 (60secs)-> disconnecting [dpxxdisp.c   12158]
    RM-T23, U366,                 , Marko, 16:32:26, M0, W-1,     , 1/0
    Wed Jul 23 16:54:33 2008
    DpEnvCheck: set dp_high_prio_state to DP_HPRIO_TIMEOUT (1 rqs)
    Wed Jul 23 16:55:13 2008
    DpEnvCheck: set dp_high_prio_state to DP_HPRIO_TIMEOUT (1 rqs)
    Wed Jul 23 16:55:53 2008
    DpEnvCheck: set dp_high_prio_state to DP_HPRIO_TIMEOUT (1 rqs)
    Wed Jul 23 16:56:33 2008
    DpEnvCheck: set dp_high_prio_state to DP_HPRIO_TIMEOUT (1 rqs)
    Wed Jul 23 16:57:13 2008
    DpEnvCheck: set dp_high_prio_state to DP_HPRIO_TIMEOUT (1 rqs)
    Wed Jul 23 16:57:53 2008
    DpEnvCheck: set dp_high_prio_state to DP_HPRIO_TIMEOUT (1 rqs)
    Wed Jul 23 16:58:33 2008
    DpEnvCheck: set dp_high_prio_state to DP_HPRIO_TIMEOUT (1 rqs)
    Wed Jul 23 16:59:13 2008
    DpEnvCheck: set dp_high_prio_state to DP_HPRIO_TIMEOUT (1 rqs)
    ERROR => DpCheckTerminals: NiCheck2(rc=-23) failed for tid: 20 (60secs)-> disconnecting [dpxxdisp.c   12158]
    RM-T20, U363,                 , Marko, 16:17:48, M0, W-1,     , 1/0
    Wed Jul 23 16:59:33 2008
    ERROR => DpCheckTerminals: NiCheck2(rc=-23) failed for tid: 21 (60secs)-> disconnecting [dpxxdisp.c   12158]
    RM-T21, U364,                 , Marko, 16:18:06, M0, W-1,     , 1/0
    Wed Jul 23 16:59:53 2008
    DpEnvCheck: set dp_high_prio_state to DP_HPRIO_TIMEOUT (1 rqs)
    Wed Jul 23 17:00:33 2008
    DpEnvCheck: set dp_high_prio_state to DP_HPRIO_TIMEOUT (1 rqs)
    ERROR => DpCheckTerminals: NiCheck2(rc=-23) failed for tid: 18 (60secs)-> disconnecting [dpxxdisp.c   12158]
    RM-T18, U367,                 , Marko, 16:39:19, M0, W-1,     , 1/0
    Wed Jul 23 17:01:13 2008
    DpEnvCheck: set dp_high_prio_state to DP_HPRIO_TIMEOUT (1 rqs)
    Wed Jul 23 17:01:53 2008
    DpEnvCheck: set dp_high_prio_state to DP_HPRIO_TIMEOUT (1 rqs)
    Wed Jul 23 17:02:33 2008
    DpEnvCheck: set dp_high_prio_state to DP_HPRIO_TIMEOUT (1 rqs)
    Wed Jul 23 17:03:13 2008
    DpEnvCheck: set dp_high_prio_state to DP_HPRIO_TIMEOUT (1 rqs)
    Wed Jul 23 17:03:53 2008
    DpEnvCheck: set dp_high_prio_state to DP_HPRIO_TIMEOUT (1 rqs)
    Wed Jul 23 17:04:33 2008
    DpEnvCheck: set dp_high_prio_state to DP_HPRIO_TIMEOUT (1 rqs)
    Wed Jul 23 17:04:53 2008
    ERROR => DpCheckTerminals: NiCheck2(rc=-23) failed for tid: 22 (60secs)-> disconnecting [dpxxdisp.c   12158]
    RM-T22, U365,                 , Marko, 16:23:27, M0, W-1,     , 1/0
    Wed Jul 23 17:05:13 2008
    DpEnvCheck: set dp_high_prio_state to DP_HPRIO_TIMEOUT (1 rqs)
    ERROR => DpCheckTerminals: NiCheck2(rc=-23) failed for tid: 24 (60secs)-> disconnecting [dpxxdisp.c   12158]
    RM-T24, U368,                 , Marko, 16:43:56, M0, W-1,     , 1/0
    Wed Jul 23 17:05:53 2008
    DpEnvCheck: set dp_high_prio_state to DP_HPRIO_TIMEOUT (1 rqs)
    Wed Jul 23 17:06:33 2008
    DpEnvCheck: set dp_high_prio_state to DP_HPRIO_TIMEOUT (1 rqs)
    Wed Jul 23 17:07:13 2008
    DpEnvCheck: set dp_high_prio_state to DP_HPRIO_TIMEOUT (1 rqs)
    Wed Jul 23 17:07:52 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4248]
    ERROR => NiIRead: SiRecv failed for hdl 6 / sock 1392
        (SI_ECONN_BROKEN/10054; I4; ST; 192.168.12.63:1273) [nixxi.cpp    4248]
    Network error of client T19, NiBufReceive (-6: NIECONN_BROKEN), dp_tm_status=3
    trc file: "dev_w0", trc level: 1, release: "700"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, MJ

    B Mon Jul 21 22:40:57 2008
    B  create_con (con_name=R/3)
    B  Loading DB library 'C:\usr\sap\UHR\DVEBMGS00\exe\dbmssslib.dll' ...
    B  Library 'C:\usr\sap\UHR\DVEBMGS00\exe\dbmssslib.dll' loaded
    B  Version of 'C:\usr\sap\UHR\DVEBMGS00\exe\dbmssslib.dll' is "700.08", patchlevel (0.87)
    B  New connection 0 created
    M sysno      00
    M sid        UHR
    M systemid   562 (PC with Windows NT)
    M relno      7000
    M patchlevel 0
    M patchno    102
    M intno      20050900
    M make:      multithreaded, Unicode, 64 bit, optimized
    M pid        1756
    M
    M  kernel runs with dp version 224000(ext=109000) (@(#) DPLIB-INT-VERSION-224000-UC)
    M  length of sys_adm_ext is 572 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 1756) [dpxxdisp.c   1301]
    I  MtxInit: 30000 0 0
    M  DpSysAdmExtCreate: ABAP is active
    M  DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active
    M  DpShMCreate: sizeof(wp_adm)          20608     (1472)
    M  DpShMCreate: sizeof(tm_adm)          5584592     (27784)
    M  DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    M  DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    M  DpCommTableSize: max/headSize/ftSize/tableSize=500/16/552064/552080
    M  DpShMCreate: sizeof(comm_adm)          552080     (1088)
    M  DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    M  DpShMCreate: sizeof(slock_adm)          0     (104)
    M  DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    M  DpShMCreate: sizeof(file_adm)          0     (72)
    M  DpShMCreate: sizeof(vmc_adm)          0     (1848)
    M  DpShMCreate: sizeof(wall_adm)          (41664/36752/64/192)
    M  DpShMCreate: sizeof(gw_adm)     48
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 000000000F250050, size: 6275968)
    M  DpShMCreate: allocated sys_adm at 000000000F250050
    M  DpShMCreate: allocated wp_adm at 000000000F251F40
    M  DpShMCreate: allocated tm_adm_list at 000000000F256FC0
    M  DpShMCreate: allocated tm_adm at 000000000F257020
    M  DpShMCreate: allocated wp_ca_adm at 000000000F7AA6F0
    M  DpShMCreate: allocated appc_ca_adm at 000000000F7B04B0
    M  DpShMCreate: allocated comm_adm at 000000000F7B23F0
    M  DpShMCreate: system runs without slock table
    M  DpShMCreate: system runs without file table
    M  DpShMCreate: allocated vmc_adm_list at 000000000F839080
    M  DpShMCreate: allocated gw_adm at 000000000F839100
    M  DpShMCreate: system runs without vmc_adm
    M  DpShMCreate: allocated ca_info at 000000000F839130
    M  DpShMCreate: allocated wall_adm at 000000000F839140

    X Mon Jul 21 22:40:58 2008
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation view
    X  <EsNT> Using memory model view.
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.
    M  ThInit: running on host unidev

    M Mon Jul 21 22:41:00 2008
    M  calling db_connect ...
    C  Thread ID:2896
    C  Thank You for using the SLOLEDB-interface
    C  Using dynamic link library 'C:\usr\sap\UHR\DVEBMGS00\exe\dbmssslib.dll'
    C  dbmssslib.dll patch info
    C    patchlevel   0
    C    patchno      87
    C    patchcomment MSSQL: UTAB/ATAB/Dynp-access via clientside cursor (1002914)
    C  np:(local) connection used on UNIDEV
    C  CopyLocalParameters: dbuser is 'uhr'
    C  Using Provider SQLNCLI
    C  OpenOledbConnection: MARS property was set successfully.
    C  Provider Release:9.00.2047.00
    C  Using Provider SQLNCLI
    C  OpenOledbConnection: MARS property was set successfully.
    C  Cache sizes: header 104 bytes, 20000 names (32800000 bytes), 500 dynamic statements (2872000 bytes), total 35672104 bytes
    C  Using shared procedure name cache UNIDEV_UHRUHR_UHR_MEM initialized by another process.
    C  Connected to db server : [UNIDEV] server_used : [np:(local)], dbname: UHR, dbuser: uhr
    C  pn_id:UNIDEV_UHRUHR_UHR
    C  Using MARS (on sql 9.0)
    B  Connection 0 opened (DBSL handle 0)
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT TIM MAX OPT Date     Time   DBHost         
    B  000 000 R/3              000000000 ACTIVE       NO  YES NO  000 255 255 20080721 224100 UNIDEV         
    C  The IRow interface is supported by this OLEDB provider
    M  db_connect o.k.
    M  ICT: exclude compression: .zip,.cs,.rar,.arj,.z,.gz,.tar,.lzh,.cab,.hqx,.ace,.jar,.ear,.war,.css,.pdf,.js,.gzip,.uue,.bz2,.iso,.sda,.sar,.gif

    I Mon Jul 21 22:41:05 2008
    I  MtxInit: 0 0 0
    M  SHM_PRES_BUF               (addr: 000000001B590050, size: 4400128)
    M  SHM_ROLL_AREA          (addr: 000007FFD1900050, size: 61865984)
    M  SHM_PAGING_AREA          (addr: 000000001B9D0050, size: 33554432)
    M  SHM_ROLL_ADM               (addr: 000000001D9E0050, size: 618548)
    M  SHM_PAGING_ADM          (addr: 000000001DA80050, size: 525344)
    M  ThCreateNoBuffer          allocated 544152 bytes for 1000 entries at 000000001DB10050
    M  ThCreateNoBuffer          index size: 3000 elems
    M  ThCreateVBAdm          allocated 12176 bytes (50 server) at 000000001DBA0050
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation view
    X  ES initialized.
    B  db_con_shm_ini:  WP_ID = 0, WP_CNT = 14, CON_ID = -1
    B  dbtbxbuf: Buffer TABL  (addr: 0000000023160160, size: 30000128, end: 0000000024DFC560)
    B  dbtbxbuf: Buffer TABLP (addr: 0000000024E00160, size: 10240000, end: 00000000257C4160)
    B  dbexpbuf: Buffer EIBUF (addr: 00000000257E0170, size: 4194304, end: 0000000025BE0170)
    B  dbexpbuf: Buffer ESM   (addr: 0000000025BF0170, size: 4194304, end: 0000000025FF0170)
    B  dbexpbuf: Buffer CUA   (addr: 0000000026000170, size: 3072000, end: 00000000262EE170)
    B  dbexpbuf: Buffer OTR   (addr: 00000000262F0170, size: 4194304, end: 00000000266F0170)
    M  CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.

    S Mon Jul 21 22:41:06 2008
    S  *** init spool environment
    S  initialize debug system
    T  Stack direction is downwards.
    T  debug control: prepare exclude for printer trace
    T  new memory block 00000000138F2930
    S  spool kernel/ddic check: Ok
    S  using table TSP02FX for frontend printing
    S  1 spool work process(es) found
    S  frontend print via spool service enabled
    S  printer list size is 150
    S  printer type list size is 50
    S  queue size (profile)   = 300
    S  hostspool list size = 3000
    S  option list size is 30
    S      found processing queue enabled
    S  found spool memory service RSPO-RCLOCKS at 000000002FA100D0
    S  doing lock recovery
    S  setting server cache root
    S  found spool memory service RSPO-SERVERCACHE at 000000002FA10530
    S    using messages for server info
    S  size of spec char cache entry: 297032 bytes (timeout 100 sec)
    S  size of open spool request entry: 2176 bytes
    S  immediate print option for implicitely closed spool requests is disabled

    A  -PXA--
    A  PXA INITIALIZATION
    A  System page size: 4kb, total admin_size: 25844kb, dir_size: 12872kb.
    A  Attached to PXA (address 000007FFD5410050, size 700000K, 2 fragments of 337080K )
    A  abap/pxa = shared protect gen_remote
    A  PXA INITIALIZATION FINISHED
    A  -PXA--

    A  ABAP ShmAdm attached (addr=000007FF4FEC1000 leng=20955136 end=000007FF512BD000)
    A  >> Shm MMADM area (addr=000007FF5039AEB0 leng=244096 end=000007FF503D6830)
    A  >> Shm MMDAT area (addr=000007FF503D7000 leng=15622144 end=000007FF512BD000)
    A  RFC Destination> destination unidev_UHR_00 host unidev system UHR systnr 0 (unidev_UHR_00)
    A  RFC Options> H=unidev,S=00,d=2,
    A  RFC FRFC> fallback activ but this is not a central instance.
    A   
    A  RFC rfc/signon_error_log = -1
    A  RFC rfc/dump_connection_info = 0
    A  RFC rfc/dump_client_info = 0
    A  RFC rfc/cp_convert/ignore_error = 1
    A  RFC rfc/cp_convert/conversion_char = 23
    A  RFC rfc/wan_compress/threshold = 251
    A  RFC rfc/recorder_pcs not set, use defaule value: 2
    A  RFC rfc/delta_trc_level not set, use default value: 0
    A  RFC rfc/no_uuid_check not set, use default value: 0
    A  RFC rfc/bc_ignore_thcmaccp_retcode not set, use default value: 0
    A  RFC Method> initialize RemObjDriver for ABAP Objects
    M  ThrCreateShObjects          allocated 14784 bytes at 000000002FB80050
    N  SsfSapSecin: putenv(SECUDIR=C:\usr\sap\UHR\DVEBMGS00\sec): ok

    N  =================================================
    N  === SSF INITIALIZATION:
    N  ===...SSF Security Toolkit name SAPSECULIB .
    N  ===...SSF trace level is 0 .
    N  ===...SSF library is C:\usr\sap\UHR\DVEBMGS00\exe\sapsecu.dll .
    N  ===...SSF hash algorithm is SHA1 .
    N  ===...SSF symmetric encryption algorithm is DES-CBC .
    N  ===...sucessfully completed.
    N  =================================================
    N  MskiInitLogonTicketCacheHandle: Logon Ticket cache pointer retrieved from shared memory.
    N  MskiInitLogonTicketCacheHandle: Workprocess runs with Logon Ticket cache.
    M  JrfcVmcRegisterNativesDriver o.k.
    W  =================================================
    W  === ipl_Init() called
    B    dbtran INFO (init_connection '<DEFAULT>' [MSSQL:700.08]):
    B     max_blocking_factor =  50,  max_in_blocking_factor      = 255,
    B     min_blocking_factor =   5,  min_in_blocking_factor      =  10,
    B     prefer_union_all    =   1,  prefer_join                 =   1,
    B     prefer_fix_blocking =   0,  prefer_in_itab_opt          =   0,
    B     convert AVG         =   1,  alias table FUPD            =   0,
    B     escape_as_literal   =   0,  opt GE LE to BETWEEN        =   0,
    B     select *            =0x00,  character encoding          = STD / []:X,
    B     use_hints           = abap->1, dbif->0x1, upto->0, rule_in->0,
    B                           rule_fae->0, concat_fae->0, concat_fae_or->0
    W    ITS Plugin: Path dw_gui
    W    ITS Plugin: Description ITS Plugin - ITS rendering DLL
    W    ITS Plugin: sizeof(SAP_UC) 2
    W    ITS Plugin: Release: 700, [7000.0.102.20050900]
    W    ITS Plugin: Int.version, [33]
    W    ITS Plugin: Feature set: [13]
    W    ===... Calling itsp_Init in external dll ===>
    W  === ipl_Init() returns 0, ITSPE_OK: OK
    W  =================================================
    E  Replication is disabled
    E  EnqCcInitialize: local lock table initialization o.k.
    E  EnqId_SuppressIpc: local EnqId initialization o.k.
    E  EnqCcInitialize: local enqueue client init o.k.

    C Mon Jul 21 22:41:12 2008
    C  The IRow interface is supported by this OLEDB provider
    B  table logging switched off for all clients

    M Mon Jul 21 22:41:27 2008
    M  SecAudit(RsauShmInit): WP attached to existing shared memory.
    M  SecAudit(RsauShmInit): addr of SCSA........... = 000000000B130050
    M  SecAudit(RsauShmInit): addr of RSAUSHM........ = 000000000B1307C0
    M  SecAudit(RsauShmInit): addr of RSAUSLOTINFO... = 000000000B130800
    M  SecAudit(RsauShmInit): addr of RSAUSLOTS...... = 000000000B13080C

    B Mon Jul 21 22:41:28 2008
    B  dbmyclu : info : my major identification is 3232238598, minor one 0.
    B  dbmyclu : info : Time Reference is 1.12.2001 01:00:00h GMT.
    B  dbmyclu : info : my initial uuid is DD576563AFC954F1AFC00019DB2FD4E5.
    B  dbmyclu : info : current optimistic cluster level: 3
    B  dbmyclu : info : pessimistic reads set to 2.

    M Mon Jul 21 22:41:49 2008
    M  ThIUsrDel: th_rollback_usrdelentry = 1

    S Mon Jul 21 23:06:17 2008
    S  found spool memory service RSPO-ACTIONS at 000000002FA1A270

    M Tue Jul 22 01:55:30 2008
    M  *** ERROR => PfFileIndUpd: new Index is initial [pfhypind.c   1546]
    M  *** ERROR => PfWriteIntoFile: failed to update fileindex (rc=7) [pfxxstat.c   4458]

    A Tue Jul 22 08:50:00 2008
    A  generated report BAPI_MATERIAL_GET_DETAIL======FT         with fingerprint F5FC699E14ADB0B547CC7986C2A4C095|  39605

    A Tue Jul 22 09:44:06 2008
    A  generated report RQGAAM31                                 with fingerprint C9A7D68E2C97749BC6D0C456AB2AC44F| 401746

    S Tue Jul 22 09:51:04 2008
    S  *** ERROR => C call error 084(SPOC): area POSSUTIL unknown [rspoabap.c   639]

    B Tue Jul 22 09:53:09 2008
    B  ***LOG BYE=> invalid interface parameter ObjTooLar  [dbexpbuf#2 @ 3496] [dbexpbuf3496 ]
    B  dbexpbuf[0]: Object (CONTEXTB                         300IBFREE_SEL_DD_INFO    000005000220080722090000) is too large (= 897446)

    B Tue Jul 22 09:53:10 2008
    B  ***LOG BYE=> invalid interface parameter ObjTooLar  [dbexpbuf#2 @ 3496] [dbexpbuf3496 ]
    B  dbexpbuf[0]: Object (CONTEXTB                         300IBFREE_SEL_DD_INFO    000005000220080722090000) is too large (= 1076066)

    S Tue Jul 22 09:59:16 2008
    S  *** ERROR => C call error 084(SPOC): area POSSUTIL unknown [rspoabap.c   639]
    S  *** ERROR => C call error 084(SPOC): area POSSUTIL unknown [rspoabap.c   639]
    S  handle memory type is RSTSPROMMM

    S Tue Jul 22 09:59:53 2008
    S  *** ERROR => C call error 084(SPOC): area POSSUTIL unknown [rspoabap.c   639]

    S Tue Jul 22 10:02:30 2008
    S  *** ERROR => C call error 084(SPOC): area POSSUTIL unknown [rspoabap.c   639]

    A Tue Jul 22 10:08:52 2008
    A  generated report /1BCDWB/DBT005T                          with fingerprint EE548C1AA44FB8D5F4FB46488B17C8C4| 123144

    S Tue Jul 22 10:11:32 2008
    S  *** ERROR => C call error 084(SPOC): area POSSUTIL unknown [rspoabap.c   639]
    S  *** ERROR => C call error 084(SPOC): area POSSUTIL unknown [rspoabap.c   639]

    A Tue Jul 22 10:20:58 2008
    A  generated report RSM51000_ALV                             with fingerprint 5F163D87ACDB8AD86CCF1C87F126AF2E| 226054

    A Tue Jul 22 10:20:59 2008
    A  generated report SAPLSGWY                                 with fingerprint 483DD182BF64B6C3B7E32A3176FCF31E| 159038

    A Tue Jul 22 10:29:37 2008
    A  generated report ZSD_PICKING2                             with fingerprint 55C529CC3D67BE7948A17F86E90E121C| 139312

    A Tue Jul 22 10:35:04 2008
    A  generated report ZSD_PICKING2                             with fingerprint 55C529CC3D67BE7948A17F86E90E121C| 139312

    A Tue Jul 22 10:35:10 2008
    A  generated report ZSD_PICKING2                             with fingerprint 55C529CC3D67BE7948A17F86E90E121C| 139312

    A Tue Jul 22 10:46:31 2008
    A  generated report ZSD_PICKING2                             with fingerprint 54A3965E02EBAB52B17B24A111A0D7FA| 140596

    A Tue Jul 22 10:49:26 2008
    A  generated report ZSD_PICKING2                             with fingerprint 634209006A8318BC2592C11A26F91501| 141036

    A Tue Jul 22 10:49:59 2008
    A  generated report ZSD_PICKING2                             with fingerprint 634209006A8318BC2592C11A26F91501| 141036

    A Tue Jul 22 10:52:23 2008
    A  generated report ZSD_PICKING2                             with fingerprint 634209006A8318BC2592C11A26F91501| 141036

    A Tue Jul 22 10:59:07 2008
    A  generated report ZSD_PICKING2                             with fingerprint 634209006A8318BC2592C11A26F91501| 141036

    A Tue Jul 22 10:59:12 2008
    A  generated report ZSD_PICKING2                             with fingerprint 634209006A8318BC2592C11A26F91501| 141036

    A Tue Jul 22 11:01:41 2008
    A  generated report ZSD_PICKING2                             with fingerprint 634209006A8318BC2592C11A26F91501| 141036

    A Tue Jul 22 11:03:53 2008
    A  generated report ZSD_PICKING2                             with fingerprint 634209006A8318BC2592C11A26F91501| 141036

    A Tue Jul 22 11:04:55 2008
    A  generated report ZSD_PICKING2                             with fingerprint 634209006A8318BC2592C11A26F91501| 141036

    A Tue Jul 22 11:08:17 2008
    A  generated report ZSD_PICKING2                             with fingerprint 634209006A8318BC2592C11A26F91501| 141036

    A Tue Jul 22 11:10:15 2008
    A  generated report ZSD_PICKING2                             with fingerprint 8891B5A8EC7822D058463E1B46BA63AA| 141996

    A Tue Jul 22 11:11:58 2008
    A  generated report ZSD_PICKING2                             with fingerprint 2BBA95A1B82D64006DACD0FF8A46C27D| 146064

    A Tue Jul 22 11:12:12 2008
    A  generated report ZSD_PICKING2                             with fingerprint 2BBA95A1B82D64006DACD0FF8A46C27D| 146064

    A Tue Jul 22 11:15:38 2008
    A  generated report ZSD_PICKING2                             with fingerprint D318ECF472CC69E0F6F15D7ECABBFB91| 146960

    A Tue Jul 22 11:18:08 2008
    A  generated report ZSD_PICKING2                             with fingerprint 2E034C955E88C177DC8950ABC8E32D66| 147244

    A Tue Jul 22 11:23:33 2008
    A  generated report ZSD_PICKING2                             with fingerprint 8FD43A8F2E4E4D21F1ADC869C0B4CBB7| 147764

    A Tue Jul 22 11:24:23 2008
    A  generated report ZSD_PICKING2                             with fingerprint FCA6327240977F61D65FB9B2BC8DA3DE| 148852

    S Tue Jul 22 11:26:05 2008
    S  *** ERROR => C call error 084(SPOC): area POSSUTIL unknown [rspoabap.c   639]
    S  *** ERROR => C call error 084(SPOC): area POSSUTIL unknown [rspoabap.c   639]

    A Tue Jul 22 11:28:05 2008
    A  generated report ZSD_PICKING2                             with fingerprint 2B5B9232DEFB2BFE7086380DD01870E2| 149334

    A Tue Jul 22 11:28:45 2008
    A  generated report ZSD_PICKING2                             with fingerprint 1F840A2650E09A2388A22D7AAA20F9EF| 149402

    A Tue Jul 22 11:29:43 2008
    A  generated report ZSD_PICKING2                             with fingerprint 9D84E6B594FD15B1FA39CD201B9BAB95| 149386

    A Tue Jul 22 11:31:50 2008
    A  generated report ZSD_PICKING2                             with fingerprint 48223582D932269E5D2E5BC031CB73CD| 149450

    A Tue Jul 22 11:36:11 2008
    A  generated report ZSD_PICKING2                             with fingerprint 48223582D932269E5D2E5BC031CB73CD| 149450

    A Tue Jul 22 11:37:40 2008
    A  generated report ZSD_PICKING2                             with fingerprint 48223582D932269E5D2E5BC031CB73CD| 149450

    A Tue Jul 22 11:40:18 2008
    A  generated report ZSD_PICKING2                             with fingerprint 782AA3736B315EEA00BC7B09BD3C5C2F| 150260

    A Tue Jul 22 11:45:54 2008
    A  generated report ZSD_PICKING2                             with fingerprint 05E3B62A0ED9DEBD830B52A4F9530AB3| 149274

    A Tue Jul 22 11:46:44 2008
    A  generated report ZSD_PICKING2                             with fingerprint 07CD1DD13287939E56FE81656DB9BAF9| 149286

    S Tue Jul 22 11:53:51 2008
    S  *** ERROR => C call error 084(SPOC): area POSSUTIL unknown [rspoabap.c   639]
    S  *** ERROR => C call error 084(SPOC): area POSSUTIL unknown [rspoabap.c   639]

    S Tue Jul 22 11:53:54 2008
    S  *** ERROR => C call error 084(SPOC): area POSSUTIL unknown [rspoabap.c   639]

    A Tue Jul 22 11:54:14 2008
    A  generated report ZSD_PICKING2                             with fingerprint 07CD1DD13287939E56FE81656DB9BAF9| 149286

    A Tue Jul 22 11:56:17 2008
    A  generated report SAPICN__                                 with fingerprint C3D1C351774FA9FCA1734EFAA15F582B| 291944

    S Tue Jul 22 11:56:41 2008
    S  *** ERROR => C call error 084(SPOC): area POSSUTIL unknown [rspoabap.c   639]

    S Tue Jul 22 11:56:58 2008
    S  *** ERROR => C call error 084(SPOC): area POSSUTIL unknown [rspoabap.c   639]

    S Tue Jul 22 11:58:37 2008
    S  *** ERROR => C call error 084(SPOC): area POSSUTIL unknown [rspoabap.c   639]
    S  *** ERROR => C call error 084(SPOC): area POSSUTIL unknown [rspoabap.c   639]

    S Tue Jul 22 11:58:41 2008
    S  *** ERROR => C call error 084(SPOC): area POSSUTIL unknown [rspoabap.c   639]

    S Tue Jul 22 11:59:39 2008
    S  *** ERROR => C call error 084(SPOC): area POSSUTIL unknown [rspoabap.c   639]

    S Tue Jul 22 12:01:17 2008
    S  *** ERROR => C call error 084(SPOC): area POSSUTIL unknown [rspoabap.c   639]

    A Tue Jul 22 12:01:31 2008
    A  generated report ZSD_PICKING2                             with fingerprint F59A5C1748323816E8609C662D543581| 149502

    S Tue Jul 22 12:10:00 2008
    S  *** ERROR => C call error 084(SPOC): area POSSUTIL unknown [rspoabap.c   639]

    S Tue Jul 22 12:10:14 2008
    S  *** ERROR => C call error 084(SPOC): area POSSUTIL unknown [rspoabap.c   639]

    A Tue Jul 22 12:37:26 2008
    A  generated report CL_EX_FI_PAYREF_BADI_010======CP         with fingerprint A894E6CF0D4B166F9D75ACA293F40D95|  16362
    A  generated report IF_EX_FI_PAYREF_BADI_010======IP         with fingerprint D83E71FAF6452700CAB48AA281C07B5E|   4849

    S Tue Jul 22 12:44:12 2008
    S  *** ERROR => C call error 084(SPOC): area POSSUTIL unknown [rspoabap.c   639]

    D Tue Jul 22 13:16:39 2008
    D  *** ERROR => invalid value hacurrow 22 hwcurrow 16 [diagoutp.c   1071]
    D  *** ERROR =>   Dynpro      SAPMSYST [diagoutp.c   1072]
    D  *** ERROR =>   Dynpro nr   0020 [diagoutp.c   1073]
    D  *** ERROR => platform      : GUIAPI on NT [diagsrv.c    802]
    D  *** ERROR => gui version   : 640        [diagsrv.c    811]
    D  *** ERROR => gui patchlevel:                                                    [diagsrv.c    819]
    D  *** ERROR => transaction   :                      [diagsrv.c    827]
    D  *** ERROR => user          :              [diagsrv.c    841]
    D  *** ERROR => display    : unichemts1 [diagsrv.c    847]
    D  *** ERROR => invalid value hacurcol 84 hwcurcol 20 [diagoutp.c   1079]
    D  *** ERROR =>   Dynpro      SAPMSYST [diagoutp.c   1080]
    D  *** ERROR =>   Dynpro nr   0020 [diagoutp.c   1081]
    D  *** ERROR => platform      : GUIAPI on NT [diagsrv.c    802]
    D  *** ERROR => gui version   : 640        [diagsrv.c    811]
    D  *** ERROR => gui patchlevel:                                                    [diagsrv.c    819]
    D  *** ERROR => transaction   :                      [diagsrv.c    827]
    D  *** ERROR => user          :              [diagsrv.c    841]
    D  *** ERROR => display    : unichemts1 [diagsrv.c    847]

    D Tue Jul 22 13:16:52 2008
    D  *** ERROR => invalid value hacurrow 22 hwcurrow 16 [diagoutp.c   1071]
    D  *** ERROR =>   Dynpro      SAPMSYST [diagoutp.c   1072]
    D  *** ERROR =>   Dynpro nr   0020 [diagoutp.c   1073]
    D  *** ERROR => platform      : GUIAPI on NT [diagsrv.c    802]
    D  *** ERROR => gui version   : 640        [diagsrv.c    811]
    D  *** ERROR => gui patchlevel:                                                    [diagsrv.c    819]
    D  *** ERROR => transaction   :                      [diagsrv.c    827]
    D  *** ERROR => user          :              [diagsrv.c    841]
    D  *** ERROR => display    : unichemts1 [diagsrv.c    847]
    D  *** ERROR => invalid value hacurcol 84 hwcurcol 20 [diagoutp.c   1079]
    D  *** ERROR =>   Dynpro      SAPMSYST [diagoutp.c   1080]
    D  *** ERROR =>   Dynpro nr   0020 [diagoutp.c   1081]
    D  *** ERROR => platform      : GUIAPI on NT [diagsrv.c    802]
    D  *** ERROR => gui version   : 640        [diagsrv.c    811]
    D  *** ERROR => gui patchlevel:                                                    [diagsrv.c    819]
    D  *** ERROR => transaction   :                      [diagsrv.c    827]
    D  *** ERROR => user          :              [diagsrv.c    841]
    D  *** ERROR => display    : unichemts1 [diagsrv.c    847]

    S Tue Jul 22 13:17:47 2008
    S  *** ERROR => C call error 084(SPOC): area POSSUTIL unknown [rspoabap.c   639]

    S Tue Jul 22 13:17:53 2008
    S  *** ERROR => C call error 084(SPOC): area POSSUTIL unknown [rspoabap.c   639]

    S Tue Jul 22 13:22:11 2008
    S  *** ERROR => C call error 084(SPOC): area POSSUTIL unknown [rspoabap.c   639]
    S  *** ERROR => C call error 084(SPOC): area POSSUTIL unknown [rspoabap.c   639]

    A Tue Jul 22 13:30:40 2008
    A  generated report SAPLJBD2                                 with fingerprint FB3DAF00A6135001932F0D3AAD95CCFF| 273918

    S Tue Jul 22 13:34:22 2008
    S  *** ERROR => C call error 084(SPOC): area POSSUTIL unknown [rspoabap.c   639]

    S Tue Jul 22 13:34:23 2008
    S  *** ERROR => C call error 084(SPOC): area POSSUTIL unknown [rspoabap.c   639]

    A Tue Jul 22 16:09:03 2008
    A  generated report /1BCDWB/DBMLGT                           with fingerprint 9A6F604FBBA14A33DC96415A827B123C| 132316

    M Tue Jul 22 16:40:58 2008
    M  *** ERROR => ThIDbgCreate: ThICreateAltMode failed (27) [thxxdbg.c    1326]
    M  *** ERROR => ThDbgDiscardOutbuf: No debugger attached ? [thxxdbg.c    858]
    M  *** ERROR => ThDbgGetOutbuf: No debugger attached ? [thxxdbg.c    772]
    A  *** ERROR => TPDA: illegal state while switching off [abtpdmess.c  1148]

    M Tue Jul 22 16:42:18 2008
    M  *** ERROR => ThIDbgCreate: ThICreateAltMode failed (27) [thxxdbg.c    1326]
    M  *** ERROR => ThDbgDiscardOutbuf: No debugger attached ? [thxxdbg.c    858]
    M  *** ERROR => ThDbgGetOutbuf: No debugger attached ? [thxxdbg.c    772]
    A  *** ERROR => TPDA: illegal state while switching off [abtpdmess.c  1148]

    M Tue Jul 22 16:43:45 2008
    M  *** ERROR => ThIDbgCreate: ThICreateAltMode failed (27) [thxxdbg.c    1326]
    M  *** ERROR => ThDbgDiscardOutbuf: No debugger attached ? [thxxdbg.c    858]
    M  *** ERROR => ThDbgGetOutbuf: No debugger attached ? [thxxdbg.c    772]
    A  *** ERROR => TPDA: illegal state while switching off [abtpdmess.c  1148]

    M Tue Jul 22 16:44:50 2008
    M  *** ERROR => ThIDbgCreate: ThICreateAltMode failed (27) [thxxdbg.c    1326]
    M  *** ERROR => ThDbgDiscardOutbuf: No debugger attached ? [thxxdbg.c    858]
    M  *** ERROR => ThDbgGetOutbuf: No debugger attached ? [thxxdbg.c    772]
    A  *** ERROR => TPDA: illegal state while switching off [abtpdmess.c  1148]

    M Tue Jul 22 16:47:12 2008
    M  *** ERROR => ThIDbgCreate: ThICreateAltMode failed (27) [thxxdbg.c    1326]
    M  *** ERROR => ThDbgDiscardOutbuf: No debugger attached ? [thxxdbg.c    858]
    M  *** ERROR => ThDbgGetOutbuf: No debugger attached ? [thxxdbg.c    772]
    A  *** ERROR => TPDA: illegal state while switching off [abtpdmess.c  1148]

    M Tue Jul 22 16:49:09 2008
    M  *** ERROR => ThIDbgCreate: ThICreateAltMode failed (27) [thxxdbg.c    1326]
    M  *** ERROR => ThDbgDiscardOutbuf: No debugger attached ? [thxxdbg.c    858]
    M  *** ERROR => ThDbgGetOutbuf: No debugger attached ? [thxxdbg.c    772]
    A  *** ERROR => TPDA: illegal state while switching off [abtpdmess.c  1148]

    M Tue Jul 22 16:52:19 2008
    M  *** ERROR => ThIDbgCreate: ThICreateAltMode failed (27) [thxxdbg.c    1326]
    M  *** ERROR => ThDbgDiscardOutbuf: No debugger attached ? [thxxdbg.c    858]
    M  *** ERROR => ThDbgGetOutbuf: No debugger attached ? [thxxdbg.c    772]
    A  *** ERROR => TPDA: illegal state while switching off [abtpdmess.c  1148]

    M Tue Jul 22 16:52:48 2008
    M  *** ERROR => ThIDbgCreate: ThICreateAltMode failed (27) [thxxdbg.c    1326]
    M  *** ERROR => ThDbgDiscardOutbuf: No debugger attached ? [thxxdbg.c    858]
    M  *** ERROR => ThDbgGetOutbuf: No debugger attached ? [thxxdbg.c    772]
    A  *** ERROR => TPDA: illegal state while switching off [abtpdmess.c  1148]

    M Tue Jul 22 16:53:05 2008
    M  *** ERROR => ThIDbgCreate: ThICreateAltMode failed (27) [thxxdbg.c    1326]
    M  *** ERROR => ThDbgDiscardOutbuf: No debugger attached ? [thxxdbg.c    858]
    M  *** ERROR => ThDbgGetOutbuf: No debugger attached ? [thxxdbg.c    772]
    A  *** ERROR => TPDA: illegal state while switching off [abtpdmess.c  1148]

    M Tue Jul 22 17:00:14 2008
    M  *** ERROR => ThIDbgCreate: ThICreateAltMode failed (27) [thxxdbg.c    1326]
    M  *** ERROR => ThDbgDiscardOutbuf: No debugger attached ? [thxxdbg.c    858]
    M  *** ERROR => ThDbgGetOutbuf: No debugger attached ? [thxxdbg.c    772]
    A  *** ERROR => TPDA: illegal state while switching off [abtpdmess.c  1148]

    Y Tue Jul 22 17:05:32 2008
    Y  *** ERROR => bsdup etype 32 not implemented [dybasbsdup.c 1827]
    Y  *** ERROR => bsdup etype 103 not implemented [dybasbsdup.c 1827]

    M Tue Jul 22 17:06:33 2008
    M  *** WARNING => ThSndDelUser: delete client/user 300/BIZJAKSA     (T19) on server unidev_UHR_00      

    Y Tue Jul 22 17:07:30 2008
    Y  *** ERROR => bsdup etype 32 not implemented [dybasbsdup.c 1827]
    Y  *** ERROR => bsdup etype 103 not implemented [dybasbsdup.c 1827]

    M Tue Jul 22 17:14:21 2008
    M  *** ERROR => ThIDbgCreate: ThICreateAltMode failed (27) [thxxdbg.c    1326]
    M  *** ERROR => ThDbgDiscardOutbuf: No debugger attached ? [thxxdbg.c    858]
    M  *** ERROR => ThDbgGetOutbuf: No debugger attached ? [thxxdbg.c    772]
    A  *** ERROR => TPDA: illegal state while switching off [abtpdmess.c  1148]

    M Tue Jul 22 17:26:45 2008
    M  *** ERROR => ThIDbgCreate: ThICreateAltMode failed (27) [thxxdbg.c    1326]
    M  *** ERROR => ThDbgDiscardOutbuf: No debugger attached ? [thxxdbg.c    858]
    M  *** ERROR => ThDbgGetOutbuf: No debugger attached ? [thxxdbg.c    772]
    A  *** ERROR => TPDA: illegal state while switching off [abtpdmess.c  1148]

    M Tue Jul 22 17:30:39 2008
    M  *** ERROR => ThIDbgCreate: ThICreateAltMode failed (27) [thxxdbg.c    1326]
    M  *** ERROR => ThDbgDiscardOutbuf: No debugger attached ? [thxxdbg.c    858]
    M  *** ERROR => ThDbgGetOutbuf: No debugger attached ? [thxxdbg.c    772]
    A  *** ERROR => TPDA: illegal state while switching off [abtpdmess.c  1148]

    M Tue Jul 22 17:38:32 2008
    M  *** ERROR => ThIDbgCreate: ThICreateAltMode failed (27) [thxxdbg.c    1326]
    M  *** ERROR => ThDbgDiscardOutbuf: No debugger attached ? [thxxdbg.c    858]
    M  *** ERROR => ThDbgGetOutbuf: No debugger attached ? [thxxdbg.c    772]
    A  *** ERROR => TPDA: illegal state while switching off [abtpdmess.c  1148]

    M Tue Jul 22 17:39:23 2008
    M  *** ERROR => ThIDbgCreate: ThICreateAltMode failed (27) [thxxdbg.c    1326]
    M  *** ERROR => ThDbgDiscardOutbuf: No debugger attached ? [thxxdbg.c    858]
    M  *** ERROR => ThDbgGetOutbuf: No debugger attached ? [thxxdbg.c    772]
    A  *** ERROR => TPDA: illegal state while switching off [abtpdmess.c  1148]

    M Tue Jul 22 17:40:51 2008
    M  *** ERROR => ThIDbgCreate: ThICreateAltMode failed (27) [thxxdbg.c    1326]
    M  *** ERROR => ThDbgDiscardOutbuf: No debugger attached ? [thxxdbg.c    858]
    M  *** ERROR => ThDbgGetOutbuf: No debugger attached ? [thxxdbg.c    772]
    A  *** ERROR => TPDA: illegal state while switching off [abtpdmess.c  1148]

    M Tue Jul 22 17:43:48 2008
    M  *** ERROR => ThIDbgCreate: ThICreateAltMode failed (27) [thxxdbg.c    1326]
    M  *** ERROR => ThDbgDiscardOutbuf: No debugger attached ? [thxxdbg.c    858]
    M  *** ERROR => ThDbgGetOutbuf: No debugger attached ? [thxxdbg.c    772]
    A  *** ERROR => TPDA: illegal state while switching off [abtpdmess.c  1148]

    M Tue Jul 22 17:54:43 2008
    M  *** ERROR => ThIDbgCreate: ThICreateAltMode failed (27) [thxxdbg.c    1326]
    M  *** ERROR => ThDbgDiscardOutbuf: No debugger attached ? [thxxdbg.c    858]
    M  *** ERROR => ThDbgGetOutbuf: No debugger attached ? [thxxdbg.c    772]
    A  *** ERROR => TPDA: illegal state while switching off [abtpdmess.c  1148]

    M Tue Jul 22 17:57:01 2008
    M  *** ERROR => ThIDbgCreate: ThICreateAltMode failed (27) [thxxdbg.c    1326]
    M  *** ERROR => ThDbgDiscardOutbuf: No debugger attached ? [thxxdbg.c    858]
    M  *** ERROR => ThDbgGetOutbuf: No debugger attached ? [thxxdbg.c    772]
    A  *** ERROR => TPDA: illegal state while switching off [abtpdmess.c  1148]

    M Tue Jul 22 18:02:01 2008
    M  *** ERROR => ThIDbgCreate: ThICreateAltMode failed (27) [thxxdbg.c    1326]
    M  *** ERROR => ThDbgDiscardOutbuf: No debugger attached ? [thxxdbg.c    858]
    M  *** ERROR => ThDbgGetOutbuf: No debugger attached ? [thxxdbg.c    772]
    A  *** ERROR => TPDA: illegal state while switching off [abtpdmess.c  1148]

    M Tue Jul 22 18:02:22 2008
    M  *** ERROR => ThIDbgCreate: ThICreateAltMode failed (27) [thxxdbg.c    1326]
    M  *** ERROR => ThDbgDiscardOutbuf: No debugger attached ? [thxxdbg.c    858]
    M  *** ERROR => ThDbgGetOutbuf: No debugger attached ? [thxxdbg.c    772]
    A  *** ERROR => TPDA: illegal state while switching off [abtpdmess.c  1148]

    A Wed Jul 23 10:22:19 2008
    A  generated report SAPLZWM_ITS                              with fingerprint ED19F251BF60B9EFA02F41623644A153| 775307

    A Wed Jul 23 10:39:10 2008
    A  generated report SAPLZWM_ITS                              with fingerprint 40E5A24C9E0CFE1FC11E73021AA7D768| 775115

    A Wed Jul 23 10:39:23 2008
    A  generated report Z_WM_ITS_01===================FT         with fingerprint 0FD2E4B3815A3282381876F1DAD85055|  32318

    A Wed Jul 23 10:40:11 2008
    A  generated report SAPLZWM_ITS                              with fingerprint F2C4BE68871EB3F8953964A2BEC440E5| 775139

    A Wed Jul 23 10:40:30 2008
    A  generated report Z_WM_ITS_01===================FT         with fingerprint 0FD2E4B3815A3282381876F1DAD85055|  32318

    A Wed Jul 23 10:43:27 2008
    A  generated report SAPLZWM_ITS                              with fingerprint F2C4BE68871EB3F8953964A2BEC440E5| 775139

    A Wed Jul 23 10:45:15 2008
    A  generated report SAPLZWM_ITS                              with fingerprint DD7F323AB366E581F641DD70604C7A71| 775261

    A Wed Jul 23 10:50:41 2008
    A  generated report SAPLZWM_ITS                              with fingerprint DD7F323AB366E581F641DD70604C7A71| 775261

    A Wed Jul 23 10:54:55 2008
    A  generated report SAPLZWM_ITS                              with fingerprint 18653A001ED6C6965413E04FA55C0C1A| 775337

    A Wed Jul 23 10:55:20 2008
    A  generated report Z_WM_ITS_01===================FT         with fingerprint 4005925FF96BDCE971A45EFE9CB8D9CE|  33446

    A Wed Jul 23 10:56:23 2008
    A  generated report SAPLZWM_ITS                              with fingerprint 18653A001ED6C6965413E04FA55C0C1A| 775337

    A Wed Jul 23 10:58:53 2008
    A  generated report SAPLZWM_ITS                              with fingerprint 92DE24B695CAC5F1519E31F1B97DBAF9| 775365

    A Wed Jul 23 10:59:03 2008
    A  generated report SAPLZWM_ITS                              with fingerprint 7DC4155F94E1C0FA70AC7EFA25D66943| 775365

    A Wed Jul 23 10:59:09 2008
    A  generated report Z_WM_ITS_01===================FT         with fingerprint 4005925FF96BDCE971A45EFE9CB8D9CE|  33446

    A Wed Jul 23 11:04:55 2008
    A  generated report SAPLZWM_ITS                              with fingerprint AB87C907C1C5FE2524FE63971ED5E5F0| 775401

    A Wed Jul 23 11:05:14 2008
    A  generated report Z_WM_ITS_01===================FT         with fingerprint 4005925FF96BDCE971A45EFE9CB8D9CE|  33446

    A Wed Jul 23 11:07:02 2008
    A  generated report SAPLZWM_ITS                              with fingerprint 11E2FB746C760626805B1AFE05414408| 775409

    A Wed Jul 23 11:24:36 2008
    A  generated report SAPLZWM_ITS                              with fingerprint 756DCE162D5B25C898D1E5A5DB860531| 775461

    A Wed Jul 23 11:25:18 2008
    A  generated report SAPLZWM_ITS                              with fingerprint 4A8E56370238EAF6601C9EF1CD649AE6| 775461

    A Wed Jul 23 11:25:32 2008
    A  generated report SAPLZWM_ITS                              with fingerprint 4A8E56370238EAF6601C9EF1CD649AE6| 775461

    A Wed Jul 23 11:26:14 2008
    A  generated report Z_WM_ITS_01===================FT         with fingerprint 1FD7964CF35A3D47C2AF3B685FC0B662|  34562

    A Wed Jul 23 11:28:31 2008
    A  generated report SAPLZWM_ITS                              with fingerprint 553819C5E9B6F8067E0DFF47D21E8F5D| 775513

    A Wed Jul 23 11:30:56 2008
    A  generated report SAPLZWM_ITS                              with fingerprint 045AD16C7ECACD76F5ADC55E05F1DEB7| 775553

    A Wed Jul 23 11:33:17 2008
    A  generated report SAPLZWM_ITS                              with fingerprint FFDC34EE24A5BA8B096BE3ED40C15AEC| 775553

    A Wed Jul 23 11:33:30 2008
    A  generated report Z_WM_ITS_01===================FT         with fingerprint 1FD7964CF35A3D47C2AF3B685FC0B662|  34562

    A Wed Jul 23 11:34:54 2008
    A  generated report SAPLZWM_ITS                              with fingerprint 091FC12CFBB2CCE4E1554E0D254DBBD5| 775533

    A Wed Jul 23 11:35:03 2008
    A  generated report Z_WM_ITS_01===================FT         with fingerprint 1FD7964CF35A3D47C2AF3B685FC0B662|  34562

    A Wed Jul 23 11:36:15 2008
    A  generated report SAPLZWM_ITS   

    Looks like disp+work.exe dumped at the O/S level.  Check the windows event log to see if you can find anything.
    The user didn't do anything, at best the user could probably crash a single work process, but the process would just restart anyways.
    Also, make sure your kernel is upgraded to the latest versions, there were releases of kernel (640 and 700) known to have these dumps.

Maybe you are looking for

  • Double Scroll Bars, Side By Side, End To End, In A JScrollPane

    I'm trying to create double scroll bars next to each other, end to end. One scroll bar is for the position in the grid, while the other, smaller scroll bar controls the zoom level. I am masquerading a JPanel as a JScrollBar. I'm adding two scroll bar

  • How to set default pag magnification to 100%

    Whenever I open a PDF in Adobe Acrobat 9 Standard v9.1.2 it opens to 69.2% zoom magnification. How can I set the default to open all PDF's at 100% zoom magnification? Thanks, Howard

  • Blank Scrren when i use reeder

    When i use Reeder it always Blank screen. I post the log here hope any one can help my issue. thanks a lot. Interval Since Last Panic Report:  53492 sec Panics Since Last Report:          2 Anonymous UUID:                    10A248E0-DB77-482C-AB43-6

  • Feature Request : viewing options of hyperlink in MSO

    In v18 it is now possible to have hyperlinks in MSOs. What I miss is - I click on the URL - The built in Web viewer opens up within the Folio - Here I see that the Web site is not fit in the window, scrolling left/right is necessary. Possible to requ

  • Why is my firefox displaying itself this way?

    http://i.gyazo.com/fd48d3c183453d76b9ec9ae2c3010730.png I'm posting this with internet explorer... I've tried reopening (the right-click drop-down boxes are blacked out, too, but I'm savvy enough to remember where everything is,) the browser multiple