NW ftp 550 File Server unavailable

FTP service running on one NW 6.5 sp8 server (//server6) in the tree.
I have rights to all servers in the tree.
All file servers are Netware 6.5 sp8
My home directory and default ftp directory is //server1/data/home/me.
Within an ftp session I can
cd //server2/data/dept
but when I try
cd //server3/data/dept
I get the message "550 File Server unavailable".
I have a department whose home directories and department share are on //server3 and I need to enable ftp to those areas. The only difference I can think of between Server 2 and Server3 is that server3 also runs AFP - does that get in the way of Netware ftp?
How do I troubleshoot the ftp connection to Server3?
TIA
Anthony

Thank you, Andrew, for the continued interest.
I have downloaded and applied the newer nwftpd.nlm, unfortunately it hasn't resolved the problem.
I aslo found TID 10060796 Error: "550 File Server Unavailable" after FTP cd to another server which suggests slp problems. The test suggested does show the problem server in the available novell.bindery services from the server runing nwftpd. Any clues what or how to troublshoot if ths is an SLP problem aslo appreciated.
ftpserv.cfg follows
Anthony
#FTPSERVER Configuration File
#Format: A comment line starts with #
#Each Configuration Parameter is in a single line of form
#parameter=value.
#List of Configuration Parameters with their Values:
#IP address of the host on which FTP Server is being loaded. If parameter
# not specified, it binds to the local host
HOST_IP_ADDR = 163.160.107.2
#The public IP address to be exposed in a passive reply to FTP clients. This
#address need not to be bound to the NetWare server. It usually binds
#to a NAT device which routes between a private FTP server and a public FTP client.
#If remarked out or set to 0.0.0.0, FTP server uses the HOST_IP_ADDR
FORCE_PASSIVE_ADDR = 0.0.0.0
#Port Number to which FTP Server should bind and listen for connection requests.
#Port Number Range = 1-65535
#If not within the specified range, it binds to the default port 21
FTP_PORT = 21
#Maximun number of ftp sessions. Default value is 30
MAX_FTP_SESSIONS = 30
#Time duration in seconds for which the session can remain idle. Default value
#is 600
IDLE_SESSION_TIMEOUT = 600
#Default of NO allows both secure and insecure connections. YES
#requires clients to use secure Control connections (for usernames,
#passwords, commands) but allows Data connections to be insecure
#(directory list output, file transfers). STRICT requires both Control
#and Data connections be secure.
SECURE_CONNECTIONS_ONLY = No
#FTP Servers Default NameSpace. Default value is LONG
DEFAULT_NAMESPACE = LONG
#Data buffer size specifies the size in kilobytes for transfer buffer.
#This parameter value can be set based on availability of system memory.
#The default value is 64 kilobytes. The range allowed is 4 kilobytes
#to 1020 kilobytes.
DATA_BUFF_SIZE = 64
#Keep Alive timeout (in minutes) closes connections which may be broken on one
#side. This can be varied depending on the usage of the FTP Service. Typically
#10 minutes is sufficient, but in cases with frequently broken connections (as
#is common with dial-up connections), the timeout can be decreased to clear
#broken connections faster. Some FTP clients may process keep alive packets
#incorrectly, in which case the timeout can be increased or disabled to allow
#longer sessions without a keep alive check. The range allowed is 5 minutes to
#120 minutes. Any value less than 0 min will be taken as 0 (zero) which means
#no keep alive check will be done. Any value between 1 and 4 min (both
#inclusive) or greater than 120 min will be taken as 120 min. Default value
#is 10
KEEPALIVE_TIME = 10
#Path of welcome banner file. Default value is sys:/etc/welcome.txt
WELCOME_BANNER = sys:/etc/welcome.txt
#Message File Name. Default value is message.txt
MESSAGE_FILE = message.txt
#Minimum Port Number for Passive Connection. Default value is 1
PASSIVE_PORT_MIN = 1
#Maximum Port Number for Passive Connection. Default value is 65534
PASSIVE_PORT_MAX = 65534
#Pseudo-Server flag parameter specifies how the Netware FTP server should
#simulate Unix FTP server behavior. It can take decimal values from 0-3
#(both inclusive). This value is converted to binary format and each bit
#is assigned a behavior. The LSB (least significant bit) denotes the
#format that the permissions should be sent to the FTP client during a
#directory listing. If it is set to 1, Unix-like format is sent. By
#default the permissions are sent in NetWare trustee rights format. The
#previous bit to LSB denotes the reply string that is sent for 'SYST'
#command. If it is set to 1, the string will be 'UNIX Type: L8'. By
#default it is 'NETWARE Type: L8'. Default Value is 0.
PSEUDO_SERVER_FLAG = 3
#File Permissions parameter specifies the Pseudo permissions displayed for
#files in the FTP client. This does not impact the actual trustee rights
#available for the files in any way. This parameter is taken into
#consideration only when the PSEUDO_SERVER_FLAG parameter's LSB is set to
#1. (i.e. when it's decimal value is 1 or 3). Otherwise this is ignored.
#The value must be a three digit octal value.
#Maximum value is 777. Default value is 644.
PSEUDO_FILE_PERMISSIONS = 644
#Directory Permissions parameter specifies the Pseudo permissions displayed
#for directories in the FTP client. This does not impact the actual trustee
#rights available for the files in any way. This parameter is taken into
#consideration only when the PSEUDO_SERVER_FLAG parameter's LSB is set to
#1. (i.e. when it's decimal value is 1 or 3). Otherwise this is ignored.
#The value must be a three digit octal value.
#Maximum value is 777. Default value is 755.
PSEUDO_DIR_PERMISSIONS = 755
#Server where the default home of users is present. If not specified
#it stays on the local server. Specify the server name only
DEFAULT_USER_HOME_SERVER = LTHSMTP
#Default home directory of the user. Default value is sys:/public
DEFAULT_USER_HOME = sys:/public
#Specifies whether to ignore home directory if it is on remote server
#and stay on the local server. Default value is NO
IGNORE_REMOTE_HOME = No
#Specifies whether to ignore home directory and stay on default directory.
#Default value is NO
IGNORE_HOME_DIR = No
#Default FTP Context specifies the default context in which the users
#will be searched. Specify this as fully distinguished name (FDN).
#If you do not set the default FTP context, the bindery context of the server,
#if available, is set as default FTP context, otherwise the context of the
#server object is used.
DEFAULT_FTP_CONTEXT = .OU=ResultsFTP.O=ULTH
#Search list has a list of full DN names of containers separated by
#commas, from where the search should start for users. Maximum number of
#containers allowed is 30. The value should not exceed 2048 bytes. If you
#do not set any search containers, search will start from the server's
#default context. To enable searching the user in the subtree under a search
#container, append ':s' to the search container.
SEARCH_LIST = .OU=ResultsFTP.O=ULTH,.OU=Medical Illustration.OU=Corporate.O=Leedsth
#Path of FTP user restrictions file. Default value is sys:/etc/ftprest.txt
RESTRICT_FILE = sys:/etc/ftprest.txt
#To Allow or Deny Access to Anonymous Users. Default value is NO
ANONYMOUS_ACCESS = No
#Home Directory for Anonymous users. Specify complete path including the
#volume name <vol:[/dir/...]>. Default value is sys:/public
ANONYMOUS_HOME = sys:/public
#Get email address as password for anonymous user access.
#Default value is YES
ANONYMOUS_PASSWORD_REQUIRED = No
#If Intruder checking not required set INTRUDER_USER_ATTEMPTS
#& INTRUDER_HOST_ATTEMPTS = 0
#Number of invalid login attempts for intruder host detection.
#Default value is 20
INTRUDER_HOST_ATTEMPTS = 20
#Time interval in Minutes during which the intruder host is not allowed to
#login. Default value is 5
HOST_RESET_TIME = 5
#Number of invalid login attempts for intruder user detection.
#Default value is 5
INTRUDER_USER_ATTEMPTS = 5
#Time interval in Minutes during which the intruder user is not allowed to
#login. Default value is 10
USER_RESET_TIME = 10
#FTP Log file creation directory. Default value is sys:/etc
FTP_LOG_DIR = sys:/etc
#Maximum size of the log files in KB, up to which messages will be logged.
#The range allowed is 1 to 4194303. Default value is 1024.
MAX_LOG_SIZE = 1024
#Logging Level of FTP Log Files. Default value is 7
FTP_LOG_LEVEL = 7
#FTP Daemon log file path - System log msgs. Default value is ftpd
FTPD_LOG = ftpd
#Audit log file path - general log msgs. Default value is ftpaudit
AUDIT_LOG = ftpaudit
#Intruder log file path - Intruder log msgs. Default value is ftpintr
INTRUDER_LOG = ftpintr
#Statistics log file path - Statistics history log msgs.
#Default value is ftpstat
STAT_LOG = ftpstat
#To allow or deny execution of site commands. Default value is NO.
#NOTE: This parameter is not documented elsewhere.
DISABLE_SITE_CMDS = NO
#To enable or disable prefixing the command argument path to the results
#while directory listing.
#WARNING: For full FTP functionality, this parameter should be set to NO.
#Setting it to YES can cause certain operations which rely on paths to
#fail. This parameter is not documented elsewhere. Default value of NO
#is the only officially supported setting.
DISABLE_PATH_DIR_LISTING = NO
#To improve download performance for files residing locally on the FTP Server,
#use YES. Note: This will not give improved performance for record structure
#file transfers, nor for files residing on a remote server. Default value is NO
TRANSMITFILE_SUPPORT = No
# The following parameters need not be configured before starting the #
# FTP Server #
#Specify YES to unload the nwftpd instance corresponding to this
#configuration file. Instance can also be unloaded from the console by
#nwftpd -u <Configuration File Path>
UNLOAD_THIS_INSTANCE = No
#Specify YES to clear all existing intruder hosts and intruder users
CLEAR_EXISTING_INTRUDERS = No

Similar Messages

  • FTP to file server - file not reached to file server but in XI success

    Hi
    Scenario is
    XI is picking file from SAP and sending to a file server. In XI ,communication channel and sxi_moni shows message transferred successfully.
    But the file server guys din't receive any file. Can any one tell where the message can be lost. If file is not reaching destination then how come in XI its showing SUCCESSFUL message.
    Regards

    Hi,
    Your communication channel is not able to connect with the FTP sever.
    Check in RWB the communication channel log also user id, password mentioned in communication channel.
    Check whether that user has authorization to create file on FTP sever.

  • Problem in Archiving File From FTP Server to XI File Server Using FCC

    Hi,
    The scenario is file to IDOc. XI has to read the input file from client FTP server and archive it to XI local file server. Archiving on XI server is working fine without FCC (for xml files). But with FCC, the sender FTP adapter is archiving empty files (0 kb files).
    I've checked SXMB_MONI, even there I can see the file data and the IDoc is getting posted with proper data. But, the archived file is empty. Not sure about the problem.
    Please suggest. Thanks in advance.
    Regards,
    Joe.

    Hi,
    File adapter has the functionality which support the empty file handling.
    Handling of Empty Files
    Specify how empty files (length 0 bytes) are to be handled.
    ○ Do Not Create Message
    No XI messages are created from empty files.
    The files are processed according to the selected Processing Mode.
    For example, if the processing mode is Delete, empty files are deleted in the source directory.
    ○ Process Empty Files
    XI messages are created with an empty main payload.
    The files are processed according to the selected Processing Mode.
    ○ Skip Empty Files
    No XI messages are created from empty files.
    Empty files are skipped and remain in the source directory.
    refer the belwo link:
    http://help.sap.com/saphelp_nw04/helpdata/en/ae/d03341771b4c0de10000000a1550b0/frameset.htm
    reward points if helpful*
    thanks
    SAPXI

  • How to FTP a file from client machine to database server using forms 10g

    Hi
    I want to ftp a file from a client machine to the database server machine using forms 10G (or PL/SQL).
    could you please tell me how can I do this
    Regards

    hi
    How to get up and running with WebUtil 1.06 included with Oracle Developer Suite 10.1.2.0.2 on a win32 platform
    Solution
    Assuming a fresh "Complete" install of Oracle Developer Suite 10.1.2.0.2,
    here are steps to get a small test form running, using WebUtil 1.06.
    Note: Oracle_Home is used as an alias for your real oDS ORACLE_HOME.
    Feel free to copy this note to a text editor, and do a global find/replace on
    Oracle_Home with your actual value (no trailing slash). Then it is easy to
    copy/paste actual commands to be executed from the note copy.
    1) Download http://prdownloads.sourceforge.net/jacob-project/jacob_18.zip
    and extract to a temporary staging area. Do not attempt to use 1.7 or 1.9.
    2) Copy or move jacob.jar and jacob.dll
    C:\webutile is the folder where you extracted Jacob, and will end in ...\jacob_18
    cd C:\webutile
    copy jacob.jar Oracle_Home\forms\java\.
    copy jacob.dll Oracle_Home\forms\webutil\.
    The Jacob staging area is no longer needed, and may be deleted.
    3) Sign frmwebutil.jar and jacob.jar
    Open a DOS command prompt.
    Add Oracle_Home\jdk\bin to the PATH:
    set PATH=Oracle_Home\jdk\bin;%PATH%
    Sign the files, and check the output for success:
    Oracle_Home\forms\webutil\sign_webutil Oracle_Home\forms\java\frmwebutil.jar
    Oracle_Home\forms\webutil\sign_webutil Oracle_Home\forms\java\jacob.jar
    4) If you already have a schema in your RDBMS which contains the WebUtil stored code,
    you may skip this step. Otherwise,
    Create a schema to hold the WebUtil stored code, and privileges needed to
    connect and create a stored package. Schema name "WEBUTIL" is recommended
    for no reason other than consistency over the user base.
    Open Oracle_Home\forms\create_webutil_db.sql in a text editor, and delete or comment
    out the EXIT statement, to be able to see whether the objects were created witout
    errors.
    Start SQL*Plus as SYSTEM, and issue:
    CREATE USER webutil IDENTIFIED BY [password]
    DEFAULT TABLESPACE users
    TEMPORARY TABLESPACE temp;
    GRANT CONNECT, CREATE PROCEDURE, CREATE PUBLIC SYNONYM TO webutil;
    CONNECT webutil/webutil@rcci
    @Oracle_Home\forms\create_webutil_db.sql
    -- Inspect SQL*Plus output for errors, and then
    CREATE PUBLIC SYNONYM webutil_db FOR webutil.webutil_db;
    Reconnect as SYSTEM, and issue:
    grant execute on webutil_db to public;
    5) Modify Oracle_Home\forms\server\default.env, and append Oracle_Home\jdk\jre\lib\rt.jar
    to the CLASSPATH entry.
    6) Modify Oracle_Home\forms\server\formsweb.cfg insde [default] add :
    archive_jini=frmall_jinit.jar,frmwebutil.jar,jacob.jar
    archive=frmall.jar
    also add :
    [webutil]
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTMLjinitiator=webutiljini.htm
    baseHTMLjpi=webutiljpi.htm
    baseHTML=webutilbase.htm
    archive_jini=frmall_jinit.jar
    WebUtilArchive=frmwebutil.jar,jacob.jar,f90all.jar
    archive=frmwebutil.jar,f90all.jar
    lookAndFeel=oracle
    7) Modify Oracle_Home\forms\server\webutil.cfg and add :
    transfer.database.enabled=TRUE
    transfer.appsrv.enabled=TRUE
    8) Start the OC4J instance
    9) Start Forms Builder and connect to a schema in the RDBMS used in step (4).
    Open webutil.pll, do a "Compile ALL" (shift-Control-K), and generate to PLX (Control-T).
    It is important to generate the PLX, to avoid the FRM-40039 discussed in Note 303682.1
    If the PLX is not generated, the Webutil.pll library would have to be attached with
    full path information to all forms wishing to use WebUtil. This is NOT recommended.
    10) Create a new FMB.
    Open webutil.olb, and Subclass (not Copy) the Webutil object to the form.
    There is no need to Subclass the WebutilConfig object.
    Attach the Webutil.pll Library, and remove the path.
    Add an ON-LOGON trigger with the code
    NULL;
    to avoid having to connect to an RDBMS (optional).
    Create a new button on a new canvas, with the code
    show_webutil_information (TRUE);
    in a WHEN-BUTTON-PRESSED trigger.
    Compile the FMB to FMX, after doing a Compile-All (Shift-Control-K).
    11) Under Edit->Preferences->Runtime in Forms Builder, click on "Reset to Default" if
    the "Application Server URL" is empty.
    Then append "?config=webutil" at the end, so you end up with a URL of the form
    http://server:port/forms/frmservlet?config=webutil
    12) Run your form.

  • How to send a file from FTP to external server

    My requirement is to send a file from FTP to D3(External) server.
    Now I am able to store the file in Appln server.
    I want to send the file created by the program thru FTP to D3 server.
    I know the username,Password,HostID,RFC destination details.
    How to send the file from FTP to D3.
    If u have any program,Plz send it...
    I dont want the function modules name...I want the example code ....
    Thanks in advance.

    Hi Sumi,
    You could do it so that you create a .bat or .cmd script to your server which does your ftp transfer.
    To do this you must use sm69 to create a external operating system command which you can call from FM SXPG_COMMAND_EXECUTE. To SXPG_COMMAND_EXECUTE you the file you need to transfer as a parameter.
    What happens is that your abap program passes the file to windows batch script (.bat .cmd) which will then do the transfer for you.
    Here's a sample of ftp-script for windows:
    echo open IP_ADDRESS_TO_YOUR_SERVER > c:zftp_transfer.ftp
    echo USERNAME>> c:zftp_transfer.ftp
    echo PASSWORD>> c:zftp_transfer.ftp
    echo put YOUR_FILE>> c:zftp_transfer.ftp
    echo quit>> c:zftp_transfer.ftp
    ftp -s:c:zftp_transfer.ftp
    also take a look here for more details:
    http://support.microsoft.com/?kbid=96269
    Ok, this might be a bit trivial but if your server is unix/aix etc.. Instead of using batch script you must do a shell script.
    Regards,
    Ville

  • Sending XML file from SAP to Windows Based file server with FTP function

    Hi Gurus,
    We are using SAP BW 3.0B version.
    I need to convert data in ODS to XML format and send this XML file to remote server which  is not a SAP application server, it is just a Window Based file server with FTP function..
    By writing some ABAP code I have converted ODS data into XML format (which gets saved in my local system)
    (Is that I need to put this file in Application Server to send it to the other servers? )
    Now the thing is how I can send this file to that Windows Based file server.
    plz suggest me.... what can be done......
    Thanks in Advance
    Madhusudhan
    Edited by: Madhusudhan Raju on Dec 3, 2009 4:25 AM

    I dont think the above code support windows OS. Because I always execute this script via UNIX.
    I think you can try this option, go to command prompt, goto the destination path where you have an XML file using cd....
    ftp (destination servername), specify the username and password.
    afterthat, use the command put and filename.
    check whether the file had reached destination successfully or not.
    For automation purpose, you can use the following script like
    ftp: -s: test.txt  (servername)
    In test.txt,
    UserName
    Password
    bin
    cd /files
    put file.xml
    bye
    Also, you can check in SM69, there will be some SAP external commands to automate the file transfer.
    Thanks
    Sat
    http://support.microsoft.com/?kbid=96269

  • How to login to a remote (FTP??) server and read an XML file?

    Hello all,
    I would like some information on how to login to a remote server using a Java program.
    The server might be a ftp server, because the client will ftp a xml file to this server, and the java program needs to login to this server and read the xml file, then convert it into a general report with headings and data from the xml file.
    How can I quickly find the API information to login to a server and read an xml file?
    If anyone knows the packages off the top of their heads, that would save me some time surfing.
    If anyone can provide me some links, code examples, or information I'd greatly be thankful.
    sharla

    You can also just use plain java.net. It supports FTP. Example:URL u = new URL("ftp://user:passwd@server/path/to/file.xml");
    InputStream in = u.openStream();
    // do what you want ...

  • How to upload and download files using FTP to a server(webserver) in JSP

    I have to upload and download multiple files Of(size >5 MB)using FTP to a
    Server(webserver) in JSP
    how to do that ?

    Or he could create his own tag libraries, no? :)One supposes that, technically, one could create a taglib wrapper around an existing FTP library. There might be licensing issues with distributing that taglib wrapper.
    Of course, one could find the FTP RFC online, read it, and implement one's own FTP client implementation, complete with a tag library access point.

  • Copy all files in Flash to FTP or TFTP server

    Is their a way to copy all the files at once in a router's flash to a FTP or TFTP server? Thanks.

    No. On a switch you can create a tar file containing all the files and upload that one file but on routers you can only extract them. You will have to write some sort of wrapper with a chat script to do this. Sorry I don't have better news.
    HTH pls rate!

  • MDM FTP File Server - SFTP?

    Looking into what it takes to install and setup MDM.  The Master Guide lists a file server as a required component and states to look at the Configuration guide for details.  The Configuration guide talks about the FTP protocol and other guides mention it as the FTP File Server.
    Can SFTP be implemented instead of FTP?  If not are there options instead of FTP.   FTP is not permitted for internal data movements in my environment.  I saw in the XI forum that XI with the right SP can handle SFTP with a java proxy.
    Thanks

    Hello:
    That FTP Server was just a way to give MDM the files for import, and take the files as export.
    You can use anything you want. The file server could be the MDM server itself. You just have to manage how to give MDM something to import, and what to do with the file that MDM will syndicate
    I hope this helps
    Alejandro

  • How set FTP file server set in my Data carriar   in DMS

    hi
    please say me how i set my FTP file server in in my Data carriar   Of  DMS
    please say me
    Nainesh

    Hi Andreas,
    It depends on your needs. If you want to provide redundancy to your FTP services, it is recommended to group two VMs in an Availability Set to ensures that during either a planned or unplanned maintenance event, at least one VM will be
    available and meet the 99.95% Azure SLA.
    http://azure.microsoft.com/en-us/documentation/articles/virtual-machines-manage-availability/#configure-each-application-tier-into-separate-availability-sets
    If you want to set up two files servers in Azure VMs to an availability set, you can follow the steps below:
    1. Create a virtual network:
    http://azure.microsoft.com/en-us/documentation/articles/create-virtual-network/
    2. Create a VM in a new cloud service and choose teh virtual network you have created:
    http://azure.microsoft.com/en-us/documentation/articles/virtual-machines-windows-tutorial/
    3. After the VM is running, you can create an availability set on the VM in the Configure page of the VM in the managemeng portal.
    4. Create a new VM into the same cloud service and add it to the availability set.
    Best regards,
    Susie
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • File Server loses all it's shares and becomes unavailable

    We have problems with a Windows Server 2008 R2 File Server. At random the file server loses all it's shares and the homedrive and application shares are not available anymore. A reboot seems the only way to solve this, untill it happens again. Today we had
    another crash and we were able to create a manual dump of the Server service. I have used WinDBG to analyze the dump, but I'm not really confident what I can use from this dump. Here is a copy of the dump:
    Microsoft (R) Windows Debugger Version 6.3.9600.16384 AMD64
    Copyright (c) Microsoft Corporation. All rights reserved.
    Loading Dump File [D:\NLHFDFS01\svchost.DMP]
    User Mini Dump File with Full Memory: Only application data is available
    ************* Symbol Path validation summary **************
    Response                         Time (ms)     Location
    Deferred                                       http://msdl.microsoft.com/download/symbols
    Symbol search path is: http://msdl.microsoft.com/download/symbols
    Executable search path is: 
    Windows 7 Version 7601 (Service Pack 1) MP (4 procs) Free x64
    Product: Server, suite: Enterprise TerminalServer SingleUserTS
    Machine Name:
    Debug session time: Wed Apr 29 10:47:14.000 2015 (UTC + 2:00)
    System Uptime: 31 days 21:18:36.690
    Process Uptime: 31 days 21:18:33.000
    Loading unloaded module list
    ntdll!NtWaitForSingleObject+0xa:
    00000000`77a705fa c3              ret
    0:000> !analyze -v
    *                        Exception Analysis                                   *
    *** ERROR: Symbol file could not be found.  Defaulted to export symbols for wuaueng.dll - 
    GetUrlPageData2 (WinHttp) failed: 12029.
    FAULTING_IP: 
    +1fcd4b0
    00000000`00000000 ??              ???
    EXCEPTION_RECORD:  ffffffffffffffff -- (.exr 0xffffffffffffffff)
    ExceptionAddress: 0000000000000000
       ExceptionCode: 80000003 (Break instruction exception)
      ExceptionFlags: 00000000
    NumberParameters: 0
    CONTEXT:  0000000000000000 -- (.cxr 0x0;r)
    rax=0000000077a1a000 rbx=0000000000000000 rcx=0000000000005a4d
    rdx=0000000077920000 rsi=00000000ffffffff rdi=00000000000000c8
    rip=0000000077a705fa rsp=00000000000af4c8 rbp=0000000000000000
     r8=00000000000000f8  r9=00000000000af178 r10=0000000000000000
    r11=00000000779200f8 r12=0000000000000000 r13=00000000002de110
    r14=0000000000000000 r15=0000000000000000
    iopl=0         nv up ei pl zr na po nc
    cs=0033  ss=002b  ds=002b  es=002b  fs=0053  gs=002b             efl=00000246
    ntdll!NtWaitForSingleObject+0xa:
    00000000`77a705fa c3              ret
    FAULTING_THREAD:  000000000000016c
    DEFAULT_BUCKET_ID:  STATUS_BREAKPOINT
    PROCESS_NAME:  svchost.exe
    ERROR_CODE: (NTSTATUS) 0x80000003 - {EXCEPTION}  Breakpoint  A breakpoint has been reached.
    EXCEPTION_CODE: (HRESULT) 0x80000003 (2147483651) - One or more arguments are invalid
    NTGLOBALFLAG:  0
    APPLICATION_VERIFIER_FLAGS:  0
    APP:  svchost.exe
    ANALYSIS_VERSION: 6.3.9600.16384 (debuggers(dbg).130821-1623) amd64fre
    PRIMARY_PROBLEM_CLASS:  STATUS_BREAKPOINT
    BUGCHECK_STR:  APPLICATION_FAULT_STATUS_BREAKPOINT
    LAST_CONTROL_TRANSFER:  from 000007fefdc210dc to 0000000077a705fa
    STACK_TEXT:  
    00000000`000af4c8 000007fe`fdc210dc : 00000000`02fa08c0 00000000`77a41da8 00000000`a4378ba8 00000000`01c9e060 : ntdll!NtWaitForSingleObject+0xa
    00000000`000af4d0 000007fe`ffbdaffb : 00000000`ffffffff 000007fe`ffbd344c 00000000`00000000 00000000`000000c8 : KERNELBASE!WaitForSingleObjectEx+0x79
    00000000`000af570 000007fe`ffbd9d61 : 00000000`002f6a70 00000000`000000c8 00000000`00000000 00000000`00000000 : sechost!ScSendResponseReceiveControls+0x13b
    00000000`000af660 000007fe`ffbd9c16 : 00000000`000af7c8 00000000`00000000 00000000`00000000 00000000`00000000 : sechost!ScDispatcherLoop+0x121
    00000000`000af770 00000000`ff251c09 : 00000000`00000003 00000000`002de110 00000000`00000020 00000000`00000000 : sechost!StartServiceCtrlDispatcherW+0x14e
    00000000`000af7c0 00000000`ff25242e : 00000000`00000000 00000000`ff252329 01d0694a`57cae81a 00000000`2117ef12 : svchost!wmain+0x18a
    00000000`000af7f0 00000000`778159ed : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : svchost!ScCreateWellKnownSids+0x2fd
    00000000`000af830 00000000`77a4ba01 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : kernel32!BaseThreadInitThunk+0xd
    00000000`000af860 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : ntdll!RtlUserThreadStart+0x1d
    STACK_COMMAND:  ~0s; .ecxr ; kb
    FOLLOWUP_IP: 
    sechost!ScSendResponseReceiveControls+13b
    000007fe`ffbdaffb 85c0            test    eax,eax
    SYMBOL_STACK_INDEX:  2
    SYMBOL_NAME:  sechost!ScSendResponseReceiveControls+13b
    FOLLOWUP_NAME:  MachineOwner
    MODULE_NAME: sechost
    IMAGE_NAME:  sechost.dll
    DEBUG_FLR_IMAGE_TIMESTAMP:  4a5be05e
    FAILURE_BUCKET_ID:  STATUS_BREAKPOINT_80000003_sechost.dll!ScSendResponseReceiveControls
    BUCKET_ID:  X64_APPLICATION_FAULT_STATUS_BREAKPOINT_sechost!ScSendResponseReceiveControls+13b
    ANALYSIS_SOURCE:  UM
    FAILURE_ID_HASH_STRING:  um:status_breakpoint_80000003_sechost.dll!scsendresponsereceivecontrols
    FAILURE_ID_HASH:  {bb63494f-e1c6-d49e-12fa-866691bbfd47}
    Followup: MachineOwner
    Can anyone help on this?

    Hi,
    Did you access the D: drive of the file server locally or on a client? There is a similar thread, please go through it to help troubleshoot this issue:
    Server 2012 R2 File Server Stops Responding to SMB Connections
    http://social.technet.microsoft.com/Forums/en-US/e9567167-22db-4b8c-9f96-a08b97d507f9/server-2012-r2-file-server-stops-responding-to-smb-connections?referrer=http://social.technet.microsoft.com/Forums/en-US/e9567167-22db-4b8c-9f96-a08b97d507f9/server-2012-r2-file-server-stops-responding-to-smb-connections?forum=winserverfiles
    Regards,
    Mandy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Error while executing script for sharepoint online (office 365) - the remote server returned an error: (503) server unavailable

    error while executing script for sharepoint online (office 365) - the remote server returned an error: (503) server unavailable.
    I am creating many site collections reading records from sharepoint list using powershell in sharepoint online tenant (office 365).
    Few site collections are created and then getting above error so this error record will be skipped then few succeeding record processed then again getting error.
    pattern is like:
    success
    success
    success
    success
    Error
    success
    success
    success
    success
    success
    success
    error
    success

    Hi,
    As it is an online environment, to troubleshoot this issue in an easier way, I suggest you contact Office 365 Support to see if there is any useful information in
    the log files in the server side:
    https://support.office.com/en-us/article/Contact-Office-365-for-business-support-32a17ca7-6fa0-4870-8a8d-e25ba4ccfd4b?ui=en-US&rs=en-US&ad=US
    Best regards
    Patrick Liang
    TechNet Community Support

  • Shl script to ftp a file

    I have to write a shl to ftp a file from a directory to UNIX, the problem is that the file not always have the same name
    in the server: \\OCELOT\VOL1\ORGS\FINANCIAL AID\CSS\0910 Data\loaded idocs\3526_331322.dat>
    The filenames are, for example, 3526_332840.dat, where 3526 is constant, and 332840 is a sequential number which is always a couple hundred
    I used this script before, but I knew the exact name of the file...
    #! /bin/sh
    # Script: idoc_ftp.shl
    # Author:
    # Date:     05/11/2009
    # Purpose:
    #   Via FTP to retieve the file that is dowloaded from the IDOC wEBSITE
    #   and move it to the UNIX directory cd/U02/sct/banner/bandev2/xxxxxx/data_files/name???
    # Comments:
    #   Remote user "ftp_ban_jl" is set to automatically open to folder (directory)
    #     OCELOT\VOL1\ORGS\FINANCIAL AID\CSS\0910 Data\loaded idocs\3526_331322.dat>
    # Directory Location for script:
    #     Database Home Dir/xxxxxxx/shl
    # Special Notes:     This shell script is called from jypdpjn
    # Modifications:
    #  Date           Author 
    # set job number and user
    JOBNUM=$ONE_UP;
    USER=$BANUID;
    ##USER=$UID;
    JOB_NAME=$PROC
    MPATH=$BANNER_HOME;
    UpLoadFileName="???????";
    LocalDir="${MPATH}/xxxxxy/dat_files";
    RemoteHost="nwftp.xxxxxx.edu";
    RemoteUser="ftp_ban_jl";
    RemotePass="xxxxxx[";
    RemoteDir="dept";
    TMode="ascii"; # Transfer mode
    # set log name and directory path
    LPATH="/u02/sct/banjobs/"
    LOG_FILE_NAME="${JOB_NAME}_ftp_${USER}_${JOBNUM}.log";   
    LF1=${LPATH}${LOG_FILE_NAME};
    LF2=${LPATH}${LOG_FILE_NAME};
    # write header lines to job log
    echo "${JOB_NAME} " >>${LF1} 2>>${LF2}
    echo "jrn_load_dept_ftp.shl" >>${LF1} 2>>${LF2}
    echo " " >>${LF1} 2>>${LF2}
    echo "Running Date & Time: " >>${LF1} 2>>${LF2}
    date  >>${LF1} 2>>${LF2}
    echo " " >>${LF1} 2>>${LF2}
    echo "Starting script   " >>${LF1} 2>>${LF2}
    echo " " >>${LF1} 2>>${LF2}
    #=================================================================================#
    # Change dir to where the ftp will place the uploaded file
    cd ${LocalDir}
    if test $? -eq 0
    then
      echo " " >>${LF1} 2>>${LF2}
      echo "Successfully changed dir " >>${LF1} 2>>${LF2}
      echo "${LocalDir}" >>${LF1} 2>>${LF2}
      echo " " >>${LF1} 2>>${LF2}
    else
      echo " " >>${LF1} 2>>${LF2}
      echo "Error: could not change dir ">>${LF1} 2>>${LF2}
      echo "${LocalDir}" >>${LF1} 2>>${LF2}
      echo " " >>${LF1} 2>>${LF2}
      echo "Script Ended and no FTP done." >>${LF1} 2>>${LF2}
      exit 1
    fi
    # Initiate the FTP process
    # Loop through remaining parameters to create ftp commands.
    # Enter user-name and password in host machine
    echo "user $RemoteUser $RemotePass"
    # Set transfer mode
    echo $TMode
    # Change directory in remote machine
    echo cd $RemoteDir
    # Change local directory in local machine
    ### echo lcd $LocalDir
    # Transfer file
    echo get $UpLoadFileName
    # End ftp session
    echo quit
    ) | ftp -vin $RemoteHost >>${LF1} 2>>${LF2}
    # End of FTP Process
    if test $? -eq 0
    then
      echo "Successfully executed FTP"  >>${LF1} 2>>${LF2}
    else
      echo "Error: could not execute FTP" >>${LF1} 2>>${LF2}
      echo " " >>${LF1} 2>>${LF2}
      echo "Script Ended." >>${LF1} 2>>${LF2} 
      exit 1
    fi
    echo " " >>${LF1} 2>>${LF2}
    echo " " >>${LF1} 2>>${LF2}
    echo "End Date & Time: " >>${LF1} 2>>${LF2}
    date  >>${LF1} 2>>${LF2}
    echo " " >>${LF1} 2>>${LF2}
    echo "Completed Shell Script." >>${LF1} 2>>${LF2}Edited by: user648177 on May 12, 2009 11:08 AM

    It's on a windows server, is there any reason not to use samba?
    FTP is painstakingly and the scripts break easily. If you just mount the windows share on your linux server, there's no need to transfer them, their available!
    I know this doesn't resolve the question you've got, but using a samba mount the whole script is obsolete.

  • Java.rmi.ServerException: Server unavailable, please try later

    I'm testing a service proxy in JDeveloper 10.1.3.1.
    I'm using encryption and signing.
    Now that I have the encryption/signing key loading, I get the following error:
    WARNING: Subject Key ID extension not found.Using BST Referencing scheme
    java.rmi.ServerException:
    start fault message:
    Server unavailable, please try later
    :end fault message
         at oracle.j2ee.ws.client.StreamingSender._raiseFault(StreamingSender.java:560)
         at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:396)
         at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:112)
         at pkg.service.client.runtime.RequestSoap_Stub.execute(RequestSoap_Stub.java:84)
         at pkg.service.client.RequestSoapClient.execute(RequestSoapClient.java:48)
         at pkg.service.client.RequestSoapClient.main(RequestSoapClient.java:34)
    Process exited.
    Debugger disconnected from local process.
    Is this a failure of the RMI server on my side or is it a failure to connect to the service? Is the destination service sending this to me or just the transmission code?
    It looks to me from the trace and the vagueness of the message that this is from the Oracle transmission code in the StreamingSender class, not a message received from the destination webservice. Would love some confirmation, though.
    Thanks for any help.

    This error generally means there is trouble in the host file, or there is trouble with anti-virus software. Check this section of the support document that you came here from.
    Unable to contact the iOS software update server gs.apple.com
    Error 1004, 1013, 1638, 3014, 3194: These errors may be the result of the connection to gs.apple.com being redirected or blocked. Follow these steps to resolve these errors: 
    Install the latest version of iTunes.
    Check security software. Ensure that communication to gs.apple.com is allowed. Follow this article for assistance with security software. iTunes for Windows: Troubleshooting security software issues.
    Check the hosts file. The restore will fail if there is an active entry to redirect gs.apple.com. Follow iTunes: Advanced iTunes Store troubleshooting to edit the hosts file or revert to a default hosts file. See section "Blocked by configuration: (Mac OS X/Windows) > Rebuild network information".
    Try to restore from another known-good computer and network.
    If the errors persist on another computer, the device may need service.

Maybe you are looking for