To new database server

Hello

I'm trying to move a database SQL Server from one server to another. I have a problem I have a Sostenuto called Java application that connects to this database. I've reconfigured the files where I can find the details of the database which is held, but I still can't get the app to work with the database on the new server. The logs indicate some kind of connection problem, but I think I have the configuration of connection correctly. Can someone please advise? For some years I had to watch newspapers etc so maybe I'm missing something really obvious. Here's an excerpt from my logs:

2013-06-24 15:14:27, 023 ERROR com.sunrisesw.puma.MainCorbaClient.getObjectReference - MCC-> can not find reference to the class = 'Server TIME'
2013-06-24 15:14:27, 023 com.sunrisesw.puma.MainCorbaClient.getObjectReference INFO - MCC-> reference Reinitialising to classTIMESERVER
2013-06-24 16:14:27, 023 com.sunrisesw.puma.MainCorbaClient.a INFO - MCC-> resolved component is PLANNER
2013-06-24 15:14:27, 054 ERROR com.sunrisesw.puma.MainCorbaClient.getObjectReference - MCC-> can not find reference to the class = 'Server TIME'
2013-06-24 15:14:27, 054 INFO com.sunrisesw.puma.MainCorbaClient.getObjectReference - MCC-> reference Reinitialising to classTIMESERVER
2013-06-24 16:14:27, 351 INFO com.sunrisesw.puma.database.ConnectionPool.a - database settings
2013-06-24 16:14:27, 351 com.sunrisesw.puma.database.ConnectionPool.a - Driver = com.microsoft.sqlserver.jdbc.SQLServerDriver INFO
2013-06-24 16:14:27, 351 INFO com.sunrisesw.puma.database.ConnectionPool.a - server URL is jdbc:sqlserver://10.3.0.249:1433; DatabaseName = Sostenuto;
2013-06-24 16:14:27, 351 INFO com.sunrisesw.puma.database.ConnectionPool.a - Login = Sunrise
2013-06-24 16:14:27, 351 com.sunrisesw.puma.database.ConnectionPool.a INFO - pilot Type = 4
2013-06-24 16:14:27, 351 INFO com.sunrisesw.puma.database.ConnectionPool.a - Connectionse Minimum = 10
2013-06-24 16:14:27, 351 com.sunrisesw.puma.database.ConnectionPool.a INFO - increment = 2 connections
2013-06-24 15:14:27, 382 INFO com.sunrisesw.puma.MainCorbaClient.a - MCC-> resolved component = server TIME
2013-06-24 15:14:27, 382 INFO com.sunrisesw.puma.MainCorbaClient.a - MCC-> resolved component = server TIME
2013-06-24 15:14:40, 960 FATAL com.sunrisesw.puma.database.ConnectionPool. < init - > driver for database initialization failed:
org.apache.commons.dbcp.SQLNestedException: cannot create PoolableConnectionFactory (cannot open database "Sostenuto" requested by the login. The connection has failed.)
at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1225)
at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:880)
to com.sunrisesw.puma.database.b. < init >(Unknown Source)
to com.sunrisesw.puma.database.ConnectionPool. < init >(Unknown Source)
to com.sunrisesw.puma.database.c. < clinit >(Unknown Source)
at com.sunrisesw.puma.database.DBSQLAdapter.singleSelect (unknown Source)
at com.sunrisesw.puma.router.Router.populateMapping (unknown Source)
at com.sunrisesw.puma.router.Router.getInstance (unknown Source)
at com.sunrisesw.puma.presentation.AdminServlet.init (unknown Source)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1133)
at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:787)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:183)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:240)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:179)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:73)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:182)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
at com.sun.enterprise.web.VirtualServerPipeline.invoke(VirtualServerPipeline.java:120)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)


at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:137)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:239)
at com.sun.enterprise.web.connector.grizzly.ProcessorTask.invokeAdapter(ProcessorTask.java:667)
at com.sun.enterprise.web.connector.grizzly.ProcessorTask.processNonBlocked(ProcessorTask.java:574)
at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:844)
at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:287)
at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:212)
at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:75)
Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: cannot open database "Sostenuto" requested by the login. The connection has failed.
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:197)
at com.microsoft.sqlserver.jdbc.TDSTokenHandler.onEOF(tdsparser.java:246)
at com.microsoft.sqlserver.jdbc.TDSParser.parse(tdsparser.java:83)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.sendLogon(SQLServerConnection.java:2529)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.logon(SQLServerConnection.java:1905)
to com.microsoft.sqlserver.jdbc.SQLServerConnection.access$ 000 (SQLServerConnection.java:41)
to com.microsoft.sqlserver.jdbc.SQLServerConnection$ LogonCommand.doExecute (SQLServerConnection.java:1893)
at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:4575)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:1400)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:1045)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:817)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:700)
at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:842)
at org.apache.commons.dbcp.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:38)
at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:294)
at org.apache.commons.dbcp.BasicDataSource.validateConnectionFactory(BasicDataSource.java:1247)
at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1221)
... more than 33
2013-06-24 15:14:40, 976 FATAL com.sunrisesw.puma.database.c. < clinit > - Init static block
com.sunrisesw.puma.util.errorhandler.SysException
to com.sunrisesw.puma.database.ConnectionPool. < init >(Unknown Source)
to com.sunrisesw.puma.database.c. < clinit >(Unknown Source)
at com.sunrisesw.puma.database.DBSQLAdapter.singleSelect (unknown Source)
at com.sunrisesw.puma.router.Router.populateMapping (unknown Source)
at com.sunrisesw.puma.router.Router.getInstance (unknown Source)
at com.sunrisesw.puma.presentation.AdminServlet.init (unknown Source)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1133)
at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:787)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:183)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:240)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:179)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:73)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:182)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
at com.sun.enterprise.web.VirtualServerPipeline.invoke(VirtualServerPipeline.java:120)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:137)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:239)
at com.sun.enterprise.web.connector.grizzly.ProcessorTask.invokeAdapter(ProcessorTask.java:667)
at com.sun.enterprise.web.connector.grizzly.ProcessorTask.processNonBlocked(ProcessorTask.java:574)
at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:844)
at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:287)
at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:212)
at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:75)
2013-06-24 15:14:40, 976 ERROR com.sunrisesw.puma.router.Router.populateMapping-
java.lang.NullPointerException
at com.sunrisesw.puma.database.c.singleSelectWithHaving (unknown Source)
at com.sunrisesw.puma.database.c.singleSelect (unknown Source)
at com.sunrisesw.puma.database.DBSQLAdapter.singleSelect (unknown Source)
at com.sunrisesw.puma.router.Router.populateMapping (unknown Source)
at com.sunrisesw.puma.router.Router.getInstance (unknown Source)
at com.sunrisesw.puma.presentation.AdminServlet.init (unknown Source)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1133)
at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:787)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:183)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:240)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:179)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:73)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:182)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
at com.sun.enterprise.web.VirtualServerPipeline.invoke(VirtualServerPipeline.java:120)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:137)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:239)
at com.sun.enterprise.web.connector.grizzly.ProcessorTask.invokeAdapter(ProcessorTask.java:667)
at com.sun.enterprise.web.connector.grizzly.ProcessorTask.processNonBlocked(ProcessorTask.java:574)
at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:844)
at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:287)
at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:212)
at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:75)
2013-06-24 15:14:40, 991 INFO com.sunrisesw.puma.administration.license.a.a. < init - > Installation PSN = OOE7QUGFPPMCG6U5YDXA
2013-06-24 15:14:40, 991 INFO com.sunrisesw.puma.administration.license.a.a. < init - > status of multicast enabled = true
2013-06-24 15:14:40, 991 INFO com.sunrisesw.puma.administration.license.a.a. < init - > timeout = 1000 multicast interval
2013-06-24 15:14:41, 007 ERROR com.sunrisesw.puma.MainCorbaClient.getObjectReference - MCC-> can not find reference to the class = "DBSQL".
2013-06-24 15:14:41, 007 INFO com.sunrisesw.puma.MainCorbaClient.getObjectReference - MCC-> reference Reinitialising to classDBSQL
2013-06-24 15:14:41, 069 com.sunrisesw.puma.MainCorbaClient.a - MCC-> resolved component INFO is DBSQL
2013-06-24 16:14:42, 566 MORTALS com.sunrisesw.puma.database.ConnectionPool. < init - > driver for database initialization failed:
org.apache.commons.dbcp.SQLNestedException: cannot create PoolableConnectionFactory (cannot open database "Sostenuto" requested by the login. The connection has failed.)
at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1225)
at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:880)
to com.sunrisesw.puma.database.b. < init >(Unknown Source)
to com.sunrisesw.puma.database.ConnectionPool. < init >(Unknown Source)
to com.sunrisesw.puma.database.c. < clinit >(Unknown Source)
at com.sunrisesw.puma.database.DBSQLAdapter.singleSelect (unknown Source)
at com.sunrisesw.puma.administration.usermanagement.account.Account.getLanguageId (unknown Source)
to com.sunrisesw.puma.administration.usermanagement.account.Account. < clinit >(Unknown Source)
at com.sunrisesw.puma.administration.license.a.a.if (unknown Source)
to com.sunrisesw.puma.administration.license.a.a. < init >(Unknown Source)
to com.sunrisesw.puma.administration.license.a.b. < init >(Unknown Source)
at com.sunrisesw.puma.administration.license.a.b.char (unknown Source)
at com.sunrisesw.puma.administration.license.a.e.a (unknown Source)
at com.sunrisesw.puma.MainCorbaServer.main (unknown Source)
Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: cannot open database "Sostenuto" requested by the login. The connection has failed.
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:197)
at com.microsoft.sqlserver.jdbc.TDSTokenHandler.onEOF(tdsparser.java:246)
at com.microsoft.sqlserver.jdbc.TDSParser.parse(tdsparser.java:83)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.sendLogon(SQLServerConnection.java:2529)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.logon(SQLServerConnection.java:1905)
to com.microsoft.sqlserver.jdbc.SQLServerConnection.access$ 000 (SQLServerConnection.java:41)
to com.microsoft.sqlserver.jdbc.SQLServerConnection$ LogonCommand.doExecute (SQLServerConnection.java:1893)
at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:4575)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:1400)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:1045)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:817)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:700)
at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:842)
at org.apache.commons.dbcp.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:38)
at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:294)
at org.apache.commons.dbcp.BasicDataSource.validateConnectionFactory(BasicDataSource.java:1247)
at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1221)
... 13 more
2013-06-24 16:14:42, 566 MORTALS com.sunrisesw.puma.database.c. < clinit > - Init static block
com.sunrisesw.puma.util.errorhandler.SysException
to com.sunrisesw.puma.database.ConnectionPool. < init >(Unknown Source)
to com.sunrisesw.puma.database.c. < clinit >(Unknown Source)
at com.sunrisesw.puma.database.DBSQLAdapter.singleSelect (unknown Source)
at com.sunrisesw.puma.administration.usermanagement.account.Account.getLanguageId (unknown Source)
to com.sunrisesw.puma.administration.usermanagement.account.Account. < clinit >(Unknown Source)
at com.sunrisesw.puma.administration.license.a.a.if (unknown Source)
to com.sunrisesw.puma.administration.license.a.a. < init >(Unknown Source)
to com.sunrisesw.puma.administration.license.a.b. < init >(Unknown Source)
at com.sunrisesw.puma.administration.license.a.b.char (unknown Source)
at com.sunrisesw.puma.administration.license.a.e.a (unknown Source)
at com.sunrisesw.puma.MainCorbaServer.main (unknown Source)
2013-06-24 16:14:42, ERROR com.sunrisesw.puma.MainCorbaServer.main 566 - Sostenuto state license cannot be determined:
java.lang.NullPointerException
at com.sunrisesw.puma.database.c.singleSelectWithHaving (unknown Source)
at com.sunrisesw.puma.database.c.singleSelect (unknown Source)
at com.sunrisesw.puma.database.DBSQLAdapter.singleSelect (unknown Source)
at com.sunrisesw.puma.administration.usermanagement.account.Account.getLanguageId (unknown Source)
at com.sunrisesw.puma.administration.license.a.a.if (unknown Source)
to com.sunrisesw.puma.administration.license.a.a. < init >(Unknown Source)
to com.sunrisesw.puma.administration.license.a.b. < init >(Unknown Source)
at com.sunrisesw.puma.administration.license.a.b.char (unknown Source)
at com.sunrisesw.puma.administration.license.a.e.a (unknown Source)
at com.sunrisesw.puma.MainCorbaServer.main (unknown Source)
2013-06-24 16:14:42, 566 INFO com.sunrisesw.puma.MainCorbaServer.main-

2013-06-24 16:14:42, 566 INFO com.sunrisesw.puma.MainCorbaServer.main - # initialization Sostenuto business complete components


24 June 2013 15:14:42 com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl convertThrowableToSystemException
Warning: "IOP00010202: unknown user exception (UNKNOWN) generated by the server.
org.omg.CORBA.UNKNOWN: vmcid: minor SUN code: 202 completed: may
at com.sun.corba.se.impl.logging.ORBUtilSystemException.runtimeexception(ORBUtilSystemException.java:8365)
at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.convertThrowableToSystemException(CorbaMessageMediatorImpl.java:1918)
at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.handleThrowableDuringServerDispatch(CorbaMessageMediatorImpl.java:1868)
at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.handleThrowableDuringServerDispatch(CorbaMessageMediatorImpl.java:1821)
at com.sun.corba.se.impl.protocol.CorbaServerRequestDispatcherImpl.dispatch(CorbaServerRequestDispatcherImpl.java:258)
at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.handleRequestRequest(CorbaMessageMediatorImpl.java:1680)
at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.handleRequest(CorbaMessageMediatorImpl.java:1540)
at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.handleInput(CorbaMessageMediatorImpl.java:922)
at com.sun.corba.se.impl.protocol.giopmsgheaders.RequestMessage_1_2.callback(RequestMessage_1_2.java:181)
at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.handleRequest(CorbaMessageMediatorImpl.java:694)
at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.dispatch(SocketOrChannelConnectionImpl.java:451)
at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.doWork(SocketOrChannelConnectionImpl.java:1187)
to com.sun.corba.se.impl.orbutil.threadpool.ThreadPoolImpl$ WorkerThread.run (ThreadPoolImpl.java:398)
Caused by: java.lang.NullPointerException
at com.sunrisesw.puma.database.c.beginTransaction (unknown Source)
at com.sunrisesw.puma.database.DBSQL.beginTransaction (unknown Source)
at com.sunrisesw.puma.database.dbsqlpackage.b._invoke (unknown Source)
at com.sun.corba.se.impl.protocol.CorbaServerRequestDispatcherImpl.dispatchToServant(CorbaServerRequestDispatcherImpl.java:637)
at com.sun.corba.se.impl.protocol.CorbaServerRequestDispatcherImpl.dispatch(CorbaServerRequestDispatcherImpl.java:189)
... 8 more

Any info/advice would be greatly appreciated.

See you soon

Paul

It seems clear the config that sets the properties for the

creating JDBC connections is broken. I would simplify

the problem down to an example HelloWorld 15 program lines

from the MS SQLServer JDBC driver. Give this program the

user, password, URL and properties that need to connect

you the DBMS, and once you get this job you will know

What to configure in the larger environment.

Maybe it's that the new DBMS is not yet configured to accept

connections 'mixed mode' (simple TCP sockets) that is

JDBC components...

Tags: Oracle

Similar Questions

  • Creation of a new database server

    Hi all

    I am new on ODI and is currently in the learning phase. I have a question about creating new data server.

    I did the below mentioned steps

    (1) created a new database server by providing the connection user name and password.

    Question 1: I gave the user name and password that the scheme I want to connect. Is this correct?

    (2) right click on the new database server and create a new physical schema. Here for the scheme and the scheme of work, I see the pattern in my database.

    Question 2: Why all the patterns is part of the schema and the schema of work drop-down list? Would it not be limited to the diagram provided in step 1.

    Thanks in advance

    Hi Matt,

    Here's a blog that I wrote a few weeks ago that should help you understand the topology: http://www.rittmanmead.com/2014/12/data-integration-tips-one-data-server/

    It will be useful.

    Kind regards

    JeromeFr

  • ODI - reconfigure to new database server

    Hello

    We had to move the database from Solaris to Linux server. As a result, changed the name of the server and the old databases are stopped. Repositories of master and work have been migrated to the new database server.

    Is this enough to update odiparams, agentcreate.properties and change the connection details by connecting to ODI to update the names of servers? I also used opmn to run ODI as a windows service. version 11.1.1.6

    Kind regards

    Brig.

    No. I wouldn't do that.

    Repositories of masters and work are on the same server. I hope that the update of odiparams, of agentcreate.properties and modify connection details, by connecting to ODI ODI would point to the new database repositories.

    Kind regards

    Brig.

  • Unable to create the new database server

    I keep running into these fundamental questions before starting even with the integration work.

    I tried to create a new topology-the physical Architecture-> Technologies > data server. But when I try with the right button on any of the technologies, I get no response. The window is not to me for some strange reason. If I right click on Technolgies, ODI invite me to create new or to import technologies.

    rAnyone had this problem before?

    See you soon

    I think you have some problems of java. JRE 6u23 works very well.

  • E.M.P. 11.1.2.1 repointing to the new database

    Hi all;

    Need of your advice here;

    I had a requirement for re-pointer the EPM environment to the other (new) database. I just want to share my point of view how this can be done please correct me if I'm wrong.

    (1) the relational database of the former backup

    (2) backup the \Oracle\Middleware\ file of all servers in the EMP

    (3) the registry backup

    4) clone or COPY all schemas (HFM, planning, Essbase, FDM.. etc) to the database

    Then

    (4) remove the respective environmental USER_PROJECTS folders

    5) RUN the CONFIGURATION TOOL and then provide the NEW database server and port details. Update the TNSNAMES.ora file with the new database.

    (6) repeat step 5 for all other components

    OR

    Is there a way we can change the PROPERTIES file with the Reconfiguration pointing to the new database of execution? Please notify.

    Thank you

    UB.

    Yes you must reconfigure on these servers, but it is only shared services registry which needs configuration to point to the new database, Essbase uses the information updated in reg.properties.

    Try it and see.

    See you soon

    John

  • Chargeback database server move

    I'm trying to move our internal billing server 2.5 in steps and I have problems in my first step; move the DB chargeback.

    The DB has been copied to the new server database successfully, and I've updated the four xml files with the new database server name.

    The healthcare system in the web GUI tab I see even the name of the DB server newly updated under general information > vCenter Chargeback database.

    However, when I try to run the Chargeback 2.6 installation to upgrade the connection test DB shows the former name of the database server and it is gray.

    I restarted the server after making changes to the xml file, but still the same thing happens.

    Any suggestions?

    Thank you

    Hello

    Installer seems to use the address Server DB from the following file that were created during the initial installation.

    \..... VMware vCenter vCenter Chargeback\installvariables Chargeback\Uninstall_VMware

    When you look inside the file, you can see the 3 following parameters pointing to the address of the old server DB.

    ------

    DB_HOST =

    dbHostPort =

    dbUrl =

    ------

    Change the address on the new DB server and go through the upgrade.  Now the DB address of the server in the "Database Configuration" section of the installation wizard should point to the new server of DB.

    Kind regards

    Richard

  • How to reconnect the new database with oracle and oracle mid infrastructure

    course oracle environment;
    Database; 10gr 2 (10.2.0.1) old-SID: gtxprod host: 10.30.100.199
    new database; 10gr 2 (10.2.0.1) - SID: gtxprod2 host: 10.40.110.199
    application sever. 10.2.0.1 (oracle mid level.) and oracle infra SSO, forms, reports, portal.

    problem;
    I try to reconnect from the application to the new database server. I do not know how?

    I went to /opt/oracle/10ggtxinf/network/admin/tnsnames.ora
    # tnsnames.ora Network Configuration File: /opt/oracle/10gasr2inf/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    
    asdb.gtx.com =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = isdev.gtx.com)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME =asdb.gtx.com)
        )
      )
    
    
    gtxprod.gtx.com =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = gtxprod.gtx.com)(PORT = 1521))
        )
        (CONNECT_DATA =
          (SID = gtxprod)
        )
      )
    
    gtxprod2.gtx.com =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = gtxprod2.gtx.com)(PORT = 1521))
        )
        (CONNECT_DATA =
          (SID = gtxprod2)
        )
      )
    In application of the oracle infra. How Asian Bank of development of database instance can connected with the new data base gtxprod2?

    In Forms Server, based on a Web site, if go to Forms Server, I can see tns.ora but I can't see anything to update to the new database.

    you could give me information how understand this problem?

    Thank you very much in advance

    Hi Wen,

    As you have created a new database 'gtxprod2' so the Stanley database should be in place
    cmd--> lsnrctl status
    That you have even made changes to 10ggtxinf/network/admin/tnsnames.ora
    do the same entry in the oraclebi/network/admin/tnsname.ora file

    You can check if your new entry is rite of
    tnsping gtxprod2 (>)
    Now you ask how the application will come to know what database to point to
    Go to oracle AS
    As using your forms and reports go to oraclebi/forms/server/formsweb.cfg

    At the end of the file, there might be a few entries
    for example
    [test]
    envFile = test.env
    Form = LOGIN_ENT.fmx
    LookAndFeel = oracle
    separateFrame = true
    UserID=nrs_fd/nrs_fd@fixdep
    SplashScreen = NO
    logo = NO
    Background = No.
    color = auto
    make = yes
    Archive = frmall.jar
    archive_jini = frmall_jinit.jar, frmwebutil.jar, Jacob.jar, icons.jar
    ImageBase codebase =
    term = frmpcweb.res
    baseHTML = webutilbase.htm
    baseHTMLjinitiator = webutiljini.htm
    baseHTMLjpi = webutiljpi.htm
    WebUtilArchive = frmwebutil.jar, jacob.jar

    "userid=nrs_fd/nrs_fd@fixdep" IE (username) / (password) @tnsname
    the following entry specifies what database, the application must point to

    If your using a war file, you must create a data source and as datasource, you must specify the tnsname input

    Concerning
    Fabian

  • database of travel vcenter + rsa database to new sql server

    Hi we had to move vcenter db + rsa db to new server sql bc former sql server crashed. the virtual service center will not start now. I believe that this is due to the database of rsa. I can't understand how rsa point again sql server.  for the vcenter db all I had to do was update the odbc on the vcenter server connection properties. any advice on how to upgrade the connection rsa properties similar to how I've updated vcenter db properties /?

    Thanks in advance!

    Cheers.

    Have you tried the steps listed in this article?

    Update vCenter Single Sign On settings after you change the hostname or port of the database server

  • How performance measurement/reference of a new database on the new server?

    Hello

    I have two servers oracle with following (same) details:

    5.8 64-bit RHEL

    Oracle 10 g 2-10.2.0.5.8

    ASM 10 gr 2-10.2.0.5.8

    Server A: 32 GB of RAM, 8 processors @ 3 .00GHz

    Server b: 128 GB RAM, vCPUs 16 cores

    A server (physical server) already has a database of A. ServerB (VMware - Yes, my client moves all Oracle on VMware servers for some reason any) is a new installation and the new database B with exact same init params as A databas. I expdp data from database A and impdp in database B.

    According to the material, the material is better than the old server B. I made a very simple test to check if the new DB performs better than the one on the physical server. Here are the results:

    I ran a simple query to create a new table. The original table (say, table_a) contains 1.7 million lines and the size is 2.2 GB.

    create table test1

    as

    s elect * from table_a;

    It took 3:28mins on database B, it took 1:55mins only on A database. So, it seems that the new database B scene poor (apparently). Then I looked at the plan of the explain command (don't know if it means a lot, because it s a very simple query) and here's these two databases:

    A (physical server databases

    Plan
    SELECT STATEMENT ALL_ROWS
    Cost: 14 052 bytes: 2,161,302,003 cardinality: 16,250,391
    1 FULL TABLE ACCESS TABLE table_a
    Cost: 14 052 bytes: 2,161,302,003 cardinality: 16,250,391

    Database B (virtual server)

    Plan
    SELECT STATEMENT ALL_ROWS
    Cost: 59 844 bytes: 2,161,302,003 cardinality: 16,250,391
    1 FULL TABLE ACCESS TABLE table_a

    Cost: 59 844 bytes: 2,161,302,003 cardinality: 16,250,391

    Issues related to the:

    1. Why is the cost different? Should I "calculate statistics" on the B (virtual server) database?

    2. how to pursue the investigation and discover the reason for the difference in time?

    3. what other test can I run to make sure that I have the right database Setup?

    Don't know if it of just enough info - if not, please let me know what else I need to provide.

    The team I perform hands on this server refuses to accept it by saying that it is slower than the existing one.

    Please advise!

    Best regards


    Looks like you'd get only a few percentages of increase in performance by increasing the pga, while the downturn is probably elsewhere.  Follow Nikolay, Ed and John suggestions.  STATSPACK or AWR can also give clues to e/s, although it would be a mistake to expect them to reflect the performance of the production - but they might highlight if you have problems logwriter or something.    Don't know if I even have to mention My ISP4400: numbers of ORION

  • Server with a database and an installed network agent... Add a new database

    First of all, sorry for my English.
    I have a server with Oracle 10.2.0.4, where there was already an agent of the grid control and a database. Now, we have created a new database on the same server. What I do to make this new database is displayed in the grid control?

    Best regards
    Vitor Jr

    Did you do the following?

    agentca -d -c "hostname1,hostname2,hostname3"
    

    Change - read your bad output... exceed the correct host names. You may need to use the full host name IE hostname1.tpn.cliente.com as in your output... Try and see.

    Published by: Freddie Essex on April 24, 2013 16:56

  • What will be lost if I use a new database for vCenter Server?

    Currently, we use VC 2.5 U4 with database SQL Server 2000 Personal Edition.  We intend to migrate the SQL Server used by VC to SQL Server 2005 Express 2000 database.  We have tried the upgrade on-site of the VC database but without success.

    In this way, we will create a new SQL Server 2005 Express for VC database.  We would like to see more performance statistics, the following items will be lost?

    (1) resource pool

    (2) cluster configuration

    (3) connect to the ESX host

    (4) configuration of NIC in ESX host

    (5) the allocation of resources for each virtual computer

    We are very concerned by the Network Configuration of a particular ESX host that takes us a long time to repair.

    Thank you

    The ESX host network configuration will remain as it is a host level setting.  With regard to the other elements:

    (1) Yes, you will lose your Resource Pools

    (2) your cluster configuration, including DRS rules, etc. will be lost

    (3) you will need to add each ESX host on your vCenter Server

    (4) as indicated, you will not lose your network configuration

    (5) If you set resources in a Resource Pool, then you who will lose.  If you set it on the virtual machine itself then I believe that you leave this setting.

    You will also lose some other things, like all the permissions you applied at various levels of vCenter.

  • Move database server/keep CPO patterns

    Hello

    We moved our database, patterns of CPO to a different data center of accommodation. However, the application server has not moved.

    I have a new server on this same data center to be used for the POC.

    CPO installation on the new server by using the same oracle patterns affect the table and the data that already exist?

    Do you have a document on how to approach?

    Thank you

    JB

    There is a key on the server that hosts TEO which is used to encrypt the data such as users of runtime.  Without this move, you will lose all data encrypted in the DB.  You will need to go through the procedures of resettlement TEO Server processed in the resilience strategy paper to ensure that the key is present on the server PO that you are moving.

    You can take this in 2 steps.  First go through the changing database server using the tool for this purpose.  Once it works, go through the process of server move.

    Work with TAC through this process would probably be a good idea.

    In addition, this can be a good way to discover the mechanics of the hot stanby strategy if you want to use for HA so much PO 3.0 arrives.

  • Disorders CW VMS with IDS MC installation: database server does not

    We install a new management station for our ids devices to replace our previous one that is a bit underpowered, but we cannot get it running to the point of being able to add our sensors. In the journal of the files IDS_Analyser, IDS_EvsServer, IDS_Notifier, IDS_ReportScheduler, we get errors that the database server is not running. In addition, we now have an extra record in the files smdb_upgrade001.log and smdb_upgrade002.log, indicating that the upgrade from version 1.0 to 1.1 database failed due to another error:

    -193--primary key for table 'sys_strings' is not unique

    However, we thought that we should follow the proper procedure in the installation of all packages:

    -CW CDOne fifth edition (we installed CiscoView, utility of NMS and CMF integration)

    -Services common (from the CD CW VMS management & monitoring V2.2)

    -Installation of machines virtual CW for IDS V2.2 by selecting management IDS sensors, catalyst ID SM and monitoring security on the same CD

    So that should be enough to have a work environment and in fact we have not all errors in the installation of all components. Even all CW services are running according to the CW process management.

    We are wasting a lot of time trying to get it right for once.

    Johan, it s a while since I made the installation, but I think CiscoWorks-VMS-2.2-Update-1-w2k-k9.exe installing, check SecMon you install and update only if it is less than 1.2, after installation SecMon 1.2.3 If you haven t already done and then add the patches. I hope that the advice I gave you here is correct.

  • DMZ web server-&gt; inside the database server

    Suppose that a network topology looks like this:

    A PIX with 3 interfaces:

    interface (private public static IP 10.10.10.1)

    interface (public static IP of 69.110.38.35)

    interface (static IP private address of the 30.30.30.1)

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

    The internal network has a {server} with the IP address of 10.10.10.2.

    The DMZ has a {web server} with the IP address of 30.30.30.2.

    I will welcome external guests (outside) access to the web server (30.30.30.2) via port 80.

    This web server access turn the database server (10.10.10.2).

    Assume that all other commands are issued. Then, I'll create an access list that allows server WWW DMZ to communicate with inside the database server.

    access-list dmz-to-inside permit tcp host 30.30.30.2 host 10.10.10.2 eq 1521

    Should I publish the following, too:

    (1) access-list dmz permit tcp host 30.30.30.2 no matter what 80 eq

    (2) access-group in interface dmz dmz

    (3) static (inside the dmz) 10.10.10.0 10.10.10.0 netmask 255.255.255.0

    xlate clear 4)

    If so, what each of them do?

    Thank you for helping.

    Scott

    1. Yes, the static statement "10.10.10.0 static (inside, dmz) 10.10.10.0 netmask 255.255.255.0" will disable NAT. Although it is not necessary to disable nat, however, it saves money and simple to manage. the reason for this is the traffic between the dmz and inside is private, there is therefore not necessary to apply the public ip address.

    2 pix receives the package intended to 30.30.30.2 10.10.10.2. PIX examines the static statement and based on the static above statement, pix will not nat package (i.e. pix will leave the soruce address be) and send it to 30.30.30.2 via the interface of the demilitarized zone.

    for example

    original package - source 10.10.10.2, destination 30.30.30.2

    After pix - source 10.10.10.2, destination 30.30.30.2

    3. the "Clear xlate" command must be issued whenever the nat/global or static has been added/deleted/modified. This command is to force the pix to clear the existing ip translation.

    for example, before you add the command "static 1.1.1.1 (indoor, outdoor) 192.168.1.100 netmask 255.255.255.255", the pix may already have an ip 192.168.1.100 translation (it might come from the nat/global). now, after you apply the static command, the pix will keep the existing translation for a certain period time. 'clear xlate' is needed to erase the old translation and so to activate the new static statement.

  • Cannot add new database in OEM 11 GR 2

    Hi all

    I was done db refresh a server (server1) to another server (Server 2). Once again, db refresh from server2 to server1. I've been dropped in server1 database, but did not fall in OEM. I want to configure the new database again to the server 1 but not configured even if I can't drop it is the database.

    OS: Solaris

    Oracle Version: 11 GR 2

    Please can someone help me.

    Thank you and best regards,

    SIVAKUMAR. V

    9176956667

    Not sure if I myself fully to your problem.

    It seems you have dropped your database on server1, but did not withdraw its control db objects - so you're in some kind of undefined state (EM think there is a db, which is not true).

    To remove control of db objects, see https://docs.oracle.com/cd/E18283_01/server.112/e17120/dbcontrol005.htm

Maybe you are looking for