[SOLVED] bftpd for apache file server configuration

i chose bftpd,
is this a decent choice for a simple apache testing server?  i finally got it working last night after some configuration changes
#ROOTDIR specifies the root directory of the client. It defaults to %h
#(user's home directory). %u is replaced by the user name.
ROOTDIR="/srv/http"
#i set it to the doc root of the server
#If DO_CHROOT is enabled, a user can not access directories other than his
#HOMEDIR and its subdirectories. DON'T disable this globally if you don't
#want to have a security hole!
DO_CHROOT="yes"
#even though i left this default, it still works, not out of my home directory, so this part is a bit confusing
#With the option ALLOWCOMMAND_XXXX, you can disable the command XXXX.
ALLOWCOMMAND_DELE="yes"
#this one allowed me to overwrite files in /srv/http, without it ftp wouldnt work unless file didnt exist
these are the only configuration changes i had to do.  im still wondering if i need to change one of the above and then add or tinker with one of the user functions below
user ftp {
  #Any password fits.
  ANONYMOUS_USER="yes"
  DENY_LOGIN="Anonymous login disabled."
  # bftpd interprets ROOTDIR="%h" (the default), as ROOTDIR="/" for the anonymous user, override it
  ROOTDIR="/srv/ftp"
user root {
  DENY_LOGIN="Root login not allowed."
Last edited by wolfdogg (2011-06-13 23:04:37)

gave up on bftpd and switched out to proftp

Similar Messages

  • Policy Agent 2.2 for Apache HTTP Server

    hi,
    I'm trying to configure Policy Agent 2.2 for apache http server.
    The agent seems to be installed properly, in fact when I access the protected resource, I get the Access Manager login page.
    Then I log into access manager, but I'm redirected to an error page.
    Looking in log files I can see:
    agent's "amAgent" log file:
    Debug 10763:f8fe0 AuthService: HTTP Status = 200 (OK)
    Debug 10763:f8fe0 AuthService: Http::Response::readAndParse(): No content length in response.
    Debug 10763:f8fe0 ServiceEngine: Service::do_agent_auth_login(): Setting password callback.
    Debug 10763:f8fe0 ServiceEngine: Service::do_agent_auth_login(): Setting name callback to 'apache2Agent'.
    Debug 10763:f8fe0 AuthService: BaseService::sendRequest Cookie and Headers =Host: crmzone.company.icteam.it     
                   Cookie: JSESSIONID=193E5E1590C924A42B95A00A51DC0479;amlbcookie=01
    Debug 10763:f8fe0 AuthService: BaseService::sendRequest Content-Length =Content-Length: 620
    Debug 10763:f8fe0 AuthService: BaseService::sendRequest Header Suffix =Accept: text/xml
                   Content-Type: text/xml; charset=UTF-8
    Debug 10763:f8fe0 AuthService: HTTP Status = 200 (OK)
    Debug 10763:f8fe0 AuthService: Http::Response::readAndParse(): No content length in response.
    Error 10763:f8fe0 AuthService: AuthService::processLoginStatus() Exception message=[Application user ID is not valid.] errorCode='107' templateName=login_failed_template.jsp.
    Error 10763:f8fe0 PolicyEngine: am_policy_evaluate: InternalException in AuthService::processLoginStatus() with error message:Exception message=[Application user ID is not valid.] errorCode='107' templateName=login_failed_template.jsp and code:3
    Warning 10763:f8fe0 PolicyAgent: am_web_is_access_allowed()(http://10.0.0.31:80/SugarOS-Full-4.5.0f, GET) denying access: status = Access Manager authentication service failure
    Debug 10763:f8fe0 PolicyAgent: am_web_is_access_allowed(): Successfully logged to remote server for GET action by user unknown user to resource http://10.0.0.31:80/SugarOS-Full-4.5.0f.
    Info 10763:f8fe0 PolicyAgent: am_web_is_access_allowed()(http://10.0.0.31:80/SugarOS-Full-4.5.0f, GET) returning status: Access Manager authentication service failure.
    Info 10763:f8fe0 PolicyAgent: process_request(): Access check for URL http://10.0.0.31/SugarOS-Full-4.5.0f returned Access Manager authentication service failure.
    Debug 10763:f8fe0 PolicyAgent: process_request(): returning web result AM_WEB_RESULT_ERROR, data []
    Debug 10763:f8fe0 PolicyAgent: am_web_process_request(): Rendering web result AM_WEB_RESULT_ERROR
    Debug 10763:f8fe0 PolicyAgent: am_web_process_request(): render result function returned AM_SUCCESS.
    Access Manager's "amAuthentication.error" log file:
    "Login Failed|module_instance|Application" Application AUTHENTICATION-268 dc=opensso,dc=java,dc=net "Not Available" INFO apache2Agent 10.0.0.31 "cn=dsameuser,ou=DSAME Users,dc=opensso,dc=java,dc=net" CRMzone
    I tried to change the name of the agent either in its AMAgent.properties or in Access Manager "Agents" configuration page.
    I also used "crypt_util" to generate a new passoword, but nothing seems to happen.
    Where should I look to get more info about this problem? Specific log file?
    Is it due to wrong name/id/password of the agent? I really checked them many times...
    Thanks
    Fabio

    I think the error message "Application user ID is not valid" is pretty self evident.
    Log into the amconsole and go to the root realm/organization. Make sure the Agent profile exists and reset the password again to know value. If you created the agent profile in a sub realm/organization, you will need to make sure the subrealm/organization is set in the AMAgent.properties since the default value is / for the root realm/organization. Update the AMAgent.properties file will the Agent ID and the password generated by the crypt_it tool (com.sun.am.policy.am.username, com.sun.am.policy.am.password)
    If that doesn't work, check the amApplication debug log and then look at the ldap server access logs to see why the auth bind failed.

  • File Server Configuration on Windows Server 2012 R2

    Dear All,
    I need your support in my scenario.
    Work Environment: 
    I work in a company where we have multiple departments.
    My Department is elearning.
    All Departments get Internet and Network Access from IT Department.
    My Department Requirement:
    I Need to Install and Configure File Server and assign storage space for 25 users for storing their respective work files.
    Availability:
    I have installed windows 2012 R2 on my physical server which is connected to my local network
    My Question:
    Do I have to make my server a DC to Install and configure File Server for my requirement?
    If No, then How can I fulfill my requirement ?
    Kindly revert.
    Best Regards,
    Ahmed

    Do you already have an AD domain in your environment? If yes then simply add your File Server as member server and use your AD user accounts to grant the required accesses.
    If no then you can:
    Create local user accounts and provide access using them
    or make your server a DC, create AD accounts and then grant the required accesses
    Before proceeding, it would be better to see with your IT department what is already available and their recommendations to manage your needs.
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • Jsp for apache web server

    hi all,
    i am new 2 the field of JSP & web servers.
    i have installed apache web server on a unix box. i am invoking the jsp files from a win - 2000 machine.
    i want to know if the apache web server can interprett the java code (JSP)that is embedded in html. if not what other web server should i use.
    The jsp code is not being interpretted. the output for the foll code is:
    HELLO WORLD
    HELLO WORLD
    <HTML>
    <TITLE>
    HELLO
    </TITLE>
    <BODY>
    HELLO WORLD
    <br>
    <%= new java.util.Date() %>
    HELLO WORLD
    <% System.out.println("HELLO ALL") %>
    </BODY>
    </HTML>
    Do i have to use some other server like Blazix or will apache web server do the job for me???
    thanx in advance

    Double-posted:
    http://forum.java.sun.com/thread.jsp?forum=45&thread=388900&tstart=0&trange=30

  • NTLM for Apache web server

    First, I didn't find a specific category in the forums for the Apache web server that comes with Oracle 8i and 9i, so if this isn't the right place, I'd like to know where it is.
    Anyway, has anyone had success using NTLM with recent versions of Oracle's Apache web server? I had it working with 8.1.7, but when I upgraded to 8.1.7.3, it broke again. It doesn't work with 9.2 either. Oracle support was quite unimpressed that I had even tried it at all, but I think it is something that should be part of an intranet web server in a corporate environment, since Windows is on most desktops.
    Thanks,
    Andy Johnson

    NT Lan Manager authentication for Apache? Are there even APIs published by Microsoft? On the other hand, I would not be surprised if a module exists. (then again Oracle would not support it for their variant of Apache=OHS)

  • Uses for old file server

    Home esxi rig?

    Recently I (personally) purchased our old file server. It served as a temporary unit after the "real" one took a dump. Once it was virtualized, the physical tower got put away for several years and was forgotten. While cleaning house, we had a boneyard PC sale, $5 takes, to get rid of our old XP boxes. This one was included. 
    It's got a Core i5 3570k, ASUS P8Z77-V LX, a HighPoint RocketRAID 1470 SATA II card which supports RAID 0,1,5,10, and half a dozen SATA hard drives amounting to 5TB.
    What could I possibly do with this thing? I know there's a lot I could do, just need more ideas.  I already have a gaming rig, so throwing that out. 
    This topic first appeared in the Spiceworks Community

  • Wich kernel suits for small file server / gateway+Python?

    In short: are kernel-beyond or emission special features (latence, stability, ...) worth for a LAN file server? for a gateway + Python (Zope/Plone) PC? and for a gateway that do router/firewall/proxy behind a Linksys router/FW?
    Details:
    We've got a PIV 1,7GHz with 512 to 1024 Mb sdram as a file server for <10 PCs (rsync, (duplicity), Samba, tar, gunzip, vsftpd).
    Compiled kernel26-emission wain's PKGBUILD without X ; it takes just 7 Mb RAM after boot with sshd & vsftpd started
    2nd PC is a Pentium II 350MHz with 192 Mb sdram on 2 smal SCSI HDDs
    It serves as a router/firewall/DHCP & DNS server with ADSL connection, & hosts a Python (Zope/Plone) server that likes RAM & CPU.
    Now runs Arch Linux with a custom kernel-2.6.15-archck kernel.

    Let me correct myself, the key that is needed is called "aliasIP> One message on the net seems to imply that one could use something like :
    <key>aliasIP</key>
    <string>wan.ip.number.178</string>
    for a dynamic IP address. Can anyone confirm this?

  • [SOLVED] Permission for a file is changing after reboot

    I know it may seem to you like a silly question, but it's a terrible problem for me. I tried to change permission for a file using chmod 660 and it changed of course ( I did it as a root ), but after reboot it resumed to the previous state. It's rather critical file form /proc/acpi/video/... and I need it for brightness manipulation. It's a file with a direct access to my hardware, so I think there's somewhere protection mechanism in Arch and I don't know what should I change.
    Thanks in advance
    Last edited by Gooru (2010-10-25 17:43:03)

    Although this works, surely changing the permissions on every boot is a little backwards.
    As far as I'm aware it's permissions are set like that for a reason - it's a hardware control and as such should only be touched with privileged permissions (root). The 'real' way to do this would probably be to use sudo and set up the sudoers file such that you don't need to use a password as a regular user.
    That's just my two cents though... and if I'm honest, it's just me being really pedantic you can do it how you like!

  • Content Engine Network Module for Caching File Server Objects

    We have a content engine network module for a 2821 router located at a branch office that we'd like to use for clients to obtain locally cached file objects from a Windos server located at our headquarters or corporate office. I've been looking for some sample configs or documentation that will show me that this is possible and on how to do it since this is my first time ever doing. All I was able to find so far was the link below under "Support of Preloading of NTLM Authenticated Objects", but it seems incomplete in providing configuration tasks that most CCO doc's usually provide. Has anyone else had any luck finding some useful doc's or sample configs to get this accomplish? Thanks in advance.
    http://www.cisco.com/univercd/cc/td/doc/product/webscale/uce/acns55/55ldg/urlfiltr.htm#wp1158213

    You can't cache Windows Files using the Cache Engines.
    You CAN do this using WAFS though. I'd suggest looking at the WAFS (or upcoming WAAS) products, which use WCCP like the Cache Engines to transparently redirect Windows File Sharing requests.

  • Mount_smbfs fails for one file server but works on another

    I have a simple terminal .command file that i've written and added to my login items. this script mounts two SMB file shares from different servers (win2003). this script has been working for over a month now it fails for one server and works fine for the second one.
    script looks like this:
    mkdir /Users/me/Desktop/fs1
    mkdir /Users/me/Desktop/fs2
    mount_smbfs //winserv1/fs1$ /Users/me/Desktop/fs1
    mount_smbfs //winserv2/fs2$ /Users/me/Desktop/fs2
    When it runs it should use my kerberos credentials to authenticate me to the winserv1 but seems to fail and then prompts for password. If I enter the password in the terminal window it fails.
    the mount_smbfs command for fs2 on winserv2 works fine and uses my kerberos credentials.
    i looked through the system.log for clues and found:
    Oct 8 12:11:06 is3018 login[2009]: USER_PROCESS: 2009 ttys000
    Oct 8 12:11:08 is3018 gssd-agent[2017]: Error returned by svcmach_gss_init_seccontext:
    then I am prompted for password in terminal (which should not happen). i enter password and it fails
    then console log responds with:
    Oct 8 12:11:08 is3018 gssd-agent[2017]: Major error = 851968: Unspecified GSS failure. Minor code may provide more information
    Oct 8 12:11:08 is3018 gssd-agent[2017]: Minor error = 100004:
    Oct 8 12:11:33 is3018 BBDaemon[50]: IOBSDNameMatching returned a NULL dictionary.
    Oct 8 12:11:33: --- last message repeated 1 time ---
    Oct 8 12:11:33 is3018 com.apple.launchd.peruser.1368768338[141] ([0x0-0x91091].com.apple.Terminal[2005]): Exited: Terminated
    Oct 8 12:11:33 is3018 login[2009]: DEAD_PROCESS: 2009 ttys000
    the cryptic log file entries don't mean much to me - anyone have any ideas what might be happening?

    Turns out that our network time server was having some problems and the the two servers had drifted several minutes off the correct time. Once the time on each server was corrected my kerberos authentication issues resolved.

  • Odbc failure for Siebel database server configuration

    Hi all,
    I am installing siebel 7.8.2 in my system. I am using oracle 10g...
    I have installed siebel gateway name server .
    After siebel server installation and configuration,
    I was checking for ODBC connectivity as given in manual but i am getting the following error:
    Cannot validate username/password combination.
    HY000: [DATA direct] [ODBC Oracle Driver][Oracle] Ora-12538: TNS: no such protocol adapter
    further details are:
    I have installed Oracle 10g application server(both oracleasinfra and oracleasmidtier)... my oracle_home is oracleasinfra... and my running listener is also infrastructure listener... and my siebel database where i have run grantusr.sql script is also database which is in oracleasinfra...
    Please help me out?

    Hi Manuel Dias,
    I believe those information would be easily found out through SQL Server 2005 references or guides.  There may not have any special needs for B1 database.
    Thanks,
    Gordon

  • [SOLVED]Gui for changing file associations

    hello everyone!
    i use openbox as WM, thunar as my filebrowser and chromium as my webbrowser.
    i ran into the following issue:
    everytime i download something with chrome and click on the entry displayed on the bottom it mostly does not do anything. but i found out that it queries
    xdg-open
    which then reads
    ~/.local/share/applications/defaults.list
    which seems very logical to mee since this is a very centralized approach in opening files. this way thunar and chrome use the same apps. but it seems pretty cumbersome to me to type every file-type into this file.
    i found out that thunar is able to add entries into this file by selecting an application manually to always use this application for this kind of file.
    but is there any way that i can select file-roller for example for ALL archives and add ALL those entries into defaults.list? or all media-files to be opened with vlc since this is my only media-player anyway. thunar is not the issue here but chrome is :-)
    i know that ubuntu-tweak has got something in this direction but this does not work on arch :-(
    so is there any gui or something that allows me to populate defaults.list in an easy manner?
    thanks in advance!
    Last edited by Labello (2010-08-08 14:04:58)

    Sorry for the hassle.
    I found a solution and added it to the OpenBox-article in the wiki:
    http://wiki.archlinux.org/index.php/Ope … sociations

  • SXMB_ADM for setting Integration server configuration

    Hi,
    Default client 001 is set as integration server. Can anyone suggest whether it is recommened to use this 001 as integration server or we can use a new client say 200 as integration server.
    Thanks and Regards,
    Sailesh K

    Hi Sailesh,
    This Please recommend: Which client to use for Integration Server. (001???) would address your question.
    cheers ,
    Prashanth
    P.S Please mark helpful answers

  • [SOLVED]bittorrent for a headless server

    Hi,
    I want to centralise my torrents onto my home server. It's running arch and I use ssh to administer it. I was wondering if anyone could recommend bittorrent clients for this situation. I doubt I could ssh in and access an ncurses gui or something, but maybe someone here has a better solution. I though of backgrounding a command line client but this would lead to a separate instance for each torrent which makes them hard to manage, so do I have no choice but to use a web based client?
    Last edited by calef13 (2008-01-11 16:06:54)

    Actually, if it is a strong enough hardware, you can run any GUI application that you'd like with vnc (like I do Ktorrent and aMule on my headless Arch server).
    Here's how you do it:
    1. Install basic xorg, a basic window manager and tight vnc on the headless server:
    pacman -S xorg openbox tightvnc
    2. Run the server once so it will create ~/.vnc and setup passwords
    vncserver
    3. Setup the vnc startup script (so you wont need to ssh and manually activate it after the headless reboots).
    Call it vnc and put it in /etc/rc.d/
    Dont forget to set it up to run at startup in rc.conf
    replace daf666 with your username!
    #!/bin/bash
    # general config
    . /etc/rc.conf
    . /etc/rc.d/functions
    case "$1" in
      start)
        stat_busy "Starting vncserver"
          su daf666 -c "/usr/bin/vncserver"
        if [ $? -gt 0 ]; then
          stat_fail
        else
          add_daemon vnc
          stat_done
        fi
      stop)
        stat_busy "Stopping vncserver"
        killall Xvnc
        if [ $? -gt 0 ]; then
          stat_fail
        else
          rm_daemon vnc
          stat_done
        fi
      restart)
        $0 stop
        sleep 3
        $0 start
        echo "usage: $0 {start|stop|restart}" 
    esac
    4. To setup openbox to run at startup insert 'openbox' in your ~/.vnc/xstartup
    5. Reboot the headless
    6. Install tightvnc on your desktop machine and connect to the headless: vncviewer 6.6.6.6:1 (replace with ur IP and screen num)
    7. Install ktorrent or what ever.. then it will keep running after you disconnect

  • Service Manager Data Warehouse Install - Analysis Server Configuration For OLAP Cubes Fail

    Hello everyone,
    I have an issue with my installation of the Data Warehouse for System Center Service Manager 2012 SP1.
    My install environment is the following:
    Windows Server 2012 – System Center Service Manager (Successfully Installed) - Virtual
    Windows Server 2012 – System Center Data Warehouse (Pending) - Virtual
    Windows Server 2012 – MS SQL Server 2012 – Physical, Clustered 1<sup>st</sup> of Four Servers
    The SQL Server is a clustered installation with named instances, specifically for SharePoint and Service Manager. Each instance has its own IP address and dynamic ports are turned off. I’m installing using the domain administrator account and I also chose
    to run the installer as administrator. The domain admin has sysadmin rights to the service manager server and instance I’m trying to install on. However, the account does not have sysadmin rights to some of the other instances.
    The install is smooth up until it needs to connect to the Analysis server database. I have tried connecting to the analysis servers on other SQL servers on site and all were successful. The only difference between the older SQL servers, the SQL 2012 development
    server and the SQL 2012 Production server I’m trying to install to is that the that the domain admin account doesn’t have sysadmin access on all the databases on the new production server. The SQL server is being installed and configured by a contractor so
    if you all have troubleshooting suggestions, I’ll need to coordinate with the contractor.
    Starting with the screen below, I began searching for help online. There seems to be no one else with this issue or it is not documented properly. I opened a ticket with MS, called the contractor and troubleshot with him, troubleshot as far as I could on
    my own and I’m still at a loss as to what is preventing the installer from connecting specifically to the analysis server.
    I first thought the installer was at issue or that the data warehouse sever was at issue. But all signs are pointing at the SQL server. The installer is able to connect to all the other SQL servers – including other 2012 servers (same versions) – so it can’t
    be the installer. I’m pretty sure the SQL server is going to be at issue.
    After looking at this error, I opened the resource monitor and clicked the dropdown to see if it was trying to connect to the correct server and it was. I then connected to the old and new test and development servers successfully. Then connected to the
    SQL 2008 R2 production cluster successfully. I then compared the two servers. The only difference other than the version numbers is that the admin account doesn’t have sysadmin rights on all the SQL 2012 database servers. But the database servers are not the
    problem. The analysis servers are.
    I then checked the event logs and they are empty as far as this issue is concerned. Actually, there are no errors on the SQL 2012 production box and the Data Warehouse box. I then checked the log that the installer creates during every step of the installation
    and this is what is created when the dropdown is clicked for the analysis server configuration screen. The log file location is:
    “C:\Users\admin\AppData\Local\Temp\2\SCSMSetupWizard01.txt”
    In the file is the following text.
    01:03:34:Attempting connection to SQL Server 2012 management scope on SCSMSQL2012
    01:03:34:Using SQL Server 2012 management scope on SCSMSQL2012
    01:03:36:Collecting SQL instances on server SCSMSQL2012
    01:03:36:Attempting connection to SQL Server 2012 management scope on SCSMSQL2012.johnsonbrothers.com
    01:03:36:Using SQL Server 2012 management scope on SCSMSQL2012.johnsonbrothers.com
    01:03:38:Found SQL Instance: SCSMSQL2012\PWGSQL2012
    01:03:38:Found SQL Instance: SCSMSQL2012\SCSMSQL2012
    01:03:39:Error:GetSqlInstanceList(), Exception Type: Microsoft.AnalysisServices.ConnectionException, Exception Message: A connection cannot be made. Ensure that the server is running.
    01:03:39:StackTrace:   at Microsoft.AnalysisServices.XmlaClient.GetTcpClient(ConnectionInfo connectionInfo)
       at Microsoft.AnalysisServices.XmlaClient.OpenTcpConnection(ConnectionInfo connectionInfo)
       at Microsoft.AnalysisServices.XmlaClient.OpenConnection(ConnectionInfo connectionInfo, Boolean& isSessionTokenNeeded)
       at Microsoft.AnalysisServices.XmlaClient.Connect(ConnectionInfo connectionInfo, Boolean beginSession)
       at Microsoft.AnalysisServices.Server.Connect(String connectionString, String sessionId, ObjectExpansion expansionType)
       at Microsoft.SystemCenter.Essentials.SetupFramework.HelperClasses.SetupValidationHelpers.GetASVersion(StringBuilder sqlInstanceServiceName)
       at Microsoft.SystemCenter.Essentials.SetupFramework.HelperClasses.SetupValidationHelpers.GetSqlInstanceList(String sqlServerName, Int32 serviceType)
    I’m now investigating the issue according to this output, and decided to ask you all if you’ve run into this issue and found a resolution.

    I am running into same issue . But I don't anything in the instances section related to portipv6 . I do see in the listener section , I tried to remove it . But it comes up again . Please help
    <ConfigurationSettings>
    <Security>
    <RequireClientAuthentication>0</RequireClientAuthentication>
    <SecurityPackageList/>
    </Security>
    <Network>
    <Listener>
    <RequestSizeThreshold>4095</RequestSizeThreshold>
    <MaxAllowedRequestSize>0</MaxAllowedRequestSize>
    <ServerSendTimeout>60000</ServerSendTimeout>
    <ServerReceiveTimeout>60000</ServerReceiveTimeout>
    <IPV4Support>2</IPV4Support>
    <IPV6Support>2</IPV6Support>
    </Listener>
    <TCP>
    <MaxPendingSendCount>12</MaxPendingSendCount>
    <MaxPendingReceiveCount>4</MaxPendingReceiveCount>
    <MinPendingReceiveCount>2</MinPendingReceiveCount>
    <MaxCompletedReceiveCount>9</MaxCompletedReceiveCount>
    <ScatterReceiveMultiplier>5</ScatterReceiveMultiplier>
    <MaxPendingAcceptExCount>10</MaxPendingAcceptExCount>
    <MinPendingAcceptExCount>2</MinPendingAcceptExCount>
    <InitialConnectTimeout>10</InitialConnectTimeout>
    <SocketOptions>
    <SendBufferSize>0</SendBufferSize>
    <ReceiveBufferSize>0</ReceiveBufferSize>
    <DisableNonblockingMode>1</DisableNonblockingMode>
    <EnableNagleAlgorithm>0</EnableNagleAlgorithm>
    <EnableLingerOnClose>0</EnableLingerOnClose>
    <LingerTimeout>0</LingerTimeout>
    </SocketOptions>
    </TCP>
    <Requests>
    <EnableBinaryXML>0</EnableBinaryXML>
    <EnableCompression>0</EnableCompression>
    </Requests>
    <Responses>
    <EnableBinaryXML>1</EnableBinaryXML>
    <EnableCompression>1</EnableCompression>
    <CompressionLevel>9</CompressionLevel>
    </Responses>
    <ListenOnlyOnLocalConnections>0</ListenOnlyOnLocalConnections>
    </Network>
    <Log>
    <File>msmdredir.log</File>
    <FileBufferSize>0</FileBufferSize>
    <MessageLogs>Console;System</MessageLogs>
    <Exception>
    <CreateAndSendCrashReports>0</CreateAndSendCrashReports>
    <CrashReportsFolder/>
    <SQLDumperFlagsOn>0x0</SQLDumperFlagsOn>
    <SQLDumperFlagsOff>0x0</SQLDumperFlagsOff>
    <MiniDumpFlagsOn>0x0</MiniDumpFlagsOn>
    <MiniDumpFlagsOff>0x0</MiniDumpFlagsOff>
    <MinidumpErrorList>0xC1000000, 0xC1000001, 0xC100000C, 0xC1000016, 0xC1360054, 0xC1360055</MinidumpErrorList>
    <ExceptionHandlingMode>0</ExceptionHandlingMode>
    <MaxExceptions>500</MaxExceptions>
    <MaxDuplicateDumps>1</MaxDuplicateDumps>
    </Exception>
    </Log>
    <Memory>
    <HandleIA64AlignmentFaults>0</HandleIA64AlignmentFaults>
    <PreAllocate>0</PreAllocate>
    <VertiPaqPagingPolicy>0</VertiPaqPagingPolicy>
    <PagePoolRestrictNumaNode>0</PagePoolRestrictNumaNode>
    </Memory>
    <Instances/>
    <VertiPaq>
    <DefaultSegmentRowCount>0</DefaultSegmentRowCount>
    <ProcessingTimeboxSecPerMRow>-1</ProcessingTimeboxSecPerMRow>
    <SEQueryRegistry>
    <Size>0</Size>
    <MinKCycles>0</MinKCycles>
    <MinCyclesPerRow>0</MinCyclesPerRow>
    <MaxArbShpSize>0</MaxArbShpSize>
    </SEQueryRegistry>
    </VertiPaq>
    </ConfigurationSettings>

Maybe you are looking for

  • I updated my software today and now Safari won't open/quits.

    I updated my software this morning and now I cannot get Safari to open when I click on the icon.  I have a random page bookmarked on my desktop that will access the internet through Safari, but otherwise if I use the icons it won't open and gives me

  • How to autogenrate multiple items report of the SharePoint list and sent to the client id on daily basis

    Dear Support, As per customer requirement he want to send SharePoint list multiple items reports on daily basis by email autognrated workflow in SharePoint. I tried for that and created workflow for SharePoint list  on new item creation using SharePo

  • Copy and paste Values from Numbers to Pages

    When I do simple copy and paste content from Numbers to Pages, I get a formula error message. All I want to copy and paste the values only, not the formulas, but on pages I cannot find a way to paste values only. When it tries to paste formula, it er

  • Record resut process in QM 'Error : using BAPI_INSOPER_RECODRESULTS ' ??

    Hello all, I have Requirement like record the results for a inspection-lot .and for it i am using a BAPI : BAPI_INSOPER_RECODRESULTS but after successful execution of the program when i check the table QAMR. the inspection lot number is not updated t

  • User decision step window

    Hi sdn community, I'm working on workflow where the first step is user decision (BOR Object Decision). After starting workflow, I want that the window for user decison will be created and shown to user automaticaly. The workflow is started at event,