Unable to init 2lis_13_vdkon: ODS -0SD_O06

HI ALL,
Some one delete my inti reqest from PSA, now again iam going to init the datasoruce 2lis_13_vdkon to the data targate 0sd_o06, i am unable to init the request. the message is
REQU_DZ0WL1FTY70FU2NUS5LNPHVV before running init again with same selection,
i am check my reqest at sm37 their is also i am not found the reqest.
what is the neccessary step i am taking to init the datasoruce 2lis_13_vdkon
thanks in advance
Regards
sangram

Hi All,
i search at scheduler inbackground processings sufi/prifix there no request i am found the box is blank.
THEN I AM GOING TO START AGAIN INIT THE MESSAGE IS
Delete init. request
REQU_DZ0WL1FTY70FU2NUS5LNPHVVU before running
init. again with same selection
I AM Unable to again init for 2lis_13_vdkon
Regards
sangram

Similar Messages

  • Quantity getting added up in query result from ODS 0SD_O06

    Dear Friends,
    I have loaded 2LIS_13_VDKON in ODS 0SD_O06. Now, the ODS has lets say 4 rows for one invoice and against in each row there is a corresponding invoice quantity (0INV_QTY). Lets say the value in this field 0INV_QTY is 1 for a particular invoice.
    so it will look like this:
    Invoice || 0INV_QTY ....etc many other coloumns
    12345 ||  1
    12345 ||  1
    12345 ||  1
    12345 ||  1
    When I run the query, the result would be one row for this invoice 12345. The quantity is coming up as 4 instead of 1 as it is getting aggregated.
    What to do, so it would come as 1?
    I tried exception aggregation - on 0INV_QTY, aggregating on BILL_NUM i.e. invoice # but same result.
    Please suggest.
    Thanks.

    hello,
    i am drilling down into it..
    if the data is that way what should be result as per your logic
    12345 || 1
    12345 || 1
    12345 || 3
    12345 || 2
    waitng for your feedback..
    regards
    nitin bhatia

  • Problem in activation of ODS 0SD_O06 due to Archiving request.

    Hi Experts,
    I am having a problem in activating ODS 0SD_O06, it is giving below error message
    1. 550 of 1.476.126 data records are in a locked area
    2. 550 data records locked by archiving request 1.048.978
    3. Error when checking data to be activated against archiving objects.
    We have archived the ODS content based on Billing Date, Archiving Request 1.048.978 is for the Bill Date 01.01.2004 to 31.12.2004.
    I checked in the new data table of ODS with the Bill Date 01.01.2004 to 31.12.2004, I got 550 Records.
    It means the records which is already archived for Bill Date 01.01.2004 to 31.12.2004, got changed and again came into the request.
    I am not able to find the solution for this, please help me in this, your help will be highly appreciated.
    Thanks and Regards,
    Ajay Kumar
    9350006555

    hi,
    If the data has been archieved then there is no tool to get the archieve data back in BW. So I suggest to investigate further.
    Thanks

  • Unable to find the ODS object while creating Multiprovider, Help

    Hello Experts,
    Iam facing problems while creating the MULTIPROVIDER.
    I am unable to find the ODS in the list during initial selection of creation of Multiprovider. There are some ODS's which appear, while others don't.
    Is there any selection on ODS that is preventing it from appearing in the list of ODS's.
    Please help....Very Urgent

    In ODS-change screen tick checkbox for 'BEx reporting' that appears under 'settings'.
    then save and activate ODS..
    after this the ODS will appear in the list while creating multiprovider.
    cheers,
    Vishvesh
    Message was edited by: Vishvesh

  • Unable to init TestServlet. Could not find driver.

    Hi I am testing a small servlet to get data of oracle database. However, it gives me an error in compilation with the init section. The details is as follows:
    The part of code where the problem is as follows:
    public void init(ServletConfig conf) throws ServletException {
    super.init(conf);
    Class.forName("oracle.jdbc.driver.OracleDriver");
              conn = DriverManager.getConnection(
              "jdbc:oracle:thin:@myserver:1521:cooler",
         "scott", "tiger");
    java142: not a statement
    Unable to init TestServlet. Could not find driver.
    I would appreciate any help/suggestion. Thanks in advance. Regards.

    I think the problem is not with Driver.
    U have to embed the code in either Service, doGet or doPost like method. U have directly written the code in servlet class if the code snippet is same as shown in Ques.
    Sunil

  • Init from ODS to Cube

    Hi,
    When I do an Init from ODS to cube. It extracts from Active data table
    Example /BIC/AZSD_O52P00, say it has 3.5 million records.
    My question can the number of records extracted (not transferred records) can exceed the number of entries than that of /BIC/AZSD_O52P00?
    Thanks in advance.
    Regards
    Ajay

    Hi Ajay,
    It can if you split the records in the update rules between the ODS and the Cube using return tables.
    Bye
    Dinesh

  • Unable to activate DSO ( ODS ) in BI 7.0

    Hi All,
    I am not able to activate the DSO ( ODS ) in BI 7.0 and following are the error messages.
    1.Resource error. No batch process available. Process terminated
    2.Time limit exceeded. No return of the split processes
    3.Activation of M records from DataStore object 0FIGL_O10 terminated
    I have also gone through couple of threads on the same ODS, I did set both the 'Activate in Parallel' and 'Get SIDS in parallel' to Dialogue (not background) and select the only available server group i.e. "parallel_generators' . Still I am not able to activate .
    Can somebody help me out ?
    Regards,
    Jeevan

    Hi,
    I have noticed an inconsistency between the settings in the customising and these listed in the datastore itself.
    Execute transaction RSODSO_SETTINGS and enter your DS there. Press "execute action" on the "Change runtime parameters" option.
    Check the parameters for activation and change these to dialog, do the same for Sid generation params.
    (Even is these are already set in your DS, I found these still remain on background in RSODSO_SETTINGS).
    Try again aferwards.
    How many background processes do you actually have available ?
    Bear in mind that when you use 3 parallel procs for activation and 3 for Sid generation, you need 3*3 procs !!
    Best regards,
    Olav
    Regards,
    San!

  • Unable to init TinyMCE in Adobe Air 1.0.1

    Hi guys, was wondering how to init TinyMCE in Adobe Air 1.0.1
    basically i've coded a sample of TinyMCE 3.06 in a html file.
    is a fully client script running perfectly in IE and firefox
    however, after i compile under adobe runtime adl, it fails to init
    at all.
    any ideas how to work around? i've tried the bee sample it i
    think is written in the older runtime, couldnt get it to work even
    if i redo the application.xml...
    Sample of
    Source file

    Hi,
    Bee sample uses an older version of the TinyMCE editor (I
    think it's 2.1.2) but the sample is running on the latest AIR
    runtime (1.0.1) - here is the link to it:
    http://www.adobe.com/devnet/air/ajax/samples.html
    However, due to security restrictions in the root content (in
    what we call the application sandbox) TinyMCE can run in non
    application sandbox but still be used from the root content. That's
    how it was implemented in Bee and it basically should also work
    with the latest version you have (3.06).
    Please check it out and I'll try to help you if you run into
    issues.
    Best regards,
    Dragos

  • 2LIS_03_BX Unable to go into ODS

    Has anyone experienced the following problem and how have you handled it?
    On my current project we are setting up the standard Material Stocks/Movements cube (0IC_C03).  We want to make a slight modification to configuration though.  We want each of the 3 standard extracts to feed an ODS which will feed the cube (so we would have 3 ODS's).
    We can correctly create all 3 ODS's but when we attempt to create the update rules from infosource 2LIS_03_BX to its corresponding ODS, BW will not show us any of the key figures.  These key figures are on both the infosource AND the ODS, but we cannot map the update rules (and when we run a load no key figures come across).  This only happens with this infosource (2LIS_03_BF and 2LIS_03_UM are fine).
    Any ideas?

    Here you can try the extractor 2LIS_40_S278:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/d0/ab878006e211d4af16080009d2232d/frameset.htm
    but, if you note, It is before of BW 3.1 version....
    >= 3.1 you can use the Infosource you have installed
    http://help.sap.com/saphelp_nw2004s/helpdata/en/41/3d773d75316411e10000000a114b54/frameset.htm
    It's possible that you did not install it completely (i.e. report RMCBINIT_BW)
    Bye!
    Claudio
    How to give points: Mark your thread as a question while creating it. In the answers you get, you can assign the points by clicking on the stars to the left

  • Unable to init swing components because of LOOP... ???

    Hi all,
    I'm writing a simple client/server Instant Messenger with Java.
    There is a problem with login - I cant init all swing components because of LOOP in class.
    Structure of Logging:
    (1) fill server name, connection port, user nick
    (2) create messaging window, destroys login window
    Structure of Client
    (1) init components
    (2) creates Socket with server
    (3) checks if socket created
    (3.1) if not - goes to (2)
    (3.2) if yes - goes to (4)
    (4) recieves message from server about esteblished connection.
    If there is any suggestions...
    Thnks in adv.
    Kiril
    (Simplified structure of classes. Full are here http://fmf.vtu.lt/~knugmanov/Elliptic%20curve%20cryptography%20instant%20messenger/main_package/ )
    public class Login extends Frame
      private static void init_components()
          connect_button_login.addActionListener(new ActionListener(){
             public void actionPerformed(ActionEvent event)
                 main_frame_login.dispose();
                 // init new Client class
                 new Client(server_name_field.getText(), Integer.parseInt(server_port_field.getText()), user_nick_field.getText());
       public static void main(String[] args)
           init_components();
    public class Client extends Frame
       Client(String server_name, int sever_p, String nick)
           user_nick = nick;
           server_ip = server_name;
           server_port = sever_p;
           //init SWING components
           init_components();
           // create Socket with server
           start_client();
           //LOOP
           start_thread();
       public void start_thread()
           while (true)
               // stop thread for 0.1 s
               try
                   Thread.sleep(100);
                }catch(Exception e){
                   continue;
               // change window title
               main_frame.setTitle("Client "+get_time());   
               // if there is connection with server - get the message from it
               // if no - try to connect one more time
               if (connected == true)
                   get_message();
                }else{
                   start_client();
    }

    Look at the API for Thread.
    Create a class that extends Thread, write the constructor with a parameter that
    uses main_frame and assign it to an attribute of this class. Write the run()
    method with a while loop which checks a boolean attribute of this class and
    which calls main_frame.setTitle() method and then call sleep. Write a method
    exit() that sets the boolean attribute of this class to false so that your loop will
    stop.
    Somewhere instantiate this class and call it's start() method. Call the exit ()
    method when you want it to stop.
    That's the way I would do it.

  • Unable to see ODS Object in BEx.

    Hi all,
    I am unable to see an ODS object in BEx, which is an active ODS Object with data in modelling.
    Can any one show me a way out, how to find this ODS object in BEx as well.
    Thanks in advance,
    Regards.

    Hi Robert Zovic
    Thanks for your answer,
    When I switced on th same..following is the eror message:
    The BEx Reporting was switched on for ODS object 0RPM_DS02 ---> long text
    Message no. RSDODSO157
    System response
    When activating ODS object 0RPM_DS02 SIDs have to be got for all characteristic values in the ODS tables, provided that these characteristic values are not already assigned any SIDs. This is required because the SIDs are used in BEx Reporting.
    The activation of ODS object 0RPM_DS02 can thus take a while longer.
    Procedure
    If the activation of ODS object 0RPM_DS02 terminates due to timeout you have to activate the ODS object with the program RSDG_ODSO_ACTIVATE in the background.
    I'm working on this, is there any other way out for the
    same.
    Thanks.
    Regards.

  • Unable to delete the request from ODS

    Hi All,
    I have loaded a request to ODS from flat file and the load got success, the request is activated and is available for reporting. Now the problem is i want to delete the request, but the  request is not deleting.
    I tried to delete the request by going in to the cube manage and changed the QM status and the technical status to red and delete, but it is not deleted.
    Thanks in advance for your reply

    Hi Prem,
    If the ods has datamart status & has been used to load data to a cube, then u cant delete the ods request. In this case, first, change the QM status of the request in the cube to red (delete) & then it wud be possible to go with the deletion of ods request.
    Also check this thread as well
    Request unable to delete from ODS.
    Regards,
    R.Ravi

  • ODS optioin- Is it going to be full upload or init delta?

    Hi frnds,
               I got a query where the scenerio goes like this,
    Data loading from ods to infocube. Let us suppose in ods settings, i have selected the option Update data targets from ODS object automatically. Then my question is whether it will be a init delta or full upload.....please explain the scenerio.
    thanks in advance
    regards,
    dubbu.

    Hi Vinit,
    This will be dependent to the load in ODS,
    if the load is init in ods the further upload will be init.
    If the load to ods is delta the further upload will be delta
    Reward if useful
    Manish

  • Not able to get profit center in ODS

    Hi ,
    For a materila number we are not able to get profit center in Billing ODS.
    In PSA we have profit center for that material.
    Transfer rules: profit center mapped to 0PROFIT_CTR field.
    Update rules: 0profit center mapped to source fields profit cneter .
    Data source : 2LIS_13_VDITM.
    But profit center we are unable to get into ods. No routine contains restrictions for profit center. How can we geet the profit center.

    Take a look at your ODS key,  Grab a few records from your ODS that are incorrect and look them up in the PSA.   My guess is that Profit Center is not part of the key and you are getting two records for your key .... the last one doesn't have Profit Center filled.
    If you really want profit Center, you can make it part of the key, but since I am unsure of your data, key or scenario, it is hard to say what exactly the best solution would be.
    Brian

  • Deltas on ODS and Infocube

    Hi All,
    i need information on how to do deltas on ods. i did two  full uploads for ods  0fiar_o03 and then infocube. i need to do delta for this ods and cube. Please give me the steps to do delta for ods and infocube.
    regards
    raja

    How are you doing the full load to ODS 0FIAR_O03. Are you giving any selection criteria.
    In order start pulling Delta to the ODS you need to do a Full repair request or else you need to delete the full load requests from ODS and reload using Initialization.
    Anways you are loading full load request in to the ODS, so it would be better to load Init Load next time and then start picking up deltas.
    Delta to the Infocube is easily possible, by selecting Init in ODS after deleting all the data from the infocube. After that only the delta records from change log will be taken to the Cube from the ODS.
    The delta to the cube can be performed irrespective of whether you performa Full load or Delta load in to the ODS.
    Hope it helps!!!

Maybe you are looking for

  • How can I manually set the Camera Roll to start at an arbitrary image number, i.e., IMG_0553.JPG?

    I have an iPhone 4s, currently with iOS 5.1. I use it with my desktop computer which runs Windows Vista (and has the latest iTunes installed 10.6), and my laptop, which has Windows 7 and the latest iTunes. I use iCloud and Photo Stream primarily with

  • PC crashes when itunes is installed and I connect my iphone

    I am running Windows XP Home and just reformatted my hard drive in an effort to figure out why my pc would crash every time I hooked up my iphone 4S via USB. The pc screen would go black immediately and then the pc would reboot. I have service pack 3

  • Works on dev, but not production server

    I am building a site using LCCS which works on my laptop, which runs ColdFusion 9 and Apache. But it does not work on my production server, which is ColdFusion 8 and IIS. I have made the various configuration changes and I can successfully create a r

  • How do I configure TC and Apple TV?

    Hi, I just installed my Time Capsule and managed to make it work as a router, using my previous network and only by WiFi connection (it is not hooked up by ethernet). Now, TM wont find my TC... I have rebooted my Mac several times to no use. Also I h

  • Photoshop crashes when importing video frames to layers

    Every time I try to import video frames to layers on photoshop, I get as far as the "select range to import" screen, and then when I select the range and click ok, it says "Adobe Photoshop has stopped working. A problem caused the program to stop wor