Data copy using @ANCESTVAL

Hi.<BR><BR>I'm trying to copy (=consolidate) data from a child to his parent using this command :<BR><BR>FIX (@LEVMBRS(Product,1))<BR>     Sales = @ANCESTVAL(Product,0,Sales) ;<BR>ENDFIX<BR><BR>Each parent is never share and has one child which is not consolidated (~).<BR><BR>I can't use a DATACOPY for generic reasons and i can't use a CALC DIM because each child is not consolidated.<BR><BR>What can i do ?<BR><BR>Thanks in advance.<BR>Fabrice.<BR><BR>

Fabrice:<BR><BR>The problem here is that the "0" in the ANCESTVAL command refers to a <i>relative</i> level zero member, not an <i>absolute</i> one, so it's referencing its own value, which is #Missing (or whatever). Another potential problem, assuming your Product dimension is sparse, is that the parent block doesn't currently exist, so Essbase has nowhere to "stand" then go grab it's child's value; you have to do something that creates the block first.<BR><BR>First of all, let's assume that you want ALL level one parent blocks in Product to be created: <BR><BR>

Similar Messages

  • Data copy B/W Essbase Applications using script

    How to Data copy from one app to another app.
    Server Name: Server1
    Version: 9.3
    Essbase App: App1
    Data Bases: Db1, Db2,Db3
    Server Name: Server1
    Version: 9.3
    Essbase App: App2
    Data Bases: Db1, Db2,Db3
    Note: App1 & App2 Applications are having similar outlines
    Requirement: Copy Year 2012 Data from App1 to App2
    I have come to know this is possible using Xref calc script.
    Could some one please suggest the script.
    Thanks in advance!

    Partitioning should be the best one as Glenn said, but see if you have licenses for that, as partitioning is licensed separately from essbase.
    The alternatives could be:
    * Data Export / Import: for exporting you could use DATAEXPORT command within a calcscript (see technical reference for details). Then importing the data with a rule file.
    * XREF: this approach could give some headaches with block creation (see https://cn.forums.oracle.com/forums/thread.jspa?threadID=1010153). In general terms, try this one if the portion of data to copy is relatively small and well delimited.
    Nacho.-

  • Extracting SQL statement from a Webi document's data provider using SDK.

    Hi all,
    Is it possible to extract the SQL statement from an existing Webi document's data provider using BO SDK?  I've searched through the class library but haven't found any information on this yet.  If you have done it, could you provide some guidance.  Many thanks.

    I found the following Java code that might be of some help to you. I realize you are using .NET but this might push you down the right path.
    The trick here is to use the Report Engine SDK to get the DataProvider of the DocumentInstance. Then, look at the SQLDataProvider to get your SQLContainer.
    My apologies for the poor formatting. This didn't copy and paste over to the forums very well. I've cleaned up as much as I could.
    <%@ page import="com.crystaldecisions.sdk.framework.*" %>
    <%@ page import="com.crystaldecisions.sdk.exception.SDKException" %>
    <%@ page import="com.crystaldecisions.sdk.occa.infostore.*" %>
    <%@ page import="com.businessobjects.rebean.wi.*" %>
    <%
    boolean loginSuccessful = false;
    IEnterpriseSession oEnterpriseSession = null;
    String username = "username";
    String password = "password";
    String cmsname  = "cms_name";
    String authenticationType = "secEnterprise";
    try
    //Log in. oEnterpriseSession = CrystalEnterprise.getSessionMgr().logon( username, password, cmsname, authenticationType);
    if (oEnterpriseSession == null)
    out.print("<FONT COLOR=RED><B>Unable to login.</B></FONT>");
    else
    {  loginSuccessful = true;
    catch (SDKException sdkEx)
    { out.print("<FONT COLOR=RED><B>ERROR ENCOUNTERED</B><BR>" + sdkEx + "</FONT>");}
    if (loginSuccessful) { IInfoObject oInfoObject = null;
    String docname = "WebI document name";
    //Grab the InfoStore from the httpsession IInfoStore oInfoStore = (IInfoStore) oEnterpriseSession.getService("", "InfoStore");  //Query for the report object in the CMS.  See the Developer Reference guide for more information the query language.   String query = "SELECT TOP 1 * " +        "FROM CI_INFOOBJECTS " +        "WHERE SI_INSTANCE = 0 And SI_Kind = 'Webi' " +        "AND SI_NAME='" + docname + "'";
    IInfoObjects oInfoObjects = (IInfoObjects) oInfoStore.query(query);
    if (oInfoObjects.size() > 0)
    //Retrieve the latest instance of the report  oInfoObject = (IInfoObject) oInfoObjects.get(0);
      // Initialize the Report Engine  ReportEngines oReportEngines = (ReportEngines)
    oEnterpriseSession.getService("ReportEngines"); 
    ReportEngine oReportEngine = (ReportEngine) oReportEngines.getService(ReportEngines.ReportEngineType.WI_REPORT_ENGINE);
      // Openning the document  DocumentInstance oDocumentInstance = oReportEngine.openDocument(oInfoObject.getID());   
    DataProvider oDataProvider = null; 
    SQLDataProvider oSQLDataProvider = null; 
    SQLContainer oSQLContainer_root = null; 
    SQLNode oSQLNode = null;
    SQLSelectStatement oSQLSelectStatement = null; 
    String sqlStatement = null;
      out.print("<TABLE BORDER=1>");
    for (int i=0; i<oDocumentInstance.getDataProviders().getCount(); i++)
    oDataProvider = oDocumentInstance.getDataProviders().getItem(i);
      out.print("<TR><TD COLSPAN=2 BGCOLOR=KHAKI>Data Provider Name: " + oDataProvider.getName() + "</TD></TR>");
       if (oDataProvider instanceof SQLDataProvider)
    oSQLDataProvider = (SQLDataProvider) oDataProvider;
        oSQLContainer_root = oSQLDataProvider.getSQLContainer();
        if (oSQLContainer_root != null)
    for (int j=0; j<oSQLContainer_root.getChildCount(); j++)
    oSQLNode = (SQLNode) oSQLContainer_root.getChildAt(j);
          oSQLSelectStatement = (SQLSelectStatement) oSQLNode;             
    sqlStatement = oSQLSelectStatement.getSQL();     
    out.print("<TR><TD>" + (j+1) + "</TD><TD>" + sqlStatement + "</TD></TR>");   
    else
    out.print("<TR><TD COLSPAN=2>Data Provider is not a SQLDataProvider.  SQL Statement can not be retrieved.</TD></TR>");   }  }  out.print("</TABLE>");
      oDocumentInstance.closeDocument(); }
    oEnterpriseSession.logoff();}%>

  • System copy using SAPInst(Export Import database Independent prcoess failed

    Hello ,
    I am doing a System copy using SAPInst export/import process .
    Source system : SAP Netweaver'04( BW 3.5 , Kernel : UC 640 ,Patch level 196 )
    Export process fails at Phase 2 -  Database Export at R3load jobs running 1,waiting 0 . Below is the log details
    SAPSDIC.log
    (EXP) INFO:  entry for BAPICONTEN                        in DDNTT is newer than in DDNTT_CONV_UC: 20040211101817 > 20000621155733
    (EXP) INFO:  entry for BAPICONTENT255                    in DDNTT is newer than in DDNTT_CONV_UC: 20040211101817 > 20031127161249
    (EXP) INFO:  entry for BAPICONVRS                        in DDNTT is newer than in DDNTT_CONV_UC: 20040211101817 > 20010131174038
    (EXP) INFO:  entry for BAPICREATORDATA                   in DDNTT is newer than in DDNTT_CONV_UC: 20040211101817 > 20000621155733
    (EXP) INFO:  entry for BAPICRMDH1                        in DDNTT is newer than in DDNTT_CONV_UC: 20051229175654 > 20031211120714
    (EXP) INFO:  entry for BAPICRMDH2                        in DDNTT is newer than in DDNTT_CONV_UC: 20051229175654 > 20031211120714
    (EXP) INFO:  entry for BAPICRMEXP                        in DDNTT is newer than in DDNTT_CONV_UC: 20051229175513 > 20031211120627
    (EXP) INFO:  entry for BAPICRMEXT                        in DDNTT is newer than in DDNTT_CONV_UC: 20051229175514 > 20031211120627
    (EXP) INFO:  entry for BAPICRMKEY                        in DDNTT is newer than in DDNTT_CONV_UC: 20051229175654 > 20031211120714
    (EXP) INFO:  entry for BAPICRMKEY_T                      in DDNTT is newer than in DDNTT_CONV_UC: 20051229175835 > 20031211120803
    (EXP) INFO:  entry for BAPICRMMSG                        in DDNTT is newer than in DDNTT_CONV_UC: 20051229175654 > 20031211120714
    (EXP) INFO:  entry for BAPICRMMSG_T                      in DDNTT is newer than in DDNTT_CONV_UC: 20051229175835 > 20031211120803
    (EXP) INFO:  entry for BAPICRMOBJ                        in DDNTT is newer than in DDNTT_CONV_UC: 20051229175514 > 20031211120628
    (EXP) INFO:  entry for BAPICRMPAREX_T                    in DDNTT is newer than in DDNTT_CONV_UC: 20051229175452 > 20031211120305
    (EXP) INFO: limit reached, 5000 tables in DDNTT are newer than in DDNTT_CONV_UC
    (EXP) INFO: NameTab check finished. Result=2  #20100113131216
    (EXP) INFO: check for inactive NameTab entries: Ok.
    (RSCP) INFO: I18N_NAMETAB_TIMESTAMPS not in env: checks are ON (Note 738858)
    (DB) INFO: disconnected from DB
    D:\usr\sap\B35\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    D:\usr\sap\B35\SYS\exe\run/R3load.exe: END OF LOG: 20100113131216
    ***SAPCLUST.log ****
    (NT)  Warn:  EDIDOC: normal NameTab from 20040211095029 younger than alternate NameTab from 20000621155733!
    (EXP) TABLE: "EDIDOC"
    (NT)  Warn:  PCDCLS: normal NameTab from 20040211095029 younger than alternate NameTab from 20000621155733!
    (EXP) TABLE: "PCDCLS"
    (NT)  Warn:  SFHOA: normal NameTab from 20040211095029 younger than alternate NameTab from 20000621155733!
    (EXP) TABLE: "SFHOA"
    (NT)  Warn:  SFHYT: normal NameTab from 20040211095029 younger than alternate NameTab from 20000621155733!
    (EXP) TABLE: "SFHYT"
    (NT)  Warn:  UMG_TEST_C: normal NameTab from 20040211095029 younger than alternate NameTab from 20031113150115!
    (EXP) TABLE: "UMG_TEST_C"
    myCluster (55.22.Exp): 712: error when retrieving alternate nametab description for physical table UMG_TEST_F.
    myCluster (55.22.Exp): 713: return code received from nametab is 32
    myCluster (55.22.Exp): 299: error when retrieving physical nametab for table UMG_TEST_F.
    (CNV) ERROR: data conversion failed.  rc = 2
    (RSCP) INFO: I18N_NAMETAB_TIMESTAMPS not in env: checks are ON (Note 738858)
    (DB) INFO: disconnected from DB
    D:\usr\sap\B35\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    D:\usr\sap\B35\SYS\exe\run/R3load.exe: END OF LOG: 2010011312563
    Please suggest.
    Thanks & Regards
    Ganesh

    Is your DB unicode?  If so, did you select the unicode flag in sapinst?
    This [thread|System Copy Error while exporting ABAP; might offer some help.
    -Zach

  • ABAP+JAVA system copy using 3rd party export/import tools

    Hi all,
    I am trying to do a homogenous system copy.  I am following the syscopy guide for SAP NW 7.0 SR3 ABAP+JAVA systems
    We are running AIX 5.L and Oracle.
    My question is this.  We are using an IBM XiV system for our disk storage, and we are able to restore from "snaps" which is their version of images.  Does anyone know if it is possible to restore or "import" the data in a system copy using an outside tool like this?  If so, do you have any information on how to?
    I know it is possible to restore the database from an offline backup using BRTools rather than r3load and jload, and I just wanted to see if I can restore from a snap as it would save a lot of time in the procedure.
    Any help or ideas would be much appreciated.
    Thanks!

    >My question is this.  We are using an IBM XiV system for our disk storage, and we are able to restore from "snaps" which is their version of images.  Does anyone know if it is possible to restore or "import" the data in a system copy using an outside tool like this?  If so, do you have any information on how to?
    That approach is not supported.
    The reason is: combined instances write the instance name and hostname in various places, on the filesystem in .properties files, in the JDBC configuration, depending on the java applications you run on top in various other places. What you're trying to do is effectively "renaming" an instance.
    Technically it's possible to do it and to get it run, yes, but the supported way is running sapinst and choose ABAP + Java system copy. This will prevent you from lots of (not really documented) manual work after the copy.
    Markus

  • Copy Version-Budget data copied from one version to another-How to view Data in Copied Version.

    Dear All,
    Budget Data is copied from one Version to another Version using Tools>copy Version option. How can you view Data copied to new Version, when you receive a message Version is successfully copied.
    I think we can do that by selecting appropriate version in the version dimension while accessing the Forms or in Smart View.
    Can you please let me know how to do this or different options available with this process.
    Thanks in Advance for your valuable time...

    A form to check the data with the correct POV, a Smart View query, excel addin retrieve, financial report, export data, report script, take your pick.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • I burned a playlist to a data CD using itunes 11 but what is best way to get it import it into another computer with itunes running?

    I burned a playlist to a data CD using itunes 11 but what is best way to get it import it into another computer with itunes running?  I get an "X" when trying to copy to the "automatically add to itunes" folder on the 2nd computer.

    ok... so i i just made sure all my music is all together in 1 folder and i am going to trash my old music folder that is in the itunes folder... and follow your directions - let itunes start w/new library and bring my music in. Well, last little hurdle/question. I noticed that the place where my itunes library is - on an external drive doesnt have much space left on it. The place where i gathered all my music together in order to start fresh - is a different external drive and has LOTS of free space on it.
    SO... i now would like to just keep all that freshly compiled clean music right where it is but in advanced preferences I want to point to that new folder on the drive that has so much more space. So... should i delete the old music then go into itunes with a blank library and change the folder in preferences - quit and go back in and then follow your steps to loading my music? If i change the setting of where itunes looks for the music - that doesn't wipe out the old stuff... it just mixes it all up together right? I dont want that!!
    i promise this is the last question - i would love to fix this problem tonight and just be DONE!
    Thanks in advance for your patience and knowledge!!
    Lisa

  • Data copy in Hyperion Planning taking long time

    Hi All,
    good morning.
    I am using data copy in hyperion planning (11 1 2 2) to copy from one scenario to other selecting account annotations and supporting details.
    The essbase part of copying data completed (checked sessions), but when I checked the job console in planning it still says processing for past 2 hrs.
    My java heap size for planning is 1.5GB and the backed database is SQL server
    my suspicion is that the issue was with backend sql. but I don't where to start.
    can anyone please guide me.

    I am working with version 11.1.2.1 and running into the same issue. The Supporting detail option works fine if the application has just a few details, let’s say 50 cells, but if we have around 500 cell with details then the copy process never ends, the details are not copied, and I have to restart the Planning service. As a workaround we are using a two steps process. In the first step we copy the just Essbase using the copy data functionality of Planning (with no data copy options enabled) or by using an Essbase calculation script. For the Supporting Details piece we use the Export for Edit functionality of LCM and export them to an XML file, and then we edit the XML file and change the source member name with the target member name, and finally we use the Import after Edit functionality of LCM. Of course if works only if the Planning application was deployed using EPMA.

  • Client copy using Client Export... Failed .. Need ur advice

    Hi guiys how ru all doin...
    I hope some one can help me oout in this issue.iam working on sap
    4.6c, windows 2003 server, oracle9.2.0.
    we need to take client copy from production client 300 to dev
    server using client export method so I have performed client
    copy using client export.these are the list of steps which i
    performed but still am facing an error.
    Checklists /prerequisites before doing client export :
    Source client i.e. Client 300 should be locked for all users
    except Administrator.
    Ensure that NO Users are logged in both NCCSAPPRD and NCCSAPDEV
    Server.
    Inform Downtime to Users.
    At least 2 background work process should be there.
    Take Offline Backup of both Production server & Development
    server.
    Following Jobs rescheduled for next day for Client Export
    Process:
    1)Collector_for_performance_monitor
    2)Customer_evaluati on_information
    3)Error reporting
    4)Eu_out
    5)Vendor_evaluation_information
    6)Leave_en titlement
    Remove scheduled job from DB:
    1)Check opt
    2)Analyze tab
    Lock all users except administrator
    Change database mode from Archive to Non-Archive mode
    Logon in NCCSAPPRD in Client 300 the one which is to be Exported
    1.Enter Transaction SCC8
    2.Select the copy profile and target system NCCSAPDEV Server and
    other fields as necessary.
    3.Click on "Execute in Background" button.
    4.Click on the "Schedule job" button.
    5.Verify that all information is correct and click on YES
    button.
    6.Click on continue at the "Info Client Export" window.
    7.Specify the start time and click on SAVE.
    8.Specify an output device at the "Background print parameters"
    window and click on SAVE.
    9.Click on OK at the information window.
    Monitor the Client copy using transaction SCC3.
    when am going to transaction scc3 in that ->All transport
    requests ->Exports -> in that my source client 300 is there when
    am double clicking it its showing me list of how many times
    client export has been performed in that my date is also there
    when iam double clicking it and going to details tab this is wat
    the error which its giving....
    Log file:
    nccsapprd\sapmnt\trans\log\NCPET00968.NCP
    Preparation for export
    Transport request___: NCPKT00968
    System______________: NCP
    tp path : tp
    Version and Release: 305..15 46D
    Execution of the export pre-processing methods for request
    NCPKT00968
    Start:Sorting and compressing the object list
    End:Sorting and compressing the object list
    Start:Check for existence of inactive objects
    End:Check for existence of inactive objects
    End:Check for existence of inactive objects
    End:Creating project information
    Start:Writing nametab information for key entries
    End:Writing nametab information for key entries
    Start:Version creation of the objects of the request NCPKT00968
    End:Version creation of the objects of the request NCPKT00968
    Start:Adjusting the object directory for the objects of the
    request NCPKT00968
    End:Adapting the object directory for the objects of the request
    NCPKT00968
    Preparation for export
    End date and time : 200708104758
    Ended with return code: ===> 0 <===
    Mainexport
    Transport request___: NCPKT00968
    System______________: NCP
    tp path : tp
    Version and Release: 305..15 46D
    SQL error 1652 accessing GLFUNCA: ORA-01652: unable to extend
    temp segment by 128 in
    SQL error 1652 accessing PPOIX: ORA-01652: unable to extend temp
    segment by 128 in
    Incorrect export. Request is not imported.
    Main export
    End date and time : 20070810152923
    Ended with return code: ===> 12 <===
    This is the error which am getting in the transport log.
    I tried to perform 4 times client copy. the first 2 times i got
    the same error and the next 2 times it ended with return code
    ===> 4 <===.
    Plzz anyone help me out in this issue as i need to perform it
    again and this time i hope with ur help it should be
    successful.
    Waiting for ur replies
    Best regards

    The problem you have is, that your TEMP tablespace is too small on the target system, you need to increase it.
    Check Note 3155 - Termination due to tablespace overflow
    Markus

  • Homogeneous system copy using export/import on WIn/Ora

    Dear experts,
    i need to know the homogeneous system copy procedure using export/import method for following scenario as we are in the process of Data center migration of SAP systemsfrom location to another location.
    Source system:
    ECC6/BI7/APO(ABAP stack)
    OS:WIndows 2003
    D:B:Oracle 10g
    Target System: New hardware installed on Virtual environment(VMware)
    No change of SID
    ECC6/BI//APO
    OS:WINDOWS2008
    D:B: Oracle 11g
    It would be great if anyone can share the documentu2019s/links (Not SAP homogeneous system copy guide) which you have prepared for the homog. system copy using export/import on Windows/oracle  as i have done the system copy using backup/restore for ABAP stack and export/import for Java stack so far.
    Therefore i am not sure about this procedure/prerequisites/checklist needs to prepare as i have gone through the SAP guide but it is not step by step document.
    Cheers

    There are two approacahes for your  project
    1) First wether to use Oracle11g on target database
    2) Continue with Database Oracle 10.2 on traget database
    If you want to use Oracle11.2 on your target database you have to search the installers which are supported for 11.2 database. If the installers are available then only you can install your target database using Oracle11.2.Other wise t use Oracle10.2.0.4 is supported on Win2008r2. You can use this version of Oracle database to build ur target database.It works fine . Absolutely no problem.
    Later on you can upgrade the Oracle10.2 to 11.2 Onwards.
    If installers are avialble you can use Oracle11.2 also. There is absolutely no problem.
    As per my knowledge installers are available and supported with Oracle11.2.Also check the PAM before arriving on any deciscion.

  • System copy using R3load ( Export / Import )

    Hi,
    We are testing System copy using R3load ( Export / Import ) using our production data.
    Environment : 46C / Oracle.
    while executing export, it takes more than 20 hours, for the data to get exported, we want to reduce the export time drastically. hence, we want to achieve it by scrutinizing the input parameters.
    during export, there is a parameter by name splitting the *.STR and *.EXT files for R3load.
    the default input for the above parameter is No, do not split STR and EXT files.
    My question 1 : If we input yes instead of No and split the *.STR and *.EXT files, will the export time get reduced ?
    My Question 2: If the answer is yes to Question 1, will the time reduced will be significant enough ? or how much percentage of time we can expect it to reduce, compare to a No Input.
    Best Regards
    L Raghunahth

    Hi
    The time of the export depends on the size of your database (and the size of your biggest tables) and your hardware capacity.
    My question 1 : If we input yes instead of No and split the *.STR and *.EXT files, will the export time get reduced ?
    In case you have a few very large tables, and you have multiple cpu's and a decent disk storage, then splitting might significantly reduce the export time.
    My Question 2: If the answer is yes to Question 1, will the time reduced will be significant enough ? or how much percentage of time we can expect it to reduce, compare to a No Input.
    As you did not tell us about your database size and hardware details there is no way to give you anything but very basic metrics. Did you specify a parallel degree at all, was your hardware idling for 20 hrs or fully loaded already?
    20 hrs for a 100gb database is very slow. It is reasonable (rather fast in my opinion)  for a 2tb database.
    Best regards, Michael

  • Client copy using SAP_CUST profile

    Hi
    I have a requirement to copy the Production client (customization only) to Dev-100 customization client (Already existing with customization). Since the production system is having the latest customization settings,my func team wants to copy the production system customization to Dev customization client.
    My system config (SAP R/3 4.6C, Oracle 8i, HP UX 11i)
    Requirement: PRD 500 --> DEV 100 (Client copy using SAP_CUST)
    I have planned the activity as below,
    1. Create a backup client in Dev system ... Dev 110 as a copy of Dev100 (Perform a SCCL with SAP_ALL profile of DEV 100)
    2. Export SAP_CUST from PRD 500
    3. Del Dev100 and import 500 to Dev 100
    My doubt is,
    1. Whether it is mandatory to delete Dev client 100 before importing PRD client 500?
    2. If we import the PRD client in to Dev without deleting, will the data consistency be maintained? ( Profile is SAP_CUST)
    3. How long will be the export and import of SAP_CUST will run on an average(Any ways to find the number of tables that get exported when we use SAP_CUST profile?)
    4. Any post import activity to be performed after SAP_CUST import?
    Please share your experience on this regard. Also, please clarify whether my approach to the requirement is correct or not.
    regards,
    Vinodh.

    Hi Vinod,
    1. No need to delete client 100 in Dev system. If you copy SAP_CUST profile from PRD system the Production Only customising data will be over written by existing data in DEV.
    2.Data cpnsistency will  be maintained and you can monitor the entire process using SCC3. Here you can monitor how many table copied and how much % of data copied.
    3. As pawan said Please lock all users in DEV system except your user as apreinstallation activity and start client copy. Once you done with that Unlock all users and SGEN to generate nulily created object and to increase system performance.
    4. The time take for complition will be depend on you data you are coping.
    Before start Client copy follow pre requisites and start.
    Follow below link for clarification of your doubts and for pre requisites
    <a href="http://help.sap.com/saphelp_47x200/helpdata/en/69/c24c0f4ba111d189750000e8322d00/frameset.htm">http://help.sap.com/saphelp_47x200/helpdata/en/69/c24c0f4ba111d189750000e8322d00/frameset.htm</a>
    Regards,
    Suraj

  • System Copy using SAPINST on SRM 5.0 + DB MSSQL 2003 + OS Win 2003 Server

    Hi All,
    Im doing a System Copy using export and import method i.e using SAPINST. Export has been completed and now when im doing the import. it stops at Import Java dump and give me this error in
    Jload.java.log
    Apr 23, 2009 5:29:56 PM com.sap.inst.jload.Jload logStackTrace
    SEVERE: com.sap.dictionary.database.dbs.JddException: CREATE TABLE CAF_RT_MAPRLE failed
    17:29:56 2009-04-23 dbs-Info:  <<< Analyze table CAF_RT_MAPRLE >>>
    17:29:56 2009-04-23 dbs-Info:  predefined action is: >>>null<<<
    17:29:56 2009-04-23 mss-Info:  table CAF_RT_MAPRLE doesn't contain data
    17:29:56 2009-04-23 dbs-Info:  Action: DROP_CREATE
    17:29:56 2009-04-23 ope-Info:  Action: DROP_CREATE not possible
         at com.sap.inst.jload.db.DBTable.create(DBTable.java:109)
         at com.sap.inst.jload.Jload.dbImport(Jload.java:278)
         at com.sap.inst.jload.Jload.executeJob(Jload.java:397)
         at com.sap.inst.jload.Jload.main(Jload.java:621)
         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:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Apr 23, 2009 5:29:56 PM com.sap.inst.jload.db.DBConnection disconnect
    INFO: disconnected
    Has any one seen this error ???
    Regards,
    Ershad Ahmed

    Hi,
    I would refer the concerned System copy guide "[System Copy for SAP Systems Based on NW 7.0 SR2 ABAP+Java|https://websmp108.sap-ag.de/~sapdownload/011000358700006457662006E/SYSCOPY_2004sSR2_ABAPJava.pdf] " along with this [SAP Note 151603 - Copying an SQL Server database|https://service.sap.com/sap/support/notes/151603] for getting all answers.
    All prerequisites / steps are well mentioned in that documents. Please read them carefully.
    Regards,
    Bhavik G. Shroff

  • Generic data extractor using function module

    Hi All,
    I want to create a generic data extractor using a function module within the BW system. i.e. the extractor will run in BW and and store the data in a cube( in BW). No R/3 is invloved. I proceeded as follows:
    1. Created a structure through se11.
    2. Created a function module. But while defining "E_T_DATA" in the "Tables" section of the function module, I am getting the error "TABLES parameters are obsolete". I defined as follows:
    E_T_DATA TYPE ZBW_EXTRACT
    ZBW_EXTRACT is the name of the structure.
    What should i do in this case ?
    Thanks,
    Satya

    Hi,
    I went to se80. Copied the function module "RSAX_BIW_GET_DATA_SIMPLE" to my function group. When i tried to change the associated type from "SFLIGHT" to my own structure, it again gives a warning that "TABLES parameters are obsolete!". It does not allow me to either save, check or activate the function module. What should i do ?
    Please reply urgently.
    Thanks,
    Satya

  • Dblink data copy

    Hi,
    I have 3 instances (instance1, instance2, instance3). DB links exists between instance1 and instance2, instance1 and instance3.
    instance1 <-> instance2
    instance1 <-> instance3
    I want to copy data (some records from a table) from instance2 to instance 3.
    What is the best and optimal way to do this data copy. Can I use some stored procedure in instance1?
    Please suggest.

    I am assuming when you say instance1, instance2 & instance3 they are different database instances. I would like to call it db1 db2 & db3
    If you are referring to multiple instances of same DB (RAC) then all the data is accessible across all instances.
    A simplest way
    - if the number of records are not very high
    - provided table structures are the same across db2 & db3 and
    - you have privileges to write into db3 from db1.
    insert into table@instance3 as select from table@instance2
    Edited by: Sudheendra on Jan 17, 2012 5:16 PM

Maybe you are looking for

  • Incomplete Foreign Trade Data in Billing document....

    Experts, I am using a scenario which is order related billing and the item cat is TAP....while processing(Saving) the billing document I am getting an error nessage saying foreign trade data is incomplete.....I got couple of question regarding this..

  • Where can I get a browser that does not blind me with WHITE pages?

    Where can I get a browser that does not blind me with ghost WHITE pages? it's like being in a hospital -uggg!

  • Mega 180 Radio working under XP Media Center 2005

    Hello, i'm quite fond about Windows XP Media Center 2K5 and would like it to control the Mega 180's radio unit. I would like to know if there are people that have already looked for ways to control the radio. It could be a start to implement some kin

  • SQ01 DIsplay Problem (Can v write abap code ) Sql Query

    Hi Need help in SQL Query I generated one sql query which has the following output in general . Customer   name   description   amount asrq1  sharekhan      Amount payed      10 asrq1  sharekhan     Amount Advance     20 asrq1  sharekhan    Amount du

  • CS6 Master Collection menu fonts break

    This past year when installing the CS6 Master Collection either manually or with an installation job, the fonts for the drop-down menus for AI, Dreamweaver, and Photoshop come up jibberish.  It also affects non Adobe programs as well.  The drop down