[memcached] failed to listen on UDP port 11211

Address book server is failing with the above error....
and this...
2014-08-15 11:18:54+0100 [-] [carddav-8801]  [Uninitialized] [twistedcaldav.memcachepool.MemCacheClientFactory#error] MemCache connection failed: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectError'>: An error occurred while connecting: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionLost'>: Connection to the other side was lost in a non-clean fashion.
2014-08-15 11:18:54+0100 [-] [carddav-8801] ].
2014-08-15 11:18:54+0100 [-] [carddav-8801] ]
2014-08-15 11:19:00+0100 [-] [carddav-8801]  [Uninitialized] [twistedcaldav.memcachepool.MemCacheClientFactory#error] MemCache connection failed: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionRefusedError'>: Connection was refused by other side: 61: Connection refused.

so no one knows what is going on here ?

Similar Messages

  • UDP PORT 445 Not listed in System Process

    Hi! Can you help me? I need the UDP PORT 445 listed on SYSTEM Process. 
    I open UDP PORT 445 on Firewall (WSBS 2011), but in Syshelp (symatech validation too) the result is:
    Title: One or more network services, ports, protocols or associated processes may need attention
    Product: Backup Exec Server
    Status: Warning
    Details:
    Warning SYSTEM's UDP port 445 is not open or listening.
    Warning Port is not open or listening.
    UDP Process: System
    Ok SYSTEM is the correct process for UDP port 137
    Ok Port 137 with protocol UDP is open on the following IP addresses: - 25.54.28.213
    - 169.254.41.25
    - 169.254.244.222
    - 192.168.0.6
    - 192.168.1.2
    Ok Process System has port 137 with protocol UDP open.
    Ok Process System has port 137 with protocol UDP open.
    Ok Process System has port 137 with protocol UDP open.
    Ok Process System has port 137 with protocol UDP open.
    Ok Process System has port 137 with protocol UDP open.
    Information Network service name not defined. Test skipped.
    Information Default settings - Network Service Name: netbios-ns Port: 137 Protocol: UDP Process: System
    Ok SYSTEM is the correct process for UDP port 138
    Ok Port 138 with protocol UDP is open on the following IP addresses: - 25.54.28.213
    - 169.254.41.25
    - 169.254.244.222
    - 192.168.0.6
    - 192.168.1.2
    Ok Process System has port 138 with protocol UDP open.
    Ok Process System has port 138 with protocol UDP open.
    Ok Process System has port 138 with protocol UDP open.
    Ok Process System has port 138 with protocol UDP open.
    Ok Process System has port 138 with protocol UDP open.
    Information Network service name not defined. Test skipped.
    Information Default settings - Network Service Name: netbios-dgm Port: 138 Protocol: UDP Process: System
    Ok SYSTEM is the correct process for TCP port 445
    Ok Port 445 with protocol TCP is open on the following IP addresses: - 0.0.0.0
    Ok Process System has port 445 with protocol TCP open.
    Information Network service name not defined. Test skipped.
    Information Default settings - Network Service Name: microsoft-ds Port: 445 Protocol: TCP Process: System

    Hi,
    à
    I need the UDP PORT 445 listed on SYSTEM Process.
    à
    Warning SYSTEM's UDP port 445 is not open or listening.
    Based on your description, I’m a little confused with this issue. Please run following commands with administrator
    permission and monitor the result. Would you please check and confirm whether any process listened the UDP port 445?
    netstat –ab
    netstat -a | find /i "445"
    In addition, I noticed that you use Syshelp (Symantec validation tool) to check. I suggest that you would post
    the warning message in Symantec Forum and confirm this issue. I believe we will get a better assistance there.
    If anything I misunderstand, please don’t hesitate to let me know.
    Hope this helps.
    Best regards,
    Justin Gu

  • How to unblock UDP ports from the firewall of the Time Capsule

    Hello i just bought a time capsule and i am trying am using it as a router. I am trying to use Shakespeer
    that is like a server where you share files within the University,it runs with Dtella. However, when y try to get online a message tells me that the firewall of the router is blocking the UDP ports needed....how do i unblock those UDP ports so i can get online?
    Here is the message:
    In order for Dtella to communicate properly, it needs to receive UDP traffic
    [19:14] <*Dtella> from the Internet. Dtella is currently listening on UDP port 4000, but the
    [19:14] <*Dtella> packets appear to be getting blocked, most likely by a firewall or a router. If
    [19:14] <*Dtella> this is the case, then you will have to configure your firewall or router to
    [19:14] <*Dtella> allow UDP traffic through on this port. You may tell Dtella to use a different
    [19:14] <*Dtella> port from now on by typing !UDP followed by a number.

    Hello albertoPeralta. Welcome to the Apple Discussions!
    To open ports on the Time Capsule, you would use the AirPort Utility to configure Port Mapping.
    AEBSn - Port Mapping Setup
    To setup port mapping on an 802.11n AirPort Extreme Base Station (AEBSn), either connect to the AEBSn's wireless network or temporarily connect directly, using an Ethernet cable, to one of the LAN port of the AEBSn, and then use the AirPort Utility, in Manual Setup, to make these settings:
    1. Reserve a DHCP-provided IP address for the Shakespeer host device.
    Internet > DHCP tab
    o On the DHCP tab, click the "+" (Add) button to enter DHCP Reservations.
    o Description: <enter the desired description of the host device>
    o Reserve address by: MAC Address
    o Click Continue.
    o MAC Address: <enter the MAC (what Apple calls Ethernet ID if you are using wired or AirPort ID if wireless) hardware address of the host computer>
    o IPv4 Address: <enter the desired IP address>
    o Click Done.
    2. Setup Port Mapping on the AEBSn.
    Advanced > Port Mapping tab
    o Click the "+" (Add) button
    o Public UDP Port(s): 4000
    o Private IP Address: <enter the IP address of the host server>
    o Private UDP Port(s): 4000
    o Click "Continue"

  • Listen to specific UDP Port

    Hi guys,
    I'm using a PHP script which contacts my Mac running growl to subsequently push notifications to my iPhone via Prowl.
    This isn't working at all at the moment and it's proving difficult to establish whether A - the PHP script isn't contacting the Mac correctly or B - a firewall or equivalent is blocking access to Growl.
    My set up is:
    1. iMac running Growl and growl-notify;
    2. a DynDNS account which points to my IP address;
    3. Netgear router which forwards UDP port 9887 to my iMac (which has been allocated a static local IP address);
    Is there anyway I can 'listen' to port 9887 to see what information is being received at that port? That way I can determine whether the plugin has been configured correctly or whether the script is generating an incorrect packet.
    Thank you for your time.

    Try Wireshark.

  • REP-0186: Daemon failed to listen to port Forms Server Not starting

    Hello Team,
    E-Biz 11.5.0.2
    O/S HP-UX B.11.11
    when we are stating the Forms server it is sarting with status 0, but when we check the status it is exiting with the following error
    *08/27/12-17:42:46 :: starting Reports Server for qhrp on port 7074.*
    REP-0186: Daemon failed to listen to port
    *08/27/12-17:42:47 :: adrepctl.sh: exiting with status 0*
    we are not able to see the reports after submitting the requests.Requests are executing successfully.But when clicking on output or log the following message getting appearedon the IE
    An error occurred while attempting to establish an Applications File Server connection with the node FNDFS_HR3D. There may be a network configuration problem, or the TNS listener on node FNDFS_HR3D may not be running. Please contact your system administrator.
    Please advice.
    SRK

    The issue got resolved by restoring the ifile in 8.0.6 ORACLE_HOME..

  • Operations Manager 2012 doesn't listening SNMP Trap UDP port 162

    hi,
    SCOM 2012 SP1, how come the operations manager started but the SNMP Trap UDP port 162 not listening?
    Without this port listening, I can't testing SNMP trap on SCOM.
    Thanks...KEN

    Hi,
    As described in the following blog, the TRAP service should be installed but turned off, we could not get traps coming in until we turned the service back on.
    So please verify if the service is on. You can continue audit the ports by running netstat –a.
    System Center 2012 Notes From the Field
    http://scom-2012.blogspot.in/2012/07/setting-up-snmp-monitoring-in-scom-2012.html
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Hope this helps.

  • Howto check if any process listen to a UDP Port

    Hi,
    I am develop a STREAMS Kernelmodul. If I send a UDP/IP Message upstream and no process is listen at this destiantion port, the OS crashes down.
    Is there any possibility to check if any process is listening to this port like "netstat -an | grep <PORTNUMBER>" with Kernelfunctions?
    Any help is greatly appreciated
    Thank You
    Claus

    The easiest way is to use lsof -i. (lsof is freeware.)
    root@jupiter# lsof -i UDP:111
    COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
    rpcbind 227 root 3u IPv4 0x30002f4be60 0t0 UDP *:sunrpc (Idle)
    root@jupiter#
    You can also use "netstat -an -P udp" to see if the socket is in use at all.
    If you know the process ID, you can uses pfiles <pid>. for information about who the socket is connected to.

  • Multiple apps listening to one udp port

    Launching second app instance gives error
    java.net.BindException: Address already in use: Cannot bindIs there some way to make this work?

    Thanks guys, this definitely verifies what I'm seeing, and I realize it's not just Java's problem. And I can't share the source b/c it's closed, I apologize for that. But it's basic socket level programming.
    This really is the goal to run multiple apps, so can I get your advice along that approach-- one app listens on the UDP port, and collects all the data, and makes it available to several presentation clients. How to make it available? Regular TCP sockets? How would this middle tier program know when to flush its buffers--that is, when all the apps have gotten up to date? Does it need to know a count of subscribed presentation clients? Receive notification when they close, track if they've dropped off abnormally, etc... Sorry this sort of confuses me :o)
    Maybe if there's a guarantee the UDP listener app is running on the same machine as the presentation clients I can use a different method besides sockets at that point?

  • Under heavy load the server fails to listen on the specified port

              Hi,
              I am running Weblogic 6.1 SP4 on a solaris. There are 2 machines in the cluster.
              My weblogic server is listening on port 10001.The server started fine and is able
              to service requests. When there are large number of requests
              coming to the server I get this error on the server log file.
              "Failed to listen on port 10001, failure count: 2, failing for 1,046,226,062 seconds,
              java.net.SocketException: Too many open files"
              The log here shows ultimately the server has succeded to listen on port 10001
              "After having failed to listen, the server is now listening on port 10001" but
              sometimes it keeps on giving the message
              "Failed to listen on port 10001, failure count: 2, failing for 1,046,226,062 seconds,
              java.net.SocketException: Too many open files"
              and never successfully listens on the specified port.
              The relevant log entry is shown below.
              ####<Feb 25, 2003 9:21:03 PM EST> <Critical> <WebLogicServer> <devbea1> <BEA1Ser
              ver> <ListenThread> <system> <> <000204> <Failed to listen on port 10001, failur
              e count: 2, failing for 1,046,226,062 seconds, java.net.SocketException: Too man
              y open files>
              ####<Feb 25, 2003 9:21:05 PM EST> <Critical> <WebLogicServer> <devbea1> <BEA1Ser
              ver> <ListenThread> <system> <> <000204> <Failed to listen on port 10001, failur
              e count: 3, failing for 1,046,226,062 seconds, java.net.SocketException: Too man
              y open files>
              ####<Feb 25, 2003 9:21:08 PM EST> <Notice> <WebLogicServer> <devbea1> <BEA1Serve
              r> <ListenThread> <system> <> <000205> <After having failed to listen, the serve
              r is now listening on port 10001>
              Thanks
              Sudipta
              

              In /etc/system, set 'rlim_fd_max' the following property to a high level and reboot
              box.
              example: set rlim_fd_max=10240 in /etc/system.
              After this check the weblogic start up log messages for the number of file descriptors
              used and also run the solaris 'pfiles' on the weblogic pid to check the fd.
              -Mallik
              "Frank Leopold" <[email protected]> wrote:
              >
              >Would that be a good idea to rebounce the server as a cron job in a certain
              >of
              >time regularly?
              >
              >Simon Evans <[email protected]> wrote:
              >>this could be the OS running out of files handles, a files handle is
              >>
              >>used for each socket as well as files. i am not too familiar with
              >>solaris, but on linux you could use ulimit to increase the number in
              >>the
              >>startweblogic script.
              >>you could also limit the load to the server using the properties maximum
              >>
              >>open sockets, socket readers, etc from the admin console.
              >>
              >>
              >>Sudipta Sarkar wrote:
              >>> Hi,
              >>> I am running Weblogic 6.1 SP4 on a solaris. There are 2 machines
              >>in the cluster.
              >>> My weblogic server is listening on port 10001.The server started fine
              >>and is able
              >>> to service requests. When there are large number of requests
              >>> coming to the server I get this error on the server log file.
              >>> "Failed to listen on port 10001, failure count: 2, failing for 1,046,226,062
              >>seconds,
              >>> java.net.SocketException: Too many open files"
              >>>
              >>> The log here shows ultimately the server has succeded to listen on
              >>port 10001
              >>> "After having failed to listen, the server is now listening on port
              >>10001" but
              >>> sometimes it keeps on giving the message
              >>> "Failed to listen on port 10001, failure count: 2, failing for 1,046,226,062
              >>seconds,
              >>> java.net.SocketException: Too many open files"
              >>> and never successfully listens on the specified port.
              >>> The relevant log entry is shown below.
              >>>
              >>> ####<Feb 25, 2003 9:21:03 PM EST> <Critical> <WebLogicServer> <devbea1>
              >><BEA1Ser
              >>> ver> <ListenThread> <system> <> <000204> <Failed to listen on port
              >>10001, failur
              >>> e count: 2, failing for 1,046,226,062 seconds, java.net.SocketException:
              >>Too man
              >>> y open files>
              >>> ####<Feb 25, 2003 9:21:05 PM EST> <Critical> <WebLogicServer> <devbea1>
              >><BEA1Ser
              >>> ver> <ListenThread> <system> <> <000204> <Failed to listen on port
              >>10001, failur
              >>> e count: 3, failing for 1,046,226,062 seconds, java.net.SocketException:
              >>Too man
              >>> y open files>
              >>> ####<Feb 25, 2003 9:21:08 PM EST> <Notice> <WebLogicServer> <devbea1>
              >><BEA1Serve
              >>> r> <ListenThread> <system> <> <000205> <After having failed to listen,
              >>the serve
              >>> r is now listening on port 10001>
              >>>
              >>> Thanks
              >>> Sudipta
              >>
              >
              

  • How do you block or filter traffic to udp port 192?

    We are a company trying to stay an "apple office". We use an airport express for our networking and have recently been trying to become PCI "Payment Card Industry" Compliant for our credit card terminal that uses our wireless network. A company hired by the credit card processing company is running scans on our system and we keep failing because of UDP port 192. The specific message they are sending us is:
    "Synopsis : The remote host is a wireless access point. Description : The remote host is an Airport, Airport Extreme or Airport Express wireless access point. It is possible to gather information about the remote base station (such as its connection type or connection time) by sending packets to UDP port 192. An attacker connected to this network may also use this protocol to force the base station to disconnect from the network if it is using PPPoE, thus causing a denial of service for the other users. Solution: Filter incoming traffic to this port and make sure only authorized hosts can connect to the wireless network this base station listens on."
    I have tried changing all the settings using the Airport Utility including creating a closed network; un-checking allow setup over WAN, un-checking allow SNMP; using 128 bit encryption. I looked all over apple discussions and the internet and can't find a solution. The testing company told me that I need to find out how to filter traffic to udp port 192 or block the port altogether. Any help or guidance is greatly appreciated as we keep failing these scans.

    Hi All. I am having the exact same problem with my PCI payment card industry compliance - where I will now be charged a monthly fee because I cannot alleviate this port 192 problem with my airport extreme base station. They very much consider it a security risk and won't budge. They want me to filter/block incoming traffic on this 192 port, I don't know what to do to satisfy their requirements. I have searched and read all the main discussions but, none actually offer a solution - just folks like us looking for help. I also closed network by un-allowing all options in airport utility. I also de-selected automatic date and time stamp. I would very much appreciate any possible suggestions as prefer to remain a long time loyal mac user but cannot afford the monthly fee to be imposed. There's gotta be a solution. I thought mac was ahead of the game in this (and all) areas. Thanks.

  • GWIA not listening on HTTP port

    I recently upgraded our GW8 to new hardware and eventually to 2012 sp1, now I'm seeing the following error in the GWIA log and the GWIA is not listening on its http port.
    There is nothing listening on 9850 (default http port for gwia).
    ****** 04-10-13 10:03:39 ******
    10:03:39 F476 ****************** Agent Restarted ******************
    10:03:39 F476 MTP: Message Transfer Protocol initialization...
    10:03:39 F476 MTP: Queue initialization...
    10:03:39 F476 MTP: Queue initialization...
    10:03:39 F476 Startup: No frgnames.cfg file found.
    10:03:39 F3C7 Starting GWHTTP-Listener
    10:03:39 F476 HTTP server running
    10:03:40 F476 Error Listen Port is already in use. [856A]
    10:03:41 F476 Shutdown of Threads
    10:03:42 F476 Shutdown of Threads
    After disabling GWIA POP / IMAP / LDAP (setting them to port 0) I'm getting the following(and still no http):
    10:08:12 F476 ****************** Agent Restarted ******************
    10:08:12 F476 MTP: Message Transfer Protocol initialization...
    10:08:12 F476 MTP: Queue initialization...
    10:08:12 F476 MTP: Queue initialization...
    10:08:12 F476 Startup: No frgnames.cfg file found.
    10:08:12 F3E7 Starting GWHTTP-Listener
    10:08:12 F476 HTTP server running
    10:08:13 F476 Error, Internal Udp Port is unusable. [8911]
    10:08:14 F476 Shutdown of Threads
    10:08:15 F476 Shutdown of Threads
    GWIA is listening on the following ports, 1.2.3.4 being the server ip and I removed the POA connections.
    # netstat -pan | grep -i gwia
    tcp 0 0 1.2.3.4:7060 0.0.0.0:* LISTEN 12253/gwia
    tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 12253/gwia
    udp 0 0 0.0.0.0:41547 0.0.0.0:* 12253/gwia
    Any ideas ?
    Besides this GW is running just fine.

    Originally Posted by laurabuckley
    Oh ok.
    Check to see if the firewall is disabled on the server.
    Also, set an HTTP username and password in ConsoleOne then do a full stop and start of GWIA.
    Please post back your results.
    Cheers,
    Hi Laura,
    The firewall is disabled (double checked), there is a http username and password (re-set it) set in C1, a full stop and start did not make a difference.
    Originally Posted by laurabuckley
    One more thing.... if your POA is running on the same box try disabling POP and IMAP on the POA - restart the POA and GWIA.
    Cheers,
    We're actively using the POA IMAP so that's not something I can disable.
    Thanks,
    Arjan

  • Identify Ports for AD - External UDP port scanner

    Greetings all,
    I am trying to figure out which UDP port is alarming on the "AD - External UDP port scanners (13005)" signature. By default, the signature is set to summarize which looks something like this "NumDestIps=100; currentTHreshold=100. protocol=1".
    From the "Protocol = 1" line I am assuming all scanning is hitting up on a single destination protocol - I need to know which protocol / port number.
    I've already attempted to turn on "log attacker, pair, and victim" packets. Verbose is not an option for this signature. I have also tried changing alert Frequency to "fire all" or just uncheck the "Summary Mode" box. None of this tells me the destination/victim port. I do see under a protocol field "ICMP" but i don't believe that pertains to the source port. Any ideas on how I might find this information?

    TCP/445 is used by Microsoft file sharing (CIFS), and by default that port is opened on all Microsoft PC basically to allow file sharing.
    If you open up DOS prompt, and type: netstat -na, you would see that your PC is by default listening on TCP/445.
    Here is more information on Microsoft-DS (TCP/445):
    http://www.linklogger.com/TCP445.htm
    http://en.wikipedia.org/wiki/Server_Message_Block
    So it really depends on your corporate security policy, whether to allow file sharing or not within the network. IPS is picking that up because it is an easier way of exploiting a PC since the port is opened by default.

  • Monitor a UDP port

    Hi,
    I could find a solution for my problem. I need to monitor a UDP port.
    For the TCP ports i'm using MP template TCP Port, but for the UDP i don't find any tool.
    My question is. It's possible to monitor UPD ports in SCOM 2012 R2? If yes, how?
    Thank you,
    Rui 

    Hi Rui,
    I have found a possibility to do this. Hope you understand this and it is helpful. This is a two step process but guess will definitely server the purpose.
    Scope: We will be running a tool which will monitor a port (TCP or UDP) for a specific host / IP and will throw a log file.
    SCOM will monitor the log file and will throw a alert if the log file contains the string NOT LISTENING (Port not working or unable to open the port) which the program will create the log with the results.
    First download the program named: PortQry Command Line Port Scanner Version 2.0 from microsoft using the below link. It is a command line tool.
    http://www.microsoft.com/en-in/download/details.aspx?id=17148
    Run it using by making a batch file or powershell script using task scheduler as per your time requirement (Every 5 min or 1Hr).
    Use this command to monitor a ip / hostname and its port with TCP or UDP.
    I have pasted the command file of the program in C:\Port_checker directory so i am using the below syntax
    C:\Port_checker\PortQry.exe -N 192.168.1.1 -e 5723 -p UDP -l C:\Port_checker\Result.log /y
    -N = Hostname / FQDN of agent or Ip address
    -E = Port # what you want to monitor
    -P = Protocol (TCP or UDP)
    -L = Generate log on the following location and name
    /Y = To replace the existing log file name to fresh one without prompt.
    The result in the log file will be as follows:
    ============================
    For successful port open:
    PortQry Version 2.0 Log File
    System Date: Tue Oct 07 09:42:32 2014
    Command run:
     C:\PortQryV2\PortQry.exe -N 192.168.1.1 -e 5723 -p UDP -l C:\Portqryv2\Result.log /y
    Local computer name:
     192.168.1.2
    Querying target system called:
     192.168.1.1
    Attempting to resolve name to IP address...
    Name resolved to 192.168.1.1
    querying...
    UDP port 5723 (unknown service): LISTENING
    ========= end of log file ========= 
      PortQry developed by Tim Rains
    For failure port open:
    PortQry Version 2.0 Log File
    System Date: Tue Oct 07 09:42:32 2014
    Command run:
     C:\PortQryV2\PortQry.exe -N 192.168.1.1 -e 5723 -p UDP -l C:\Portqryv2\Result.log /y
    Local computer name:
     192.168.1.2
    Querying target system called:
     192.168.1.1
    Attempting to resolve name to IP address...
    Name resolved to 192.168.1.1
    querying...
    UDP port 5723 (unknown service): NOT LISTENING
    ========= end of log file ========= 
      PortQry developed by Tim Rains
    Now as per the above results NOT LISTENING Port is blocked or is not opened and LISTENING
    means working or port is opened.
    So now using SCOM you will monitor the log file Result.log
    in the location C:\Port_checker\ saying if NOT LISTENING
    comes in the log file throw me a alert in SCOM consle or via email.
    To configure that alert you need to create a Generic text log alerting Rule which will throw a alert if any thing added in that log which is not to be added and if it is added like NOT LISTENING
    then it will throw a alert.
    Refer this link on how to open a Generic text log alerting Rule.
    http://blogs.technet.com/b/kevinholman/archive/2009/06/20/using-a-generic-text-log-rule-to-monitor-an-ascii-text-file-even-when-the-file-is-a-unc-path.aspx
    Gautam.75801

  • What is the weblogic process or file opened with udp port?

    I'm running weblogic 8.1 on linux AS 3.0, whenever I bring it up, there is a process that listens on udp, although my weblogic runs on default tcp port 7001. What file or process opened with up port (32770)? I'm curious to know whats running with udp..
    Thanks

    Does anyone know why weblogic opens udp port/ which process maps to the port?
    Thanks

  • Change UDP ports used by SVE

    Hello all,
    I have recently installed a piece of hardware which transmits information to UDP port 6001 on my computer. Some software then runs on the computer listens to this port in order to detect the hardware.
    However, LabVIEW shared variable engine seems to use the same port. On the computer in question the port is used by NITaggerService (National Instruments Variable Engine).
    One solution is to stop this service - this works and allows the software to detect the hardware. However, eventually, I want to run this hardware alongside LabVIEW (indeed, LabVIEW will communicate with the hardware), so this is not a desirable solution.
    http://www.ni.com/white-paper/12402/en suggestst that UDP ports 6000-6010 are used by Shared Variables and Network Streams, which is consistant with the service identified above. It suggests that these ports are fixed, however, I have noticed that on different computers, port 6001 is used by a different NI Service (e.g. on another computer, it is used by lkTimeSync (National Instruements Time Synchronization) ), suggesting that there is /some/ flexibility. In addition, not all the ports from 6000-6010 are used in practice, suggesting that it might be possible to use another port in the range 6000-6010 rather than 6001.
    Does anyone know how to force NI SVE to use a different range of UDP port, or at least to not use 6001?
    All the best
    James Polyblank

    Hi James,
    It is not possible to pre-define which ports the NI services should use. One way to get around this would be to have these services not auto start on windows launch and manually start it once your other software has established communication with the hardware through UDP port 6001.
    You have taken the first step in this direction by stopping the service. After the hardware has been detected (on port 6001), restart the NITaggerService that you stopped. This will automatically start the service on a port that is free and available.
    Try this and see if it works. You can also try starting the service automatically from your labview application using 'System Exec.vi' .
    Thanks and Regards,
    Supreeth.K
    Applications Engineer
    NIUK

Maybe you are looking for

  • Ports to open to enable connection between TVN staged env and SAP

    Hi, What the ports to be opened to enable connection between SAP TVN stage environment and SAP ECC...

  • Button to trigger action then call URL

    Hi all, Does anyone know if it is possible to create a web dynpro button which when pressed triggers an action. Within the method of this action i want to execute some ABAP code then call a website URL. Is this possible and does anyone know what the

  • Screen Share without Mouse

    In mountain Lion, screen sharing from home MBP to office iMac. I turned off the wireless mouse before leaving the office to save battery life. In screen share I cannot move the cursor. Is it because iMac thinks it has no mouse, and won't recognize re

  • Elements 6.0 - New Windows7

    I have a pre-installed Elements 6.0 on my windows vista. How can i get this to my new windowes 7?

  • Acrobat 9.1.3 Pro crashes upon scanner selection

    Hello, when I try to select my scanner (Microtec ScanMaker X12 USL, SCSI) for PDF creation, Acrobat crashes. Does anyone know the reason for that? Regards Alexander