11i rapid clone - added a datafile to prod and forgot to run adpreclone

I forgot to run adpreclone in my Prod environment before I did a recover of Prod to Dev.
Now my adcfgclone steps fails and I assume it is because my control file is incorrect.
If I check the log one of the errors is:
ORA-01119: error in creating database file
'/app/orafin/xxxx/xxxdb/10.2.0/dbs/MISSING00430'
So I don't know if I can easily fix this or if I will need to run adpreclone and then do a backup/restore to work around this issue.

Hi,
So I don't know if I can easily fix this or if I will need to run adpreclone and then do a backup/restore to work around this issue.You need to run preclone again on the source node, and copy the files.
As a workaround, you may edit adcrdb.zip file and add this new file -- See (Troubleshooting RapidClone issues with Oracle Applications 11i [ID 364565.1]) for details.
Thanks,
Hussein

Similar Messages

  • 11i Rapid Clone Not Certified With 10g/11g RAC???

    Metalink document 230672.1, "Cloning Oracle Applications Release 11i with Rapid Clone" was updated Feb. 2009 with the following:
    February 04, 2009
    - Added 11i/10g/11g RAC clarification on Section 4 Steps 6 and 7.
    - Corrected incorrect format statements.
    The clarification?
    Attention: The following steps apply only for 9i RAC Clusters. Rapid Clone is not certified for Cloning 11i with 10g or 11g RAC Systems at this time.
    10g RAC support for EBS has existed for quite a while, what's up with this? I'm in the middle of upgrading my 11i EBS on 9i RAC environments to 10gR2 RAC.
    Anyone cloning 11i with 10g/11g RAC? How are you doing it?
    Disgusted,
    Jerry

    Take a look Doc ID: 230672.1 on Metalink Section 6 talks about Cloning a RAC system
    If you're trying to search for anything on EBS look for Applications 11i, because most docs refer to it as Applications 11i more often then EBS.
    Cloning Oracle Applications Release 11i
    with Rapid Clone

  • EBS 11i with 10g RAC - rapid clone

    Hi,
    I have installed Oracle EBS 11i (11.5.10) with Oracle 10g RAC (two node) on Linux server.
    I am using ASM for 10g RAC.
    Now I want to rapid clone the EBS to devp server having two node RAC.
    Will you pls give me detail steps to perform this cloning?
    Any help is highly appreciated.
    Thanks,
    DR

    Take a look Doc ID: 230672.1 on Metalink Section 6 talks about Cloning a RAC system
    If you're trying to search for anything on EBS look for Applications 11i, because most docs refer to it as Applications 11i more often then EBS.
    Cloning Oracle Applications Release 11i
    with Rapid Clone

  • Issue in rapid clone

    Hi,
    i am facing a version mismatch with perl
    this is the error
    Perl lib version (5.10.0) doesn't match executable version (v5.8.8)
    it comes just before execution of adclone.pl
    my OS in rhel5
    perl -v
    gives 5.8.8
    EBS is 12.1.2 and DB is 11.2.0.1

    Hi,
    /usr/bin/perlYou need to use Perl shipped with OracleAS 10.1.3 as per (Cloning Oracle Applications Release 12 with Rapid Clone [ID 406982.1]) -- You may also review these docs.
    Perl lib version (5.00503) doesn't match executable version (5.006) [ID 391884.1]
    Common Perl Setup Issues and Solutions for E-Business Suite 11i [ID 404055.1]
    Thanks,
    Hussein

  • About Rapid clone

    My system is
    O/S : Linux AS 2.1 (CPU 2.8Gh *2 , 4G mem)
    EBS Version : 11.5.9
    I want cloning so I have worked with rapid clone process document "Cloning Oracle Applications Release 11i with Rapid Clone 230672.1".
    I have one question
    Must I target system installed EBS 11.5.9 before "start perl script" or "source data copy" ??
    otherwise taget system is running only copy source data ???

    Hi Cho,
    You can copy the source and start the rapid clone.
    Magesh

  • Is it possible to run Rapid clone in a silent/automatic mode?

    Hi List,
    Just wonder if somebody from you fully automated Apps env. cloning procedure?
    We have managed to automate DB part of cloning and most of post clone tasks.
    But one step we still doing manually:
    perl $COMMON_TOP/clone/bin/adcfgclone.pl appsTier
    and answering to all question this tool asking.
    We would like fully automate the cloning procedure to eliminate humane errors.
    Any experience/suggestions on that?
    Thank you in advance,
    Yury

    Hi Ed,
    Tak a look on the following doc in Metalink:
    Note:230672.1 Cloning Oracle Applications Release 11i with Rapid Clone June 2006
    -- Section 4: Advanced Cloning Options
    ---- Refreshing a target system
    Oracle Describes how you can refresh an Apps environment without promting all those questions.
    In case it doesn't help you can use the following command to clone an environment in silent mode:
    perl $COMMON_TOP/clone/bin/adclone.pl java=$COMMON_TOP/clone/bin/../jre mode=apply stage=$COMMON_TOP/clone/bin/.. component=appsTier method=CUSTOM appctxtg=$APPL_TOP/admin/<envname>_<hostname>.xml showProgress contextValidated=true pwd=apps
    In order to generate a Context file you can use ether adclonectx.pl or the following:
    -- To generate Contex file you can use the following command
    $COMMON_TOP/clone/bin/../jre/bin/java -classpath $COMMON_TOP/clone/bin/../jlib/java:$COMMON_TOP/clone/bin/../jlib/xmlparserv2.zip:$COMMON_TOP/clone/bin/../jlib/classes12.zip:$COMMON_TOP/clone/bin/../jre/lib/rt.jar oracle.apps.ad.context.CloneContext -e $COMMON_TOP/clone/bin/../context/apps/CTXORIG.xml -validate -pairsfile /tmp/adpairsfile.lst -stage $COMMON_TOP/clone/bin/../ -passwd <apps_password> -perl "$IAS_ORACLE_HOME/iAS/Apache/perl/bin/perl" -perl5lib /app/uat/uatora/iAS/Apache/perl/lib/5.00503:/app/uat/uatora/iAS/Apache/perl/lib/site_perl/5.005:/app/uat/uatappl/au/11.5.0/perl
    /tmp/adpairsfile.lst -- file content
    s_appsuser=<appl_user>
    s_appsgroup=<group>
    Yury,
    Check this out:
    A.
    http://www.freelists.org/archives/ora-apps-dba/05-2006/msg00000.html
    B.
    - Users can subscribe to the list by sending email to
    ora-apps-dba-request_at_freelists.org with 'subscribe' in the Subject field
    C.
    http://www.freelists.org/archives/ora-apps-dba/06-2006/threads.html
    http://www.freelists.org/archives/ora-apps-dba/05-2006/threads.html

  • Rapid clone port pool numbers

    Hi,
    Have been trying to carry out a rapid clone of ebs 11i. All is working ok but I have a question regarding port pool numbers.
    during the clone process, the process asks questions such as
    Target system COMMON_TOP directory [/path/path/path]and suggest s possible answer. I have noticed that thsi doesn't happen with the port pool number. Is there anyway to get the clone process to preserve the port pool number?
    regards
    Alan

    I am not sure of the clone patch level but it could be 115.7Please run the following to verify the AutoConfig patch you are on:
    SQL> select bug_number, decode(bug_number,
    '2488995' ,'11i.ADX.A'
    ,'2682177' ,'11i.ADX.B'
    ,'2682863' ,'11i.TXK-C'
    ,'2757379' ,'11i.TXK-D'
    ,'2902755' ,'11i.TXK-E'
    ,'3002409' ,'11i.ADX.C'
    ,'3104607' ,'11i.TXK-F'
    ,'3219567' ,'11i.TXK-B'
    ,'3239694' ,'11i.TXK-G'
    ,'3271975' ,'11i.ADX.E'
    ,'3416234' ,'11i.TXK-H'
    ,'3453499' ,'11i.ADX.F'
    ,'3594604' ,'11i.TXK-I'
    ,'3817226' ,'11i.ADX.E.1'
    ,'3950067' ,'11i.TXK-J'
    ,'4104924' ,'11i.TXK-K'
    ,'4367673' ,'11i.TXK-J.1'
    ,'4717668' ,'11i.TXK-M'
    ,'5035661' ,'11i.One_off'
    ,'5107107' ,'11i.TXK-N ROLLUP PATCH AUG 2'
    ,'5414396 ' ,'11i RAPIDCLONE CONSOLIDATED FIXES JAN/2008 '
    ,'5456078' ,'11i.One_off_a'
    ,'5473858' ,'11i.ATG_PF.H RUP5'
    ,'5478710' ,'11i.TXK-O'
    ,'5759055' ,'11i.TXK-P'
    ,'5903765' ,'11i.ATG_PF.H RUP6'
    ,'5985992' ,'11i.TXK-Q'
    ) n_patch, last_update_date
    FROM ad_bugs
    WHERE bug_number IN ( '2488995' ,'2682177' ,'2682863' ,'2757379' ,'2902755' ,'3002409' ,'3104607' ,'3219567'
    ,'3239694' ,'3271975' ,'3416234' ,'3453499' ,'3594604' ,'3817226' ,'3950067' ,'4104924'
    ,'4367673' ,'4717668' ,'5035661' ,'5107107' ,'5414396 ' ,'5456078' ,'5473858' ,'5478710'
    ,'5759055' ,'5903765' ,'5985992' );

  • About EBS12 rapid clone issue

    I always need to clone a test environment from PROD environment.
    every time I configure the target system by "perl adcfgclone.pl ...", I always need to enter many value (such as SID, servername, oracle_home ...) by interactive mode, I think it is troublesome. so I want to find a simple way to confige the target system (perl adcfgclone.pl ) without interactive mode. such as identify a template file that save all the instacne value(SID,servername,ORACLE_HOME etc.), how to realise it ? please help, thanks!
    Edited by: easonmy on 03-May-2012 00:03

    Hi;
    I suggest to check below links
    Is it possible to run Rapid clone in a silent/automatic mode?
    automatic cloning method
    https://blogs.oracle.com/stevenChan/entry/certified_rac_scenarios_for_ebs_cloning
    Regard
    Helios

  • Latest Rapid clone and Autoconfig patches

    Hi,
    Please let me know the latesst patch nos of Rapid Clone and Autoconfig and how could I check the version of Developer 6i?
    Regards

    Hi,
    If you are looking for 11i, please read this document
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&id=230672.1
    and for R12
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&id=406982.1
    Also read Note:811715.1 - Descriptive Checklist for performing Rapid Clone with 11i/R12
    Thanks,
    Ajikumar G

  • New Rapid clone document

    we have EBS R12.1.2 and plan to do the farm clone. on database side we will use database "hot backup".
    Does any one know where is clone document which relate to "hot backup"?
    Can I use RMAN backup or not? if YES any document?
    Thanks.

    Hi,
    In addition to the document referenced above, please see:
    Note: 799735.1 - Rapid Clone Documentation Resources, Release 11i and 12
    Note: 807597.1 - How to deal with common issues on the Database Tier when cloning with Rapid clone
    You can use RMAN, but I believe there is no specific document on how to use RMAN.
    Thanks,
    Hussein

  • Rapid Clone Doc

    Hi All,
    Could someone please let us know where we could get Rapid Clone Doc..
    Regards,

    Hi,
    You can follow Metalink's Note: 230672.1 "Cloning Oracle Applications Release 11i with Rapid Clone", here they told you what kind of patches are needed to apply to configure Rapid Clone.
    Also I have uploaded a paper on this to DBA-Village site. It is a little old (11.5.8), but you can know what is the procedure to follow.
    HTH.
    Kind regards,
    Francisco Mtz.

  • No of physical reads of buffers from disk on PROD and Clone has huge differ

    Please help !
    I am having a problem interpreting a tkprof report.
    I am executing the same statement below in PROD and Clone of PROD.
    What I do not understand why the tkprof report shows huge difference in disk reads for same executions from PROD and Clone of PROD. I.e. first execution disk reads = 757187 , second = 6.
    I expected to see Similar disk reads in the second execution also.The data it fetches is same in both the Instances.
    Statment
    SELECT NVL(SUM(RG_OTH.DEBIT),0),NVL(SUM(RG_OTH.CREDIT),0)
    FROM
    JA_IN_PLA PLA,JAI_RG_OTHERS RG_OTH,HR_ALL_ORGANIZATION_UNITS HOU,
    HR_LOCATIONS LOC,JA_IN_HR_ORGANIZATION_UNITS HR_ORG WHERE 1 = 1 AND
    PLA.ORGANIZATION_ID = :b1 AND TRUNC(PLA.CREATION_DATE) >= :b2 AND
    TRUNC(PLA.CREATION_DATE) <= :b3 AND HOU.ORGANIZATION_ID =
    PLA.ORGANIZATION_ID AND LOC.LOCATION_ID = PLA.LOCATION_ID AND
    HR_ORG.ORGANIZATION_ID = PLA.ORGANIZATION_ID AND HR_ORG.LOCATION_ID =
    PLA.LOCATION_ID AND TRANSACTION_ID = 19 AND INVENTORY_ITEM_ID != 0 AND
    NVL(ROUNDING_ID,1) != -1 AND RG_OTH.SOURCE_REGISTER_ID = PLA.REGISTER_ID
    AND RG_OTH.SOURCE_REGISTER = 'PLA' AND RG_OTH.TAX_TYPE IN (
    'EXCISE_EDUCATION_CESS' )
    Tkproff from PROD.
    call count cpu elapsed disk query current rows
    Parse 1 0.01 0.01 0 0 0 0
    Execute 1 0.04 0.03 0 0 0 0
    Fetch 1 973.41 1724.95 757187 789442 0 1
    total 3 973.46 1725.01 757187 789442 0 1
    Tkproff from CLONE of PROD.
    call count cpu elapsed disk query current rows
    Parse 1 0.06 0.05 1 789 0 0
    Execute 1 0.00 0.00 0 0 0 0
    Fetch 1 0.73 0.72 6 30594 0 1
    total 3 0.79 0.78 7 31383 0 1

    wins wrote:
    SELECT NVL(SUM(RG_OTH.DEBIT),0),NVL(SUM(RG_OTH.CREDIT),0)  
    FROM
    JA_IN_PLA PLA,JAI_RG_OTHERS RG_OTH,HR_ALL_ORGANIZATION_UNITS HOU,
    HR_LOCATIONS LOC,JA_IN_HR_ORGANIZATION_UNITS HR_ORG  WHERE 1 = 1  AND
    PLA.ORGANIZATION_ID = :b1  AND TRUNC(PLA.CREATION_DATE) >= :b2  AND
    TRUNC(PLA.CREATION_DATE) <= :b3  AND HOU.ORGANIZATION_ID =
    PLA.ORGANIZATION_ID  AND LOC.LOCATION_ID = PLA.LOCATION_ID  AND
    HR_ORG.ORGANIZATION_ID = PLA.ORGANIZATION_ID  AND HR_ORG.LOCATION_ID =
    PLA.LOCATION_ID  AND TRANSACTION_ID = 19  AND INVENTORY_ITEM_ID != 0  AND
    NVL(ROUNDING_ID,1) != -1  AND RG_OTH.SOURCE_REGISTER_ID = PLA.REGISTER_ID 
    AND RG_OTH.SOURCE_REGISTER = 'PLA'  AND RG_OTH.TAX_TYPE IN (
    'EXCISE_EDUCATION_CESS'  )
    Tkproff from PROD.
    call     count       cpu    elapsed       disk      query    current        rows
    Parse        1      0.01       0.01          0          0          0           0
    Execute      1      0.04       0.03          0          0          0           0
    Fetch        1    973.41    1724.95     757187     789442          0           1
    total        3    973.46    1725.01     757187     789442          0           1
    Tkproff from CLONE of PROD.
    call     count       cpu    elapsed       disk      query    current        rows
    Parse        1      0.06       0.05          1        789          0           0
    Execute      1      0.00       0.00          0          0          0           0
    Fetch        1      0.73       0.72          6      30594          0           1
    total        3      0.79       0.78          7      31383          0           1
    As others have pointed out, this looks like a change in execution plan. At a guess, the PROD database is doing a tablescan somewhere (physical reads is approximately equal to logical reads is a pointer).
    There are many reasons why this could happen, continuing with the guesswork - we note that the statement was re-optimised (hard parsed) in the clone, but used an existing cursor in production (logical I/O = 0 in prod, 789 in clone). So the plan you got in the clone was the one that Oracle thought best for the inputs you had supplied. The plan in prod could have been produced as the response to a completely different set of input; since you have two bind variables applied to a range based predicated and one bind variable with equality it's possible that you have a histogram that makes a difference on the equality column, alternatively the range of dates used to generate the original plan was very different from the range used in the test.
    Regards
    Jonathan Lewis
    http://jonathanlewis.wordpress.com
    Author: <b><em>Oracle Core</em></b>

  • Rapid clone need redo logs

    Hi,
    Does Rapid clone need redo log files during cloning on target host on DB tier IN 11.5.10.2?
    Thanks

    Hi;
    Per Note: 230672.1
    "Copy the Database Tier File System
    Log on to the Source System Database Node as the ORACLE user.
    Perform a normal shutdown of the Source System Database
    Copy the Database (DBF) files from the Source to the Target System
    Copy the Source Database ORACLE_HOME to the Target System
    Start up the Source Applications System Database and Application Tier processes"
    Step "Copy the Database (DBF) files from the Source to the Target System" I think database files means data files and redo logs both in this scope.Basicly copy all dbtier from your target
    Regard
    Helios

  • Cloning Oracle Applications Release 12 with Rapid Clone

    Hi,
    I was going through metalink doc 406982.1 Cloning Oracle Applications Release 12 with Rapid Clone.
    I couldn't understand a few points.
    I would appreciate if someone can guide me regarding the following queries.
    There is a statement in the doc
    1)An important principle in Oracle Applications cloning is that the system is cloned, rather than the topology ....
    --What is meant by topology in this description?
    2)The Cloning methodology posted on this document requires full Autoconfig complience.
    --didn't get this point.
    3)Note: In the copying tasks below, UNIX/Linux users should ensure that the symbolic links (soft links) are preserved when copying. On most UNIX platforms, this can be accomplished with the cp -RH command. Consult the UNIX man page for the cp command to check the parameters available on your platform.
    --what soft links are being talked about?will the regular cp -R  command not preserve the soft links?
    4)For patching AutoConfig on the E-Business Suite R12 instance, AutoConfig needs to be enabled on both the applications tier and the database tier. (387859.1)
    --HOw do I check if AutoConfig is enabled or not?
    5)Why do I need to synchronize appsutil on database tier from application tier?
    6)Why do we need to maintaain snapshot information?
    What does snapshot actually do?
    Thannks,
    Rushi

    This is what I get when doing "grep rror" from 9239089 logfile.
    will be ignored without error.
    will be ignored without error.
    will be ignored without error.
    0 files had fatal errors.
    0 files had fatal errors.
    Performing second half of mirrored copies...
    No mirrored copies were executed in this patch.
    oracle/apps/ad/splice/adError [120.0.12010000.1] {oracle/apps/ad/splice/adError.class }
    Cause: Error while trying to read metadata from file /appldev/apps/tech_st/10.1.2/forms/java/frmall.jar: No metadata entry META-INF/JRIMETA.DAT found
    Cause: Error while trying to read metadata from file /appldev/apps/tech_st/10.1.2/jlib/ewt3.jar: No metadata entry META-INF/JRIMETA.DAT found
    Cause: Error while trying to read metadata from file /appldev/apps/tech_st/10.1.2/jlib/ewt3-nls.jar: No metadata entry META-INF/JRIMETA.DAT found
    Cause: Error while trying to read metadata from file /appldev/apps/tech_st/10.1.3/lib/xmlparserv2.jar: No metadata entry META-INF/JRIMETA.DAT found
    Cause: Error while trying to read metadata from file /appldev/apps/tech_st/10.1.3/j2ee/oafm/applications/mapviewer/web/WEB-INF/lib/mvclient.jar: No metadata entry META-INF/JRIMETA.DAT found
    Cause: Error while trying to read metadata from file /appldev/apps/tech_st/10.1.3/j2ee/home/lib/mail.jar: No metadata entry META-INF/JRIMETA.DAT found
    Cause: Error while trying to read metadata from file /appldev/apps/tech_st/10.1.3/j2ee/home/lib/activation.jar: No metadata entry META-INF/JRIMETA.DAT found
    oracle/apps/media/ieu_status_error
    oracle/xml/parser/v2/XMLErrorMsg
    oracle/xml/parser/v2/mesg/XMLErrorMesg
    oracle/xml/parser/v2/mesg/XMLErrorMesg_ar_AE
    oracle/xml/parser/v2/mesg/XMLErrorMesg_ca_ES
    oracle/xml/parser/v2/mesg/XMLErrorMesg_cs_CZ
    oracle/xml/parser/v2/mesg/XMLErrorMesg_da_DK
    oracle/xml/parser/v2/mesg/XMLErrorMesg_de_DE
    oracle/xml/parser/v2/mesg/XMLErrorMesg_el_GR
    oracle/xml/parser/v2/mesg/XMLErrorMesg_en_US
    oracle/xml/parser/v2/mesg/XMLErrorMesg_es_AR
    oracle/xml/parser/v2/mesg/XMLErrorMesg_es_ES
    oracle/xml/parser/v2/mesg/XMLErrorMesg_fi_FI
    oracle/xml/parser/v2/mesg/XMLErrorMesg_fr_FR
    oracle/xml/parser/v2/mesg/XMLErrorMesg_hu_HU
    oracle/xml/parser/v2/mesg/XMLErrorMesg_it_IT
    oracle/xml/parser/v2/mesg/XMLErrorMesg_iw_IL
    oracle/xml/parser/v2/mesg/XMLErrorMesg_ja_JP
    oracle/xml/parser/v2/mesg/XMLErrorMesg_ko_KR
    oracle/xml/parser/v2/mesg/XMLErrorMesg_nl_NL
    oracle/xml/parser/v2/mesg/XMLErrorMesg_no_NO
    oracle/xml/parser/v2/mesg/XMLErrorMesg_pl_PL
    oracle/xml/parser/v2/mesg/XMLErrorMesg_pt_BR
    oracle/xml/parser/v2/mesg/XMLErrorMesg_pt_PT
    oracle/xml/parser/v2/mesg/XMLErrorMesg_ro_RO
    oracle/xml/parser/v2/mesg/XMLErrorMesg_ru_RU
    oracle/xml/parser/v2/mesg/XMLErrorMesg_sk_SK
    oracle/xml/parser/v2/mesg/XMLErrorMesg_sv_SE
    oracle/xml/parser/v2/mesg/XMLErrorMesg_tr_TR
    oracle/xml/parser/v2/mesg/XMLErrorMesg_zh_CN
    oracle/xml/parser/v2/mesg/XMLErrorMesg_zh_TW
    Errors and warnings are listed in the log file
    Also I am getting same kind of errors for patches 8919489,9171651,9833058 and 12404574.
    Although there were neither failures nor any ORA- error in any of the log files.
    Please guide what needs to be done regarding the shown errors for the patches.
    after executing adpreclone on db tier I got the following message in logfile.
    error while preclone on db tier:Attempt to remove existing adcrdb.zip failed
    What could have been wrong?
    Is the message normal and can it be safely ignored?
    As a pre-install task of patch 9239089,I executed adgrantsall.sql
    which gave me a prompt Enter a value for 1:
    I entered apps (apps schemaname/username)
    Is it ok?
    Thanks,
    Rushi

  • RAC to NON-RAC Cloning in R 12 using Rapid Clone

    Hi,
    We are using EBS 12.0.4 with DB version Oracle Database 10g Enterprise Edition Release 10.2.0.4.0.
    Initilally the RAC to non RAC cloning were not supported using rapid clone for this.But from Oct 19 Oracle has certified the same.
    Can anybody specify me the document which contain the step by step process for RAC to NON-RAC Cloning using Rapid Clone.I cant find this.
    Regards,
    Susmit

    Hi;
    Please check below previos thread:
    Cloning RAC to non RAC
    RAC -> NON RAC ebiz clone
    Re: Clone Oracle Apps 11.5.10.2 RacDB to Non-RAC DB
    Regard
    Helios

Maybe you are looking for

  • Pc or Mac for Uni please help!

    I start uni soon my old toshiba is soon dead. I need a computer. I would love a macbook or macbookpro. The uni has some softwares - open uni - which are pc only. They recommend Pc. Now with a mac would I be ok? Like i know you can out windows on it ,

  • Script for Word 2008 to set the font for whole document.

    I just moved to Office 2008 form 2004 and am shocked to see my Macros do not work! So need to solve it with Aplescript. I spend an hour to find a way of changing the font in a whole document, to no avail. To select all the text is easy: tell applicat

  • Using RNIF Adapter

    Hi all, We are trying to test RNIF adapter by sending message from XI QA via RNIF adapter (Receiver) to XI DEV via RNIF adapter (Sender). In sxmb_moni (QA) the message is ok, but in RWB (Adapter engine monitoring) the message appears with an error: T

  • Error after arabic language installation

    hi i installed EBS on redhat linux EL4 machines the configuration is : two nodes: node1(db,concurrent,administartion) node2(forms, web) shared appl_top is enabled the instance is VISION i run manintan multi langaul tables from adadmin before runing t

  • Resize custom shapes that I have downloaded

    Hi, I have downloaded some  scroll picture frames as custom shapes.   but on draging over picture they are thick and huge.   can i alter the size of custom shapes.  I have tried doing on a separate layer and when these particular shapes there is no s