Production and Development in Different Networks.

Hi Experts,
       I have installed SAP ECC 6.0 DEV with EHP5 and Solution Manager in one Network Landscape i.e under one live ip.  PRD is not yet installed. My SAP Router is running on Solution manager. Now i have a situation here. The client now wants " only the PRD server installed and shifted to a datacenter"  where he will buy a new live ip with a specifed bandwidth. Now my query is if this is the case how do i connect DEV and PRD servers which will be geographically apart. And how do i configure SAP OSS connection to PRD as my router is in defferent landscape. How will the stms be configured for the developments and customizations to move to PRD. Please let me know what kind of Network activity I have to take care of.
P.S
  Any information on installation of servers on VMware please let me as we are considering evern  that as an option.
Regards,

Rahul
I am not sure what you mean Geographically apart
If you mean they are in different domain there is an option to create domain link
STMS --> Overview --> System --> System --> Create --> Domain Link
If they are not connected by network i am not sure if you can do much
Cheers !
Manish

Similar Messages

  • SQL Query taking the different time in Production and Development Env.

    Hi All,
    Following is the query which is hitting mainly two tables. SA_ORDER & AC_INVOICE.
    My Production and Development both has same amount of data. But in Development env. it is just taking 5 secs. to execute but in Production Env. its handing.
    I have also execution plans of both env. The difference is in development env. it is showing some view i.e. SYS.VW_NSO_1 which is not getting used in Production env.
    And one more input is in Production Env, I don't have DBA privileges.
    What setting will I have to make to resolve this performance problem in Production Env. ?
    Here is the QUERY:------------
    SELECT distinct A.GL_COMPANY_ID,
    A.CUSTOMER_GROUP_ID,
    A.CUSTOMER_GROUP_NAME,
    A.INVOICE_ID,
    A.ORDER_ID,
    B.ORDER_NAME,
    A.CUSTOMER_ID,
    A.CUSTOMER_NAME,
    c.order_name parent_order_name,
    A.INVOICE_DATE,
    A.DUE_DATE,
    A.TOTAL_INVOICED_AMOUNT,
    A.TOTAL_PAID_AMOUNT,
    A.CREDITED_AMOUNT,
    H.write_off
    from ac_invoice a,
    sa_order b,
    (select parent_invoice_id, sum(total_invoiced_amount) write_off
    from ac_invoice
    where invoice_type_id = 3
    group by parent_invoice_id) H,
    (select order_id, order_name from sa_order where order_type_id in (3)) c
    WHERE a.order_id = b.order_id and a.invoice_id = H.parent_invoice_id(+) and
    b.parent_order_id = c.order_id(+) and
    a.invoice_id NOT IN
    ((SELECT invoice_id
    FROM ac_invoice
    WHERE parent_invoice_id IS NOT NULL AND invoice_type_id != 3)
    UNION
    (SELECT parent_invoice_id
    FROM ac_invoice
    WHERE parent_invoice_id IS NOT NULL AND invoice_type_id != 3)) and
    A.GL_COMPANY_ID = 1 and UPPER(A.customer_name) like upper('%KTLA%')
    and
    invoice_type_id in (1, 3, 4, 5, 2) and a.invoice_status_id = 1
    ORDER BY A.INVOICE_ID

    Please follow the advice in [url http://forums.oracle.com/forums/thread.jspa?threadID=501834&tstart=15]this thread for both your development and production environment.
    Regards,
    Rob.

  • How to create production and development enironment in same server

    Hi All,
    We are using OWB10.2.0.1 version and we have only one database which has two schema.we are using default control center to run the mappings.
    We don't have separate servers for development and production.So we use same control center for running the mapping for production and development, cause of this we are getting some problem while changing the existing mapping.
    So we are planing to separate these environment like production and development with in one server and both environment should have the same database and we need to lock the some mapping to development environment which is in live.
    Please suggest me how can i follow because i don't have EXP in these area.Hope you understand the situation.
    Thanks,
    Kumar.

    Hi,
    I am not sure if we can lock the mapping according tot he env. you log into. I can provide an alternate solution by using different project names and store the mapping into them or using different mapping names to indicate them as prod or dev maps.
    From a developer perspective i would suggest u have different environments for dev and prod and as a manager i would like to inform that u have have many audit issues if this goes on.
    Regards,
    Bharath

  • Establishing Production and Development Databases

    We are a small organization that is moving from SQL Server to Oracle and have 3 developers. What is the best way to establish production and development database environments in Oracle. By development I mean the area where database development work, debugging, and testing is done before moving anything to production. What are our options? IE: Two separate Oracle instances on the same server, two separate servers, or another way? Due to budget restraints, we are looking for a workable solution that doesn't require much expense.
    Thanks

    Robert Geier wrote:
    Most companies only pay for PROD licenses. I disagree. Most companies have licenses for all their environments. If you are a large customer, you probably bundle all the environments together and you may not have a separate charge for the lower environments, but you are still in effect paying for development environment licenses.
    Oracle Database Licensing - Development and Test InstancesI'd second Hans's point in this thread
    "Careful ... if the dev or test environments are used to support production, they should be licensed with an appropriate 'right to use' license."
    Unless you are building a prototype, in which case the production environment is not necessary, lower environments do need to be licensed.
    Also, check if you need Enterprise edition, or only need Standard which is cheaper (e.g check the features included).I heartily agree here. Oracle's standard edition is generally equivalent in features to SQL Server enterprise edition, so since the original poster is coming from a SQL Server world, it may be perfectly reasonable to go from SQL Server enterprise to Oracle standard edition. You may also want to look into using either XE across the board or the personal edition of Oracle in a development environment for developer sandboxes.
    Justin

  • Oracle repositories for two servers-Production and Development

    Hi,
    We have two new servers- One production and other Development. We need a place to maintain an Essbase shared services repository in data center for these two servers.
    My question is can we have both Oracle repositories in the same environment? If yes do we need to name them differently...I don't have much insight on the same. Please help me out!
    Thanks in advance...

    Thanks a lot John for this info.
    Does this mean we can have oracle instances available for DEV and PROD on same machine, the only thing that will be differ is their Schema?
    If we are having the same oracle instances in the same machine then we can oracle repositories set for both dev and prod in the same Oracle instance.
    If we are having oracle instances in different machine then we can have oracle repositories setted up in respective oracle instance.
    Please let me know if i have understood your answer completely?

  • Production and Development Database Connections

    Within JDeveloper I have created a database connection to a DEVELOPMENT database and am exposing PL/SQL packages in the development database as web services.
    I can develop and test successfully the exposed packages as web services, and can deploy and run them to a standalone OC4J container on my local machine.
    I then handover the generated EAR file to the production team who deploy the EAR as a web service to the Oc4j container in a remote 9i Application Server.
    This runs successfully from 9iAS.
    So far so good.
    If I have the same PL/SQL package in a live database and development database, but only have access to the development database, how can I expose the package in the live database?
    Can I have a database connection in JDeveloper with a connection name pointing to the development database connection, and have a connection defined in 9iAS with the same name pointing to the live database?
    Any information will be useful.
    Thanks,
    Claire.

    Per the J2EE "roles" definition this is a deployment role todo.
    I.E. the theory is; take a 3rd party ear, depoyee with your appserver vendor's
    deployment tool, edit the data-sources.xml imbeded in the ear on the fly, as
    deployment happens.
    Bake to reality-
    OC4J 903 is intended to be used with OEM for the J2EE spec'ed role of deployer. I'm
    headed this way, but not started the 903/OEM todo.
    Today, OC4J 902 and 902 Jdev, I deploy to a local instance of OC4J. I take that
    ear to production. I've written procedural instructions on poping open the ear and
    editing the data-sources.xml for the DB connection URL and possible login/passwords.
    BTW all your AppModule configurations will have to use data-sources DB connections else
    you'll have DB connection info littered in your bc4j.xcfg's for each AM deeper in your war's.
    I'd like to hear how this is supposed to work from some other folks? :)
    Good luck,
    curt

  • C4780 PC and Printer on different networks

    Please help - I have just purchased a C4780 wireless printer, for a home with 3 laptops. Two of the laptops have been set up fairly easily to print wirelessly, but for the third I am getting the following message :
    The PC and the printer are connected to different networks(192.168.103.0 and 192.168.1.0). They must be connected to the same network. This can happen when you use the manufacturer's default network name (SSID) and another nearby network is using the same name.
    We have only one wireless router, a Linksys with SSID Linksys-6102, and that is identified on the printer's network test report, ( the only other listed is one called NETGEAR )  and also on the third laptop, as well as both of the others.
    The router's IP address is 192.168.1.1
    The printer's IP address is 192.168.1.104
    One of the successful laptop's address is 192.168.1.102
    The one I'm having a problem with has address 192.168.103.1
    Can anyone help suggest a solution?

    It sounds like the printer is on your network (Linksys-6102), but the third PC may be connected to a neighbor's (?) wireless network named NETGEAR.  It the third PC is connected to a neighbor's network, it will not see anything on your network.
    Your neighbor probably has a NETGEAR router with no security, which is a huge risk for them and a pain for you since your PC's will sometimes jump onto it instead of your own network.  If you know whose it is, talk them into changing the SSID and adding WPA or WPA2 security to it.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • Cucm Pub and Sub in different network

    Can we have CUCM 10.5 publisher and subscriber in different subnets ?

    Yes, as long as there is connectivity, if this is a WAN, make sure enough BW is there.

  • Group GL V/s GL Report is working differently in Production and Development

    Dear Experts,
    I have created one Report which displays Group GLs and its Cumulatve Balances. The Format is is as below :
    Items                   Balances
    1001                     XXX
    1002                     XXX
    1003                     XXX
    1100                     XXX
    With Report Report Interface and Go to option I have connected the above with another Report
    If you right click on any of the Item say "1002", It will show its drill down Report that is Group Gl Wise GL, as below
    Output 1
    Items       GL A/c  Balances
    1002                     XXX
                    10021   XXX
                    10022   XXX
    If you Right Click on the Heading "Item", It show display all Items with its GL Account like
    Output 2
    Items       GL A/c  Balances
    1001                     XXX
    10011   XXX
    10012   XXX
    10013   XXX
    1002                     XXX
    10021   XXX
    10022   XXX
    1003        10031   XXX
    10332   XXX
    10033   XXX
    The Above output 1 and Output 2 works in Development, but in Production only Output 1 (i.e. Selected one Items with its GL Account) works, Output 2 (i.e. all Items with its GL Account) does not work in Production System.
    Kindly let me know whatt could be the reason and its resolution ????
    Regards
    Ritesh   M
    Edited by: Ritesh M on Jan 6, 2010 6:40 AM

    Check two things in the production system:
    1) Is the mapping between G/L group and G/L accounts correctly maintained?
    2) Are there real postings on all the accounts which you have listed?

  • CT5508. APs and services in different networks

    Hello
    Following customer indications I would build the following:
    - CT5508 with no LAG.
    - One physical port of CT5508 through which all APs will register with the CT5508
    - A second physical port of CT5508 which connect to a separate network from which contents need to be fetched for wifi clients.
    Q1 Is the above scenario supported by CT5508 with no LAG?
    Q2 Am I forced to reach the contents through the same physical port where the APs register?
    Thanks
    Fred

    Thanks David!
    Why do so? The reason is customer has two networks: one for the office activities (web, email, SAP, etc) and one for the production systems. To protect production they want to keep these separated as much as possible.
    Therefore one physical port of CT5508 will be connected to the office network to which all APs will be connected.
    Then some of the wifi clients will use SSID=Production so they can access the production systems-related data. Therefore another port of the CT5508 would be connected to the production network.
    So far the customer desire.
    I guess another way would be to use LAG and connect all CT5508 ports to the office network as the office and production networks are connected through a firewall. So to access production data customer could "open" the firewall for that specific traffic, but that is not what they want to do.
    Regarding the doc you mention: I had studied it but the (i.e. my) point is that all VLANs run through the same physical/LAG port labeled Pj to the neighbor switch.
    So with respect to the figure 2 in the url, according to your response I can have Vlans a and b run through physical port 1 (connected to switch 1) and Vlan c through physical port 2 connected to a different switch2 in the production network. Correct?
    Regards
    Fred

  • Production and development OBIEE on same host

    Hi!
    I have a problem!
    I installed with different users (oracle and bitest) one ias 10.1.3.1 and BIEE 10.1.3.3.2. The installation finished successfull without errors and warnings. I can start The IAS instances successfull and they work fine. But. I set the port of first nqserver to 9713 and the seconds 9703 on the NQSconfig.ini and I set the odbc.ini too. So, I start the first nqserver on 9713 works fine, but both IAS instance connect to that (run on 9713) nqserver. I don't know, did I set the all parameters perfectly?
    Pls Help!
    Thanks!

    user12145827 wrote:
    I have a production database that move every six months to warehouse where it is stored for history record., there will not be much intraction with production to warehouse. But both databases are exists in one server. I would like to know what is the best practice, since oracle recommending keep one database for one server.----
    Read following link that solve your problem.:
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:316916600346973310

  • About production and development enviornment

    hi
    I have a newbie kind of question......
    I want to know how the developer, staging and production enviornment work in Siebel CRM On Demand?
    I want to know how changes made in the development enviornment are transferred to production envirnment?
    thankx and regards
    Kaushik

    You can receive notification on staging refreshes, just log a call with Customer Care and give them your username and email address and they can add you to the staging notifications email list.
    A handy way to check on refresh dates is to log into the staging enviroment and go to Company Administration - Sign In - it shows you who, besides you has logged in and when and will give you an idea of when the last refresh was done and it will roughly 3 mths after that for the next refresh.
    cheers
    alex

  • Syncing production and development database

    Is there a way/tool that can take a production database and copy all metadata (indexes/stored procedures/etc.) to another production database?
    all help much appreciated.
    Samir Rajguru
    Datamorphix
    [email protected]
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by melaku madhin:
    How about import/export utility?<HR></BLOCKQUOTE>
    import/export is probably the easiest, use the ROWS=N parameter to get just the schema definitions. The only problem will be if you want the table sizes to be different (smaller)

  • Database and developer installation

    good time for everyone,
    i installed my mechine oracle 8i enterprise and i want to use locally, i installed developer 6i . when i want to log in database througth developer i am getting this error ora-12154, could this problem has solution.
    thank you your help in advance,

    Hi,
    You should have installed DB and Developer in different Oracle Homes.
    The error should mean that you did not configure properly the DB alias in the Developer Oracle Home.
    If you can connect without problems in SqlPlus from the DB Oracle Home, copy the SQLNET.ORA and TNSNAMES.ORA files located in the DB ORACLE_HOME\network\admin to the Developer ORACLE_HOME\network\admin.
    Good luck....
    Paolo

  • Color shift between Library and Develop module

    Hi,
    I recently noticed a color shift between in the image when going from the library to the develop module. Yes, I know this is mentioned in the FAQ, but I did not find the solutions given there to be satisfactory.
    Let me explain what happens: I have taken Photos with my Canon EOS 300D, in Jpeg mode with Color Space in the Camera set to AdobeRGB. The photos I am talking about were taken with Tungsten light with auto white balance and have a distinct orange color cast. I use Windows XP and view my Photos on a LCD Display calibrated with the Pantone Huey system. The Lightroom Library Module and Photoshop CS2 both display the original image almost identically (there are no changes applied inside Lightroom or Photoshop, I view the original image in both applications). Photoshop is set to use the Adobe RGB Color space as its working Color space, Softproofing is switched off. However, when I switch to the Develop Module, the colors (especially the orange hues) shift very noticably toward pink. I can only assume that the Colorspace conversion or maybe some implicit soft proof used differs between the modules. So, to restate the problem: If I switch back and forth between Library and Develop, without changing anything and in 1:1 view to avoid errors introduced by different zooming methods, the colors shift quite drastically back and forth.
    I have to say that this is really quite annoying. The whole point for me to use the develop module is to use it to make adjustments to the colors, and for this to work properly I have to see the same colors in both modules and in Photoshop. There is no point in correcting a pink color cast away in Develop that is not even there in either the library module or Photoshop (and that would then have a stronger orange tint because I tried to counter the pink tint in develop).
    So this leads me to the final question: Is it possible to tell Develop to use the exact same color settings as the Library Module? Or is there another way to compensate for the color shift?
    I hope I was clear in what happens and what I tried to do. If it helps I can gladly provide a sample photograph that clearly illustrates the point.
    Thank you in advance for your help,
    Daniel

    Thanks for your comments, Don and Fred. I hope that this issue will be worked on soon.
    Fred, I have set the Preview Quality to High, but it doesn't seem to make any differences concerning the color shift. I have investigated this matter further by now and made the following observations:
    *The color shift is a lot less noticable on my laptop (the laptop screen is also color profiled). On my laptop the change is more of a subtle shift in contrast than in color. This might be caused by the smaller color gammut of my laptop display though.
    *I have uploaded a testimage so that others can check if this shift occurs at their workstations too - after all, it might be a misconfiguration of my color management software, though I doubt that (because Adobe already states that library and develop render different previews). I would be interested if the color shift I describe is noticable at other workstations too. The link to the testimage: http://www.danyx.com/colorshift.jpg (permission to use the image to test the color reproduction is of course granted hereby).
    Thanks for your help, I hope Adobe will listen soon,
    Daniel

Maybe you are looking for