Mutual redistribution between EIGRP and BGP and match statements

Hello Experts

I'm working on a problem of mutual redistribution between EIGRP and BGP

The idea is a beacon (210) on traffic from our LAN on R2 - 2 so that it can be put in correspondence and denied the R3-7. The goal is to prevent routing loops.

The routes are redistributed in R1 - 1, but I am not able to see if the roads are being marked.

Can someone let me know how to check the roads are being filtered with course maps?

TBH, I don't think the market at all.

I have attached the configs and view orders.

I read somewhere the problem was with match type internal route command, but I don't know if this is the problem

Any help will be greatly appreciated.

Topology and configs are attached.

See you soon

Hello

You have 2 points:

  1. Deny the redistribution of EIGRP routes tag in BGP: you already have with your route map
  2. You must filter the roads scholar eigrp on R5 to them are not propagated in R2. I'll use a roadmap for the tag and the EIGRP neighbor. The configuration looks like:

IP access-list standard FROM_R4
license to host 192.168.1.2
!
!
EIGRP-TAG route map deny 10
! subnets from R4 with tag 210
match ip route-source FROM_SLDC
game tag 210
EIGRP-TAG allowed 20 route map
!
Router eigrp 65100
! Filtering of marked routes
route map EIGRP-distribute-list tag in
!

Currently, you are missing a piece to import these networks R5.

Thank you

PS: Please do not forget to rate and score as correct answer if this answered your question

Tags: Cisco Network

Similar Questions

  • What are the differences between "PowerState" and "Guest.State" when I run the powercli command Get - VM

    I run the script following powercli: -.

    Get - VM | Export-Csv-path c:\test.csv - NoTypeInformation - UseCulture

    And from there I found 2 properties that describe the State of the virtual machine;

    1 PowerState which can be either; Receiving or PoweredOff

    2 Guest.State, which can be either; running or not

    Can someone so advice on the differences between these two properties? Could I have for example a VM with PowerState = PowerOn, and that his Guest.State = no run?

    PowerState if the State of the virtual machine itself.

    Documentation Centre of vSphere 6.0

    PoweredOff

    Receptor

    Suspeneded

    Everything about .guest is achieved through VMware tools and provide information to the OS itself.

    (VMware tools must be installed and working properly in the operating system to get whatever it is this property)

    Documentation Centre of vSphere 6.0

    Keep

    Reset

    Running

    ShuttingDown

    Standby

    Unknown

    Could I have for example a VM with PowerState = PowerOn, and that his Guest.State = no run?

    Yes.

    For example, if a virtual computer is started and VMware tools have never been installed on it, it will signal exactly that.

    From the vSphere Client, you will get in the summary > General > VMware Tools

    Does not not (not installed)

    You will get more information using the API via PowerCLI.

    . extensiondata.runtime.PowerState #poweredON

    . extensiondata.guest.GuestState #notRunning

    . extensiondata.guest.ToolsStatus #toolsNotInstalled

  • Problem with IPsec VPN between ASA and router Cisco - ping is not response

    Hello

    I don't know because the IPsec VPN does not work. This is my setup (IPsec VPN between ASA and R2):

    my network topology data:

    LAN 1 connect ASA - 1 (inside the LAN)

    PC - 10.0.1.3 255.255.255.0 10.0.1.1

    ASA - GigabitEthernet 1: 10.0.1.1 255.255.255.0

    -----------------------------------------------------------------

    ASA - 1 Connect (LAN outide) R1

    ASA - GigabitEthernet 0: 172.30.1.2 255.255.255.252

    R1 - FastEthernet 0/0: 172.30.1.1 255.255.255.252

    ---------------------------------------------------------------------

    R1 R2 to connect

    R1 - FastEthernet 0/1: 172.30.2.1 255.255.255.252

    R2 - FastEthernet 0/1: 172.30.2.2 255.255.255.252

    R2 for lan connection 2

    --------------------------------------------------------------------

    R2 to connect LAN2

    R2 - FastEthernet 0/0: 10.0.2.1 255.255.255.0

    PC - 10.0.2.3 255.255.255.0 10.0.2.1

    ASA configuration:

    1 GigabitEthernet interface
    nameif inside
    security-level 100
    IP 10.0.1.1 255.255.255.0
    no downtime
    interface GigabitEthernet 0
    nameif outside
    security-level 0
    IP 172.30.1.2 255.255.255.252
    no downtime
    Route outside 0.0.0.0 0.0.0.0 172.30.1.1

    ------------------------------------------------------------

    access-list scope LAN1 to LAN2 ip 10.0.1.0 allow 255.255.255.0 10.0.2.0 255.255.255.0
    object obj LAN
    subnet 10.0.1.0 255.255.255.0
    object obj remote network
    10.0.2.0 subnet 255.255.255.0
    NAT (inside, outside) 1 static source obj-local obj-local destination obj-remote control remote obj non-proxy-arp static

    -----------------------------------------------------------
    IKEv1 crypto policy 10
    preshared authentication
    aes encryption
    sha hash
    Group 2
    life 3600
    Crypto ikev1 allow outside
    crypto isakmp identity address

    ------------------------------------------------------------
    tunnel-group 172.30.2.2 type ipsec-l2l
    tunnel-group 172.30.2.2 ipsec-attributes
    IKEv1 pre-shared-key cisco123
    Crypto ipsec transform-set esp-aes-192 ASA1TS, esp-sha-hmac ikev1

    -------------------------------------------------------------
    card crypto ASA1VPN 10 is the LAN1 to LAN2 address
    card crypto ASA1VPN 10 set peer 172.30.2.2
    card crypto ASA1VPN 10 set transform-set ASA1TS ikev1
    card crypto ASA1VPN set 10 security-association life seconds 3600
    ASA1VPN interface card crypto outside

    R2 configuration:

    interface fastEthernet 0/0
    IP 10.0.2.1 255.255.255.0
    no downtime
    interface fastEthernet 0/1
    IP 172.30.2.2 255.255.255.252
    no downtime

    -----------------------------------------------------

    router RIP
    version 2
    Network 10.0.2.0
    network 172.30.2.0

    ------------------------------------------------------
    access-list 102 permit ahp 172.30.1.2 host 172.30.2.2
    access-list 102 permit esp 172.30.1.2 host 172.30.2.2
    access-list 102 permit udp host 172.30.1.2 host 172.30.2.2 eq isakmp
    interface fastEthernet 0/1
    IP access-group 102 to

    ------------------------------------------------------
    crypto ISAKMP policy 110
    preshared authentication
    aes encryption
    sha hash
    Group 2
    life 42300

    ------------------------------------------------------
    ISAKMP crypto key cisco123 address 172.30.1.2

    -----------------------------------------------------
    Crypto ipsec transform-set esp - aes 128 R2TS

    ------------------------------------------------------

    access-list 101 permit tcp 10.0.2.0 0.0.0.255 10.0.1.0 0.0.0.255

    ------------------------------------------------------

    R2VPN 10 ipsec-isakmp crypto map
    match address 101
    defined by peer 172.30.1.2
    PFS Group1 Set
    R2TS transformation game
    86400 seconds, life of security association set
    interface fastEthernet 0/1
    card crypto R2VPN

    I don't know what the problem

    Thank you

    If the RIP is not absolutely necessary for you, try adding the default route to R2:

    IP route 0.0.0.0 0.0.0.0 172.16.2.1

    If you want to use RIP much, add permissions ACL 102:

    access-list 102 permit udp any any eq 520

  • VPN between ASA and cisco router [phase2 question]

    Hi all

    I have a problem with IPSEC VPN between ASA and cisco router

    I think that there is a problem in the phase 2

    Can you please guide me where could be the problem.
    I suspect questions ACL on the router, but I cannot fix. ACL on the router is specified below

    Looking forward for your help

    Phase 1 is like that

    Cisco_router #sh crypto isakmp his

    IPv4 Crypto ISAKMP Security Association
    status of DST CBC State conn-id slot
    78.x.x.41 87.x.x.4 QM_IDLE 2006 0 ACTIVE

    and ASA

    ASA # sh crypto isakmp his

    ITS enabled: 1
    Generate a new key SA: 0 (a tunnel report Active 1 and 1 to generate a new key during the generate a new key)
    Total SA IKE: 1

    1 peer IKE: 78.x.x.41
    Type: L2L role: initiator
    Generate a new key: no State: MM_ACTIVE

    Phase 2 on SAA

    ASA # sh crypto ipsec his
    Interface: Outside
    Tag crypto map: Outside_map, seq num: 20, local addr: 87.x.x.4

    Outside_cryptomap_20 ip 172.19.209.0 access list allow 255.255.255.0 172.
    19.194.0 255.255.255.0
    local ident (addr, mask, prot, port): (172.19.209.0/255.255.255.0/0/0)
    Remote ident (addr, mask, prot, port): (172.19.194.0/255.255.255.0/0/0)
    current_peer: 78.x.x.41

    #pkts program: 8813, #pkts encrypt: 8813, #pkts digest: 8813
    #pkts decaps: 0, #pkts decrypt: 0, #pkts check: 0

    compressed #pkts: 0, unzipped #pkts: 0
    #pkts uncompressed: 8813, model of #pkts failed: 0, #pkts Dang failed: 0
    #send errors: 0, #recv errors: 0

    local crypto endpt. : 87.x.x.4, remote Start crypto. : 78.x.x.41

    Path mtu 1500, fresh ipsec generals 58, media, mtu 1500
    current outbound SPI: C96393AB

    SAS of the esp on arrival:
    SPI: 0x3E9D820B (1050509835)
    transform: esp-3des esp-md5-hmac no
    running parameters = {L2L, Tunnel}
    slot: 0, id_conn: 7, crypto-card: Outside_map
    calendar of his: service life remaining (KB/s) key: (4275000/3025)
    Size IV: 8 bytes
    support for replay detection: Y
    outgoing esp sas:
    SPI: 0xC96393AB (3378746283)
    transform: esp-3des esp-md5-hmac no
    running parameters = {L2L, Tunnel}
    slot: 0, id_conn: 7, crypto-card: Outside_map
    calendar of his: service life remaining (KB/s) key: (4274994/3023)
    Size IV: 8 bytes
    support for replay detection: Y

    Phase 2 on cisco router

    protégé of the vrf: (none)
    local ident (addr, mask, prot, port): (172.19.209.0/255.255.255.0/0/0)
    Remote ident (addr, mask, prot, port): (172.19.194.0/255.255.255.0/0/0)
    current_peer 87.x.x.4 port 500
    LICENCE, flags is {origin_is_acl},
    #pkts program: encrypt 0, #pkts: 0, #pkts digest: 0
    #pkts decaps: 0, #pkts decrypt: 0, #pkts check: 0
    compressed #pkts: 0, unzipped #pkts: 0
    #pkts uncompressed: 0, #pkts compr. has failed: 0
    #pkts not unpacked: 0, #pkts decompress failed: 0
    Errors #send 0, #recv 0 errors

    local crypto endpt. : 78.x.x.41, remote Start crypto. : 87.x.x.4
    Path mtu 1452, ip mtu 1452, ip mtu BID Dialer0
    current outbound SPI: 0x0 (0)

    SAS of the esp on arrival:

    the arrival ah sas:

    SAS of the CFP on arrival:

    outgoing esp sas:

    outgoing ah sas:

    outgoing CFP sas:

    protégé of the vrf: (none)
    local ident (addr, mask, prot, port): (172.19.194.0/255.255.255.0/0/0)
    Remote ident (addr, mask, prot, port): (172.19.209.0/255.255.255.0/0/0)
    current_peer 87.x.x.4 port 500
    LICENCE, flags is {origin_is_acl},
    #pkts program: encrypt 0, #pkts: 0, #pkts digest: 0
    #pkts decaps: 8947, #pkts decrypt: 8947, #pkts check: 8947

    compressed #pkts: 0, unzipped #pkts: 0
    #pkts uncompressed: 0, #pkts compr. has failed: 0
    #pkts not unpacked: 0, #pkts decompress failed: 0
    Errors #send 0, #recv 0 errors

    local crypto endpt. : 78.x.x.41, remote Start crypto. : 87.x.x.4
    Path mtu 1452, ip mtu 1452, ip mtu BID Dialer0
    current outbound SPI: 0x3E9D820B (1050509835)

    SAS of the esp on arrival:
    SPI: 0xC96393AB (3378746283)
    transform: esp-3des esp-md5-hmac.
    running parameters = {Tunnel}
    Conn ID: 29, flow_id: Motorola SEC 1.0:29, card crypto: mycryptomap
    calendar of his: service life remaining (k/s) key: (4393981/1196)
    Size IV: 8 bytes
    support for replay detection: Y
    Status: ACTIVE

    the arrival ah sas:

    SAS of the CFP on arrival:

    outgoing esp sas:
    SPI: 0x3E9D820B (1050509835)
    transform: esp-3des esp-md5-hmac.
    running parameters = {Tunnel}
    Conn ID: 30, flow_id: Motorola SEC 1.0:30, card crypto: mycryptomap
    calendar of his: service life remaining (k/s) key: (4394007/1196)
    Size IV: 8 bytes
    support for replay detection: Y
    Status: ACTIVE

    outgoing ah sas:

    outgoing CFP sas:

    VPN configuration is less in cisco router

    access-list 101 permit ip 172.19.194.0 0.0.0.255 172.19.206.0 0.0.0.255 connect
    access-list 101 permit ip 172.19.206.0 0.0.0.255 172.19.194.0 0.0.0.255 connect
    access-list 101 permit ip 172.19.194.0 0.0.0.255 172.19.203.0 0.0.0.255 connect
    access-list 101 permit ip 172.19.203.0 0.0.0.255 172.19.194.0 0.0.0.255 connect
    access-list 101 permit ip 172.19.194.0 0.0.0.255 172.19.209.0 0.0.0.255 connect
    access-list 101 permit ip 172.19.209.0 0.0.0.255 172.19.194.0 0.0.0.255 connect

    access-list 105 deny ip 172.19.194.0 0.0.0.255 172.19.206.0 0.0.0.255 connect
    access-list 105 deny ip 172.19.206.0 0.0.0.255 172.19.194.0 0.0.0.255 connect
    access-list 105 deny ip 172.19.194.0 0.0.0.255 172.19.203.0 0.0.0.255 connect
    access-list 105 deny ip 172.19.203.0 0.0.0.255 172.19.194.0 0.0.0.255 connect
    access-list 105 deny ip 172.19.194.0 0.0.0.255 172.19.209.0 0.0.0.255 connect
    access-list 105 deny ip 172.19.209.0 0.0.0.255 172.19.194.0 0.0.0.255 connect

    sheep allowed 10 route map
    corresponds to the IP 105

    Crypto ipsec transform-set esp-3des esp-md5-hmac mytransformset

    mycryptomap 100 ipsec-isakmp crypto map
    the value of 87.x.x.4 peer
    Set transform-set mytransformset
    match address 101

    crypto ISAKMP policy 100
    BA 3des
    md5 hash
    preshared authentication
    Group 2
    ISAKMP crypto key xxx2011 address 87.x.x.4

    Your permit for 105 ACL statement should be down is changed to match because it is the most general ACL.

    You currently have:

    Extend the 105 IP access list
    5 permit ip 172.19.194.0 0.0.0.255 (18585 matches)
    10 deny ip 172.19.194.0 0.0.0.255 172.19.206.0 0.0.0.255 connect
    30 deny ip 172.19.194.0 0.0.0.255 172.19.203.0 0.0.0.255 connect
    50 deny ip 172.19.194.0 0.0.0.255 172.19.209.0 0.0.0.255 connect

    It should be:

    Extend the 105 IP access list
    10 deny ip 172.19.194.0 0.0.0.255 172.19.206.0 0.0.0.255 connect
    30 deny ip 172.19.194.0 0.0.0.255 172.19.203.0 0.0.0.255 connect
    50 deny ip 172.19.194.0 0.0.0.255 172.19.209.0 0.0.0.255 connect

    IP 172.19.194.0 allow 60 0.0.0.255 (18585 matches)

    To remove it and add it to the bottom:

    105 extended IP access list

    not 5

    IP 172.19.194.0 allow 60 0.0.0.255 any

    Then ' delete ip nat trans. "

    and it should work now.

  • Photosmart C4480 - sharing between XP and Vista problems

    I have my Photosmart C4480 connected via USB on my desktop running Windows XP. I have a home network set up between the desktop and my laptop running Windows Vista 32-bit. Sharing works files and the computers can succesfully mutually ping no problem.

    I have the printer to share in XP, but Vista does not see the printer on the network. I installed the printer drivers on both computers.

    I know that's not where he's going, but maybe someone will read it. I called the technical support and spent 57 minutes on the phone and got anywhere, not less than 40 of the 57 minutes were spent in complete silence. The only stage of the tech support rep asked me to do is to download the latest drivers on the laptop, but then me has said he did not install. After 57 minutes, he sent me an email with a link to the plug of the printer. He asked me to read him what it says beside 'Connectivity' which of course was USB 2.0. I had already tried to explain once Mr the difference between a printer wireless and a shared printer on a wireless network. Clearly, he never had the image. After reading the option of connectivity USB 2.0 for the guy, he noted that the printer could not be used on any wireless network. So frustrating. Very, very disappointed in HP technical support. Very, very unlikely that I buy another HP product.

    Someone help me please.

    I'll pass by this very detailed and try to think you don't know what you're doing so that the directions are clear and easy for anyone to understand.

    1. you must first install the printer on the computer on which it will be connected to via USB (Windows XP computer in my example). Follow the exact instructions that came with the printer for best results. The directions are simple and clear and the steps must be performed in the order that they advise for a correct installation.

    2. After you have the printer installed and working properly on your computer, the printer is directly connected to via USB, use the installation CD to install all the drivers on the computer you want to access the printer over your home network (Windows Vista computer in my example). When you put the installation provided in this computer CD click on Install or Setup or anything else that is similar in option you are given in the menu. When you get towards the end of the installation, Setup prompts you either to connect the printer to the computer or to continue and complete the installation without connection. You want to complete the installation without the printer connection.

    3. now that you have all the appropriate drivers installed on computers you want to set up your network. On the computer on which the printer directly connected (computer Windows XP in my case), you want to run the Network Setup Wizard to set up the printer share. In Windows XP, you want to click on start > my network places. This will open the my network places window. In this window on the left side, you should see a few options in the section "network management". Click 'set up a home or small business network. This will open the Network Setup Wizard. You will notice that one of the bulleted items listed for what you can do with a network is "share a printer. Follow and complete all the steps in the Network Configuration Wizard. When you are finished, your network must be configured and ready to go.

    4. now you want to turn on sharing the Photosmart C4480. Once more on the computer on which the printer directly connected via USB (once again, the Windows XP computers in my example), you want to click on start > Control Panel > printers and faxes. In this menu, you should see your newly installed Photosmart C4480 printer. Right-click on the printer and select "Properties". This will open the window properties of HP Photosmart C4400 series. You will notice that the window has several tabs at the top. Click on the "Sharing" tab, select "share this printer" and name the printer in the "share name:" text box. Do not the complicated name. I used "HP C4480" for mine. Click 'OK' to close the window and save the changes.

    5. you need to know what the IP address of the computer with the printer connected directly via the USB port, so that we can ensure that your network is configured correctly and that the other computer (Windows Vista in my example) is capable of good communicate with the Windows XP computer. On the Windows XP computer that is connected to the printer, click on start > all programs > Accessories > command prompt. This will open the command prompt window. Type "ipconfig" and press ENTER. This will show you your IP address, subnet mask and default gateway. Note your IP address. There will be a series of four numbers, separated by three points (for example 192.178.1.2). You can close the command prompt window now.

    6. now you know what the name of the computer is on the network. Click the Start button then right-click on "My Computer" and select Properties. This will open the "System Properties" window You will notice that there are several tabs at the top of this window. Select the "Computer name" tab The name of the tab may vary from one computer to another, but there will be a tab named 'Computer name' or 'Network name' or something similar. Select this tab. On this tab, you will see "full computer name:" and then to the right of that will be the name of your computer on the network (the computer DESKTOP for example). Note that. Click 'OK' to close this window.

    7. now you are done on the computer on which the printer directly connected via USB. Get on your other computer (Windows Vista computer in my example). In Windows Vista, click Start > Accessories > command prompt. This will open the command prompt window. Type "ping IP address" and press ENTER. Put your IP (e.g. 192.178.1.2) where I typed "IP address". It tests communication between computers and display the results when the test is performed. If all goes well, it will say something like 4 packets sent, 4 packets received, 0% lost. If packets have been sent but not received then you have a network problem which must be settled before the printer you will work.

    8. assuming that the ping was successful, you are almost finished. Close the command prompt window. Always on the Windows Vista computer (the computer not directly connected to the printer via the USB port), click Start > network. This will open the 'network '. Now your computer will search and display all present on your network. It may take a minute or two so be patient if nothing appears immediately. Finally the name of the other computer should appear (e.g. OFFICE). Double-click the icon above the name of the other computer. This should now show a list of all that on the other computer on the network. The common things to see here are printers and a "SharedDocs" folder You should see that the listed here HP Photosmart C4480. It is listed under the name you gave to the printer in step 4 above. Right-click on the printer icon and select 'connect '.

    9. This will open the "Windows printer Installation" window and says "connecting to the PRINTERNAME on computername. I don't remember exactly what happens the first time you do this, but it can ask you for installation and others. If so, just follow all the steps, it gives you, and he needs to connect to the printer.

    10. at this point, you are ready to go. You should now be able to open Microsoft Word or another program and print on the printer HP Photosmart C4480 from the Windows Vista-based computer on your network. The Photosmart C4480 will very probably not already set as the default printer so you will have to select in the menu of the print window in the "Printer name" drop It can open a window saying that the computer connects to the printer when you do this. After that when you click on print, your document should be sent on the network of the Photosmart C4480.

    11. If you want to set your Photosmart C4480 printer by default on the computer, it is not directly connected to (Windows Vista computer in my example), click Start > Control Panel. This will open the Control Panel window. Under the heading "Hardware and sound", click on "printer".  This will open the Printers window. You should see the "HP Photosmart 4400 series on ComputerName" icon in this window. Right-click on the icon and select "Set as default printer". After that, you should see a green and white check mark next to the icon of the printer. The Photosmart C4480 is now set as default printer on the computer, and whenever you print from any application will automatically be selected Photosmart C4480 printer.

    Hope all that made sense and solves your problems. If you please, after back and let me know if make you it work, or if you have other questions. I'll be more than happy to try to help!

  • What is the difference between OCÉ and (OCP and OCS)

    What is the difference between ECAS and (OCP or OCS).

    For example, I heard that OCS helps with the language

    and the marketing of a product.

    Could this be true as ECAS focuses on how to do things.

    and not so much things to a much higher level.

    For example, how do you set up, how you use it, how do you start, etc.

    Thank you Roger

    Roger,

    OCÉ Doghouse more. These certifications can be more CERT of intermediate or high level certificates. These were specifically developed for the gaps in the certification that did not match our OCA, OCP, hierarchy of the CMO.

    Generally, the CERT of the OCS tend to focus more on implementation. These certificates have been developed for the Oracle PartnerNetwork for areas of certification which specifically serve Oracle partners and qualify them for levels of specialization. These certifications are available for all candidates, but are directed towards members of OPN.

    I hope this helps.

    Kind regards
    Brandye Barrington

    Oracle Certification program

  • Color change of values between Illustrator and InDesign

    I have googled and looked here for an answer to my question, but have not been able to find anything.

    I designed several pieces of encumbered asset, all using the same unique color. Some of the pieces I designed in Illustrator and the other in InDesign.

    The problem is, when I copy and paste the yellow color value (if it is RGB or CMYK - I tried both ways), it CHANGES between Illustrator and InDesign. The color stays the same between Illustrator documents, but if I C + P InDesign - or vice versa-, the color value change literally before my eyes. And I don't want to say 'looks like' different, real changes in number.

    Here's a real example:

    Call a box in Illustrator and chose the color #f8f1e0 / 2% 3% 12% 0%. Call a box in InDesign, C + P had the values of color in there, and it DID change the color appropriate for a moment. You click OK. Click New in the color picker and color is now #f8f1e1 / 2% 3% 11% 0%.

    If it is relevant, it seems that the color will change to a slightly darker every time.

    And Yes, the two documents has STARTED OUT as CMYK documents and stayed like that. I also have my color sync via Bridge. I'm working on CC 2015 and all programs are up to date.

    Any idea of what could happen? Thank you in advance.

    ETA: Okay, I just chose preview overprinting in Illustrator and also changed the color of #f8f1e0 to #f8f1e1. I see now this is not a malfunction of the program, but can someone explain WHY this happens? I'm still new to color management and it's quite confusing for me. Thank you once again.

    ETA: thing: when I save the InDesign document to readable PDF and then pull it in Illustrator, the color is now #f8f2e2, even when you preview overprinting.

    Hexadecimal values are RGB color, so if you plug one in the color chart the resulting CMYK values are a conversion of the color management of the profile the document CMYK document RGB profile. You will get different CMYK conversions according to the profile source RGB, CMYK destination profile, intend to color and compensation of the black point used for the conversion.

    In addition the InDesign documents can have colors RGB and CMYK with CMYK and RGB profiles assigned that do not necessarily correspond to the color settings work profiles, in order to sync'ng your color settings may not get everything to match.

    Ultimately if you want to match the CMYK color or nuances between AI and ID, make sure you document assigned CMYK profile matching (Edit > assign profile...) and enter CMYK and hex does not values

  • Mapping data between BI and another Oracle module

    Hello

    I'm working on a project for a Government of a county of Florida. We have a problem with project accounting R12 data match with OBIEE 11g database. It is more of a field of marking problem than a problem of integrity of data - for example, 'Customer number' in the accounting of the project is clearly a different data set than 'Customer number' in BI. We know the same data exists in BI but we do not know what it is called and therefore how interrogate him for reporting purposes. Why data marking is so messed up, I can't say, but I was in charge of mapping 'Customer number' (and everything else) in project accounting to the equivalent of the BI field. Supposedly this mapping does not already exist (which seems impossible since someone set up the flow of data between the two parts of the system at some point!). I hope someone can recommend an approach that doesn't end up being heavy and manual. Thank you!

    Warm greetings to all,

    John

    https://support.us.Oracle.com/OIP/faces/secure/km/DocumentDisplay.JSPX?ID=1274680.1#BODYTEXT

    OR

    Oracle Business Intelligence Applications ETL Data Lineage Guide version 7.9.6.2 and 7.9.6.3 [ID 1274680.1]

    Check this box... It gives you a document of data lineage... Mapping between source and target stage and...

    It certainly helps you the way that you look.

    MAK is useful if it helps...

    Kind regards
    Rayan Vieira

  • What is the difference between varcha2 and nvarchar2

    Hi Experts,

    Could someone please describe the difference between the varcahr2 and the nvarchr2.is it important difference to store the data of nvarchar2 column, I am trying to load data from a flat file to column navarchar2 I get error like this

    ORA-01861: literal does not match the format string

    Thanks in advance...

    Kind regards
    Surya

    Surya says:
    I description table like:

    SQL > desc emp
    Name Null? Type
    ----------------------------------------- -------- ----------------------------
    EMPNAME NVARCHAR2 (50)
    JOINDATE DATE
    NUMBER OF SAL

    When I try to insert date below values as:

    INSERT INTO EMP (JOINDATE) VALUES (TO_DATE (' 2011-03-09 00:00:00 "," DD/MM/YYYY HH12:MM:SS'));))

    error is:

    ERROR on line 1:
    ORA-01810: put the code appears twice

    And this has to do with varchar2, nvarchar2 Vs?
    Anyway, your date format mask is incorrect. To convert the minutes, MI should be used and not MM.
    In addition, if you try to convert from 00:00:00 to 12-hour format, it will trigger ORA-01849 time must be between 1 and 12 error.
    check if TO_DATE (' 2011-03-09 00:00:00 "," YYYY/MM/DD HH24:MI:SS') meets your needs.

  • The CMYK values change between FH and Photoshop

    Hello

    I'm recreating a logo in FreeHand MX11 of a fact in Photoshop CS2, which is composed of PMS colors. Unfortunately, the original artist didn't leave notes about what PMS colors she used, but when I sample a color in P'shop, I get a PMS color (286 PC C100/M66/Y0/K2) it's a close match. Problem is when I assign that same color in FreeHand, even if the color has the same CMYK values, it looks much darker and not of the same color at all. When I copy and paste the image of FH in Photoshop and sample it, its values change to C100, M86, Y23, K9.

    I'm confused, how the two applications can have so much variation in the PMS color display? Y at - he adjustment of color management that I need trouble?

    Thanks for any help,
    Chris

    Christopher Christner says:

    > [...] but when I sample a color in P'shop, I get a PMS color that has a close
    > match. Problem is when I assign that same color in FreeHand, it looks great
    > darker and not the same color at all.

    What are your color management settings is FH? Are you on a PC or a Mac? Are
    using ColorSync?

    Take a look at color settings of Danny Whitehead to see a success
    the colors between Photoshop and FH management approach.

    http://www.bqprint.co.UK/otherstuff/cmsettingsosx.jpg

    Judy Arndt

  • CDC: Difference between coherent and Simple mode?

    Hello

    I would like to know if anyone can explain the main differences between the two modes of the CDC?

    In fact, we are interested in implementing a DCC ODI asynchronous Oracle newspaper.
    But we would like to make sure that it matches our needs.

    I understand that the simple mode is on a table and the consistent on several articulated together.
    But my questions are:

    -Could we choose to log table for only some of the columns.
    -> If in my table, I'm not interested in the change of some columns, I can 'say' to the CDC do not watch?
    or the CDC can tell me which column had been updated?

    -in fact, I would like to know what is the difference between Simple and consistent? and if the mode is just a Simple mode for more than one table?
    Cause, we need to know what the source columns had been updated for each record, not only the primary key of the record being updated.

    I know that Oracle CDC allows it, but I don't know if ODI enable us to see only the columns that have been updated.


    Thanks in advance

    Brice

    Hi Brice,.

    AFAIK for a coherent CDC referential integrity must be set at the level DB (PK, FK).
    Personally I have never used any logical key, so I'd rather hear for a few experienced comments.

    Thank you
    Fati

  • Index and MATCH with several conditions

    Hi all! I hope I can explain what I'm trying to do here clearly. This is my first shot:

    In the table below "Office entry Worksheet - area 1" I am trying to insert a formula in column B which will result in an answer ' true / false ' and be used for conditional highlighting

    The first condition that must be met is that the checkbox in the table "Labor and material Checklist" column A or check, if it is not checked, then move to the next line. If the box is checked, then the following condition would need to index and match with column C of table "Office entry Worksheet - area 1" in column B. If there is a match in column C, then move to the next line of column B in the table 'labor and material Checklist '. This continues until there is a 'match', then highlight column B in the table "entry Office sheet - surface 1" in red (or something like "MISSING task")

    It is an estimate and the idea is to ensure that the Phases that are checked in the table "Labor and material Checklist" will not miss when you use the table "entry office map - zone 1".

    Thank you very much for your help!

    Tim

    Is it possible that I can download this spreadsheet file?

  • Difference between 'Reload' and "Reload (Override Cache)"?

    Https://support.mozilla.org/en-US/kb/keyboard-shortcuts-perform-firefox-tasks-quickly#w_navigation, what is the difference between 'Reload' and "Reload (Override Cache)"? What makes "ignore cache"?

    Reloading Web pages and cache bypass aims to obtain a new copy of perhaps obsolete or damaged files currently stored in the disk cache.
    You can do it like the first attempt if a normal charging does not seem to provide a version of a Web site or if you are having problems with a Web site otherwise.

    We usually have advice that if you have questions:

    Reload Web pages and ignore the cache to refresh potentially stale or corrupt.

    • Hold down the SHIFT key and click the Reload button
    • Press 'Ctrl + F5' or 'Ctrl + Shift + R' (Windows, Linux)
    • Press 'Command + shift + R' (Mac)

    Clear the cache and delete cookies only from Web sites that cause problems.
    "Clear the Cache":

    • Firefox/tools > Options > advanced > network > content caching Web: 'clear now '.

    'Delete Cookies' sites causing problems:

    • Firefox/tools > Options > privacy > "Use the custom settings for history" > Cookies: "show the Cookies".

    Start Firefox in Safe Mode to check if an extension or theme (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problems.

  • What happened between Firefox and Roboform? FF no longer mentions RF in its modules!

    What happened between Firefox and Roboform? FF no longer mentions RF in one of its modules.

    I'm having the same problem. RoboForm contacted and they act like they have no idea there is a problem.

  • Parachute does not not between iOS and Mac devices... Does anyone have a good solution for it nor a lot of garbage to support

    Parachute does not not between iOS and Mac devices... Does anyone have a good solution for it nor a lot of garbage to support

    You want the solution? Why not tell us what Mac and Apple, mobile devices you have the OS and version?

    Also what troubleshooting steps you took?

    We do not have a crystal ball, and we're not sitting next to you.

Maybe you are looking for

  • Apple TV Remote 3rd generation pairing

    We have just received new internet, and I went to put in the new network outside of apple TV. When I click on the remote control the Apple TV blinks 3 times (white light) and I can't move the cursor. I tried to restart my Apple TV and using my remote

  • Why does not load unless favicon.ico in the web address www

    I have my favicon.ico to the root of my directory and HTML report and still can't make it work if I get the address without the www in front of him. (I've done this before, I know I have the correct ico file and html code. I have no problem in other

  • LinkBucks

    Whenever I trying to access some Web sites or toast on the links, I get a pop up on "linkbucks" screen and it won't let me get to what I'm doing. When this screen it keeps trying to download some sort of program and when I try to get out, she just ke

  • I can't receive my incoming messages in windows live essential 2011

    Hello I've been tryind to receive my incoming emails, but I can't. I had an update of preform so I clicked and computer upgraded windows live wilndows live essential 2011. Now, I can not receive any form of incoming e-mails. What I do, I can't find a

  • Right click - send to - compressed zip - can insert the password

    Right click and choose: send to: compressed zip - can insert the password for the zip file created..., default or a new password, whenever I do a zip?