New Planning instance - data source issue

Hello everyone,
I am trying to setup a new instance of planning and when I try to create DATA SOURCE I get the following error, any help to resolve this is much appreciated.
++C:\Hyperion\AnalyticServices\bin>del C:\Users\Admin\AppData\Local\Temp.\srvtmp.r++
++eg++
++In HspDBPropertiesLocationPanel constructor++
++In HspDBPropertiesLocationPanel queryEnter++
++Resource Bundle is java.util.PropertyResourceBundle@221c75++
++Product Name in file is PLANNING++
++Availability Date is 20051231++
++Creating rebind thread to RMI++
++Resource Bundle is java.util.PropertyResourceBundle@221c75++
++Product Name in file is PLANNING++
++Availability Date is 20051231++
++$$$$$$$$$$$$$ dname is PlnInstance2++
++Resource Bundle is java.util.PropertyResourceBundle@221c75++
++Product Name in file is PLANNING++
++Availability Date is 20051231++
++Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: no HspEss++
++baseEnv in java.library.path++
++at java.lang.ClassLoader.loadLibrary(Unknown Source)++
++at java.lang.Runtime.loadLibrary0(Unknown Source)++
++at java.lang.System.loadLibrary(Unknown Source)++
++at com.hyperion.planning.olap.HspEssbaseEnv.<clinit>(Unknown Source)++
++at com.hyperion.planning.olap.HspEssbaseJniOlap.<clinit>(Unknown Source)++
++at com.hyperion.planning.HspJSHomeImpl.TestEssConnection(Unknown Source)++
++at com.hyperion.planning.HspDSEssbasePanelManager.TestEssConnection(HspD++
++SEssbasePanelManager.java:156)++
++at com.hyperion.planning.HspDSEssbasePanelManager.queryExit(HspDSEssbase++
++PanelManager.java:132)++
++at com.hyperion.cis.config.wizard.ProductCustomInputPanel.queryExit(Prod++
++uctCustomInputPanel.java:114)++
++at com.installshield.wizard.awt.AWTWizardUI.doNext(Unknown Source)++
++at com.installshield.wizard.awt.AWTWizardUI.actionPerformed(Unknown Sour++
++ce)++
++at com.installshield.wizard.swing.SwingWizardUI.actionPerformed(Unknown++
++Source)++
++at com.installshield.wizard.swing.SwingWizardUI$SwingNavigationControlle++
++r.notifyListeners(Unknown Source)++
++at com.installshield.wizard.swing.SwingWizardUI$SwingNavigationControlle++
++r.actionPerformed(Unknown Source)++
++at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)++
++at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)++
++at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)++
++at javax.swing.DefaultButtonModel.setPressed(Unknown Source)++
++at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Sour++
++ce)++

I thought this might be a useful info, the behind dos shell messages
Launching Hyperion Configuration Utility Program
HYPERION_HOME: C:\Hyperion
In HspDBPropertiesLocationPanel constructor
In HspDBPropertiesLocationPanel queryEnter
Resource Bundle is java.util.PropertyResourceBundle@1707653
Product Name in file is PLANNING
Availability Date is 20051231
Creating rebind thread to RMI
Resource Bundle is java.util.PropertyResourceBundle@1707653
Product Name in file is PLANNING
Availability Date is 20051231
*$$$$$$$$$$$$$ dname is*
Resource Bundle is java.util.PropertyResourceBundle@1707653
Product Name in file is PLANNING
Availability Date is 20051231
Setting Arbor path to: C:\Hyperion\common\EssbaseRTC\9.3.1
Error code returned during the test connection=1051293
Error code returned during the test connection=1051293
Error code returned during the test connection=1051293
Error code returned during the test connection=1051293
Thank you!

Similar Messages

  • Unable to see the planning book data source

    Hi all,
    I am not able to see my planning book data source when i am going for rsa3. neither i am able to see it in rsa6. but when i am trying to create it by the same name it says this data
    source exist in the system. can anybody guide me.
    thanks in advance,
    rahul

    Rahul, I would instead try to go to Planning Area and check for Data Extraction Tools on the top menu bar. The data sources if defined  correctly should show up as one of the options in the data source field that you see. Ensure you have followed the steps based on
    http://help.sap.com/saphelp_scm41/helpdata/en/e0/9088392b385f6be10000000a11402f/frameset.htm

  • Data source issue in new app creation

    Using Hyp. 9.3 I am trying to create a new application. The data source for the new app was created in sql server and it was used to create a new app. The problem is after going throught the create new app wizard, the new app was there but no db. I think I may have refreshed instead of create. Anyway I went ahead and deleted the app and tried to start fresh to create the new app. But when I went to select the data source it is no longer there. I checked the sql server connection and it seems fine. So what could have happened to the data source?

    If the essbase database does not exist and you click refresh it will create the database.
    Anyway can you not just create a new datasource.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Can not see new Power Query data sources?

    Hi, 
    New Power Query can connect to three new data sources: Sybase IQ, Exchange, Dynamics CRM Online
    http://office.microsoft.com/en-us/excel-help/whats-new-in-power-bi-ha104149776.aspx
    I just installed the latest Power Query and wanted to connect to CRM Online instance. For some reason I can not see these new data sources, what am I missing?
    Thanks in advance!

    Hmm... I didn't think we had quite released this version yet. It's possible that that website went live before the link to the new download. There should be a blog entry about this on the "Power BI" blog in the very near future.
    At the risk of providing a spoiler :), the CRM Online support is via OData.

  • 2LIS_04_P_COMP Data Source Issue

    Hello Experts,
    I am having a issue while loading the data  into the DSO using the 2LIS_04_P_COMP Datasource.
    in this Data source we do have a field BDMNG( for Required Qty).
    There is a Start Routine in the Update rules( we have maintained the 3.x Data Source)
    The data is coming correctly when the modify data package
    statement is executed the data in the data package internal take is same as below,
    I had verified the same in the debugging..
    I also verifeied the data in the PSA it is having
    same data which is mention below
    But is updating in the DSO differently any clues ???
    Suppose data in the change is as below in general
    Production order    Material       BDMNG       usage
    101                          ABC            100             50    New image(N)
    101                          ABC           -100           -50    Before Image(x)
    101                          ABC            100             80    After Image (' ')
    But in my DSO the Change log as well as the active table hold the data as below
    Production order    Material      BDMNG       usage
    101                          ABC             100           50    New image(N)
    101                          ABC            -100          -50    Before Image(x)
    101                          ABC             -100           80    After Image (' ')
    Which i am not under standing why i am getting the value as -100 instead of 100 Thanks in Advance
    Regards
    KK
    Edited by: KK on Feb 4, 2010 10:45 AM

    Hello Experts
    Kindly let me know what may cause this. or let me know if any one is also facing the same issue.
    Regards

  • BPS Planning Layout - Data Column issues

    My basic question is:  is it possible to configure a characteristic in the data column such that it contains a range of values, instead of just a single value.  We have requirements to produce a series of comparison columns for things such as "Year-to-Date" (sum of a range of fiscal periods), "Prior 12 Months" (again, sum of a range of periods), and so forth.  Unfortunately, the BPS layout configuration of data columns only allows you to specify a single characteristic value.  If you configure it with a variable that contains the range, the system only uses the LOW value of the range, not the full range.  The ability to provide such comparison columns is critical to our users' ability to see prior information and make a determination of new plan values for the plan year.
    Any thoughts or suggestions on how I should approach this, or alternative approaches to take?

    John,
    This has been an issue with BPS since you can only display data columns of the granularity you specify rather than a range such as YTD similar to what you can do in BW restricted key figures. 
    The work around is to create and store the numbers in 
    1) YTD key figure in say fiscal year current year fiscal period current period and/or
    2) Prior 12 months Key figure and store the number against fiscal year current year fiscal period # or first period period of the year...
    Hope this helps and assign points if you found it useful.
    Mary

  • Adding new field to data source -can not see them

    Experts,
    I have added 4 fields to the data source 0FI_AA_11 .
    I can able to see these fields in the append structure or in RSA2,but i can not able to see in RSA6.I reactivated append structure ,still i can not see these fields in RSA6.
    Please advice me how can i see them in RSA6.

    Hi Manoj,
       Have a look, similar post:
    Re: not able to see new fields in datasource
    Hope it Helps
    Srini

  • Addition of new field in Data Source.

    Dear Experts,
    I want to add new field in full upload data source  based on Table view. After adding field in table  & i have modifited data sorce in R/3 220 client. It is showing that field but in r/3 200 client it not showing that field , when i using t. code rsa3  for data extracting.
    Please suggest me , while editing data source it creating request , that also reflected in 200 client .
    Regards,
    Anand Mehrotra.

    Hi,
    Please give me steps , how to edit/ add field. Because the added field showing in data sourse, in 200 & 220 client. But If i am extracting data through t. code rsa3 , it does not show added field.
    As suggested t.code SCC1 . the request is already on 220 & 200 without using t.code.
    Regards,
    Anand Mehrotra.

  • Data Source Issue - Plz help

    Hi all,
    We are using a cluster environment for our E2E testing. We hav OSB Server and SOA Server. But the data source named mds-owsm, soaLocalXt datasource keeps on suspending on and off showing unpredictable behaviour. Because of this our server gets shut down automatically which was badly affecting our testing. Kindly help us resolving this issue.
    When we track our osb managed server log, we see the following error:
    [2011-04-10T21:24:08.159-05:00] [osb_server1] [NOTIFICATION] [] [oracle.mds] [tid: MDSPollingThread-[owsm, jdbc/mds/owsm]] [userId: <anonymous>] [ecid: 0000Iwxj3gJ6QPD5nBL6iZ1DcJMm00000A,1:18925] [APP: wsm-pm] [[
    oracle.mds.exception.MDSRuntimeException: weblogic.common.resourcepool.ResourceDisabledException: Pool mds-owsm is Suspended, cannot allocate resources to applications..
         at oracle.mds.internal.persistence.db.BaseReposAccess.<init>(BaseReposAccess.java:360)
         at oracle.mds.internal.persistence.db.shredded.ShreddedReposAccess.<init>(ShreddedReposAccess.java:274)
         at oracle.mds.internal.persistence.db.shredded.ShreddedDBMSConnection.createReposAccess(ShreddedDBMSConnection.java:444)
         at oracle.mds.internal.persistence.db.BaseDBMSConnection.getOrCreateReposAccess(BaseDBMSConnection.java:2072)
         at oracle.mds.internal.persistence.db.BaseDBMSConnection.queryStoreForLatestCommitNumber(BaseDBMSConnection.java:2503)
         at oracle.mds.internal.persistence.db.DBDocumentChangeProvider.queryStoreForLatestCommitNumber(DBDocumentChangeProvider.java:330)
         at oracle.mds.internal.persistence.db.DBDocumentChangeProvider.getChanges(DBDocumentChangeProvider.java:81)
         at oracle.mds.persistence.stores.db.DBMetadataStoreCommunicator.signalChanges(DBMetadataStoreCommunicator.java:134)
         at oracle.mds.internal.persistence.db.ChangePollingThread.run(ChangePollingThread.java:81)
    Caused by: oracle.mds.internal.persistence.db.fcf.MDSDBIOException: weblogic.common.resourcepool.ResourceDisabledException: Pool mds-owsm is Suspended, cannot allocate resources to applications..
         at oracle.mds.internal.persistence.db.JNDIConnectionManagerImpl.fetchConnection(JNDIConnectionManagerImpl.java:96)
         at oracle.mds.internal.persistence.db.ConnectionManager.getConnection(ConnectionManager.java:347)
         at oracle.mds.internal.persistence.db.BaseReposAccess.<init>(BaseReposAccess.java:347)
         ... 8 more
    Caused by: weblogic.jdbc.extensions.PoolDisabledSQLException: weblogic.common.resourcepool.ResourceDisabledException: Pool mds-owsm is Suspended, cannot allocate resources to applications..
         at weblogic.jdbc.common.internal.JDBCUtil.wrapAndThrowResourceException(JDBCUtil.java:251)
         at weblogic.jdbc.common.internal.RmiDataSource.getPoolConnection(RmiDataSource.java:344)
         at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSource.java:360)
         at oracle.mds.internal.persistence.db.JNDIConnectionManagerImpl.fetchConnection(JNDIConnectionManagerImpl.java:91)
         ... 10 more
    Thanks & Regards
    Prabhu

    Because of this our server gets shut down automatically No. Just because connection pool got suspended, server should not go down. There is any other issue which you did not notice. For Data Source to function properly, make sure that intial and maximum connections limit has been set appropriately (preferably both should be equal) and make sure that database is up and running always and has that many connections open. Check with the DBA for DB connection limit settings.
    Raise a SR with support if you are not able to figure out the exact issue.
    Regards,
    Anuj

  • Generic Data Source issue in CRM.

    Hi Guru's,
    Generic Data Source with Table gave an issue "invalid Extracture structure template XXXXX of Data source  XXXXX"
    Generic Data source with Function Module gave an issue "Units field VOLUM_U for field VOLUME of DataSource ZTEST_XYZ is hidden"
    Generic Data Source with View configured successfully but the data is not coming in Extractor Checker.
    Three tables has taken in to consideration. I think there might be some issue with Join condition.
    Can any one through light on this incident.  Your help will be appreciated.
    Thanks in Advance.
    Venkat.

    Hi Praveen,
    yes you are right.  I took reference field as VOLUM_U.
    I have created Generic Table.  Do you need me to take same table in the reference Table.
    Thanks
    Venkat.

  • Data source issue in RSA7???? urgent plz

    hi experts,
    unfortunately i have deleted my data source from RSA7, i want to extract new records and push to BI. but its deleted. what is the procedure to make my data source available... my update method is QUEUED DELTA..
    plz provide me the solution....
    regards
    vadlamudi

    Reference: SDN FAQ's--> RSA7
    Question 9:
    What is the purpose of the function 'Delete Data and Meta Data in a Queue' in RSA7? What exactly is deleted?
    Answer:
    You should act with extreme caution when you use the delete function in the delta queue. It is comparable to deleting an InitDelta in the BW System and should preferably be executed there. Not only do you delete all data of this DataSource for the affected BW System, but you also lose all the information concerning the delta initialization. Then you can only request new deltas after another delta initialization.
    When you delete the data, this confirms the LUWs kept in the qRFC queue for the corresponding target system. Physical deletion only takes place in the qRFC outbound queue if there are no more references to the LUWs.
    The delete function is intended for example, for cases where the BW System, from which the delta initialization was originally executed, no longer exists or can no longer be accessed.

  • CO_PA DATA SOURCE ISSUE

    Hi,
    I am trying to display a COPA data source, i have given proper operating concern name and tried with costing based and account based it is throwing below error message:
    Table entry missing for data source.
    when i look into the details it is showing below information.
    an attempt was made to extract data using this data source.
    this is not possible due to missing of control entries in the system tables.
    System Response:
    The process was terminated.
    Procedure:
    if the data source was transported into this system, check the import logs for errors.
    I tried to debug it from KEB2, here also i am getting same error message.
    Please provide me the answer to over come this issue.

    Hello,
    The administration of the delta method for CO-PA DataSources occurs in part in the OLTP system. In particular, the time up until which the data has already been extracted is stored in the control tables of the DataSource. Since the control tables for the delta method for the extractor are managed in the OLTP system, certain restrictions apply.
    There can only ever be one valid initial package for a DataSource. If, for the same DataSource, a separate initialization is scheduled for different selections, for example, and data is posted to the operating concern between the individual initializations, data inconsistencies could occur between SAP BW and OLTP. The reason for this is that, with each initialization, the time stamp of the DataSource in the OLTP system is set to the current value. Consequently, records from a previous selection are no longer selected with the next delta upload if they were posted with a different selection prior to the last initial run.
    See this doc for more info [How to Connect Between CO-PA and SAP BW for a Replication Model|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/fb07ab90-0201-0010-c489-d527d39cc0c6]
    Also see
    [How to Connect Between CO-PA and SAP BW for Data Retraction|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/1910ab90-0201-0010-eea3-c4ac84080806]
    [SAP Network Blog: Best Practices for Profitability Management with SAP Business Profitability Management and CO-PA|/people/community.user/blog/2007/09/10/best-practices-for-profitability-management-with-sap-business-profitability-management-and-co-pa]
    [SAP Network Blog: Configuration Characteristics in Profitability Analysis|/people/udo.werner/blog/2007/05/10/configuration-characteristics-in-profitability-analysis]
    Thanks
    Chandran

  • XML Data Source Issue

    Post Author: MrJames
    CA Forum: Semantic Layer and Data Connectivity
    I'm sure the issue is my lack of understanding on how this should work.  I've created a report using an XML data source.  The fields on my report come from the XML file schema, and all fields having to do with quantities selected from the schema show as numeric fields in the report designer.  However, when I try to use the SUM function on these fields I only get a count, and not a sum.
    When I view the XML file using XML Notepad 2007, the viewer shows these fields as text fields.  So as near as I can tell, I'm reading text data into a field defined as numeric.
    I can directly connect to the table in SQL Server 2005 and the sum functions work fine, however, the sum function will not sum when using the XML table. 
    Apparently I'm missing something here??

    Hi,
    Which product are you using and in which version?
    Didier

  • Problem in getting data in SNP Planning Area Data Source

    Hi All,
    Problem Statement: To fetch data from SNP Planning Area for reporting in SAP BW.
    Approach: Followed the standard SAP Help Document. Link:http://help.sap.com/saphelp_scm40/helpdata/en/e0/9088392b385f6be10000000a11402f/content.htm
    First Step: To create a DataSource on the Planning Area (Z9ASNP02) and Aggregate(9AMALO).
    For that
    Go to SAP Easy Access>Click on /SAPAPO/MSDP_ADMIN/ you are on S&DP Administration>Select the planning Area Z9ASNP02 double click on it
    You are on Change Planning Area Screen>Go to Extras left click>DP/SNP Data Extraction Tool-->Click on Generate Data Source, Provide the
    Data Source Name & Select the Aggregate 9AMALO and click on continue. Data Source is generated.
    But now when i go for Test Data Source-->Extractor Checker Screen and then providing the version 000 and then when i click on extraction Button
    It gives a Message "0 data records selected".
    Thanks in Advance,
    rahul

    Hi Somnath,
    Please correct me if my understanding is wrong; you are saying that, we cannot extract data from order series keyfigures. In that case how many key figures you maintain for time series, performance miight come down for planning area if you maintain huge no of keyfigures.
    Is there any way to extract data from Order series Planning area?
    Thanks & Regards,
    Jagadeesh.

  • 0CLM_INVOICE data source issue

    HI Experts,
    I have been testing data source 0CLM_INVOICE and noticed discrepancies when extracting data using RSA3. I have used the selection for Company Code, Fiscal Year and Customer and when i display the list of extracted data, records for other customers (aside from my selection) are showing. It looks like my selections are not working. Also, in the SAP documentation for this data source,
    http://help.sap.com/saphelp_nw2004s/helpdata/en/22/e11ceb47fc4069a46b91efcf5f6abb/frameset.htm
    the POSTING_DATE and INV_DATE are said to be derived from BSEG-BUDAT and BSEG-BLDAT, respectively. The trouble is that I can't find these fields in the BSEG table.
    Can anyone enlighten me on this? Or if you have encountered similar issues on this data source, please let me know how it was resolved.
    Thanks!
    JL

    Hi JL:
    Check if any of the SAP Notes below is applicable to your system.
    1459106 - "No invoice data for initial BI extraction"
    1444730 - "Different results despite the same import parameters"
    Regards,
    Francisco Milán.

Maybe you are looking for

  • This computer is already associated with an Apple ID (when trying to download family purchases)

    On my iMac I have five user accounts: 1 master family, father (me), wife, daughter and son.  For iTunes, the family is used for family sharing and as is the organizer for family purchases. My son's iCloud account is maintain through the Family accoun

  • Use Tax Posting To Tax Payable and Expense Account

    Hello Experts, I am trying to post tax, code 03, to an expense account instead of the customer account at the time of billing. This is for use tax posting based on the costs of our materials and should be paid by company and not passed to the custome

  • No longer any network connectivity wired or unwired for T520 laptop

    I have a Thinkpad T520, and both wired and wireless network connectivity worked fine until a couple of months ago. Then, at about the time I installed a lot of Windows updates, both wired and wireless connectivity no longer works. A green light displ

  • Main Computer died. Lost Apps can I get them back?

    My main Computer Died with all of my music and apps on it. So I downloaded it iTunes into another computer, connected my phone and for some reason I did an unintentional restore and I lost everything. I was wondering if there was a way to get itunes

  • Palette in netbeans

    Hi to all, I am trying to modify the palette in netbeans means i want to put my own items in palette. suggest me if anybody knows how to do that....... ThankYou