Error in SQL Server extract

Hi all

I am facing error in excerpt when Golden Gate for SQL Server running. The "ADD TRANDATA" command completes successfully on the desired table. The Manager is also launched. However, when the sample starts, it gives the error. Here is the error reported for the excerpt.

***************************************************************************


***********************************************************************
Oracle GoldenGate Capture for SQL Server
Version 11.2.1.0.2 OGGCORE_11.2.1.0.2T3_PLATFORMS_120724.2205
Windows x 64 (optimized), Microsoft SQL Server on July 25, 2012 04:00:23

Copyright (C) 1995, 2012, Oracle and/or its affiliates. All rights reserved.


From 2013-02-13 08:50:57
***********************************************************************

Version of the operating system:
Microsoft Windows Server 2008 R2 on x 64
Version 6.1 (Build 7601: Service Pack 1)

Process ID: 1676

Description:

***********************************************************************
* In the course of a run with the following parameters *.
***********************************************************************

2013-02-13 08:50:57 INFO OGG-03035 operating system identified as windows-1252 character set. Local: en_US, LC_ALL.:
EXTRACT epm_echg

SOURCEDB sqldsn1 userid password ggsowner *.


2013-02-13 08:50:57 character set of database INFO-OGG-03036 identified as windows-1252. Local: en_US.

2013-02-13 08:50:57 INFO OGG - 03037 Session identified as windows-1252 character set.
EXTTRAIL C:\gg_for_sql\dirdat\em

TABLE efbr_rep.dbo.ePayments_Main.


2013-02-13 08:50:57 INFO OGG-01815 virtual memory facilities for: COM
Anon alloc: MapViewOfFile free anon: UnmapViewOfFile
drop the alloc: MapViewOfFile free file: UnmapViewOfFile
target directories:
C:\GG_FOR_SQL\dirtmp.

Virtual memory CACHEMGR values (may be set)
CACHESIZE: 32G
CACHEPAGEOUTSIZE (normal): 8 M
VM PROCESS to USE OS (min): 46,44 G
CACHESIZEMAX (strict force on the disc): 42,44 G

2013-02-13 08:50:58 WARNING CACHESIZE OGG-01842 BY DETERMINATION DYNAMICS (32 G) LESS THAN RECOMMENDED: 64 G (64-bit system)
VM found: 46,44 G
Check the swap space. Recommended swap/extract: 128G (64-bit system).

Database version:
Microsoft SQL Server
Version 11.00.2100
ODBC Version 03.80.0000

Driver information:
SQLSRV32. DLL
Version 06.01.7601
ODBC Version 03.52

2013-02-13 08:50:59 initialization INFO OGG-01055 recovery completed for the file target C:\gg_for_sql\dirdat\em000002, RBA 990.

2013-02-13 08:50:59 file INFO OGG-01478 output C:\gg_for_sql\dirdat\em use format VERSION 11.2.

2013-02-13 08:50:59 INFO OGG-01026 reversal remote file C:\gg_for_sql\dirdat\em000002.

2013-02-13 08:50:59 INFO OGG-01053 recovery completed for the file target C:\gg_for_sql\dirdat\em000003, RBA 990.

2013-02-13 08:50:59 INFO OGG-01057 recovery completed for all targets.

2013-02-13 08:50:59 INFO OGG - 00182 VAM API in single-threaded mode.

2013-02-13 08:50:59 INFO OGG-01515 positioning of first time February 13, 2013 05:18:31.

2013-02-13 08:50:59 INFO OGG - 00178 VAM customer report < open files for DSN: sqldsn1, server: WIN-LV23RF055LU\ODSSQL12, database: eFBR_Rep >.

Context of the source:
SourceModule: [ggvam.gen]
SourceID: [. / gglib/ggvam/cvamgen.cpp]
SourceFunction: [com_goldengate_vam::CVamGen:vamInitialize]
SourceLine: [464]
ThreadBacktrace: [10] items
: [C:\GG_FOR_SQL\gglog.dll (? 1CContextItem@@UEAA@XZ+0x32e2) [0x0000000180109C42]]
: [C:\GG_FOR_SQL\gglog.dll(?_MSG_ERR_VAM_API_ERROR_MSG@@YAPEAVCMessage@@PEAVCSourceContext@@PEBDH1W4MessageDisposition@CMessageFactory@@@Z+0xde) [0x000000018002C00E]]
: [C:\GG_FOR_SQL\extract.exe(GGDataBufferGetNextChunk+0x523fd) [0x00000001402473AD]]
: [C:\GG_FOR_SQL\extract.exe(GGDataBufferGetNextChunk+0x1441) [0x00000001401F63F1]]
: [C:\GG_FOR_SQL\extract.exe(shutdownMonitoring+0x19d0a) [0x00000001400E05CA]]
: [C:\GG_FOR_SQL\extract.exe(shutdownMonitoring+0x19e4e) [0x00000001400E070E]]
: [C:\GG_FOR_SQL\extract.exe(shutdownMonitoring+0x1c0af) [0x00000001400E296F]]
: [C:\GG_FOR_SQL\extract.exe(VAMRead+0x92850) [0x0000000140335DB0]]
: [C:\Windows\system32\kernel32.dll(BaseThreadInitThunk+0xd) [0x0000000077A5652D]]
: [C:\Windows\SYSTEM32\ntdll.dll(RtlUserThreadStart+0x21) [0x0000000077C8C521]]

2013-02-13 08:51:31 error OGG - 00146 VAM VAMInitialize return unexpected results: 600 - VAM customer error report < MSSqlVam: (1) [mssqlvam::CLogLayout:BuildLayout] column name or number of supplied values does not match table definition. (-2147217900) error: Column name or number of supplied values does not match table definition.
.
2013-02-13 08:51:31 ERROR OGG-01668 PROCESS ABENDING.
***************************************************************************


To extract the settings file is the following.

***************************************************************************
EXTRACT epm_echg

SOURCEDB sqldsn1 userid password ggsowner *.

EXTTRAIL C:\gg_for_sql\dirdat\em

TABLE dbo.ePayments_Main.
***************************************************************************


Any help would be appreciated.

Thank you.

Compatibility for the db is not the problem, it's the real transactions that is different log structure and affecting compatibility 2005 only sets certain characteristics and needs of SQL 2005 syntax, if unfortunately there is no work around to use OGG for Capture against a database of sources SQL Server 2012 until a supported version is out and I don't know when it will be.

Now, that being said, this may seem a strange thing, but you can use SQL Server transactional replication to replicate on a SQL Server 2008 system (2005 in fact is no longer supported from earlier this year, although I don't know what it means for customers/users with existing OGG license for 2005) then use OGG on this 2008 database to replicate to Oracle. Just a thought for now.

Tags: Business Intelligence

Similar Questions

  • How to fix error Microsoft Sql Server 2008 replication?

    I got the below error message trying to configure the distribution on SSCM Server

    "Sql Server replication requires the actual name of the server to establish a connection to the server. Connections via a server alias, IP address, or any other alternate name are not supported. specify the actual name of the server' "Sql Server replication requires that the actual name of the server to establish a connection to the server." Connections via a server alias, IP address, or any other alternate name are not supported. specify the actual name of the server.

    I'm this Setup on a production server, is there an alternative solution, which requires no sp_dropserver and sp_addserver server restart?

    Thank you.

    This issue is beyond the scope of this site and must be placed on Technet or MSDN

    http://social.msdn.Microsoft.com/forums/en-us/home

  • Error installing sql server 2008 r2

    Selamat Sore

    Kami dalam kesulitan help install SQL Server 2008 R2 Standard

    Pesan erro SBB:

    There are validation on this page error. Click ok to close the dialog bos. Review the errors at the bottom of the configuration page, then

    provide a valid parameters or cliks help for more information

    Terima kasih.

    THE GBU

    Harry Johannes,

    Hello

    Microsoft answers site provides support in English. The following URL will ensure that you receive support appropriate for your location information. Open the link and select your region from the drop-down list, and then click the arrow to continue.

    Microsoft support:
    http://support.Microsoft.com/common/international.aspx

  • Error code SQL Server 2005 Service Pack 3 (KB970892) Instalation failure error details 737D. I am running Vista.

    Received this message for months. After the windows Update 737D error, but his failed because it was unable to complete the update.

    Try posting in the SQL Server Setup & Upgrade forum for assistance: http://social.msdn.microsoft.com/forums/en-US/sqlsetupandupgrade/threads/

    SQL Server 2005 Setup fails when MSXML Core Services 6.0 Service Pack 2 is already installed:
    http://support.Microsoft.com/kb/968749

    ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • Error installing SQL server 2008: c:windows/installer\899a0e.msi

    I installed SQL server 2008 originally, but it was the improper installation, so I proceeded to the installation of SQL server 2008 R2, but ended up with a full installation with errors! So I uninstalled the two bodies with difficulty and tried to do a new installation of SQL server 2008 R2, but the problems with the installation again. All my services are missing:

    Database Engine Services, replication sql server, search in full text, analysis, integration, comprehensive customer service, client tools backward compatibility, business intelligance, management studio basic tools development. Only passes I've had are: connectivity of client sql DTS, sql server Books online.

    I also had this error message: c:windos/installer\899a0e.msi

    Please advice...

    How to install SQL Server 2008 - a step by step Guide

    Carey Frisch

  • Error: Install SQL Server 2008 Express

    Hi, I tried to install SQL Server 2008 R2 Express x 64 on Windows 7 x 64 (German) and got an error massage: "the Windows Installer Service could not be accesed. This can occur if Windows Installer is not installed properly. Contact support for assistance.  Any can help me?

    Hi Nilzi

    Please see following MS KB http://support.microsoft.com/kb/319624

  • Error in SQL Server 2008 R2 update: WindowsUpdate_84b20001

    I get this error message when you try to update SQL Server 2008 R2 update error: WindowsUpdate_84b20001.

    I have a suggestion for the knowledge base to rename the file %systemroot%\System32\Spupdsvc.exe in Spupdsvc.old, but the file does not exist in the first place. It's actually a fix for the problem 84b2000B, and my problem is code b 84, 20001.

    I also tried with FixIt but it meets av problem and cannot continue. No message about it though.

    When searching for the community I have fnd no obvious solution. I had this problem since September 2011 and the daily update fails every day since then. I have about 2 GB of free space (total Congress GB 139) on the HDD, 4 GB of RAM and is running Windows Vista on a laptop HP Compaq 6715 b (old since I bought this as a new computer at my retailer in December 2007). I use AVAST anivirus but he seems to have nothing to do with the problem of to. I also have drivers and firmware for hardware updated latest version a week ago but nothing seems to help.

    I also have problem installing SQL server Express. And cannot install Visual Studio 2010 Pro SP1 probably as a couse direct of this installation failure.

    Suggestions how proceed in diagnosing this problem help no doubt at some level. I'm completely stuck now.

    If you post in the forums of Microsoft SQL Server, you will get most help for this issue.  Thank you.

    http://social.technet.Microsoft.com/forums/en-us/sqlsetupandupgrade/threads

  • Error datasoucre SQL Server 2005 MX7

    Web server is Windows 2003 RC2, MX7.02
    SQL Server is RC2 of Windows 2003, SQL Server 2005 (9.0.1399)
    CF and SQL are on separate computers

    [edit: the fix]

    OK, I have to love these guys d ' operators.

    So we were she reduced the field to server-> server communication issues... specifically windows authentication.

    We have set up a SQL Server user on the SQL Server and configure the data source in coldfusion that used this user of SQL Server (not domain\user, simply user) and jumped the DSN whole system on the Web server and it works.

    So the long and short of it is that it seems to be a matter of trust network between our server app (cf) and our db Server (sql) and we are unable to put in place the way datasources which we used for (win2k/cf5-> win2k3/sql2005). Well.

    [/ Edit]

    [Edit: more info]

    The SQL Server logs give this error message:

    Error: 18456, severity: 14, State: 6.

    I looked towards the top of this error message on msdn ( http://blogs.msdn.com/sql_protocols/archive/2006/02/21/536201.aspx) and they say it means "attempt to use a login name of Windows with SQL authentication.

    I made sure that SQL Server is running in «SQL Server and Windows Authentication Mode» (and restarted). No change. Of course Adobe says that you MUST use "SQL Server and Windows Authentication Mode" and Microsoft said the solution to the error is to choose 'Windows Authentication Mode'. Grrr.

    I tried to change the JDBC URL to the IP address of the SQL Server and I get the same error mesaage. I purposely fudge the IP and I get a totally different "time out" (duh ;^) error So, anything on the way Cold Fusion talks to SQL Server nor is not quite right.

    I feel stupid asking this, but is there a specific documentation on the MX7 connection to SQL Server 2005? Documentation on livedocs is a reference to SQL Server 2000 (I think... but I don't know he's not talking about 2005). I'm starting to wonder if there are a few small not stupid that I missed somewhere along the way when the place of things... * sigh *.

    [/ Edit]

    I get the following error message when you try to configure the data source in the Coldfusion administrator:

    Connection verification failed for data source: wamaxDS
    com.microsoft.sqlserver.jdbc.SQLServerException: failed to connect to the user "UWT\cfusion2".
    The root cause was that: com.microsoft.sqlserver.jdbc.SQLServerException: failed to connect to the user "UWT\cfusion2".

    I have now, our production company that runs CF 5 connection to the same database on the same SQL Server and does NOT receive the "failed to connect to the user" error... which leads me to believe that it is not a simple permission problem. To be clear, my CF5 box connects fine to the database. My CF7 box will simply not.

    I installed the latest JDBC drivers and set up a data source that generates the above error (I get the same error trying to implement as "Microsoft SQL Server" with the obvious exception of the driver in the error being different).

    I searched the forums and not set of TCP/IP.
    I tried to configure the ODBC DSN in windows using "windows authentication" and the "mixed mode"... I'm just confused here.


    I lost track of combinations of things I tried to get this working (you know how you enter in "try everything and pray mode"?... it's me all day today).


    I hope I've provided enough information to find someone started helping me. If I've left something out, chastising you please me and let me know what I need to let you know. Sorry if this message is inconsistent... my brain is mush * sigh *.

    Web server is Windows 2003 RC2, MX7.02
    SQL Server is RC2 of Windows 2003, SQL Server 2005 (9.0.1399)
    CF and SQL are on separate computers

    [edit: the fix]

    OK, I have to love these guys d ' operators.

    So we were it reduces the field to server-> server communication issues... specifically windows authentication.

    We have set up a SQL Server user on the SQL Server and configure the data source in coldfusion that used this user of SQL Server (not domain\user, simply user) and jumped the DSN whole system on the Web server and it works.

    So the long and short of it is that it seems to be a matter of trust network between our server app (cf) and our db Server (sql) and we are unable to put in place the datasources of the way we used to (from win2k / cf5-> win2k3/sql2005). Well.

    [/ Edit]

    [Edit: more info]

    The SQL Server logs give this error message:

    Error: 18456, severity: 14, State: 6.

    I looked towards the top of this error message on msdn ( http://blogs.msdn.com/sql_protocols/archive/2006/02/21/536201.aspx) and they say it means "attempt to use a login name of Windows with SQL authentication.

    I made sure that SQL Server is running in «SQL Server and Windows Authentication Mode» (and restarted). No change. Of course Adobe says that you MUST use "SQL Server and Windows Authentication Mode" and Microsoft said the solution to the error is to choose 'Windows Authentication Mode'. Grrr.

    I tried to change the JDBC URL to the IP address of the SQL Server and I get the same error mesaage. I purposely fudge the IP and I get a totally different "time out" (duh ;^) error So, anything on the way Cold Fusion talks to SQL Server nor is not quite right.

    I feel stupid asking this, but is there a specific documentation on the MX7 connection to SQL Server 2005? Documentation on livedocs is a reference to SQL Server 2000 (I think... but I don't know he's not talking about 2005). I'm starting to wonder if there are a few small not stupid that I missed somewhere along the way when the place of things... * sigh *.

    [/ Edit]

    I get the following error message when you try to configure the data source in the Coldfusion administrator:

    Connection verification failed for data source: wamaxDS
    com.microsoft.sqlserver.jdbc.SQLServerException: failed to connect to the user "UWT\cfusion2".
    The root cause was that: com.microsoft.sqlserver.jdbc.SQLServerException: failed to connect to the user "UWT\cfusion2".

    I have now, our production company that runs CF 5 connection to the same database on the same SQL Server and does NOT receive the "failed to connect to the user" error... which leads me to believe that it is not a simple permission problem. To be clear, my CF5 box connects fine to the database. My CF7 box will simply not.

    I installed the latest JDBC drivers and set up a data source that generates the above error (I get the same error trying to implement as "Microsoft SQL Server" with the obvious exception of the driver in the error being different).

    I searched the forums and not set of TCP/IP.
    I tried to configure the ODBC DSN in windows using "windows authentication" and the "mixed mode"... I'm just confused here.

    I lost track of combinations of things I tried to get this working (you know how you enter in "try everything and pray mode"?... it's me all day today).

    I hope I've provided enough information to find someone started helping me. If I've left something out, chastising you please me and let me know what I need to let you know. Sorry if this message is inconsistent... my brain is mush * sigh *.

  • Error with SQL server 2008 for migration of ODI 10 ODI 11 g g

    Hello

    I'm migrating ODI 10 g, 11 g with the Assistant provided by Oracle , but each time, I get the following message:

    [ODI] [INCIDENT_ERROR] [UPGCMP-00338] [update. Repository working ODI ODI] 'ODI_WORK' uses JDBC Driver "com.microsoft.sqlserver.jdbc.SQLServerDriver".

    [ODI] [INCIDENT_ERROR] [update. ODI] Cause: ODI work Repositoriry don't use default JDBC driver. Action: Please update connection ODI repository work to use default JDBC driver

    No idea how I could fix it?

    Concerning

    Jean

    Try user weblogic sql server driver

    Driver name: weblogic.jdbc.sqlserver.SQLServerDriver

    URL: jdbc:weblogic:sqlserver://hostname:port: [; property = value [,...]]

    The driver lib:wlsqlserver.jar

  • MS SQL SERVER Error: 262 on Windows 7 family

    A standard family Windows 7 as operating system.  Downloaded SQL Express and I try to create a new database.  Get the following error MS SQL SERVER error: 262.

    Do not know how to set different settings for users for permissions set dbenable?

    Any help would be great!

    Thank you

    Hello
     
    Your question of Windows 7 is more complex than what is generally answered in the Microsoft Answers forums. It is best suited for in the MSDN forums. Please post your question in the MSDN forum.
     
     
    Here are some links that can help you.
     

    Aziz Nadeem - Microsoft Support

    [If this post was helpful, please click the button "Vote as helpful" (green triangle). If it can help solve your problem, click on the button 'Propose as answer' or 'mark as answer '. [By proposing / marking a post as answer or useful you help others find the answer more quickly.]

  • "SQL server Setup has encountered the following error: C:/windows/installer/113c2fa.msi.

    113c2fa.msi

    When you install Sage Act! on my system, especially when you try to install any particular part SQL (installation was performed by Sage Act! technical support specialists) we receive the error message "SQL server Setup has encountered the following error: C:/windows/installer/113c2fa.msi. ACT! specialist technical support told us, it is a Microsoft problem that had to be fixed through Microsoft. Any suggestions?

    Hello

    The question you posted would be better suited in the TechNet Forums. I would recommend posting your query in the TechNet Forums. You can follow the link to your question:

    SQL Server 2008 - troubleshooting and Support | TechNet

    Hope this information helps.

  • Lack of local groups of SQL Server service causing my upgrade failed... (SQL2008R2 to SQL2014) emergency assistance

    Hi all
    I have problems with the upgrade of SQL Server 2008 R2 at SQL2014 with the error "no mapping between account names and security IDS was done" and the reason for the error is SQL server local groups that were created during installation (SQL2008 R2) are not on the local server groups.
    Can anyone help identify the good fix for this problem?
    SQLServerMSSQLUser$$MSSQLSERVER
    SQLServerSQLAgentUser$$MSSQLSERVER
    SQLServerReportServerUser$$MSRS10_50.MSSQLSERVER
    SQLServerFDHostUser$$MSSQLSERVER
    Please let me know if you need any further details.
    Thank you
    Naz
    S/N

    This issue is beyond the scope of this site (for consumers) and to be sure, you get the best (and fastest) reply, we have to ask either on Technet (for IT Pro) or MSDN (for developers)
    *
  • Urgent: Creation of BPM field in sql server 2008

    Hello

    I created the repository for SOA and BPM and installed the soa 11.1.1.7 in 64-bit windows.

    While create the domain to soa weblogic Server 10.3.6. Get the error message like


    [FMWGEN] [SQLServer JDBC Driver] [SQL Server] Stored procedure not found ' master... xp_jdbc_open2'.

    CFGFWK-60850: the Test failed!

    For this question, I found the solution of MOS

    SOA 11 g: error using SQL Server in the domain Configuration Wizard, "CFGFWK-60850' [ID 1483823.1] data source.


    We tried above solution, but still we are facing the same question.


    Please suggest me to fix this problem.



    Concerning

    Kumar V




    Hello

    Now, the problem has been resolved.

    We followed the below mentioned document. It gives the solution for this problem.

    SOA 11 g: error using SQL Server in the domain Configuration Wizard, "CFGFWK-60850' [ID 1483823.1] data source.

    Thank you

    Kumar V

  • Installation of PeopleSoft HRMS (MS SQL Server 2005)

    Hello

    I try to install HRMS with MS SQL Server 2005 database. I'm running a few problems when I'm doing the installation of PeopleSoft database with database configuration Assistant.

    Here is the error message:

    ERROR: Setup is unable to connect to SQL Server in the system. The error
    message is:

    Error in reading C:\HRMS9.0/log/mssqlversion.log

    Please make sure that SQL Server is running in the system. The minimum
    supported version is SQL Server 2000. Please click 'Back' to correct the
    problems or click 'Cancel' to exit.

    I get the above error when Sql server is running and that I could not find the mentioned above HRMS9.0/log file...

    Help appreciated
    Thaank you

    Depending on what you want to do with your database:
    1. a DEMO database, choose demo that contains sample data, use the database training or dev
    2. a SYSTEM of database, choose the system that is not contains examples of data use to UAT and production database
    3. a database of Peopletools system, contains the request data (data Peopletools), for some very specific use like performance monitoring

    The character set is also based on what you consider the language in. If only English, or only Latin characters, then Western Europe would be a good choice.

    Nicolas.

  • Extract SQL Server - error - OGG-00868 Supplemental logging is disabled

    Hello

    We strive to replicate from a SQL Server 2008 database to the Oracle database, but when you try to start the extraction process that we get the following error message:

    OGG-00868-additional recording is disabled for the database 'GoldenGate. To enable logging, follow these steps: 1) value 'trunc. log on chkpt.' to false. (2) create a full backup of the database. Please refer to the "Oracle GoldenGate for Windows and UNIX Administration Guide" for more details.

    I read that for the activation of additional logging is sufficient to 'Add table_name trandata' and this is done, and we use the extraction process is the following:

    EXTRACT cap_or4
    SOURCEDB GoldenGate
    TRANLOGOPTIONS MANAGESECONDARYTRUNCATIONPOINT
    EXTTRAIL c:\GoldenGate\V28983-01-GG-111112-SQLServer-Windows-x64\dirdat\C4
    TABLE GoldenGate.dbo.DES_T1;

    And the "trunc.log on chkpt ' set to false.

    We do not know what to do, or to check... someone has an idea?

    Thank you very much, best regards,

    Araitz. -.

    Hello

    as indicated in the installation guide, do at least a database full backup before starting the Oracle GoldenGate process for the first time.

Maybe you are looking for

  • Mac Pro 5.1 mid 2012 closing

    My 40 odd years of owning Macs, which dates back to the classic Mac with a screen 13-inch black and white, I have never seen this. All started about 2 weeks ago, when I got home from work and my Mac had stopped. I thought it could have been an electr

  • Programs does not work

    On the logon attempt some programs who until recently ran perfectly normally I get a box with the following message: c:\Windows\System32\Autoexec.NT. The file system not suitable for running MS-DOS and Microsoft Windows applications. Can anyone sugge

  • Lack of power on Portege M200 USB

    I found a few posts on this topic but nothing that gives a definitive explanation of how to solve the problem of the lack of adequate power to the USB ports on my M200. I have a burner DVD of LaCie which works perfectly satisfctorily on other compute

  • where's my Start button?

    That is the stupidest question ever, I don't know, but my Start button disappeared with the toolbar.  With the help of the windows on the keyboard icon does nothing.  Tried searching for the toolbar according to the instructions of vista online, but

  • I downloaded a Web file, the option I get is to save the file, but I have no idea where the file is saved. Thinking?

    It is not in the Control Panel, programs...