Goldengate Replication without software on the target

Hi
for a PoC I try to find out if there is a way to use Goldengate for reporting offloading without installing the software on the target. Does that work? I tried with a similar approach as with target on same host as source but get the error message ogg-00644 TNS: no listener.
Any hints are welcome

That's excatly what I did and where I received the above error message
Here are the parameters for extract and replicat:
EXTRACT EXTLOCAL
SETENV(NLS_LANG=AMERICAN_AMERICA.AL32UTF8)
USERID GGATE, PASSWORD xxx
DISCARDFILE /export/home/ggate/goldengate/dirdis/ext1.dsc, PURGE
RMTHOST localhost.com, mgrport 7809
RMTTRAIL /export/home/ggate/goldengate/dirdat/re
TABLE DEMO.GGTEST;
TABLE DEMO.GGMULTI1;
TABLE DEMO.GGMULTI2;
REPLICAT replocal
USERID [email protected], PASSWORD ggpwd
SETENV(TNS_ADMIN=/home/ggate)
SETENV(NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1)
SETENV(ORACLE_HOME=/data/oracle/product/10.2.0.5)
DISCARDFILE /home/ggate/goldengate/dirdis/repl1.dsc, PURGE
ASSUMETARGETDEFS
MAP DEMO.*, TARGET DEMO.*;
Edited by: carajandb on 06.02.2013 16:41

Similar Messages

  • I bought a 2nd gen ipod touch without software over the internet, i cannot use any apps as i need the latest version of iOS and i don't know how to get this. Please help.

    please help

    decy95 wrote:
    When I clicked 'check for update' it just says that 2.2.1 is the current version
    It will - until you purchase iOS 3.
    Follow the link that stedman provided, and on that page, instead of choosing the link to iOS4, choose Purchase the iOS 3.1 Software Update directly from the iTunes Store. When you choose it, iTunes will open to the store and page for buying (purchasing) the update. It doesn't cost much (a few dollars although I cannot recall precisely) and it is the only way to update from you current iOS version. Once you do that, a further update to iOS 4.2.1 is free. That particular update may occur straight away, I don't know.
    By the way, iOS 4.2.1 is as high as the 2nd generation Touch can go, but don't let that put you off. I have one and although I cannot install the BBC iPlayer (because it requires iOS 5) there are many Apps that work perfectly well with iOS 4.2.1.
    decy95:
    I've just read the another discussion (to which you contributed), in which Illaass suggests that you may have a 1st generation Touch. If that is so, then your iPod will only be able to update to iOS 3.1.3. This will still need to be purchased, but be aware that many Apps require iOS 4 or higher, so your options would be more limited. So follow the link Illaass provided to confirm which model you have.
    Message was edited by: the fiend

  • Why do I get Error 42 when I build a RT-exe with numbers in the Target file?

    I can build a RT-exe without numbers in the Target Filename without any problems.
    As soon as I put a number in the Target Filename, lets say startup1.rtexe, I get the following error:
    Fehler 42 ist bei Ordner erstellen in Create Directory Recursive.vi->AB_Destination.lvclass:Create_Destination.vi->AB_Build.lvclass:Create_Destinations.vi->AB_Application.lvclass:Create_Destinations.vi->AB_Build.lvclass:Build.vi->AB_Application.lvclass:Build.vi->AB_RTEXE.lvclass:Build.vi->AB_Engine_Build.vi->AB_Build_Invoke.vi->AB_Build_Invoke.vi.ProxyCaller aufgetreten
    Mögliche Ursachen:
    LabVIEW:  Allgemeiner Fehler.
    C:\Dokumente und Einstellungen\es-enn-extern1\Eigene Dateien\300. Programme\c\ni-rt\startup\startup.rtexe\LabVIEW 2009
    I use LV 2009, and I can't remember having this problem with LV 8.2 or 8.6. This made it a bit hard for me to figure out where the problem might be.
    Now I would like to use numbers in the Filename (e.g. version1.0.rtexe, version1.1.rtexe...). Any ideas how to make this work?
    Solved!
    Go to Solution.

    thanks for the answer Christian
    here is a dummy project where I experience the same problem (LV 2009).
    Message Edited by kein on 12-15-2009 09:01 AM
    Attachments:
    LV Project.zip ‏24 KB

  • PXI Platform Services version on the target appears to be older then 2.0.0 this host only supports targets running PXI Platform Servies 2.0.0 and later Upgarade your target in order to configure its PXI properties from this Host

    after formating  when tryed to install software to the target  this Error Shown
    NI PXi 8108
    The Selcted Target does not support this function 
    when I try to add PXi chassis this Error Shown
    PXI Platform Services version on the target appears to be older then 2.0.0 this host only supports targets running PXI Platform Servies 2.0.0 and later Upgarade your target in order to configure its PXI properties from this Host
    Help me!

    Hi Lukas,
    I think the problem is caused by differenet drivers for the CAN communication.
    NI provides two driver for CAN: NI-CAN and NI-XNET.
    NI-CAN is the outdated driver which is not longer used by new hardware. NI replaced the NI-CAN driver with NI-XNET some years ago, which supports CAN, LIN and the FLEXRAY communication protocol.
    You wrote:
    In order to fix this problem I have formatted my PXI and I have installed the following SW from the iPC:
    3. NI_CAN 2.7.3
    NI CAN is the outdated driver. I think that you should try to install NI-XNET instead of NI-CAN on your PXI-System, to get rid of the error message.
    Regards, stephan

  • How to reconfigure and restart GoldenGate Replication from MySQL to Oracle after a DDL operation on the source

    I succesfully configured and performed the goldengate replication from MySQL 5.1 to Oracle XE 11g using GG 11g as per
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/goldengate/11g/GGS_Sect_Config_UX_MSQ_to_UX_ORA.pdf
    After replication was successully started working I added a new column to one of the test tables TCUSTMER
    ALTER TABLE TCUSTMER ADD COLUMN ADDRESS VARCHAR(64) DEFAULT NULL;
    And inserted another row in the same table.
    INSERT INTO TCUSTMER VALUES ('CLARK', 'CLARK BOATS', 'REDWOOD',  'CA', 'Test Addresss1');
    As soon as I did that the replication broke.
    2015-04-16 17:42:44  ERROR   OGG-00146  VAM function VAMRead returned unexpected result: error 600 - VAM Client Report <CAUSE OF FAILURE : Table Metadata Altered cause
    WHEN FAILED : While processing table map event in log processor
    Then I reverted the DDL change back to original
    ALTER TABLE TCUSTMER DROP COLUMN ADDRESS;
    and tried to run the replication again
    But it is not starting as before.
    What should I do to move forward with same setup.

    Hi ,
    Whenever you do a DDL change in the Source table, you have to make the same changes in the Target side also. Then recreate the Definition File, copy it to the Target side and Start the GoldenGate processes.
    1. Add the column in the Target side.
    2. Recreate the Definition File and copy it to the Target side.
    3. Recreate the Replicat process in the Target side and try to start it.
    Hope this works..!!!!!!!! Any other suggestions friends????????
    Regards,
    Veera

  • ISCSI Software Target - Disk is corrupt (locally) not on on the target

    Hi,
    I have a Windows 2008R2 server on which i have installed Microsoft iSCSI Software Target. I have created a Virtual Disk and an iSCSI target configuration on this server.
    The target is a virtual server running Windows 2012R2. The target has the virtual disk mounted succesfully as a R: drive and i can use it, create files, delete files with no apparent problems.
    However on the Win2008R2 box where i have created the virtual disk, i cann see that the virtual disk is also mounted and generates hundreds of errors in the system logs: "The file system structure on the disk is corrupt and unusable. Please run chkdsk
    utility on the volume n" The goal is to have the Virtual Disk mounted on the target server but not on the server where the Vdisk is created. Any help would be greatly appreciated.

    Hi,
    I have a Windows 2008R2 server on which i have installed Microsoft iSCSI Software Target. I have created a Virtual Disk and an iSCSI target configuration on this server.
    The target is a virtual server running Windows 2012R2. The target has the virtual disk mounted succesfully as a R: drive and i can use it, create files, delete files with no apparent problems.
    However on the Win2008R2 box where i have created the virtual disk, i cann see that the virtual disk is also mounted and generates hundreds of errors in the system logs: "The file system structure on the disk is corrupt and unusable. Please run chkdsk utility
    on the volume n" The goal is to have the Virtual Disk mounted on the target server but not on the server where the Vdisk is created. Any help would be greatly appreciated.
    If you're trying to mount iSCSI disk from the multiple initiators @ the same time it's not something you can do straightforward because NTFS is not a cluster-aware file system and has no clue about somebody else changing metadata in-place. There many
    options (using CSV, using SMB on top of iSCSI, using cluster-aware file system and using distributed lock manager), see detailed description and options listed here:
    iSCSI instead of SMB
    http://www.starwindsoftware.com/forums/starwind-f5/trying-clear-this-use-iscsi-instead-smb-t1392.html
    (hosted on StarWind site but is true for any Windows and SAN implementation including one you use)
    Hope this helped a bit :)
    StarWind VSAN [Virtual SAN] clusters Hyper-V without SAS, Fibre Channel, SMB 3.0 or iSCSI, uses Ethernet to mirror internally mounted SATA disks between hosts.

  • Attempted to install AirPort Utility 6.0 on my new mac mini. Install failed and now the previous version 5.5.3 won't open. I downloaded and tried to instal 6.0 without software update, which failed, and my old 5.5.3 AirPort Utility still won't open? Help.

    Now the previous version won't open. I downloaded and tried to instal 6.0 without software update, which failed, and my old 5.5.3 Airport Utility still won't open.
    iTunes no longer recognizes my airport express.
    Error Message:
    None of the selected updates could be installed.
    An unexpected error occurred.
    Can't delete Airport Utility and reinstal from scratch as it is, “AirPort Utility” can’t be modified or deleted because it’s required by Mac OS X.
    Any sugestions?

    I reinstalled AirPort 5.5.3 which worked, but the app still won't launch but iTunes now recognizes my AirPort Express, I just hope I don't want to change its settings.

  • I have a mac  book pro that i bought in late 2009. My current software is snow leopard version 10.5.8. I would like to get the new lion operating system but I cant without first getting the latest version of snow leopard. it doesnt show on software updat

    I have a mac book pro that i bought in late 2009. My current software is snow leopard version 10.5.8. I would like to get the new lion operating system but I cant without first getting the latest version of snow leopard. however when I go to update my software it doesnt show that any update is available.

    10.5.8 is Leopard, not Snow Leopard. You need the Snow Leopard DVD;
    You can get it only by phone now from Apple.
    In the US, call 1-800-MY-APPLE and ask for a sales assistant. Last quoted price was $19.99 for the single-user and $29.99 for the family licence.
    For other countries, check here; http://support.apple.com/kb/HE57
    Don't forget to ask for Sales; the tech support guys can't help.
    If you want Lion, rather than Mountain Lion, the same Sales team can give you a download code to use at the Mac AppStore.
    To get the App Store, you need to update your new Snow Leopard from 10.6.3 (which is the version on the installer) to 10.6.8 with the combo update; http://support.apple.com/kb/DL1399
    Be warned that the upgrades will render a lot of older software unusable, and will need new drivers for printers and scanners in all likelihood.

  • I have a macbook pro and aphotosmartD110 wireless printer.  I was told that if I install the printer software on my computer, it will no longer print wirelessly.  Is that true and how do I scan wirelessly without loading in the software?

    I have a macbook pro and a photosmart D110 printer.  I was told that if I load the software for the printer onto my mac that it will no longer print wierlessly.  Is that true and how can I scan wirelessly without loading the software? Also, can I just connect my mac to the printer with a cable and scan or do I need that software loaded onto the mac?  Thanks for all help!

    If you are running Lion then all drivers are distributed through Software Update. You do not need to install anything, other than to install the printer in System Preferences > Print & Scan. If you already added the printer while it was connected using USB, you might want to delete it and set it up again wirelessly to avoid confusion. Or, give them two distinct names e.g. "Photosmart D110 (USB)" and "Photosmart D110 (wireless)".
    All scanning functions are now performed using Preview, but you can also access the scanner through the same Print & Scan preference pane, or with Image Capture.
    This HP document may help explain how driver software is distributed now:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c03079365&cc=us&dlc=en&lc=en &product=4144493&tmp_track_link=ot_search#N108

  • XSLT Issue : Without the target file mapping is happening

    Hi,
    In one of my composite, which is a provider abcs transforms source to target, where in the transformation file, source and target are mentioned as usual, both are pointing to MDS locations.
    Source file is physically present in the MDS, but the target file is not present but still the transformation happening.
    The flow is like below.
    ProviderABCS -> Adapter service which will write the file.
    Some time the file is created with data and some time only the file is created without data.
    My question is how come there is no exception caught ? If i keep the target schema or wsdl file in MDS will this issue get resolved ?
    Thanks,
    Vijay

    When i try to open the xslt file with designer view its complaining that the target file is missing, but when i deploy, iam able to deploy and run with some instances.
    Still investigating.. wll update you.. soon. In the mean time if any body have any other idea.. plz update the thread.
    Thanks,
    Vijay

  • Replication issues: Operations Master shows ERROR and attempting to connect to server shares gets "the target account name is incorrect"

    I think this should be easily resolved, but I need some guidance.
    I have a client with 2 Server 2003 R2 x64 DCs: BORIS & NATASHA. Last year I upgraded both of them from x86 to x64 one at a time, allowing replication to occur between the upgrades. BORIS is the FSMO roles holder as it is currently the production server,
    while NATASHA is a backup DC. One thing that puzzles me though is that if I look at the NS record in DNS on the SOA tab, it says NATASHA is the Primary server.
    While doing some routine maintenance I noticed an error in the File Replication Service events about a 'Tombstone' situation (Event ID 2042). I looked at article cc757610 in the Technet Library and opted for remedy #3 as I did not want to demote NATASHA
    and I got confused looking at the help about using "repadmin /removelingeringobjects". I have no idea how to determine which DC has the good copy of the directory.
    Now, in running "repadmin /showrepl" I get
    "DC=CPA,DC=local
        Default-First-Site-Name\BORIS via RPC
            DC object GUID: 0267a090-1890-40e2-9a15-ea928cabd425
            Last attempt @ 2012-12-27 08:28:55 failed, result -2146893022 (0x80090322):
                The target principal name is incorrect.
            1179 consecutive failure(s).        Last success @ 2012-12-21 23:30:15." <-- THIS IS WEIRD SINCE THIS IS THE DATE THAT I DISCOVERED THE TOMBSTONE EVENT AND MADE THE REGISTRY CHANGE
    (I THINK).
    When I try to look at the FSMO roles on NATASHA, it shows ERROR for RID, PDC & Infrastructure and says "The current Operations Master is offline. The role cannot be transferred." The other issue I'm having is that client PCs are intermittently having
    trouble reconnecting to necessary server shares.
    TIA
    Wayne S. CompTIA A+ CompTIA Network+ Microsoft MCP

    Hello Sandesh,
    I spent a lot of time trying to understand using NETDOM to reset machine account passwords (don't understand it yet), but I see that you're saying that won't work anyway.
    I'm not really sure how to tell which DC is the broken one, but I'm assuming it's BORIS since that's the one users are unable to connect to. Since it is the FSMO role holder and GC I want to make sure I understand the steps correctly:
    1.Use dcpromo to forcefully demote BORIS
    2.Do metadata cleanup on NATASHA (using ntdsutil?)
    3.Promote BORIS again to DC
    Should I leave NATASHA as the FSMO role holder and GC? BORIS is the better (more resources/faster processor) machine and it's the file server. Or should the better machine be the FSMO role holder and GC as well as the file server. NATASHA is meant to be
    a backup in case BORIS dies.
    Thanks,
    Wayne S. CompTIA A+ CompTIA Network+ Microsoft MCP www.InfoTek831.com
    Hi,
    The step you are performing is correct but you also need to seize the FSMO role on other DC if BORIS is FSMO role holder and configure authorative time server role.You can later move the famo role to  BORIS server the choice is your however if you are
    moveing the role then you need configure authorative time server on BORIS server.
    Configuring the time service on the PDC Emulator FSMO role holder
    http://msmvps.com/blogs/acefekay/archive/2009/09/18/configuring-the-windows-time-service-for-windows-server.aspx
    Domain Replication has exceeded the tombstone lifetime
    http://pmeijden.wordpress.com/2011/01/12/domain-replication-has-exceeded-the-tombstone-lifetime/
    Forcefull removal of DC:
    http://support.microsoft.com/kb/332199
    How to transfer or seize FSMO roles
    http://sandeshdubey.wordpress.com/2011/10/07/how-to-transfer-or-seize-fsmo-roles/
    Metadata Cleanup of a Domain controller
    http://sandeshdubey.wordpress.com/2011/10/12/metadata-cleanup-of-a-domain-controller/
    Once both server is online check the health of DC by running dcdiag /q and repadmin /replsum.Ensure that DNS/GC role is configured on both DC's
    Hope this helps
    Best Regards,
    Sandesh Dubey.
    MCSE|MCSA:Messaging|MCTS|MCITP:Enterprise Adminitrator |
    My Blog
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • With the new software for the I phone it appears 12 000 mails without reading and I can't find the solution, With the new software for the I phone it appears 12 000 mails without reading and I can't find the solution

    With the new software for the I phone it appears 12 000 mails without reading and I can't find the solution, With the new software for the I phone it appears 12 000 mails without reading and I can't find the solution

    Actually your suggestions are the ones that i have tried. i have seen that you have tried to help others with this issue and the only one that i could find that said they found the problem said that it was an ilife update issue and it fixed it and i have no available updates. i know it has to do with something in photo stream because it happens when i create a new library and it is loading the photos but i get the message before i reach the maximum 1000 photos. so i've tried updating, new library(first backing up photos and then deleting them from iPhoto), reinstalling OSX many times, running disc utilities. I called Apple the first day i had this issue and i was the first person to call them for support with the retina display and i actually had it escalated to a senior advisor and we thought we fixed the problem but we did not. i am pretty fluent in dealing with troubleshooting these type of issues and this is the first time i'm reaching out to the community. i figured now that the retina has been out some time now that there would be an obvious answer to this issue. thanks for the quick reply.
    Bebers5

  • Dynamically deciding the target directory without ESR objects

    Hi Experts,
    I have come across File to File scenario(NFS) where I have to serve 2 purpose in one scenario using single receiver communication channel as the client have more than 40 plants.
    1.     I need to copy the file from source directory to target directory without creating the mapping objects.
    2.     based on source file name the target directory path will be the 'target directory + First 4 character of source file name i.e.(Plant name)'.
    I am able to achieve the First requirement, can any one tell me how to achieve Second requirement.
    Thanks in advance.
    Ragards,
    Gopi

    Hi Inaki Villa/ Anupam Ghosh,
    Thanks for your previous reply. I was busy with some other WS related task.
    I have gone through the thread which uses java code to dynamically set the Target Directory.
    'Dynamic file name for pass-through scenario - Process Integration - SCN Wiki'.
    But the mentioned JAR files are not available on our clients PI System (PI 7.0) I tried by importing the required JAR files from other system but it was giving some error. So I decided to go with ABAP Mapping and I am quite successful in setting the target directory. I am able to view the Target Directory and Target File name in 'DynamicConfiguration' in SXMB_MONI.
    But it is not over writing the 'Target Directory' path mentioned in Receiver Communication Channel.
    Could you please help me in this? Do I need to set anything else?
    Regards,
    Gopi

  • I bought a new Dell laptop without a disk drive. The store sold me a version of Adobe to load on the laptop on a disk. Can I download the software form the web?

    I bought a new Dell laptop without a disk drive. The store also sold me a version of Acrobat to load on the laptop with a disk. Can I download the software from the web?

    It is possible you can download but you haven't indicated the name of the software so only a general download link can be provided at this point.
    Download and Installation Help -
    https://helpx.adobe.com/download-install.html

  • SAP System copy without shutting down the source and the target system

    Hi,
    We need to need to System refresh without shutting down both the source and the target system, i read the docs from SAP looks like we need to shutdown the source system during export and import phase, is there any way to do the system refresh without shutting down the system.
    Sathish

    Hi,
    Think a little bit about what is a database and you'll get the answer that what you "need to need" is impossible.
    Of course it is possible to keep the source running (hopefully, because ususally it is the production system !) by using an online backup, but you need to stop the target system because you will restore a backup on it.
    If you use the export/import way, you have to stop both source and target system.
    Regards,
    Olivier

Maybe you are looking for

  • Error when burning DVD

    I just bought a Mac a few weeks ago, and have had some trouble burning DVD's. I have a G5 running 10.3.9, with a Pioneer Superdrive. I try to burn an image in Disk Utility, but get the error message "The disc is reserved for exclusive use by another

  • Minimum Hardware req of SUN Solaris with ECC 6.0

    hi all can anyone tell me what is minimum requirement of hardware of SUN Solaris with ECC 6.0 i serach out in marketplace but didn't get the answer. so any one can solve my problem rgds aftab

  • MacbookPro Is Very Slow

    17" Macbook Pro has become very slow across the board: internet, iTunes, opening programs, downloading updates, etc.  It is not my internet connection as all my other devices work fine on my home wireless network connection to cable internet service,

  • Batch Management-Change of batch level

    Hi Friends, I would like to convert the Batch level using T-Code "OMCE" from "batch unique at the material level" to "batch unique at the plant level." When I attempt to change the configuration, I receive a message that "This type of conversion is n

  • My screen is to big i have to keep going up down back n fourth. need it normal size

    How do i get my screen to "normal" size.