Asa5512x not listening on public subnet

Hello
I have a ASA5512x that I am trying to configure.  The problem I am having is the device is not processing packets destined for IP addresses on the same subnet as the public interface.  Packet tracer shows positive results when generating the packet itself.  Below is pertinent running config:
interface GigabitEthernet0/0
 nameif inside
 security-level 100
 ip address 10.XXX.XXX.1 255.255.255.0
interface GigabitEthernet0/1
 nameif outside01
 security-level 0
 ip address 209.XXX.XXX.50 255.255.255.240
access-list global_access extended permit ip any any
object network EMV_ATT
 nat (inside,outside01) static 209.XXX.XXX.56 service tcp https https
object network HTTPS_Exchange
 nat (inside,outside01) static 209.XXX.XXX.55 service tcp https https
object network HTTPS_KNS
 nat (inside,outside01) static 209.XXX.XXX.54 service tcp https https
object network HTTP_KNS
 nat (inside,outside01) static 209.XXX.XXX.54 service tcp www www
object network IMAP_Exchange
 nat (inside,outside01) static 209.XXX.XXX.55 service tcp 993 993
object network RELAY_Boeing
 nat (inside,outside01) static 209.XXX.XXX.51 service udp 5040 5040
object network RELAY_Test
 nat (inside,outside01) static 209.XXX.XXX.51 service udp 14785 14785
object network RELAY_r5c
 nat (inside,outside01) static 209.XXX.XXX.54 service udp 14785 14785
object network SMTP_Exchange
 nat (inside,outside01) static 209.XXX.XXX.55 service tcp smtp smtp
object network SSL_ATT
 nat (inside,outside01) static 209.XXX.XXX.56 service tcp https https
object network SSL_Boeing
 nat (inside,outside01) static 209.XXX.XXX.51 service tcp https https
object network Aurora_Relay
 nat (inside,outside01) static 209.XXX.XXX.57 service udp 5040 5040
object network Aurora_TC
 nat (inside,outside01) static 209.XXX.XXX.57 service tcp https https
object network Aurora_TMS_HTTPS
 nat (inside,outside01) static 209.XXX.XXX.57 service tcp https 7654
object network Aurora_XMPP_5222
 nat (inside,outside01) static 209.XXX.XXX.57 service tcp 5222 5222
object network Aurora_XMPP_5223
 nat (inside,outside01) static 209.XXX.XXX.57 service tcp 5223 5223
nat (inside,outside01) after-auto source dynamic any interface
access-group inside_access_in in interface inside
access-group outside_access_in in interface outside01
access-group global_access global
route outside01 0.0.0.0 0.0.0.0 209.XXX.XXX.49 1

Hi,
It is documented in Oracle Clusterware and Real Applicaiton Cluster Installation Guide as given below-
One public IP address for each node, to be used as the Virtual IP address for client connections and for connection failover.
During installation this public virtual IP address (VIP) is associated with the same
interface name on every node that is part of your cluster. The IP addresses that you use for all of the nodes that are part of a cluster must be from the same subnet. If you have a domain name server (DNS), then register the host names for the VIP with the DNS. The VIP should not be in use at the time of the installation, because this is a VIP that Oracle Clusterware manages.
Thanks & Regards

Similar Messages

  • INS-40925 - One or more nodes have interfaces not configured with a subnet that is common across all cluster nodes.

    Hi All,
    I am facing the below error while installing Oracle RAC in Silent Mode.
    SEVERE: There are no common subnets represented by network interfaces across all cluster nodes.
    SEVERE: [FATAL] [INS-40925] One or more nodes have interfaces not configured with a subnet that is common across all cluster nodes.
       CAUSE: Not all nodes have network interfaces that are configured on subnets that are common to all nodes in the cluster.
       ACTION: Ensure all cluster nodes have a public interface defined with the same subnet accessible by all nodes in the cluster.
    My /etc/hosts is given below.
    127.0.0.1        localhost    localhost.localdomain
    #Public
    192.168.1.101      rac1        rac1.localdomain
    192.168.1.102    rac2        rac2.localdomain
    #Private
    192.168.2.101    rac1-priv    rac1-priv.localdomain
    192.168.2.102    rac2-priv    rac2-priv.localdomain
    #Virtual
    192.168.1.103      rac1-vip    rac1-vip.localdomain
    192.168.1.104    rac2-vip    rac2-vip.localdomain
    #SCAN
    192.168.1.105    rac-scan    rac-scan.localdomain
    Could you please help me to get rid of the error INS-40925....Any Idea...???

    Hi Ramesh,
    Please find the result of ifconfig -a from both nodes RAC1 & RAC2.
    ifconfig -a in RAC1
    [oracle@rac1 Desktop]$ ifconfig -a
    eth0      Link encap:Ethernet  HWaddr 08:00:27:17:7A:D5
              inet addr:192.168.1.101  Bcast:192.168.1.255  Mask:255.255.255.0
              inet6 addr: fe80::a00:27ff:fe17:7ad5/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:102 errors:0 dropped:0 overruns:0 frame:0
              TX packets:48 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:25472 (24.8 KiB)  TX bytes:3322 (3.2 KiB)
              Interrupt:19 Base address:0xd020
    eth1      Link encap:Ethernet  HWaddr 08:00:27:C0:AC:DB
              inet addr:192.168.2.101  Bcast:192.168.2.255  Mask:255.255.255.0
              inet6 addr: fe80::a00:27ff:fec0:acdb/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:4 errors:0 dropped:0 overruns:0 frame:0
              TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:240 (240.0 b)  TX bytes:816 (816.0 b)
              Interrupt:16 Base address:0xd240
    lo        Link encap:Local Loopback
              inet addr:127.0.0.1  Mask:255.0.0.0
              inet6 addr: ::1/128 Scope:Host
              UP LOOPBACK RUNNING  MTU:16436  Metric:1
              RX packets:56 errors:0 dropped:0 overruns:0 frame:0
              TX packets:56 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:6394 (6.2 KiB)  TX bytes:6394 (6.2 KiB)
    virbr0    Link encap:Ethernet  HWaddr 52:54:00:CC:BD:FB
              inet addr:192.168.122.1  Bcast:192.168.122.255  Mask:255.255.255.0
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
    virbr0-nic Link encap:Ethernet  HWaddr 52:54:00:CC:BD:FB
              BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:500
              RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
    ifconfig -a in RAC2
    [oracle@rac2 Desktop]$ ifconfig -a
    eth0      Link encap:Ethernet  HWaddr 08:00:27:C9:38:82
              inet addr:192.168.1.102  Bcast:192.168.1.255  Mask:255.255.255.0
              inet6 addr: fe80::a00:27ff:fec9:3882/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:122 errors:0 dropped:0 overruns:0 frame:0
              TX packets:59 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:32617 (31.8 KiB)  TX bytes:5157 (5.0 KiB)
              Interrupt:19 Base address:0xd020
    eth1      Link encap:Ethernet  HWaddr 08:00:27:90:B5:A0
              inet addr:192.168.2.102  Bcast:192.168.2.255  Mask:255.255.255.0
              inet6 addr: fe80::a00:27ff:fe90:b5a0/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:4 errors:0 dropped:0 overruns:0 frame:0
              TX packets:11 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:240 (240.0 b)  TX bytes:746 (746.0 b)
              Interrupt:16 Base address:0xd240
    lo        Link encap:Local Loopback
              inet addr:127.0.0.1  Mask:255.0.0.0
              inet6 addr: ::1/128 Scope:Host
              UP LOOPBACK RUNNING  MTU:16436  Metric:1
              RX packets:56 errors:0 dropped:0 overruns:0 frame:0
              TX packets:56 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:6390 (6.2 KiB)  TX bytes:6390 (6.2 KiB)
    virbr0    Link encap:Ethernet  HWaddr 52:54:00:CC:BD:FB
              inet addr:192.168.122.1  Bcast:192.168.122.255  Mask:255.255.255.0
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
    virbr0-nic Link encap:Ethernet  HWaddr 52:54:00:CC:BD:FB
              BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:500
              RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

  • Child DC cannot Replicate to Parent DC, because of connection errors. MS PortQryUI shows that ports 3268 and 3269 are not listening,

    I started a support case with Microsoft to help me with raising the our domain Forest level because i received a message stating that there were Windows 2000 PDC still listed in the database. These PDCs were removed years ago. The tech saw all of the problems
    i was having with domain replication so that is where he started. running the MS PortQryUI shows that ports 3268 and 3269 are not listening, (TCP port 3268 (unknown service): NOT LISTENING) when run FROM a Child domain controller against the Parent
    Domain controller. Between the 2 Child domain controllers these ports are listening.
    The Windows firewall is not running on any of the controllers, i removed a virus protect client from all of the servers, although i didn't enable the firewall there either, but these ports are still not listening on the Parent DC.
    I need help debugging this. I am not very familiar with network sniffers so if i need to run one i'll need some guidance. This DC only has one NIC, all IP addresses are static, all servers are setup like this. All servers are in the same subnet, on the same
    lan, on the same cisco switch, there shouldn't be anything blocking this port from starting.
    I looked over other post that show this same problem, but they don't give a solution. If i am not using the Windows firewall why wouldn't these ports be open?
    Any ideas? web searches are all over the map on trying to find the reason for this.
    Bobby

    Try running the below command on the DCs that you think have the ports blocked or all the DCs.
    netdiag /test:ipsec /debug > c:\dcname-ipseclog.log
    Open that from the C drive and see if there is anything saying block or filters. 
    Also, just for kicks have you disabled the firewall service on the DCs? 
    And just for kicks have you tried enabling firewalls ports on all the DCs?  The KB is below
    http://support.microsoft.com/kb/555381/en-us
    Step 1 - netdiag results
    Step 2 - disable the firewall service on all DCs if step 1 was negative
    Step 3 - enable the firewalls on all DCs per KB 555381 if step 2 doesn't work
    Let us know how it goes!
    If it answered your question, remember to “Mark as Answer”.
    If you found this post helpful, please “Vote as Helpful”.
    Postings are provided “AS IS” with no warranties, and confers no rights.
    Active Directory: Ultimate Reading Collection

  • I have a 2013 Dodge with a RHR radio system. I have paired my daughter's iPod to the system. However, when she wants to listen to it in the backseat via the VES it says that no device is available. Can you not listen to a paired device from the rear VES?

    I have a 2013 Dodge with an RHR radio. I have paired my daughter's iPod touch to the system. When she wants to listen to it from the rear VES, it says that there is no device available even when it show connection on the iPod and on the front screen. Can you not listen to a paired device on the rear VES?

    Mullaly75 wrote:
    I assume u guys don't understand what open source software is
    Yes, I think most of us do understand what open source software is. It sounds as if you don't. Here's some information:
    Open-source software (OSS) is computer software that is available in source code form: the source code and certain other rights normally reserved forcopyright holders are provided under an open-source license that permits users to study, change, improve and at times also to distribute the software.
    Open source software is very often developed in a public, collaborative manner. Open-source software is the most prominent example of open-sourcedevelopment and often compared to (technically defined) user-generated content or (legally defined) open content movements.
    from http://en.wikipedia.org/wiki/Open_source_software
    Yes, Tom Wu of Stanford wrote a paper on something called Secure Remote Access Protocol. It's a form of Asymetric Key Exchange and has nothing to do with hacking anything. It's actually intended to protect data.

  • LDAP Ports 389 and 636 not listening

    after the BM3.9 upgrade, i realized, that my LDAP server is not working.
    i can load the nladp without any message but when i look in the tcpcon, the
    ports are not listen.
    i tried recreate the LDAP Server and group in the E-dir, i tried recreate
    the CertificateSSL. on all other servers it is running without problems.
    Server is 6.5 SP6 with BM 3.9, Edir 8.7.3.9
    it has two NICS, one private and a public.
    NLDAP NLM version 10555.40
    any suggestions
    Thanks
    Sascha

    high anders
    thanks for the answer.
    it says three times:
    LDAP Server config version 8 does not match executable config version 8
    Starting dynamic upgrade
    Dynamically upgrading LDAP Server object...
    Failed to set value '8.7.3.9' in attribute 'Version' on LDAP Server object
    'CN=LDAP Server - JLE3\OU=Resourcen\O=JLE' in UpgradeLDAPServerObject, err =
    no access (-672)
    Could not complete dynamic upgrade, err = no access (-672)
    Could not validate Group in ReadConfigFromDS, err = no access (-672)
    Could not update server configuration, err = no access (-672)
    did i mentioned, that i already new created the e-dir objects with C1. with
    imananger, i cant see the snapins for LDAP, because there i have the RBS
    somehow configured and i actually even not know, how to disable this.
    Sascha

  • VPN ports not listening on WRVS4400N

    Hi, 
    I have a brand new WRVS4400N running Firmware Version: V1.1.03-ETSI and I cannot seem to get the client VPN workign at all. 
    Config :
    No Static IPSec tunnels
    DOS Protection : OFF
    FireWall : OFF
    Block WAN Request: DISABLE
    Remote Mgmt : ON
    HTTPS : ON
    I have used QuickVPN  1.2.11 on both Vista and XP and still no luck. QuickVPNPlus reports "a connection with the server cannot be established" when using ports 443 OR 60443. I have even  tried this from behing many routers in case I was running into a NAT-T issue.Then I went back to basics and tried to telnet which is showing me that neitherr port 443 or 60443 are listening.!!
    Does anyone have any pointers to resolving this issue. ?
    I have spend hours on hold for support and trying to debug what I thought was a client side issue and all the time it appears as if the device is not listening.
    Any help would be greatly appreciated.
    Regards
    Peggo 

    Hi,
    Thanks for the prompt reply.
    The router has been tested with the fireall both ON and OFF.
    There are two  VPN accounts and both are marked as active. 
    The router does have a public on the WAN interface in the 194.125 range. The router is connected to a DSL ISP over PPPoE and all connections over the link are working just not 443 OR 60443 to the router IP. 
    The VPN Log (below) shows nothing of use (to me anyway) I cannot see the connections come through in the log. But I am sure remote connections are working as I'm logged into the device remotely on port 8080.
    Many Thanks 
    Peggo
    VPN_LOG>>>>>>> 
    Dec 31 16:00:59 - [VPN Log]: Starting Pluto (Openswan Version cvs2006Jan12_11:29:56 X.509-1.5.4 PLUTO_SENDS_VENDORID PLUTO_USES_KEYRR; Vendor ID OE@ECqImzhFD)
    Dec 31 16:00:59 - [VPN Log]: @(#) built on Sep 3 2007:16:44:42:
    Dec 31 16:00:59 - [VPN Log]: Setting NAT-Traversal port-4500 floating to on
    Dec 31 16:00:59 - [VPN Log]: port floating activation criteria nat_t=1/port_fload=1
    Dec 31 16:00:59 - [VPN Log]: including NAT-Traversal patch (Version 0.6c)
    Dec 31 16:00:59 - [VPN Log]: ike_alg_register_enc(): Activating OAKLEY_AES_CBC: Ok (ret=0)
    Dec 31 16:00:59 - [VPN Log]: starting up 1 cryptographic helpers
    Dec 31 16:00:59 - [VPN Log]: started helper pid=731 (fd:5)
    Dec 31 16:00:59 - [VPN Log]: Using KLIPS IPsec interface code on 2.4.27-star
    Dec 31 16:00:59 - [VPN Log]: Changing to directory '/etc/ipsec.d/cacerts'
    Dec 31 16:01:00 - [VPN Log]: Changing to directory '/etc/ipsec.d/aacerts'
    Dec 31 16:01:00 - [VPN Log]: Changing to directory '/etc/ipsec.d/ocspcerts'
    Dec 31 16:01:00 - [VPN Log]: Changing to directory '/etc/ipsec.d/crls'
    Dec 31 16:01:00 - [VPN Log]: Warning: empty directory
    Oct 29 15:45:39 - [VPN Log]: shutting down
    Oct 29 15:45:42 - [VPN Log]: Starting Pluto (Openswan Version cvs2006Jan12_11:29:56 X.509-1.5.4 PLUTO_SENDS_VENDORID PLUTO_USES_KEYRR; Vendor ID OE@ECqImzhFD)
    Oct 29 15:45:42 - [VPN Log]: @(#) built on Sep 3 2007:16:44:42:
    Oct 29 15:45:42 - [VPN Log]: Setting NAT-Traversal port-4500 floating to on
    Oct 29 15:45:42 - [VPN Log]: port floating activation criteria nat_t=1/port_fload=1
    Oct 29 15:45:42 - [VPN Log]: including NAT-Traversal patch (Version 0.6c)
    Oct 29 15:45:42 - [VPN Log]: ike_alg_register_enc(): Activating OAKLEY_AES_CBC: Ok (ret=0)
    Oct 29 15:45:42 - [VPN Log]: starting up 1 cryptographic helpers
    Oct 29 15:45:42 - [VPN Log]: started helper pid=1204 (fd:5)
    Oct 29 15:45:42 - [VPN Log]: Using KLIPS IPsec interface code on 2.4.27-star
    Oct 29 15:45:42 - [VPN Log]: Changing to directory '/etc/ipsec.d/cacerts'
    Oct 29 15:45:42 - [VPN Log]: Changing to directory '/etc/ipsec.d/aacerts'
    Oct 29 15:45:42 - [VPN Log]: Changing to directory '/etc/ipsec.d/ocspcerts'
    Oct 29 15:45:42 - [VPN Log]: Changing to directory '/etc/ipsec.d/crls'
    Oct 29 15:45:42 - [VPN Log]: Warning: empty directory
    Oct 29 16:05:49 - [VPN Log]: shutting down
    Oct 29 16:05:51 - [VPN Log]: Starting Pluto (Openswan Version cvs2006Jan12_11:29:56 X.509-1.5.4 PLUTO_SENDS_VENDORID PLUTO_USES_KEYRR; Vendor ID OE@ECqImzhFD)
    Oct 29 16:05:51 - [VPN Log]: @(#) built on Sep 3 2007:16:44:42:
    Oct 29 16:05:51 - [VPN Log]: Setting NAT-Traversal port-4500 floating to on
    Oct 29 16:05:51 - [VPN Log]: port floating activation criteria nat_t=1/port_fload=1
    Oct 29 16:05:51 - [VPN Log]: including NAT-Traversal patch (Version 0.6c)
    Oct 29 16:05:51 - [VPN Log]: ike_alg_register_enc(): Activating OAKLEY_AES_CBC: Ok (ret=0)
    Oct 29 16:05:51 - [VPN Log]: starting up 1 cryptographic helpers
    Oct 29 16:05:51 - [VPN Log]: started helper pid=1785 (fd:5)
    Oct 29 16:05:51 - [VPN Log]: Using KLIPS IPsec interface code on 2.4.27-star
    Oct 29 16:05:51 - [VPN Log]: Changing to directory '/etc/ipsec.d/cacerts'
    Oct 29 16:05:51 - [VPN Log]: Changing to directory '/etc/ipsec.d/aacerts'
    Oct 29 16:05:52 - [VPN Log]: Changing to directory '/etc/ipsec.d/ocspcerts'
    Oct 29 16:05:52 - [VPN Log]: Changing to directory '/etc/ipsec.d/crls'
    Oct 29 16:05:52 - [VPN Log]: Warning: empty directory
    Oct 29 16:16:52 - [VPN Log]: shutting down
    Oct 29 16:16:54 - [VPN Log]: Starting Pluto (Openswan Version cvs2006Jan12_11:29:56 X.509-1.5.4 PLUTO_SENDS_VENDORID PLUTO_USES_KEYRR; Vendor ID OE@ECqImzhFD)
    Oct 29 16:16:54 - [VPN Log]: @(#) built on Sep 3 2007:16:44:42:
    Oct 29 16:16:54 - [VPN Log]: Setting NAT-Traversal port-4500 floating to on
    Oct 29 16:16:54 - [VPN Log]: port floating activation criteria nat_t=1/port_fload=1
    Oct 29 16:16:54 - [VPN Log]: including NAT-Traversal patch (Version 0.6c)
    Oct 29 16:16:54 - [VPN Log]: ike_alg_register_enc(): Activating OAKLEY_AES_CBC: Ok (ret=0)
    Oct 29 16:16:54 - [VPN Log]: starting up 1 cryptographic helpers
    Oct 29 16:16:54 - [VPN Log]: started helper pid=2293 (fd:5)
    Oct 29 16:16:54 - [VPN Log]: Using KLIPS IPsec interface code on 2.4.27-star
    Oct 29 16:16:54 - [VPN Log]: Changing to directory '/etc/ipsec.d/cacerts'
    Oct 29 16:16:54 - [VPN Log]: Changing to directory '/etc/ipsec.d/aacerts'
    Oct 29 16:16:54 - [VPN Log]: Changing to directory '/etc/ipsec.d/ocspcerts'
    Oct 29 16:16:54 - [VPN Log]: Changing to directory '/etc/ipsec.d/crls'
    Oct 29 16:16:54 - [VPN Log]: Warning: empty directory 

  • I have an Ipod 5 and you can not listen to music unless you have headphone plugged in

    I have an Ipod 5 and you can not listen to music unless you have headphones plugged in

    - Try cleaning out/blowing out the headphone jack. Try inserting/removing the plug a dozen times or so. There is a little switch in the headphone jack that disconnects the speaker when the headphone jack is inserted.
    Try the following to rule out a software problem
    - Reset the iPod. Nothing will be lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup
    - Restore to factory settings/new iPod.
    - Make an appointment at the Genius Bar of an Apple store. Seems you have a bad headphone jack.
    Apple Retail Store - Genius Bar

  • How to show ipad application in itunes, but will only be assessable to owners, not the general public.Using lock code/password protected on iTunes

    How to show ipad application in itunes, but will only be assessable to owners, not the general public by using lock code/password protected on iTunes

    So if I understand you properly, I need to create EOs for all my list of values (which are based on views of Oracle apps tables) and base my VO on those EOs. And then I setup associations between these EOs and the Item EO. Then I include the these EOs in my Items VO and add the description attributes to my list of attributes. I had done this for the list of users, but for the views of Oracle I had just created read only VO. Sounds like that won't work if I want to display the description. I know what to do - I guess I was hoping there was a way to use the read only VO.
    Thanks
    Karen

  • Could not find used public part

    Hi all,
    I created a new product in the composite designer with a few Visual Composer Interfaces.
    Because our context model changed, I deleted the existing UI, and created a new VC UI (generated from a Process model)
    When I want to build everything, I get the exception:
      ERROR: Check for used DCs failed: Could not find used public part "40dbb712586011df82d500059a3c7800" of  test.com/product/ui/vc (PRODUCT_SC) : Used public part not available (Used public part not available)
       Build failed with errors.
    Apparantly the guid from the old VC UI was not completly removed.
    I found that GUID back in files:
    .dcdef
    PublicPartFileList.xml
    and changed those to the new guid.
    But still having the same problem...
    Can I change this in another simple way?
    regards,
    Hans

    Hi Hans,
    could you switch to the Development Infrastructure perspective and open the view called Component Properties for the VC DC? Most likely the generated public part is still present. I guess you can simply delete it as the corresponding component has been deleted as well.
    This public part should be present for the DC of type "Visual Composer Composition Unit Interface".
    Which version of the NWDS are you using? I think what I´m describing is actually only a workaround, but would think that the pulblic part deletion should have happened automatically.
    Best regards,
    Stefan

  • HT4890 Shared photoStream not working for public share

    Shared photoStream not working for public share and keep showing the same url for the first shared stream i have published. this means everytime i try to share to anyone else not using an iphone it comes up with page not found. I have also notice the in first initial public url which was given is the same url keeps showing up everytime i try to make it public. how do i reset or change that url so other public share stream will work. how do i get this to work

    I've read some posts from users with a similar problem who were able to fix this by changing the download folder (or just click Change next to Download Folder, then click cancel).  Not sure if this will work for you but thought I would pass it along.

  • ITunes stops updating podcasts / iTunes has stopped updating this podcast because you have not listened to any episodes recently. Would you like to resume updating this podcast?

    Hi,
    My iTunes is set to automatically update podcasts and keep the last five episodes of each podcast.
    However, iTunes appears to stop updating podcasts after several (five?) unwatched episodes and gives me an exclamation mark in the podcast overview. Clicking on that, I get the message: "iTunes has stopped updating this podcast because you have not listened to any episodes recently. Would you like to resume updating this podcast?"
    This is not what I intend... and not  what I  told iTunes to do... (at least this my reading of the below settings)
    This stopping is rather less then ideal: (1) if I am going away for two weeks, which I often do, I would still like to have the last five days of news, not the last five days of news back from the date I left, (2) I need to click update for approx. 20 podcast on regular basis, (3) my iPhone is synced to iTunes as soon as I come home, if iTunes does not have the podcasts downloaded, they are not copied over to the iPhone, and the iPhone will attempt to download the episodes via 3G next time I play the podcast on the go, (4) I am mainly using iTunes functions, such as smart playlists and podcasts, through another app (Plex, a fullscreen media player) and it is a pain to have to go to iTunes to manually do things. That is why this bothering me...
    How can I get iTunes to behave as intended? (From reading through old posts I know that there is a Doug script adressing this problem, which I have just set up, but I would prefer to use internal settings if possible... maybe I am just missing a setting)
    Thank you for your ideas!

    Thank you for the response, Roger!
    OK, that's how it is then.
    The iTunes podcasts settings should be reworded in that case because it suggest something different from what it does. And, of course, it would be ideal for Apple to make this more flexible and allow users to set up their podcast downloads in their way and not be so motherly (c'mon, Apple, your users are not as dumb as you think, and they have uncapped Internet connections these days anyway)...
    Btw., for anyone interested, this is external script I am using now:
    http://dougscripts.com/itunes/scripts/ss.php?sp=updateexpiredpodcasts
    Including the "cron job" setup here:
    http://dougscripts.com/itunes/2011/12/updated-update-expired-podcasts-v2-2-and-l aunchd-project/
    Cannot tell how well it works because I have just set it up, other members of the forum say it works for them...
    If anyone knows of in-app solutions, please share...

  • 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

  • 10.1.2.0.2 OID not listening after database patch 10.0.5

    Hi
    I've installed database patch 10.0.5 to an Oracle Infrastructure 10.1.2.0.2. The software and scripts installed with no problems. I started the OID server using:
    opmnctl start process-type=OID
    Which always worked before and it returns with no errors. But OID is not listening on port 389. dcmctl start will throw an error trying to connect to OID.
    Any ideas?

    The readme for the patch has very detailed instructions !
    OID needs to be up as you say plus the other components. But there is a good prereq checker before you run it.
    If worried do a backup of $OH , the inventory and the IASDB then give it a try, if it fails just restore.

  • I can not listen to podcasts on my ipod 4

    I can not listen to podcasts from itunes on my ipod 4.  Is there anything I can do to get it to work?

    If you have iOS 4.2.1 or later on the iPod and there was version compatible with that version, then you should be able to get a compatible version by:
    App Store: Downloading Older Versions of Apps on iOS - Apple Club
    App Store: Install the latest compatible version of an app
    You first have to download the non-compatible version on your computer. Then when you try to purchase the version on your iPod you will be offered a compatible version if one exists.

  • Port 88 is not listening

    I have seen in few servers and client machines , they are not listening on port 88.But I am able to login in that machine using my domain credential.
    If it is not listening then how authentication will work?
    Thanks 
    Ragavan

    I have seen in few servers and client machines , they are not listening on port 88.But I am able to login in that machine using my domain credential.
    If it is not listening then how authentication will work?
    Thanks 
    Ragavan
    I presume below two links will be helpful for you.
    http://technet.microsoft.com/en-us/video/kerberos-authentication-how-it-works.aspx
    http://technet.microsoft.com/en-us/library/cc772815%28v=ws.10%29.aspx
    Awinish Vishwakarma - MVP
    My Blog: awinish.wordpress.com
    Disclaimer This posting is provided AS-IS with no warranties/guarantees and confers no rights.

Maybe you are looking for