Ports used by antivirus application on hub server

say i use some antivirus application such as MS forefront or trend micro on HUB , what ports would it use to scan emails and what would be the flow of scanned emails routed within an organization.
Aditya Mediratta

If you use it on the HUB it will scan files not processes not ports.
If you have an SMTP gateway  \ Edge server it will scan all the incoming email on port 25 or any other ports you configure it to listen to.
Cheers,
Exchange Blog:
www.ntweekly.com
MCSA, MCSE, MCITP:SA, MCITP:EA, MCITP:Enterprise Messaging Administrator 2010,MCTS:Virtualization

Similar Messages

  • Using and synchronizing applications from Windows Server 2012 on local desktop

    I have Visual Studio 2010 on my remote server.  How do I use Visual Studio  software from the server on my local laptop and sync it with the server?

    Of course remote desktop assumes that the system is also properly licensed for Remote Desktop Connections.
    A little clarification on the OP's request might also be in order.
    "How do I use Visual Studio  software from the server on my local laptop and sync it with the server?"
     If you want to run VS on the server, using something like remote desktop services, it runs there and the data stays there.  Obviously you can redirect where VS will store data so that it stores data on your laptop, but then there is nothing to
    automatically synchronize it.  Maybe a more complete explanation of your issue would help.
    . : | : . : | : . tim

  • Can I use Same ADF application with SQL server 2008 as well as Oracle 11g?

    Hi ,
    I have created a application in ADF(Using J-Developer). I used SQL server 2008 as Database Provider. I have same Database in Oracle 11g. I want to connect my appliction to Oracle 11g database. I changed connection and connected to Oracle. But, when I tried to save or delete any data from front end, it gave error. Any solution on this?
    Thanks

    Hi,
    I have created Entity object and View object for every page in my application. That objects created from sql server database. Application is working fine with sql server. But when connected with Oracle 11g. It is giving following errors:
    On clicking search control it gives: ORA 00923 From keyword not found where expected.
    On searching with perticular field it gives: ORA-01722: Invalid Number.
    On Clicking save buttonit gives: ORA-00933: SQL command not properly ended.
    These are error messages from IntegratedWebLogicServer-Log:
    java.sql.SQLSyntaxErrorException: ORA-00923: FROM keyword not found where expected
    <QueryCollection> <buildResultSet> [3929] java.sql.SQLSyntaxErrorException: ORA-00923: FROM keyword not found where expected
    Caused by: java.sql.SQLSyntaxErrorException: ORA-00923: FROM keyword not found where expected
    <DCBindingContainer> <cacheException> [3947] * * * BindingContainer caching EXCEPTION:oracle.jbo.SQLStmtException
    <DCBindingContainer> <cacheException> [3948] java.sql.SQLSyntaxErrorException: ORA-00923: FROM keyword not found where expected
    <DCBindingContainer> <cacheException> [3949] * * * BindingContainer caching EXCEPTION:oracle.jbo.SQLStmtException
    <DCBindingContainer> <cacheException> [3950] java.sql.SQLSyntaxErrorException: ORA-00923: FROM keyword not found where expected
    <DCBindingContainer> <cacheException> [3951] * * * BindingContainer caching EXCEPTION:oracle.jbo.SQLStmtException
    <DCBindingContainer> <cacheException> [3952] java.sql.SQLSyntaxErrorException: ORA-00923: FROM keyword not found where expected
    <DCBindingContainer> <cacheException> [3953] * * * BindingContainer caching EXCEPTION:oracle.jbo.SQLStmtException
    <DCBindingContainer> <cacheException> [3954] java.sql.SQLSyntaxErrorException: ORA-00923: FROM keyword not found where expected
    java.lang.NullPointerException

  • Deploy Endpoint Protection while using another AntiVirus application?

    Dear friends
    I'm configuring SCCM 2012R2 in our network,my question is Do I need to deploy Endpoint Protection to clients while we using Kaspersky Endpoint Security in the perimeter ,actually I installed SCEP but not sure if there is any Conflict between these two programs,or
    any advantage might it have...?!
    Thanks
    Reza Hadad

    HI,
    I wouldn't use two anti-viruses as a permanent solution. I have used two at the same time during migration scenarios, installting SCEP, when it reports back that it is installed succesfully, put it in a a collection and uninstall the old Antivirus.
    I have done it this way a couple of times and I haven't had any co-existence problems.
    Regards,
    Jörgen 
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • Ports used by Application Server 8.2

    How can I tell what ports are used by the Application Server and how can I control the main port(s) used by the Application Server ?
    I do not want any of the ports used by the Application Server to conflict locally with any other ports I am using on my computer.

    Hi!
    You can find out what ports are used in Admin Console:
    http://admin_host:admin_port/.
    For example for Sun Java Studio Creator 2 Update 1:
    http://localhost:25848/
    Click in left pane on "Application Server" node and find http-listeners.
    Thanks,
    Roman.

  • Two applications wants to read on the same port using Socket

    I have an application running on one machine using TCP/IP socket. The data transfer with the other application on other machine is in ASCII.
    Now I want a new application that can have a copy of data received and sent on the given port, where the previous application is running.
    Is it possible in Java using socket and TCP/IP to have two application reading data from the same port and both can read all the data.

    Even when you don't state the type of app which need to read the data stream (is it a server or a client app???), it's impossible to share a single TCP/IP socket among multiple apps.
    Perhaps the best thing to do is to develop something like a proxy server who listens on the nominated port and provides to contact (if your apps are server ones) or to be contacted (if your apps are client ones) by the desired apps.
    This way, the only job for the proxy is to duplicate the contents of the data stream and make them available to all the apps engaged.
    Hope this helps.

  • Deployment failed. Building failed using sun java application server

    Hi
    am using netbean 6 ,glassfish v2 and sun java application server 9
    When am try to run my jsp file am getting Deployment error report with further error given below.
    Deployment error:
    The Sun Java System Application Server could not start.
    More information about the cause is in the Server log file.
    Possible reasons include:
    - IDE timeout: refresh the server node to see if it's running now.
    - Port conflicts. (use netstat -a to detect possible port numbers already used by the operating system.)
    - Incorrect server configuration (domain.xml to be corrected manually)
    - Corrupted Deployed Applications preventing the server to start.(This can be seen in the server.log file. In this case, domain.xml needs to be modified).
    - Invalid installation location.
    See the server log for details.
    at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:163)
    at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:104)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    at sun.reflect.GeneratedMethodAccessor256.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.Target.execute(Target.java:357)
    at org.apache.tools.ant.Target.performTasks(Target.java:385)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
    at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:277)
    at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:460)
    at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:151)
    Caused by: org.netbeans.modules.j2ee.deployment.impl.ServerException: The Sun Java System Application Server could not start.
    More information about the cause is in the Server log file.
    Possible reasons include:
    - IDE timeout: refresh the server node to see if it's running now.
    - Port conflicts. (use netstat -a to detect possible port numbers already used by the operating system.)
    - Incorrect server configuration (domain.xml to be corrected manually)
    - Corrupted Deployed Applications preventing the server to start.(This can be seen in the server.log file. In this case, domain.xml needs to be modified).
    - Invalid installation location.
    at org.netbeans.modules.j2ee.deployment.impl.ServerInstance._start(ServerInstance.java:1270)
    at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.startTarget(ServerInstance.java:1224)
    at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.startTarget(ServerInstance.java:1035)
    at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.start(ServerInstance.java:912)
    at org.netbeans.modules.j2ee.deployment.impl.TargetServer.startTargets(TargetServer.java:417)
    at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:140)
    ... 16 more
    BUILD FAILED (total time: 44 seconds)

    Hi,
    I've found that if you remove the j2ee-application element related to the enterprise app you are trying to deploy from Sun\AppServer\domains\domain1\config\domain.xml, and also remove your enterprise j2ee-app directory from Sun\AppServer\domains\domain1\applications\j2ee-apps\, it works.
    This is not a permanent solution. I get the same error again, when I try to redeploy the application for the third time. Hope someone can help soon!
    Thanks.

  • Game port already in use quit other application and try again?

    ok didnt know where to post it but, i got a mac mini and im up to date on all updates. I play warcraft three frozen throne computer game on it. I play a few matches or so in custom games then boom a message pops up saying that another application is using a needed gaming port, please quit other application and try again. I have no idea what it is talking about because the only thing im running is warcraft three. I have no clue how to fix this, so if anyone knows please help me out here.

    Thanks Mr. Goodwin - that was the high tech way of finding who is using port 8300.
    I did a low tech search - edited hyperion/logs/ configtool.log and found that a previous administrator configured Planning to use that port:
    +(May 05, 2008, 10:30:23 PM), com.hyperion.cis.config.wizard.Tomcat5DeploymentPanel, DEBUG, Checking for valid Tomcat serverName+
    +(May 05, 2008, 10:30:23 PM), com.hyperion.cis.config.wizard.AppServerDeploymentPanel, DEBUG, Deploy component [1]: Planning+
    +(May 05, 2008, 10:30:23 PM), com.hyperion.cis.config.wizard.AppServerDeploymentPanel, DEBUG, Server Name: HyperionPlanning+
    +(May 05, 2008, 10:30:23 PM), com.hyperion.cis.config.wizard.AppServerDeploymentPanel, DEBUG, Listen Port: 8300+
    +(May 05, 2008, 10:30:24 PM), com.hyperion.cis.config.wizard.Tomcat5DeploymentPanel, DEBUG, Checking for valid Tomcat serverName+
    Question now is this, since Planning has already been configure to use Tomcat at port 8300, why can't I configure it to use that port again? Anyways, I guess I should not select "Deploy to Application server" on the Config tool.
    Edited by: user643332 on Mar 25, 2009 12:42 PM

  • Exchange 2007 HUB Server Faulting application edgetransport.exe

    Hello,
    I'm having wired problem with my Exchange Server "Hub transport". it keeps queuing the mails and SMTP Gateway unable to send them to the Exchange HUB Server.
    Environment:
    Exchange Mailbox Role on separate server
    Exchange HUB/CAS on separate server
    IMSS Trend Micro as Edge SMTP Transport Server.
    Faulting application edgetransport.exe, version 8.1.436.0 error keeps coming in the event viewer.
    I have stopped the MS Exchange Services and Deleted/Renamed the Queue Directory Under C:\Program Files\Microsoft\Exchange Server\TransportRoles\data\Queue. When I started the services again, new Queue Directory created and mail flow started again.
    When I try to access the Queue Viewer in Exchange,  got the following error;
    Any help would be appreciated.
    edgetransport (6376) Transport Mail Database: Database 'C:\Program Files\Microsoft\Exchange Server\TransportRoles\data\Queue\mail.que': While attempting to move to the next or previous node in a B-Tree, the database engine skipped over 796 non-visible nodes
    in 160 pages. It is likely that these non-visible nodes are nodes which have been marked for deletion but which are yet to be purged. The database may benefit from widening the online maintenance window during off-peak hours in order to purge such nodes and
    reclaim their space. If this message persists, offline defragmentation may be run to remove all nodes which have been marked for deletion but are yet to be purged from the database.
        Name: MailRecipTable
        Owning Table: MailRecipTable
        ObjectId: 9
        PgnoRoot: 51
        Type: 2
        Unversioned Deletes: 796
        Uncommitted Deletes: 0
        Committed Deletes: 0
        Non-Visible Inserts: 0

    Hi All,
    Prior to this Application Error (1000) starts; I can see there is another warning which appears.
    Recipient group membership cache loaded. Group:
    [email protected], Time: 00:00:00.5304918, Members: 1490
    Faulting application edgetransport.exe, version 8.2.176.0, time stamp 0x4a5b9add, faulting module MSVCR90.dll, version 9.0.30729.4148,
    Failed extract of third-party root list from auto update cab at:
    Anti-spam agents are enabled, but the list of internal SMTP servers is empty. If there are any MTAs between this server and the Internet, populate this list by using the Set-TransportConfig cmdlet in the Exchange
    Management Shell.
    edgetransport (5076) Transport Mail Database: The database engine (8.02.0176.0000) started a new instance (0).
    edgetransport (5076) Transport Mail Database: The database engine has begun replaying logfile C:\Program Files\Microsoft\Exchange
    Server\TransportRoles\data\Queue\trn.log.
    The topology doesn't contain a route to Exchange 2000 Server or Exchange Server 2003 server mubex01.Domain.com in Routing Group CN=First Routing Group,CN=Routing Groups,CN=First Administrative Group,CN=Administrative
    Groups,CN=Domain Domain,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Domain,DC=com in routing tables with the timestamp 11/13/2014 11:38:50 AM.
    A route to Mailbox server CN=MUBEX01,CN=Servers,CN=First Administrative Group,CN=Administrative Groups,CN=Domain,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Domain,DC=com could not be found
    for store CN=Public Folder Store (MUBEX01),CN=Staff Storage Group,CN=InformationStore,CN=MUBEX01,CN=Servers,CN=First Administrative Group,CN=Administrative Groups,CN=RCSI MUB,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Domain,DC=com in routing tables
    with timestamp 11/13/2014 11:38:50 AM. Recipients will not be routed to this store.
    The Microsoft Exchange Transport service has started the background scan of the queue database. All messages that have not yet been delivered will be loaded.
    The background scan of the transport queue database has completed. 25 message(s) were found.
    Journal rules were loaded.
    Recipient group membership cache loaded. Group:
    [email protected], Time: 00:00:00.5148891, Members: 1490
    Faulting application edgetransport.exe, version 8.2.176.0, time stamp 0x4a5b9add, faulting module MSVCR90.dll, version 9.0.30729.4148, time stamp 0x4a594e3d, exception code 0xc0000417, fault offset 0x00000000000552c0,
    process id 0x13d4, application start time 0x01cfff366342a0f4.
    Appreciate if someone could point me to the right direction on this dilemma.
    Thanks,

  • How to create desktop application for simple server program using netbeans?

    Hi,can anyone help me on this one??
    I'm am very new to java,and I already trying different example program to create desktop applications
    for simple server program but it's not working.
    This is the main program for the simple server.
    import java.io.*;
    import java.net.*;
    public class Server {
    * @param args the command line arguments
    public static void main(String[] args) {
    try{
    ServerSocket serverSocket = new ServerSocket(4488);
    System.out.println("Server is waiting for an incoming connection on port 4488");
    Socket socket = serverSocket.accept();
    System.out.println(socket.getInetAddress() + "connected");
    PrintWriter out = new PrintWriter(socket.getOutputStream(), true);
    BufferedReader in = new BufferedReader( new InputStreamReader(socket.getInputStream()));
    String inputLine;
    while ((inputLine = in.readLine()) != null){
    out.println(inputLine);
    System.out.println("Connection will be cut");
    out.close();
    in.close();
    socket.close();
    serverSocket.close();
    }catch(IOException e){
    e.printStackTrace();
    // TODO code application logic here
    }

    and this is the Main Processing :
    import java.awt.*;
    import java.awt.event.*;
    import java.util.logging.Level;
    import java.util.logging.Logger;
    import javax.swing.*;
    import java.text.*;
    import java.util.*;
    import java.net.*;
    import java.io.*;
    public class MainProcessing {
    private static final long serialVersionUID = 1L;
    static private boolean isApplet_ = true;
    static private InetAddress argIp_ = null;
    static private int argPort_ = 0;
    public TCPIP TCPIP_ = null;
    private InetAddress ip_ = null;
    private int port_ = 10001;
    static private boolean conectFlag = false;
    private BufferedWriter bw;
    FileOutputStream fos;
    OutputStreamWriter osw;
    public int[] current = new int[400];
    public int[] volt = new int[400];
    public int[] revolution = new int[400];
    public void init() {
    public void start() {
    if (isApplet_) {
    try {
    ip_ = InetAddress.getByName(getCodeBase().getHost());
    } catch (UnknownHostException e) {
    } else {
    ip_ = argIp_;
    if (argPort_ != 0) {
    port_ = argPort_;
    // IP&#12450;&#12489;&#12524;&#12473;&#12364;&#19981;&#26126;&#12394;&#12425;&#20309;&#12418;&#12375;&#12394;&#12356;
    if (ip_ != null) {
    // &#12467;&#12493;&#12463;&#12471;&#12519;&#12531;&#12364;&#25104;&#31435;&#12375;&#12390;&#12356;&#12394;&#12356;&#12394;&#12425;&#12289;&#25509;&#32154;
    if (TCPIP_ == null) {
    TCPIP_ = new TCPIP(ip_, port_);
    if (TCPIP_.getSocket_() == null) {
    System.out.println("&#12511;&#12473;&#65297;");
    // &#12456;&#12521;&#12540;&#12513;&#12483;&#12475;&#12540;&#12472;&#12434;&#34920;&#31034;
    return;
    if (TCPIP_ == null) {
    System.out.println("&#12511;&#12473;&#65298;");
    return;
    System.out.println("&#25104;&#21151;");
    conectFlag = true;
    try {
    TCPIP_.sendF();
    } catch (IOException ex) {
    Logger.getLogger(MainProcessing.class.getName()).log(Level.SEVERE, null, ex);
    System.out.println("" + conectFlag);
    return;
    public void receive() {
    try {
    // Calendar cal1 = Calendar.getInstance(); //(1)&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;&#12398;&#29983;&#25104;
    // int year = cal1.get(Calendar.YEAR); //(2)&#29694;&#22312;&#12398;&#24180;&#12434;&#21462;&#24471;
    // int month = cal1.get(Calendar.MONTH) + 1; //(3)&#29694;&#22312;&#12398;&#26376;&#12434;&#21462;&#24471;
    // int day = cal1.get(Calendar.DATE); //(4)&#29694;&#22312;&#12398;&#26085;&#12434;&#21462;&#24471;
    // int hour = cal1.get(Calendar.HOUR_OF_DAY); //(5)&#29694;&#22312;&#12398;&#26178;&#12434;&#21462;&#24471;
    // int min = cal1.get(Calendar.MINUTE); //(6)&#29694;&#22312;&#12398;&#20998;&#12434;&#21462;&#24471;
    // int sec = cal1.get(Calendar.SECOND); //(7)&#29694;&#22312;&#12398;&#31186;&#12434;&#21462;&#24471;
    byte[] rev = TCPIP_.receive();
    // System.out.println("&#21463;&#20449;");
    if (rev != null) {
    byte[] Change = new byte[1];
    int j = 0;
    for (int i = 0; i < 1200; i++) {
    Change[0] = rev;
    current[j] = decimalChange(Change);
    i++;
    Change[0] = rev[i];
    volt[j] = decimalChange(Change);
    i++;
    Change[0] = rev[i];
    revolution[j] = decimalChange(Change);
    } catch (NullPointerException e) {
    public int decimalChange(byte[] byteData) {
    int bit0, bit1, bit2, bit3, bit4, bit5, bit6, bit7;
    int bit = 0;
    for (int i = 0; i < 8; i++) {
    int a = (byteData[0] >> i) & 1;
    System.out.print(a);
    System.out.println();
    return 1;
    public void destroy() {
    // &#20999;&#26029;
    if (TCPIP_ != null) {
    TCPIP_.disconnect();
    if (TCPIP_.getSocket_() != null) {
    try {
    System.out.println("\ndisconnect:" + TCPIP_.getSocket_().getInetAddress().getHostAddress() + " " + TCPIP_.getSocket_().getPort());
    } catch (Exception e) {
    TCPIP_ = null;
    public boolean conect(int IP) {
    conectFlag = false;
    String address = "192.168.1." + IP;
    System.out.println(address);
    try {
    argIp_ = InetAddress.getByName(address);
    } catch (UnknownHostException e) {
    // xp.init();
    isApplet_ = false;
    start();
    return (conectFlag);
    public void send(String command, int value, int sendData[][], int i) {
    int j = 0;
    Integer value_ = new Integer(value);
    byte values = value_.byteValue();
    Integer progNum = new Integer(i);
    byte progNums = progNum.byteValue();
    try {
    TCPIP_.send(command, values, progNums);
    for (j = 1; j <= i; j++) {
    Integer time = new Integer(sendData[j][0]);
    byte times = time.byteValue();
    Integer power = new Integer(sendData[j][1]);
    byte powers = power.byteValue();
    TCPIP_.send(times, powers);
    TCPIP_.flush();
    } catch (IOException ex) {
    Logger.getLogger(MainProcessing.class.getName()).log(Level.SEVERE, null, ex);
    public void file(String name) {
    ublic void fileclose(String name, String command, int value, int sendData[][], int i) {
    try {
    fos = new FileOutputStream("" + name + ".csv");
    osw = new OutputStreamWriter(fos, "MS932");
    bw = new BufferedWriter(osw);
    String msg = "" + command + "," + value + "";
    bw.write(msg);
    bw.newLine();
    for (int j = 1; j <= i; j++) {
    msg = "" + j + "," + sendData[i][0] + "," + sendData[i][1];
    bw.write(msg);
    bw.newLine();
    bw.close();
    } catch (IOException ex) {
    Logger.getLogger(MainProcessing.class.getName()).log(Level.SEVERE, null, ex);

  • Z22 sync with Win7 64 bit via IR: error that port is in use by another application.

    I've read the solution for syncing a Z22 with Win7/Vista 64-bit. I have a USB-to-IrDA adapter that is working. I've set Hotsync on both the Z22 and PC to Infrared. When I start to sync, I get a message on the Z22: "Unable to initiate HotSync operation because the port is in use by another application". I can beam files from the Z22 to the PC with no problem.  I'm not aware of any other app using the port. (When I put the Z22 in range of the IR adapter, the "send files" window comes up on the PC. I've tried syncing with this window open and closed, and the error's the same either way.) Any suggestions?
    Post relates to: Palm Z22
    Message Edited by jpendle on 12-01-2009 01:27 PM

    We followed a suggestion from another post.  And I wanted to add it here since it helped us after a lot of struggling.  We connected/synced a Z22 to windows 7 64 bit PC via a IR adapter Startech USB2IRX. Using a driver downloaded directly from their website, not the CD that comes with the adapter, driver installation was smooth. The installation application installed it without problems. (I also tried an adapter from cables unlimited IrDA wireless bridge. Then I had to install the drivers for windows vista 64bit manually onto my win 7 64 bit machine.)  After driver installation, we were getting an error indicating that the port is in use by another application.  And we were stuck until I read a post which suggests a soft-reset on the palm.  After that it was smooth sailing.
    Palm really is going the way of the dinosaur-otherwise they would have had a usb driver for windows 7 64 at this point. But it you need to as I did you should be able to sync your device.

  • Finder message: serial port in use by another application

    After giving a print command, I had a power outage with my application open. The computer tells me I
    cannot print my document because the serial port is in use by another application. I have opened and closed each application to no avail. The printer has nothing in the cache. I suspect the power outage
    left me in limbo with the original command, but I don't know how to get out of it to print the document.
    Just so you know, I am not a computer wiz kid. I don't understand how or why anything works. I can,
    however follow instructions. Can anyone one help?

    Have you tried a Shut Down & Restart? This will close all applications.
    Haven't booted into OS 9 for a long time, but try moving Appletalk to remote under Control Panels.
     Cheers, Tom

  • Hot sync error message reading: "Unable to initiate hotsync operation because the port is in use by another application

    Having HotSync error message on my M130 when I press hotsync button. USB cable at cradle and on computer are OK. Computer recognized Palm software, and device, and displays the hotsync symbol in the tray. I have trie all 4 USB connections on my Dell Inspiron running Windows XP home edition. NO LUCK! Hot Sync icon will come up, but when pressed on the cradle button or initiated from the M130 screen, the error messages reads as follows:
    "Unable to initiate HotSync operation because the port is in use by another application." I have checked "My Computer", Control panel port assignments in the hardware section. No conflect noted. All ports open and operating. No port conflict or channel conflict issues. ?????
    CAN YOU ASSIST? THANK YOU VERY MUCH.
    Tom G.

    On PC  Sync settings set connection to cable then set to bluetooth.  Problem fixed.
    Spoiler (Highlight to read)

  • Tungsten 5 can't sync, port is used by another application message

    When I try to Hot Sync, an error message say Hot Sync can't happen, because the port is in use by another application.  Before this, I had to reset the Palm and now there is no data on it.  Help!   Lauraflavin
    Post relates to: Tungsten T5

    I'm assuming you're using a Serial port connection for your Palm, correct?
    Check your computer for anything that might be using COM1 - Fax software, modem software, even XP Media Center has an option to monitor the phone line to announce Caller ID.
    If you find something else using that port shut it down.
    WyreNut
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • Palm m130 not sycing due to :" port in use by annother application"

    Can't sync m130 due to ort in use by another application. I only have one port (Com 1) and no other application is being used. In setup, the USB is checked. It was working fine and was able to Hot Sync until now.
    HELP, please!
    Stuart
    Post relates to: Palm m130

    I have the same problem; running XP home, had to reset Palm M130 and now Hot Sync won't work with this error message being thrown. Worked fine 2/01/10. Only PC change was removing McAffee and installing Norton in its place. I have COM1 and COM3 on my PC, have tried changing settings to Local COM1/Modem COM1, Local COM3/Modem COM3, and Local COM1/Modem COM3 with USB checked off, with no results. Unplugged Palm, rebooted, checked terminals, moved to different USB port as well. Downloaded latest version of Palm Desktop and Hot Sync software today... I had this problem once before for over a year, then one day *presto* I hit the Hot Sync out of habit and it performed! FYI, PC runs on cable internet through Comcast.

Maybe you are looking for

  • Exchange rate difference

    Hi everyone, I have one doubt As for Example......if im posting one Vendor invoice(FB60) in INR currency and i had selected GL (dr item) which is of EUR currency.in this case if i will maintain OBA1 currency rate differences then system will not give

  • Migration from G5 to new i5 iMac

    I've been using a G5 iMac with Tiger, then Leopard, for the past 6 years. I've now bought an i5 iMac to get Snow Leopard before the last chance to do so vanishes. I have some questions about migration of all my data. Question 1. Is it better to conne

  • Global Variable in Storage Package.

    Hi, I have one storage package with global variable. if others procedures (in package) change this variable, in other sessions, it will not have the init value. I need reset this global variable. please help. thanks.

  • How to insert data into Oracle db from MySQL db through PHP?

    Hi, I want to insert my MySQL data into Oracle database through PHP. I can access Mysql database using mysql_conect() & Oracle database using oci_connect() through PHP. Now How can I insert my data which is in MySQL into Oracle table. Both table stru

  • Hierarchical columns drill path in 11g

    Guys, I am working on a simple graph with one dim attribute column, another dim hierachy column(Parent-Child Hierarchy) and few measures. Attribute column is on slider and hierarchical colum is the BAR that makes up the measures.. so far good Since t