Understanding the FTP Log

Can anyone tell me what the letters after a filename in the ftp log are? Or even where I might be able to find info? I'm trying to solve an access list/ file deletion problem.
Fri Apr 13 16:28:27 2007 1 172.16.2.12 0 /Volumes/ProductionRAID/FTPAccess/CustomerFTP/test.txt a _ o r marketing ftp 0 * c
OS X Server

It means the following.
transfer_type => a = ascii
specialactionflag => _
direction => o = outgoing
access_mode => r = authenticated user
The FTP log file is a bit cryptic. It contains such information as, Date/Time, Transfer-Time in seconds, Who accessed the file, File-Size transferred, Filename, Transfer-Type (a=ascii, b=binary), Direction (o=outgoing, i=incoming), Access-Mode (a=anonymous, g=guest, r=authenticated user), Username, Service-Name(service envoked, e.g. ftp), Authentication-Method(0=none, 1=RFC931), and Authenticated-User-ID(user id returned by authentication method. A * is used if id is not available).
HTH
JL
  Mac OS X (10.4.8)  

Similar Messages

  • SFTP and the FTP Log - DW MX2004

    Can anyone tell me why DW MX2004's FTP Log just records blank
    lines when using SFTP? Is there a way to change this and do later
    versions do the same thing?
    Thanks!

    Folks:
    Problem solved.
    It's clear that FTP and SFTP are fundamentally different protocols, but the DW protocol selection strongly implies similarity by offering SFTP as a minor option under the main selection of FTP.    I think it would be much clearer if SFTP were offered as a major option -- and then there would be an opportunity for offering SFTP options, too.
    Here's a way of distinguishing which of these two is active:  Connecting to the target site using FTP results in a succession of text entries in the optionally viewable FTP log  -- no surprise.   I discovered that connecting to the same site with the same credentials and the addition of checking the "Use SFTP" option results in only line feeds --scrolling, but no visible text-- in the FTP log window.  I guess that's a reasonable though a bit indirect way of informing users that the link is active and secure.   (What does one do to diagnose problems with SFTP for hosting services that don't support FTP?  I don't know there are such services but it should be the great majority of them.)  Works in DW CS3 but I didn't check CS5.
    Another option, untested but fairly obvious:  It's fairly easy these days to control host s/w (personal) firewalls -- even for low-tech users.  Establish and verify a link to your server using SFTP, then disable FTP; the link should fail.  And vice-versa.  This meets my specification of "simple" and should be  available with no extra expense and little trouble.
    Brief Editorial:  From the recent reading I've done on FTP versus SFTP,  it is clear that the time to discontinue all support for FTP  is long past.
    hen3ry

  • Why Don't I See Any Content in the FTP Log?

    I am having trouble uploading files to my production server at Valcato Hosting.  (I have done this many times before without any problem.)  I was able to get a screen shot of a message that flashed on the screen when the uploading of files was aborted -- the message said, "4 files skipped".  There was nothing at all written to the FTP log that appears at the bottom of my (Classic) Dreamweaver GUI.  It is empty.
    Can someone please tell me if I need to do something in order to see the content of the FTP log?
    Here is a link that I found on the Adobe website that certainly implies to me that whenever one uploads or downloads files, the FTP log will show the result of each movement.
             Checking the FTP log
    Thank you for any help with this.

    Right-click on one of the other panel headings in the library module such as Folders, and make sure there is a checkmark in collections.

  • Understand the System Log?

    I want to understand the System Log. What happened at this or that time, but in particular I want to see how much my son is playing World of Warcraft.
    I know the info is there somewhere, but I don't know how to retrieve it...?

    Hi, Andreas.
    Understanding system logging is a rather complex issue: not one that lends itself to a quick description here. Its primary use, unless your a SysAdmin, is for gleaning additional information for troubleshooting, as discussed in my Checking Console for clues FAQ.
    Tracking your child's game play is not something you are likely to find in the Console logs. Instead, consider MacMinder.
    Since you have children using computers, you may also want to review my "Internet Safety for Children" FAQ.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X
    Note: The information provided in the link(s) above is freely available. However, because I own The X Lab™, a commercial Web site to which some of these links point, the Apple Discussions Terms of Use require I include the following disclosure statement with this post:
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.

  • Understanding the gc log

    Hi,
    I'm trying to understand the garbage collection log (1.4.2). I have log statements in there like:
    14325.110: [GC 14325.110: [DefNew: 111691K->111691K(118016K), 0.0000206 secs]14325.111: [Tenured: 283068K->298347K(393216K), 4.1681840 secs] 394760K->298347K(511232K), 4.1683295 secs]
    The way I read it is: nothing done on the New Generation and the tenured Generation even increased. But looking at the total heap, the total used memory after the garbage collection equals the total used memory in the tenured Generation making me believe that the New Generation is empty. Is there a display bug that the New Generation was completely cleared but only the log incorrect? But is it really possible to clear the New Generation up to the very last byte?
    dirk

    Hi,
    I'm trying to understand the garbage collection log
    (1.4.2). I have log statements in there like:
    14325.110: [GC 14325.110: [DefNew:
    111691K->111691K(118016K), 0.0000206 secs]14325.111:
    [Tenured: 283068K->298347K(393216K), 4.1681840 secs]
    394760K->298347K(511232K), 4.1683295 secs]
    The way I read it is: nothing done on the New
    Generation and the tenured Generation even increased.
    But looking at the total heap, the total used memory
    after the garbage collection equals the total used
    memory in the tenured Generation making me believe
    that the New Generation is empty. Is there a display
    bug that the New Generation was completely cleared
    but only the log incorrect? Yes, exactly.
    But is it really possible
    to clear the New Generation up to the very last
    byte?Yes, all the survivors in the New Generation were compacted
    up into the Old Generation. (The whole heap was collected.)

  • Understanding the Jrun logs

    The following is from the event log of a Jrun server. I
    believed that when this happens, the user's POSTs no longer
    translates the plus signs(+) that the spaces are translated to
    during the POST back to spaces. It also appears that until the user
    creates a new session, every POST has this plus signe problem. Is
    there a way in jsp code to trap that error/warning or to test if
    the session is still in good order?
    314 / 462 12/15 14:55:09 warning Error while parsing POST
    data
    315 / 462 java.lang.IllegalArgumentException: Connection
    reset
    316 / 462 at
    javax.servlet.http.HttpUtils.parsePostData(HttpUtils.java:242)
    317 / 462 at
    jrun.servlet.JRunRequest.parsePostData(JRunRequest.java:396)
    318 / 462 at
    jrun.servlet.JRunRequest.getParameters(JRunRequest.java:376)
    319 / 462 at
    jrun.servlet.JRunRequest.getParameter(JRunRequest.java:269)
    320 / 462 at
    jrun.servlet.ForwardRequest.getParameter(ForwardRequest.java:169)
    321 / 462 at
    jrun.servlet.session.SessionService.getUrlSessionID(SessionService.java:1011)
    322 / 462 at
    jrun.servlet.ForwardRequest.getRequestedSessionId(ForwardRequest.java:376)
    323 / 462 at
    jrun.servlet.ForwardRequest.isRequestedSessionIdValid(ForwardRequest.java:417)
    324 / 462 at
    jrun.servlet.ForwardRequest.getSession(ForwardRequest.java:331)
    325 / 462 at
    jrun.servlet.security.WebAppSecurityService.requestBegin(WebAppSecurityService.java:117)
    326 / 462 at
    jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:228)
    327 / 462 at
    jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
    328 / 462 at
    jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
    329 / 462 at
    jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:348)
    330 / 462 at
    jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451)
    331 / 462 at
    jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:294)
    332 / 462 at
    jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

    wild ass guess here, but i think the aggregated (9) refers to the same message being duplicated 9 times, and only the one message was written to logs, in order to save space.

  • Understanding the system log (boot time 2 minutes)

    Dear Apple Discussion,
    I am trying to read the system.log correctly - mainly because my boot time is 2 minutes.
    I have read that the beginning of the boot up is indicated by the line:
    localhost kernel[0]: standard timeslicing quantum is 10000 us
    is this correct?
    Next, does the line:
    loginwindow[165]: Login Window Started Security Agent
    indicate that the login window has come up?
    If both of these are correct then my boot time should be 18s (according to the time stamps in the log) - it defefinitely is not that.
    Does the boot process start instead at this line:
    shutdown: reboot by root:
    If this were the case, the boot time would be closer to 2 minutes according to the log (which is what it actually is).
    This then brings up the next problem: the two minutes basically come from the following line:
    Nov 29 17:30:24 Purrfekt shutdown: reboot by root:
    Nov 29 17:30:24 Purrfekt SystemStarter[177]: authentication service (194) did not complete successfully
    Nov 29 17:30:24 Purrfekt kernel[0]: CiscoVPN : unloading cisco ipsec kernel module.
    Nov 29 17:30:24 Purrfekt kernel[0]: CiscoVPN : detaching from interface: en1.
    Nov 29 17:30:24 Purrfekt kernel[0]: CiscoVPN : interface en1, filter has been safely detached.
    Nov 29 17:30:24 Purrfekt kernel[0]: CiscoVPN : detaching from interface: en0.
    Nov 29 17:30:24 Purrfekt kernel[0]: CiscoVPN : interface en0, filter has been safely detached.
    Nov 29 17:32:12 localhost kernel[0]: standard timeslicing quantum is 10000 us
    ending line of the boot process occurs at (if my above assumption is correct):
    Nov 29 17:32:31 Purrfekt loginwindow[165]: Login Window Started Security Agent
    So why does it hang for so long at this one process? Am I reading the log incorrectly? I have searched around here and also on google ("slow boot time", "cisco vpn tiger", etc..) but haven't found anything relating to my problem.
    Thanks for any help.
    MonkeyApple
    v.1 PowerBook G4 15''   Mac OS X (10.4.3)  

    I am trying to read the system.log correctly - mainly because my boot time is 2 minutes.
    It appears to be that a restart or shutdown process delays nearly 2 minutes rather than a startup process, presumably due to one of WindowServer children or a bug stays in Mac OS X 10.4.3 Update-- Mine delays approximately 30 - 40 minutes on PowerMac G5 2.7 Ghz on every shutdown or restart process. Your computer is PowerMac G4 so that make sense. I found a suspect application which is a security related. Although I am still investigating further because the issue does not occur on the lower drive bay where I install another Mac OS X 10.4.3 Update (but no third-party software) as a test facility.
    localhost kernel[0]: standard timeslicing quantum is 10000 us
    This is correct and the first line to display sequential events in a boot process.
    loginwindow[165]: Login Window Started Security Agent
    This is also a normal behavior.
    SystemStarter[xxx]: authentication service (xxx) did not complete successfully
    This can be displayed depending on a computer configuration.
    A sequential event from CiscoVPN: unloading cisco ipsec kernel module to CiscoVPN: interface en0, filter has been safely detached seems to be all right if you PROPERLY configure VPN policy and IPsec (Internet Protocol Security) authenticate, etc for your Cisco device. IPsec is a framework for a set of protocols for security at the network or packet processing layer of network communication.
    I suggest to check all related settings with Netwrok/Sharing panes and the router configurations for VPN (IPsec), IPv6, security, etc. Also check routing table and all socket connections after you launch Network Utility or via Terminal commands.
    FYI: interface en0 is a wired connection and interface en1 is a wireless connection such as AirPort. IPsec kernel module is a unit of kernel program or componet for IPsec.
    Hope this helps.
    G5 Dual 2.7GHz, Dell XPS 3.2GHz, G3B&W, Sony LTop   Mac OS X (10.4.3)   Tiger10.4.2, MacOS 9.2.2, WinXP Pro, Win ME, Linux

  • Understanding the Console Log Entries

    I am trying to decipher which USER_PROCESS stands for a logon. So when a user logs into the machine it is USER_PROCESS: # Console.
    I just don't know which number it is. 44? 47? other?
    Any help is very much appreciated.

    It won't tell you much, but I think you'll get a +Login Window Started Security Agent+ message from a new loginwindow process. But it won't tell you which user logged-on.
    If you're trying to monitor a particular account's usage, there's probably an app for that; I don't think you'll get much from the normal logs.
    You might be able to write an Applescript or Automator to put in that user's Login items, that would update a file somewhere.
    I haven't used +Parental Controls,+ but something there might do what you want.
    You might find something in the +Account and Login+ section of the +Snow Leopard+ forum, either by browsing or searching.
    If nobody responds to this thread for a while, you might want to repost with a title asking specifically how to do whatever it is.

  • Need help in understanding the result logged in gateway log file

    I have installed unixODBC.x86_64 (2.2.14) and mysql-connector-odbc-5.3.4-linux-el6-x85-64 on Oracle Linux Server 6.5 64 bit with Oracle 12c and MySQL Community Server 5..6.14.  Oracle database character set is AL32UTF8 and MySQL database character set is latin1. I have copied the content of a gateway log file to the bottom of this entry and boldfaced the lines that I hope someone can explain to me what they mean and what should I do.
    Gateway init file has the following configuration:
    HS_FDS_CONNECT_INFO = myodbc5
    HS_FDS_TRACE_LEVEL = DEBUG
    HS_FDS_SHAREABLE_NAME = /usr/lib64/libodbc.so
    HS_LANGUAGE=AMERICAN_AMERICA.WE8ISO8859P15
    set ODBCSYSINI=/tmp/shared
    ODBC.ini located in /tmp/shared has the following configuration:
    [myodbc5]
    Driver          = /tmp/shared/mysql-odbc/lib/libmyodbc5w.so
    DATABASE        = peter
    DESCRIPTION     = MySQL ODBC 5.3 Unicode Driver
    SERVER          = localhost
    UID             = peter
    PASSWORD        = peter
    SOCKET          = /var/lib/mysql/mysql.sock
    Listener.ora has the following configuration:
    LISTENER =
      (ADDRESS_LIST=
    (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))
    (ADDRESS=(PROTOCOL=ipc)(KEY=PNPKEY)))
    SID_LIST_LISTENER =
       (SID_LIST =
         (SID_DESC =
           (GLOBAL_DBNAME = PETER)
           (ORACLE_HOME = /opt/oracle/12c)
           (SID_NAME = PETER)
         (SID_DESC =
           (SID_NAME = mysqlodbc)
           (ORACLE_HOME = /opt/oracle/12c)
           (PROGRAM = dg4odbc)
    Tnsnames.ora has the following configuration:
    mysqlodbc =
    (DESCRIPTION=
    (ADDRESS=
    (PROTOCOL=TCP) (HOST=localhost) (PORT=1521)
    (CONNECT_DATA=
    (SID=mysqlodbc))
    (HS=OK)
    Gateway log file has the following content:
    Oracle Corporation --- TUESDAY   FEB 17 2015 14:08:39.306
    Heterogeneous Agent Release
    12.1.0.1.0
    Oracle Corporation --- TUESDAY   FEB 17 2015 14:08:39.306
        Version 12.1.0.1.0
    Entered hgogprd
    HOSGIP for "HS_FDS_TRACE_LEVEL" returned "DEBUG"
    Entered hgosdip
    setting HS_OPEN_CURSORS to default of 50
    setting HS_FDS_RECOVERY_ACCOUNT to default of "RECOVER"
    setting HS_FDS_RECOVERY_PWD to default value
    setting HS_FDS_TRANSACTION_LOG to default of HS_TRANSACTION_LOG
    setting HS_IDLE_TIMEOUT to default of 0
    setting HS_FDS_TRANSACTION_ISOLATION to default of "READ_COMMITTED"
    setting HS_NLS_NCHAR to default of "AL32UTF8"
    setting HS_FDS_TIMESTAMP_MAPPING to default of "DATE"
    setting HS_FDS_DATE_MAPPING to default of "DATE"
    setting HS_RPC_FETCH_REBLOCKING to default of "ON"
    setting HS_FDS_FETCH_ROWS to default of "100"
    setting HS_FDS_RESULTSET_SUPPORT to default of "FALSE"
    setting HS_FDS_RSET_RETURN_ROWCOUNT to default of "FALSE"
    setting HS_FDS_PROC_IS_FUNC to default of "FALSE"
    setting HS_FDS_MAP_NCHAR to default of "TRUE"
    setting HS_NLS_DATE_FORMAT to default of "YYYY-MM-DD HH24:MI:SS"
    setting HS_FDS_REPORT_REAL_AS_DOUBLE to default of "FALSE"
    setting HS_LONG_PIECE_TRANSFER_SIZE to default of "65536"
    setting HS_SQL_HANDLE_STMT_REUSE to default of "FALSE"
    setting HS_FDS_QUERY_DRIVER to default of "TRUE"
    setting HS_FDS_SUPPORT_STATISTICS to default of "FALSE"
    setting HS_FDS_QUOTE_IDENTIFIER to default of "TRUE"
    setting HS_KEEP_REMOTE_COLUMN_SIZE to default of "OFF"
    setting HS_FDS_GRAPHIC_TO_MBCS to default of "FALSE"
    setting HS_FDS_MBCS_TO_GRAPHIC to default of "FALSE"
    Default value of 64 assumed for HS_FDS_SQLLEN_INTERPRETATION
    setting HS_CALL_NAME_ISP to "gtw$:SQLTables;gtw$:SQLColumns;gtw$:SQLPrimaryKeys;gtw$:SQLForeignKeys;gtw$:SQLProcedures;gtw$:SQLStatistics;gtw$:SQLGetInfo"
    setting HS_FDS_DELAYED_OPEN to default of "TRUE"
    setting HS_FDS_WORKAROUNDS to default of "0"
    Exiting hgosdip, rc=0
    ORACLE_SID is "mysqlodbc"
    Product-Info:
      Port Rls/Upd:1/0 PrdStat:0
      Agent:Oracle Database Gateway for ODBC
      Facility:hsa
      Class:ODBC, ClassVsn:12.1.0.1.0_0017, Instance:mysqlodbc
    Exiting hgogprd, rc=0
    Entered hgoinit
    HOCXU_COMP_CSET=1
    HOCXU_DRV_CSET=46
    HOCXU_DRV_NCHAR=873
    HOCXU_DB_CSET=873
    HS_LANGUAGE is AMERICAN_AMERICA.WE8ISO8859P15
    LANG=en_US.UTF-8
    HOCXU_SEM_VER=121000
    HOCXU_VC2_MAX=4000
    HOCXU_RAW_MAX=2000
    Entered hgolofn at 2015/02/17-14:08:39
    HOSGIP for "HS_FDS_SHAREABLE_NAME" returned "/usr/lib64/libodbc.so"
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac07fe0
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac08110
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac089d0
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac09d40
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac11c00
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac120a0
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac148d0
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac15dd0
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac16610
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac18060
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac18070
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac197c0
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac1cb80
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac1cf60
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac1eb70
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac1f800
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac1fb80
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac21af0
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac21f10
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac23b20
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac23960
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac0a360
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac0bc20
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac0f710
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac11470
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac12c00
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac15810
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac16f70
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac18400
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac19ec0
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac1a390
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac1b5f0
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac1c320
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac1d9c0
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac1dcc0
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac1e7c0
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac20380
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac208d0
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac20eb0
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac21520
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac22210
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac24fb0
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac23610
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac26910
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac275e0
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Exiting hgolofn, rc=0 at 2015/02/17-14:08:39
    HOSGIP for "HS_OPEN_CURSORS" returned "50"
    HOSGIP for "HS_FDS_FETCH_ROWS" returned "100"
    HOSGIP for "HS_LONG_PIECE_TRANSFER_SIZE" returned "65536"
    HOSGIP for "HS_NLS_NUMERIC_CHARACTERS" returned ".,"
    HOSGIP for "HS_KEEP_REMOTE_COLUMN_SIZE" returned "OFF"
    HOSGIP for "HS_FDS_DELAYED_OPEN" returned "TRUE"
    HOSGIP for "HS_FDS_WORKAROUNDS" returned "0"
    HOSGIP for "HS_FDS_MBCS_TO_GRAPHIC" returned "FALSE"
    HOSGIP for "HS_FDS_GRAPHIC_TO_MBCS" returned "FALSE"
    Invalid value of 64 given for HS_FDS_SQLLEN_INTERPRETATION
    treat_SQLLEN_as_compiled = 1
    Exiting hgoinit, rc=0 at 2015/02/17-14:08:39
    Entered hgolgon at 2015/02/17-14:08:39
    reco:0, name:peter, tflag:0
    Entered hgosuec at 2015/02/17-14:08:39
    Exiting hgosuec, rc=0 at 2015/02/17-14:08:39
    HOSGIP for "HS_FDS_RECOVERY_ACCOUNT" returned "RECOVER"
    HOSGIP for "HS_FDS_TRANSACTION_LOG" returned "HS_TRANSACTION_LOG"
    HOSGIP for "HS_FDS_TIMESTAMP_MAPPING" returned "DATE"
    HOSGIP for "HS_FDS_DATE_MAPPING" returned "DATE"
    HOSGIP for "HS_FDS_MAP_NCHAR" returned "TRUE"
    HOSGIP for "HS_FDS_RESULTSET_SUPPORT" returned "FALSE"
    HOSGIP for "HS_FDS_RSET_RETURN_ROWCOUNT" returned "FALSE"
    HOSGIP for "HS_FDS_PROC_IS_FUNC" returned "FALSE"
    HOSGIP for "HS_FDS_REPORT_REAL_AS_DOUBLE" returned "FALSE"
    using peter as default schema
    HOSGIP for "HS_SQL_HANDLE_STMT_REUSE" returned "FALSE"
    Entered hgocont at 2015/02/17-14:08:39
    HS_FDS_CONNECT_INFO = "myodbc5"
    RC=-1 from HOSGIP for "HS_FDS_CONNECT_STRING"
    Entered hgogenconstr at 2015/02/17-14:08:39
    dsn:myodbc5, name:peter
    optn:
    Entered hgocip at 2015/02/17-14:08:39
    dsn:myodbc5
    Exiting hgocip, rc=0 at 2015/02/17-14:08:39
    Exiting hgogenconstr, rc=0 at 2015/02/17-14:08:39
    Entered hgolosf at 2015/02/17-14:08:39
    Exiting hgolosf, rc=0 at 2015/02/17-14:08:39
    DriverName:libmyodbc5w.so, DriverVer:05.03.0004
    DBMS Name:MySQL, DBMS Version:5.6.14
    Exiting hgocont, rc=0 at 2015/02/17-14:08:39
    SQLGetInfo returns Y for SQL_CATALOG_NAME
    SQLGetInfo returns 192 for SQL_MAX_CATALOG_NAME_LEN
    Exiting hgolgon, rc=0 at 2015/02/17-14:08:39
    Entered hgoulcp at 2015/02/17-14:08:39
    Entered hgowlst at 2015/02/17-14:08:39
    Exiting hgowlst, rc=0 at 2015/02/17-14:08:39
    SQLGetInfo returns 0x0 for SQL_SCHEMA_USAGE
    TXN Capable:3, Isolation Option:0xf
    SQLGetInfo returns 0 for SQL_MAX_SCHEMA_NAME_LEN
    SQL_SU_DML_STATEMENTS bit is not set. Schemas are not supported by FDS.
    SQLGetInfo returns 192 for SQL_MAX_TABLE_NAME_LEN
    SQLGetInfo returns 192 for SQL_MAX_PROCEDURE_NAME_LEN
    HOSGIP returned value of "TRUE" for HS_FDS_QUOTE_IDENTIFIER
    SQLGetInfo returns ` (0x60) for SQL_IDENTIFIER_QUOTE_CHAR
    Entered hgopoer at 2015/02/17-14:08:39
    Exiting hgopoer, rc=0 at 2015/02/17-14:08:39 with error ptr FILE:hgopoer.c LINE:195 ID:GetDiagRec error
    hgoulcp, line 2138: calling SQLFetch got sqlstate 00000
    3 instance capabilities will be uploaded
      capno:5964, context:0x00000000, add-info:        0
      capno:5989, context:0x00000000, add-info:        0
      capno:5992, context:0x0001ffff, add-info:        1, translation:"`"
    Exiting hgoulcp, rc=0 at 2015/02/17-14:08:39 with error ptr FILE:hgoulcp.c LINE:2140 ID:Translation text for Unicode literal not supported. Leaving HOACOPTTSTN1 capability off.
    Entered hgouldt at 2015/02/17-14:08:39
    NO instance DD translations were uploaded
    Exiting hgouldt, rc=0 at 2015/02/17-14:08:39
    Entered hgobegn at 2015/02/17-14:08:39
    tflag:0 , initial:1
    hoi:0xd991a328, ttid (len 24) is ...
      00: 50455445 522E3864 63666537 31332E31  [PETER.8dcfe713.1]
      10: 2E33312E 32303235                    [.31.2025]
                     tbid (len 21) is ...
      00: 50455445 525B312E 33312E32 3032355D  [PETER[1.31.2025]]
      10: 5B312E34 5D                          [[1.4]]
    Exiting hgobegn, rc=0 at 2015/02/17-14:08:39
    Entered hgodtab at 2015/02/17-14:08:39
    count:1
      table: mysql_table1
    Allocate hoada[0] @ 0x10b6300
    Entered hgopcda at 2015/02/17-14:08:39
    Column:1(dest): dtype:1 (CHAR), prc/scl:5/0, nullbl:1, octet:5, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/02/17-14:08:39
    The hoada for table mysql_table1 follows...
    hgodtab, line 1079: Printing hoada @ 0x10b6300
    MAX:1, ACTUAL:1, BRC:1, WHT=6 (TABLE_DESCRIBE)
    hoadaMOD bit-values found (0x200:TREAT_AS_CHAR)
    DTY      NULL-OK  LEN  MAXBUFLEN   PR/SC  CST IND MOD NAME
      1 CHAR Y          5          5   0/  0    0   0 200 dest
    Exiting hgodtab, rc=0 at 2015/02/17-14:08:39
    Entered hgodafr, cursor id 0 at 2015/02/17-14:08:39
    Free hoada @ 0x10b6300
    Exiting hgodafr, rc=0 at 2015/02/17-14:08:39
    Entered hgopars, cursor id 1 at 2015/02/17-14:08:39
    type:0
    SQL text from hgopars, id=1, len=39 ...
         00: 53454C45 43542041 312E6064 65737460  [SELECT A1.`dest`]
         10: 2046524F 4D20606D 7973716C 5F746162  [ FROM `mysql_tab]
         20: 6C653160 204131                      [le1` A1]
    Exiting hgopars, rc=0 at 2015/02/17-14:08:39
    Entered hgoopen, cursor id 1 at 2015/02/17-14:08:39
    hgoopen, line 87: NO hoada to print
    Deferred open until first fetch.
    Exiting hgoopen, rc=0 at 2015/02/17-14:08:39
    Entered hgodscr, cursor id 1 at 2015/02/17-14:08:39
    Allocate hoada @ 0x10b6300
    Entered hgodscr_process_sellist_description at 2015/02/17-14:08:39
    Entered hgopcda at 2015/02/17-14:08:39
    Column:1(dest): dtype:1 (CHAR), prc/scl:5/0, nullbl:1, octet:5, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/02/17-14:08:39
    hgodscr, line 470: Printing hoada @ 0x10b6300
    MAX:1, ACTUAL:1, BRC:100, WHT=5 (SELECT_LIST)
    hoadaMOD bit-values found (0x200:TREAT_AS_CHAR)
    DTY      NULL-OK  LEN  MAXBUFLEN   PR/SC  CST IND MOD NAME
      1 CHAR Y          5          5   0/  0    0   0 200 dest
    Exiting hgodscr, rc=0 at 2015/02/17-14:08:39
    Entered hgoftch, cursor id 1 at 2015/02/17-14:08:39
    hgoftch, line 135: Printing hoada @ 0x10b6300
    MAX:1, ACTUAL:1, BRC:100, WHT=5 (SELECT_LIST)
    hoadaMOD bit-values found (0x200:TREAT_AS_CHAR)
    DTY      NULL-OK  LEN  MAXBUFLEN   PR/SC  CST IND MOD NAME
      1 CHAR Y          5          5   0/  0    0   0 200 dest
    Performing delayed open.
    SQLBindCol: column 1, cdatatype: 1, bflsz: 6
    SQLFetch: row: 1, column 1, bflsz: 6, bflar: 5
    SQLFetch: row: 1, column 1, bflsz: 6, bflar: 5, (bfl: 5, mbl: 5)
    1 rows fetched
    Exiting hgoftch, rc=0 at 2015/02/17-14:08:39
    Entered hgoftch, cursor id 1 at 2015/02/17-14:08:39
    hgoftch, line 135: Printing hoada @ 0x10b6300
    MAX:1, ACTUAL:1, BRC:1, WHT=5 (SELECT_LIST)
    hoadaMOD bit-values found (0x200:TREAT_AS_CHAR)
    DTY      NULL-OK  LEN  MAXBUFLEN   PR/SC  CST IND MOD NAME
      1 CHAR Y          5          5   0/  0    0   0 200 dest
    0 rows fetched
    Exiting hgoftch, rc=1403 at 2015/02/17-14:08:39
    Entered hgoclse, cursor id 1 at 2015/02/17-14:23:33
    Exiting hgoclse, rc=0 at 2015/02/17-14:23:33
    Entered hgodafr, cursor id 1 at 2015/02/17-14:23:33
    Free hoada @ 0x10b6300
    Exiting hgodafr, rc=0 at 2015/02/17-14:23:33
    Entered hgocomm at 2015/02/17-14:23:33
    keepinfo:0, tflag:1
       00: 50455445 522E3864 63666537 31332E31  [PETER.8dcfe713.1]
       10: 2E33312E 32303235                    [.31.2025]
                     tbid (len 21) is ...
       00: 50455445 525B312E 33312E32 3032355D  [PETER[1.31.2025]]
       10: 5B312E34 5D                          [[1.4]]
    cmt(0):
    Entered hgocpctx at 2015/02/17-14:23:33
    Exiting hgocpctx, rc=0 at 2015/02/17-14:23:33
    Exiting hgocomm, rc=0 at 2015/02/17-14:23:33
    Entered hgolgof at 2015/02/17-14:23:33
    tflag:1
    Exiting hgolgof, rc=0 at 2015/02/17-14:23:33
    Entered hgoexit at 2015/02/17-14:23:33
    Exiting hgoexit, rc=0
    Entered horcrces_CleanupExtprocSession at 2015/02/17-14:23:33
    Entered horcrpooe_PopOciEnv at 2015/02/17-14:23:33
    Entered horcrfoe_FreeOciEnv at 2015/02/17-14:23:33
    Exiting horcrfoe_FreeOciEnv at 2015/02/17-14:23:33
    Entered horcrfse_FreeStackElt at 2015/02/17-14:23:33
    Exiting horcrfse_FreeStackElt at 2015/02/17-14:23:33
    Exiting horcrpooe_PopOciEnv at 2015/02/17-14:23:33
    Exiting horcrces_CleanupExtprocSession at 2015/02/17-14:23:33

    Hi Matt,
    There is no error and data is returned.  It is just my curiosity to know about those lines in the log file and wonder whether they imply some underlying issues.
    Thanks,
    Peter

  • How can i understand the differents logs in oracle rac?

    I need to check if everything is running ok

    Interesting check list.
    But to check (RMAN) backup I would add something like:
    RMAN> list backup completed after 'SYSDATE-1';or
    RMAN> report need backup;I would also add some periodic recovery tests.

  • PI is not able to pick the file from the FTP folder

    This is the FILE TO IDOC scenario. We have configured the file adapter. But its not able to pick the file from the specified directory. We have tried changing the transfer mode from Binary to Txt & also we have tried to put advance selection for source file but it didn't work. Its throwing the below error:
    PI Adapter Log:
    An error occurred while connecting to the FTP server '10.130.150.21:8529'. The FTP server returned the following error message: 'com.sap.aii.adapter.file.ftp.FTPEx: 451 Unexpected reply coderequested action aborted: local error in processing'. For details, contact your FTP server vendor.
    Also we have contacted the FTP team & they told that PI is sending an unsupported command. So instead of taking the file TLOG.txt, its treating this file name a s a directory. Please find the logs from FTP end below:
    FTP Log:
    (207197)2/5/2013 14:48:25 PM - sysisappi (63.130.82.16)> 230 Logged on
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> FEAT
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> 211-Features:
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  MDTM
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  REST STREAM
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  SIZE
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  MLST type*;size*;modify*;
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  MLSD
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  AUTH SSL
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  AUTH TLS
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  PROT
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  PBSZ
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  UTF8
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  CLNT
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  MFMT
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> 211 End
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> PBSZ 0
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> 200 PBSZ=0
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> PROT P
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> 200 Protection level set to P
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> CWD /Qas
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> 250 CWD successful. "/Qas" is current directory.
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> CWD SAP_ORION
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> 250 CWD successful. "/Qas/SAP_ORION" is current directory.
    (207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> CWD Inbound
    (207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> 250 CWD successful. "/Qas/SAP_ORION/Inbound" is current directory.
    (207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> CWD IRIIN04
    (207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> 250 CWD successful. "/Qas/SAP_ORION/Inbound/IRIIN04" is current directory.
    (207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> CWD TLOG.txt
    (207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> 550 CWD failed. "/Qas/SAP_ORION/Inbound/IRIIN04/TLOG.txt": directory not found.
    (207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> QUIT
    (207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> 221 Goodbye
    It should list  *TLOG.txt*  but instead it is trying to get into a directory named  *TLOG.txt*.  same for other interface.
    So me & my team is struggling for last couple of days to fix this issue.Please share your suggestion

    Hi Sisir
    The screen shot of your config doesn't seem to correspond to the FTP log. I say this because the * is dropped from file name pattern "*TLOG.txt" (comparing your config and the FTP log). Can you share an updated FTP log?
    Sisir Das wrote:
    "/Qas/SAP_ORION/Inbound/IRIIN04" is current directory.
    (207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> CWD TLOG.txt
    (207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> 550 CWD failed. "/Qas/SAP_ORION/Inbound/IRIIN04/TLOG.txt": directory not found.
    (207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> QUIT
    Also, like Rajesh suggested, have you tried to manually check permissions by logging in, traversing the directory, and getting the file?
    By the way, we always use backslash \ instead of forward slash in our configs. Not sure this would make any difference for you though. Also, I don't normally use a trailing \ at the end of the source directory path.

  • Can I stop Dreamweaver CS6 from constantly polling the FTP server?

    When I work in CS6 I just work directly off the FTP server. I don't work in a large team, check in and check out is a wasted feature for us. So I have the Advanced server settings to automatically upload files when I save them. This has been working pretty well with the exception that Dreamweaver CS6 seems to constantly poll the FTP server anyway. So often times I'll go to save and it will throw out an error that it can't upload the file right now because it's currently interacting with the server.
    Inside Dreamweaver I have the FTP log tab open and it's just constantly looking at stuff on the server at random intervals. It's not downloading anything or reconnecting. I'm having no connection problems at all actually outside of this.
    I've poked through settings and I can't find anything that says something like "Stop constantly checking the FTP server, it's still there, don't worry about it..."
    Here's the error for whatever it's worth. I wouldn't even bother complaining about this except that it happens to me constantly throughout the day. If it was just once or twice I wouldn't care. The other annoying thing is that when the error occurs it does save the file locally which is pointless for my purposes also but since it flags it as saved I have to make a change in order to get it to save and upload. So a lot of times I'm just waiting for it to stop interacting with the FTP server for no good reason, adding a space, backspacing the space and then hitting save again. Seriously obnoxious, please tell me there's a setting to shut this behavior off.

    I'll tell you the real answer - because Adobe Dreamweaver's FTP integration is, and has always been, horrendous.   Here I am - working with Dreamweaver in 2013, having worked with Dreamweaver since the year 2000... yes - that is 13 years.  And 13 freaking years later I am still having the SAME Dreamweaver FTP issues since back then!!
    Like today - let me tell you my workflow. 
    Open Dreamweaver - knowing that this is going to be yet again another painful day because of the FTP situation
    Make a few changes to a single file
    Connect - it connects instantly
    Upload my file.  I'm (relatively) happy.
    Work on my file for the next 10 minutes.
    Keyboard Shortcuts to save, then upload my file.
    Window pops up - Waiting for server
    Still waiting for server
    Trys to reconnect.
    Waiting for server
    I cancel.  Disconnect... then guess what...
    Window pops up - Waiting for server.
    I close that window immediately
    Reconnect - its fine
    Upload my file immediately.
    I have to do this EVERY FREAKING TIME I need to upload a file.   It is beyond rediculous that this wasn't solved in 2002, but no - ELEVEN years after that it still behaves the same!!!!
    I know I'm not alone - just google "Dreamweaver FTP Waiting for server", or "dreamweaver ftp dropping", or anything else like that, and you'll find no end of people in pure frustration. 
    The only solution that I have found that may actually help ease the pain (doesn't solve the problem unfortuantely) this is something I just found today. 
    Go to Preferences > Site settings where you can change FTP connection option : Disconnect after x minutes idle
    I have changed that to 1 minute.  Shouldn't have to, but that's all that can be done.
    Please Adobe - start from the ground up with CS7 and completely rewrite FTP in Dreamweaver.

  • DW FTP Log or History Log?

    Does anyone know if there is a way to automatically save the
    FTP log Dreamweaver?
    Actually, what I'm looking for is something similar to
    Photoshop's HIstory Log, where I can go back an reference what I
    have done and track when it was done days or weeks later. Thanks
    for any help.

    Are you *SURE* the 8.02 update installed?
    Does this Technote apply to you?
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=785362aa
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "AndyH" <[email protected]> wrote in message
    news:frhbct$l40$[email protected]..
    > Hi
    > Having just installed DW8, I can not get my ftp
    connection to the remote
    > server to lock on. I have IE7 and checked the problem
    within google and an
    > adobe link suggests that I need an updater 8.0.2 to
    resolve issues between
    > IE7 and DW8 losing ftp login settings. Having updated
    this, tried again
    > still the same problem, the error dialog suggests: 1.
    ftp server being
    > down, (checked with another broadband connection from
    work ok) 2. Passive
    > FTP set, done - no difference 3. Tick secure FTP no
    difference, 4. I have
    > turned the windows and norton firewall off - no
    difference 5. Uninstalled
    > Norton Anti-virus - no difference 6. Rebooted
    broadband/computer server
    > still the same. 7. Checked the firewall setting to
    ensure DW is in the
    > exceptions list of the firewall to allow two way
    communication. no
    > difference. This is the weird thing, I have added
    another site connection
    > and the connection works..???
    > With this in mind I have deleted the site connections,
    re-installed,
    > double checked all logins and password and settings
    still the same. I am
    > aware from the ISP that the server is working okay as
    they have tested it
    > from another location..
    >
    > Starting to pull my hair out, whats left that is, and I
    wonder if anyone
    > else has experienced these symptoms, if you have please
    could you share
    > the solution with us or any ideas..
    > kindest regards andy
    >

  • The FTP server configured for this site doesn't seem to match the URL you entered. Make sure that you use the Upload to FTP Host feature in Muse to publish the site directly to the final location and that you are logging on to In-Browser Editing with the

    When i tried to login in inbrowserediting.adobe.com i see that:
    The FTP server configured for this site doesn't seem to match the URL you entered. Make sure that you use the Upload to FTP Host feature in Muse to publish the site directly to the final location and that you are logging on to In-Browser Editing with the same user.
    What does it mean? What is problem?

    Hi,
    I have just created my First website using Muse and Its all been uploaded to my FTP server but i cant access the in browser editing which was the whole reason why i re-done the website for my client using muse
    its saying the following
    "The FTP server configured for this site doesn't seem to match the URL you entered. Make sure that you use the Upload to FTP Host feature in Muse to publish the site directly to the final location and that you are logging on to In-Browser Editing with the same user. server configured for this site doesn't seem to match the URL you entered. Make sure that you use the Upload to FTP Host feature in Muse to publish the site directly to the final location and that you are logging on to In-Browser Editing with the same user."
    Yet i Can access my website fine "www.calmwood.com.au"
    My ftp server responds to either the IP Address or the DNS Address www.calmwood.com.au
    so i am not understanding how it thinks its different. when its fully referenced
    any help would be appreciated.
    thanks

  • I just downloaded Adobe Acrobat XI Pro, I am in the install process now and I am getting an Error message, Error 1303, stating I need to log on as an administrator ... this is my computer so I don't understand the issue??

    I just downloaded Adobe Acrobat XI Pro, I am in the install process now and I am getting an Error message, Error 1303, stating I need to log on as an administrator ... this is my computer so I don't understand the issue??

    Hi MAX22,
    Even though it's your computer but your user account might not have sufficient privileges to install the software.
    Please try the following :
    > Enable the hidden Admin Account on Windows 7 ( Ref :  http://www.howtogeek.com/howto/windows-vista/enable-the-hidden-administrator-account-on-wi ndows-vista/ )
    Reboot and try installing in the new enabled Admin user account and check.
    Regards,
    Rave

Maybe you are looking for

  • Multiple External real instruments and midi connections.

    I want to connect multiple external devices to grageband. Mic ( i have a two channel audio interface so works on its own) guitar through a effects pedal (has usb and is seen as audio so works on it own) and a electronic drum set, has usb midi out. Pr

  • How do i drag plugins into the right folder? so they show up in effects?

    ok i did it once but my friend told me. i think it was something like go into the mac hd then go into the library folder....and something?? i am trying to make it so that the plugin effects are inside final cut pro when i open the app. thanks. if

  • How to update Oracle Release 10.2.0.1 to 10.2.0.3

    Hi, Can anybody give me hint how can i update my oracle version 10.2.0.1 to version 10.2.0.3. I have installed oracle 10gR2 with following: SQL> select * from v$version; Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod PL/SQL Release

  • Issues Installing PSE12 on Mac OSX 10.9

    I purchased and downloaded the software from Amazon and had an issue installing it that route. So I decided to try to install the trial version off of the Adobe site and then just putting in the product key that I purchased. However, neither way is w

  • Generating table STXFPCUST for Adobe Forms

    Hi, I am creating a smartform compatible adobe form and I believe for the system to generate the smartform for this, we need to update the table STXFPCUST with the name of the Adobe form and allow the system to generate the smartform. Can I have some