SQL Server target without Manager, trail or replicate on the target

SQL Server target without Manager, trail or replicate on the target

We want to set up replication between Oracle and SQL server database, but we do not want to install Golden Gate on the SQL server system. Is there a way to set up on the side of the Oracle or by using a staging server that connects to SQL server remotely?

Thank you

Steve

Hi Steve,.

It is possible to install the Oracle delivery process in one remote server other than the server where the Sql server database is installed. Please check the point below "Using Oracle GoldenGate 12 c with SQL Server databases"

Install Oracle GoldenGate Capture on the source database server. Read level access is from the journal transactions requires Capture to be installed on the local database server and not on a remote server. Installation of Oracle GoldenGate delivery can be on another server that target the database server, as long as are the pilots of the SQL Server client on this server and the connection to the target database can be established.

http://www.Oracle.com/us/products/middleware/data-integration/GoldenGate/using-gg11g-for-SQL-Server-1489372.PDF

Kind regards

Veera

Tags: Business Intelligence

Similar Questions

  • Microsoft SQL Server 2008 R2 management studio is free off cost or you had to pay for this?

    Microsoft SQL Server 2008 R2 management studio is free off cost or you had to pay for this?

    Hi JayaPrakashN,

    I would suggest to repost your question in the SQL Server Express Forums here:

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

    Thank you!

  • After an edition upgrade to SQL Server 2008 R2 Standard, vSphere cannot communicate with the VIM_VCDB database

    My vCenter environment is 5.0 and has been initially implemented using SQL Server 2008 R2 Express as the database.  We have reached the limit of size of 10 GB for the Express version, so I want to upgrade the database 2008 R2 express 2008 R2 standard.

    Before the upgrade, I stopped the vCenter Server service before you start the SQL Server Setup program.  I did an "Upgrade Edition", to consider express standard.  It ends successfully with 2 minutes, and then I went and restarted the server vCenter service.

    However, after restarting the service, vSphere is unable to communicate with the VIM_VCDB.  For example, in vSphere if I click a virtual machine and click the performance tab, it tells me that it's impossible to view the web page.  It seems to be unable to communicate with the VIM_VCDB.  I have not changed all database names, or the ODBC settings, so not sure what is causing the problem.

    If I go to ODBC data sources administrator and test the Data Source, the test completes successfully.

    I have read all the documentation I could find and tried a few different things, but not found something that solves this problem.  I ended up having to go back to the snapshot backup, I took before the upgrade of the database edition.

    Anyone have any ideas on what the issue might be, or what should I do to solve it?

    Shane

    The database is probably fine.

    The vCenter Web Management Service running?

  • [ADF Essentials, JDev12.1.3, MS SQL Server] About to restore backup/restore error when the application is deployed on GlassFish. How...?

    Hallo,

    follow the suggestions of Timo Hahn and kdario , I created a panelTabbed with main tables form & details according to this thread Re: [ADF, JDev12.1.3] Master af:form w/read only af:tables detail: how to handle insert and edit through forms?

    The modification/insertion for readonly tables is managed using a form of popup.

    Before displaying the form, I create a backup that I restore it if the user click Cancel on the shortcut menu.

    Everything works well on the integrated WebLogic Server, but now that I have deployed the application on GlassFish Server I noticed an odd error.

    The < <the connection to the server has failed (status = 500)> > error when I click the button cancel from the context menu (Cancel involves restoring the backup) and the empty line added before opening the context menu and create the backup point is left blank in the table.

    In the server log, I read this error:

    Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: call Impossible a commit operation when the AutoCommit is set to 'true '.

    at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:190)

    The check points are not compatible with GlassFish/ADF Essentials or it is - AS I HOPE -some adjustments to make with regard to transactions in GlassFish?

    Until now I deplyed on GlassFish than an application of readonly.

    I see now that the problem also occurs when the call of the AOS restore operation is should not be due to the use of the backup point.

    It is the configuration of the Connection Pool in GlassFish (sorry it's in Italian)...

    StackTrace

    Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: Impossibile richiamare one ' operation di commit when the terms AutoCommit e impostata su 'true '.

    at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:190)

    at com.microsoft.sqlserver.jdbc.SQLServerConnection.rollback(SQLServerConnection.java:1958)

    at com.sun.gjc.spi.base.ConnectionHolder.rollback(ConnectionHolder.java:630)

    at oracle.jbo.server.DefaultTxnHandlerImpl.handleRollback(DefaultTxnHandlerImpl.java:149)

    ... more than 92

    # # 0 in detail

    com.microsoft.sqlserver.jdbc.SQLServerException: Impossibile richiamare one ' operation di commit when the terms AutoCommit e impostata su 'true '.

    at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:190)

    at com.microsoft.sqlserver.jdbc.SQLServerConnection.rollback(SQLServerConnection.java:1958)

    at com.sun.gjc.spi.base.ConnectionHolder.rollback(ConnectionHolder.java:630)

    at oracle.jbo.server.DefaultTxnHandlerImpl.handleRollback(DefaultTxnHandlerImpl.java:149)

    at oracle.jbo.server.DBTransactionImpl.doRollback(DBTransactionImpl.java:5279)

    at oracle.jbo.server.DBTransactionImpl.rollback(DBTransactionImpl.java:2558)

    at oracle.adf.model.bc4j.DCJboDataControl.rollbackTransaction(DCJboDataControl.java:1770)

    at oracle.jbo.uicli.binding.JUCtrlActionBinding.doIt(JUCtrlActionBinding.java:1541)

    at oracle.adf.model.binding.DCDataControl.invokeOperation(DCDataControl.java:2218)

    at oracle.jbo.uicli.binding.JUCtrlActionBinding.invoke(JUCtrlActionBinding.java:784)

    at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.executeEvent(PageLifecycleImpl.java:410)

    at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding._execute(FacesCtrlActionBinding.java:254)

    at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding.execute(FacesCtrlActionBinding.java:212)

    at oaw.view.beans.NotPrel.cancelButton_action(NotPrel.java:254)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:606)

    at com.sun.el.parser.AstValue.invoke(AstValue.java:254)

    at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:302)

    at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:46)

    at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)

    at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190)

    at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)

    at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)

    to oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$ 1.run(ContextSwitchingComponent.java:168)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:510)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:171)

    at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)

    at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)

    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:111)

    at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)

    at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)

    to oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$ 1.run(ContextSwitchingComponent.java:168)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:510)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:171)

    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:115)

    at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)

    at oracle.adf.view.rich.event.ProxyEvent.broadcastWrappedEvent(ProxyEvent.java:72)

    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:124)

    at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)

    at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)

    to oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$ 1.run(ContextSwitchingComponent.java:168)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:510)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:171)

    at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)

    at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)

    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:111)

    at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)

    at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)

    to oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$ 1.run(ContextSwitchingComponent.java:168)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:510)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:171)

    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:115)

    at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:759)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:444)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:225)

    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593)

    at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1550)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:343)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:217)

    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:192)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:217)

    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:105)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:502)

    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:502)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:327)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:229)

    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter ([| #])

    Thank you

    Federico

    Hello Dario,

    the solution to the problem really seems to check 'non transactional connections' (with nothing to do in the code of the application) in the GlassFish connection pool configuration.

    I did a lot of tests: commit, rollback and save points works like movement.

    See you later for another thrilling adventure!

    Thank you

    Federico

  • How to send the SQL for SQL Server statement and return data without using database connectivity Kit?

    Hi, I tried to figure out how to extract data from my SQL Server databases and reading messages and to do some tests with examples, I can get data connection type in my SQL server, but so far nothing helps.  Is it possible to get data from a SQL Server database without using the database connectivity Toolkit?  and if so, how?  are there whitepapers and/or examples of this?  So far, I can't find something that works.  Thank you.

    Jesse - what is your reason for not using the database connectivity Toolkit? It is by far the best way to recover the data.

  • Connection failed SQL State 08001 SQL Server Error 10061 SQL Native Client TCP provider no. could be made because the target machine actively refused it

    Wandering SQL Native Client Datasource - apparently, it's a pretty common problem and I see several resolutions to it.  This problem started for our long company until I started working here.  We do not allow remote connections.  JDE Enterprise Server and SQL server are on the same subnet.  Users are on a different subnet.  SQL Server gets this message tries to connect to the Server Enterprise JDE:

    Connection failed: State 08001 ' SQL': SQL Server Error 10061: Microsoft SQL Native Client TCP provider: no connection could be made because the target machine actively refused it.

    I tried several suggested solutions and do not get the case. Any help is appreciated. Thank you, Sophie

    Hello

    The issue of Windows XP, you have posted is better suited for the IT Pro TechNet public. Please ask your question in the SQL Serversupport for assistance.

    Hope the helps of information.

    Concerning
    Joel S
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • filter columns nvarchar - SQL server

    Hello
    I use OBIEE 10.1.3.4.2 and I have the problem with filtering of data from SQL server 2008. I use ODBC connection to the SQL server data access. I can see the results of my questions without any problem.

    But I have the problem with filtering.

    My answer use these columns:

    ID (varchar (36))
    Code (nvarchar (256))
    Name (nvarchar (256))
    HappenedOn (date)

    Please look on this screenshost:

    http://img59.imageshack.us/img59/5242/obieenvarcharcolumn.jpg
    Screenshot

    I have problem when I want to use the filter on the column Code and use non-English characters. Specifically Czech characters in the windows1250 code page. With this filter, I can I see "no results". But select generated works in Microsoft SQL Server Management Studio.

    I think that there is a problem with the ODBC resources or configuration BI, but I can't find the reason for this behavior.
    I do a specific configuration to use the NVARCHAR columns? Specify an encoding etc...

    Thank you

    Hi Cardel,

    Can you try this in your physical layer, double click on the connection pool-> Goto Writeback tab-> check the box: type of Unicode data.
    Click OK and check after Check - in Changes.Now all run them again the control report for the issue.

    Rgds,
    DpKa

  • Help links not working not not in Microsoft SQL Server

    Thanks for reading this post.

    (1) in SQL Server Management Studio, select 'help, how do I' in the menu bar main. In this page, and under the 'How?', the first six hyperlinks, 'Get Started', 'find documentation for a particular component', etc. having the segment after the .htm ok work of #bkmk_ (the name of the link). Example below:

    Ms-help://MS. SQLCC.v10/MS. SQLSVR.v10.en/s10sq_GetStart/html/a8d3fcbd-c841-4ac3-8030-585500824964.htm#bkmk_BrowseUser

    When I move the cursor on the link, the cursor changes pointer on the hand cursor indicating that it recognizes the link and when you click on it, it goes to the correct page. Theselinks work.

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

    (2) when I move the cursor overany the other links on the first page, the cursordoes does not change the hand cursor and after clicking, I can't go to subsequent pages. The example below is taken from the HTML source, I do not see the address in the URL drop-down list. All statements of keywords MSHelp:link do not work.

    Database engine

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

    (3) this link is in my "Help topics" pane anddoes work well when you click on it.

    Ms-help://MS. SQLCC.v10/MS. SQLSVR.v10.en/s10sq_GetStart/html/31f9e6dc-e946-4576-80bb-729f2bee7478.htm

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

    (4) if all of the items listed in the "Help contents" pane, click the linkworks.

    Ms-help://MS. SQLCC.v10/MS. SQLSVR.v10.en/s10sq_GetStart/html/6a428023-e3cc-4626-a88a-4c13ccbd7db0.htm

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

    What appearsnot to work are the links embedded in the page, except for the type in the example (1) or in the pane content or favorite.

    I have C:\WINDOWS\$hf_mig$\KB928843\SP2QFE\hhctrl.ocx and C:\WINDOWS\$hf_mig$\KB896358\SP2QFE\hhctrl.ocx on my machine. There are also (2) C:\WINDOWS\system32\shdoclc and C:\WINDOWS\system32\shdoclc.dll .dll.

    I glued (ms-help://MS. SQLCC.v10/MS. SQLSVR.v10.en/s10sq_GetStart/html/a8d3fcbd-c841-4ac3-8030-585500824964.htm#bkmk_BrowseUser) directly in IE 8 and received the 'ActiveX control' blocked content message of IE. I allowed that blocked content and the links still do not work. It seems that the ActiveX control is loaded but does not work properly.

    Someone knows how to present all works in Explorer and ms-help, is there relevant registry problems and where and how it can be broken. Thank you for your time and effort.

    Best regards

    Howard

    Hi howardsmith,

    Your question of Windows is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for SQL server support. Please post your question in the Sub forum.

    Link:http://social.msdn.microsoft.com/Forums/en-US/sqlsetupandupgrade/threads

    With regard to:

    Samhrutha G S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Windows Update failed - error 0 x 80070643 for Microsoft SQL Server 2005 Express Edition Service Pack 4 (KB2463332)

    Original title: Windows Update Failed - need help

    Vista 32 Ultimate with all updates, until this one: update Windows failed: error 0 x 80070643 for Microsoft SQL Server 2005 Express Edition Service Pack 4 (KB2463332). Update has failed repeatedly.  I tried to restart, remove the update (even by deleting the file so it would download it again) and install again.  Nothing has worked.  Error 80070643.  Since it is not Office 2003, the error seems to mean a problem with the Windows .NET framework.  Don't know what that means.

    Looking at KB976982, I tried to fix MSI software update registration corruption issues (whatever that means) by running the automated Fix It by KB971187. Restarted, I tried Windows Update again.  Still didn't update.

    Then, I waited two days and tried again.  Even that did not help.

    I tried bypassing Windows Update simply by downloading and then run the file SQLEXPR32.exe from Microsoft downloads. Did not work at all. I then tried to run it as an administrator (even if it was already an administrator account, with no other account on this computer at all).  He started to run and then gave me the following error message: unable to run the SQL Server System Configuration Checker due configulation WMI on the computer.  Error: 70347 (0x112cb).

    Now I'm really confused.  On the one hand, 80070643 means I probably repair the .NET framework, which certainly, I hate to do because I need several versions of the .NET framework first uninstall and then try to install the compmonents, and I'm afraid something would go wrong.

    On the other hand, the 70347 (0x112cb) error message seems to indicate the problem is completely different and has to do with WMI, which probably has to do with permissions and I have no idea how to solve this problem.  (And why it all of a sudden would be any problem with permissions?)  This computer is not on a corporate network and has only one user account, the administrative account).  I have looked at Services and Applications in computer management, where there are WMI control, but nothing shown that I can possibly change and not the SQL Server Configuration Manager under it, which doesn't seem to have much either.

    Help!  Please...

    And now I also tried to fix it, just in case where, the .NET framework (Panel > programs and features > Microsift.NET framework Client profile 4 > uninstall/change > fix it), and the Windows Update tried again (including reboot).  Still no.  Everything I try, it is not to do nothing, pardon my language.  People smarter than me, pleasehelp!

    Hi stupID_,

    «Error 0 x 80070643 for Microsoft SQL Server 2005 Express Edition Service Pack 4 (KB2463332).» Update has failed repeatedly. »

    As the error relates to SQL, perhaps this forum:

    SQL Installation of Server & upgrade
    http://social.msdn.Microsoft.com/forums/en-us/sqlsetupandupgrade/threads/

    TaurArian [MVP] 07/01/2005-30/06/2011. The information has been provided * being * with no guarantee or warranty. What works for some, may not always work for others.

  • Failed to connect to the SQL Server integrated with foglight

    Hi all

    I try to connect with MS SQL Server embedded foglight Management Server and failed to do so due to the error below. Could someone help me on this ASAP:

    org.springframework.beans.factory.BeanCreationException: error creating bean with name "foglight-core-services" defined in the URL [jar:file:/E:/Quest_Software/Foglight/server/default/tmp/deploy/tmp7024790750014228181foglight.sar!/com/quest/nitro/service/core-beanref.0.ctx.xml]: instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: could not instantiate bean class [org.springframework.context.support.ClassPathXmlApplicationContext]: constructor threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: error creating bean with name 'exporting' defined in the [com/quest/nitro/service/common.ctx.xml] class path resource: calling the init method failed; nested exception is org.springframework.beans.factory.BeanCreationException: error creating bean with name "com.quest.nitro:service = Licensing" defined in the [com/quest/nitro/service/core-services.0.ctx.xml] class path resource: calling the init method failed; nested exception is org.hibernate.exception.DataException: could not execute the query

    at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:254)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:925)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:835)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:440)

    to org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$ 1.run(AbstractAutowireCapableBeanFactory.java:409)

    at java.security.AccessController.doPrivileged (Native Method)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)

    to org.springframework.beans.factory.support.AbstractBeanFactory$ 1.getObject(AbstractBeanFactory.java:264)

    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:221)

    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)

    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)

    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)

    at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:429)

    at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:729)

    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:381)

    at org.springframework.context.access.ContextSingletonBeanFactoryLocator.initializeDefinition(ContextSingletonBeanFactoryLocator.java:141)

    at org.springframework.beans.factory.access.SingletonBeanFactoryLocator.useBeanFactory(SingletonBeanFactoryLocator.java:384)

    ... more than 165

    Caused by: org.springframework.beans.BeanInstantiationException: could not instantiate bean class [org.springframework.context.support.ClassPathXmlApplicationContext]: constructor threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: error creating bean with name 'exporting' defined in the [com/quest/nitro/service/common.ctx.xml] class path resource: calling the init method failed; nested exception is org.springframework.beans.factory.BeanCreationException: error creating bean with name "com.quest.nitro:service = Licensing" defined in the [com/quest/nitro/service/core-services.0.ctx.xml] class path resource: calling the init method failed; nested exception is org.hibernate.exception.DataException: could not execute the query

    at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:115)

    to

    Kind regards

    Shiva

    Hello

    It is probably part of a larger battery error (if you can download the zipped file of complete log we can see if something is visible).

    This is a new installation or and upgrade or displacement of FMS? What version do you use?

    Have you tried to stop the foglight server, make sure that the DB is down too and then restart?

    There are articles describing errors as part of a larger pile of errors.

    This article KB https://support.quest.com/SolutionDetail.aspx?id=SOL64412 talks to ip in the hosts file is not wrong

    Other articles describing similar problems:

    There is an article describing a bug that has been fixed at https://support.quest.com/SolutionDetail.aspx?id=SOL63134

    Another speaks of a problem with the Storage Manager service https://support.quest.com/SolutionDetail.aspx?id=SOL73892

    With the attached log file we can see more information, I recommend also the opening of a case of pension because they can help solve the problem in a more interactive way.

    I hope this helps.

    Golan

  • Unable to connect to MS sql server using ODI 11 g

    Hello

    I am trying to connect to my sql server in odi 11 g. I get the error message like "cannot load jdbc driver class.»  to do this, the sqljdbc.jar file put in drive c:\.

    Even if I am getting error. Please resolve this issue and please send any document on this example.


    Thanks in advance,

    A.Kavya.

    err1.pngerr2.png

    Make sure that the drivers are located in the appropriate folder - see link for required locations

    http://odiexperts.com/drivers-location-in-ODI-11g/

    Also if your target is MSSQL 2005 or longer you will need the 4.x version of jdbc drivers that can be downloaded here...

    https://msdn.Microsoft.com/en-us/SQLServer/aa937724.aspx

  • ODI: Mapping SQL Server datetime field to Date ORACLE


    Hello

    I tried map a datetime (SQL Server) field to a Date field in my intermediate Oracle DB table.

    The format of the source (SQL Server) is 2014-08-12 15:04:48.927 and in mapping for the intermediate table, I use the function TO_TIMESTAMP (sql_field_name, 'YYYY-MM-DD HH24:MI:SS.ff')

    When executing the interface, it fails with the error: ORA-01843: not one month valid

    Is there an error in the conversion?

    Any help will be appreciated.

    Thank you.

    Hello

    Thanks for your help.

    @Mahak VARCHAR2 conversion also did not work, kept getting is not not a month error invalid. In my view, that move data between SQL Server and Oracle there are some questions in the format and precision.

    I have now resolved the issue. It worked by using the CONVERT (DATETIME, field_name) SQL Server function in the map and put it to run on the Source (a MS SQL Server DB) instead of the target (which is an Oracle DB).

  • vCO and SQL Server

    Hello

    We are a cluster of servers vRO, using SQL Server 2012. After that we report the vRO servers to SQL server (create without and whatnot), we do not see a complete library:

    problem1.png

    Anyone seen this before? I have snapshot isolation and read options committed snapshot enabled on the SQL Server. Before the passage of postgres internal to SQL, the library has been completely filled.

    Thank you

    James

    In your Configuration Orchestrator on the Troubleshooting tab you will need to click on this latest Version reset and restart services (correct names cannot be listed here as running memory). This forces Orchestrator re - import all packages library of plug-ins installed

  • the variable name of database query to SQL Server using the Oracle database link

    Hi all

    I have an ApEx 4.1 application running on x 64 (11.2.0.1) 11g on Windows Server 2008 x 64, and I have a few points of data integration with SQL (2005 and 2008) server that I need to create. I have configured the database with dg4odbc link and it works perfectly... I can run queries on the SQL Server database without any problem using the database link.

    However, there is a scenario where the SQL Server database name is dynamic, and I need to generate on the fly in a PL/SQL block and then use it in a query dynamic SQL (all this in the ApEx). It of wherever I meet problems... when I asked the default database that is based on the ODBC connection and I don't have to specify the name of the database, no problem. But when I need access to one of the several other databases by default, I received the error "invalid table.

    It works well:* (note that 'fv' is the name of my database link)

    v_query1: = "select 'Release Date' from dbo." Schedules@FV where dbo. Annexes. "" SchedID "=: calendar";
    EXECUTE IMMEDIATE v_query1 in rel_date using the grid.




    I then take this rel_date variable, convert a varchar2 (rel_date_char), then use it as the name of the database in the following query...


    _ It returns an error(error ORA-00903: invalid table name)

    v_query2: = "select"PARTNO": rel_date_char.dbo.ProdDetails@fv where 'SchedID' =: calendar and"UnitID"=: unit"
    and 'MasterKey' =: master and "ParentKey" =: parent';

    EXECUTE IMMEDIATE v_query2 in part_number using planning, master, parent unit;



    I also tried using all of the following conditions without result:

    "select"PARTNO"of" | : rel_date_char | '.dbo. ProdDetails@fv where 'SchedID '...
    "select"PARTNO"of" | rel_date_char | '.dbo. ProdDetails@fv where 'SchedID '...
    "select"PARTNO"of" | @rel_date_char | '.dbo. ProdDetails@fv where 'SchedID '...
    "select"PARTNO"in @rel_date_char.dbo.ProdDetails @fv where 'SchedID'..."


    Is it possible to do it in PL/SQL?

    Thanks for any help!
    -Ian C.

    Published by: 946532 on July 15, 2012 19:45

    Just did a test using passthrough:

    SQL > set serveroutput on
    SQL > declare
    2 val varchar2 (100);
    3 c whole;
    4 whole nr;
    5. start
    c: 6 = dbms_hs_passthrough.open_cursor@FREETDS_DG4ODBC_EMGTW_11_2_0_3;
    7 dbms_hs_passthrough.parse@FREETDS_DG4ODBC_EMGTW_11_2_0_3 (c, "select count (*) from EMP");
    8 LOOP
    9 nr: = DBMS_Hs_Passthrough.fetch_row@FREETDS_DG4ODBC_EMGTW_11_2_0_3 (c);
    10 output when nr = 0;
    11 dbms_hs_passthrough.get_value@FREETDS_DG4ODBC_EMGTW_11_2_0_3 (c, 1, val);
    12 dbms_output.put_line (val);
    13 end of loop;
    14 dbms_hs_passthrough.close_cursor@FREETDS_DG4ODBC_EMGTW_11_2_0_3 (c);
    15 end;
    16.
    24576

    PL/SQL procedure successfully completed.

    SQL > declare
    2 val varchar2 (100);
    3 c whole;
    4 whole nr;
    5. start
    c: 6 = dbms_hs_passthrough.open_cursor@FREETDS_DG4ODBC_EMGTW_11_2_0_3;
    7 dbms_hs_passthrough.parse@FREETDS_DG4ODBC_EMGTW_11_2_0_3 (c, ' select count (*) from dbo.) EMP');
    8 LOOP
    9 nr: = DBMS_Hs_Passthrough.fetch_row@FREETDS_DG4ODBC_EMGTW_11_2_0_3 (c);
    10 output when nr = 0;
    11 dbms_hs_passthrough.get_value@FREETDS_DG4ODBC_EMGTW_11_2_0_3 (c, 1, val);
    12 dbms_output.put_line (val);
    13 end of loop;
    14 dbms_hs_passthrough.close_cursor@FREETDS_DG4ODBC_EMGTW_11_2_0_3 (c);
    15 end;
    16.
    24576

    PL/SQL procedure successfully completed.

    So all 3 ways work for me.

    Published by: kgronau on July 23, 2012 10:08

    Now, using the variables to make the selection:

    SQL > declare
    2 val varchar2 (100);
    3 c whole;
    4 whole nr;
    5 tabname varchar2 (20): = 'EMP ';
    6 ownr varchar2 (20): = "dbo."
    7 dbname varchar2 (20): = "door";
    Start 8
    c: 9 = dbms_hs_passthrough.open_cursor@FREETDS_DG4ODBC_EMGTW_11_2_0_3;
    10 dbms_hs_passthrough.parse@FREETDS_DG4ODBC_EMGTW_11_2_0_3 (c, ' SELECT count (*) FROM ': dbname: '.) ' || ownr | '.'|| tabname | ") ;
    11 LOOP
    12 nr: = DBMS_Hs_Passthrough.fetch_row@FREETDS_DG4ODBC_EMGTW_11_2_0_3 (c);
    13 when the exit nr = 0;
    14 dbms_hs_passthrough.get_value@FREETDS_DG4ODBC_EMGTW_11_2_0_3 (c, 1, val);
    15 dbms_output.put_line (val);
    16 end loop;
    17 dbms_hs_passthrough.close_cursor@FREETDS_DG4ODBC_EMGTW_11_2_0_3 (c);
    18 end;
    19.
    24576

    PL/SQL procedure successfully completed.

    => instead of executing the statement using the "execute Immediate" we use the PASTHROUGH package to pass the statement to SQL Server.

    Published by: kgronau on July 23, 2012 10:10

  • SQL Server 2005 Express Installation on Windows XP VMware Fusion (Mac)

    Hello

    I tried to install SQL Server 2005 Express edition on Windows XP VMWare, the installation of the system-error, restart and get a bluescreen with a system error and it does this in a loop without end I tried twice (both with the installations of Windows XP) and both times he wandered outside with a blue system error screen.

    I have no idea why it error. I chose the default configuration for the installation of vmware windows xp, 512 MB RAM and 40 GB of space. And my network setup is NAT.

    If anyone has an idea about this, please give me some ideas.

    Thank you

    I have just downloaded Microsoft SQL Server 2005 Express Edition and had no problem installing Windows XP and I really don't see this as a matter of VMware Fusion although even if it was I'd go about troubleshooting it as if it were a physical Machine and would start by re-download SQL Server 2005 Express after compensation to any browser cache to make sure that the download was good.  Of course, on a clean at least build, to also have Windows Installer 3.1 and .NET Framework 2 installed first.

    This is the name and the size with a MD5 checksum unofficial of the Microsoft SQL Server 2005 Express Edition I downloaded from the Download Details: Microsoft SQL Server 2005 Express Edition.

    SQLEXPR. EXE 53.5 MB (56,105,688 bytes), MD5: 6797955b505d3871cabb630db28623a9

    Direct download link for Microsoft SQL Server 2005 Express Edition

Maybe you are looking for

  • Unable to find a phone # or how to contact Microsoft CSR online. Help!

    The hard drive has a problem, but that has been resolved.  Need blue screen of re-installing the OS Win XP Pro.  I have not an activation from the operating system code is preloaded.  I only have the reinstall drive that came from Dell, but does not

  • Hp psc 1210v all-in-one has the possibility to print back to the front?

    My hp psc 1210v all-in-one still works and it makes me crazy that this printer is able to print back to the front. I'm also disturbed that there is no software print double don't face as with the new hp printers. Is it just me or this printer would b

  • Windows 7: don't remember folder view

    In Windows XP and earlier versions under folder options, we had an option to uncheck to not remember each folder settings. This is missing from Windows 7. I want my default view to view details sorted with type. He has to change overall. Sometimes I

  • Windows Media Player disappears

    Windows Media Player goes away after a few Windows updates are downloaded and installed.  How get it without reverting to a restore point?

  • HD6470m not detected in DXDIAG. Help!

    HP Pavilion 1111TX g4 Windows 7 Ultimate 64 bit Switchable Graphics AMD Radeon HD 6470 m / Intel HD GRAPHICS Core i5-2410 8 GB RAM Why is what the DXDIAG cant detect 2nd graphics card. who is AMD? The Device Manager detected 2 graphics cards. Please