Maintaining/Creating the datasource 2lis_03_bf/2lis_03_um

Hi all - in our environment(r/3) someone had already created the datasources 2lis_03_bf/2lis_03_um but I want to create them again.  The process I am following is
1.  "Inactivate" the Update for datasource 2lis_03_bf/2lis_03_um in LBWE
2.  Delete data in set up table (LBWG)
3.  Delete data in delta queue (RSA7)
4.  Maintain the datasource in LBWE by clicking on the Maintainance link.  Select all the required fields.
After selecting the required fields and clicking 'OK', I get a msg saying "Do you really want to confirm the entries" and when I click ok, I am getting the below error message...
<b>"Entries for application 03 still exist in the extraction queue ->"</b>
Please let me know.
thanks,
Sabrina.

Hello Sabrina,
Go to transaction LBWE, click on "Job Control" corresponding to your application area. You will get a pop up window from where you can run the job.
If you are in test phase and don't need the data which is there in LBWQ, you can simply delete that entry from LBWQ and proceed.
SM13 will take you the extraction queue if you are using "Unserialized V3 update". If you are using "Queued delta", then LBWQ is the place to check extraction queue.
Please assign points if you found it helpful.
Regards,
Praveen

Similar Messages

  • How Can i create the Datasource

    Hi All,
    Can anybody guide me how to create the Datasource.
    Thanks in Advance
    regards
    Priyanka

    Hi Priyanka,
    You can Create DataSource for Different Source systems.
    Chech these URLs.
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/01ed2fe3811a77e10000000a422035/content.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/00153831035167e10000000a1553f6/content.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/42/fdccb72aa95277e10000000a1553f7/content.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/93dbdbff0b274ee10000000a422035/content.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/03b1f4dc636e72e10000000a422035/content.htm
    Hope it helps.
    Thanks,
    -Vijay

  • How to find the userid who created the Datasource?

    hi experts,
    How to find out which user has created or generated the Data source based on PLANNING AREA in APO?
    when i replicate the data source it is showing my name, but the issue is i would like to know the Person (USER) who had generated or created the Data source Based on Planning Area?
    Give me ur inputs plz.
    Regards
    venuscm

    Hi Venu ,
    Please find list of tables for datasources :
    1.ROOSOURCE Header Table for SAP BW DataSources (SAP Source System/BW System)
    Check fields TSTPNM ,TSTPDAT ,TSTPTIM
    2.RODELTAM BW Delta Procedure (SAP Source System)
    3.RSOLTPSOURCE Replication Table for DataSources in BW
    *Check fields TSTPNM ,TIMESTMP
    These tables only store information who changed it last .
    Hope this will be helpful.
    Regards,
    Jaya

  • Where should I create the DataSource ?

    I have an application which uses the Tomcat Connection Pooling.
    Its running fine with the following code:
    DataSource dataSource = (DataSource) envCtx.lookup(contextName);
    conn = dataSource.getConnection();
    My First Question: If it really a connection-pooling happening here bcoz I am creating DataSource object for each request ??
    But After reading the DataSource documentation I found that this is a same as DriverManager so It seems I shouldn't do it for each request and I need to create DataSource object once and that object should be used by each request..
    Please clarify me If I am wrong and I can use my existing code.
    Rgds,
    - Amit

    I would do it for each request. i like to use database resources in the narrowest scope possible, preferrably method scope. that way i get a connection, get what i want, and return it to the pool for someone else to use. it's more scalable that way, imo. the connection pool amortizes the cost of creating all those connections.
    %

  • Is there way to create the datasource dynamically?

    My web application uses different database (same schema) according to the user account. I can change the which datasource the sessionbean points to, but instead of defining all the datasources the application is going use, is there a way to define them in the application initialization phase? Thnx.

    Ha! I find out all I need to do is change JDBC url to the one I wanted.

  • IO Error while creating the Datasource in WLS Console

    Hello,
    We are using Jdeveloper 11.1.1.1.7, I am trying to create a Data Source using WLS Console, I am getting below error
      - I tried creating DB connection using SQL developer with same DB Connection info, it works fine.
      - I verified the Port by logging into corresponding UNIX box where weblogic server is running, I did telnet, and able to connect.
    any ideas are appreciate.
    Connection test failed.
    IO Error: The Network Adapter could not establish the connection<br/>oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:489)<br/>oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:678)<br/>oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:234)<br/>oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34)<br/>oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:567)<br/>oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:404)<br/>oracle.jdbc.xa.client.OracleXADataSource.getPooledConnection(OracleXADataSource.java:674)<br/>oracle.jdbc.xa.client.OracleXADataSource.getXAConnection(OracleXADataSource.java:267)<br/>oracle.jdbc.xa.client.OracleXADataSource.getXAConnection(OracleXADataSource.java:134)<br/>weblogic.jdbc.common.internal.DataSourceUtil.testConnection(DataSourceUtil.java:314)<br/>com.bea.console.utils.jdbc.JDBCUtils.testConnection(JDBCUtils.java:734)<br/>com.bea.console.actions.jdbc.datasources.createjdbcdatasource.CreateJDBCDataSource.testConnectionConfiguration(CreateJDBCDataSource.java:474)<br/>sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br/>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)<br/>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br/>java.lang.reflect.Method.invoke(Method.java:606)<br/>org.apache.beehive.netui.pageflow.FlowController.invokeActionMethod(FlowController.java:870)<br/>org.apache.beehive.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:809)<br/>org.apache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:478)<br/>org.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java:306)<br/>..

    The Network Adapter could not establish the connection exception is caused by one or more of the following configuration errors:
    The database host name, port number, or database instance name is wrong.
    The database TNSListener has not been started. The TNSListener may be started with the lsnrctlutility.
    C:>lsnrctl start
    1. What is the connection url?
    2. Is Oracle database running?

  • Extract Structure of the DataSource is invalid

    Hi Experts,
    We are trying to transport a Z datasource from Development to Production. This datasource is special in the snese that it has been created from Association Analysis model in SAP BW Data Mining Workbench. However, when we are transporting this Datasource to Production we are gatting an error saying
    *Post-import method RSA2_DSOURCE_AFTER_IMPORT started for OSOA L, date and time: 20111104162458
    Extract structure /BIC/0CADX000030 is not active
    The extract structure /BIC/0CADX000030 of the DataSource Z_RSDME_AX_DS_0030 is invalid
    Errors occurred during post-handling RSA2_DSOURCE_AFTER_IMPORT for OSOA L*
    Now i understand that it is not possible to transport Extract Structure from one system to another and i have to manually create the Datasource in Production and then retransport my request again. I will generate the Datasource by clicking on the "Maintain Datasource" button present in the Association Analysis model. Now my question is that when i am manually creating the Datasource in Production will it have the same name as that in Development? (ie  Z_RSDME_AX_DS_0030 and also because the system manually assigns a name to these types of DataSources and i wont be able to edit the Technical Name). This is very important since i have transformations from that Datasource to an ODS and hence the name should be in sync in both Dev and Production.
    So, will it have the same name in Production if i try to manually create it?
    This is very urgent and so i am really looking forward to your suggestions.
    Thanks in advance,
    Appu.

    Hi,
    I think this repeated post ,If not check the below link
    Extract Structure of the DataSource is invalid
    Regards,
    Satya

  • Problem in creating the data source in r3.

    hello gurus,
    i have created a view in r3 for transaction table but i am not being able to create the data source for the same.
    i have two fields in my table called amount n currency.
    when i remove those two fields then i am able to create the datasource but with those two field present i am not being able to create the data source.
    p.s- amount field is being reffered to another table in r3.
    please help me.

    Hi Anup,
    In that case u have to inlude table which contain amount field also in ur view. And need to give teh join condition.
    Hope this helps.
    -RajNi.

  • Problem in creating the data source in bw 3.5

    hello gurus,
    i have created a view in r3 for transaction table but i am not being able to create the data source for the same.
    i have two fields in my table called amount n currency.
    when i remove those two fields then i am able to create the datasource but with those two field present i am not being able to create the data source.
    p.s- amount field is being reffered to another table in r3.
    please help me.
    Edited by: anup chaudhari on Apr 17, 2008 2:42 PM

    Hi
    Please consider reference tables also while creating view, otherwise it won't accept when there are amount and currency fields.
    Please have a look at the below url
    https://www.sdn.sap.com/irj/sdn/advancedsearch?query=genericdatasourceusingview&cat=sdn_all
    thanks,
    Teja

  • Getting Error while creating Genric Datasource

    Hi,
    I was try to create genric extracter where i was getting error
    While creating view genric extracter where i am getting error "Entry A ZV_ZFRT  does not exist in DD02L - check your entry".
    My requirement is need to create extracter which is getting populated from three modules like SD,MM,FI/CO.From these three module i am using several tables and some of the tables don't have relation btween these tables as like foreign key and refrence key.
    Which extracter i need to create as given scenario?
    Does view will fullfill with my requirement or any other extracter.
    Please some one can help me in this scenario.
    Answer would be great appreciate.

    Hi,
    Rather than writing a program write a function module. Create a structure and include all the necessary fields in the structure. Then in the function module write the logic to extract the values for those fields. While creating the datasource specify the function module and structure name.
    Refer this link:
    /people/siegfried.szameitat/blog/2005/09/29/generic-extraction-via-function-module
    Hope this helps.
    PB

  • OSR - Oracle Service Registry won't create database datasource

    Current configuration:
    Oracle 10g database
    Oracle Service Registry 10gR3
    Oracle Weblogic application server 10.1.3
    I have tried many ways to install the registry (GUI, command prompt, config file) but my datasouce is not getting created. In the /log/install.log the flag to create the datasource is set to "yes" and the name is also set. I don't see any kind of msg/error in the install.log or in the weblogic log. One other thing the registry deploys just fine during installation so all the information seems to be ok. Since the datasource is not created, i get the following exception which is expected since there's no connection to the database:
    ERROR: account.com.systinet.uddi.account.database.DBAccountApiImpl - DatabaseCoreException: (12021) Cannot obtain new connection.
    ERROR: account.com.systinet.uddi.account.AccountCoreApiImpl - Initialization of accounts has failed in the database. Database is not running.
    ERROR: group.com.systinet.uddi.group.database.DBGroupApiImpl - DatabaseCoreException: (12021) Cannot obtain new connection.
    ERROR: group_core.com.systinet.uddi.group.GroupCoreApiImpl - Initialization of groups has failed in the database. The database is not running.
    The only way to make it work is to create the datasouce manually. In the environment that I'm running the less steps the better.
    So thank you for any ideas/help that you can give me!

    Oracle Service Registry Installation to Weblogic
    1. Run installation
    java -jar oracle-service-regisry-10.3.jar
    2. In the Oracle Service Registry installer proceed through the following screens
    * Installation Type screen: select 'Standalone' or other type of installation
    * Installation Directory screen: enter folder where OSR will be installed i.e:-
    /home/oracle/OSR/osrregistry_10_1_3
    * SMTP Configuration screen: (optional) accept defaults
    * Administrator Account Configuration screen: admin user account details
    * Database Setup screen: create new New Schema / Database or connect to existing schema
    * Database Selection screen: select Oracle or other database you may be using
    * Oracle screen: enter database details and schema information.
    3. Data Source screen: IGNORE this for Weblogic servers. Only affects Oracle Application Servers.
    4. JDBC Driver Selection screen: search and select JDBC driver i.e. JDBC 1.6 for Weblogic:-
    $WEBLOGIC_HOME/wlserver_10.3/server/ext/jdbc/oracle/11g/ojdbc6.jar
    5. Account Provide Selection screen: select 'Database'.
    6. Application Server Selection screen: MUST SELECT 'Oracle Weblogic 9.2 or 10.3'
    7. Deployment to Oracle Weblogic Application Server screen: enter correct Weblogic details such as:-
    * Weblogic HTTP Port: AdminServer port i.e. 7001 or a managed server port i.e. 7003
    * SSL Ports (optional): i.e. 7002
    * Hostname where WLS resides.
    * Application Server Context (name of application).
    8. Also on this screen there is the option "Deploy at the end of the installation" which will either deploy the OSR application to Weblogic after it is installed (selected option) or just deploy a WAR file to the command line and get deployed to Weblogic at a later stage (de-select option).
    9. Deployment Details screen: If selected Deploy at the end of the installation in the above screen, then the following screen will be displayed which allows you to enter details of where to deploy the application in Weblogic. Enter all relevant details:
    * Weblogic home: enter the folder where Weblogic resides (WebLogic server installation directory) i.e.
    $WEBLOGIC_HOME/wls_servber1013
    $WEBLOGIC_HOME/weblogic92
    * Java Home: enter the path of the JDK i.e.
    $WEBLOGIC_HOME/jdk160_05
    * Hostname: host of where to deploy application.
    * Admin Username | Password: admin details for weblogic server.
    10. The summary screen is shown regardless of if deployed to Weblogic or not. Press [Next] to install OSR.
    11. After successfully installing OSR a screen will detail that the installation has been successfully installed and with what tasks that need to be completed.
    Deploy OSR to Weblogic
    1. If in the installer the Deploy at the end of the installation option was not selected, then the OSR application needs to be deployed via the Weblogic console. So log into the Weblogic console, press Deployments and then Install.
    2. Install Application Assistant screen:
    * Enter the path where the OSR deployment WAR file (registry.war) resides. It is found in the following path:
    $OSR_HOME/conf/porting/weblogic/build
    * Select file file registry.war.
    3. Complete the rest of the installation/deployment whilst selecting a target server.
    POST INSTALLATION
    The following MUST be done to be able to log into the Oracle Service Registry consoles.
    1. Edit the following Weblogic file:-
    Linux
    $WEBLOGIC_HOME/user_projects/domains/<domain_name>/bin/startWebLogic.sh
    Windows
    %WEBLOGIC_HOME%/user_projects/domains/<domain_name>/bin/startWebLogic.cmd
    2. Modify the following line
    JAVA_OPTIONS="${SAVE_JAVA_OPTIONS}"
    to
    Linux
    JAVA_OPTIONS="${SAVE_JAVA_OPTIONS} -Djava.security.auth.login.config=$OSR_HOME/conf/jaas.config"
    Windows
    set JAVA_OPTIONS=%SAVE_JAVA_OPTIONS% -Djava.security.auth.login.config=%OSR_HOME%\conf\jaas.config
    OSR Console
    1. Go to the Oracle Service Registry on Weblogic
    Service Registry
    http://<host>:<port>/registry/uddi/web
    Business Service Registy
    http://<host>:<port>/registry/uddi/web
    2. Press Login and enter login credentials and should be able to successfully login.

  • Reference tanble and ref.field issue about the datasource

    Hi all,
    I want to create a generic datasource by a database view in R/3.
    In the database view, there is one quantity filed which  refer to  a structure field not a table filed. Then I can not add the structure field into the database view.
    How can I do? Can I create the datasource by a query?
    many thanks!

    Hi Yang,
       Provide me your personal email id and I can send you step by step screenshots (Steps for creating an infoset).
    Here are the steps:
    1. Goto SQ03
    2. Create a User Group and assign your user id to it.
    3. Goto SQ02
    4. Enter a infoset name
    5. Assign the infoset to the user group you created in step 2.
    6. Now click on Create
    7. Select Radio Option "Direct read of table"
    8.  Specify the table name
    9. Save and generate the infoset.
    10. goto RSO2 and follow the steps for creating the generic datasource.
    11. Specify the Infoset name.
    If you have concerns .. let me know.
    Best regards,
    Kazmi

  • Create a DataSource  clone

    Hi, can I create a clone of a datasource if already I have created a player of this datasource??.
    Thanks!!!

    It's my understanding that the proper order to clone a datasource is...
    Create the datasource
    Make it clonable
    Create your clones
    Use your original datasource
    Use your clones.
    Anything that deviates from that order cannot be described as "possible in theory"...but the "best" approach to test if you can deviate from that would be...
    Create the datasource
    Make it clonable
    Use the original datasource
    Create a clone
    Try to use the clone
    But it absolutely will not work if you're making the DataSource clonable after you've created a player for it. It's questionable if you can clone it after you've started playing it, but it's almost certainly not possible to make it clonable while it's being used.

  • How do I create a session with the datasource set in code not sessions.xml

    I want to create a session where I specify the J2EE datasource name dynamically in code. Normally, I would hard-code a J2EE datasource name in sessions.xml e.g.
    <login>
    <datasource>jdbc/MyApplicationDS</datasource>
    <platform-class>oracle.toplink.platform.database.oracle.Oracle10Platform</platform-class>
    <uses-external-connection-pool>true</uses-external-connection-pool>
    <uses-external-transaction-controller>true</uses-external-transaction-controller>
    </login>
    However, we don't want to use a hard-coded string "jdbc/MyApplicationDS". We want to be able to set this at runtime.
    I found this in the App Developer's Guide:
    Configuring an External Connection Pool in Java
    To configure the use of an external connection pool in Java:
    1. Configure the DataSource on the server.
    2. Configure the Login to specify a DataSource and the use of an external connection pool:
    login.setConnector(
    new JNDIConnector(new InitialContext(), "jdbc/MyApplicationDS"));
    login.setUsesExternalConnectionPooling(true);
    and this:
    Configuring Sessions with the sessions.xml File
    OracleAS TopLink provides two ways to preconfigure your sessions: you can export and compile Java source code from the OracleAS TopLink Mapping Workbench, or use the OracleAS TopLink Sessions Editor to build a session configuration file, the sessions.xml file.
    It seems like I should export and compile Java code that calls login.setConnector(), but I can't find out any information on how to do this. I looked at the MW user guide and I didn't see anything on this.
    I also found this by searching this discussion forum:
    To create a server session completely from code given a project you can use,
    project.getLogin().setConnector(new JNDIConnector(new InitialContext(), "your-datasource-url"));
    project.getLogin().setUserName("");
    project.getLogin().setPassword("");
    Server server = project.createServerSession();
    server.login();
    However, I don't know how to get the project.
    Thanks,
    Vicki

    If you are using a sessions.xml file, you can get your project from your session. Ensure that when you access your session from the SessionManager, that you do not have it login.
    Session session = SessionManager.getManager().getSession("my-session", false);
    session.getProject().setConnector(...);
    session.login();
    If not using a sessions.xml, you can either read your Project from the XMLProjectReader, or instantiate your Project class directly.

  • Error while creating the generic datasource

    Hi gurus,
    i am creating the generic data source by using the table KONP when i am saving the data source at RSO2 it is giving the error like
    Field KBETR with reference field KONWA: reference table RV13A is replaced by ZOXTRD0145.
    Then giving the error
    invalid extract structure template KONP of datasource.
    can anyone help me on this issue,
    Thanks and regards,
    Suresh.

    Hi Gurus,
    actually the table KONP is reffering some fields from RV13A like below
    MXWRT     MXWRT     CURR     RV13A     KONWA
    GKWRT     GKWRT     CURR     RV13A     KONWA
    PKWRT     PKWRT     CURR     T001     WAERS
    FKWRT     FKWRT     CURR     T001     WAERS
    RSWRT     RSWRT     CURR     T001     WAERS
    KWAEH     KWAEH     CUKY                                                                     
    UKBAS     UKBAS     CURR     RV13A     AWEI1
    KBRUE     KBRUE     CURR     RV13A     BKONW
    the issue is here RV13A is an structure not the table, so no key fields are present,
    so how i can made the view for these
    points will be assign to correct answer
    Thanks & Regards
    Suresh

Maybe you are looking for

  • Pages '08 will not open .doc documents after upgrading to Mavericks

    Since updating to Mavericks Pages '08 will not open .doc documents even when created with Pages.

  • PO down payment is not picking FI substitution rule.

    Hi All, We have an issue with PO down payment and clearing. We have a substitution rule on line item level as per company code were default profit center is set. But while doing ME2DP, profit center is picking from PO account assignment and overridin

  • The padlock under 'Directory Utility' isn't functioning

    Hello everyone. I am the only one who will use my MacBook (running 10.6.2), and my account is 'admin'. If I need to enable the root user, I know I should go to: (1) System Preferences (2) Accounts (3) Login Options (4) Network Account Server: Join...

  • Photoshop elements 7 patch

    I have Photoshop Elements 7.  Haven't used it in a while until today.  When I started it up, it said I needed to apply a patch, which I did and got a message that it was successfully installed.  But now the program won't launch.  I can uninstall it a

  • Sync my imac to my MacBook Pro 17"

    i would like advice on the software solution to handle synchronization of my hard disk documents including files , documents , contacts calendar and emails, online between my imac and my MacBook Pro 17"