Can DEV & QA be in single WAS instance ?

Is it possible to have DEV & QA in single WAS 640 instance.

Hi Ananda,
   Well when you talk about SDM you are talking about Java stack. My previous comments were meant for ABAP stack where there is concept of "client" which makes it possible to have a QA and DEV on the same system. But as long as your persistent data is saved in ABAP stack you can use the same concept in Java stack also.
  The BIG limitation of this approach is that Program's (Code) is client independent, it is not possible to differentiate a program's version in DEV and QA because it is always the same.
Cheers,
Sanjeev

Similar Messages

  • Multiple SDM for single WAS instance

    Can I have 2 SDM for a single WAS instance ?

    Are you talking about SDM servers or SDM clients? There's no need to have multiple SDM servers for one WebAS server.

  • DEV and QA within single oracle instance

    We need to have our DEV and QA in a single oracle instance. Scripts that refer to tables names in DEV will be copied over to QA for QA testing when unit testing in DEV has been completed. In DEV, we extract data from 5 source systems, one for each US state, which use the same application so the source table names are identical, and therefore in our staging area we have a schema per state such as TX, GA, MD and we extract data into staging tables that are identical to the source tables. Since we do cross state aggregation our scripts have to refer to TX.employee and GA.employee in the same sql statement.
    What is the best design for this using SCHEMAS, VIRTUAL PRIVATE DATABASES, VIEWS , SYNONYMS etc?
    Thanks in anticipation
    Edited by: user4900730 on Mar 22, 2011 2:53 PM

    user4900730 wrote:
    Just for my knowledge, if I did find myself in this situation would VIRTUAL PRIVATE DATABASES make sense here?I suppose you could potentially use VPD. But that would create major problems if you ever wanted to make schema changes-- you couldn't add a new column to a table in DEV, for example, without that column also being available in QA. You couldn't have code in DEV that didn't exist in QA. I suppose you could get really fancy and use 11g's edition-based redefinition to have a dev edition and a qa edition but I'd hate to think how you'd promote code to prod in that sort of environment. Plus, editions is an enterprise feature (at least, I'm not sure if it's an extra-cost option) which would tend to be beyond the pocketbook of a company trying to save on licensing costs by combining dev & qa in a single non-VM server (let alone in the same instance).
    You could potentially have your application use all dynamic SQL so that dev could use the DEV_TX schema while QA used the QA_TEX schema and it was just the TX schema in prod, but that obviously gets old really fast. You could create a single set of synonyms so that the TX_FOO synonym points to DEV_TX.FOO for the dev users and TEST_TX.FOO for the test users but then you'd have to remove the schema qualifiers from all your SQL statements.
    In short, an application like you describe trying to share an instance would be a rather massive undertaking.
    Justin

  • Can two systems share the same WAS

    hi,
    i have installed EP system and also a BW system.
    i have installed EP on WAS. can i use the same WAS for the BW system or do i need to install another instance of WAS in the BW system.
    please provide some inputs into this,
    thanks,
    uday

    Hi Uday,
    You can install EP, BW both on WAS, no need to install another WAS instance for BW alone.
    We have installed EP,VC,JDI etc in single WAS instance.
    for more information  please refer
    Master Guide SAPNetWeaver '04  Note:668608
    service.sap.com/instguidesNW04
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/nw/master guide - sap netweaver.pdf
    Hope your problem solved
    Regards,
    RK

  • Hello Everyone,      I have a MacBook older model with me.I am running 10.7.6 on that, I was trying to use BootCamp to install windows on my mac. Since BootCamp can only work on a single Volume, I partitioned my Hard Disk to one volume.   Using BootCamp I

    Hello Everyone,
              I have a MacBook older model with me.I am running 10.7.6 on that, I was trying to use BootCamp to install windows on my mac. Since BootCamp can only work on a single Volume, I partitioned my Hard Disk to one volume.
    Using BootCamp I installed windows and everything worked fine. After installing windows and testing everything, I switched back to OS X and this time I tried to make another partition on my single portioned Mac volume and named it Backup. That too worked. Now I have three Volumes
    1)Development2)Backup3)BootCamp.
    Next when I switched to Windows, It should the classic error, No Bootable device found, please insert a Bootable CD and press any key. When I tried to enter my Mac OS X install DVD and by pressing option key, it does not show me the proper Mac OS X development volume. It keeps going back to the No bootable device found message.
    Any help will be much appreciated
    Regards
    Mithun

    you can't add a partition in between - you put Windows to a new partition number.
    GPT (GUID)
    EFI
    Mac HFS
    Lion Recovery
    Windows
    And now you have two HFS
    One partition and one Windows (plus Lion Recovery).
    If you were to have more, it can't be before Windows for one thing.

  • SAP ME - Can you use a single MSSQL instance on a single server?

    Hi,
    We need to build a demo system with the minimum of hardware so would like to use just one server.
    The build would be Netweaver 7.4, ME 15 & MII 15 Using SQL 2012 as the database.
    The question is, can I use a single instance of SQL or do I need to install two ? One for netweaver and one for ME ?
    The ME database install guide states the following warning:
    CAUTION
    SAP ME does not use the same collation as the SAP NetWeaver database and server. Do
    not use the SQL4SAP.vbs provided with MSSQL software to install the SQL Server database
    software.
    Does this mean I would install one instance for Netweaver using SQL4SAP.vbs and a second one (using a different port number) for ME using the standard installer ?
    Or can I install just one database engine instance and configure the collation for each database individually ?
    Also what about any of the other settings, eg Filestream and the XA install ?
    Thanks for any guide that you can give.
    Kevin

    Hi Kevin,
    We have this exact scenario on one of our internal sandboxes. Install a single SQLServer 2012 (we installed Enterprise version) instance and create the NW, ME WIP, ME ODS, and ME GODS databases separately, with different collations. We also have XA configured on the server, don't know about Filestream.
    We are running a 2 CPU 8GB VM instance, I would recommend at least 12GB as 8 is minimal.
    Regards, Steve

  • Number of instances that can be installed in a single SQL Server R2 enterprise edition license

    How many instances can we install using a single SQL Server 2008 Enterprise R2 license?

    Hello,
    This is a community forum for technical questions & issues.
    For question regarding pricing / licensing please contact a Microsoft sales partner or licensing expert.
    Call (1-800-426-9400), Monday through Friday, 6:00 AM to 6:00 PM PST to speak directly to Microsoft licensing specialist.
    http://www.microsoft.com/en-us/server-cloud/products/sql-server/buy.aspx
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Configuring multiple web sites in a single OC4J instance with 10g OEM

    Hi There,
    there doesn't seem to be a way of configuring multiple web sites within a single OC4J instance using the 10g Enterprise Manager Website, so can i assume that there's some performance related issues with doing this, or is it just a case of if you want multiple web sites, configure it manually?
    We currently use 9iAS release 1 (which has been configured to use multiple web sites - with normally 1 j2ee app in each website - in a single OC4J clustered instance, using mod_proxy to forward the http requests onto oc4j), but we are looking to migrate to 10g very soon...
    The initial configuration was done by an external company, so i'm not entirely sure of the reasons why it was chosen (perhaps so that if there was a problem with a single website, it wouldn't impact all our applications)..
    Does anybody else currently use multiple *-web-site.xml's in a 9iAS release 2 or 10g in a production environment, and if so did you encounter any problems with the OEM website (assuming you configured them manually)?
    Thanks in advance,
    Andy

    Hello,
    Something like this:
    New-OWAVirtualDirectory -WebSiteName "FBA"
    Enable the Basic authentication via running the following command:
    Set-OWAVirtualDirectory -Identity "yourservername\owa (FBA)" -BasicAuthentication $true
    Restart the IIS admin service in services.msc
    Thanks,
    Simon Wu
    TechNet Community Support

  • Reverse auto-population to a shell attribute form/ single record instance BP.

    Hi All,
    I was wondering if anyone had experience in reverse auto-populating data from a BP within a shell to that same shell's attribute form or a single record instance BP like Project Information.
    My use case is that I have 7-10 BP's that gain more definition and have data within in them that changes from phase to phase. This leaves a need for one place with the most current information, which I thought Shell Attributes or Project Information.
    That being said as the information changes in theses 7-10 BP's throughout the life of the project the Shell Attribute form and Project Information should be updated via Reverse auto-population.
    Can anyone tell me if this scenario is possible, or if there is another way that i can achieve this?
    Your help would be appreciated!!!

    Yes, it is possible and fairly simple. Make sure that the DEs from the various BPs that will be passed are on the form of the shell or single instance record.  And make sure that integration is defined for those DEs on the shell or SI record. This is a common mistake, as people forget to define the integration and that is a must for reverse auto-pop.
    Then, on the BPs passing the data, open the form from which they will be passed and look at the properties. Define the reverse auto-pop normally, SI records are always available for this, and shells should be too.
    Sean

  • How can I make server use single class loader for several applications

    I have several web/ejb applications. These applications use some common libraries and should share instances of classes from those libraries.
    But applications are being deployed independently thus packaging all them to EAR is not acceptable.
    I suppose the problem is that each application uses separate class loader.
    How can I make AS use single class loader for a set of applications?
    Different applications depend on different libraries so I need a way that will not share library for all applications on the domain but only for some exact applications.
    When I placed common jar to *%domain%/lib* - all works. But that jar is shared between all applications on the domain.
    When I tried to place common jar to *%domain%/lib/applibs* and specified --libraries* attribute on deploying I got exception
    java.lang.ClassCastException: a.FirstDao cannot be cast to a.FirstDaoHere http://download.oracle.com/docs/cd/E19879-01/820-4336/6nfqd2b1t/index.html I read:
    If multiple applications or modules refer to the same libraries, classes in those libraries are automatically shared.
    This can reduce the memory footprint and allow sharing of static information.Does it mean that classes should be able to be casted ?

    You didn't specify which version of the application server you are using, but the config is similar as long as you know what to look for. Basically, you need to change the classloader delegation. Here's how it is done in 8.2
    http://download.oracle.com/docs/cd/E19830-01/819-4721/beagb/index.html

  • How many people can I text in a single group message

    how many people can I text in a single group message on an iphone 5
    I am being limited to only 10 people or phone numbers currently.  I am on the AT&T service also.
    Message was edited by: AndreJF

    Hi there,
    You can text as many people as you want at once on the iPhone 5!
    Bonus: If you want to send everyone a message without each person knowing who else received the message, you can go to Settings > Messages and turn Group Messaging to OFF. Each recipient will receive an individual message.
    Message was edited by: ChristianfromWV

  • How can I change the settings of all instances of a particular effect?

    I've applied the same color correction effect to a lot of clips in the timeline. Now I want to fine tune the color correction (same setting for all clips still). How can I change the setting of all instances of the color correction effect without going into each clip manually?
    Looking forward to your thoughts on this!! Go on and save my cold winter editing day ...

    I was first hoping for File> New > Adjustment layer, but it's always greyed out. I thought that would create an adjustment layer, maybe I'm misunderstanding something? Anyway, if I create a black video stump and then right click it and choose "Adjustment layer", it will turn into one, and everything works as it should with that. If the black video become adjustment layer is placed on a video track atop my video, and I add for example color correction to it, it will be applied to the videos below.

  • Can I drag and drop single photos into Events?

    Hi guys. I've very recently ordered a new Mac that will have iLife 08 on it. Before I get started with it I've got a question about Events. I've been using iPhoto for the last several years, organizing my photos into albums. I've cleaned up my images to around 1,000 photos, and I plan to only use events for organization. (I don't want to use Events AND albums, don't see the point, I'm going to try using ONLY Events.) But I've got a few scenerios that I'd like to throw by you all, to see if they would work, as I'm hoping that they will...
    I don't shoot photos into pre-defined "Events", I shoot photos by what I feel like shooting. "Hey, my dog is doing something funny" - There's 3 pictures, or "Wow that's a big spider!" - 1 picture, or "My little neice is doing something cute" - There's 4 pictures. I do not want 450 events, each containing 1 - 5 pictures.
    Can I drag and drop single pictures into different events? For example, have an Event called "Friends" with pictures of my friends in it, that I put there? Or an event called "Concerts" with photos taken throughout the years?
    I hope I've made it clear what I'm looking to get out of Events!
    Thanks in advance for any help.

    Exactly - I think he will want to matain his existing structure -- people are making too much of the name change from rolls to events.
    I have events with one photo and events with as many as 2000 photos -- I like this better than rolls but albums, folders and keywords are still the key to granular organization - events are ust the library to hold my photos
    To me it is a small step forward that makes organization much easier (and it was not that hard before)
    Larry Nebel
    PS - now if I could just get all of my edits to save - where are TD and OT to solve that one for me?

  • How can I call a method for all instances of a certain class?

    Hi,
    I have created a snake java applet, which you can play here [http://users.telenet.be/javagames/|http://users.telenet.be/javagames/].
    But now I want to make this into a multi-player game (with two or more snakes etc..).
    In my main class you can find methods like these:
    snake.move();
    snake.drawSnake();Now if I just alter my main class and make a second instance of the class snake and change my methods to this,
    snake.move();
    snake2.move();
    snake.drawSnake();
    snake2.drawSnake();my game almost works perfectly, I'll have to make some minor changes though.
    But my question is, is there a better way of doing this. Instead of duplicating all the code, how can I make the methods immediately work for both snakes, instead of calling it twice?
    All suggestions are welcome!
    Thanks in advance.
    Lennart

    If there was something common to all snake instances then you could declare that variable static.
    Note: I don't want to confuse you here. A static variable can have a value apart from any instances at all. Instances can view static variables but a static method or inner class, for example, cannot view instance variables.
    More generally, I would think you would want to treat each snake as an automaton with its own behavior. There must be some class such as Game or Board or whatever that has, as suggested, either an array or collection of snakes. Iterate over each snake, ask it to perform some computation for the game and then draw itself.
    - Saish

  • How much storage units can be added in the single bin.

    Hi all,
    Can anybody tell me how much storage units can be added in the single bin.
    Dev

    Hi Dev,
    AS Prashant & Abhijit mentioned above the maximum storage units in a single bin is based on various factors such the putaway strategy & capacity check you have set for your storage type as well as palletization data.
    Now in case of Bulk Storage which you have mentioned above, please go through the below F1 help for the block structure.
    In bulk storage, you need to define for each block (or row) how many
    storage units fit into the block.  For this purpose, you must define
    both the number of columns as well as the maximum stack height.  *The*
    product of these factors usually gives the maximum number of storage
    +units and is determined automatically by the system.  However, it is+
    possible to change the maximum number of storage units to a lower number
    if the storage bin or the material features require this.                                                                               
    Hope it helps.
    Thanks & Regards,

Maybe you are looking for

  • Blocked account - How to resolve?

    Hi i'm having a problem with my skype credit. I had approx £9 on it. About a week ago i got a msg saying it was autorecharged and that this was then refunded despite the fact that I have not set up auto recharge. I tried using my account this morning

  • Tolerance group

    hi everyone, Can you please tell me for following questions which of the best suitable answers from given options 1.  Which of the following statements regarding tolerance group are correct             A.     Invoice from the relevant vendor can be r

  • How to set a row as default row in adf table

    Hi, I have a requirement: when page is launched there are multiple records with different status displayed on the page and i had to make the first record with Status = XXX as default selected row in adf table. How to code it? Thanks! Susan

  • Installing CCMS agent fails: calling SALS_MS_GET_LOCAL_MS_INFO via RFC

    Hi All, I'm trying to connect our SolMan development to the CEN. However when registering ccmsr within J2ee admin it gives the following errors. Does anybody have an idea? Output for : /usr/sap/DSM/SYS/exe/run/sapccmsr(-j2ee,-v,pf=/usr/sap/DSM/SYS/pr

  • How to check if drive is bootable?

    Using Disk Utility, is there a way to tell if a drive is bootable?  I know that I can just try to boot from the drive to find out, but I have to check a number of drives.  Looking for a quicker way to see if a drive is bootable.  Thx