Multiple Developer Environement

All,
Has anyone set up a development environment using WLS 5.1 for multiple developers?
We've got enough developer licenses to have everyone with a local copy of WLS but
we need to be able to access a central repository for the webapp.
What we want to do is have the WLS be able to deploy the web app at start up, but
if it can't find the class required in the web app class path, find a copy on the
central repository.
In JBuilder you can have hierarchical source files, can you do this in WLS or will
this result in ClassCastExceptions and ClassNotFoundExceptions?
Any help is appreciated.
Cheers

Hello Mahesh,
We have a large number of CAF Entity/Application Services which
logically relate to each other so we need to put them all in one CAF DC.
The development work is distributed to several developers.
If what we experienced stands true and can not be changed, the development
productivity is largely constrained.
In SAP Note #928315 "CAF 7.0 SP7 Explanation of CAF-JDI integration
questions", IMO, it says that as long as the modified files in each developer's
actvity does not overlap, concurrent modifications by multple people
to one CAF DC is allowed.
Supposedly there is a solution for this.
Ying-Jie Chen

Similar Messages

  • Typical Repository setup for multiple developer environment.

    I'm having trouble finding documentation on setting up a
    development environment for several developers using Repository.
    I currently have a Global Shared Workarea set up with some
    Forms .fmb files that I would like to share. What method should
    the developer who wants to work on one of these files use to
    perform a check out of the file? When a file is checked out, is
    it moved to a Private Workarea or is it downloaded to the
    developers hard drive? Within Forms Builder there is a check out
    option under File->Administration, but as far as I can tell,
    there is no way to browse the Repository to find the file that
    needs to be worked on. I'm able to use the Repository Object
    Navigator to locate the file, but when I check it out I'm not
    sure how to work on it within Forms Builder. Do I need to
    download the file to my hard drive, or is Forms Builder able to
    work on the file within the Repository?

    Tom,
    Nice set of questions.
    I suggest you allow each developer to create their own workarea,
    these will be private, until they are shared to other developers.
    For a simple environment the workarea rule will be latest(main).
    Check your fmb files into the Repository, they will then appear
    in any workarea that has the rule latest on main. You will also
    need to make the folder they reside in available to public, or
    grant access to individual users.
    Each developer should map the folder to a particular clientside
    directory. I suggest you apply some standards across development
    machines to avoid confusion. A mapping to d:\forms would be
    ideal. On checkout of an fmb it will be synchronized with the
    local file system. The form can then be opened from he Forms
    Builder. You are correct that there is no For Builder Repository
    browser, you must use the RON. Once the form is open in the
    Forms Builder it may be checked in and out. You will need to go
    back to the RON to perform diff/merge and dependency analysis.
    I suggest you ask 2 developers to work on the same fmb and see
    how the repository handles this. Try merging fmb files,
    hopefully you will be pleasantly surprised.
    Note that to add files to a checked in folder you must check it
    out. To make the changes available to other workareas you must
    check the folder back in.
    Have a look at the commandline tool. We use a lot of scripts to
    assist setup and build releases.
    regards
    David

  • How to configure multiple dev environment in single IP

    HI,
    I have a WLS running on a Windows NT machine. I want to configure multiple partition/environment
    in that single WLS so that each user will have their own partition/environment to
    play around. Once they are happy with their EJBs then we shall move them to a testing
    environment. Is that possible in WLS??. Can anyone please guide me to a good documentation
    about this one.
    Many Thanks
    Vasan.
    PS: I dont want a clustering technology all i want is that in a single ip i wanna
    multiple development environment.

    Tom,
    looks like you are specifying http protocol in
    sky.framework.ejb.SkySessionBean.getInitialContext method.
    Change it to t3 or, if the JNDI lookup is in the same JVM, don't specify
    PROVIDER_URL. If you have to use http tunneling due to any reason , you have to
    enable HTTP Tunneling in server to which initial context is created. It is
    disabled by default in 60. You can do so via console. Please refer to
    documentation , let me know if you need additional help.
    Viresh Garg
    Principal Developer Relations Engineer
    BEA Systems
    Tom Purcell wrote:
    Kevin,
    You said that with 6.0 the following happens:
    On the second server I get an error when I do
    http://host:secondServerPort/index.html
    Is this the error you get on the Admin Server:
    <Feb 28, 2001 12:42:24 PM EST> <Info> <HTTPTunneling> <Login rejected with
    code: 'Failed', reas
    on: You are trying to use http tunneling
    The server will not let you connect'>
    <Feb 28, 2001 12:42:24 PM EST> <Error> <HTTP> <Problem dispatching servlet
    request
    weblogic.common.T3Exception: You are trying to use http tunneling
    The server will not let you connect
    at weblogic.socket.TunnelLogin.rejectConnection(TunnelLogin.java:87)
    at weblogic.socket.TunnelLogin.service(TunnelLogin.java:59)
    at
    weblogic.servlet.internal.MuxableSocketHTTP.dispatch(MuxableSocketHTTP.java:
    467)
    at
    weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:638)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    >
    And on the Managed Server:
    <Feb 28, 2001 12:42:24 PM EST> <Error> <ConnectionManager> <Could not
    connect to: '0S:127.0.0.1
    :[-1,7001,-1,-1,-1,-1,-1]'
    java.net.ProtocolException: Tunneling result unspecified - is the HTTP
    server at host: 'localho
    st' and port: '7001' a WebLogic Server?
    at
    weblogic.rjvm.http.HTTPClientJVMConnection.handleNullResponse(HTTPClientJVMC
    onnectio
    n.java:152)
    at
    weblogic.rjvm.http.HTTPClientJVMConnection.connect(HTTPClientJVMConnection.j
    ava:194)
    at
    weblogic.rjvm.http.HTTPClientJVMConnection.createConnection(HTTPClientJVMCon
    nection.
    java:98)
    at weblogic.rjvm.Protocol.createConnection(Protocol.java:207)
    at
    weblogic.rjvm.ConnectionManager.findOrCreateConnection(ConnectionManager.jav
    a:997)
    at
    weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:364)
    at
    weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:330)
    at
    weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:228)
    at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:188)
    at
    weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:180)
    at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:149)
    at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:207)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialCon
    textFact
    oryDelegate.java:232)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialCon
    textFact
    oryDelegate.java:174)
    at
    weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFact
    ory.java
    :123)
    at
    javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:668)
    at
    javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:246)
    at javax.naming.InitialContext.init(InitialContext.java:222)
    at javax.naming.InitialContext.<init>(InitialContext.java:198)
    at
    sky.framework.ejb.SkySessionBean.getInitialContext(SkySessionBean.java:112)
    at
    sky.framework.ejb.SkySessionBean.setSessionContext(SkySessionBean.java:94)
    at
    sky.ejb.session.skyreferencesession.SkyReferenceSessionBeanImpl.setSessionCo
    ntext(Sk
    yReferenceSessionBeanImpl.java:87)
    at
    weblogic.ejb20.internal.StatelessEJBHome.createBean(StatelessEJBHome.java:22
    9)
    at
    weblogic.ejb20.pool.StatelessSessionPool.createBean(StatelessSessionPool.jav
    a:90)
    at
    weblogic.ejb20.pool.StatelessSessionPool.getBean(StatelessSessionPool.java:7
    5)
    at
    weblogic.ejb20.manager.StatelessManager.preInvoke(StatelessManager.java:67)
    at
    weblogic.ejb20.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:113)
    at
    weblogic.ejb20.internal.StatelessEJBObject.preInvoke(StatelessEJBObject.java
    :55)
    at
    sky.ejb.session.skyreferencesession.SkyReferenceSessionBeanEOImpl.setDataSou
    rce(SkyR
    eferenceSessionBeanEOImpl.java:22)
    at
    sky.ejb.session.skyreferencesession.SkyReferenceSessionBeanEOImpl_WLSkel.inv
    oke(SkyR
    eferenceSessionBeanEOImpl_WLSkel.java:161)
    at
    weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:373)
    at
    weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java
    :128)
    at
    weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:237)
    at
    weblogic.rmi.internal.BasicRequestHandler.handleRequest(BasicRequestHandler.
    java:103
    at
    weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:1
    7)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    >
    Thanks,
    Tom
    <Feb 28, 2001 12:42:24 PM EST> <Info> <ConnectionManager> <Bootstrap unable
    to get a: 'Protocol
    : 'http'' connection to: 'localhost/127.0.0.1' on port: '7001'>
    "Kevin Apte" <[email protected]> wrote in message
    news:[email protected]...
    This advice applies to WL5.1. I have been trying to configure a
    multiinstance Weblogic with no success. I want multiple copies
    of the sample petStore available for test by multiple users.
    I think in 6.0
    You would need to open an admin server
    Open the configuration file for say PetStore.
    Clone the petStore- call it petStore2. .
    Create a copy of the startup script and modify it to start PetStore2.
    After doing this only one config.xml is created for both servers.
    I am able to start the first server and view the petStore application,
    On the second server I get an error when I do
    http://host:secondServerPort/index.html
    How does one create multiple instances in WL6.0 using the console
    or using a XML editor ?
    Jesse E Tilly <[email protected]> wrote:
    [This followup was posted to weblogic.developer.interest.management
    and
    a copy was sent to the cited author.]
    In article <[email protected]>, [email protected]
    says...
    HI,
    I have a WLS running on a Windows NT machine. I wantto configure multiple partition/environment
    in that single WLS so that each user will have theirown partition/environment to
    play around. Once they are happy with their EJBs thenwe shall move them to a testing
    environment. Is that possible in WLS??. Can anyoneplease guide me to a good documentation
    about this one.
    Many Thanks
    Vasan.
    PS: I dont want a clustering technology all i wantis that in a single ip i wanna
    multiple development environment.
    NT isn't a multiuser environment. I will assume that
    you mean some
    Win32 box sitting in a room where people can copy their
    classes/EJBs and
    test their stuff. If this is the case, the setup is easy.
    Create a directory and startup script for every developer.
    Have a
    global properties file in the same directory as the scripts
    so that
    common settings are, well, common. Tell each user to
    modify the various
    parts of the properties files in their directories to
    deploy EJBs and
    register servlets, etc etc.
    In each startup script, you will have to specify the server
    directory
    and the binding port for each person. Pick a port (something
    easy to
    remember and high, like 30000, 30001, etc etc) for each
    person. Why?
    Well, when they connect to the app server, they'll know
    they're hitting
    only their server. Also, TCP/IP won't let more than one
    JVM bind to the
    same port, so if you want simultaneous instances (> 4
    you better have
    one kick ass Win32 box) you have to do this.
    Hope this solves your problem.
    JT
    Senior Developer, HotelTools INC
    [email protected]

  • Development environment model

    Hi All,
    As the WebLogic server is not cheap (!), we were wondering what model you
    used in your development environments? Obviously, it would be very
    expensive for each developer to have their own copy installed on their local
    machine, but how do you manage multiple developers working on the same
    application with the same server on a central machine, possibly modifying
    the same beans or beans used by others, and deploying them to the same
    server? Also, problems could occur if a problem is introduced into a bean
    used by others. Does anyone have a tried and true method for managing this
    and keeping multiple developers from interfering with the work of others?
    Thanks!!!
    Elaine

    I do not think you are going to find a solution to the problems presented by
    parallel development of a project. That is simply just a fact of life I
    think. But I think that there are things that you can do to mitigate
    interference.
    In our development environment, we have a central repository that keeps all
    of the code. There are multiple source lines. Developers map the source
    lines to their machines. For example, your commerce application might have
    a production line and a development line. You would make bug fixes for your
    production code in the production line while you made advanced development
    changes in the other line. A release team would bundle of the development
    line and make "releases" of the product/site.
    As for development environments, each developer should be able to have a
    copy of the developer seat for WebLogic on their box. In our situation,
    developers synchronize against the code line regularly. This provides the
    benefit of using a stable code line but also synchronizing up against others
    changes on a regular basis.
    Some other application server vendors have tried a different technique for
    development environments. One of those is requiring that you have a central
    "test server" that is shared by all of the developers instead of
    environments for each developer. In theory, the sounds good. But in
    practice, it can be a real nightmare.
    I hope that this helps.
    Thanks,
    Michael
    Michael Girdley
    Product Manager, WebLogic Server & Express
    BEA Systems Inc
    "Elaine Herren" <[email protected]> wrote in message
    news:[email protected]...
    Hi All,
    As the WebLogic server is not cheap (!), we were wondering what model you
    used in your development environments? Obviously, it would be very
    expensive for each developer to have their own copy installed on theirlocal
    machine, but how do you manage multiple developers working on the same
    application with the same server on a central machine, possibly modifying
    the same beans or beans used by others, and deploying them to the same
    server? Also, problems could occur if a problem is introduced into a bean
    used by others. Does anyone have a tried and true method for managingthis
    and keeping multiple developers from interfering with the work of others?
    Thanks!!!
    Elaine

  • Oracle9iAS R2: Development Environment

    Hello all,
    I have some/following questions for those who are using 9iAS R2 in a production environment.
    - 9iAS R2 deployment architecture best practices
         - How does your org. configure their Development/Release(Stage)/Production Environments
              - Are they on the same box or on different boxes
              - Do they share the Infrastructure Database or maintain three separate installations of 9iAS R2
         - What are application build/Version Control best practices
              - Describe this in multiple developer scenario
         - Application migration (procedures/things to watch) from Dev -> Rel -> Prod
         - Refresh/Clone Dev or Rel environments from Production
         - Load balancing
         - Using Web Cache
         - Backup/Restore Application configuration files and how does it keep in synch with Infrastructure
    It's obvious, I am trying to define an environment for developing and releasing 9iAS R2 applications. The emphasis is on STRUTS/JSP applications. I am also trying to figure out whether to use STRUTS or BC4J-UIX frameworks for the applications.
    Any comments/direction appreciated.
    Thanks,
    Manish

    Anyone, please respond if you have suggestions etc.

  • Preferred Development Environment

    We are deciding on how to set up our development environment for a J2EE EJB project
    using WLS and JBuilder. Total developers will be around 12 or more. If we have to
    buy "developer's" licenses for everyone it would be a lot of money.
    The "developer's" license allows 3 client connections and 4 JDBC connections. Does
    this mean that 3 developer's could share an App server running on one machine? Is
    this practical or should/must it be one developer license per developer?
    The "basic" configuration allows unlimited connections. Has anyone tried developing
    with a group as large as this and just using one App server? Would we run into problems
    with developers needing to restart the App server often? Can you legally run multiple
    copies of the App server on one server (different ports) and support multiple developers
    that way.
    We currently have NT boxes with 256MB of memory. Any recommendations on memory?
    If anyone has any suggestions on what works best or what doesn't work, or what you
    have found to work I am very interested to hear your recommendations and experiences.
    If this is the wrong forum please recommend one for me. Thanks in advance.

    Look into the Weblogic partner programs. If you qualify, it is the best way
    to get a set of developer licenses.
    Cameron Purdy
    Tangosol, Inc.
    http://www.tangosol.com
    +1.617.623.5782
    WebLogic Consulting Available
    "Doal Miller" <[email protected]> wrote in message
    news:3a7b3ad6$[email protected]..
    >
    >
    We are deciding on how to set up our development environment for a J2EEEJB project
    using WLS and JBuilder. Total developers will be around 12 or more. If wehave to
    buy "developer's" licenses for everyone it would be a lot of money.
    The "developer's" license allows 3 client connections and 4 JDBCconnections. Does
    this mean that 3 developer's could share an App server running on onemachine? Is
    this practical or should/must it be one developer license per developer?
    The "basic" configuration allows unlimited connections. Has anyone trieddeveloping
    with a group as large as this and just using one App server? Would we runinto problems
    with developers needing to restart the App server often? Can you legallyrun multiple
    copies of the App server on one server (different ports) and supportmultiple developers
    that way.
    We currently have NT boxes with 256MB of memory. Any recommendations onmemory?
    >
    If anyone has any suggestions on what works best or what doesn't work, orwhat you
    have found to work I am very interested to hear your recommendations andexperiences.
    If this is the wrong forum please recommend one for me. Thanks in advance.

  • Lost ODBC Connection from development environment

    Using LV 7.1 and an Active-X based ODBC Connection scheme to a MySQL database which has worked flawlessly up until now.  I've just written an application which accesses the database to generate a 'recipe' for our operators to follow.  This is poked into a multicolumn listbox, and works perfectly from the compiled version.  However, when I'm running the very same program in the development envirnment, I will get an error which indicates I have lost the connection to the database.  Never happened from the built versions, and yes, I'm running exactly the same code.  This is irritating, as when I'm trying to debug the SQL pieces, the code crashes.  Happily, the compiled versions are working, but it makes me nervous when programs crash like this.
    I am doing a listbox refresh every 60s or so, which involves accessing the database, reading a large chunk and displaying it. Im' also doing an ODBC conncetion check every 2s, and possibly some other database access depending on the operator input.  MySQL is set up so that I can have 100 threads open at once, and I never approach that.  I always open, do command, then close and destroy connections. 
    All I can think of is that there is a difference in the timing and the database access between the developement environment and the compiled versions.
    Any thoughts anyone? 

    Hi,
    Yes, that is exactly what I have done.  Built the executable which runs without problems.
    I've also tried to strip the program down by simply running the piece which polls the database continually. This seemed to run fine until I ran another program which also accessed the same database. So, to summarize:
    1.  The development environment program with single loop running accessing the database every 2s or so runs fine.
    2.  The dev. env. app. running multiple loops possibly accessing the db concurrently crashes
    3.  The same program as 2 but built into an application runs fine.
    MSB

  • What is "XE development environment"

    Much of the documentation refers to the "XE development environment" or the "application builder" without mentioning "HTMLDB". Are these terms all being used interchangeably for the same thing or are they different ? I am rather confused when following examples from the XE home page as to whether I am actually using HTMLDB or something else. Is it possible to clarify this please ?

    Kevin,
    a slightly modified version of HTML DB 2.0 is integrated into XE. This version is enhanced for the management of the XE Oracle database, but compatible with HTML DB 2.0, thus import / export between XE and HTML DB 2.0 should work.
    If you refer to the application builder it is basically the same as in HTML DB 2.0.
    There are some smaller differences like
    - assigning only one oracle schema to a workspace (not multiple schemas)
    - implicit creation of a workspace for an oracle user
    - mod_plsql is not used through Apache but embedded in the database (dbms_epg)
    but you can pretty much use the tips/tricks, troubleshooting, workarounds and sample applications / utilities you use for html db 2.0.
    ~Dietmar.

  • Siebel Develop Environment Installation

    Hello,
    I am trying to set up a siebel Develop Environment,
    following 3 three products i would like to install:
    Siebel tools,
    Siebel server,
    Siebel client,
    But there are so many files listed in the download page of e-delivery site with below 2 content sections,
    1,Siebel Business Applications Release 8.0 Translations Media Pack v1
    -- Total: 166 files,for multiple Language Extension Pack
    2,Siebel Business Applications Release 8.0 Media Pack v3 for Microsoft Windows (32-bit) -- Total: 25
    I found Siebel Tools, and Siebel client among the files of this section,
    But i am not sure which one is for siebel server , can anyone give direction for download Siebel server?
    below is the detailed list of second section,
    Download Siebel Business Applications, Version 8.0, Quick Installation Guide B42516-01 332K
    Download Siebel Business Applications, Version 8.0, Bookshelf V13792-01 145M
    Download Siebel Business Applications, Version 8.0, Third-Party Documentation B34816-01 64M
    Download Siebel Business Applications, Version 8.0, Base Applications for Windows (Part 1 of 3) V19051-01 Part 1 of 3 1.4G
    Download Siebel Business Applications, Version 8.0, Base Applications for Windows (Part 2 of 3) V19051-01 Part 2 of 3 1.9G
    Download Siebel Business Applications, Version 8.0, Base Applications for Windows (Part 3 of 3) V19051-01 Part 3 of 3 121M
    Download Siebel Business Applications, Version 8.0, Siebel Tools (Part 1 of 2) V15220-01 Part 1 of 2 1.5G
    Download Siebel Business Applications, Version 8.0, Siebel Tools (Part 2 of 2) V15220-01 Part 2 of 2 1.2G
    Download Siebel Business Applications, Version 8.0, Siebel Client (Part 1 of 2) V19057-01 Part 1 of 2 1.9G
    Download Siebel Business Applications, Version 8.0, Siebel Client (Part 2 of 2) V19057-01 Part 2 of 2 758M
    Download Siebel Business Applications, Version 8.0, eMail Marketing Integrated Server B34827-01 26M
    Download Siebel Business Applications, Version 8.0, Strong Encryption Pack B34828-01 437M
    Download Siebel Business Applications, Version 8.0, English Language Extension Pack (Part 1 of 7) B34835-01 Part 1 of 7 146M
    Download Siebel Business Applications, Version 8.0, English Language Extension Pack (Part 2 of 7) B34835-01 Part 2 of 7 624M
    Download Siebel Business Applications, Version 8.0, English Language Extension Pack (Part 3 of 7) B34835-01 Part 3 of 7 633M
    Download Siebel Business Applications, Version 8.0, English Language Extension Pack (Part 4 of 7) B34835-01 Part 4 of 7 683M
    Download Siebel Business Applications, Version 8.0, English Language Extension Pack (Part 5 of 7) B34835-01 Part 5 of 7 698M
    Download Siebel Business Applications, Version 8.0, English Language Extension Pack (Part 6 of 7) B34835-01 Part 6 of 7 692M
    Download Siebel Business Applications, Version 8.0, English Language Extension Pack (Part 7 of 7) B34835-01 Part 7 of 7 28M
    Download Siebel Business Applications, Version 8.0, ImageCreator Files V19056-01 106M
    Download Siebel Business Applications, Version 8.0.0.8, Fix Pack for Windows Part 1 of 4 (Part 1 of 2) V19198-01 Part 1 of 2 286K
    Download Siebel Business Applications, Version 8.0.0.8, Fix Pack for Windows Part 1 of 4 (Part 2 of 2) V19198-01 Part 2 of 2 2.0G
    Download Siebel Business Applications, Version 8.0.0.8, Fix Pack for Windows Part 2 of 4 V19199-01 2.0G
    Download Siebel Business Applications, Version 8.0.0.8, Fix Pack for Windows Part 3 of 4 V19200-01 1.5G
    Download Siebel Business Applications, Version 8.0.0.8, Fix Pack for Windows Part 4 of 4
    Thanks in advance,
    Eric

    You will get your server within V19051-01.
    THe image creator will generate the setup files from the jar files.
    I know this is a large amount of data to download.
    Good luck
    Evtloglvl

  • New database setup/configuration in development environment- 10g ,OpenSuse

    We have a db in prod environment with following info and we required to setup a development database which should similar to that of prod db.
    prod db info:
    DB version: 10.2.0.4.0 - 64bit
    OS version: SUSE SLES 10
    Size of DB: 1676 GB
    configuration is RAC
    we have very limited access to prod db and don't know exactly how many instances are configured in cluster/ RAC.
    Can you please suggest best configuration that needs to be done on development system, how many days work and etc. .
    1. would freely downloaded oracle software able to accomodate this?
    2. Is single instance db is enough to hold huge size db as there will be less number of user connections.
    4. WHAT are all the configuration settings (disk space, ram size, etc) would you suggest to me to have on development environment.
    we are planing to import prod dumps via either imp or impdp.. any other method you suggest us to do so..
    no link between prod and development systems.
    and if any other info please share and help me out.
    G R E A T T H A N K Y O U IN ADVANCE.

    knowledgespring wrote:
    We have a db in prod environment with following info and we required to setup a development database which should similar to that of prod db.
    prod db info:
    DB version: 10.2.0.4.0 - 64bit
    OS version: SUSE SLES 10
    Size of DB: 1676 GB
    configuration is RAC
    we have very limited access to prod db and don't know exactly how many instances are configured in cluster/ RAC.
    Can you please suggest best configuration that needs to be done on development system, how many days work and etc. .How many days work? That is dependant on far more factors than anyone here can guess.
    1. would freely downloaded oracle software able to accomodate this?The freely downloadable software is the same as the base level of the purchased software. But you need to be aware of license restrictions. Just because it is a "test" system doesn't mean you don't need a purchased license. And without a support contract, you do not get access to patches.
    2. Is single instance db is enough to hold huge size db as there will be less number of user connections.Multiple instances (RAC) have nothing to do with the size of the db.
    4. WHAT are all the configuration settings (disk space, ram size, etc) would you suggest to me to have on development environment.This is totally dependant on local factors. "Test", "development" or "production" have no bearing on any of these factors.
    >
    we are planing to import prod dumps via either imp or impdp.. any other method you suggest us to do so..
    no link between prod and development systems.
    No link at all? How do you plan to get the dump files from the prod server to the dev server?
    and if any other info please share and help me out.
    G R E A T T H A N K Y O U IN ADVANCE.

  • A good Development Environment

    I am trying to layout our development environment for our team. We are
    looking at bea's Weblogic Server and Visual Cafe for the IDE. Does every
    developer need the bea SDK ? Does WebGain's Visual Cafe come with a
    development server ? I guess you also need multiple WebLogic Server
    licenses.
    Does anyone have a good recommendation for configuring a development
    environment with Visual Cafe and Weblogic Server. We have about 10
    developers and are going to have a development, production and testing
    environment.
    Thanks,
    Derek

    i am using the local bean so i can access from web apps as jDeveloper tells me when applying data controls:
    @Local
    public interface SessionEJBLocal
    public void addItem(String item) ;
    public void removeItem(String item) ;
    public Collection getItems() ;
    public void setItems(ArrayList items) ;
    public void clearLogMessage() ;
    }

  • What is your development environment?

    What is your current development  environment in Arch?
    I use vim in gnome-terminal with multiple tabs, to quickbrowse the code I use cscope.
    Pure gdb as debugger, valgrind as profiller and memory debugger.
    I tried to use something better to browse the huge code tree, but Anjuta has many limitations (for example it seams impossible to develop code without all that autoconf crap), Kdevelop has similiar problems, and I don't like Eclipse.
    Are there any other solutions?

    I am a software developper at work. I have tried many tools such as Borland, Anjuta, Eclipse, Visual Studio, KDevelop ...
    I have never been satisfied with any of this tools, even with big projects. There is maybe an exception with Eclipse and Java programming, which almost satisfied me.
    Amazingly the most crapy IDE I have ever seen are Opensource's one such as KDevelop or Anjuta. Visual Studio .NET is maybe the better of all big IDE software, imho.
    I really think a small editor and the command line is the best, far far away from any big IDE solution.
    On Windows I use Vim or Notepad++ . On Linux I use Vim or Gedit. And of course valgrind/gdb are my favorite debugging tools . I also use ctags
    Cheers,
    Chicha

  • Install AD / SQL Server 2012 and SharePoint 2013 on a single server as Development Environment

    Hi All,
          I'm planning to prepare a SharePoint 2013 development environment. The current idea is to install Domain controller, SQL Server 2012 and SharePoint 2013 all on a single server. Even though this is for development purposes,
    would there be any limitations specially when it comes to SP 2013 functionalities according to your experience?
    Some articles i referred.
    http://sharepoint-tutorial.net/post/2012/07/18/install-sharepoint-2013-domain-controller.aspx
    http://social.technet.microsoft.com/Forums/en-US/f438c9a6-02e8-43d3-9963-7a0608f0b961/sharepoint2013-on-domain-controller
    Thanks,
    Dilip

    Hi
    i understand this is a sandbox environment but you should be able to install everything.
    http://sharepoint-tutorial.net/post/2012/07/18/install-sharepoint-2013-domain-controller.aspx
    Hope this helps. Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Why does Build Application vi work in development environment but not in executable; error 1025

    Hello,
    I have an application ("A") that I am trying to build using another application ("BuildA").
    I can create an application for A manually from its project using the Build Specification, and it works fine (A.exe).
    Also, when I run BuildA.vi in the development environment it calls the "Build.vi" correctly and again builds application A.exe just fine.
    Then, when I make BuildA an application (manually) and run BuildA.exe, I would expect it to also create A.exe just like BuildA.vi did in the development environment.
    However, it fails with the error:
    Code: 1025
    Open VI Reference in NI_App_Builder_API.lvlib:Build (path).vi->BuildA.vi<APPEND>
    VI Path: <b>C:\TEMP\AppBuild\BuildA\vi.lib\AppBuilder\BuildTarget.vi</b>
    I noticed this thread , which looks like a similar problem, but no conclusion was reached.
    Why does BuildA.vi work fine in the LabVIEW environment, but the application BuildA.exe does not work?  All paths are hard-coded, so it shouldn't be a path issue.
    Thanks,
    -john
    Solved!
    Go to Solution.
    Attachments:
    AppBuild.zip ‏175 KB

    Interesting code.  I'm curious how you came to decide 324ms in your while loop, and 58 in the other, and then 5136ms at the end.  In any case I suspect this has to do with this line of text in the help of the Build.vi.
    If you plan to run a build specification on the LabVIEW Run-Time Engine, do not include the Build VI in any of the VIs for the build specification.
    I don't fully know what this means but it might be why it isn't working.
    The Build.vi opens all Context (application instances) and then looks for the one named "NI.LV.MxLvProvider".  This I assume is a application instance NI uses to build applications.  It then uses this and opens some other VIs in this instance for the building.  The error you are getting is "Application Reference is invalid" meaning it couldn't find the NI.LV.MxLvProvider instance it needs to build.  Again I believe this maybe because you are in a run-time environment and that instance doesn't exist there.
    At the end of the day I'm guessing since Application Builder is not free, NI probably doesn't include it in the Run-Time engine, which is free.  So you can't build the way you want.  You could have and EXE running in the run-time open an instance in the development, then run your VI from there if you must make this an EXE.  It maybe easier to just edit the BuildA.vi to have a "Run When Opened" so that you double click the VI and it runs which behaves like an EXE sorta.
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

  • Development environment for SharePoint 2013

    Hi,
    We have requirement for one of the project. Team size would be approximately 30 resources. Development would be entirely for SharePoint 2013 Intranet solution. this will be OOTB Intranet application. We will be developing InfoPath forms and Nintex Workflows.
    For such requirement we would like to setup local development environment by using either Virtual Machines.
    Can anyone help me to identify that how many VM's would be required for the same? How many simultaneous users can use and work at a time? What other things I need to consider for infrastructure? How can i suggest the best possible solution for this.
    Thanks in advance.
    Abhijeet Khopade

    Hi,
    According to your description, my understanding is that you want to set up the environment for SharePoint Development.
    Here is a detailed article about configuring development environment:
    Setting up a SharePoint 2013 Development Environment
    For VM count, it depends on your project development requirements, for VM license and management ,if you are using Hyper-V, I suggest you can create posts in Hyper-V forum:
    Hyper-V forum
    Thanks
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

Maybe you are looking for

  • Excise invoice not created in t code j1IS

    Hi All Please suggest me on the below issue, I tried to create Excise Invoice with reference to material document for rejection of material in J1IS and encountered the error "Vendor not related to material document. Please revert back Thanks Goutam

  • Connect two apple devices to one computer, how?

    i have an ipod touch connected to my comp. but iwant to connect my daughters ipod nano also, any clues anybody?

  • Error when calling SOAP Runtime functions

    Hi Guys, I have a requirement in which i have to consume a webservice and get a response from it but when i consumed the web service and tried to test it i got the below error please let me know solution for this as it is very urgent and also i am ve

  • Working with Captivate 1 & 2

    Hi, this is really a question for Captiv8r, but i'm keeping it out in the open so as to perhaps help others with the same or similar problems. We have recently purchased several licences of Captivate 2 for our Vista production systems. However Captiv

  • Best in-Aperture settings for iPad

    Hi, Does anyone know what is the best in-Aperture settings for optimum iPad photo quality ? (Maybe able to do a 2x zoom without pixelating) Currently my previews are set to *"Fit within 2560x2560"* and Quality is set to *"10 High"* However, in this s