Text measures data to planning from SQL

n a planning application Under Account Dimension we have Members as
Rate,
Quantity,
Customer_Name,
Customer_City,
Rate and Quantity are number measures .
customer_Name and Customer_City are text measures .And every time the customer_name and Customer_city are new.
Limitations :
1.We have to load the data directly from the Staging Oracle tables.
2.There are no ETL tools.
Problem :
Plan to Load data directly to Planning/Essbase cube using Open SQL method . But its not allowing to load text data unless or until I predefined in a DB.
Please gimme some suggestions to achieve the same without any ETL tools or csv files ... ?
Regards,
Keny Alex

I just talked to a buddy of mine whose client loaded text data into Planning behind the scenes and messed up the OBJECT_ID count. That client (no, I don't know who they are) picked a number that they thought that Planning would never, ever, ever get to -- remember, OBJECT_ID is the object counter that Planning uses to uniquely identify each object -- and started loading text directly to the Planning tables.
And then Planning hit that number.
KABOOM.
May I suggest that you use the OutlineLoad.cmd utility to load data? You can drive it off the command line (no other way, in fact) and know that at least nothing like the above will happen.
It's all in the Planning admin guide.
NB -- This utility exists in Planning 11 onwards.
Regards,
Cameron Lackpour

Similar Messages

  • Text measures data to planning

    In a planning application Under Account Dimension we have Members as
    Rate,
    Quantity,
    Customer_Name,
    Customer_City,
    Rate and Quantity are number measures .
    customer_Name and Customer_City are text measures .And every time the customer_name and Customer_city are new.
    Limitations :
    1.We have to load the data directly from the Staging Oracle tables.
    2.There are no ETL tools.
    Problem :
    Plan to Load data directly to Planning/Essbase cube using Open SQL method . But its not allowing to load text data unless or until I predefined in a DB.
    Please gimme some suggestions to achieve the same without any ETL tools or csv files ... ?
    Regards,
    Keny Alex

    I just talked to a buddy of mine whose client loaded text data into Planning behind the scenes and messed up the OBJECT_ID count. That client (no, I don't know who they are) picked a number that they thought that Planning would never, ever, ever get to -- remember, OBJECT_ID is the object counter that Planning uses to uniquely identify each object -- and started loading text directly to the Planning tables.
    And then Planning hit that number.
    KABOOM.
    May I suggest that you use the OutlineLoad.cmd utility to load data? You can drive it off the command line (no other way, in fact) and know that at least nothing like the above will happen.
    It's all in the Planning admin guide.
    NB -- This utility exists in Planning 11 onwards.
    Regards,
    Cameron Lackpour

  • How to insert data which contains '&' from SQL*Plus without asking prompt

    Hi,
    I want to insert data in table from SQL*Plus but data value contains '&' as given in below example(insert script).
    There are 10000 rows. When I load from SQL*Plus it is asking for 'value for :P'.
    I dont want to replace '&' with 'and' also there should not be prompt for asking value for :P.
    Example
    Insert into CS_Tracker (TrackId,FeedBack) values ('ARARGE034678','S&P');
    Insert into CS_Tracker (TrackId,FeedBack) values ('ARARGE034676','S&F');
    Insert into CS_Tracker (TrackId,FeedBack) values ('ARARGE034677','A&P');
    Can anyone help me in above issue.
    Thanking in Advance
    Sanjeev

    use
    set define offbeforehand

  • When i restore my backup from computer why do my minutes texts and data gets removed from my pay as you go sim card

    when i restore my backup from computer why do my minutes texts and data gets removed from my pay as you go sim card?

    As long as it's unlocked it will work with any SIM, incl. EE SIMs.
    If you buy abroad you need to ensure it is compatible with UK mobile frequencies, on which I cannot advise.

  • Migration Workbench is messing up data in converted from SQL Server image fields.

    I am working on porting a SQL Server 7 database to Oracle 8i (8.1.6 release 2). In the SQL Server database I have several tables that contain image fields that hold binary data (like Word documents, and other files). When I port the database to Oracle, the data in these fields gets garbled (the resultant records contain the correct amount of data (bytes), yet the data is different). Data in image fields that contain text oriented data ports correctly (i.e. if you just saved a long string in the field). Has anyone else posted a similar problem? Is there a workaround here to get the data stored in these image fields to port correctly?

    The thing is DDL of SQL Server and Oracle are quite different, without the help of MW from SQL Developer. You can't convert SQL server version of DDL to Oracle version. Of course you can accomplish the same thing using other tools like ERwin and Visio. Since SQL Developer is free why bother?

  • Is it possible to upload non-numeric data into Planning from ODI?

    Dear All,
    I have problem to upload non-numeric data into planning?
    Regards,
    Thomas

    I am not sure what that has to do with non-numeric data and planning.
    If you want to move your ODI environment then have a look at this post :- Re: move full ODI environment to another Machine...
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Can not extract data into BW from SQL SERVER

    Dear All,
      I meet a problem to extract data from database(MS SQL Server 2000(sp3)) into BW now and can not extract data into BW ODS, even PSA, In the monitor, display yellow light(0 from 0 record), detail message just display message "data request arranged" "confirmed with: confirmation" in requests(message) step; "missing message: request received" in extract (message)  step; "no data" in processing(data packet) step and so on. but in fact, there are two records in my database test table and DB connection is OK. Even I can extract data from another test oracle database into BW ODS successfully.
       Our BW system has two BW applicaton server and use oracle database. the one application server locates on IBM AIX host. the another one locates on one NT server. the application server on NT server is used for data extration from MS SQL SERVER  database into BW oracle database. and MS SQL SERVER and NT platform application server locate on same one host. DBSL was installed on the NT application server already. and DB connector also was created successfully for MS SQL SERVER and datasource also was generated. DBSL type is Kernel640-WIN-IA32bit-unicode. my BW system is ECC5.0/UNICODE/ORACLE. all table/view/field name of MS SQL server is upcase and have not any specific character. for example: ZDEMO etc.
    wait your help.
    Thanks in advance.
    Billy

    Hi  Ravi,
    Could you help me to get knowledge about the followings:
    approximately how many records    extracting and transfering  from SAP R/3 to BIW  in an organisation. for that how much time  will take .
    How to extract data from  two are three source system  to BIW. Kindly help me with step by step explanation .If any screen shots with documents pls fwd to my ID. "[email protected]"
    Your help highly appreciated.
    Thanks.
    Hema

  • How to Display RTF data with images from SQL database in Crystal Report

    I am using Crystal report in my WPF application, I have generate Question Paper Report, in which have Question with images. Question with images are stored in SQL Server in rtf format, I want to generate Question report with RTF Text and Images in report

    Hello Sir,
    I am still Facing problem in Crystal report generation with RTF Data (Text + Images),
    I am storing Questions in SQL Server which are RTF Format, Questions have Text + Images..
    I changed field data type then also i didn't get image in Crystal report
    if i browse an image n stored that in DB then its displaying in Crystal report, but when i pasted that image in RichTextBox and saved that in DB then no data displayed in Crystal report.
    My Table Structure is
    Table Name: tblQuestions
    field :    Questions Varbinary(max)
    I tried with nvarchar(max) also but its aslo not working

  • Data Type Mapping from SQL server to Oracle

    I am using Oracle 12c with heterogenous services connecting to SQL server DB. Some of the columns in the SQL server SB are defined as 'nvarchar(max)'. These are coming over to Oracle as 'long' type columns. I would like these to be 'varchar2' types in Oracle so I do not have any of the restrictions related to 'long' type fields when using. I can create a view in SQlServer to convert the data type ie. nvarchar(100). What is the highest value I can use to make the data show in Oracle as varchar? BTW  I tried nvarchar(4000) but that still showed as long. I tried nvarchar(1000), and that did show as varchar.

    The maximum value for a nvarchar2 in Oracle is 2000. The mapping -if the remote column is mapped to an Oracle varchar/nvarchar- depends on the data type returned by the ODBC driver. When the driver returns SQL_Varchar, then the maximum precision is 4000 and when it will map it to SQL_WVarchar then it is 2000.
    As your Oracle database uses AL32UTF8 as character set you will get the nvarchar(max) mapped to Oracle longs as the content of your SQL Server nvarchar is stored using UCS2 character set which is covered by the Oracle database charset UTF8. So it shouldn't really matter if the returned string is mapped to an Oracle varchar or nvarchar.

  • Data Dictonary generation from SQL Developer Data Modeler.

    Hi,
    How can I generate a comprehensive data dictionary using this tool in a flexible way? I tried with Export -> To CSV option but it generated lot of CSV files with lot of unnecessary information which are frustratingly scattered.
    regards,
    Dipankar.

    Hi Dipankar,
    "Export to CSV" is oriented to reporting, thus things are denormalized there. Information from logical and relational models is there, domains and logical types, usage of entities and attributes in data flows and processes in data flow diagrams. Export provides snapshot of your design and references there are valid for that snapshot.
    Best regards,
    Philip

  • When i press tab button into Text Field data automatically show from existing table in new Window form

    Hi Expert team
    please give me solution as soon as possible

    Thank you for your reply, Paul.  Unfortunately this suggestion didn't solve the issue.
    After experimenting with it for a bit, it seemed that it might be related to widow/orphan control, but it occurs even with widow/orphan control turned off.
    Does anyone out there have any suggestions?
    Thanks,
    Jason

  • How can I get a date without the hour from sql server 2000 ?

    hellou!
    I have a JTable, and one of it's columns has to show a date. This date i have to show is specified as datetime on the Sql Server 2000 database where I have to take the data.
    the query of the dataset attached to the JTable is something like "select * from Table".
    The problem is that the JTable column that displays the date shows the date and the hour, for example:
    7/10/04 0:00:00
    and I need to show the date without the hour, only the 7/10/04. Can anyone tell me how to do that?
    thank you very much! : )

    The easiest way to format a date is with java.text.SimpleDateFormat. When creating it you pass a format string which can be used to parse or format date objects.
    SimpleDateFormat formater = new SimpleDateFormat( "MM/dd/yyyy" );
    // Get date objects directly from sql
    Date foundDate = result.getDate( 1 );  //where result is the ResultSet and 1 is the date column
    String formatedDate = formater.format( foundDate );Now the JTable's table model can be adjusted to store a formated String instead of a Date. If for some reason it is required to store the value as a Date overload the table model to return the formated string when getValueAt is called.

  • Reading milliseconds from Sql server into oracle 10g

    Hi,
    We have a very time sensitive pressing requirements to be addressed immediately.
    We need to read the date time column from sql server 2008 into oracle 10g.
    We have a dblink established between the two servers and have tried to use sql server and sql native client 10 driver to read the dates from sql into oracle.This we are able to do very successfully.
    The issue is in reading milliseconds stored in sql server.The millisecond part comes in as 00000 from sqlserver to oracle.These milliseconds are needed to identlfy the unique records.
    For instance
    SQL SERVER Oracle
    source_id source id
    01/01/2012 6:30:35:456 01/01/2012 6:30:35:000000.
    Im issuing my query through Toad via Oracle to remote sql server using a dblink which connects using HS ODBC connection to sql server 2008(remote).
    We have no control over sql server Db as this is remote third party DB.We just have select access to their tables to bring into our own oracle DB.
    Any insight or help will be much appreciated.

    Hi,
    Could you please send the following information -
    - what version of HSODBC are you using ? Is it a 10.2 version ?
    - what is the SQL*Server datatype of the column you are reading ?
    - from Oracle could you issue -
    describe sql_server_table@hsodbc
    - what is the Oracle datatype shown for the column ?
    Could you also run your tests using SQLPLUS instead of TOAD ? We don't support TOAD and need to know if the problem also happens when using SQLPLUS, to avoid it being a TOAD problem.
    Also, 10.2 HSODBC is now desupported and you should be using the 11g Database Gateway for ODBC (DG4ODBC) which is a direct replacement for HSODBC. To use DG4ODBC your RDBMS needs to be at 10.2.0.4 or higher and DG4ODBC should be installed in a completely separate ORACLE_HOME from the existing 10.2 install.
    Regards,
    Mike

  • Using relational data from SQL data source in Planning and Essbase

    Hi,
    How do I take sample data from a SQL data source and bring it into a Hyperion Planning application? I understand that when creating Planning applications, a link between a relational data source and Essbase must be established, because the relational database holds the metadata while the database outline is stored with Essbase. However, all I am currently able to do is load the data into Planning applicaitons via EAS, where I right-click on the Application database, hit load data, and select from either a .txt file or an excel file. Do I need Oracle Data Integrator? Any help or insight would be greatly appreciated, as well as corrections to any incorrect assumptions I may have made in this post. Thank you.

    When you import your file (Excel or text), you're importing it using a Load Rule in EAS. To load from SQL, you simply create a SQL load rule. You'll load data the exact same way (via EAS), but with a different type of load rule. The load rule will contain the SQL that queries the database. You can preview your data in the load rule the same way you would with a file.
    If your SQL is very complex, I'd recommend creating a view and loading from that view. But otherwise it's pretty straight-forward.
    The only catch is that you need to configure a database connection (to your relational database) on the Essbase server. The Essbase DBA guide will show you how to do this.
    You COULD use ODI, but I tend to only use it for loading metadata.
    Hope this helps,
    - Jake

  • Getting error in loading Text data to Planning

    Hi,
    I am planning to load text data to Planning. Following John's blog to do this,
    More to life than this...: ODI - Getting text data into planning
    I have Completed Data Load Administration task also in the Planning app.
    I have mapped Data file and SQL table to the Target. When i map Text_Id with FY13(In blog it is MP3), that Join is showing x(wrong symbol) on that.
    Is it means, mapping is not correct??
    After that if i click on Flow tab, it is not showing any diagrams. I am getting this msg instead of diagrams,
    odi-20350 your diagram contains one or more FATAL/CRITICAL errors preventing display of the Flow Editor
    (I guess, because it contains errors in the mapping)
    where can i find the error logs or error msg's regarding the issue in the ODI??
    Any comments would be appreciated...!
    Thanks,
    mady

    Hi John,
    Thanks for the response.
    I have followed exact steps from your blog to load Textdata to Hyperion 11.1.1.3. But after executing the inferface i am getting the below error.
    TP1 is Period dimension member.(Driver Dimension member name). In the error msg, it is showing as Object not found. But i have that member is there in Hyperion Planning application.
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (most recent call last):
      File "<string>", line 20, in <module>
      at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
      at org.hsqldb.jdbc.JDBCStatement.fetchResult(Unknown Source)
      at org.hsqldb.jdbc.JDBCStatement.executeQuery(Unknown Source)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
    java.sql.SQLException: java.sql.SQLException: user lacks privilege or object not found: TP1
      at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
      at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.execInBSFEngine(SnpScriptingInterpretor.java:322)
      at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.exec(SnpScriptingInterpretor.java:170)
      at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java:2473)
      at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:48)
      at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:1)
      at oracle.odi.runtime.agent.execution.TaskExecutionHandler.handleTask(TaskExecutionHandler.java:50)
      at com.sunopsis.dwg.dbobj.SnpSessTaskSql.processTask(SnpSessTaskSql.java:2913)
      at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2625)
    Thanks,
    mady

Maybe you are looking for

  • There's a ghost in my computer ... and it is not Steve Jobs

    In 1986,  the MSX Gradient arrived in Brazil and it was my first computer. Since then, I went through all PC stages  - from DOS to Windows - and three years ago I finally surrendered to the MacBook Pro, entering into a completely new world for me. A

  • Regarding Message Mapping in JDBC Scenario

    Hello Experts,         I got struct up in message mapping. In message mapping we can able to see different types of Functions. So I need some clarifications on it. Functions are available like... Conversions Boolean Node Functions Constants Date Text

  • Please watch and see if you can tell me how to correct the aspect ratio

    http://www.youtube.com/watch?v=shiFprOnbK4 This is an unfinished std. def video hence this issue I ran into which is just a fun video for my youth group kids I teach at my church. I am editing it in final cut pro 7 and if you see at about 35 seconds

  • Get-WmiObject -class win32_product doesn't list all installed Applications

    Hello in my test win server 2012 R2 datacenter, i have installed some applications such as mozilla firefox, Advanced renamer, office, Acrobat reader. Get-WmiObject -class win32_product Get-CimInstance -class win32_product when i run either of the fol

  • Help, Discoverer Viewr Error 404

    Hello, I have a problem. When I starting Discoverer Viewer\Plus (http://host.domain:port/discoverer/viewer) with httpServer,Agent etc. started appears error: HTTP 404 Page not Found. but the page http://host.domain:port appear correctly! Why ? Excuse