Error creating a new BPEL domain in a 2 server environment with common DS

I want to create two new BPEL domains, one for production and one for test env
instead of using the default domain.
There are two application servers with BPEL PM (10.1.2.0.2) using the same
Dehydration Store. Active-Active mode, no cluster.
A new BPEL domain is created successfully with BPEL Admin Console in server A.
The problem is the server B knows nothing about the new domain. I cannot select
the new domain on BPEL Console login page on server B.
When I tried to create the same domain in server B the following error
occured:
Exception
Operation failed because:
Error updating domain index.
An exception occurred while writing the domain index (id"szolinfo", ref "1") to
the datastore; the exception reported is: ORA-00001: unique constraint
(ORABPEL.DOM_PK) violated
Please check that:
+ the machine hosting the datasource is physically connected to the
network.
+ the connection pool properties as defined in the application server
startup properties are valid.
+ the database schema for the OraBPEL server has been installed in the
datasource.
This is because the two servers are using the same database.
The new domain require a new folder and a lot of files also inside the domains
folder on server A and B. On server A this is created by BPEL Admin Console.
How to create the same domain in server B?
Are there any scripts/tools to use for this reason?

These steps on Server B resolved the problem:
1: cp -r domains/default domains/<new-domain-name>
2. cd domain/<new-domain-name>/config
3. Edit the following files by replacing the string 'default' with the name of your
new created domain in the following
elements/attributes:
archive-config.xml: <value>/home/mla/app/bpel101202/integration/orabpel/domains/de
fault/archive</value>
domain.xml: <bpel-domain-descriptor version="2.0.6" id="default">
4: In the case that the password for the domain is different compared to the default domain, the file 'auth.properties' has
to be copied over from the server where the domain was created.
5. Restart the BPEL PM

Similar Messages

  • How to create a new BPEL Domain

    Hi,
    Need a huge favor... thanks in advance..
    Database - 10.2.0.2.0
    BPEL (SOA Suite) -- 10.1.3.0
    a) Installation went fine
    b) Able to use the software using the url provided at the end of installtion
    c) I want to create a NEW BPEL domain.
    When I create new domain, it gives the below errors..
    Exception
    Operation failed because:
    Exception not handled by the Collaxa Cube system.
    An unhandled exception has been thrown in the Collaxa Cube system. The exception reported is: "java.sql.SQLException: ORA-00942: table or view does not exist
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:138)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:316)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:282)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:639)
    at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:185)
    at oracle.jdbc.driver.T4CPreparedStatement.execute_for_describe(T4CPreparedStatement.java:503)
    at oracle.jdbc.driver.OracleStatement.execute_maybe_describe(OracleStatement.java:1029)
    at oracle.jdbc.driver.T4CPreparedStatement.execute_maybe_describe(T4CPreparedStatement.java:535)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1126)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3001)
    at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3043)
    at oracle_jdbc_driver_T4CPreparedStatement_Proxy.executeQuery()
    at com.collaxa.cube.admin.data.DomainConfigManager.loadProperties(DomainConfigManager.java:203)
    at com.collaxa.cube.engine.CubeEngine.load(CubeEngine.java:423)
    at com.collaxa.cube.admin.ServerManager.loadDomain(ServerManager.java:1111)
    at com.collaxa.cube.admin.ServerManager.createDomain(ServerManager.java:731)
    at com.collaxa.cube.admin.ServerManager.createDomain(ServerManager.java:617)
    at com.collaxa.cube.ejb.impl.ServerBean.createDomain(ServerBean.java:181)
    at sun.reflect.GeneratedMethodAccessor31.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
    at com.evermind.server.ThreadState.runAs(ThreadState.java:620)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.TxNotSupportedInterceptor.invoke(TxNotSupportedInterceptor.java:43)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
    at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
    at ServerBean_RemoteProxy_4bin6i8.createDomain(Unknown Source)
    at com.oracle.bpel.client.Server.createDomain(Server.java:327)
    at _doCreateDomain._jspService(_doCreateDomain.java:89)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    Exception: java.sql.SQLException: ORA-00942: table or view does not exist
    Handled As: com.collaxa.cube.CubeException
    THANKS
    Rgds
    Natrajan
    Also.. Here are the details of BPEL create domain screen..
    Create New BPEL Domain
    BPEL Domain is a logical grouping of processes, instances and activities. A domain may be accessed either by the domain or administrative password.
    Domain Id: <<Nattest>>
    Each domain requires access to a JDBC datasource to store instances and activities. Tx Datasource JNDI must refer to a datasource with JTA support. Datasource JNDI may refer to any datasource (JTA not required).
    Datasource JNDI: <<<<JUST took default..>>>
    Tx Datasource JNDI: <<JUST took default>>>

    I've seen this if the database is down or in a funky state. Try shutting down BPEL, and restart the database, then bring BPEL back up. If you're using Oracle Lite just use the "Stop SOA Suite" GUI from the Start Menu.

  • Create New Bpel Domain

    Hi All-
    How to create a new BPEL domain, I have tried in 10.1.3.3 and 10.1.3.4 also in BPEL console but didn't found anything for creating new domain.
    Please help.
    Regards,
    Sreejit

    Hi Sreejit,
    Please note that you will have to give BPELConsole to log into your console, to initiate, view, manage the processes, see the sudit flow,...
    You have to loginto BPELAdmin(type in URL), to log into the admin page where you have server confi parameters, domain level loggers, manage domains,...
    Cheers
    A

  • Error while creating a new BPEL project

    Hello!
    When I create a new BPEL project, I get this message: "Object expected", and on the footnotes, the following message is printed: "event://LogErrorEvent?bpelz.html trapped at 62: object expected"...
    Does anybody knows what is happening?
    Thanks in advance,
    Pedro Catoira

    hello Pedro,
    Try to see this link in the forum:
    BPEL Designer  Process problem
    It seem the same problem but I'm not sure...
    byebye
    Andrea

  • Ant task for creating a new weblogic domain in weblogic 10.3

    Hi,
    Can anybody help me in writing an ant task in build.xml for creating a new weblogic domain in weblogic 10.3, like as in <target name="new-domain">
         <echo message=""/>
         <echo message="Attempting to create new domain:"/>
         <delete dir="C:\bea\user_projects\domains" />
         <mkdir dir="C:\bea\user_projects\domains"/>
         <wlserver dir="C:\bea\user_projects\domains" domainname="mydomain"
         host="127.0.0.1" port="7001"
         generateConfig="true" servername="AdminServer" username="weblogic"
         password="weblogic" action="start"/>
         </target>
    Please suggest me adding something to the above in order to create the domain successfully.

    Hi,
    Can anybody help me in writing an ant task in build.xml for creating a new weblogic domain in weblogic 10.3, like as in <target name="new-domain">
         <echo message=""/>
         <echo message="Attempting to create new domain:"/>
         <delete dir="C:\bea\user_projects\domains" />
         <mkdir dir="C:\bea\user_projects\domains"/>
         <wlserver dir="C:\bea\user_projects\domains" domainname="mydomain"
         host="127.0.0.1" port="7001"
         generateConfig="true" servername="AdminServer" username="weblogic"
         password="weblogic" action="start"/>
         </target>
    Please suggest me adding something to the above in order to create the domain successfully.

  • Create a new OSB domain and data source problems

    Hello,
    I noticed a problem while create a new OSB domain with Oracle Service Bus 10gR3 on Solaris 10 (intel-based).
    This domain is composed of two managed servers deployed on a cluster.
    I have configured the JMS reporting data sources to use an Oracle 10g (XE) database (driver Oracle Thin (non XA)) installed on a remote server.
    While trying to start my managed servers, the startup process of these managed servers failed due to a data source problem on "wlsbjmsrpDataSource" or "cgDataSource-nonXA".
    The workaround I found is to delete and recreate (through the WLS console) the data sources "wlsbjmsrpDataSource", "cgDataSource-nonXA" and "cgDataSource".
    In this situation, my managed servers can be started properly.
    Is it a known problem located on the configuration wizard?
    Thanks for your help.

    Hi
    For the answer.
    I fully understand that those datasources are default ones and are mainly related to JMS reporting.
    But my question was probably not well expressed.
    The problem I had is when the domain is created, the managed servers won't start due to problems related to theses datasources.
    The workaround I found is to delete and to create those datasources from the WLS console.
    In this situation, the managed servers are able to be started.
    I want to know if this is a known problem/limitation of OSB 10gR3 with Solaris 10 and Oracle 10g?
    Thanks for your help.

  • How to create a new default domain for Jdeveloper 11.1.1.3

    I installed Jdeveloper 11.1.1.2 and deinstalled it. Then, I install Jdeveloper 11.1.1.3
    However, the default domain of old version Jdeveloper is not deleted with Jdeveloper 11.1.1.2
    I saw old version of ADF in the development list at http://localhost:7101/console
    I want to delete this domain and create a new default domain.
    How to do that?

    YE wrote:
    I installed Jdeveloper 11.1.1.2 and deinstalled it. Then, I install Jdeveloper 11.1.1.3
    However, the default domain of old version Jdeveloper is not deleted with Jdeveloper 11.1.1.2
    I saw old version of ADF in the development list at http://localhost:7101/console
    I want to delete this domain and create a new default domain.
    How to do that?It is not clear from your question which domain you want to re-create. The WebLogic server that is installed along with the JDeveloper installation can run in either integrated mode - each time you run or debug your application in JDeveloper, or in standalone mode - in this case you start the server outside of JDeveloper and deploy onto it.
    _1. For the integrated domain:_ One way to force JDeveloper to re-create the integrated WLS domain is by removing or re-defining the JDeveloper user directory. The location of the user directory is accesed via the JDEV_USER_DIR environment variable.
    _2. For the standalone domain:_ You will need to run the WebLogic domain configuration wizard. It is called config.cmd (Windows installation) or config.sh (for Linux) and can be found in the wlserver_10.3\common\bin directory under the JDeveloper installation directory (MiddlewareHome).

  • Create a new portlet  in Deployed Portal in production environment

    are there any ways to import or create a new portlet in Deployed Portal in production environment?
    Edited by: user8322798 on May 1, 2011 7:26 AM

    This can done via WSRP proxy portlets and streaming desktops. First, you'll need to have a WSRP producer setup somewhere. This could be another WLP webapp with portlets, or another server altogether. Or, you can use the JSR 286 WSRP import tool from within the Portal Administration Console (I think it's under Services | WSRP | Import Tool) -- this will allow you upload .war(s) of JSR 168 or 286 portlets, which will be turned into WSRP producer(s).
    Then, you can use the Portal Administration Console to register a WSRP Producer, and then add portlets from the producer to your desktop (http://download.oracle.com/docs/cd/E15919_01/wlp.1032/e14235/chap_fed_books_pages.htm#FPGWP690). Additionally, once the producer has been registered in Portal Adminstration Console, an adminstrator user can use the Dynamic Visitor Tools from within the streaming desktop itself to add wsrp proxy portlets to the desktop (http://download.oracle.com/docs/cd/E15919_01/wlp.1032/e14243/dvt.htm#PDGWP691).
    It is not possible to add new local .portlet files to a deployed application in production mode. This requires adding the file artifacts to the .ear/.war and redeploy the application.
    Greg

  • How do I create a new document that is 8" X 8" and with Print as the document profile?

    Page 47 in Chris Botello's Adobe Illustrator CS6 of Cengage's Illustrated Series asks this for the Independent Challenge for Unit B.  "Create a new document that is 8" X 8" and with Print as the document profile." As long as its CMYK it's "Print". Right?  If I go and change the size the profile goes custom. I'm a Graphic Design Student at a local university. If there are others who have used this book, Please giver me a holler. I wonder what they want there? You think they want to change the "Print" profile? That hasn't been covered. I'm on CC not CS6 but haven't found differences in that area. Probably just not written very clearly.
    Thanks,
    Gary

    Thanks Monika,
    I hate it when I fixate on what should be easy. It's probably just a poorly worded task. I don't think it will blow my GPA.
    Gary

  • I have an Apple ID created in India. I will be living in US now on. So when I try to buy apps from here, I get a reply saying, I need to change my store to US. So do I have to create a new ID or can I in anyway continue with this same ID ?

    I have an Apple ID created in India. I will be living in US now on. So when I try to buy apps from here, I get a reply saying, I need to change my store to US. So do I have to create a new ID or can I in anyway continue with this same ID ?

    You can use the same ID but you will need a U.S. based credit or debit card account.
    This applies to the Mac App Store as well as iTunes...
    The Complete Guide to Using the iTunes Store | iLounge Article
    "Although you can browse the iTunes Store in any country without being signed in, you can only purchase content from the iTunes Store for your own country. This is enforced via the billing address associated with your credit card or other payment method that you use with the iTunes Store, rather than your actual geographic location."

  • Error creating a new site

    I'm setting up SharePoint services on a single server that is not part of a domain. When I try to create a new web application on Port 80 (all other SharePoint web applications have already been  deleted), I get an error message:
    http://www.mydomain.com is already routed to the Default zone of another application. Remove that mapping or use a different URL.
    where www.mydomain.com is the the domain name I'm trying to use. Everything works fine if I use the domain name but with port 81 instead of 80. Everything also works fine if I use port 80, but instead use http://computername instead of the domain name. There are no other IIS sites on port 80 and no other SharePoint sites at all.
    What is wrong and how can I setup the server to use my domain name on port 80 for a new SharePoint site?
    Thank you for your help.

    I had the same thing while adding and removing the same webapplication a couple of times over.
    Solved it in powershell by rebooting the admin service and IIS (ofc :-))
    Stop-Service -Name
    SPAdminV4
    Start-SPAdminJob
    -Verbose
    Start-Service -Name SPAdminV4
    IISReset
    Kind regards, Rainier van Slingerlandt |
    www.justanothertechnologyguy.com

  • New BPEL Domain password

    Hi,
    While creating BPEL domain it say that "A domain can be accessed either by the domain or administrative password".
    But when we are creating a new domain it doesn't ask for password for particular domain, how to create a password for Domain, so that I don't have to access it using administrative password.
    Any idea, Please suggest.
    Thanks in advance.
    Regards,
    Sreejit

    Hi Sreejit,
    This is documented in : http://download.oracle.com/docs/cd/E12483_01/integrate.1013/b28982/security.htm#CHDJCIJA
    Hope that solves your issue!
    Cheers
    A

  • Database connection error | created a new datasource | web application

    Hi,
    I am trying to deploy a J2EE web application on SAP Netweaver 7.0. I have to connect to a Oracle database schema (Not the default schema used by SAP). I am using Java and JDBC to make connections to the database.
    In order to accomplish this, I created a new data source in Visual Admin. Referenced this in the web.xml and deployed the application. The application is deployed successfully, without any errors or warnings.
    However, when ever the Java program connects and executes a prepared statement, I get this error in the database logs
    bc.direct.DirectPreparedStatement#Java#com.sap.sql_0003#com.sap.sql.log.OpenSQLResourceBundle#SQL error occurred on connection xxxx111:xxx:xxx: code=942, state="42000", message="ORA-00942: table or view does not exist
    SQL statement is "SELECT "XMLVALUE" FROM "BC_DDDBTABLERT" WHERE "NAME" = ?".#5#942#42000#ORA-00942: table or view does not exist
    #solad011:pidb:PIUSER#SELECT "XMLVALUE" FROM "BC_DDDBTABLERT" WHERE "NAME" = ?#
    In java code, there are no references to this table "BC_DDDBTABLERT". I am trying to execute a SQL select for entirely different table. Why I am I getting this error?

    Hi,
    System copy NW 70 - Error in "export from java database" phase
    I am doing system copy of BI7.0 (Abap+Java) stack, I am getting error in
    "export from java database" phase as mentioned below.
    When I tried to run the query mentioned in SAP Note 1120872: ,
    SQL> DELETE FROM BC_DDDBTABLERT WHERE NAME = 'CAF_GP_R3USRMPGCFG';
    DELETE FROM BC_DDDBTABLERT WHERE NAME = 'CAF_GP_R3USRMPGCFG'
    ERROR at line 1:
    ORA-00942: table or view does not exist
    SQL> DELETE FROM BC_DDDBTABLERT WHERE NAME = 'CAF_GP_IF_CONTEXT';
    DELETE FROM BC_DDDBTABLERT WHERE NAME = 'CAF_GP_IF_CONTEXT'
    ERROR at line 1:
    ORA-00942: table or view does not exist
    I tried your Native_SQL also, but same error.
    Kindly help me on this.
    Regards,
    Sampath.
    SAP INST error log:
    ERROR 2010-10-15 10:32:35
    CJS-30049 Execution of JLoad tool '/usr/java/j2sdk1.4.2_12/bin/java
    -classpath /usr/sap/BD1/SYS/global/sltools/sharedlib/launcher. jar
    -showversion -Xmx512m com.sap.engine.offline.OfflineToolStart
    com.sap.inst.jload.Jload
    /usr/sap/BD1/SYS/global/security/lib/tools/iaik_jce .jar:/usr/sap/BD1/SYS/global/security/lib/tools/ia ik_jsse.jar:/usr/sap/BD1/SYS/global/security/lib/tools/ia ik_smime.jar:/usr/sap/BD1/SYS/global/security/lib/tools/ia ik_ssl.jar:/usr/sap/BD1/SYS/global/security/lib/tools/w3 c_http.jar:/usr/sap/BD1/SYS/global/sltools/sharedlib/jlo ad.jar:/usr/sap/BD1/SYS/global/sltools/sharedlib/ant lr.jar:/usr/sap/BD1/SYS/global/sltools/sharedlib/exc eption.jar:/usr/sap/BD1/SYS/global/sltools/sharedlib/jdd i.jar:/usr/sap/BD1/SYS/global/sltools/sharedlib/log ging.jar:/usr/sap/BD1/SYS/global/sltools/sharedlib/off lineconfiguration.jar:/usr/sap/BD1/SYS/global/sltools/sharedlib/ope nsqlsta.jar:/usr/sap/BD1/SYS/global/sltools/sharedlib/tc_ sec_secstorefs.jar:/oracle/client/10x_32/instantclient/ojdbc14.j ar
    -sec
    BD1,jdbc/pool/BD1,/usr/sap/BD1/SYS/global/security /data/SecStore.properties,/usr/sap/BD1/SYS/global/ security/data/SecStore.key
    -dataDir /oracle/expocopy/JAVA/JDMP -remove_trailing_blanks
    /tmp/sapinst_instdir/NW04S/LM/COPY/ORA/EXP/CENTRAL/ AS/EXP/removeTrailingBlanks.txt
    -convert_empty_LOBs
    /tmp/sapinst_instdir/NW04S/LM/COPY/ORA/EXP/CENTRAL/ AS/EXP/convertEmptyLobs.txt
    -convert_empty_strings
    /tmp/sapinst_instdir/NW04S/LM/COPY/ORA/EXP/CENTRAL/ AS/EXP/convertEmptyStrings.txt
    -convert_empty_binary
    /tmp/sapinst_instdir/NW04S/LM/COPY/ORA/EXP/CENTRAL/ AS/EXP/convertEmptyBinary.txt'
    aborts with return code 1.<br>SOLUTION: Check 'jload.log' and
    '/tmp/sapinst_instdir/NW04S/LM/COPY/ORA/EXP/CENTRAL/ AS/EXP/jload.java.log'
    for more information.
    Log details for jload.java.log:
    java version "1.4.2_12"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_12-b03)
    Java HotSpot(TM) Client VM (build 1.4.2_12-b03, mixed mode)
    Oct 15, 2010 10:32:33 AM com.sap.inst.jload.Jload main
    INFO: Jload -sec
    BD1,jdbc/pool/BD1,/usr/sap/BD1/SYS/global/security /data/SecStore.properties,/usr/sap/BD1/SYS/global/ security/data/SecStore.key
    -dataDir /oracle/expocopy/JAVA/JDMP -remove_trailing_blanks
    /tmp/sapinst_instdir/NW04S/LM/COPY/ORA/EXP/CENTRAL/ AS/EXP/removeTrailingBlanks.txt
    -convert_empty_LOBs
    /tmp/sapinst_instdir/NW04S/LM/COPY/ORA/EXP/CENTRAL/ AS/EXP/convertEmptyLobs.txt
    -convert_empty_strings
    /tmp/sapinst_instdir/NW04S/LM/COPY/ORA/EXP/CENTRAL/ AS/EXP/convertEmptyStrings.txt
    -convert_empty_binary
    /tmp/sapinst_instdir/NW04S/LM/COPY/ORA/EXP/CENTRAL/ AS/EXP/convertEmptyBinary.txt
    Oct 15, 2010 10:32:35 AM com.sap.inst.jload.db.DBConnection
    connectViaSecureStore
    INFO: connected to BD1 on jdbc/pool/BD1
    Oct 15, 2010 10:32:35 AM com.sap.inst.jload.db.ExcludedObjects addObjects
    INFO: excluded objects (type TB): [EP_ATTR_HEADERS, EP_ATTR_VALUES,
    J2EE_CONFIGENTRY]
    Oct 15, 2010 10:32:35 AM com.sap.inst.jload.db.ExcludedObjects addObjects
    INFO: excluded objects (type EL): [EP_ATTR_HEADERS, KMC_DBRM_CONTENT,
    EP_ATTR_VALUES, J2EE_CONFIGENTRY]
    Oct 15, 2010 10:32:35 AM com.sap.inst.jload.db.ExcludedObjects addObjects
    INFO: excluded objects (type ES): [EP_ATTR_HEADERS, KMC_DBRM_CONTENT,
    BC_SCVERSION, J2EE_CONFIGENTRY]
    Oct 15, 2010 10:32:35 AM com.sap.inst.jload.db.ExcludedObjects addObjects
    INFO: excluded objects (type EB): [KMC_DBRM_CONTENT, J2EE_CONFIGENTRY]
    Oct 15, 2010 10:32:35 AM com.sap.inst.jload.JobStatus readStatus
    INFO: trying to read status file
    /tmp/sapinst_instdir/NW04S/LM/COPY/ORA/EXP/CENTRAL/ AS/EXP/EXPORT.sta
    Oct 15, 2010 10:32:35 AM com.sap.inst.jload.JobStatus readStatus
    INFO: commencing restart
    Oct 15, 2010 10:32:35 AM com.sap.inst.jload.Jload dbExport
    SEVERE: DB Error during export of CAF_GP_IF_CONTEXT
    Oct 15, 2010 10:32:35 AM com.sap.inst.jload.Jload printSQLException
    SEVERE: Message: ORA-00942: table or view does not exist
    Oct 15, 2010 10:32:35 AM com.sap.inst.jload.Jload printSQLException
    SEVERE: SQLState: 42000
    Oct 15, 2010 10:32:35 AM com.sap.inst.jload.Jload printSQLException
    SEVERE: ErrorCode: 942
    Oct 15, 2010 10:32:35 AM com.sap.inst.jload.db.DBConnection disconnect
    INFO: disconnected

  • Error creating a new user profile service application: The specified database is not a valid synchronization database

    When trying to create a new user profile service application on a new SharePoint install I get the following error:
    "The specified database is not a valid synchronization database"
    The installation then fails and does not create the third database. 
    I found some threads with similar problems but it involved upgrading an existing db.  In this case we want to create a new one.  Here is the relevant ULS log info:
    Starting schema provisioning of SynchronizationDatabase 'SP15_TEST_ENT_SyncDB'
    Provisioning the SP15_TEST_ENT_SyncDB database with the script at C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\Template\SQL\SPS\drop_procs.sql.
    Provisioning the SP15_TEST_ENT_SyncDB database with a script stream.
    Ensuring that the SP15_TEST_ENT_SyncDB database exists . . .
    The SP15_TEST_ENT_SyncDB database does not exist. 
    It will now be created.
    Setting the AutoClose option to False on the database SP15_TEST_ENT_SyncDB.
    Setting the ArithAbort option to True on the database SP15_TEST_ENT_SyncDB.
    Setting the TruncLogOnChkpt option to True on the database SP15_TEST_ENT_SyncDB.
    Starting schema evaluation of existing SynchronizationDatabase 'SP15_TEST_ENT_SyncDB'
    Validate Database: validating sync database
    Validate Database: validation failed: Error code -2
    Application error when access /_admin/NewProfileServiceApplicationSettings.aspx, Error=The specified database is not a valid synchronization database 
     at Microsoft.Office.Server.Administration.SynchronizationDatabase.Provision()   
     at Microsoft.Office.Server.Administration.UserProfileApplication.Provision()   
     at Microsoft.SharePoint.Portal.UserProfiles.AdminUI.NewProfileServiceSettingsPage.DoCreateApplication()   
     at Microsoft.SharePoint.Portal.UserProfiles.AdminUI.NewProfileServiceSettingsPage.OnOkButtonClick(Object sender, EventArgs e)   
     at System.EventHandler.Invoke(Object sender, EventArgs e)   
     at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)   
     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    Microsoft.SharePoint.Administration.SPDatabaseException: The specified database is not a valid synchronization database  
     at Microsoft.Office.Server.Administration.SynchronizationDatabase.Provision()   
     at Microsoft.Office.Server.Administration.UserProfileApplication.Provision()   
     at Microsoft.SharePoint.Portal.UserProfiles.AdminUI.NewProfileServiceSettingsPage.DoCreateApplication()   
     at Microsoft.SharePoint.Portal.UserProfiles.AdminUI.NewProfileServiceSettingsPage.OnOkButtonClick(Object sender, EventArgs e)   
     at System.EventHandler.Invoke(Object sender, EventArgs e)   
     at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)   
     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    Getting Error Message for Exception System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> Microsoft.SharePoint.Administration.SPDatabaseException:
    The specified database is not a valid synchronization database   
     at Microsoft.Office.Server.Administration.SynchronizationDatabase.Provision()   
     at Microsoft.Office.Server.Administration.UserProfileApplication.Provision()   
     at Microsoft.SharePoint.Portal.UserProfiles.AdminUI.NewProfileServiceSettingsPage.DoCreateApplication()   
     at Microsoft.SharePoint.Portal.UserProfiles.AdminUI.NewProfileServiceSettingsPage.OnOkButtonClick(Object sender, EventArgs e)   
     at System.EventHandler.Invoke(Object sender, EventArgs e)   
     at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)   
     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)   
     at System.Web.UI.Page.HandleError(Exception e)   
     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)   
     at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)   
     at System.Web.UI.Page.ProcessRequest()   
     at System.Web.UI.Page.ProcessRequest(HttpContext context)   
     at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()   
     at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    I Tried to create another one under a different name (databases also) and I get the same error. 
    The SharePoint instance has the march mandatory update installed.  The sql instance we are using is an existing SQL cluster for other SharePoint poc's. 
    Has anybody seen this issue before? 

    I had the same problem and could not figure out what was wrong for the longest time.  I then had the idea to check in the model system database to see if there were any extra custom tables in that database.  Any tables that are in the model database
    are put into any new database when it is created.  I had some custom tables in the model database so I deleted the custom tables in the model database and deleted the failed user profile service application and its databases and then tried to recreate
    the user profile service application again and it worked with no errors

  • Error creating a new Hyperion Planning Application

    Hi Everybody,
    I'm trying to create a new application in Hyperion 9, but I have a problem because when I configure the application in the wizard, that show me an error "An error ocurred while processing this page. Check the log for details".
    When I review EAS I see the application but database is not create and the application in Planning doesn't appear.
    I tried checking logs but I never found something (No error in the app server or Logs of application).
    The steps that I followed:
    1. Create a new schema.
    2. Configure Datasource with new schema.
    3. Configure App with wizard.
    Regards.

    First of all you will only see the Application in EAS, the databases are not created until you create them from within planning.
    What I suggest is you delete the application in EAS otherwise it will keep failing, then run planning in the foreground and not as a service, so start it up from the start menu, this way an errors will be outputted to the command window.
    Then try again creating an application.
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for