Clustering on one server

Hallo,
          we have one server with Windows 2003 server Enterprise edition, 10GB of RAM.
          There is Bea Weblogic Express 8.1 SP5.
          My idea is: On this server will be run 5 services in cluster. Because one service can use about 1 GB of memory...
          How can I configure this one (if it si possible of course)?
          I'm not Bea expert :-)

Hi Oscar,
Please find the answers below.
Question 1.- Always On "HAS" to be configured on a WSFC node? How about in a Single SQL Server. (NO Clustering)?.
                - Yes . Each replica must be on a different node of a WSFC cluster. Without WSFC Cluster you cannot create always on as it relies on the failover capabilities of the
cluster.
Question 2.- What about our mirroring processes configured and running in single servers, do we have to have WSFC installed before we can upgrade them to Always On?.
                 - You cannot really upgrade a Database mirroring configuration to Always on , both are different and works differently. Again for Always on each participating
replica must be on a WSFC cluster
Question 3.- In a case I have WSFC, and configure Always On, can my second or third replica reside in a single SQL Server? (No WSFC). What if I can not have Clustering in a DR Data Center? or I do have only VM's on the DR Center?
               - NO all replicas have to be in single nodes of WSFC cluster.
Note: SQL Server doesnt have to be clustered.
Consider the following scenario. YOu need to create Always on with a 3 node topology ie 1 Primary, I secondary and 1 readonly secondary.
YOu need to have all these three nodes a part of Windows Server Failover Cluster. The clustering needs to be done only in the windows level. YOu can install standalone SQL Servers on all these 3 nodes and then condigure them as replica's in ALways on.
Read these links to clear your questions -
http://technet.microsoft.com/en-gb/sqlserver/gg490638.aspx
http://technet.microsoft.com/en-us/library/hh510230(v=SQL.110).aspx
http://technet.microsoft.com/en-us/library/ff878487(v=sql.110).aspx#ServerInstance
Note: When I said Always ON I was reffering to Availability Groups.
Regards, Ashwin Menon My Blog - http:\\sqllearnings.com

Similar Messages

  • Server Requirements - Always On in a single server? - Needs clustering even one server on another Data Center?

    Hello:
    I have been asking this questions to different forums and got different responses, so I wanted to know if asking to "Microsoft" will give me some good directions. (All in SQL Server 2012, including the OS)
    Question 1.- Always On "HAS" to be configured on a WSFC node? How about in a Single SQL Server. (NO Clustering)?.
    Question 2.- What about our mirroring processes configured and running in single servers, do we have to have WSFC installed before we can upgrade them to Always On?.
    Question 3.- In a case I have WSFC, and configure Always On, can my second or third replica reside in a single SQL Server? (No WSFC). What if I can not have Clustering in a DR Data Center? or I do have only VM's on the DR Center?
    Any help will be greatly appreciated.
    Thanks
    Oscar Campanini

    Hi Oscar,
    Please find the answers below.
    Question 1.- Always On "HAS" to be configured on a WSFC node? How about in a Single SQL Server. (NO Clustering)?.
                    - Yes . Each replica must be on a different node of a WSFC cluster. Without WSFC Cluster you cannot create always on as it relies on the failover capabilities of the
    cluster.
    Question 2.- What about our mirroring processes configured and running in single servers, do we have to have WSFC installed before we can upgrade them to Always On?.
                     - You cannot really upgrade a Database mirroring configuration to Always on , both are different and works differently. Again for Always on each participating
    replica must be on a WSFC cluster
    Question 3.- In a case I have WSFC, and configure Always On, can my second or third replica reside in a single SQL Server? (No WSFC). What if I can not have Clustering in a DR Data Center? or I do have only VM's on the DR Center?
                   - NO all replicas have to be in single nodes of WSFC cluster.
    Note: SQL Server doesnt have to be clustered.
    Consider the following scenario. YOu need to create Always on with a 3 node topology ie 1 Primary, I secondary and 1 readonly secondary.
    YOu need to have all these three nodes a part of Windows Server Failover Cluster. The clustering needs to be done only in the windows level. YOu can install standalone SQL Servers on all these 3 nodes and then condigure them as replica's in ALways on.
    Read these links to clear your questions -
    http://technet.microsoft.com/en-gb/sqlserver/gg490638.aspx
    http://technet.microsoft.com/en-us/library/hh510230(v=SQL.110).aspx
    http://technet.microsoft.com/en-us/library/ff878487(v=sql.110).aspx#ServerInstance
    Note: When I said Always ON I was reffering to Availability Groups.
    Regards, Ashwin Menon My Blog - http:\\sqllearnings.com

  • TRANSFER OF PAYROLL CLUSTER FROM ONE SERVER TO ANOTHER

    Dear All,
    We want to trasnfer payroll clusters from one server to another for selected employee only.
    Please tell me the process / program name etc
    Thanks in advance
    Sanjay Mathane

    Hi,
    You can try following:
    1. Download all wage types from sending system (report H99CWTR0).
    2. Upoland wage type and other relevant (e.g. periods) in tables T558B/C (there can be standard program for your country, e.g. HINUULK0 for India).
    3. Run payroll with schema INLK (this one for India too) to insert wage types into custer.
    Cheers!

  • Error in Accessing Clustered Essbase Application from one server to another

    We had installed the Foundation services, Essbase and Planning of version 11.1.2.1 on one server and Foundation services and Essbase on another server. Then we created a clustered Application on the first server and configured the second server with the first server's Essbase Cluster. But when we try to connect with the application created within the cluster it throws the following error:
    Error: 1042032: Network Error: Unable to detect ESSBASE server listening on IPv4 or IPv6 network protocols on hostname - [EssbaseCluster-1]

    What Robert is saying is that you need to map your production server in order to see it.
    In your Dev EAS console,
    right-click on Essbase Servers
    select Add Essbase Server
    enter in the connection information
    press OK.
    Please be sure to mark the correct and/or any helpful answers.

  • SQL Server 2012 - 3 SQL clustered instances - one default/ two named instances - how assign/should assign static ports for named instances

    We have two physical servers hosting 3 SQL 2012 clustered instances, one default instance and two named instances.
    The default instance is using port 1433 and the two named instances are using dynamic port assignment.
    There is discussion about assigning static port numbers to the two named clustered SQL instances.
    What is considered best-practice?  For clustered named instances to have dynamic or static ports?
    Are there any pitfalls to assigning a static port to a named instance that is a cluster?
    Any help is greatly appreciated

    Hi RobinMCBC,
    In SQL server the default instance has a listener which listens on the fixed port which is TCP port 1433. And for the named instance the port on which the SQL server listens is random and is dynamically selected when the named instance of the SQL server
    starts.
    For Standalone instance of the SQL server we can change the dynamic port of the named instance to the static port by using SQL server configuration manager as other post, however, in case of the cluster, when we change the port no. of the named instance
    to the static port using the method described above, the port no. again changes back to the dynamic port after you restart the services. I recommend you changing the Dynamic port of the SQL Server to static port 
    on all the nodes , disabling and enabling the checkpointing to the quorum.
    For more information, you can review the following article about how to change the dynamic port of the SQL Server named instance to an static port in a SQL Server 2005 cluster.
    http://blogs.msdn.com/b/sqlserverfaq/archive/2008/06/02/how-to-change-the-dynamic-port-of-the-sql-server-named-instance-to-an-static-port-in-a-sql-server-2005-cluster.aspx
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • One server works fine - the other (on a cluster) produces

    Dear community memebers,
    Can you help? I manage two sun web servers that are set up identically with the exception that one is on a clustered Solaris system.
    I used the standard Sun Web Server interface set up JDBC Data Resources for my databases to do connection pooling. My web application runs simple queries using the class attached below.
    On one web server, the one not running on the cluster, I never have issues with the data sources.
    On the other web server, the one running on the Solaris cluster, I often get the following error:
    java.sql.SQLException: RSR0009: Resource not available for pool [MyDBResource].  Wait-time expired.This error comes up irregularly after several days where there are no problems. The particular database involved is a MySQL database. The web server version is the newest one available.
    Can you suggest what I might be doing incorrectly?
    Here is the class with which I access the data source. You'll see that I close all connections.
         * Takes care of Select statements.
         * Must have set both dbName as well as the sql String.
         * Will return a vector.
         * @return Vector of Hashes containing the Results of the query
         * @exception SQLException
         * @exception Exception
        public Vector getSelect(){
            checkData(); // this just checks if we received sql and a database dbName
            InitialContext initContext = null;
            Vector returnValue = new Vector();
            ResultSet result = null;
            ResultSetMetaData rsmd = null;
            try{
                // Get connection from configured pool
                initContext = new InitialContext();
                source = (DataSource) initContext.lookup("java:comp/env/jdbc/" + dbName);
                conn = source.getConnection();
                if(conn != null){
                    stmt = conn.createStatement();
                    result = stmt.executeQuery(sql);
                    rsmd = result.getMetaData();
                    while(result.next()){
                        Hashtable hash = new Hashtable();
                        for(int i = 1; i <= rsmd.getColumnCount(); i++){
                            if(result.getString(i) != null){
                                hash.put(rsmd.getColumnName(i),result.getString(i));
                            }else{
                                hash.put(rsmd.getColumnName(i),"");
                        returnValue.addElement(hash);
            }catch (Exception e){
                // pg is a class which gets values from a properties file.
                setErrors(e.toString());
                Email.sendMail(pg.getValue("adminEmail"),"SCCWeb Error: [ConnectAndQuery.getSelect] Exception","getSelect Exception: " + e.toString() + "\nWith: " + sql,"SccwebBackend");
            }finally{
                try{
                    result.close();
                    stmt.close();
                    conn.close();
                    initContext.close();
                }catch(Exception e){
                    setErrors(e.toString());
                    //Email.sendMail(pg.getValue("adminEmail"),"SCCWeb Error: [ConnectAndQuery.getSelect] Exception","Close() Result/Stmt\ndb: "+dbName+"\nSQL: "+sql+"\nPlease investigate\nException: " + e.toString(),"SccwebBackend");
            return returnValue;
        }   Thank you,
    dailysun

    Did you ever solve this issue? We are running an applications on 4 Sun web servers. Every now and then, we get the following error on one or two of the servers.
    java.sql.SQLException: RSR0009: Resource not available for pool [jdbc/homeDB]. Wait-time expired
    It has been happening a couple times a week where the connection pool on a server becomes unusable and a restart is needed. We just keep getting the error message (wait time expired) over and over again (we have a health check jsp that makes a database call that gets executed every minute or so) It usually happens in the middle of the night and it usually only affects one server, but every now and then it will occur on two around the same time. It has happened at least once on each server. There is nothing unusual from the database side except that a bunch of connections seem to get dropped around the time we see the initial error message. We are using SPRING (JdbcTemplate) to handle the connections and query, so we do not have any custom code to close connections/results/statements. The application only queries the database and does not do any inserts/updates/deletes. We also get the following error message prior to the "Resource not available for pool" error messages.
    uncategorized SQLException for SQL [SELECT due_date_max_item FROM epubdb.epubadmin.glob_page_vars]; SQL state [JZ006]; error code [0]; JZ006: Caught IOException: com.sybase.jdbc3.jdbc.SybConnectionDeadException: JZ0C0: Connection is already closed.; nested exception is java.sql.SQLException: JZ006: Caught IOException: com.sybase.jdbc3.jdbc.SybConnectionDeadException: JZ0C0: Connection is already closed.
    Below is the jdbc-resources from server.xml
    <jdbc-resource>
    <jndi-name>jdbc/homeDB</jndi-name>
    <datasource-class>com.sybase.jdbc3.jdbc.SybDataSource</datasource-class>
    <min-connections>2</min-connections>
    <max-connections>10</max-connections>
    <connection-validation>auto-commit</connection-validation>
    <fail-all-connections>true</fail-all-connections>
    <property>
    <name>PortNumber</name>
    <value>5000</value>
    </property>
    <property>
    <name>DatabaseName</name>
    <value>wwwdb</value>
    </property>
    <property>
    <name>User</name>
    <value></value>
    </property>
    <property>
    <name>ServerName</name>
    <value></value>
    <description/>
    </property>
    <property>
    <name>Password</name>
    <value></value>
    <description/>
    </property>
    </jdbc-resource>
    Edited by: boesch on Oct 10, 2008 10:28 AM
    Edited by: boesch on Oct 10, 2008 10:42 AM

  • Cluster servlet only sees one server

              I'm using WLS6.1 SP2 running on Solaris. I'm using the new version of the HttpClusterServlet
              (weblogic.servlet.proxy.HttpClusterServlet) to proxy to 6 managed servers running
              on two physical servers. It's just proxying web requests, not EJBs or anything
              like that, and we're not using session state or SSL.
              The problem is that the cluster servlet only sends requests to one server at a
              time - no round-robin is going on. It seems to just latch onto the first server
              it can find. So if I bring down all the managed servers, the first one that comes
              back up gets all the requests forever.
              The only parameters to the HttpClusterServlet are DebugConfigInfo = On and the
              WebLogicCluster property which is set to:
              server1:9221:9222|server1:9231:9232|server1:9241:9242|server2:9221:9222|server2:9231:9232|server2:9241:9242
              I've also checked the online debug info, using http://server1:proxyport/dummy.jsp?__WebLogicBridgeConfig.
              This shows only one server under the General Server List. However it does change
              if I take down the server listed there.
              Any help would be greatly appreciated,
              BKR
              

    Hi Brian,
              One thing I notice is that the servers listed in your WebLogicCluster
              property show some instances listening on different ports. Pre-7.0,
              clustered instances must be listening on different IPs, but the same port
              number. For example,
              server1 - listen address 192.168.1.100 - listening on port 8001
              server2 - listen address 192.168.1.101 - listening on port 8001
              server3 - listen address 192.168.1.102 - listening on port 8001
              ..etc...
              So you are either trying to proxy to three different clusters, in which
              case, your HttpClusterServlet configuration is incorrect, or you just have
              your cluster configured in correctly (if you intend for all six servers to
              be a part of one cluster).
              Hope this helps.
              Jane
              BEA Support
              "Brian Reischl" <[email protected]> wrote in message
              news:[email protected]...
              >
              > I'm using WLS6.1 SP2 running on Solaris. I'm using the new version of the
              HttpClusterServlet
              > (weblogic.servlet.proxy.HttpClusterServlet) to proxy to 6 managed servers
              running
              > on two physical servers. It's just proxying web requests, not EJBs or
              anything
              > like that, and we're not using session state or SSL.
              >
              > The problem is that the cluster servlet only sends requests to one server
              at a
              > time - no round-robin is going on. It seems to just latch onto the first
              server
              > it can find. So if I bring down all the managed servers, the first one
              that comes
              > back up gets all the requests forever.
              >
              > The only parameters to the HttpClusterServlet are DebugConfigInfo = On and
              the
              > WebLogicCluster property which is set to:
              >
              server1:9221:9222|server1:9231:9232|server1:9241:9242|server2:9221:9222|serv
              er2:9231:9232|server2:9241:9242
              >
              >
              > I've also checked the online debug info, using
              http://server1:proxyport/dummy.jsp?__WebLogicBridgeConfig.
              > This shows only one server under the General Server List. However it does
              change
              > if I take down the server listed there.
              >
              >
              > Any help would be greatly appreciated,
              > BKR
              

  • RE: How to have multiple application running under one server

              I have one server
              I have many application
              Question: Is it possible for me to have a weblogic properties file under each
              of this application.
              

    If your question is whether you can run multiple instances of WebLogic
              (or multiple applications) on one server, the answer is yes. The only
              problem is, you must have a unique port for each of the servers to run
              on. I.e., they can not all run under port 80 which has obvious
              internet/network implications.
              This also means you have multiple weblogic.properties files etc. for
              each instance.
              We do this with WL5.1 on a Linux 2.4 kernel in developement to allow
              multiple developers run their own instance on one box.
              Dano
              Mettu Kumar <[email protected]> wrote in message news:<[email protected]>...
              > No if you are running single instance of wls.
              >
              > Kumar.
              >
              > Sonny wrote:
              >
              > > I have one server
              > > I have many application
              > > Question: Is it possible for me to have a weblogic properties file under each
              > > of this application.
              

  • How can I move the ODI Work Repository from one server to another server?

    How can I move the ODI Work Repository from one server to another server?

    Hi,
    If you would like to move your source models, target models and project contents from Work repository 1 to another work repository.
    I.e. Dev. server to Prod Server.
    1. Firstly, replicate the master repository connections i.e. with same naming conventions manually
    2. Go to Dev. Server work repository -> File Tab -> Click on Export work repository (save it in a folder)
    3. After exporting, you can view the xml files in the folders.
    4. Now, Open the Prod. server and make sure you already replicated mas. rep. details.
    5. Now, right click on model and import source model in synonym mode insert_update (select source model from the folder where your xml file located)
    6. Similarily, import again target then Project.
    Now, check. It should work.
    Thank you.

  • I would like to have 2 seperate sites on one server

    Hi to all,
    I am a graphic designer who sometimes uses iweb to create very simple sites, which have worked in the past.
    I have a friend who is opening a restaurant and I want to help out by creating a web site for her in iweb.
    She already has one "site" for her photography, which is a page that says under contruction on her FTP which is contained the index.html file that appears in the web file on the FTP. If I publish the restaurant site to her FTP it replaces this existing photography site's index.html file and her photography site is lost . Is it possible (and how??) to have 2 index.html files on the FTP so that 2 sites can exist together?
    I really hope someone can help with this...
    Thanks in advance,
    Lisa

    Assuming just one server domain, the sites can co-exist because each is in its own folder, but you can only have one index.html file at root level. This file redirect to the site which is at the top of the list if you have two sites in the same iWeb, or to the site which updated last if you are using separate computers.
    The point of an index.html file is that you don't have to state it - if you have one at fred.com/index.html then just fred.com will bring it up.
    So: supposing you have two sites at fred.com, one called jim and the other called mary.  Each lives in its own folder, so their respective URLs are fred.com/jim and fred.com/mary (iWeb sets things so that those URLs bounce you on to Welcome.html or Home.html or whatever your starting page is called).
    Whichever way you work it, those URLs will be stable. However, if you are each uploading from separate computers, just fred.com will lead to whichever site was updated last. The only workarounds are manually to remove the index.html file at root level and stick with the longer URL in each case: or for the second site to keep a copy of the first site's index.html file and manually replace it at root level after each time they've uploaded.
    In the event that your server supports subdomains, Ethmoid's suggestion is neater.

  • How to copy procedures and packages from one server to another?

    Hi,
    I have 439 packages and 178 procedures located in one server called MAXWELL.
    I need to copy these objects to another server called TITAN.
    The schema names is SPCBR in both servers.
    So both servers have an instance running with this schema SPCBR.
    SPCBR in TITAN server has their tables with table data which was generated by an export/import process from MAXWELL server.
    However, procedures and packages were not copied by the export/import because I used the clause 'tables'.
    Now, what can I do in order to equalize procedures and packages in both databases? I can't risk in damaging or duplicating data in my database located in TITAN server, ok?
    Thanks,

    Another simple alternative, according to AskTom (http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:454220160386)
    ---------------- getcode.sql ----------------------------
    set feedback off
    set heading off
    set termout off
    set linesize 1000
    set trimspool on
    set verify off
    spool &1..sql
    prompt set define off
    select decode( type||'-'||to_char(line,'fm99999'),
    'PACKAGE BODY-1', '/'||chr(10),
    null) ||
    decode(line,1,'create or replace ', '' ) ||
    text text
    from user_source
    where name = upper('&&1')
    order by type, line;
    prompt /
    prompt set define on
    spool off
    set feedback on
    set heading on
    set termout on
    set linesize 100
    ------------------- eof --------------------------------
    it extracts one procedure, function or package to a file. Thats it. If you
    wanted to get all of the procedures in a schema extracted to the current working
    directory, you would run a script:
    --------------- getallcode ---------------------------
    set termout off
    set heading off
    set feedback off
    set linesize 50
    spool xtmpx.sql
    select '@getcode ' || object_name
    from user_objects
    where object_type in ( 'PROCEDURE', 'FUNCTION', 'PACKAGE' )
    spool off
    spool getallcode_INSTALL.sql
    select '@' || object_name
    from user_objects
    where object_type in ( 'PROCEDURE', 'FUNCTION', 'PACKAGE' )
    spool off
    set heading on
    set feedback on
    set linesize 130
    set termout on
    @xtmpx.sql
    ---------------- eof ---------------------------------
    You can see how to filter on that one by adding to the where clause if you want.
    Just run @getallcode_INSTALL to run all of the scripts...

  • How to setup three SharePoint sites on one server?

    Hello,
    How to setup three SharePoint sites on one server?  I have three sites like:
    http://site1
    http://site2
    http://site3
    And need to have them running up on one server. I recall some changes need to be done to the host file, but not sure.  Can you advise on what to change?
    Thanks,
    Paul
    Paul

    you need to make entries in DNS to get this done.
    check here:http://spshare.blogspot.com/2012/05/how-to-create-host-header-web.html
    nice blog with step by step explanation:
    http://thuansoldier.net/?p=1323
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Running APEX 3.1.2 and 4.0.2 on one server

    We currently have a Solaris server running an Oracle 10g R2 DB with APEX 3.1.2 installed. Oracle Application Server 10g (Apache) is used as HTTP server. This server is used for development and UAT.
    We want to upgrade to APEX 4.0.2. and first want to test this and then gradually upgrade our existing APEX applications. This means we need to run both APEX versions is parallel for a while. We created a copy of the development database, since you cannot have two different APEX versions in one database. But, out problem is the images directory that is used by APEX 3 and 4 in combination with the OAS MT. According to the installation/upgrade instructions you need to rename the existing APEX 3 images to be able to revert back to APEX 3, but that would mean our APEX 3 environments will stop working. We need to be able to run both APEX versions for a while on one server using one OAS MT.
    How can this be achieved without having to install another OAS MT with it's own images directory?

    Hi,
    you could create a second directory on the server and a matching alias in the dads.conf file and name it /i402/ (instead of the old /i/).
    Then you install APEX 4.0.2 and specify /i402/ as image directory name when calling the installation script. If you already installed APEX 4 you can use a script named reset_image_prefix.sql to change the images directory used by the APEX Builder Applications.
    For your created Applications simply set the image directory prefix in the Application Definition Page to /i402/ and you are good to go.
    brgds,
    Peter
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    BuilderPlugin: http://builderplugin.oracleapex.info
    Work: http://www.click-click.at

  • MAXDB copy log file from one server to the other server.

    Hi All,
    I want to copy a log file from one server to the other server , the database is Maxdb and i don't know how to do it. I want to do it through command prompt, (set of commands required) the front end tool which we are using is DBM ( database manager). Please help.
    Regards
    M.A

    Hi,
    Basically, the process is of log shipping. Transferring logs from DC to DR system.
    For that, you can check HowTo - Standby DB log shipping - MaxDB - SCN Wiki
    This is script based. I have not done it but the idea remains the same.
    Regards,
    Divyanshu

  • SUBMIT works in one server and fails in another!!

    Dear All,
    I have the following SUBMIT statement that works in one server perfectly and fails in another with SY-SUBRC 8 [ Error in job scheduling (JOB_SUBMIT) ].  
    SUBMIT riaufk20 EXPORTING LIST TO MEMORY AND RETURN WITH SELECTION-TABLE seltab.
    Below is the entire program. Any idea why this is happening ?
    Thanks in advance,
    Rajesh
    ""Local interface:
    *"  IMPORTING
    *"     VALUE(P_AUART) LIKE  DIAUFK-AUART
    *"  TABLES
    *"      T_OUTPUT STRUCTURE  ZLINE
      DATA: i_list LIKE abaplist OCCURS 0 WITH HEADER LINE.
      DATA: BEGIN OF i_list_conv OCCURS 1,
              line(256),
            END OF i_list_conv.
      DATA: BEGIN OF i_order OCCURS 0,
              aufnr LIKE aufk-aufnr,
            END OF i_order.
      DATA: seltab     TYPE TABLE OF rsparams,
            seltab_wa  LIKE LINE OF seltab.
      RANGES: r_aufnr FOR aufk-aufnr.
      DATA: v_lines TYPE i.
      MOVE: 'AUART'  TO seltab_wa-selname,
            'S'      TO seltab_wa-kind,      " SELECT-OPTION
            'I'      TO seltab_wa-sign,
            'EQ'     TO seltab_wa-option,
            p_auart  TO seltab_wa-low,
            ' '      TO seltab_wa-high.
      APPEND seltab_wa TO seltab.
      SUBMIT riaufk20 EXPORTING LIST TO MEMORY AND RETURN WITH SELECTION-TABLE seltab.
      CALL FUNCTION 'LIST_FROM_MEMORY'
        TABLES
          listobject = i_list
        EXCEPTIONS
          not_found  = 1
          OTHERS     = 2.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
      CALL FUNCTION 'LIST_TO_ASCI'
    EXPORTING
      LIST_INDEX               = -1
      WITH_LINE_BREAK          = ' '
    IMPORTING
      LIST_STRING_ASCII        =
       TABLES
         listasci                 = i_list_conv
         listobject               = i_list
       EXCEPTIONS
         empty_list               = 1
         list_index_invalid       = 2
         OTHERS                   = 3
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
      DATA: v_text1(20).
      LOOP AT i_list_conv.
        IF sy-tabix GT 3.
          SPLIT i_list_conv-line AT '|' INTO v_text1 i_list_conv-line.
          SPLIT i_list_conv-line AT '|' INTO v_text1 i_list_conv-line.
          SPLIT i_list_conv-line AT '|' INTO i_order-aufnr i_list_conv-line.
          APPEND i_order.
          CLEAR  i_order.
        ENDIF.
      ENDLOOP.
      DESCRIBE TABLE i_order LINES v_lines.
      DELETE i_order INDEX v_lines.
      REFRESH seltab.
      CLEAR   seltab_wa.
      REFRESH i_list.
      REFRESH i_list_conv.
      SORT i_order.
      LOOP AT i_order.
      MOVE: 'AUFNR'  TO seltab_wa-selname,
            'S'      TO seltab_wa-kind,      " SELECT-OPTION
            'I'      TO seltab_wa-sign,
            'EQ'     TO seltab_wa-option,
            i_order-aufnr  TO seltab_wa-low,
            ' '     TO seltab_wa-high.
      APPEND seltab_wa TO seltab.
      ENDLOOP.
      SUBMIT riafvc20 WITH SELECTION-TABLE seltab EXPORTING LIST TO MEMORY AND RETURN VIA SELECTION-SCREEN.
      CALL FUNCTION 'LIST_FROM_MEMORY'
        TABLES
          listobject = i_list
        EXCEPTIONS
          not_found  = 1
          OTHERS     = 2.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
      CALL FUNCTION 'LIST_TO_ASCI'
    EXPORTING
      LIST_INDEX               = -1
      WITH_LINE_BREAK          = ' '
    IMPORTING
      LIST_STRING_ASCII        =
       TABLES
         listasci                 = i_list_conv
         listobject               = i_list
       EXCEPTIONS
         empty_list               = 1
         list_index_invalid       = 2
         OTHERS                   = 3
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
      t_output[] = i_list_conv[].
    ENDFUNCTION.

    Rajesh,
    Whatever parameters  you are using in submit statement  check those things are available in other server or not.
    Regards,

Maybe you are looking for

  • How to changes Object in different system

    Hi All, All BW objects are owned by BWQ i want to make all the object are owned to BWD(Bcoz this is copied system). Is there any transaction i have to use.. please help me guyz. Thanks DST

  • Swing button

    hi i am writing swing event handling application in which i want write button event which executes (run) different classes? how to write button event ? i write a public class that does not implement ActionListener interface why ?

  • Drag and drop or place multiple images

    Hi, I'm working with Photoshop Elements 12 and would like to place multiple images (on different layers) in my project but am only able to place one image with the option "place" at a time. Is there a way to place multiple images at once? Other optio

  • Anybody using MS SQL Server 2005 as dehydration store?

    anybody using MS SQL Server 2005 as dehydration store? Please give me a reply. I am facing lot of issues with this. Thanks V Kumar Edited by: user640551 on Oct 15, 2008 3:58 AM Edited by: user640551 on Oct 16, 2008 2:38 AM Edited by: user640551 on Oc

  • ILLUSTRATOR CS3 EXPORTING PROBLEM

    HELLO, I WAS WONDERING IF ANYONE COULD TELL ME WHAT IM DOING WRONG. IM TRYING TO EXPORT A SELECTED GRAPHIC FROM A CS3 ILLUSTRATOR FILE TO PHOTOSHOP. WHATS HAPPENING IS, INSTEAD OF EXPORTING JUST THE SELECTED ITEM, ITS EXPORTING THE WHOLE PAGE.? I CAN