FTP Connection for Two Local Sites Needed

v1 of my html5 pages successfully loaded onto the ISP server. The pages were done in a hurry without a lot of CSS thought. v2 corrects that but I'm unable to ftp to the server. I'm not clear why I can't just select which local site to connect with. Server connection from the first local site worked just fine, then, 30 seconds, later local site v2 can't find the connection.

I'm assuming you have two different site definitions set-up in DW.  One for Site1 and another for Site2.  Whichever one is giving you grief, try toggling passive FTP on/off. You'll find it under Servers > More Options.  See screenshot.
Nancy O.

Similar Messages

  • Same Connection for two PreparedStatements?

    Dear Experts,
    Is it better to use two connections for two different PreparedStatements ?
    Let me elaborate:
    I have to iterate in a loop & for each iteration I need to
    a) Select a row.
    b) Possibly update that row depending on some condition.
    My question is:
    Do I use only one connection, & then use the select & update (one after the other) on the same connection,
    Or do I use two different connections & have two separate preparedStatements & just execute them each time in the loop?
    Thank you for your anticipated responses.
    Sandeep

    Here is how I would approach this issue:
    In the database table, I would add another column called 'version'. When the record is first inserted into the database, I would set version=1. Each time the record is updated, I would increament version by 1 (example: 2, 3, 4, etc).
    Now, in your program, I would open a conneciton, then I would read in all the records at once (via a query) into an array. I would not read in all the fields from each record, just read in the fields you need to examine, plus read in the 'version' field. Close the resultSet and preparedStatement since you dont need them anymore for the query because you transfered all the data into the array.
    Next, I would use the same connection to create a new preparedStatement for updating. Loop through the array looking for a record you need to update. If you find one, I would update the record but add to the sql's 'where' clause a test to ensure the record has not been altered since the last time it was updated (check the 'version'). Example:
    update person set firstName='Joe', version=(23+1) where verson =23.
    Where '23' came from the 'version' you stored in the array you previously read in. If the update returns with a '1', it
    was updated successfully. If it returns '0', the record was updated while you were evaluating the record. If that happens, take whatever action you think you need to take. Note there is no need to set up a transaction.

  • Need help to Configure FTPS connection for File Sender Adapter

    Hi,
    I want to Configure, FTPS connection (Secured Connection) for File Sender Adapter. Could anyone please guide me, what Information I require to configure. I just want to know what Information should I request the team inorder the configure FTPS so that it can be deployed properly.
    I have checked with [SAP Help Link|http://help.sap.com/saphelp_nw04/helpdata/EN/e3/94007075cae04f930cc4c034e411e1/content.htm] and while configuring the communication channel found that I need Keystore and the X.509 Certificate and Private Key.  which needs to be deployed on the J2EE server by using the Visual Administrator.
    Is there anything else, I need to configure.
    Any help would be appreciated in this regard.
    Thanks & Regards,
    Varun.K

    The basic things are Certificate/Keys which you already know. Usually it is enough for running a sceanrio.
    However, if you have additional requirements, like FTPS for "Connection Security" for encryption, then you may need additional details like commands. Rest all settings are same as FTP.
    Regards,
    Prateek

  • Can connect to two secure sites

    I've done some reading on threads where people have trouble connecting to selected sites, but I don't think those solutions apply with this situation.
    I went to a friends , mothers house, to help here with getting her new flat panel iMac on the web correctly and to get her PC laptop on the wireless router that her ISP provided. She had been talking to tech support for some time, and he finally got her partly working, but not everything worked as it should.
    I got her PC and router working but I was stuck with her Mac situation. She has two sites she visits to pay bills. A bank and (as some of the threads also listed ) DirecTV.com. She can get to the sites, but once she tries to login and the address is https: ..... rather than http: the browser stalls. I tried FireFox as well. Same result. I reset Safari. No dice. I even created a new user account, to get a new set of user preferences. No change. Her PC can get to those pages just fine, using the same router, on the wireless side. I tried tossing a few of the security prefs and that didn't change things. I verified nothing was set in her firewall, and even turned it off.
    Here is the kicker... while I was doing this, and she recounted what the tech support guy did, over the phone, as he remote controlled her machine, she mentioned that at one point, she could ONLY get to those two sites, and now they are the only two she can't get to. I suspect he may have been trying some settings, asked her for two sites she goes to, and she mentioned WaMu and DirecTV. Maybe he put them in some DNS screen or host file settings ? I doubt the guy would know how, but you never know. There must be a global setting that might control this. I know it's not the router, or a web browser issue.
    Any suggestions ?

    She is going to a secure website that needs a certificate. Its information is in Safari Help, search under security certificates.
    Same with Firefox where setting are under Advanced>Encryption

  • File selection sequence in the FTP connection for File Sender Adapter

    Hi,
    I have a file to Proxy scenario using FTP connection parameters.
    If there are multiple files in the sender folder, XI picks up the files randomly with no processing sequence.
    I want XI to pick up the files based on the date time stamp meaning the  oldest file created in the folder should be processes first and rest all in sequence there after.
    I know processing sequence can be set for NFS connection but not for FTP .
    Please suggest if there's any way to make this work.
    Thanks in advance.
    Thanks and Regards,
    Amit Bhagwat.
    Edited by: Amit Bhagwat on Nov 4, 2009 5:17 AM

    Hi
    For the Transport Protocol "File Transfer Protocol (FTP)" files are always processed in ascending alphabetical order
    If you want the file to be processed in sequence then you can use Quality of Service EOIO in the sender adapter.
    The files are processed in the sequence they are picked up.
    otherwise use BPM for File Sequencing..
    Refer the following Threads
    FTP Sender Adapter - Processing Sequence
    Processing Sequence issue of FTP protocol
    Regards
    Abhijit
    Edited by: Abhijit Bolakhe on Nov 4, 2009 10:32 AM

  • Site to Site VPN connection for two Domain Controllers

    I need to set up a site to site vpn connection using 2 pix 500 series firewalls to connect 2 domain controllers. Once the site to site vpn is established, do the servers automatically see each other for replication?
    Thanx.

    My Active Directory guy has taken a good look at a small site-to-site VPN setup that I'm having a BIG problem with, and his answer is "They're supposed to." He said that as long as DC#2 (in the remote office) has the ability to resolve DNS for DC#1 (in the primary office) then the two should automatically replicate.
    I have a two-office IPSec site-to-site tunnel between two 831's running 12.4.11T (soon to be upgraded to the latest 11T or even 15T1). XP SP2 machines in the remote office have full visibility back to the shares in the central office, and pings and nmap scans work perfectly in either direction, but my newly-added DC#2 in the remote office isn't replicating back to DC#1 (the original DC for the environment). I ran a full nmap scan from the central office against DC#2, and can see all of the expected ports/services open (e.g. 389(LDAP), 445 (msds), 135, 137, 3389, etc) but I can't view shares on DC#2 (or any other PC in the remote office) from the central office. Again, DC#2 and remote office PCs have no problem seeing shares back at headquarters.
    Sorry for not being more helpful - hopefully someone out there can shed more light on the topic. If not, I'm going to call it into TAC and I'll let you know.
    But again, from an Active Directory perspective this should 'just work' so it seems that either the IPSec tunnel or perhaps the "ip inspect" IOS CBAC firewalls are getting in the way.

  • I need two JRE for two web sites different

    Hi, I need access to http://example1.com site with jre 1.5_10 and I need access to http://example2.com other site with jre 1.5_11 it because tha apps doesn't work with other jre
    how I can solve this problem, please help me it's very important for me and my company.

    [http://java.sun.com/j2se/1.5.0/docs/guide/plugin/developer_guide/using_tags.html#embed|http://java.sun.com/j2se/1.5.0/docs/guide/plugin/developer_guide/using_tags.html#embed]

  • Exchange Server Dynamic quorum for two AD site

    Hello All,
    I have some query regarding the Dynamic Quorum issue:
    The environment is two Exchange 2013 in first AD site and another Exchange server 2013 on second AD site. So, total 3 node exchange server.
    1. Can i configure DAG with dynamic quorum on this scenario?
    2. If first site is totally down then second site can work without any interruption.
    3. Is there any need manual switchover in this scenario?
    4. OWA and outlook can work if first site down?
    5. If first site down then second site exchange server db can automatically mounted.
    Thanks,
    Parvez

    Hi,
    1. Can i configure DAG with dynamic quorum on this scenario?
    By default dynamic quorum will be enabled once the node is added to the DAG
    2. If first site is totally down then second site can work without any interruption.
    1.sequential failure on dag nodes - first node in dag will go down and after a short time second node will go down . 
    2.simultaneous failure on dag nodes - majority of the nodes will go down at a time .On your case majority is two.
    Dynamic quorum will support sequential failure of nodes and it will not support the simultaneous failure .
    So on your case if you perform manual sequential failure on the dag nodes you can make utilize the dynamic quorum feature .
    Note : Please refer the below mentioned blog which will give you a good clarity.Like you they have also demonstrated with three nodes.
    Reference
    blog : http://www.msexchange.org/articles-tutorials/exchange-server-2013/high-availability-recovery/exchange-2013-dag-dynamic-quorum-part2.html
    3. Is there any need manual switchover in this scenario?
    Yes it is available .You can follow the below mentioned article .Though it is for exchange 2010 but it will support 2013 .
    http://smtpport25.wordpress.com/2010/12/10/exchange-2010-dag-local-and-site-drfailover-and-fail-back/
    4. OWA and outlook can work if first site down?
    You need to point the outlook and owa namespaces to the exchange 2013
    server  in DR site or else it would be to an LB in DR site.
    5. If first site down then second site exchange server db can automatically mounted.
    At a time , If the entire site goes down then the automatic failover will not happen ,because
    the dynamic quorum doesn't have the enough time to recalculate the dynamic weight. 
    Please feel free to reply me if you have any queries.
    Thanks & Regards S.Nithyanandham

  • Smart FTP App for posting iWeb sites?

    I currently us Godaddy as my WPP. But as my iWeb website grows bigger with blogs & pics, etc. the "publish to folder" option with iWeb becomes more and more cumbersome. Transmit.app has a nice "sync" function that checks the dates of files, and only updates what needs updating. But each time I make changes in iWeb, and then publish to a folder, all of the files' dates are updated for the whole website, so Transmit.app just sees that the whole website is newer & needs posted, and is unable to determine which files were changed based on date alone.
    I can do the updating manually--only uploading the pages I know that I changed, but again, it becomes very cumbersome, not only because of iWeb's naming schemes, but also because iWeb seems to put some image files in non-intuitive folders/places, and I am having trouble making sure all of the changes get uploaded that are needed.
    Does any one know of an FTP program that can track actual changed files apart from the dates, and update only what has changed?

    Curtises4africa wrote:
    Why can't a polished program like Transit.app do this?
    In September 2007, the guys at Transmit said this:
    "Transmit is in the same boat as Fetch. There is currently no workaround for this, as +Transmit 3+ was only designed to consider dates when synchronizing, not size. +Transmit 4+ will be able to compare sizes."
    Curtises4africa wrote:
    Does any one know of an FTP program that can track actual changed files apart from the dates, and update only what has changed?
    +"Easy iWeb Publisher"+ significantly cuts down the time it takes to upload changed or updated sites by comparing the files on your computer with those on the web server. Click on the image:
    RBrowser also has Folder Syncronization:
    "RBrowser's sync engine will automatically find your changes and publish your new and changed files only to the remote server."
    ...But perhaps you would have to buy the licensed version to get that feature:
    "Absolutely unrestricted operations in all protocols (Local, FTP/SSL/TLS, SFTP-SSH), including Folder Sync."
    ...you could try the free version first and see if it has that feature.
    And here's a comprehensive list of Mac file transfer software:

  • Where is the database connection for a mobile site?

    I have a Flash mobile site that I didn't create, but need to edit. On clicking the submit button it checks that the login & password are in a SQL database. The problem is, I can't find the method that runs a query on the database or where the database is even connected. I've tried searching through the code for words like "SQL", "database", and "connection" without success. I stepped through the code where I find a call to method "super", but then it goes back to the original method and then the user is logged in. Can someone explain where the call to the database is?
    Other things I'd like to know are: Where is the SQL Connection? In the main (non-mobile site), there is a web.config with a line that says
    <add name="TPConnectionString1"  connectionString="DataSource=xxx.xx.xxx.xx,xxxx\sqlexpress;Initial Catalog=TP;Persist Security  Info=True;User ID=xxxxx" providerName="System.Data.SqlClient"/>
    Where (what file: ex. web.config, xyz.as, etc.) would a similar line in the mobile code be?
    What does super(type, bubbles, cancelable) do?
    Here's the method for the submit button: LoginView.mxml
            private function btnclicked():void{  techController.username = txtUsername.text;  techController.password = txtPassword.text;  var evt:TechEvent = new TechEvent(TechEvent.LOGIN_USER);  this.dispatchEvent(evt);  }
    Here's the TechEvent function that is called: TechEvent.as
        public function TechEvent(type: String, bubbles:Boolean=true, cancelable:Boolean=false)  {  super(type, bubbles, cancelable);  }
    Here's the dispatchEvent method: UIComponent.as
    override public function dispatchEvent(event:Event):Boolean  {  if (dispatchEventHook != null)  dispatchEventHook(event, this);    return super.dispatchEvent(event);  }

    You are looking for an event handler for the TechEvent.LOGIN_USER event.
    Coding style looks similar to a SWIZ style framework, in which case, the event handlers could be defined using metadata [EventHandler] or [Mediate] tags, but could just be a plain simple .addEventListener(TectEvent.LOGIN_USER,fn); declaration earlier on.
    Either way, this is what has happened:
    1. User enters uname and password, then clicks button
    2. Button click handler populates the techController with relevant values then dispatches an event to let the world know it has done so
    3. The event handler checks the techController and makes the login call
    4. Some time later, the server will respond and trigger another event that the app can respond to
    G

  • Trouble opening single port for two local IPs

    Hey,
    I have multiple computers on my Airport network and want to open Port 6112 on a couple of them. I have been able to in previous versions of Airport Utility, but seem to be unable in this one (I haven't attempted to do this for about a year, so the current layout of port mapping could be a few versions old)
    Basically I want to open port 6112 on the local IP adresses: 10.0.1.2 and 10.0.1.7
    I have been unable as Airport Utility claims that the port mapping entry already exists. But really it exists only on one of the IP adresses, (10.0.1.7) and the other remains closed (10.0.1.2).
    Anyone able to help me out?

    You can only map any port to a single IP address.
    To get to the 2nd IP address you will need to use a different public port. For example map public port 8112 (instead of 6112) to private port 6112 to your 2nd IP address.

  • Blocking FTP connections for specific clients

    Hi. My core switch has 2 vlan interfaces, vlan85 for users and vlan100 for servers. I would like to allow a few certain IPs from vlan85 users to my FTP server. Can this be done without actually needing to define access to all the other services (my users need access other machines using ssh, telnet, web etc.)
    Thanks.

    Okay well that's a bit of worry as Cisco doc for blocking ftp shows both ports being blocked
    http://www.cisco.com/en/US/tech/tk648/tk361/technologies_configuration_example09186a0080100548.shtml#denyftp
    So follow their example and fail the lab !.
    Point i was trying to make was that we aren't taking a lab. May not be necessary but won't do any harm either.
    Anyway lets not get into an argument about it. The access-list will work whether port 20 is included or not and there will be no adverse effects whichever the original poster uses.
    Jon

  • CTRL-ENTER works for single word site (google) but not for two-word sites (news.google)

    After typing (google) in the address bar on Firefox 7, hitting CTRL-ENTER prefixes (http://www.) and suffixes (.com) to it, but the same does not work for (news.google).
    Same problem with (mail.yahoo) as well; (yahoo) by itself works fine

    See these two related bug reports:
    *[https://bugzilla.mozilla.org/show_bug.cgi?id=688395 bug 688395] - CTRL+Enter does not append .com after getting a server not found error
    *[https://bugzilla.mozilla.org/show_bug.cgi?id=673528 bug 673528] - using Shift to bypass "switch to tab" doesn't work anymore (loads www.domain.com.net)
    ''(please do not comment in bug reports)''

  • I downloaded an album and it said it failed to connect for two of the songs i purchased and put a ! by the songs ,how do i get them without having to buy them again

    has this happened to anyone else

    do these steps
    -first contact iTunes store to have them clear the bad songs from the download queue
    -after that restart the computer and the will disappear along with the bad songs
    -and then follow this article Download previous purchases

  • Is there a way to connect to two networks simultaneously?

    Here is my scenario:
    I am an audio technician who travels from venue to venue for work have to constantly switch between two networks to do my job.  I use MAC OS w/ the most current version 10.9
    Example:
    99% of the time, there is venue provided wireless internet via DHCP, w/ no wired option available.  I log onto it for all my internet related productivity.  At the same time, I need to stay connected to a manual/static ip local network to remote & monitor audio hardware (wireless mic's, dsp drives, mixing consoles, etc).  I have the ability to use either a wired or wireless connection for the local manual network (new airport express, or wired line). 
    I go to my network preferences in my system prefs and can see a green confirmation indicator that both networks are indeed connected.  However, depending on which network i give priority to by "setting service order", the other network drops.  For example, today Im using a wired line to remote/monitor my audio systems on my manual/static ip network and can stay connected as long as i set my ethernet connection at the top of the 'service order' list.  As soon as I go to launch my Safari browser it says I am no longer connected to the internet, eventhough my network system preferences show I am still connected.  The only way I can get the internet to connect is to reset the 'service order' and put wi-fi back on top.  As soon as I do this though, my manual wired audio network loses it's connection.
    I should note some settings.  Today's networks:
    wireless (internet):
    ip: 10.100.1.159
    sm: 255.255.0.0
    router: 10.100.255.254
    wired (audio network):
    ip: 192.168.0.128
    sm: 255.255.255.0
    router: 192.168.0.1
    Is there a way to stay connected to both, regardless of the 'service order'?  I have a brand new airport express if putting something like that in-line helps in anyway.
    Best,
    Brian

    Is there a way to stay connected to both, regardless of the 'service order'?
    There can only be one active connection at any given time, no matter how many networks you may be connected to.

Maybe you are looking for

  • Maverick does not see External Harddrive

    I had a Seagate external usb3 harddrive connected.  I was working on a video file when suddenly I got a message in the upper right hand corner saying that the external harddrive was incorrectly disconnected or dismounted.  OK.  So, I unplug and then

  • Rhel 5.5 oracle 10gr2 installation path

    dear gurus oracle software installation sucessfully done, then when try using dbca it select by default wrong path as /u01/app/oracle, where i supposed to go everything inside /oracle i want to install everything under /oracle, where i install first

  • Configuring HP Photosmart C6180 AIO in Windows 8.1

    Hi, i need some help here, how do  i install/configure HP Photosmart C6180 AIO in Windows 8.1 via wireless???. I've been searching around, using NETSH...., but i can't get anywhere. Regardss

  • I can't buy any app in itunes store

    I can't buy any app in itunes store

  • Send reset security

    I try to reset my security password in my acoount . when go to reset the email is wrong. My mail is [email protected] and in reset type that Forgot your answers?  Send reset security info email to m•••••@gmail.cpm WHAT IS CPM ? can change to com ?