Trouble with advertise a route BGP from VRF on Cisco IOS 7600

Hi
the diagram especifie the actually operating network
we try to advertise the network 172.16.161.6 to Nortel devices and Cisco devices on cisco AS 2005 and 64912, if we are staying look the routing table on cisco 7600 the network 172.16.161.6 is know it
Success rate is 100 percent (5/5), round-trip min/avg/max = 20/24/28 ms
cisco 7600#trace                            
cisco 7600#traceroute vrf data 172.16.161.6
Type escape sequence to abort.
Tracing the route to 172.16.161.6
  1 189.1.11.5 [MPLS: Labels 581/730 Exp 0] 24 msec 24 msec 24 msec
  2 172.16.12.73 [MPLS: Label 730 Exp 0] 36 msec 28 msec 36 msec
  3 172.16.12.74 20 msec 20 msec 24 msec
  4 172.16.14.10 64 msec 20 msec 20 msec
  5 172.16.19.9 20 msec 24 msec 20 msec
  6 172.16.161.6 24 msec 20 msec 24 msec
PE_CAR_1#ping vrf data 172.16.161.6     
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.161.6, timeout is 2 seconds:
but the devices Nortel on AS 64912 on routing tables don´t know the networ 172.16.161.6
the difference on cisco 7600 that know both AS 64912 and 2005 is this one:
configuration on Cisco Router 7600
router bgp 2006
bgp router-id 172.16.110.97
bgp log-neighbor-changes
bgp graceful-restart restart-time 120
bgp graceful-restart stalepath-time 360
bgp graceful-restart
neighbor 172.16.10.41 remote-as 64912
neighbor 172.16.10.41 description PP-A6
neighbor 172.16.11.233 remote-as 64912
neighbor 172.16.11.233 description PP-2TE2
neighbor 172.16.12.73 remote-as 2005
neighbor 172.16.12.73 description PE_MEX_1
neighbor 172.16.12.73 fall-over bfd
neighbor 172.16.13.9 remote-as 2005
neighbor 172.16.13.9 description PE_MEX_3
neighbor 172.16.13.9 fall-over bfd
neighbor 172.16.13.77 remote-as 2005
neighbor 172.16.14.6 remote-as 64512
neighbor 172.16.14.10 remote-as 64512
neighbor 172.16.16.26 remote-as 64982
neighbor 172.16.16.26 description INTERNET-2
neighbor 172.16.16.30 remote-as 64982
neighbor 172.16.16.30 description INTERNET-1
address-family ipv4
  neighbor 172.16.10.41 activate   (conexion to Nortel Devices)
  neighbor 172.16.10.41 route-map AS-PATH-MAN in
  neighbor 172.16.10.41 route-map REDES-WAN->MAN out
  neighbor 172.16.11.233 activate   (conexion to Nortel Devices)
  neighbor 172.16.11.233 route-map AS-PATH-MAN in
  neighbor 172.16.11.233 route-map REDES-WAN->MAN out
  neighbor 172.16.12.73 activate
  neighbor 172.16.12.73 route-map REDES-WAN-PE_MEX_1 in
  neighbor 172.16.12.73 route-map DEFAULT-ROUTE out
  neighbor 172.16.13.9 activate  (conexion to Cisco 7600 Devices)
  neighbor 172.16.13.9 route-map REDES-WAN-PE_MEX_3 in
  neighbor 172.16.13.9 route-map DEFAULT-ROUTE out
  neighbor 172.16.13.77 activate
  neighbor 172.16.13.77 route-map DEFAULT-ROUTE out
  neighbor 172.16.14.6 activate  (conexion to ASR 9000)
  neighbor 172.16.14.6 route-map default out
  neighbor 172.16.14.10 activate (conexion to ASR 9000)
  neighbor 172.16.14.10 route-map default out
the difference that look it from routes to know Nortel devices an Cisco Devices is the sollow on Cisco 7600
Cisco 7600#sho ip bgp 150.151.1.250
BGP routing table entry for 150.151.0.0/16, version 5612717
Paths: (2 available, best #1, table default)
Multipath: eBGP
  Advertised to update-groups:
     2          4        
  2005
    172.16.13.9 from 172.16.13.9 (150.220.250.5)
      Origin IGP, localpref 300, valid, external, best
      Community: 100:22
      Extended Community: RT:100:22
  2005
    172.16.12.73 from 172.16.12.73 (150.220.250.1)
      Origin IGP, localpref 260, valid, external
      Community: 100:22
      Extended Community: RT:100:22
Cisco 7600#sho ip bgp 172.16.161.6
BGP routing table entry for 172.16.161.6/32, version 6133620
Paths: (2 available, best #2, table default)
Multipath: eBGP
  Not advertised to any peer
  64512 64513
    172.16.14.6 from 172.16.14.6 (172.16.14.1)
      Origin incomplete, localpref 100, valid, external, multipath
      Extended Community: RT:64512:64513
  64512 64513
    172.16.14.10 from 172.16.14.10 (172.16.14.2)
      Origin incomplete, localpref 100, valid, external, multipath, best
      Extended Community: RT:64512:64513
NOT advertised to any peer
if we looking on ASR the vrf GAT the network is advertised but on vrf CAMPUS not
RP/0/RSP0/CPU0:ED_MEX_1#sho bgp vrf CAMPUS 172.16.161.6
Mon May 20 12:58:03.516 UTC
BGP routing table entry for 172.16.161.6/32, Route Distinguisher: 64512:64513
Versions:
  Process           bRIB/RIB  SendTblVer
  Speaker                 20          20
    Local Label: 16004
Last Modified: May 17 17:24:29.877 for 2d19h
Paths: (1 available, best #1)
  Not advertised to any peer
  Path #1: Received by speaker 0
  Not advertised to any peer
  64513
    172.16.19.5 from 172.16.19.5 (172.16.162.4)
      Origin incomplete, metric 110, localpref 100, valid, external, best, group-best, import-candidate
      Received Path ID 0, Local Path ID 1, version 20
      Extended community: RT:64512:64513
but the vrf GAT:
RP/0/RSP0/CPU0:ED_MEX_1#sho bgp vrf GAT 172.16.161.6   
Mon May 20 12:58:52.909 UTC
BGP routing table entry for 172.16.161.6/32, Route Distinguisher: 64512:2006
Versions:
  Process           bRIB/RIB  SendTblVer
  Speaker                 30          30
Last Modified: May 17 17:24:29.877 for 2d19h
Paths: (1 available, best #1)
  Advertised to CE peers (in unique update groups):
    172.16.14.5    
  Path #1: Received by speaker 0
  Advertised to CE peers (in unique update groups):
   172.16.14.5    
  64513
    172.16.19.5 from 172.16.19.5 (172.16.162.4)
      Origin incomplete, metric 110, localpref 100, valid, external, best, group-best, import-candidate, imported
      Received Path ID 0, Local Path ID 1, version 30
      Extended community: RT:64512:64513
Any idea for this trouble, we try to advertise the extend community but nothing.
the configuration on ASR is the follow:
router bgp 64512
bgp router-id 172.16.14.1
address-family ipv4 unicast
address-family vpnv4 unicast
vrf GAT
  rd 64512:2006
  address-family ipv4 unicast
   redistribute connected
   redistribute static
  neighbor 172.16.14.5
   remote-as 2006
   address-family ipv4 unicast
    send-community-ebgp
    route-policy pass-all in
    route-policy pass-all out
    send-extended-community-ebgp
vrf CAMPUS
  rd 64512:64513
  address-family ipv4 unicast
   redistribute connected
   redistribute static
  neighbor 172.16.19.5
   remote-as 64513
   address-family ipv4 unicast
    route-policy pass-all in
    route-policy pass-all out
we only put send-extended-community-ebgp only on vrf GAT.
Best Regards

Hi Harold thanks for your comment
We do it your recommendation and put on AS 64912 routes a route-map for identify the traffic IN on interface the finally configuration on cisco 7600 is:
router bgp 2006
bgp router-id 172.16.110.97
bgp log-neighbor-changes
bgp graceful-restart restart-time 120
bgp graceful-restart stalepath-time 360
bgp graceful-restart
neighbor 172.16.14.6 remote-as 64512
neighbor 172.16.14.6 description EDGE_MEX_1
neighbor 172.16.14.10 remote-as 64512
neighbor 172.16.14.10 description EDGE_MEX_2
address-family ipv4
  no synchronization
  neighbor 172.16.14.6 route-map REDES_CAMPUS in
  neighbor 172.16.14.6 route-map default out
  neighbor 172.16.14.10 activate
  neighbor 172.16.14.10 route-map REDES_CAMPUS in
  neighbor 172.16.14.10 route-map default out
  neighbor 172.16.16.26 activate
with the follow route maps:
ip extcommunity-list standard GAT permit rt 64512:64513
ip bgp-community new-format
ip community-list standard REDES-GAT permit 64512:2006
route-map REDES_CAMPUS permit 430
match extcommunity GAT
set local-preference 250
set community 64512:2006 additive
set extcommunity rt  64512:64513 additive
route-map REDES-WAN->MAN permit 1600
match community REDES-GAT
with this information the routes advertise on neighbord know the loopback 172.16.161.6
GW_MEX_2#sho ip bgp neighbors 172.16.11.233 advertised-routes
BGP table version is 6160029, local router ID is 172.16.110.97
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
              r RIB-failure, S Stale
Origin codes: i - IGP, e - EGP, ? - incomplete
   Network          Next Hop            Metric LocPrf Weight Path
*> 1.0.0.1/32       172.16.12.73                  300      0 2005 ?
*> 1.0.0.2/32       172.16.12.73                  300      0 2005 ?
   Network          Next Hop            Metric LocPrf Weight Path
*> 172.16.140.72/32 172.16.13.9                   300      0 2005 ?
*> 172.16.141.22/32 172.16.12.73                  250      0 2005 ?
*> 172.16.141.61/32 172.16.12.73                  250      0 2005 i
*> 172.16.141.71/32 172.16.12.73                  250      0 2005 i
*> 172.16.142.0/27  172.16.13.9                   300      0 2005 ?
*> 172.16.142.32/27 172.16.13.9                   250      0 2005 ?
*> 172.16.144.0/27  172.16.13.9                   300      0 2005 ?
*> 172.16.146.1/32  172.16.13.9                   300      0 2005 65451 i
*> 172.16.150.0/27  172.16.12.73                  250      0 2005 ?
*> 172.16.152.0/27  172.16.13.9                   300      0 2005 ?
*> 172.16.152.32/28 172.16.13.9                   300      0 2005 ?
*> 172.16.155.1/32  172.16.13.9                   300      0 2005 ?
*> 172.16.161.1/32  172.16.14.6              0    250      0 64512 ?
*> 172.16.161.6/32  172.16.14.10             0    250      0 64512 ?
Thanks for your cooperation
Best Regards

Similar Messages

  • Route leaking from VRF to Global on same router with VLAN interface

    Hi all,
    I would like to do some route leaking from VRF to Global and Global to VRF on the same router. Here is an output of the config:
    interface FastEthernet4
    description ***Connection to WAN***
    ip vrf forwarding FVRF
    ip address 10.0.0.6 255.255.255.0
    interface Vlan100
    description ***LAN***
    ip address 192.168.227.1 255.255.255.0
    So what I want is to import 192.168.227.0 /24 into FVRF and import 10.0.0.0 /24 into the global routing table.
    I though I could do that config but it is not possible:
    (config)#ip route vrf FVRF 192.168.227.0 255.255.255.0 vlan 100
    % For VPN or topology routes, must specify a next hop IP address if not a point-to-point interface
    OR
    DK-SLVPN(config)#ip route vrf FVRF 192.168.227.0 255.255.255.0 vlan 100 192.168.227.1 global
    %Invalid next hop address (it's this router)
    Any ideas are really welcome.
    Best regards,
    Laurent

    Hi,
    I have tried the following solution:
    Add 10.0.0.0 /24 From VRFto Global:
    ip route 10.0.0.0 255.255.255.0 FastEthernet4
    Add 192.168.227.0 /24 from Global to VRF:
    router bgp 64512
    bgp log-neighbor-changes
    address-family ipv4
      no synchronization
      redistribute connected
      no auto-summary
    exit-address-family
    ip prefix-list Global-VRF seq 5 permit 192.168.227.0/24
    route-map Global permit 10
    match ip address prefix-list Global-VRF
    ip vrf FVRF
      rd 1:1
      import ipv4 unicast map Global
    So now the VRF table looks like that:
    #      sh ip route vrf FVRF
    C        10.0.0.0/24 is directly connected, FastEthernet4
    S        10.0.0.1/32 [254/0] via 10.0.0.1, FastEthernet4
    L        10.0.0.6/32 is directly connected, FastEthernet4
    B     192.168.227.0/24 is directly connected, 00:15:12, Vlan100
    The Global table looks like this:
    #sh ip route
    Gateway of last resort is 10.1.0.107 to network 0.0.0.0
    D*    0.0.0.0/0 [90/1709056] via 10.1.0.107, 3d02h, Tunnel1
           10.0.0.0/8 is variably subnetted, 8 subnets, 2 masks
    S        10.0.0.0/24 is directly connected, FastEthernet4
    C        10.1.0.0/24 is directly connected, Tunnel1
    L        10.1.0.227/32 is directly connected, Tunnel1
    C        10.2.0.0/24 is directly connected, Tunnel2
    L        10.2.0.227/32 is directly connected, Tunnel2
    C        10.10.10.227/32 is directly connected, Loopback100
           192.168.227.0/24 is variably subnetted, 2 subnets, 2 masks
    C        192.168.227.0/24 is directly connected, Vlan100
    L        192.168.227.1/32 is directly connected, Vlan100
    But When I try to ping it still doesn´t work:
    #ping vrf FVRF 192.168.227.1 source fastEthernet 4
    Type escape sequence to abort.
    Sending 5, 100-byte ICMP Echos to 192.168.227.1, timeout is 2 seconds:
    Packet sent with a source address of 10.0.0.6
    Success rate is 0 percent (0/5)
    #ping 10.0.0.1 source vlan 100
    Type escape sequence to abort.
    Sending 5, 100-byte ICMP Echos to 10.0.0.1, timeout is 2 seconds:
    Packet sent with a source address of 192.168.227.1
    Success rate is 0 percent (0/5)
    Any ideas?
    Regards,
    Laurent

  • I'm in trouble with copy paste some text from Word to DW mx 2004

    I'am a new developer in webdesign. I'm doing my first site to
    a cliente. I'm in trouble with copy paste some text from Word to DW
    mx 2004. In the Edit / Preferences / General category i have the
    spelling dictionary in Portuguese (Brasilian). If I wrote the text
    in Portuguese directly from DW i can see the letters with ( ç
    ã é ... ) and in the browser testing ( IE 6.0.2 with sp2
    and FireFox 1.0.7 ), but with copy paste from the text in Word in
    Portuguese when i bring it to DW i can see the ( ç ã
    é ... ) in the beginnig but in the Browsers testing i can't,
    and then after a while i lose the ( ç ã o ...). Can
    anyone help me !?
    I need the work finish in next monday. Thanks a lot.

    Your line breaks will most likely be incorrect if you don't turn on the Japanese Composer.
    It is almost absolutely impossible to accomplish your goal without having a font - any font - installed on your system that has that glyph. However, if it's showing up in Word, than means that you must have that glyph installed, right? What font are you trying to use in InDesign? You might already know that Word will auto-substitute fonts when it encounters a missing glyph, so we really don't know what font is being used to render that one glyph. The whole sentence might be in MS Mincho but one glyph might be pulled from another font if MS Mincho doesn't have that glyph.
    That being said, you're going to break it if you don't know how to set Japanese type in ID. It's not something where you can just copy text out of email and paste into your English layout.

  • Having trouble with running an APP transferred from my imac?

    Having trouble with running an APP transferred from my imac?

    It asks me to sign in.  I sign in and nothing happens. 

  • Trouble with keyword import in LR5 from one catalog to another

    Hi; I am trying to open a new catalog because my original catalog is getting somewhat sluggish.  It has about 60000 images.  First, will opening a new catalog improve anything?  Second, I have tried to import the prior catalog "keywords" by going: metadata, import keywords, light room settings, key word sets   and get "no items match your search.  What am I doing wrong?

    I have had this Nikon 7100 for about 6 months.  It has more whistles and bells than I am likely to use.  I haven't been troubled by 24 megs in LR I guess because I use it mostly for filing and Photoshop for editing.  I only edit a few.  If I were in need of batch editing, which I may in the future, I think LR would be better.
    As to the timing, don't we all get spoiled.  We have more computer power now than NASA had 15 years ago.  It makes you wonder how the original Apple 2+ with 48k memory even functioned.
          From: Modesto Vega <[email protected]>
    To: ROBERT CHIAVARINI <[email protected]>
    Sent: Tuesday, January 6, 2015 8:31 AM
    Subject:  trouble with keyword import in LR5 from one catalog to another
    trouble with keyword import in LR5 from one catalog to another
    created by Modesto Vega in Photoshop Lightroom - View the full discussion
    rlchiv wrote: I just looked at the metadata in LR and the size is 24 Megapixels which matches the camera and makes sense.  Photoshop must do something in terms of formatting the kicks the size up because these are untouched.  As to cabling, I"m using a USB3 and yes, I am shooting raw.  Thanks again for all your help.
    It doesn't sound unreasonable, it is the size of my current camera and I do have to wait for imports to complete but never timed them. Is this a new camera? The reason for the question is that megapixels matter a lot for Lightroom, it is something I haven't gotten used to yet. There are certain Develop adjustments Lightroom struggles with on a 24 megapixel file (cropping, and the Upright and Manual lens corrections, for example). In other words, there are things that Lightroom does on a 6, 12, 14 megapixel file with ease and cannot do with ease on a 24 megapixel file. Memory does not seem to matter, I recently upgraded my laptop and the performance improvement is marginal. You can almost hear the cogwheels moving sometimes. If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7070168#7070168 and clicking ‘Correct’ below the answer Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7070168#7070168 To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"  Start a new discussion in Photoshop Lightroom by email or at Adobe Community For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

  • Greetings, I'm having trouble with my iMouse continually disconnecting from my MacBook Pro in Mavericks.  The batteries are solid.  I just eliminated the bluetooth for my headphone.  I have used the mac to cast on my TV.  I use bluetooth.  ANy ideas?

    Greetings, I'm having trouble with my iMouse continually disconnecting from my MacBook Pro in Mavericks.  The batteries are solid.  I just eliminated the bluetooth for my headphone.  I have used the mac to cast on my TV.  I use bluetooth.  ANy ideas?

    Hi clemenbw,
    Welcome to the Apple Support Communities!
    In your situation, I would recommend reading over the attached article to help you troubleshoot your Magic Mouse Bluetooth connectivity issues. 
    Troubleshooting wireless mouse and keyboard issues
    Have a great day,
    Joe

  • TS3694 hi i had a trouble with my iphone 3gs so tried to restore my ios through itunes almost everything was happening at the end of the procedure im getting apopup showing error 29 how to resolve it ?

    hi i had a trouble with my iphone 3gs so tried to restore my ios through itunes almost everything was happening at the end of the procedure im getting apopup showing error 29 how to resolve it ?

    jk82 wrote:
    im getting apopup showing error 29
    Try Here  >  http://support.apple.com/kb/TS3694#hardware

  • Serious troubles with my WRT110 router

    Hello! This problem all started when I upgraded the machine I'm typing this on to Windows 7 Ultimate.  No matter what I did, it would not connect to the existing network. I finally found a way to get it to connect by entering the router's PIN number, but it effectively created an entirely new network. My problem lies here. I can create new open networks just fine, but if I try to create an encrypted network it will not work -- the computer won't even detect the router. I need an encrypted network because I'm required by law to have one in my line of work, and I have no idea how to set it up. The network is comprised of this machine I'm using, a Macbook, and a TiVo DVR, as well as my laptop which is in for repairs. I might also add that I'm having trouble with the software that came with the router. Ideally, I'd have a secure network with an easily memorable password so other machines can join. I have spent many hours on this and I'm truly at a loss, and some step by step instructions would be tremendously appreciated. Thanks in advance,
    ~Eric
    Solved!
    Go to Solution.

    1. You should always access the web interface through a wired connection. Through a wireless link you may accidentally configure the router of your neighbor. And of course you should also never make changes on the wireless settings through a wireless link. Thus, always use a wired connection only for this purpose.
    2. It does not affect your network as it is. It only changes the router configuration. If you change the wireless configuration of the router it will, of course, affect all existing wireless links to the router (if any).
    3. You should not choose a "easily memorable password". That's always a bad idea. The wireless passphrase is usually only entered once on each wireless device to establish the connection to the router. The wireless device usually remembers the passphrase. Thus it is better to choose a very strong passphrase, e.g. a random generated longer passphrase. That is much more secure.

  • Hi! I'm from Brazil and I'm having troubles with subtitles. Watching movies from iTunes and Netflix, the subtitles shows yellow, too small and into gray boxes! I'm having this kind of trouble with my iPad also.

    Watching movies from iTunes and Netflix, the subtitles shows yellow, too small and into gray boxes! I'm having this kind of trouble with my iPad also.

    Solution found.
    I am a Vodafone customer and installed the Vodafone app which asks you to turn off wifi connection on installation as it needs to communicate with their servers over 3G.
    After restoring the iPad via iTunes this is the only app that I did nor re-install and seems to be too much of coincidence that while in full screen view watching films my wifi is switched off and 3G data connection is established 10 - 15 minutes into a fiilm and my data allowance gets eaten up!
    I would also get push notifications from Vodafone saying "my daily data usage was almost used" with this app installed.
    Have tested and on 3rd time watching sky go still wifi is on after 30 mins.
    DO NOT INSTALL VODAFONE APP FROM THE APP STORE.

  • Trouble with format of files exported from pages as .doc - when opened on a pc they have extra spaces and pages breaks inserted after each line?  Can be manually deleted, but defeats sharing purpose. advice?

    Hi all, I have trouble with the format of files exported by email as .doc from pages - when opened in MS word on a PC or other device, they have extra spaces and pages inserted after each line - can be deleted manually, but defeats sharing purpose.  Any advice?  Not the most sophisticated user.

    Got it. I tried booting with MOD_AUTOLOAD set to yes, and it was working fine. Looks like I needed to specify some more modules in my list.

  • Trouble with restoring an iPhoto library from a time machine backup.

    I'm having trouble restoring my iPhoto library from a time machine backup.
    I have created a new library in my pictures file.
    When I try to restore the library the restore process is trying to copy it to an external drive that no longer exists - it failed and I had to have it recovered and all the recovery (including backups) data is now on a different external hard drive.
    iPhoto had been using that old external drive location to start. iPhoto is now pointed to the newly created iPhoto library in my pictures file on my MacBook Air.
    Is there a way to have the restoration process point to that new iPhoto library that is now empty and not to the old external drive?

    You might try this with the restored library:
    Starting over from scratch with new library
    Start over with a new library and import the Originals (iPhoto 09 and earlier) or the Masters (iPhoto 11) folder from your original library as follows:
    1. Open the library package like this.
    2. Launch iPhoto with the Option key held down and, when asked, select the option to create a new library.
    3. Drag the subfolders of the Originals (iPhoto 09 and earlier) or the Masters (iPhoto 11) folder from the open iPhoto Library package into the open iPhoto window a few at a time.
    This will create a new library with the same Events (but not necessarily the same Event names) as the original library but will not keep the metadata, albums, books slideshows and other projects.
    Note:  your current library will be left untouched for further attempts at a fix if so desired.

  • Wireless trouble with C4780 recognizing router with Mac 10.8.2

    I had to reset my Time Capsule (router) due to Hurricane Sandy and my printer refuses to recognize my Network so that I can put in my new network name and password.  It won't recognize anything even when I connect the printer via USB to the computer and to the router (Time Capsule).  When I run those connectivity tests, it says the Network Status is offline.  Any help is greatly appreciated.

    Is my Network offline because the printer will not connect with it or is it offline because there is an offline section on the printer or on the computer that has been inadvertently checked that keeps the printer from being recognized?

  • Trouble with o.t.a. distribution from a secure server

    I've been successfully deploying, over-the-air, an iOS app that I developed for a client. I'm using my client's own Enterprise Developer credentials.
    I've been doing tests from my own http server, housing all of the requisite files there (.plist, .ipa, and of course the html page that carries the download link); and also from a combination of servers: a secure one holding the html, re-directing to another, un-secure, server holding the .plist and .ipa.   All's well with all of this.
    But I run into trouble when I move everything to a secure server. There, the html opens properly, but on attempt to download (by tapping on the same link that works on my un-secure server), I get a "Cannot connect to <server name>"
    I've changed the URL in both the html and .plist to reflect the new actual https:// address at the secure site. The site certificate seems to be valid and recognized. Another tester has also had the same problem when trying this for me.
    Does anyone have any idea what this might be about?  Should the manifest .plist be carrying any certificate info?

    How are you building your files? I use this Mac app:
    https://itunes.apple.com/us/app/betabuilder-for-ios-apps/id415348946?mt=12
    I just drag the IPA on to that app, type in the final URL for the files, and it builds all the files needed. I usually have the server mounted on my desktop, so I can build the files straight into the right folder. Sometimes though that can lead to permissions issues, and I have to repair those. A way around the permissions issues is to build to a local folder and then FTP up to the server folder. I think that works with less risk of messing up the permissions.
    After the first time with any given app I can then just pick it from the Recent menu, no need to even drag the IPA file onto Beta Builder.

  • Trouble with Adobe Acrobat Pro installation from Creative Cloud

    When I attempt to install Adobe Acrobat Pro from Creative Cloud, it will always fail on the first attemp. If I retry, it installs it. Then, when I open a pdf document, the application quits in seconds. I get a modal window with the license agreement. However, it is blank and the pull downs are empty. I hit a dead end.
    This is so aggravating; especially when Adobe is charging me for my membership every month.
    What gives? Can someone help with this?
    Brian

    Brian which operating system are you using?  Do you receive any specific errors during the installation process?  If you are using a Windows operating system then please uninstall Acrobat using the Programs and Features control panel.  Once done then please try using the Acrobat Cleaner Tool available at http://labs.adobe.com/downloads/acrobatcleaner.html.
    Also you mentioned that the EULA window is blank you may also want to see Blank EULA screen appears on Acrobat XI launch - http://helpx.adobe.com/acrobat/kb/blank-eula-screen-appears-acrobat.html.  Solution 2 is not likely to be relevant unless you are using an operating system not currently supported by the Creative Cloud Desktop application.

  • Trouble with multiline text box reading from xml file

    Hi,
    I have a text area, set to multiline.  For some reason, when my text imported from xml shows up in the box, it starts several lines down into the box.  So for example, my Text box is positioned with the top at the midpoint of my stage, but the text starts about 3/4 down the page, about half way down the text box.  Can someone please tell me why this is happening and what I can do to fix it?
    I noticed that when I put my cursor in the box and move it up and down, the rest of the text 'scrolls' into the frame, but otherwise it's cut off.  please help!
    Thanks,
    Stan

    Could you show your XML?

Maybe you are looking for

  • Regarding Generic Artical role in PP

    Hi Experts, in baseline retail how to planning Generic Article Wise or Variants Wise. i have create Generic Article MM41 and in that variants Size wise, i want stock Size wise.  my bom, routing, raw all same. MANOJ

  • Call ITS from BSP Application

    i have created a ITS screen which in turn calls a Abap report I want to call this ITS screen from a BSP application . Could you please provide some sample code which is used to call ITS from BSP application.. Useful answers will be rewarded Thanks

  • Coming up with the error - "Runtime error '429': ActiveX Component Can't cr

    Hi, While trying to edit the XML tag in a .rtf file (Microsoft Word 2010), coming up with the error - "Run time error '429': ActiveX Component Can't create object. Any help in resolving this is greatly appreciated. Rgds, Kiran Panditi

  • Canvas - Graphic object properties

    The problem is as following: I've got a form where objects are situated on two tab pages. A number of text_items are placed on rectangle graphic objects. My goal is to control visibility of those objects depending on certain conditions: With text ite

  • Pc running Win 7---unable to view youtube videos,  running IE update 10.0.7 and Firefox 22.0.

    Adobe says installation complete and flash is installed but when clicking on a you tube video it says I must install flash player.  Why?  If it is already installed?