How to point an EP ITS link to another R/3 instance

Hi all,
I will explain what my issue is....
I have installed an EP 6.0 on 2 new servers that will be clustered. As the old EP server also had the ITS installed, I also created ITS instance on both new hosts.
This installation works as a test for a definitive window. So the users want to test the Portal I have just installed pointing to QA, rather than PRD.
When in Production, I acess the Portal , and click on DMS button, I receive the ITS screen to access the R/3 - PRD.
As I am in a test environment, I have already installed ITS (ADM and QA instances), and I am able to acess ITS page with R/3-QA login page. But, if access the Portal, and click on DMS button, I am still being brought to R/3 - PRD page.
What can I do to force the DMS link to send me to R/3-QA login page, rather than R/3-PRD login page ?
Where can I define the correct address ?
Is I click on the login page with right mouse button I can see the URL is http://FGMaq72:82 , but the link I wanto to go should be http://FGMaq72CLS:82
I already published everything from R/3 QA - R3_PUBISH_SERVICES to ITS server.
Thanks a lot !!
Enio.

Do you think I can use this procedure if I configure a Virtual IP alias ?
OMS1: server1_ip
            slb.example.com (Virtual alias reconfigure to server2 in case server1 failed).
OMS2: server2_ip
27.3.2.2.2 Enterprise Manager Side Setup
Perform the following steps:
Resecure the Oracle Management ServiceBy default, the service name on the Management Service-side certificate uses the name of the Management Service host. Management Agents do not accept this certificate when they communicate with the Oracle Management Service through a load balancer. You must run the following command to regenerate the certificate on each Management Service:
emctl secure oms -host slb.example.com -secure_port 4900 -slb_port 4900 -slb_console_port 443 -console [-lock]  [-lock_console] 
Output:
Oracle Enterprise Manager Cloud Control 12c Release 3 Copyright (c) 1996, 2013 Oracle Corporation.  All rights reserved. Securing OMS... Started. Enter Enterprise Manager Root (SYSMAN) Password : Enter Agent Registration Password : Securing OMS... Successful Restart OMS
Resecure all Management AgentsManagement Agents that were installed prior to SLB setup, including the Management Agent that comes with the Management Service install, would be uploading directly to the Management Service. These Management Agents will not be able to upload after SLB is setup. Resecure these Management Agents to upload to the SLB by running the following command on each Management Agent:
emctl secure agent –emdWalletSrcUrl https://slb.example.com:<upload port>/em

Similar Messages

  • How does AnyConnect client calculate its Link Speed? (Windows 7)

    I'm curious about how the AnyConnect client determines what its default Link Speed is, upon initialization?  
    For example, from behind my home firewall, if I have a client that's physically connected to a 1Gbps uplink, when I launch the AnyConnect client, Windows Task Manager shows me a Link Speed of 9 Mbps for my AnyConnect connection.
    However, if I also launch an AnyConnect connection from another machine on my home LAN, connected via 300Mbps WiFi, Windows Task Manager will only show me around a 1 Mbps Link Speed.
    How does the AnyConnect client calculate its Link Speed upon connection?   Does it take a percentage of the available upstream bandwidth?
    My home ISP bandwidth is 50Mbps down/12 Mbps up.   My corporate ISP (where the ASA I'm connecting to resides) it 50Mbps bi-directional.

    For PHP, if you want to handle data in UTF8, NLS_LANG must be set to
    "<language>_<territory>.UTF8", where <language> and <territory> are your
    preference. There is few difference between ODBC and OCI called by PHP
    in this case as both need to set NLS_LANG to UTF8. If you are familiar
    with OCI and expect better performance, you can do so. But if you want
    to make the application be portable in terms of data source, ODBC is an
    appropriate choice.
    Data source doesn't matter the encoding of client. The character set of
    client is determined by how client calls ODBC functions SQLBindParameter
    or SQLBindCol. If the client specifies SQL_C_WCHAR, data is exchanged in
    UTF-16 independent from NLS_LANG. If it is SQL_C_CHAR, data is in
    NLS_LANG encoding. Unicode ODBC client binds data with SQL_C_WCHAR, that
    is exactly the case of MS Access 2000. On the other hand, because PHP
    binds data with SQL_C_CHAR, NLS_LANG is taken as the encoding for data
    manipulations

  • Can I Change How The Pointer Appears Over A Link?

    Is there a way to change my pointer so that it doesn't change to the little pointer finger when it goes over a link? I have a larger pointer and it shrinks back down to the teeny hand when I'm on the web. It drives me nuts.
    Also, I'm still using 10.3.9, but I was hoping there was some way for me to change it. Is there a preference pain or something?
    Thanks!

    In Tiger, the Universal preference panel>Mouse - at the bottom - "difficulty in seeing a mouse" gives the option of making the pointer larger. When I tried it, i.e. move the slider to the right, the pointer did not reduce in size when I moved over a link in Safari. Not sure if the same feature is offered in Panther.
    Hope this helps.

  • I just got my iMac and would like to sync my iPhone to it. It says its linked to another library. It asks to delete contents before syncing. I don't want to lose what I've bought on the phone. How do I get around this?

    Help? Suggestions.

    Transfer your iTunes library from your old computer to your new computer along with all other important data that you will need or want to access on your new computer such as documents, photos, etc.
    Follow the instructions included with this link for transferring your iTunes library from your old computer to your new computer.
    http://support.apple.com/kb/HT1751

  • How to display an object that links to another object

    I am trying to find out how display 2 objects (box's) in a frame and connect them with a line so if I move one box the line stays connected.
    Can anyone point point in the direction of any tutorials or example.
    Eventually I plan to change these box's to be a database table containing attributes and the link representing the fk.

    Eric_Davidson wrote:
    I am trying to find out how display 2 objects (box's) in a frame and connect them with a line so if I move one box the line stays connected.
    Can anyone point point in the direction of any tutorials or example.
    Eventually I plan to change these box's to be a database table containing attributes and the link representing the fk.Which part do you need help with? The drawing of the boxes, the handling of the GUI, the dragging, etc?
    Do you have any code started?

  • How to grant access to view linked in another DB

    Hello,
    I have two DBs. "DatabaseA" and "DatabaseB". I have table "tableA" in databaseA and I have created view in "ViewB" which contains simple SQL query "select * from DatabaseA.dbo.tableA".
    Rigth now I want to get user access to view "viewB" without possibility to see original databaseA tableA

    Rigth now I want to get user access to view "viewB" without possibility to see original databaseA tableA
    If you really have to stick to views, one option is to enable
    database-ownership-chains between those 2 databases.
    Be careful to only enable those 2 databases via
    ALTER DATABASE [DB1]
    SET DB_CHAINING ON
    ALTER DATABASE [DB2]
    SET DB_CHAINING ON
    Then they have to be owned by the same Server Principal/Login (preferably
    not a sysadmin, but that's yet another discussion)
    You can read more about such ownership-chains here:
    http://technet.microsoft.com/en-us/library/ms188676%28v=sql.105%29.aspx
    You then have to be very careful with ALL Objects in Database 1 and 2 - because the chain will work for all of them - as long as they share a common owner. You would have to make sure that only that table (schema) is owned by the same owner.
    And if DDL-permissions come into play, this becomes almost impossible to secure..
    So If you do not fully understand the risks involved by this, I would advise against such a setup and refer to other options.
    One better option even with Views:
    Even with views you can select from a function. And functions can be signed with a certificate.
    So a much more secure option is to go for Certificate Mapped Logins, working for only specific objects that you sign.
    http://msdn.microsoft.com/en-us/library/ms173463.aspx
    I can't find a complete article on that this moment, but I'm sure you can find it.
    Andreas Wolter
    Microsoft Certified Master SQL Server 2008
    Microsoft Certified Solutions Master SQL Data Platform, SQL Server 2012
    Blog: www.insidesql.org/blogs/andreaswolter
    Web: www.andreas-wolter.com |
    www.SarpedonQualityLab.com

  • Internal order and its link to equipment master record

    What is internal order?
    How it is created and its link to equipment master record?

    Hi,
    Maintenance Orders can be linked with Equipment while creating in IW31.
    Other Internal Orders will have their own featues. If the orders to be posted directly to some cost centers or some cost receivers, CO people may create the orders directly using KO01.
    Regards,
    Maheswaran.

  • How can I make links in another application (say thunderbird) open with a specific Firefox profile

    Having several different Firefox profiles, clicking a link in another application (for instance,a link in Thunderbird,or in a email message,generally speaking) brings up the profile manager:is there a way to bypass it and force all links to open with a specific Firefox version\profile?

    A way to do that is to edit the registry and add the -p "profile" switch to those protocol links. There is however no guarantee that such a change stays after an update and Firefox may complain.<br />
    Another way is not to use the profile manager, but select the profile for the default browser once in the PM to set the profile for the default browser, so that profile is marked as Default=1 in profiles.ini. Then place a checkmark in the box to never ask and use a desktop shortcut to start each Firefox version with its own profile, so you do not have to use the PM as that would set another profile with Default=1
    * http://kb.mozillazine.org/Shortcut_to_a_specific_profile
    * http://kb.mozillazine.org/Using_multiple_profiles_-_Firefox

  • How do I unlink my Apple ID from another persons I tunes account? I keep getting their security questions and one of my emails can't be used

    How do I unlink my Apple ID from another persons I tunes account? I keep getting their security questions and one of my emails can't be used. It keeps telling me I its linked to another account but it shouldn't anymore. Plus my security questions belong to the other person and it has no reset option

    depend on the version of itunes and if it's OS X or windows i suppose
    in itunes on ny computer in the upper right corner left of the search bar there is a circle with a black siloet  and my name beside it
    if I click on the v beside it I can a menu with logout as an option

  • 1. How can we search the Forum to see if a question has already been asked? 2. Can I send a Web Page and not just its Link?

    1. How can we search the Forum to see if a question has already been asked? Search goes back to Help and out of the Forum.
    2. Can I send a Web Page and not just its Link? Explorer allows it.

    1. How can we search the Forum to see if a question has already been asked? Search goes back to Help and out of the Forum.
    2. Can I send a Web Page and not just its Link? Explorer allows it.

  • How could i parse string and link its model with my files in eclipse project?

    How could i parse string and link its model with my files in eclipse project?, as i read that we dont have to use standalone mode while working with eclipse projects.
    Example of what i want to do:
    I have file1.dsl in my project which contains some statements but the declaration of these statements are not in another file, i need to put them only in my code

    Hi Stefan,
    I have eclipse project contains 2 files, file1.dsl and file2.dsl, you can see the contents of the files below.
    file1.dsl contains some statements as shown below and file2.dsl contains the declarations of the variables. (like in C++ or Java we have declarations and usage)
    At this step file1.dsl and file2.dsl will be parsed successfully without any errors.
    Lets imagine that we will delete this project and will create another one and the new project will contain only file1.dsl (which contains the usage)
    At this step this file (file1.dsl) will contains some errors after parsing it, because we are using variables without declarations.
    So what i need is to parse the content of file2.dsl directly without adding this file to the project.
    I need to add the content of file2.dsl directly as a string in the code and parse it. just like that ( "int a;int b;" )
    And link file1.dsl with the model generated after parsing my string
    file1.dsl
    a++;
    b++;
    file2.dsl
    int a;
    int b;
    Thanks

  • HT201269 how do i switch off icloud if i dont know my password and its linked to an old email address that does not exist

    i am trying to reset my iphone for my son to us but its asking for an old password for the icloud that i dont know and its linked to an old email account still for some reason and i no longer have it active

    Then you're going to have to contact Apple and speak to someone in account security, because there is no way to bypass the activation lock.

  • How can i Know the email linked to icloud

    Please can anyone help me how to know teh email linked to my phone ??
    it shows me h********@hotmail.com i tried to logged in with my account that belong to h********@hotmail.com and it says inocrrect password or email i tried to reset my id but no reset mail was sent to my email ..
    so i tried to creat a new with the existing email addreess and it works and verified and finally i tried to activate it with h********@hotmail.com with the new passs and it says account cannot be activate with h********@hotmail.com it is linked to another account ..
    so please how can i know the linked email to my phone
    Thank you

    Welcome to the Apple community jorjh.
    If you mean that Find My Phone is asking for a password to a different Apple ID to your current Apple ID.
    This feature has been introduced to make stolen phones useless to those that have stolen them.
    However it can also arise when the user has changed their Apple ID details with Apple and not made the same changes to their iCloud account/Find My Phone on their device before upgrading to iOS 7, or if you restore from a previous back up made before you changed your details.
    The only solution is to change your Apple ID back to its previous state with Apple at My Apple ID using your current password, you don’t need access to this address if it’s previously been used with your Apple ID, once you have saved these details enter the password as requested on your device and then turn off "find my phone" and delete the account from your device.
    You should then change your Apple ID back to its current state, save it once again and then log back in using your current Apple ID. Finally, turn "find my phone" back on once again.
    This article provides more information about Activation Lock.

  • How to add SharePoint 2013 Promoted link list view web part in page programatically with Tiles view using CSOM.

    How to add SharePoint 2013 Promoted link list view web part in page programatically with Tiles view using CSOM. I found that it can be
    done by using XsltListViewWebPart class but how can I use this one by using shraepoint client api.
    shiv

    Nice, can you point me to the solution please ?
    I'm  trying to do this but I get an error : 
    Web Part Error: Cannot complete this action. Please try again. Correlation ID: blablabla
    StackTrace:    at Microsoft.SharePoint.SPViewCollection.EnsureViewSchema(Boolean fullBlownSchema, Boolean bNeedInitallViews)     at Microsoft.SharePoint.SPList.GetView(Guid viewGuid)   
    All help really appreciated.

  • How to add a new url link in a view of an existing webdynpro component?

    How to add a new url link in a view of an existing webdynpro component?

    hi ,
    refer SAP online hep :
    Implementing Enhancements in a View
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/46/233f2189f74f08e10000000a114a6b/frameset.htm
    To enhance the layout of the view, you can create new UI elements. This procedure is no different u2013 from a technical viewpoint u2013 from creating UI elements in components themselves. All UI elements created within the enhancement implementation can then be processed as usual.
    Enhancements  means inserting user developments into SAP development objects at predefined positions.
    The Enhancement Framework enables you to add functionality to standard SAP software without actually changing the original repository objects, and to organize these enhancements as effectively as possible.
    refernce :
    have a look at this article
    How to Create Enhancement Implementation in Web Dynpro ABAP
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/700317da-bd79-2c10-368e-8f18bf5d8b81&overridelayout=true
    as pointed correctly by Saurav in earlier thread
    regards,
    amit

Maybe you are looking for

  • Validations in Web Dynpro Java

    Hello, I'm trying to create a lot of validations in a web dynpro App. Examples:   - An inputfield must not pass 6 characters of length. (I can set the inputfield length of 6 characters but I can't force the inputfield to accept only 6 characters). -

  • Where can I get a price for Distiler Server?

    I've a requirement to convert a few thousand Postscript files to PDF, I've tried running Distiller 9 from the command line to get several threads running and it seems to work just fine. Reviewing the license terms it seems that I need a Distiller Ser

  • Kernel panics, graphic file corruption with Firewire

    I've been having consistent problems with Firewire since I got my Mac Pro last year. I only recently narrowed it down to Firewire so I thought I'd write it up here for the record. I never actually solved the problem, just started using USB-2 instead

  • Create a PDF Form and Email the entire form w/ responses

    I created a form in PDF and I want to e-mail the form with the responses in the fields... like a file-->send to-->mail reciepents as attachment... I want to e-mail the form with responses not just email the data file of the form...any suggestions..pl

  • Stuck Pixels

    How is the quality of the iPhone display? Anyone seeing stuck pixels? Mine is free of stuck pixels but incase I find something odd in the 14 day exchange period I want to weigh that against the stuck pixel, which I would hate! How hard is it to remov