After the EBS clone, the form page banner still shows the source db name

I have just cloned Oracle EBS Financial 11.5.10.2. Everything looks fine except that the banner on the Oracle form (Oracle Applicatoins - xxx) is still show old source database name. Is there any way to correct it?
Thanks

Set the "Site Name" profile as needed on the cloned instance.
1 - Using System Administrator responsibility, navigate to Profile > System
2 - Search for Profile "%Site Name%"
3 - Change the profile option value to the desired setting
4 - Log out completely and back in, then verify.
HTH
Srini

Similar Messages

  • How to update the editor properly after the source types change??

    Dear all;
    i'm using LLBLgen tools (o/r mapper tools) which helps me to create my BLL layer;
    recently i have upgraded from vs 2008 to vs 2013 and i got the following  bug :
    strange thing i have noticed is that if i tried to make any changes in db and updated it in llbl application then visual studio (after clean and rebuild the solution ) recognize changes only in the code behined editor but in the design editor if i
    tried to put gridview control and tried to populate it using LLBLdataSource control  then the gridview control load old fields not the new ones
    why this problem keep happening in the design editor but fixed in the code behind????
    so i tried to post this bug in LLBLgen forums and i got the following response :
    " the datasource controls sometimes act weird because vs.net doesn't update the editor properly after the source types change. This is unfortunately a problem related to the ASP.NET tooling for webforms.."
    so  any idea on how to fix this issue
    thanks
    Tamer El Morsi

    As your issue is related to ASP.NET and web forms, I suggest you visit the Microsoft ASP.NET site (link below) and post in a topical forum there:
    http://forums.asp.net/

  • HT204268; I have purchases on an aol login pre 2008 and all recent stuff under an apple id. I currently see and use everything when i login with the apple id. After March 31st will my apple id account still show and contain all?

    HT204268; I have purchases on an aol login pre 2008 and all recent stuff under an apple id. I currently see and use everything when i login with the apple id. After March 31st will my apple id account still show and contain all?
    I understand the instructions to create a new account id (apple id) from the old aol account. However, does this mean my purchases will be split into 2 accounts; or does the fact that I currently see everything under my apple id (regardless of the purchased by username) mean this will all still appear in my current account as it does now?

    You see them where when you login your non-AOL account ?
    If you currently have two accounts (the AOL username account and an email address account) then you will continue to have two accounts, and nothing should change when you update the AOL account to be an email address (apart from how you access that account).
    You will just be renaming the account to have an email address for accessing it, not creating a new account.

  • Dynamic File Name depending on the Source File name

    Hi Experts,
    I have a problem like Dynamic File name depending on the Source File Name. I will explain with example as follwos
    Source File name                 Targer Folder/Filename
    NK01.VR59.L2007030         VR59/Rec.l200
    NK01.VR71.L2017030         VR71/Rec.l201
    NK01.VR77.L2027030         VR77/Rec.l202
    See above the exaple, Depending on the Source file name, I am deciding where i need to place my file and what name i need to name it.
    So please suggest me the solution and How can i do this with a single communication channel ? Do i need to create multiple CC for each folder??
    Points will be rewarded for Valuable anwer.
    Thanks in Advance,
    Best Regads,
    Vijay

    Hi VIjay,
    Thanks for quick reply. But i am getting error in End to End Scenarios only. If i remove the Return " "  statement from the UDF, while activating it is showing the error saying like missing return statement. I also mapped to the top most node to this UDF.
    I am getting the following error in End to End error Scenarios:
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Request Message Mapping
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>Application</SAP:Category>
      <SAP:Code area="MAPPING">EXCEPTION_DURING_EXECUTE</SAP:Code>
      <SAP:P1>com/sap/xi/tf/_MM_Target_File_determined_</SAP:P1>
      <SAP:P2>com.sap.aii.utilxi.misc.api.BaseRuntimeException</SAP:P2>
      <SAP:P3>Fatal Error: com.sap.engine.lib.xml.parser.Parser~</SAP:P3>
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>During the application mapping com/sap/xi/tf/_MM_Target_File_determined_ a com.sap.aii.utilxi.misc.api.BaseRuntimeException was thrown: Fatal Error: com.sap.engine.lib.xml.parser.Parser~</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>

  • Getting the Source File name Info into Target Message

    Hi all,
    I want to get the Source file name Info into Target message of one of the fields.
    i followed Michal BLOG /people/michal.krawczyk2/blog/2005/11/10/xi-the-same-filename-from-a-sender-to-a-receiver-file-adapter--sp14
    Requirement :
    1) I am able to get the Target file name as same as the source file name when i check the ASMA in Sender & Receiver Adapter , with out any UDF...............this thing is OK
    2) I took One field extra in the target structure Like "FileName" & I mapped it Like
                              Constant(" " )--UDF-----FileName
    I Checked the Option ASMA in Both Sender & Receiver Adapters
    Here iam getting the Target File name as same as Source file name + Source File name Info in the Target Field " FileName".
    I Dont want to get the Target File name as same as Source file name. I want like Out.xml as Target file name.
    If i de-select the Option ASMA in Adapters means it is showing " null" value in the target field "FileName".
    Please Provide the Solution for this
    Regards
    Bopanna

    Hi All,
    Iam able to do this by checking the Option ASMA in only sender adapter itself
    Regards
    Bopanna

  • UDF to capture the source file name or the source folder for mapping

    Hi All,
    i have 2 files -  File1 from File2 from 2 different folders- single comm channel FTP (FCC). i have to pass a constant A and B respectively to a field in target structure.
    my options are -
    either create a new field in source str populating different constants and  then map to the target str
    or a udf to get the source file name or the source folder so that i can map the constant using the value mapping/FixValue mapping.
    please suggest. thanks.
    rajib

    Hi,
    please use the UDF to determine the file name. Then based on file name either pass A or B to your target field.
    The code is as given below. Just tweak the code to pass either A or B as per your requirement.
    public String G_GetFileName(Container container) throws StreamTransformationException{
    DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File","FileName");
    String ourSourceFileName = conf.get(key);
    return  ourSourceFileName; 
    Regards,
    Deepak.

  • Accessing comapny code from the source file name

    Hi,
    Iam doing FILE –FILE to scenario.
    My source file name is XXXX237061606.txt. (XXXX is company code)
    My requirement is …
    Based on company code from the source file name; I need to send the file to the corresponding receiver.
    How to retrieve the company code from the source file name?
    Thanks,
    Hem.

    hem chand wrote:>
    > Hi Varun,
    >
    > Could u please provide me detailed procedure to get the company code.
    >
    > Reg,
    DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File","FileName");
    String ourSourceFileName = conf.get(key);
    This will get you the File name...TRuncate it to extract company code...
    Then have a mapping program with the receivers message type which is persent under SAP BASIS component....
    There map to the required receiver by getting the file name above..
    Create an int mapping for the above mapping and use that in ur enhanced recv determination

  • How do I map the source file name to a target table?

    I am mapping a source fixed length flat file to oracle target tables. One of the tables is a parent transaction table that stores the date, record number, status, etc. and the file name of the source flat file. The file name will change daily because the date is part of the naming convention. Is there an easy way to determine the source file name and map it?
    One option a co-worker is working on is writing a pre-mapping stored procedure. It would insert the file name into a table prior to the mapping. But I was hoping for a cleaner solution.
    Thanks!

    Hi
    Use extarnel table to load the data from the file into the table.
    Create a procedure which changes the external table definition as the filename chnages.
    Use this proceudre in the mapping as a premapping process.
    Ott Karesz
    http://www.trendo-kft.hu

  • Hi, I've tried resetting ipad as advised, but pages app still shows waiting

    Hi I've tried resetting ipad as advised, but pages app still shows waiting on it.

    Connect to iTunes via USB. That's what worked for me.

  • After exiting proxifier software while web pages are still open in firefox, I could not open any web pages unless firefox is restarted. Plz help me.

    I have a problem with Firefox when using Proxifier software. When proxifier is runing and I'm browsing web pages with firefox all things is OK. But after exiting proxifier while web pages are still open in firefox, I encounter a problem. In spite of the internet is still connected but my firefox could not open any web pages unless firefox is restarted.
    You are kindly requested help me how to solve this problem not to restart firefox.

    Hi,
    [http://proxifier.com/ Proxifier] seems to be a transparent proxy. So you could try setting '''No proxy''' in Firefox '''Tools''' ('''Alt''' + '''T''') > '''Options''' > [https://support.mozilla.org/en-US/kb/advanced-settings-browsing-network-updates-encryption Advanced] > '''Network''' > '''Settings'''.
    PS: A quick way to restart Firefox is to press [https://developer.mozilla.org/en-US/docs/Tools/GCLI '''Shift''' + '''F2'''], type '''restart''', and hit '''Enter'''.
    [https://support.mozilla.org/en-US/kb/Options%20window Options]

  • Using log and transfer,  how do I change the source reel name?

    I am importing/transfering native camera footage from folders on a disk that have the same card numbers, FCP is assigning the card number as the source reel.  Is it a problem if there are 2 source reels named the same?  ie card 1?
    If so how do I change the name of the reel for  footage already transferred and how do I assign a new reel name before transfer?
    Thanks!

    Chacos wrote:
    how do I change the name of the reel for  footage already transferred
    In the FCP Browser, switch to list view, then scroll the browser to see the Reel Column. You can enter the reel number there by clicking where the reel number would be and entering it. After you have done one, copy that reel text, and then  select multiple clips and paste the reel number into them simultaneously.
    MtD

  • Dynamically passing the source table name to OWB mapping

    I am building a mapping wherein one of the source tables is a view. The view name varies with the time parameter I pass in. I am looking at ways to pass in the time parameter to the mapping procedure such that it first gets the view name from a table and uses that view as the source table to fetch data. Any directions?
    In normal PL/SQL coding, I can first get the view name and use this view name to buld a dynamic query, which can be then executed.

    This is a common question. The best way to do this is to use a synonym.
    Create the synonym in the database and import into OWB. Use the synonym in your mapping. Have your mapping accept a mapping input for the table you want the synonym to point to. Setup a premapping process to re-create the synonym with the table you want to use.
    Here is the procedure that I use. It defaults to a private synonym. Remember, the synonym will be created in the same schema that the mapping is deployed to.
    CREATE OR REPLACE PROCEDURE "CAWDATA"."CREATE_SYNONYM_PRC" ("P_SYNONYM_NAME" IN VARCHAR2,  "P_OBJECT_NAME" IN VARCHAR2,
    "P_IS_PUBLIC_SYNONYM" IN BOOLEAN DEFAULT false)    IS
    BEGIN
    if p_is_public_synonym = true then
    execute immediate 'create or replace public synonym '|| p_synonym_name || ' for '|| p_object_name;
    else
    execute immediate 'create or replace synonym '|| p_synonym_name || ' for '|| p_object_name;
    end if;
    exception
    when others
    then
          raise_application_error(sqlcode,sqlerrm) ;
    END;

  • Enquiry abt Date stamp after the access log name

    Hi anyone could explain this date stamp of the following
    error_log.1097539200- [Tue Oct 12 08:00:08 2004]
    access_log.1097539200 - [12/Oct/2004:08:00:23 +0800]
    error_log.1097625600 - [Wed Oct 13 08:00:04 2004]
    access_log.1097625600 - [13/Oct/2004:08:00:23 +0800]
    i could not figure out the date stamp behind each log file
    i saw from the example in the documents it should be something like this error_log.20041310 which represents 13 oct 2004 but some how the above log extension is diff

    Thanks for your help now and in the prior post you sent me. I tried and was unable to successfully implement option 1. (See error output below) and I was hoping to not change the way the suffix is calculated in conf files since I read that SA (or system updates) can stomp on those changes.
    Error after putting wildcard character logfile path:
    sudo perl awstats.pl -update -config=www.myserver.org
    Create/Update database for config "./awstats.www.myserver.org.conf" by AWStats version 6.6 (build 1.887)
    From data in log file "/var/log/httpd/access_log*"...
    Error: Couldn't open server log file "/var/log/httpd/access_log*" : No such file or directory
    Setup ('./awstats.www.myserver.org.conf' file, web server or permissions) may be wrong.
    Check config file, permissions and AWStats documentation (in 'docs' directory).

  • How to Append date time to the Source File Name in send Port without Orchestration

    Hi,
    I am using the Macro %SourceFileName%_%datetime%.zip in the filename(Send Port).
    say my file name is ABC.zip
    But I am getting the output as ABC.zip_2013T083444
    Please suggest, How to avoid the extension?
    Vignesh S ----------------------------------------------------------- Please use Mark as Answer if my post has solved your problem and use Vote As Helpful if my post was useful.

    The problem here is %SourceFileName% context property would return filename “With” extension. So when you use %SourceFileName%_%datetime%.zip you get FileNameWithExtension_Datetime
    For this you have to handle it either in customer pipeline component or in orceshtration where you have to remove the extension from the Filename.
    Read this post on remove the extension from this file name
    msgOut(FILE.ReceivedFileName) = System.IO.Path.GetFileNameWithoutExtension(msgIn(FILE.ReceivedFileName));
    After this if you use the
    %SourceFileName%_%datetime%.zip macro, you would get the desired output.
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful.

  • How to get the source file name and transform into database

    Hi,
    We need to load data from source file abc.csv into oracle table. during loading, we need to keep the file name abc.csv and write into the database table as one field. Is there anyone who did the similar task? and how to make it? Pls help!

    Hi,
    If you can write the filename to a text file, you may do the following:
    (1) create a text-file containing the name of your source-file.
    (2) create an external table using that text-file as input.
    Now, you can SELECT the filename from the external table.
    Of course, you need a way to : create the flat file, handle the flat file, etc.
    Grtz.

Maybe you are looking for

  • Time Machine-restoring from a backup that is not the most recent

    My hard drive was failing so I backed it up to Time Machine and had it replaced. It failed again and I replaced it again. The trouble is that the backup seems to also have become corrupt. The Genius Bar told me to try restoring from an earlier backup

  • In Integration Directory

    hi all what is Business Process in ID? When we ue Business Process?(exlain in varius adapters) thanks all

  • How to merge blog pages into one?

    I used iWeb and created three sites within one Domain file; each of these sites has its own blog page. But I haven't touched it for quite some time and would like to pick it up again. I'm at a point where I would like to simplify things: only to have

  • Keynote reverts back to 3.0.2

    Updated my computer today and - all of the sudden all of my keynote files are now associated with 3.0.2 and want me to get iwork 06. I've got iwork 08 and never had version 3.0.2. What happened? I've already read "Topic : Keynote 3.03 and 4.01" and i

  • Accounts payable/recievable??

    I run a small business and want to use numbers to track my income/expenses. Is there a template for that? If not does anyone know how to create one? I dont need it to be very complex. Just somewhat of a spreadsheet with columns for money owed and owe