Unable to create application in Planning 9.3.1 - JDBC error

Hello Gurus,
I am getting the following error when I try to create Planning applicaiton using workspace.
Unable to get JDBC driver hyperion.jdbc.sqlserver.SQLServerDriverjava.sql.SQLException: [Hyperion][SQLServer JDBC Driver][SQLServer]Login failed for user 'hyperion'.
Please advice

John,
You are right. I have not installed the Hyperion PLanning as a service.
The steps that I have done in the configuration Utility as as follows
Configured the
1. Product Options
2. Register with Shared services
3. Configured the Data source for Planning
4. Deployment of PLanning server - (not as service but manual startup)
5. Registered the Product Instance
6. COnfigured the Datasource (SQL and Essbase)
I reconfigured the Data source (point 6) even using the IP address instead of name for SQL server but the error still perisists.
Also as requested, below is log from Planning server Tomcat window
Sep 11, 2008 12:50:10 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8300
Sep 11, 2008 12:50:10 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 422 ms
Sep 11, 2008 12:50:10 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Sep 11, 2008 12:50:10 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.0.28
Sep 11, 2008 12:50:10 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Sep 11, 2008 12:50:10 PM org.apache.catalina.core.StandardHost getDeployer
INFO: Create Host deployer for direct deployment ( non-jmx )
Sep 11, 2008 12:50:10 PM org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path /HyperionPlanning from URL file
:C:\Hyperion\deployments\Tomcat5\HyperionPlanning\webapps\HyperionPlanning
Creating rebind thread to RMI
Sep 11, 2008 12:50:11 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8300
Sep 11, 2008 12:50:11 PM org.apache.jk.common.ChannelSocket init
INFO: JK2: ajp13 listening on /0.0.0.0:8302
Sep 11, 2008 12:50:11 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/16 config=null
Sep 11, 2008 12:50:11 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 1188 ms
[INFO] AuthChallengeProcessor - basic authentication scheme selected
[INFO] AuthChallengeProcessor - basic authentication scheme selected
Setting Arbor path to: C:\Hyperion\common\EssbaseRTC\9.3.1
Unable to get JDBC driver hyperion.jdbc.sqlserver.SQLServerDriverjava.sql.SQLExc
eption: [Hyperion][SQLServer JDBC Driver][SQLServer]Login failed for user 'hypla
n'.
java.sql.SQLException: [Hyperion][SQLServer JDBC Driver][SQLServer]Login failed
for user 'hyplan'.
at hyperion.jdbc.base.BaseExceptions.createException(Unknown Source)
at hyperion.jdbc.base.BaseExceptions.getException(Unknown Source)
at hyperion.jdbc.sqlserver.tds.TDSRequest.processErrorToken(Unknown Sour
ce)
at hyperion.jdbc.sqlserver.tds.TDSRequest.processReplyToken(Unknown Sour
ce)
at hyperion.jdbc.sqlserver.tds.TDSLoginRequest.processReplyToken(Unknown
Source)
at hyperion.jdbc.sqlserver.tds.TDSRequest.processReply(Unknown Source)
at hyperion.jdbc.sqlserver.tds.TDSLoginRequest.submitRequest(Unknown Sou
rce)
at hyperion.jdbc.sqlserver.SQLServerImplConnection.open(Unknown Source)
at hyperion.jdbc.base.BaseConnection.connect(Unknown Source)
at hyperion.jdbc.base.BaseConnection.setupImplConnection(Unknown Source)
at hyperion.jdbc.base.BaseConnection.open(Unknown Source)
at hyperion.jdbc.base.BaseDriver.connect(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at com.hyperion.planning.sql.HspSetupSQLImpl.getConnection(Unknown Sourc
e)
at com.hyperion.planning.HspManageApplication.createApp(Unknown Source)
at com.hyperion.planning.appdeploy.HspManageAppSession.createApplication
(Unknown Source)
at HspCreateApp.Handle(Unknown Source)
at HspCreateApp.doPost(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:237)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:157)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
alve.java:214)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:104)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
a:520)
at org.apache.catalina.core.StandardContextValve.invokeInternal(Standard
ContextValve.java:198)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
alve.java:152)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:104)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
a:520)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
ava:137)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:104)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
ava:118)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:102)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
a:520)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
ve.java:109)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:104)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
a:520)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:16
0)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
:799)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
ssConnection(Http11Protocol.java:705)
at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java
:577)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
ool.java:683)
at java.lang.Thread.run(Unknown Source)
Connection to the datasource is null. Exiting...
java.lang.RuntimeException: Create application failed.
at com.hyperion.planning.appdeploy.HspManageAppSession.createApplication
(Unknown Source)
at HspCreateApp.Handle(Unknown Source)
at HspCreateApp.doPost(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:237)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:157)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
alve.java:214)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:104)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
a:520)
at org.apache.catalina.core.StandardContextValve.invokeInternal(Standard
ContextValve.java:198)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
alve.java:152)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:104)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
a:520)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
ava:137)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:104)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
ava:118)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:102)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
a:520)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
ve.java:109)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:104)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
a:520)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:16
0)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
:799)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
ssConnection(Http11Protocol.java:705)
at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java
:577)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
ool.java:683)
at java.lang.Thread.run(Unknown Source)
Hope this helps
Thanks & Regards,
BG
Edited by: user650827 on Sep 11, 2008 12:46 PM

Similar Messages

  • Unable to create Application. Error No: -2147024891

    Hi,
    I am trying to create an application in Hyperion Planning Version 4.0.1
    Even though I have followed the exact instructions in Oracle Installation Guide, I keep getting following error.
    Unable to create Application.
    Error No: -2147024891
    Kindly suggest, how can I troubleshoot for this.
    PS. I have gone through the posts on same topic but that did not helped me.
    Regards,
    Jitendra

    Hi,
    I had set up CSS Properties file and as follows:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <!-- Sample XML file generated by XML Spy v4.4 U (http://www.xmlspy.com)
    -->
    - <css>
    - <hub location="http://hic-pcs27303:58080">
    <dirPort>58089</dirPort>
    </hub>
    - <spi>
    - <provider>
    <native name="Native Directory" />
    </provider>
    </spi>
    - <searchOrder>
    <el>Native Directory</el>
    </searchOrder>
    - <token>
    <timeout>480</timeout>
    </token>
    - <logger>
    <priority>WARN</priority>
    </logger>
    </css>
    I got the problem. it is with DCOM account. I am adding a user in my LAN network, after clicking apply it taking the user in System account not in the domain account. e.g: I logged into my Sys(no: hst-pcs5424) with ABC domain, added a user ns36225 in this domain. During application setup it is looking for DCOM account in hst-pcs5424 account not in my ABC domain. So i need to add a user to the system account that should work without the LAN netwrok. But now my user account won't work with LAN.

  • Unable to create application -2147024891

    <p>I am setting up Planning v4.1.1.1 on a windows server 2003machine and get errors when trying to create anapplication in the planning desktop.  Theerror code I get is as follows:</p><p> </p><p>Unable to create application</p><p>Error Number: -2147024891</p><p> </p><p> </p><p>The event log posts the following errors:<br><br>Information 16; Administrator; 05/19/06 20:50:18; CHspDSSQL.cpp;Line 3255; Could not retrieve planning version<br><br>Information 16; Administrator; 05/19/06 20:50:18; CHspDSSQL.cpp;Line 3326; Could not retrieve product release<br><br>Information 16; Administrator; 05/19/06 20:50:18; CHspDSSQL.cpp;Line 3397; Could not retrieve product CSS Version<br><br>Error 16; Administrator; 05/19/06 20:50:18; CHspDSSQL.cpp; Line217; Version & Release not found<br></p><p> </p><p><br></p>

    <p>Hi Genau1,</p><p> </p><p>Thanks for the reply.</p><p>After a reading your response & then bit more reading up onexactly how Shared Services works, I established that I hadExternal Authenication misconfigured.</p><p> </p><p>Unusual that when setting up planning it needs to use ExternalAuthenication, & that Native would not work - given that it wasall running on the same box.</p><p> </p><p>So after setting up NTLM EA & just typing in theusername(not the DOMAINORMACHINE\User) that appears at the promptbefore creating the application it all worked fine.</p><p> </p><p>So thanks for the help.</p><p> </p><p>A suggestion to Hyperion people for this same problem...</p><p> </p><p>Instead of a -2147024891, why not give a useful error messagethat says, "<i>can not communicate via External Authentication- please check configuration</i>"... even more useful would bea tool/utility in the External Authenication Console, that says"Test Authenication" & allows you to verify that youhave configured it correctly.</p>

  • Failed to create application in planning 9.2.1

    Dear all,
    I'm installing planning 9.2.1, and failed to create new planning application in planning desktop.
    Error message is:
    IHspAppAssistantACM_SaveAppAssistant() Error
    Unable to Create application FirstApp.
    Error Number: 2147024891"
    Error in HspEventLog.log:
    Information*16*admin*04/27/11 14:51:53*CHspDataSourceImp.cpp*Line 479*CreateApplication: Creating Essbase application*
    Information*16*admin*04/27/11 14:52:05*CHspDataSourceImp.cpp*Line 537*CreateApplication: Creating new schema*
    Information*16*admin*04/27/11 14:52:25*CHspDataSourceImp.cpp*Line 616*CreateApplication: Initializing schema*
    Information*16*admin*04/27/11 14:52:28*CHspDataSourceImp.cpp*Line 684*CreateApplication: Creating plantypes*
    Information*16*admin*04/27/11 14:52:28*CHspDataSourceImp.cpp*Line 796*CreateApplication: Creating application owner user*
    Information*16*admin*04/27/11 14:52:28*HspCSS.cpp*Line 166*Failed to authenticate user, CSSAuthenticationExceptionJNI exception*
    Error in event viewer:
    Error 16; admin; 04/27/11 14:51:49; CHspDSSQL.cpp; Line 217; Version & Release not found
    In my system,
    Dcom user: admin/password
    Shared service admin: admin/password
    in the last step of creating application, input: admin/password
    May I ask if any expert encounter this problem before and if there is any solution?
    Any comment is appreciated.
    Thanks,
    Xinying

    Well the error points to an issue with the account being used, are you sure you can log into hyperion products using the same password
    At the last stage when you enter the username/password make sure you clear out any username in the input box and enter only the username.
    I take it you have been able to create planning applications before?
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Unable to create application module.  JNID/RMI problem?

    Hi forum,
    I've got an ADF/OC4J application deployed and running successfully but sometimes the following error comes up:
    JBO-30003: The application pool (com.miempresa.AppModuleLocal) failed to checkout an application module due to the following exception:
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught:
    oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-25222: Unable to create application module.     at
    oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2002)     
    In stack trace details we can found:
    java.lang.Thread.run(Thread.java:595)## Detail 0 ##javax.naming.NameNotFoundException: com.miempresa.AppModule not found          
    at com.evermind.server.rmi.RMIServerContext.lookup(RMIServerContext.java:207)          at
    com.evermind.server.ApplicationContext.unprivileged_lookup(ApplicationContext.java:255)          at
    com.evermind.server.ApplicationContext.lookup(ApplicationContext.java:195)          at
    javax.naming.InitialContext.lookup(InitialContext.java:351)          at
    oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:136)
    Due to "NameNotFoundException", it seems to be reasonable to say that it's a JNDI problem. When application module is looked up through JNDI it's not found, so exeception is thrown. However, this doesn't happen frequently but occasionally. Why? What am I doing wrong?
    Thanks in advance for your help.
    Luis Serrano.

    Any ideas?

  • Unable to create a new planning application in EPM11.1.3.1

    Hello Guru's
    I am not able to create a new planning application in the existing environment.
    In the last week i created a new application to migrate from prod to dev and it was successfull but it was failing to now for creating new app.
    When i checked the database connection and the essbase connection both are fine.
    I have checked the logs in the path
    D:\Hyperion\deployments\WebLogic9\servers\HyperionPlanning\logs
    Environment: 11.1.3.1
    error:
    <Jan 24, 2012 5:15:46 AM EST> <Error> <JMS> <som-epmdevapp02> <HyperionPlanning> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1327400146994> <BEA-040373> <Could not find a license for JMS. Please contact BEA to get a license.>
    Cheers,
    Raj

    check the logs clearly, i think schema/user doesn't have admin rights. please check with DBA team and try creating again.
    If you have DB admin access, you can create new schema/user and provide Full admin privilizes to the user (even you can ask your DBA team), then create DSN & validate, then try creating new application (make sure you are giving all correct info while creating app), it should work.....if still giving any error, please let us know what's the error in front end & at the same time check the logs.....
    with time stamp you tried to create application, logs will be there, check clearly you will definitly find the cause & issue.

  • Unable to create workforce/capex Plan

    All Experts,
    We are unable to create Workforce plan. We have followed all the steps in guide, but still we are not able to deploy any plan which is valid for Plan type 'Workforce'.
    We would appreciate, if anyone of you can indicate some specific pointer or steps which possibly are not clearly spellout in the documentation. As documentation mentioned that once you initialize the workforce all the necessary forms, rules, dimensions etc are made available. We can see the dimensions/default members, but to access the forms/rules, we need a plan in place which is not happenning.
    Please help.
    rgds
    Pankaj

    Dear friend,
    Check what is the status of test cases in solar02.
    When you upload scripts the status is draft or in process.
    You should upload them as Released.
    Check the status of document in the Test plan attributes which you are generating ....normally it is released.
    so if you document status as released it wont be visible...just change the document status to rleaseed in solar02 then goto stwb_2 and regenerate it ........this wil work....
    hope it helps.....Pls assign Pts.

  • Unable to create application server connection in Jdeveloper 10.1.3.3

    Hi All,
    I am using Jdeveloper 10.1.3.3. As my soa environement is clustered and we have 2 nodes on server.
    While create application server connection jeveloper is giving error as : **Bad OPMN server host address*. I am able to accesss application using mozila or internet explorer. Will it provide different host name while soa is installed in clustered environment. Please help me in this.
    Regards,
    Adhi

    Hi ,
    Are you behind a proxy in Firefox or IE?
    If so try to give the same proxy and the proxy avoidance IP's in JDeveloper proxy configuration.
    If server couldnot be communicated from Jdev then this will be the first place i will look into .
    Thanks,
    Praveen

  • Unable to create application

         Hi,
    We are getting error while creating HFM Application .
    Error details are:
    The following exception has occurred in .(): oracle.epm.fm.common.exception.HFMException with message: Error occurred while creating the application.
    Please find HSvEnevt log file:
    Error*11*naresh_mopala*09/16/2013 17:37:16*CHsvDataSource.cpp*Line 306*<?xml version="1.0"?>
    <EStr><Ref>{31DA3DE0-BC81-4DA1-808F-C0FC41AB6DFB}</Ref><AppName/><User/><DBUpdate>1</DBUpdate><ESec><Num>-2147467259</Num><Type>1</Type><DTime>9/16/2013 5:37:16 PM</DTime><Svr>PUNITP259430D</Svr><File>HfmADOConnection.cpp</File><Line>511</Line><Ver>11.1.2.2.000.3609</Ver><DStr>ORA-12520: TNS:listener could not find available handler for requested type of server</DStr></ESec><ESec><Num>-2147467259</Num><Type>0</Type><DTime>9/16/2013 5:37:16 PM</DTime><Svr>PUNITP259430D</Svr><File>CHsxSQLConnectionPool.cpp</File><Line>375</Line><Ver>11.1.2.2.000.3609</Ver></ESec><ESec><Num>-2147467259</Num><Type>0</Type><DTime>9/16/2013 5:37:16 PM</DTime><Svr>PUNITP259430D</Svr><File>CHsvDSSQL.cpp</File><Line>265</Line><Ver>11.1.2.2.000.3609</Ver></ESec><ESec><Num>-2147214847</Num><Type>1</Type><DTime>9/16/2013 5:37:16 PM</DTime><Svr>PUNITP259430D</Svr><File>CHsvDataSourceImpl.cpp</File><Line>400</Line><Ver>11.1.2.2.000.3609</Ver></ESec><ESec><Num>-2147418113</Num><Type>0</Type><DTime>9/16/2013 5:37:16 PM</DTime><Svr>PUNITP259430D</Svr><File>CHsvDataSourceImpl.cpp</File><Line>413</Line><Ver>11.1.2.2.000.3609</Ver></ESec><ESec><Num>-2147418113</Num><Type>0</Type><DTime>9/16/2013 5:37:16 PM</DTime><Svr>PUNITP259430D</Svr><File>CHsvDataSourceImpl.cpp</File><Line>3701</Line><Ver>11.1.2.2.000.3609</Ver></ESec><ESec><Num>-2147214848</Num><Type>0</Type><DTime>9/16/2013 5:37:16 PM</DTime><Svr>PUNITP259430D</Svr><File>CHsvDataSource.cpp</File><Line>306</Line><Ver>11.1.2.2.000.3609</Ver></ESec></EStr>
    Error*11*naresh_mopala*09/16/2013 17:37:16*CHsxServerImpl.cpp*Line 5660*<?xml version="1.0"?>
    <EStr><Ref>{31DA3DE0-BC81-4DA1-808F-C0FC41AB6DFB}</Ref><AppName/><User/><DBUpdate>1</DBUpdate><ESec><Num>-2147467259</Num><Type>1</Type><DTime>9/16/2013 5:37:16 PM</DTime><Svr>PUNITP259430D</Svr><File>HfmADOConnection.cpp</File><Line>511</Line><Ver>11.1.2.2.000.3609</Ver><DStr>ORA-12520: TNS:listener could not find available handler for requested type of server</DStr></ESec><ESec><Num>-2147467259</Num><Type>0</Type><DTime>9/16/2013 5:37:16 PM</DTime><Svr>PUNITP259430D</Svr><File>CHsxSQLConnectionPool.cpp</File><Line>375</Line><Ver>11.1.2.2.000.3609</Ver></ESec><ESec><Num>-2147467259</Num><Type>0</Type><DTime>9/16/2013 5:37:16 PM</DTime><Svr>PUNITP259430D</Svr><File>CHsvDSSQL.cpp</File><Line>265</Line><Ver>11.1.2.2.000.3609</Ver></ESec><ESec><Num>-2147214847</Num><Type>1</Type><DTime>9/16/2013 5:37:16 PM</DTime><Svr>PUNITP259430D</Svr><File>CHsvDataSourceImpl.cpp</File><Line>400</Line><Ver>11.1.2.2.000.3609</Ver></ESec><ESec><Num>-2147418113</Num><Type>0</Type><DTime>9/16/2013 5:37:16 PM</DTime><Svr>PUNITP259430D</Svr><File>CHsvDataSourceImpl.cpp</File><Line>413</Line><Ver>11.1.2.2.000.3609</Ver></ESec><ESec><Num>-2147418113</Num><Type>0</Type><DTime>9/16/2013 5:37:16 PM</DTime><Svr>PUNITP259430D</Svr><File>CHsvDataSourceImpl.cpp</File><Line>3701</Line><Ver>11.1.2.2.000.3609</Ver></ESec><ESec><Num>-2147214848</Num><Type>0</Type><DTime>9/16/2013 5:37:16 PM</DTime><Svr>PUNITP259430D</Svr><File>CHsvDataSource.cpp</File><Line>306</Line><Ver>11.1.2.2.000.3609</Ver></ESec><ESec><Num>-2147214848</Num><Type>1</Type><DTime>9/16/2013 5:37:16 PM</DTime><Svr>PUNITP259430D</Svr><File>CHsxServerImpl.cpp</File><Line>5660</Line><Ver>11.1.2.2.000.3609</Ver><DStr>SampApp</DStr><PSec><Param>admin@Native Directory</Param></PSec></ESec></EStr>
    Error*11*naresh_mopala*09/16/2013 17:37:18*CHsxServerImpl.cpp*Line 5667*<?xml version="1.0"?>
    <EStr><Ref>{E7A89D6D-447F-40A0-ACB1-DE861E0D8B84}</Ref><AppName/><User/><DBUpdate>1</DBUpdate><ESec><Num>-2147220955</Num><Type>1</Type><DTime>9/16/2013 5:37:18 PM</DTime><Svr>PUNITP259430D</Svr><File>CHsxServerImpl.cpp</File><Line>5667</Line><Ver>11.1.2.2.000.3609</Ver></ESec></EStr>
    Error*11*naresh_mopala*09/16/2013 17:37:24*CHsxServer.cpp*Line 1285*<?xml version="1.0"?>
    <EStr><Ref>{E7A89D6D-447F-40A0-ACB1-DE861E0D8B84}</Ref><AppName/><User/><DBUpdate>1</DBUpdate><ESec><Num>-2147220955</Num><Type>1</Type><DTime>9/16/2013 5:37:18 PM</DTime><Svr>PUNITP259430D</Svr><File>CHsxServerImpl.cpp</File><Line>5667</Line><Ver>11.1.2.2.000.3609</Ver></ESec><ESec><Num>-2147220955</Num><Type>0</Type><DTime>9/16/2013 5:37:24 PM</DTime><Svr>PUNITP259430D</Svr><File>CHsxServer.cpp</File><Line>1285</Line><Ver>11.1.2.2.000.3609</Ver></ESec></EStr>
    Error*11*naresh_mopala*09/16/2013 17:37:24*CHsxServer.cpp*Line 856*<?xml version="1.0"?>
    <EStr><Ref>{E7A89D6D-447F-40A0-ACB1-DE861E0D8B84}</Ref><AppName/><User/><DBUpdate>1</DBUpdate><ESec><Num>-2147220955</Num><Type>1</Type><DTime>9/16/2013 5:37:18 PM</DTime><Svr>PUNITP259430D</Svr><File>CHsxServerImpl.cpp</File><Line>5667</Line><Ver>11.1.2.2.000.3609</Ver></ESec><ESec><Num>-2147220955</Num><Type>0</Type><DTime>9/16/2013 5:37:24 PM</DTime><Svr>PUNITP259430D</Svr><File>CHsxServer.cpp</File><Line>1285</Line><Ver>11.1.2.2.000.3609</Ver></ESec><ESec><Num>-2147220955</Num><Type>0</Type><DTime>9/16/2013 5:37:24 PM</DTime><Svr>PUNITP259430D</Svr><File>CHsxServer.cpp</File><Line>856</Line><Ver>11.1.2.2.000.3609</Ver></ESec></EStr>
    Error*11*naresh_mopala*09/16/2013 17:37:25**Line 0*<?xml version="1.0"?>
    <EStr><Ref>{D54A598A-D0E9-44F1-A793-2249A4625C52}</Ref><AppName/><User>naresh_mopala</User><DBUpdate>1</DBUpdate><ESec><Num>-2147220955</Num><Type>1</Type><DTime>9/16/2013 5:37:24 PM</DTime><Svr>PUNITP259430D</Svr><File/><Line>0</Line><Ver/></ESec></EStr>

    Hi,
    Thanks for the reply.
    Configuration with database was successful.
    I have following details fetched from Oracle Database server:
    C:\Users\naresh_mopala>lsnrctl services orcl
    LSNRCTL for 32-bit Windows: Version 11.2.0.1.0 - Production on 17-SEP-2013 12:43
    :22
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=HYDPCM308472D.ad.
    .com)(PORT=1521))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=orcl.ad.c
    om)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
      Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:0 refused:0
             LOCAL SERVER
    Service "orcl.ad.infosys.com" has 1 instance(s).
      Instance "orcl", status READY, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:5257 refused:0 state:ready
             LOCAL SERVER
    Service "orclXDB.ad.infosys.com" has 1 instance(s).
      Instance "orcl", status READY, has 1 handler(s) for this service...
        Handler(s):
          "D000" established:0 refused:0 current:0 max:1022 state:ready
             DISPATCHER <machine: HYDPCM308472D, pid: 2892>
             (ADDRESS=(PROTOCOL=tcp)(HOST=HYDPCM308472D.ad.com)(PORT=62758))
    The command completed successfully
    and Details of TnsNames.ora file are
    C:\Users\naresh_mopala>lsnrctl services orcl
    LSNRCTL for 32-bit Windows: Version 11.2.0.1.0 - Production on 17-SEP-2013 12:43
    :22
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=HYDPCM308472D.ad.infosys
    .com)(PORT=1521))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=orcl.ad.c
    om)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
      Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:0 refused:0
             LOCAL SERVER
    Service "orcl.ad.infosys.com" has 1 instance(s).
      Instance "orcl", status READY, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:5257 refused:0 state:ready
             LOCAL SERVER
    Service "orclXDB.ad.infosys.com" has 1 instance(s).
      Instance "orcl", status READY, has 1 handler(s) for this service...
        Handler(s):
          "D000" established:0 refused:0 current:0 max:1022 state:ready
             DISPATCHER <machine: HYDPCM308472D, pid: 2892>
             (ADDRESS=(PROTOCOL=tcp)(HOST=HYDPCM308472D.ad.com)(PORT=62758))
    The command completed successfully
    TnsNames.ora file
    # tnsnames.ora Network Configuration File: D:\app\naresh_mopala\product\11.2.0\dbhome_2\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    LISTENER_ORCL =
      (ADDRESS = (PROTOCOL = TCP)(HOST = HYDPCM308472D.ad.com)(PORT = 1521))
    ORACLR_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
        (CONNECT_DATA =
          (SID = CLRExtProc)
          (PRESENTATION = RO)
    ORCL =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = HYDPCM308472D.ad.com)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = orcl.ad.com)
    Please advise if tnsnames.ora is correct or not. I have not worked Oracle database administartion side.
    Thanks,
    Naresh Mopala.

  • Unable to create applications

    Hi guys,
    I am compeltely new to APEX, so sorry if this is something basic.. I'll run through my setup and the issue, and hopefully someone can offer me some advice on how to fix it!
    - Server: Windows 2003 server with pure default Oracle XE installed.
    - Apex 2.1 (packaged with Oracle XE) upgraded to latest 4.0.2 (again, compeltely standard, at this point I've not done anything at all, not even create users).
    - Login to fresh install as user: system (to schema: system) and attempt to create application (sample, websheet, database) and recieve the following errors.
    Application Builder > Create > Websheet: 'The database objects required to create Websheet applications are either invalid or do not exist. Please contact your Workspace Administrator.'
    Applciation Builder > Create > Sample Applications (none are installed) > Collection Showcase install > schema: SYSTEM > 'SYSTEM does not have CREATE TABLE, CREATE VIEW, CREATE TRIGGER, CREATE SEQUENCE or CREATE PROCEDURE privilege and will not be able to install the demonstration application.'
    Obviously the system schema does not have the appropriate permissions, but I'm having a terible time trying to find out how to give it the appropriate permissions, or create a new schema with the right permissions.
    I'm the only 'developer' here, and there may be some users viewing my apps once they're created, so having 1 schema with 'god access' would be the preference.
    Hope someone can help :)

    01. Create a Work space on your Apex environment
    02. Create a separate user who can access the above created work space
    03. Logout from system user and login as newly created user to the new work space
    04. When you create sample application it will prompt you ans ask whether you wnat to craete "Supported objects", At that time choose yes. Then your installtion will create supported oibjects on the workspace schema
    Thanks
    * When you get the correct or helpful answer. please mark it as correct or helpful;

  • PC/Win 64bit/Creative Cloud " We are unable to load all your plans. Please try again" error message

    I've just signed up with CC on my Win PC 7/64bit and when I log on to my Adobe account I get this error message, "We are unable to load all your plans & products. Please try again.
    Just below it I get the correct:  Creative Cloud Membership/One Year
    Any way to solve this error message?

    Thank you for your reply. I appreciate the generic list of hardware/software/browser problems, but that's a lot to go through for what seems to be a simple problem. Not all of the info listed in your link applies to my problem, so I will provide only the info that is relevent.
    1. See attached photo of Error message found in Chrome Browser.
    2. I do not get the error using the FireFox browser.
    3. My hardware works with CC because I previously had a Cloud account for one year and all the software downloaded and worked perfectly.
    4. My system is Windows 7, 64bit with 12GB of Ram Memory. I have plenty of space on my 1TB C drive
    5. I am able to download CC software, but now when I open up an application (Premiere Pro, to be precise) it says it cannot verify my account.
    6. It appears that the issue isn't my hardware or operating system, but a problem with my online Adobe account which is paid for and listed (as you can see in the screenshot).
    Can you help solve the problem?

  • Unable to create an instance of the Java Virtual Machine error

    After extraction of SQLDeveloper files ran sqldeveloper.exe, received an error "Unable to create an istance of the Java Virtual Machine Located at path: C:\sqldeveloper\jdk\jre\bin\client\jvm.dll".
    CMD WARNING from bin/sqldeveloper.exe: "Uknown directive: SetSkipJ2SDKCheck
    Error occured during initialization of VM
    Could not reserve enough space for object heap"
    I'd appreciate any help.
    THANKS!!

    I have the same problem.
    But it seems that the problem occurs after windows update :
    Test case :
    1. extract SQLDeveloper.
    OK
    2. install IE7
    OK
    3. install update for IE7 + restart
    (Cumulative Security Update for Internet Explorer 7 for Windows XP (KB939653)
    and Security Update for Internet Explorer 7 for Windows XP (KB938127) )
    KO with error message
    "Unable to create an istance of the Java Virtual Machine Located at path: C:\sqldeveloper\jdk\jre\bin\client\jvm.dll".
    It seems that the problem occurs after installation of
    Cumulative Security Update for Internet Explorer 7 for Windows XP (KB939653)
    Here the détails about update :
    Cumulative Security Update for Internet Explorer 7 for Windows XP (KB939653)
    Size: 2,0 MB - 8,3 MB
    Security issues have been identified that could allow an attacker to compromise a system running Internet Explorer and gain control over it. You can help protect your system by installing this update from Microsoft. After you install this item, you may have to restart your computer.
    More information for this update can be found at http://go.microsoft.com/fwlink/?LinkId=95045
    Security Update for Internet Explorer 7 for Windows XP (KB938127)
    Size: 213 KB - 780 KB
    A security issue has been identified in the way Vector Markup Language (VML) is handled that could allow an attacker to compromise a computer running Microsoft Windows and gain control over it. You can help protect your computer by installing this update from Microsoft. After you install this item, you may have to restart your computer.
    More information for this update can be found at http://go.microsoft.com/fwlink/?LinkId=94737
    An idea to install IE7 update and continue to works with SQLDeveloper?
    Thanks
    Regards,
    Eric

  • Essbase 11.1.1.1.3 Server install - Unable to create application

    Hello, I did a full install of this version. After working through the config for Shared Services using SQL Server, I installed the package in "Essbase standalone mode" which is really all I need. I have encountered a couple of problems trying to get this finished.
    I have started the ESSBASE.exe server file and it is "Waiting for Client requests"
    I have started the Oracle EPM System->Essbase->Admin Services->Start Admin Services (Embedded Java Container). Tomcat -eas says it is "Waiting for Client Requests"
    When I launch the EAS console, I am unable to add the EAS admin Server using "Machine Address:10080" which I confirmed is the EAS connection port.
    I can however add this server to my Essbase server list via another Administrative Server. I connect using the same machine address syntax as above less the port number and am communicating with the server. I can add users. I can not add an application though. I get the following message in the essbase logs that have been modified today. I can't find a specific server log other than the easserver.log.
    Please help me troubleshoot. Thanks very much.
    [Thu Aug 11 10:59:41 2011]Local/ESSBASE0///Error(1056603)
    Unable to spawn process for application [Summary]. Please ensure that adequate memory is available.
    [Thu Aug 11 10:59:41 2011]Local/ESSBASE0///Error(1054001)
    Cannot load application Summary with error number [1056603] - see server log file
    [Thu Aug 11 10:59:41 2011]Local/ESSBASE0///Warning(1051003)
    Error 1054001 processing request [MaxL: Execute] - disconnecting
    Information message (Aug 11, 2011 10:49:35 AM):
    [6A81AC8C52B500523E12667227D3CA5B.eas_WNJ10038DBFNBIB.uswin.ad.vzwcorp.com_10080]
    LoginCommandListener: Command 'com.essbase.eas.admin.defs.LoginCommands.IsConnected' routed to 'isConnected'
         op => com.essbase.eas.admin.defs.LoginCommands.IsConnected

    Hi,
    You should be able to create an application by going to http://<machine name>:8300/HyperionPlanning/Appwizard.jsp
    Make sure you are logging in with an administrator that also has the shared service roles of Application Creator, Dimension Editor.
    If you are having problems still, you can stop planning running as a service, start it from the start menu and it should log errors to the command window.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Unable to create application in AAS

    I installed Essbase and Planning. I am trying to create an application
    in AAS, but I am getting the following error "Error: 1051041
    Insufficient privilege for this operation".
    I think I gave sufficient privileges in Shared Services and they are as follows:
    Application Role(s)
    MSAD :: Planner, Essbase Write Access
    Hyperion System 9 BI+:training8:6800 ::1 Reporting and Analysis Global
    Administrator
    Serv3 :: Administrator
    Global Roles Application :: Creator
    APS_9.3.1_training8_80971 :: Provisioning Manager
    "MSAD" is the name of the application created in planning.
    "Serv3" is the name of the server.
    Can you suggest, what changes I should make.

    Thanks for your reply.
    I do not have "Add/delete Application under Analytic Servers: [server name]:1
    The available options under Analytic Servers: [server name]:1 are
    Provisioning Manager
    Reporting and Analysis Administrator
    -Content Manager
    --Analyst
    --Data Source Publisher
    --Favorites Distributor
    --Job Manager
    ---Job Publisher
    ----Content Publisher
    -----Explorer
    -----Manage Models
    ----Job Runner
    ----Smart Form Publisher
    --Metrics Editor
    ---Metrics Analyst
    ----Metrics Viewer
    --Personal Page Publisher
    ---Personal Page Editor
    --Report Designer
    ---Content Publisher
    ----Explorer
    ----Manage Models
    ---Scheduler
    ----Explorer
    ----Job Runner
    --Schedule Manager
    ---Job Manager
    ----Job Publisher
    -----Content Publisher
    ------Explorer
    ------Manage Models
    -----Job Runner
    -----Smart Form Publisher
    ----Scheduler
    -----Explorer
    -----Job Runner
    Reporting and Analysis Global Administrator
    Data Editor
    Dynamic Viewer
    Interactive Reporting Viewer
    Personal Parameter Editor
    Trusted Application
    Viewer
    Well can you please tell me where to find "Create/Delete Application" role.

  • Unable to create application domain

    Hi I have these errors when Im trying to create a domain ..
    I have tried all the possible paths for PS_CFG_HOME .
    Creating domain...
    Copying application server configuration files...
    Copying [D:\vorclp\psoft\PT8.52\appserv\small.cfx] to [C:\Users\Ashrith\psft\pt\8.52\appserv\vorcl102\psappsrv.cfg]
    Copy D:\vorclp\psoft\PT8.52\appserv\small.cfx to C:\Users\Ashrith\psft\pt\8.52\appserv\vorcl102\psappsrv.cfg failed!
    Copying [D:\vorclp\psoft\PT8.52\appserv\small.cfx] to [C:\Users\Ashrith\psft\pt\8.52\appserv\vorcl102\psappsrv.cfx]
    Copy D:\vorclp\psoft\PT8.52\appserv\small.cfx to C:\Users\Ashrith\psft\pt\8.52\appserv\vorcl102\psappsrv.cfx failed!
    Copy D:\vorclp\psoft\PT8.52\appserv\psappsrv.ubx to C:\Users\Ashrith\psft\pt\8.52\appserv\vorcl102\psappsrv.ubx failed!
    Copy D:\vorclp\psoft\PT8.52\appserv\psasnt.val to C:\Users\Ashrith\psft\pt\8.52\appserv\vorcl102\psappsrv.val failed!
    Copy D:\vorclp\psoft\PT8.52\appserv\psappsrv.psx to C:\Users\Ashrith\psft\pt\8.52\appserv\vorcl102\psappsrv.psx failed!
    Copying Jolt repository file...
    Copy D:\vorclp\psoft\PT8.52\appserv\jrepository to C:\Users\Ashrith\psft\pt\8.52\appserv\vorcl102\jrepository failed!
    Please let me know what would be the possible solution ...

    looks like you have not defined PS_CFG_HOME as an environment variable. that is why it is trying to create the domain in the local user profile. I do not think you want this.
    Define a PS_CFG_HOME location where you want the domain files to reside and make sure you have write access to the directory.
    Perhaps you have UAC enabled, which is withholding the copy of files.
    Regards,
    Hakan

Maybe you are looking for

  • Project related PO document approval

    Dear All I am trying to create a project specific purchase requisition (PR) from Oracle Purchasing responsibility with project details in distribution. At the end of process I put tick in the checkbox for reserve and then forward the same using appro

  • Macbook Desktop Question

    Hello, I am new to the Macbook just converted from PC! It is hard getting used to the system but i am trying to learn. I watch alot of youtube videos and i have seen that everyone has a hard drive icon on their desktop. Why is that? Is that a default

  • F110 : why 4 copies of Check Form ?

    Hi SAP Experts, When i have carried out an Automatic payment (Tcode F110) the system print me 4 copies of my Chech Form, Knowing that i want only one copy !!?? Please how to tell to the system that i want one copy of this check form ? Thanks in Advan

  • Best way to communicate with MySQL?

    Hello everyone, I'm here seeking some advice for an application I'm about to build. This application hopefully will be used in the recording studio facility where I work. The purpose of the application is to store information about each studio sessio

  • Possible to combine photo libraries?

    Presumably as a result of setting up my iMac and using it before running Migration Asst. to transfer files from an old G4, I ended up with two photo libraries. I intend to erase my hard drive for other reasons. I believe I have all data folders copie