Error Oracle WUT-121

Dear all,

We have reports and forms of Oracle 11 g. When you try to download a file using Webutil, it displays error WUT-121 lead transfer prohibited by administrator. How can we solve this problem?

Thanks in advance,

Vishnu.

Dear Vishnu,

You have to edit the webutil.cfg file located in the \config\FormsComponent\forms\serverfolder. Change transfer.database.enabled and transfer.appsrv.enabled to TRUE. By default it will be false for security reasons.

I hope this helps.

Manu.

Tags: Oracle Development

Similar Questions

  • WUT-121: the file transfer has been banned by the administrator

    Hi all
    I use * "Forms [32 bit] Version 11.1.1.1.0 (Production)" * & I'm trying to transfer a file from my application server on the client computer using webutil.

    Here is my procedure

    l_success: webutil_file_transfer.AS_to_Client_with_progress =+.
    * (clientFile = > ' C:\'|| fname |'. txt'*)
    *, serverFile = > ' D:\ebiz1\home\pivot\'|| fname |'. txt'*.
    *, progressTitle = > 'download of current Server Application. "
    (*, progressSubTitle = > 'Please wait'); *


    "but it gives this error continually *'WUT-121: the file transfer has been banned by the administrator."

    Help, please

    According to your code example, it seems you are trying to transfer a file to a drive of your computer to another drive on your computer.

    (clientFile => 'C:\'||fname||'.txt'
    

    , serverFile => ' D:\ebiz1\home\pivot\'|| fname |'. txt'

    Either that or your application server is a WinTel computer.

    As for your webutil.cfg there are a number of things that I noticed:
    First of all, you specified: transfer.appsrv.write.1=C:\ebiz1\Home\Pivot under the directory of the writing, but your code even attempts to write to D:\ebiz1\home\pivot. What is the right directory? You can write to the directory specified in the webutil.cfg. That being the case, replace drive "D" drive "c".

    Also, again depending on your webutil.cfg it seems that your application server is a WinTel box; can you confirm this? This webutil.cfg came your desktop or the application server?

    Hope this helps,
    Craig B-)

    If someone useful or appropriate, please mark accordingly.

  • ERROR: ORACLE prepare error: ORA-00936: lack of expression

    Hello

    I am required to run the 'pass-through' Oracle SQL, to extract data from tables in the SAS for processing and handling. My code (attached) reads and writes (runs) but with zero records to test first. I can't get beyond the error to prepare.

    The request is just like other queries that seem to work, but I can't get past this prepare error. I have no other access to individauls with an adequate knowledge of the PL SQL and as a last stop hoped others in the forum could quickly identify the source of the error.

    Thank you very much in advance for any help.

    Jeff
    _______________________________________

    1; *'; * « ; * / ; Quit; execution risk;
    2 OPTIONS NUMPAGE = MIN;
    3% LET _CLIENTTASKLABEL = % NRBQUOTE (rx_biplr_v3_2);
    4% LET _EGTASKLABEL = % NRBQUOTE (rx_biplr_v3_2);
    5% LET _CLIENTPROJECTNAME = %NRBQUOTE();
    6% LET _SASPROGRAMFILE =;
    7
    8 ODS CLOSE SUBJECT;
    NOTE: Some of your options or statements will not be managed with the Activex or Java Series devices. Chart by default for these
    drivers may be different from other SAS/GRAPH device drivers. For more information, please contact Technical Support.
    9 OPTIONS DEV = ACTIVEX;
    10 EGHTML TEMP FILE NAME;
    NOTE: Writing, body HTML (EGHTML) file: EGHTML
    11 ODS HTML(ID=EGHTML) FILE = EGHTML ENCODING = 'utf - 8' STYLE = EGDefault.
    11. STYLESHEET=(URL="file:///C:/program%20Files/SAS/shared%20Files/BIClientStyles/EGDefault.CSS")
    11. ATTRIBUTES = ("http://www2.sas.com/codebase/graph/v91/sasgraph.exe"="CODE") NOGTITLE NOGFOOTNOTE GPATH = & sasworklocation
    11.
    12
    gaccessible 13%;
    14 /********************************************************/
    15 * RX_BIPLR_V3. SAS;
    16 /********************************************************/
    17
    18 dm 'journal clearly out; delete ";
    19 linesize options = 120;
    20 option obs = 0 NoReplace;
    21
    22 ****************************************************************************************;
    23 * date reviewed programmer in WHICH WAS MADE;
    24 *----- -------------- ------------ -----------------------------------------;
    25 * 2005 creation of David Boyd program to the test population;
    26 *;
    27 * 06/02/2006 Ivon Jones changed to include the whole of the population;
    28 *;
    29 * 20/07/2006 Ivon Jones identified the holdout data elements;
    30 * or inclusion in the consolidation with;
    31 * Robin report;
    32 *;
    33 * 18/08/2006 Ivon Jones updated specific therapeutic Classes.
    34 * 10 - 2009 J Shaf - changed to extract actual or potential of UBH bipolar Dx and medical claims.
    35 ****************************************************************************************;
    36
    37
    38
    39 * % let allclmorgn = (', 'A'); / * claims origin code * /.
    40% would let begdate ='01 SEP 2009;
    41% let enddate = 30 SEP 2009 would be;
    42% let q = %str(%');
    43
    44
    45 data _null_;
    46. call symput ("fdos", put (intnx ('month' ' and begdate "d,-27," starts"), date9.));
    47 call symput ('ldos', put (intnx ('months', ' and enddate "d-0, 'end'" "), date9.));
    48, run;

    NOTE: DATA statement used (total duration of processes):
    time real 0.01 seconds
    2 the system SAS 11:44 Friday, October 30, 2009

    time CPU 0.01 seconds


    49
    50
    51
    52 **************************************************************;
    53 *? Data _null_ stage allows to create a macro variable to;
    54 * year and month, based on the macro ldos variable in the data;
    55 * step up? ;
    56 **************************************************************;
    57
    58
    59 data _null_;
    If 60 months ("& ldos" d) < 10
    61, then call symput ("yr_mo", compress (year ("& ldos" d) |)) '0' || months ("& ldos" d)));
    62 other call symput ("yr_mo", compress (year ("& ldos" d) | months ("& ldos" d)));
    63 to run;

    NOTE: The numeric values were converted to character values in the locations given by: (Line): (Column).
    61:39 61:64 62:39 62:57
    NOTE: DATA statement used (total duration of processes):
    time real 0.01 seconds
    time processor 0.01 seconds


    64
    65 * make % & biplr_dx;
    position 66% & begdate;
    ' 01 SEP 2009 would be
    67% put & enddate;
    30 SEP 2009 would be
    68% put & fdos;
    JUNE 1, 2007
    69% put & ldos;
    SEPTEMBER 30, 2009
    70% put & q;
    '
    71
    72
    73 libname biplr ' / home/jshafi01/projects/adhoc/biplr_dprsn/data ';
    NOTE: Libref BIPLR has been awarded with success as follows:
    Engine: V9
    Physical name: / home/jshafi01/projects/adhoc/biplr_dprsn/data
    74 rosdwp libname = oracle user "& oracle_user." pass = "& oracle_pass." ' buffsize = 32767 path = "rosdwp"; "
    NOTE: Libref ROSDWP has been awarded with success as follows:
    Engine: ORACLE
    Physical name: rosdwp
    75
    work.biplr_up_v1 76 data;
    mbr_id length 77 attrib = $ 26;
    78 the value biplr.biplr_ubh_med_v1;
    79 to be performed;

    NOTE: There were 0 read comments from the BIPLR data set. BIPLR_UBH_MED_V1.
    NOTE: All data WORK. BIPLR_UP_V1 has 0 comments and variables 1.
    NOTE: DATA statement used (total duration of processes):
    time real 0.01 seconds
    3 the system SAS 11:44 Friday, October 30, 2009

    time processor 0.01 seconds


    80
    81 proc content;
    82 to be performed;

    NOTE: PROCEDURE used CONTENT (total duration of processes):
    time real 0.03 seconds
    time CPU 0.03 seconds


    83
    84 proc datasets
    85 = rosdwp nolist library.
    86. delete biplr_up_v1;
    87 of quitting;

    NOTE: The removal of ROSDWP. BIPLR_UP_V1 (memtype = DATA).
    NOTE: PROCEDURE used DATASETS (time Total of processes):
    time real 3.74 seconds
    time CPU 0.03 seconds


    88
    89 proc datasets
    90 = work nolist library.
    copy 91 = rosdwp move;
    92 select biplr_up_v1;
    93 of quitting;

    NOTE: Move WORK. BIPLR_UP_V1 to ROSDWP. BIPLR_UP_V1 (memtype = DATA).
    NOTE: Variable labels SAS, formats and lengths are not written to the DBMS tables.
    NOTE: There were 0 read comments from the WORKING data set. BIPLR_UP_V1.
    NOTE: All the data ROSDWP. BIPLR_UP_V1 has 0 comments and variables 1.
    NOTE: PROCEDURE used DATASETS (time Total of processes):
    real 0.32 seconds
    time CPU 0.04 seconds


    94
    95
    96
    97 *****************************************************************************;
    98
    99 * execute (commit) by rosdwp
    100 ******************************************************************************;
    101
    102
    103 proc SQL noprint.
    104, connect to oracle as rosdwp (user = "" & oracle_user. "password =" "& oracle_pass ' buffsize = 32767 path ="rosdwp")
    104. preserve_comments);
    run 105 (alter session set nls_date_format = 'ddmonyyyy') by rosdwp;
    CREATE table biplr_rx like 106
    107 SELECT
    mrb_id 108,
    pcp_spc 109,
    rx_date 110,
    4 the system SAS 11:44 Friday, October 30, 2009

    Mark 111,
    generic, 112
    113 ahfs_cd
    ahfs_dsc 114,
    lbl 115,
    strngth 116,
    UNT 117,
    spc_tx_cls_cd 118,
    119 spc_tx_cls_dsc,
    GCN 120,
    rx_num 121,
    rx_ingrd 122,
    rx_paid 123,
    rx_cnt 124,
    rx_qty 125,
    rx_day 126
    127 rosdwp CONNECTION
    128 (SELECT
    129, middle of the year. UNIQ_MBR_ID as mrb_id,
    130 DB. PRVDR_SPCLTY_DESC as pcp_spc,
    FCP 131. LAST_SRVC_DT as rx_date,
    132 JJ. BRAND_NAME as mark,
    133 JJ. GNRC_NAME as generic,
    134 JJ. AHFS_THRPTC_CLS_CD as ahfs_cd,
    DD 135. AHFS_THRPTC_CLS_DESC as ahfs_dsc,
    136 JJ. LABEL_NAME as lbl,
    137 JJ. STRNGTH_NUM as strngth
    138 JJ. STRNGTH_UNIT_DESC as unt,
    139 JJ. SPECF_THRPTC_CLS_CD as spc_tx_cls_cd,
    140 DD. SPECF_THRPTC_CLS_DESC as spc_tx_cls_dsc,
    141 JJ. GCN_NUM as gcn,
    FCP 142. PRSCRPTN_NUM as rx_num,
    SUM of 143 (FCP. INGRDNT_AMT) as rx_ingrd,
    SUM of 144 (FCP. PD_AMT) as rx_paid,
    $ 145 (FCP. UNIT_SRVC_CNT) as rx_cnt,
    SUM of 146 (FCP. DSPNSD_QTY) as rx_qty,
    SUM of 147 (FCP. DAY_SUPLY_CNT) as rx_day
    148
    149 PHRMCY_CLM_FACT pcf,
    150 MBR_ID_DMNSN environment,
    151 DRUG_DMNSN dd,
    152 PRVDR_DMNSN pd,
    153 biplr_up_v1
    154. WHERE THE
    (155)
    156 (biplr_up_v1.mbr_id = MBR_ID_DMNSN. UNIQ_MBR_ID) and
    157 (PHRMCY_CLM_FACT. FINL_CLM_KEY = PHRMCY_FINL_CLM_DMNSN. FINL_CLM_KEY) AND
    158 (PHRMCY_CLM_FACT. MBR_KEY = MBR_ID_DMNSN. MBR_KEY) and
    159 (PHRMCY_CLM_FACT. BNFT_KEY = MBR_BNFT_DMNSN. BNFT_KEY) and
    160 (PHRMCY_CLM_FACT. DRUG_KEY = DRUG_DMNSN. DRUG_KEY) and
    161 (PHRMCY_FINL_CLM_DMNSN. CLM_ORGN_CD IN (', 'A')) AND
    162 (PHRMCY_CLM_FACT. LAST_SRVC_DT BETWEEN q. & fdos. & q and & q. & ldos. & q)
    163)
    164 Group By
    165 mi. UNIQ_MBR_ID,
    166 pd. PRVDR_SPCLTY_DESC,
    FCP 167. LAST_SRVC_DT,
    168 JJ. BRAND_NAME,
    5 the system SAS 11:44 Friday, October 30, 2009

    169 JJ. GNRC_NAME,
    170 JJ. AHFS_THRPTC_CLS_CD,
    171 JJ. AHFS_THRPTC_CLS_DESC,
    172 JJ. LABEL_NAME,
    173 JJ. STRNGTH_NUM,
    174 JJ. STRNGTH_UNIT_DESC,
    175 JJ. SPECF_THRPTC_CLS_CD,
    176 JJ. SPECF_THRPTC_CLS_DESC,
    177 JJ. GCN_NUM,
    FCP 178. PRSCRPTN_NUM
    179);
    ERROR: ORACLE prepare error: ORA-00936: lack of expression. SQL statement: SELECT middle. UNIQ_MBR_ID as mrb_id,
    RDL PRVDR_SPCLTY_DESC like pcp_spc, FCP. LAST_SRVC_DT as rx_date, JJ. BRAND_NAME as brand, JJ. GNRC_NAME as generic,
    DD. AHFS_THRPTC_CLS_CD like ahfs_cd, JJ. AHFS_THRPTC_CLS_DESC as ahfs_dsc, JJ. LABEL_NAME as lbl, JJ. STRNGTH_NUM as
    strngth, JJ. STRNGTH_UNIT_DESC as unt, JJ. SPECF_THRPTC_CLS_CD as spc_tx_cls_cd, JJ. SPECF_THRPTC_CLS_DESC as
    spc_tx_cls_dsc, JJ. GCN_NUM as gcn, FCP. PRSCRPTN_NUM as rx_num, SUM (FCP. INGRDNT_AMT) as rx_ingrd, SUM (FCP. PD_AMT)
    as rx_paid, SUM (FCP. UNIT_SRVC_CNT) as rx_cnt, SUM (FCP. DSPNSD_QTY) as rx_qty, SUM (FCP. DAY_SUPLY_CNT) as rx_day
    OF PHRMCY_CLM_FACT pcf, MBR_ID_DMNSN mi, DRUG_DMNSN JJ, pd of the PRVDR_DMNSN, biplr_up_v1 () WHERE the
    (biplr_up_v1.mbr_id = MBR_ID_DMNSN. UNIQ_MBR_ID) and (PHRMCY_CLM_FACT. FINL_CLM_KEY =
    PHRMCY_FINL_CLM_DMNSN. FINL_CLM_KEY) AND (PHRMCY_CLM_FACT. MBR_KEY = MBR_ID_DMNSN. MBR_KEY) and
    (PHRMCY_CLM_FACT. BNFT_KEY = MBR_BNFT_DMNSN. BNFT_KEY) and (PHRMCY_CLM_FACT. DRUG_KEY = DRUG_DMNSN. DRUG_KEY) and
    (PHRMCY_FINL_CLM_DMNSN. CLM_ORGN_CD IN (', 'A')) AND (PHRMCY_CLM_FACT. LAST_SRVC_DT BETWEEN ' 01 JUN 2007"
    and 30 SEP 2009') Group By mi. UNIQ_MBR_ID, pd. PRVDR_SPCLTY_DESC, FCP. LAST_SRVC_DT, JJ. BRAND_NAME,
    DD GNRC_NAME, JJ. AHFS_THRPTC_CLS_CD, JJ. AHFS_THRPTC_CLS_DESC, JJ. LABEL_NAME, JJ. STRNGTH_NUM,
    DD STRNGTH_UNIT_DESC, JJ. SPECF_THRPTC_CLS_CD, JJ. SPECF_THRPTC_CLS_DESC, JJ. GCN_NUM, FCP. PRSCRPTN_NUM.
    NOTE: PROC SQL set NOEXEC option and will continue to check the syntax of the instructions.
    180 run (drop table biplr_up_v1) in rosdwp;
    NOTE: Statement is not executed because the NOEXEC option.
    181 disconnect of rosdwp;
    NOTE: Statement is not executed because the NOEXEC option.
    182 of quitting;
    NOTE: The SAS system is stopped at this stage of processing errors.
    NOTE: PROCEDURE used SQL (total duration of processes):
    time real 0.14 seconds
    time CPU 0.03 seconds

    183
    184

    (1) assuming that LAST_SRVC_DT is a column of PHRMCY_CLM_FACT, to precede the table alias "FCP" rather than the full table name. If a table alias is specified in the FROM clause, it should be used rather than the full table name when you reference the columns.
    2) there are two tables in the WHERE clause that do not appear in the FROM clause:

    PHRMCY_FINL_CLM_DMNSN
    MBR_BNFT_DMNSN

    user12142482 wrote:
    Hello again,

    Wish Oracle was a bit more informative. Uses an Institute of SAS product called Enterprise Guide. A "hot fix" has been installed to solve a problem that the product appears unable to save the latest version of the revised code changes (hence "BETWEEN between" remaining even after an earlier edition). In any case, with the change, now get this error:

    «ERROR: ORACLE prepare error: ORA-00904: "PHRMCY_CLM_FACT".» ' LAST_SRVC_DT': invalid identifier. (The log file is displayed below)

    -The-Les restes remains of the error, no matter if code "pass" is used to move the date range to Oracle (which seems correct to the log output below that I believe), or if I hard code the date range in the query SQL PL itself.

    -L' preparation error always appears at the end of the internal SELECTION.
    -L' error of preparation remain, with or without the GROUP BY clause.

    Is there something else I'm missing? Someone suggested a reserve word - but other versions of the ANSI SQL standard, I don't see that is the case. I went to Support SAS and SAS list serve to the University of Georgia, but nothing definite from these sources. Have requested either able to run Oracle directly, outside this SAS Institute product - process.

    Any suggestions are greatly appreciated. Thank you to all the world very much.

    Jeff
    150 OF
    151 PHRMCY_CLM_FACT pcf,


    152 MBR_ID_DMNSN environment,
    153 DRUG_DMNSN dd,
    154 PRVDR_DMNSN pd,
    155 BIPLR_UP_V1 BLPR2
    156. WHERE THE
    157 (BIPLR_UP_V1.mbr_id = MBR_ID_DMNSN. UNIQ_MBR_ID) and
    158 (PHRMCY_CLM_FACT. FINL_CLM_KEY = PHRMCY_FINL_CLM_DMNSN. FINL_CLM_KEY) AND
    159 (PHRMCY_CLM_FACT. MBR_KEY = MBR_ID_DMNSN. MBR_KEY) and
    160 (PHRMCY_CLM_FACT. BNFT_KEY = MBR_BNFT_DMNSN. BNFT_KEY) and
    161 (PHRMCY_CLM_FACT. DRUG_KEY = DRUG_DMNSN. DRUG_KEY) and
    162 (PHRMCY_FINL_CLM_DMNSN. CLM_ORGN_CD IN (', 'A')) AND
    163 (PHRMCY_CLM_FACT. BETWEEN LAST_SRVC_DT & q. & fdos. & q and q & ldos. & q)
    (164);
    ERROR: ORACLE prepare error: ORA-00904: "PHRMCY_CLM_FACT." "' LAST_SRVC_DT ': invalid identifier. SQL statement:

  • IMP-00017: statement failed with error ORACLE 1658:

    # imp system/pass fromuser = touser = file=/disk1/Downloads/dmp/MI61015.dmp databaseName databaseName

    Import: Release 11.2.0.2.0 - Production on Sat Oct 10 09:29:32 2015

    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.

    Connected to: Oracle Database 11 g Express Edition Release 11.2.0.2.0 - 64 bit Production

    Export file created by EXPORT: V11.02.00 by conventional means

    import performed AL32UTF8 and AL16UTF16 NCHAR character set

    Customer export uses the (possible character set conversion) US7ASCII character set

    . imported objects from databaseName databaseName

    . . import of table 'ACCOUNTS' 12 rows imported

    . . table import 'AGREEMENTS' 6 imported lines

    . . importing table "ASSIGNEDDEPT" 0 rows imported

    . . import of 2713 lines imported from the table 'BULKSAVEDCVS '.

    . . import of table "CERTIFICATION" 7 lines imported

    . . importing table "COMMONDOCS" 0 rows imported

    . . table import 'COUNTRY' 256 imported lines

    . . importing table "CVCATEGORIES" 6 imported lines

    . . table 'CVCERTIFICATION' import 92 lines imported

    . . importing table "CVCHECKAGAIN" 56 imported lines

    . . importing table "CVDETAILS".

    IMP-00058: ORACLE error 1653

    ORA-01653: unable to extend table databaseName.CVDETAILS 8192 in the SYSTEM tablespace

    IMP-00028: partial import of the restored previous table: 20960 restored lines

    . . table 'CVLICENSE' import 756 lines imported

    . . importing table "CVPROPERTIES" 69752 imported lines

    . . rows in table 'CVSPECIALTY' import imported 6159

    . . import of 1701 lines imported from the table 'CVVIEWS '.

    . . "DEPT" table import 2 lines imported

    IMP-00017: statement failed with error ORACLE 1658:

    ' CREATE TABLE 'DETAILRESUME' ("D_ID" (14: 0), THE NUMBER OF 'CV_ID' (14: 0), "").

    "NUMBER OF 'CAT_ID' (14: 0), 'DETAILRESUME' CLOB) INITRANS PCTUSED 40 PCTFREE 10.

    1 MAXTRANS 255' STORAGE ' (INITIALS 67108864 THEN 1048576 MINEXTENTS 1 FREELIST).

    "S 1 FREELIST GROUPS 1 DEFAULT USER_TABLES) TABLESPACE 'SYSTEM' LOGGING NOCO.

    "COMPRESS LOB ("DETAILRESUME") AS STORE BASICFILE (TABLESPACE 'SYSTEM' ENABLE '.

    "CHUNK 8192 PCTVERSION 10 NOCACHE LOGGING STORAGE (INITIAL 6" ONLINE STORAGE ".

    "THE NEXT 5536 1048576 MINEXTENTS 1 FREELISTS 1 FREELIST GROUPS 1 USER_TABLES OF."

    "FAULT)).

    IMP-00003: ORACLE error 1658

    ORA-01658: unable to create the INITIAL extent for segment in tablespace SYSTEM

    . . importing table "DOCCATEGORIES" 0 rows imported

    . . table 'EMPLOYERORAGENT' import 62 lines imported

    . . table 'FAQ' import 4 lines imported

    . . importing table "FOLDERCVS" 6 imported lines

    . . table import 'FOLDERS' 3 imported lines

    . . "JOBDETAILS" table import 84 lines imported

    . . table 'JOBKEYWORDS' import 190 lines imported

    . . table 'JOBPOSTINGS' import 84 lines imported

    . . import of table 'JOBPROPERTIES' 89 imported lines

    . . table 'JOBRESPONSES' import 64019 lines imported

    . . table import "LICENSE" 20 imported lines

    . . import of table 'MESSAGES' 0 rows imported

    . . table import 'NEWS' 0 rows imported

    . . table import "SPECIALTY" 301 lines imported

    . . table import "STAFF" 12 rows imported

    . . table import 'TICKET' 0 rows imported

    . . importing table "TICKETCATEGORY" 0 rows imported

    . . importing table "TICKETTEMPLATES" 0 rows imported

    . . import of rows in table 'USERS' 4410 imported

    About to activate the constraints...

    Import completed successfully with warnings.

    #

    Please advise.

    Thank you in anticipation

    Christy H. wrote:

    How can I increase its space?

    That drive you some people to knowledge, but you can't make them think.

    http://www.lmgtfy.com/?q=Oracle+increase+tablespace+size

  • ORA-17628: error Oracle 19505 returned by remote Oracle - Dup Active Server

    Hi all

    I'm doing a duplicate RMAN of a 11.2.0.4 database to another host on a different IP address.

    Goal

    SQL> select * from v$version;
    
    BANNER
    --------------------------------------------------------------------------------
    Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
    

    Auxiliary (nomount)

    SQL> select * from v$version;
    
    BANNER
    --------------------------------------------------------------------------------
    Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
    
    

    I've added an entry static listener to the file on the server to THE listener and start the instance in nomount.

    (SID_LIST =
       (SID_DESC =
          (GLOBAL_DBNAME = IST_11G)
          (ORACLE_HOME = /devdb3/u01b/app/oracle/product/11.2.0.4)
          (SID_NAME = IST_11G)
        )
    

    TNSNAMES on the server to THE:

    points to the TARGET server:

    IST_11G_192 = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.48)(PORT = 1521))(CONNECT_DATA = (SERVER = DEDICATED)(SERVICE_NAME = IST_11G)(UR=A)))
    

    the server pointing to THE

    IST_11G = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 172.21.64.72)(PORT = 1521))(CONNECT_DATA = (SERVER = DEDICATED)(SERVICE_NAME = IST_11G)(UR=A)))
    

    TNSNAMES on the TARGET server:

    IST_11G_NEW = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 172.21.64.72)(PORT = 1521))(CONNECT_DATA = (SERVER = DEDICATED)(SERVICE_NAME = IST_11G)(UR=A)))
    

    instance pFile to THE:

    Using parameters in Server pfile /devdb3/u01b/app/oracle/product/11.2.0.4/dbs/initIST_11G.ora-side

    Parameters of the system with default values:

    db_name = "IST_11G".

    I have sftp file password above and named correctly.

    Check the connections

    --from target
    $ sqlplus sys/xxx@IST_11G_NEW as sysdba
    
    SQL*Plus: Release 11.2.0.4.0 Production on Tue Jun 30 08:32:10 2015
    
    Copyright (c) 1982, 2013, Oracle.  All rights reserved.
    
    
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    
    SQL>
    

    Since in THE

    $ sqlplus sys/xxx@IST_11G_192 as sysdba

    SQL * more: Release 11.2.0.4.0 Production on Mar 30 08:32:32 June 2015

    Copyright (c) 1982, 2013, Oracle.  All rights reserved.

    Connected to:

    Oracle Database 11 g Enterprise Edition Release 11.2.0.4.0 - 64 bit Production

    With partitioning, OLAP, Data Mining and Real Application Testing options

    SQL >

    So I checked that I have two means of connection, my at THE start and I can connect.

    Here's my RMAN command (Note: the TARGET servers and have the same host name, don't ask...) "This is why we use the IP address in the TNSNAMES):

    connection:

    rman target sys/xxx@IST_11G_192 auxiliary sys/xxx@IST_11G | tee /home/oracle/IST_11G_duplicate.log
    

    run
    {
      duplicate target database to IST_11G from active database
      NOFILENAMECHECK
      spfile
      set DB_FILE_NAME_CONVERT = '/devdb3/u01/oradata/IST_11G','/devdb3/u02d/oradata/IST_11G','/devdb3/u02/oradata/IST_11G','/devdb3/u02d/oradata/IST_11G'
      set LOG_FILE_NAME_CONVERT = '/devdb3/u01/oradata/IST_11G/','/devdb3/u03r/IST_11G_DEVDB3/'
      set control_files = '/devdb3/u03r/IST_11G_DEVDB3/controlfile/IST_11G_ctl1.ctl', '/devdb3/u04r/IST_11G_DEVDB3/controlfile/IST_11G_ctl2.ctl'
      set audit_file_dest = '/devdb3/u01b/app/oracle/product/11.2.0.4/rdbms/audit/'
      set diagnostic_dest = '/devdb3/u01b/app/oracle/'
      set log_archive_dest =  '/devdb3/u05f/fast_recovery/IST_11G/archivelogs/'
      set MEMORY_MAX_TARGET='1G'
      set MEMORY_TARGET='1G';
    }
    

    $ rman target sys/xxx@IST_11G_192 auxiliary sys/xxx@IST_11G | tee /home/oracle/IST_11G_duplicate.log
    
    Recovery Manager: Release 11.2.0.4.0 - Production on Tue Jun 30 08:37:02 2015
    
    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.
    
    connected to target database: IST_11G (DBID=525645852)
    connected to auxiliary database: IST_11G (not mounted)
    
    RMAN> run
    2> {
    3>   duplicate target database to IST_11G from active database
      NOFILENAMECHECK
      spfile
    4> 5> 6>   set DB_FILE_NAME_CONVERT = '/devdb3/u01/oradata/IST_11G','/devdb3/u02d/oradata/IST_11G','/devdb3/u02/oradata/IST_11G','/devdb3/u02d/oradata/IST_11G'
      set LOG_FILE_NAME_CONVERT = '/devdb3/u01/oradata/IST_11G/','/devdb3/u03r/IST_11G_DEVDB3/'
      set control_files = '/devdb3/u03r/IST_11G_DEVDB3/controlfile/IST_11G_ctl1.ctl', '/devdb3/u04r/IST_11G_DEVDB3/controlfile/IST_11G_ctl2.ctl'
    7>   set audit_file_dest = '/devdb3/u01b/app/oracle/product/11.2.0.4/rdbms/audit/'
    8>   set diagnostic_dest = '/devdb3/u01b/app/oracle/'
      set log_archive_dest =  '/devdb3/u05f/fast_recovery/IST_11G/archivelogs/'
    9>   set MEMORY_MAX_TARGET='1G'
      set MEMORY_TARGET='1G';
    10> }
    11>
    12>
    
    Starting Duplicate Db at Jun 30 2015 08:37:10
    using target database control file instead of recovery catalog
    allocated channel: ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: SID=216 device type=DISK
    
    contents of Memory Script:
    {
       backup as copy reuse
       targetfile  '/devdb3/oracle/app/oracle/product/11.2.0.4/dbs/spfileIST_11G.ora' auxiliary format
    '/devdb3/u01b/app/oracle/product/11.2.0.4/dbs/spfileIST_11G.ora'   ;
       sql clone "alter system set spfile= ''/devdb3/u01b/app/oracle/product/11.2.0.4/dbs/spfileIST_11G.ora''";
    }
    executing Memory Script
    
    Starting backup at Jun 30 2015 08:37:11
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=365 device type=DISK
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 06/30/2015 08:37:12
    RMAN-05501: aborting duplication of target database
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 06/30/2015 08:37:12
    ORA-17628: Oracle error 19505 returned by remote Oracle server
    
    RMAN>
    
    
    
    
    
    
    
    
    
    

    I can't understand why I'm getting ORA-17628: error Oracle 19505 returned by remote Oracle server.

    So, I try one of the commands connecting memory se scripts to check if was not a problem with my execution block.

    backup copy reuse targetfile ' / devdb3/oracle/app/oracle/product/11.2.0.4/dbs/spfileIST_11G.ora' auxiliary format ' / devdb3/u01b/app/oracle/product/11.2.0.4/dbs/spfileIST_11G.ora';

    $ rman target sys/sys_IST_11G@IST_11G_192 auxiliary sys/sys_IST_11G@IST_11G | tee /home/oracle/IST_11G_duplicate.log
    
    Recovery Manager: Release 11.2.0.4.0 - Production on Tue Jun 30 08:41:00 2015
    
    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.
    
    connected to target database: IST_11G (DBID=525645852)
    connected to auxiliary database: IST_11G (not mounted)
    
    RMAN> backup as copy reuse targetfile  '/devdb3/oracle/app/oracle/product/11.2.0.4/dbs/spfileIST_11G.ora' auxiliary format '/devdb3/u01b/app/oracle/product/11.2.0.4/dbs/spfileIST_11G.ora';
    
    Starting backup at Jun 30 2015 08:41:15
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=365 device type=DISK
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 06/30/2015 08:41:17
    ORA-17628: Oracle error 19505 returned by remote Oracle server
    
    RMAN>
    
    
    
    
    
    
    
    

    Same mistake.  Nothing is written for the journal of alerts.  IM starting to pull the hair is left on my head out and people start screaming for this database.  I could go back to datapump but I want to understand this.  Any help would be very much appreciated.

    Thank you.

    Yes, although this:

    connected to target database: IST_11G (DBID = 525645852)

    connected to the auxiliary database: IST_11G (unassembled)

    can say you that RMAN you connected the two separate databases, the process, instances should do research each other using tnsnames file entries.  Thus, incorrect tnsnames entries can have one instance pointing to itself.

    Hemant K Collette

  • "Error: oracle/mds/net/OraMDSURLInfoProvider" when compiling in Jdeveloper 11.1.1.7.0

    Hello when I compile my composite in Jdeveloper, I get this error as "'Error: oracle/mds/net/OraMDSURLInfoProvider" "

    I also configured MDS in the range of resources. When I have expand it just shows that the "loading".

    MDSConnection

    -applications

    -Project1

    -xsd

    Loading...

    Can you please tell me if any class file or JAR is missing?

    Thanks in advance!

    This problem is due to file incorrect mdsrt.jar. It is located at jdevloper/oracle_common/modules/oracle.mds_11.x.x.

    This file must be oracle.mds.net.ORAMDSURLInfoProvider.class. If this is not available, then get a file mdsrt.jar with this class. replace and restart the Jdev. This issue will go away.

    However, the main reason behind this is incorrect laying of jDev. You may encounter the following errors.

    Kind regards

    Vikrant Korde.

  • ADF Error: oracle.mds.exception.MDSRuntimeException: MDS-00168

    Hi all

    Another question, we are faced with adf ui error:

    ADF Error: oracle.mds.exception.MDSRuntimeException: MDS-00168


    Error ' oracle.mds.exception.MDSRuntimeException: MDS-00168 "when for deployment ADF application to integrated Weblogic instance of JDeveloper 11g


    Help, please.

    Hello

    This is due to a known issue for JDeveloper and ADF 11 g.

    To initialize the components ADFShare in a web environment, the oracle.adf.share.http.ServletADFContext must be initialized by request.

    Solution:

    Add the definition of the ServletADFContextFilter in the web.xml:

    ServletADFContextFilter

    oracle.adf.share.http.ServletADFFilter

    ServletADFContextFilter

    /*

    REQUEST

    FORWARD

  • &lt; error &gt; &lt; oracle.adf.controller.internal.binding.TaskFlowRegionModelViewPort &gt; &lt; ADFC-64010 &gt;

    Hello

    We are seeing the error below and failed to find any documentation on this. Suggestions to go beyond this issue?

    (Build JDEVADF_11.1.1.7.2ADF - FAREL8 - BP_GENERIC_131030.1412.6661.3)

    < sept 17, 2014 3:41:54 PM MDT > < error > < oracle.adf.controller.internal.binding.TaskFlowRegionModelViewPort > < ADFC-64010 > < ADFc: Page ' / oracle/rnow/firebolt/pages/workingUnit.jsff' references flow bind "Report1171410990113532" more than once, which is not taken in charge of responsibilities.  The ID of the affected components are: "j_id__ctru15:0:j_id__ctru13pc2 j_id__ctru15:0:j_id__ctru9pc2". >

    < sept 17, 2014 3:41:54 PM MDT > < error > < oracle.adf.controller.internal.binding.TaskFlowRegionModelViewPort > < ADFC-64010 > < ADFc: Page ' / oracle/rnow/firebolt/pages/report/reportMain.jsff' references task flow binding "dynamicRegion4" more than once, which only is not supported.  The ID of the affected components are: "j_id__ctru15:0:j_id__ctru9pc2:0:rptf_rm_0_region4 j_id__ctru15:0:j_id__ctru13pc2:0:rptf_rm_0_region4". >

    < sept 17, 2014 3:41:54 PM MDT > < error > < oracle.adf.controller.internal.binding.TaskFlowRegionModelViewPort > < ADFC-64010 > < ADFc: Page ' / oracle/rnow/firebolt/pages/report/reportMain.jsff' references task flow binding "dynamicRegion3" more than once, which only is not supported.  The ID of the affected components are: "j_id__ctru15:0:j_id__ctru13pc2:0:r3 j_id__ctru15:0:j_id__ctru9pc2:0:r3". >

    < sept 17, 2014 3:41:54 PM MDT > < error > < oracle.adf.controller.internal.binding.TaskFlowRegionModelViewPort > < ADFC-64010 > < ADFc: Page ' / oracle/rnow/firebolt/pages/report/reportMain.jsff' references task flow binding "dynamicRegion5" more than once, which only is not supported.  The ID of the affected components are: "j_id__ctru15:0:j_id__ctru9pc2:0:rptf_rm_0_region1 j_id__ctru15:0:j_id__ctru13pc2:0:rptf_rm_0_region1". >

    < sept 17, 2014 3:41:54 PM MDT > < error > < oracle.adf.controller.internal.binding.TaskFlowRegionModelViewPort > < ADFC-64010 > < ADFc: Page ' / oracle/rnow/firebolt/pages/report/reportNode.jsff' references task flow binding "dynamicRegion5" more than once, which only is not supported.  The ID of the affected components are: "j_id__ctru15:0:j_id__ctru9pc2:0:rptf_rm_0_region1:0:r2Page j_id__ctru15:0:j_id__ctru13pc2:0:rptf_rm_0_region1:0:r2Page". >

    < sept 17, 2014 3:41:54 PM MDT > < error > < oracle.adf.controller.internal.binding.TaskFlowRegionModelViewPort > < ADFC-64010 > < ADFc: Page ' / oracle/rnow/firebolt/pages/report/reportNode.jsff' references task flow binding "dynamicRegion6" more than once, which only is not supported.  The ID of the affected components are: "j_id__ctru15:0:j_id__ctru13pc2:0:rptf_rm_0_region1:0:rptf_rn_2_r3Page j_id__ctru15:0:j_id__ctru9pc2:0:rptf_rm_0_region1:0:rptf_rn_2_r3Page". >

    < sept 17, 2014 3:41:54 PM MDT > < error > < oracle.adf.controller.internal.binding.TaskFlowRegionModelViewPort > < ADFC-64010 > < ADFc: Page ' / oracle/rnow/firebolt/pages/report/reportNode.jsff' references task flow binding "dynamicRegion4" more than once, which only is not supported.  The ID of the affected components are: "j_id__ctru15:0:j_id__ctru13pc2:0:rptf_rm_0_region1:0:r1Page j_id__ctru15:0:j_id__ctru9pc2:0:rptf_rm_0_region1:0:r1Page". >

    < sept 17, 2014 3:41:55 PM MDT > < error > < oracle.adf.controller.internal.binding.TaskFlowRegionModelViewPort > < ADFC-64010 > < ADFc: Page ' / oracle/rnow/firebolt/pages/report/reportNode.jsff' references task flow binding "dynamicRegion2" more than once, which only is not supported.  The ID of the affected components are: "j_id__ctru15:0:j_id__ctru13pc2:0:rptf_rm_0_region1:0:r2 j_id__ctru15:0:j_id__ctru9pc2:0:rptf_rm_0_region1:0:r2". >

    < sept 17, 2014 3:41:55 PM MDT > < error > < oracle.adf.controller.internal.binding.TaskFlowRegionModelViewPort > < ADFC-64010 > < ADFc: Page ' / oracle/rnow/firebolt/pages/report/reportNode.jsff' references task flow binding "dynamicRegion3" more than once, which only is not supported.  The ID of the affected components are: "j_id__ctru15:0:j_id__ctru13pc2:0:rptf_rm_0_region1:0:rptf_rn_2_r3 j_id__ctru15:0:j_id__ctru9pc2:0:rptf_rm_0_region1:0:rptf_rn_2_r3". >

    Thank you

    R

    The error message to tell you that the page fragments ' done /oracle/rnow/firebolt/pages/workingUnit.jsff refers to a report or a report generator several times. This is not supported in your version. A workflow can only be listed once on a page.

    You see the IDS of components that you should also see if you are using firebug. In the paper, it seems that you iterate some components which in turn the other reference work stream.

    Timo

  • APP-FND-01564: Error ORACLE 12154 in AFPCOA

    Hi all

    I just got error when you run the FNDLOAD

    -------------------------------------------------------------------------------------------------------------------------
    I:\oracle\VIS\apps\apps_st\appl\fnd\12.0.0\Bin > FNDLOAD 0 APPS/APPS@VIS DOWNLOAD %FND_TOP%/patch/115/import/afmdmsg.lct %JAVA_TOP%/oaf_axf_messages.ldt

    APP-FND-01564: Error ORACLE 12154 in AFPCOA

    Cause: AFPCOA failed due to the ORA-12154: TNS: could not resolve the connect VAT registration
    Specified IER
    .

    The SQL statement being executed at the time of the error was: and was executed
    from the file.

    -------------------------------------------------------------------------------------------------------------------------

    My version of the EBS is 12.1 of the EBS. Looks like there is no resulting this error log file.

    Could someone help me with this problem?

    Thank you very much
    Gumas

    I just got error when you run the FNDLOAD

    -------------------------------------------------------------------------------------------------------------------------
    APPS/APPS@VIS 0 I:\oracle\VIS\apps\apps_st\appl\fnd\12.0.0\Bin>FNDLOAD DOWNLOAD %FND_TOP%/patch/115/import/afmdmsg.lct %JAVA_TOP%/oaf_axf_messages.ldt

    APP-FND-01564: Error ORACLE 12154 in AFPCOA

    Cause: AFPCOA failed due to the ORA-12154: TNS: could not resolve the connect VAT registration
    Specified IER
    .

    The SQL statement being executed at the time of the error was: and was executed
    from the file.

    -------------------------------------------------------------------------------------------------------------------------

    My version of the EBS is 12.1 of the EBS. Looks like there is no resulting this error log file.

    Could someone help me with this problem?

    Please make sure that you source the file env before running the command FNDLOAD.

    Above the name of your database?

    FNDLOAD 0 APPS/APPS@VIS DOWNLOAD %FND_TOP%/patch/115/import/afmdmsg.lct %JAVA_TOP%/oaf_axf_messages.ldt

    Please change the above to what follows after the supply env file:

    FNDLOAD APPS/APPS 0 DOWNLOAD %FND_TOP%/patch/115/import/afmdmsg.lct %JAVA_TOP%/oaf_axf_messages.ldt

    Thank you
    Hussein

  • Local event ERROR: oracle.apps.ar.applications.CashApp.

    Hello

    I get frequent error notifications in my system of production with error message:

    Local event ERROR: oracle.apps.ar.applications.CashApp.apply / oracle.apps.ar.applications.CashApp.apply_3336277_03 - 04-2012 14:31:15

    These notifications are generated in 100 per day and has reached more than 200 thousand now.

    Please suggest how to solve this problem.

    Thank you.

    Post the details of the version of the application, the database version and the OS.

    How do you get this error? What is the navigation path?

    Please see these documents.

    ARXRWMAI - receiving application generates workflow Notification with the error - error event Local: oracle.apps.ar.applications.cashapp.apply [ID 973074.1]
    Get the error ORA-06502 offline Business Event Oracle.Apps.Ar.Applications.Cashapp.Apply [ID 951986.1]
    Why the AR_TRX_BAL_SUMMARY table is out of date? [1315993.1 ID]
    Problem when refresh AR Transactions summary tables fills WF_DEFERRED. [378279.1 ID]
    Error AR_EVENTNOTFOUND in ARXRWMAI when the receiving application [841111.1 ID]

    Thank you
    Hussein

  • &lt; error &gt; &lt; oracle.soa.bpel.engine.delivery &gt; &lt; BEA-000000 &gt; - conversation id

    Hello

    I have this error to replicate, but can't as Im not aware of the effective implementation...

    < error > < oracle.soa.bpel.engine.delivery > < BEA-000000 >
    < < DeliveryHandler::initialRequestAnyType > no response not found for the answer for the conversation id
    urn: 965BA1C05C6711E19F2FB7716E234E2B >

    Guru, suggestions?

    I think that I did not change anything. Anyway, you can lift a SR with support.

    Kind regards
    Anuj

  • APP-FND-01564: Error ORACLE 1422 in FDFGVD

    Hi all

    I set up the de FACTO forces in the form of respect. It works very well, while creating new compliants. But if we try to find the existing compliant number to "find Service requests. I get the below error.

    FLEX-NO UNIQUE VALUE
    --------------------------------------------------------------
    APP-FND-01564: Error ORACLE 1422 in FDFGVD

    Cause: FDFGVD failed due to the ORA-01422: exact fetch returns more than number of lines.

    The SQL statement being executed at the time of the error was: SELECT the VALUE of A.DIVISION, A.DIVISION, A.AREA | A.DIVISION |' '|| DESCRIPTION OF A.LOC, NVL ("N", 'N'), (TO_NUMBER (NULL),-1), NULL, NVL NVL ('Y', 'Y'), NVL (TO_CHAR (TO_DATE (NULL), 'J'), 0), NVL (TO_CHAR (TO_DATE (NULL), 'J'), 0) IN (SELECT * FROM XXCMW.) CMW_DIVISION) A WHERE 1 = 1 AND A.DIVISION =: X and was executed from the file & ERRFILE.


    Please note that the above FDF configuration works very well in the test case. We get the error only in Production instance.

    Please can someone give me the solution to fix this problem.

    Kind regards
    Raj.

    Hello

    Please note that the above FDF configuration works very well in the test case. We get the error only in Production instance.

    Did you follow the same steps to configure the same production? If Yes, have you tried migrating the configuration using FNDLOAD and see if that helps?

    Cause: FDFGVD failed due to the ORA-01422: exact fetch returns more than number of lines

    Have you checked the data? --(OERR: ORA 1422 «exact fetch renvoie plus de demandé le nombre de lignes» [18827.1 ID])

    The test instance is identical to the production (in terms of patches, configuration, data.. etc)?

    Thank you
    Hussein

  • RMAN-06004: error ORACLE recovery catalog database: RMAN-20001: target

    Hello

    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the backup command to 2009-03-31 21:59:24
    RMAN-03014: implicit recovery catalog Resync failed
    RMAN-06004: error ORACLE recovery catalog database: RMAN-20001: target not found in the recovery catalog database


    I get the above error while taking backup RMAN Level0. I am able to connect to the database of the catalogue without any problem.

    I already have this registry database command in RMAN prompt. Now I am able to see backup list but I don't know how that DB asking to sign up for today. Until yesterday, the backups were running fine btu today his application to enter the catalog DB.

    Here we manually to connect the catalogue in this way
    rman target $ /.
    RMAN > catalog connection rmanuser/password @ < globalcatalogDB >
    connected.

    After that if I give this command means...

    RMAN > backup from the list of database;
    I get the error I pasted at the earliest.

    Thanks in advance.

    If you do not have a catalog, you need not to save the database. Rely you only on the target database controlfile. If you use a catalog, you must save the target database, but only once. If you sometimes use a catalog - and sometimes not--the appropriate command is RESYNC (although in many cases RMAN automatically done).

    Werner

  • Silent installation error Oracle 12 c

    I see the error with the installation in silent mode on windows server 2012 oracle 12 c below.

    Googling for the error doesn't help much. In the silent file, I used the option create new Windows account for the user Oracle Home name

    oracle.install.IsBuiltInAccount = false

    oracle.install.OracleHomeUserName = oracle

    oracle.install.OracleHomeUserPassword=P@ssw0rd

    From Oracle Universal Installer...

    Preparations for the launch of Oracle Universal Installer from C:\Users\ADMINI~1\AppData\L

    ocal\Temp\2\OraInstall2014-05-07_12-25-48 h. Please wait... You can find the lo

    g of this installation session to:

    C:\Program Files\Oracle\Inventory\logs\installActions2014-05-07_12-25-48PM.log

    DLL to load is C:\Users\ADMINI~1\AppData\Local\Temp\2\OraInstall2014-05-07_12-25

    -48PM\Win64RunProcesses.dll

    C:\Users\ADMINI~1\AppData\Local\Temp\2\OraInstall2014-05-load PSAPI.dll

    07_12-25 - 48PM\psapi.dll

    PersistEnv

    INFO: c:\app\oracle\product\12.1.0\dbhome_1\odp.net\bin\4\oracle.dataaccess.dll

    is saved successfully to the GAC.

    INFO: c:\app\oracle\product\12.1.0\dbhome_1\odp.net\publisherpolicy\4\policy.4.1

    12.Oracle.DataAccess.dll is saved successfully to the GAC.

    INFO: The following article has been added.

    < name = "oracle.dataaccess.client article" type = "System.Data.Common.DbProviderConf

    igurationHandler, System.Data, Version = 4.0.0.0, Culture = neutral, PublicKeyToken =

    b77a5c561934e089"/ >

    INFO: The following element has been added under DbProviderFactories.

    "< add name =" ODP.NET, unmanaged pilot"invariant =" Oracle.DataAccess.Client "descr

    iption = "Oracle Data Provider for.NET, unmanaged pilot" type = "Oracle.DataAccess

    . Client.OracleClientFactory, Oracle.DataAccess, Version = 4.121.1.0, Culture = neutr

    Al, PublicKeyToken = 89b483f429c47342"/ >

    INFO: Counters registered successfully in the system.

    INFO: c:\app\oracle\product\12.1.0\dbhome_1\asp.net\bin\4\oracle.web.dll is regi

    STERED with success in the GAC.

    INFO: c:\app\oracle\product\12.1.0\dbhome_1\asp.net\publisherpolicy\4\policy.4.1

    12.Oracle.Web.dll is saved successfully to the GAC.

    NEWS: Series of entries added in the GroupedProviders.xml file.

    < name MembershipProvider = "OracleMembershipProvider" / > < RoleProvider name = 'Oracle '.

    RoleProvider"/ >

    NEWS: Following entry added to the machine.config file.

    < name = "OracleMembershipProvider" type = "Oracle.Web.Security.OracleMembershipP

    y, Oracle.Web, Version = 4.121.1.0, Culture = neutral, PublicKeyToken = 89b483f4

    29 c 47342 "connectionStringName = applicationName"OraAspNetConString"=" "enablePas"

    swordRetrieval = 'false' enablePasswordReset = "true" requiresQuestionAndAnswer = "tru."

    requiresUniqueEmail e' = 'false', passwordFormat = "Hashed" maxInvalidPasswordAttempt

    s = '5' minRequiredPasswordLength, minRequiredNonalphanumericCharacters '7' = '1' = no

    swordAttemptWindow = '10' passwordStrengthRegularExpression = "" / > "

    NEWS: Following entry added to the machine.config file.

    < name = "OracleProfileProvider" type = "Oracle.Web.Profile.OracleProfileProvider

    Oracle.Web, Version = 4.121.1.0, Culture = neutral, PublicKeyToken = 89b483f429c4734

    "connectionStringName 2" = "OraAspNetConString" applicationName = "" / >

    NEWS: Following entry added to the machine.config file.

    < name = "OracleRoleProvider" type = "Oracle.Web.Security.OracleRoleProvider, Ora

    key. Web, Version = 4.121.1.0, Culture = neutral, PublicKeyToken = 89b483f429c47342' co

    nnectionStringName = "OraAspNetConString" applicationName = "" / > "

    NEWS: Following entry added to the machine.config file.

    < name = "OracleSiteMapProvider" type = "Oracle.Web.SiteMap.OracleSiteMapProvider

    Oracle.Web, Version = 4.121.1.0, Culture = neutral, PublicKeyToken = 89b483f429c4734

    "connectionStringName 2" = "OraAspNetConString" applicationName = "' securityTrimming

    Enabled = "true" / >

    NEWS: Following entry added to the machine.config file.

    < name = "OraclePersonalizationProvider" type = "Oracle.Web.Personalization.Oracl

    ePersonalizationProvider, Oracle.Web, Version = 4.121.1.0, Culture = neutral, Public

    KeyToken = 89b483f429c47342' connectionStringName = "OraAspNetConString" application

    Name = "" / > "

    NEWS: Following entry added to the machine.config file.

    < name = "OracleWebEventProvider" type = "Oracle.Web.Management.OracleWebEventPro

    responsibility, Oracle.Web, Version = 4.121.1.0, Culture = neutral, PublicKeyToken = 89b483f429

    c47342 "connectionStringName = buffer"OraAspNetConString"="true"="Orac"bufferMode

    leNotification"/ >

    OraAspNetConString connection string name is correctly set

    INFO: c:\app\oracle\product\12.1.0\dbhome_1\ode.net\bin\4\oracle.database.extens

    ions.dll is saved successfully to the GAC.

    ERROR: Failed to add the user to access application ACL.

    No mapping between account names and security IDS was done.

    (534)

    ERROR: Cannot add the user to the ACL application launch.

    No mapping between account names and security IDS was done.

    (534)

    The installation of Oracle Database 12 c was successful.

    Please check "C:\Program Files\Oracle\Inventory\logs\silentInstall2014-05-07_12-

    25-48 PM .log "for more details.

    Software installation successfully.

    As user to install it, run the following to complete the configuration script.

    1 C:\app\oracle\product\12.1.0\dbhome_1\cfgtoollogs\configToolAllComman

    DS RESPONSE_FILE = < response_file >

    Note:

    1. This script must be run on the same host from where the Setup program was run

    .

    2. This script needs a small password for configuration properties file

    the assistants that require passwords (see to install the documentation guide).

    Please press ENTER to exit...

    Any help appreciated.

    This error comes if ORA_DBA group does not already exist. It is created during the installation and error should not be if you setup again. Error can be ignored.

    Thank you

    Ashish

  • How to solve error oracle.jbo.ConfigException: Houston-33001: Configuration file /sa/gov/rgr/model/module/common/bc4j.xcfg is not found in the classpath. ?

    Mr President.

    How to troubleshoot the following error message, I am a beginner so please help!

    oracle.jbo.ConfigException: Houston-33001: Configuration file /sa/gov/rgr/model/module/common/bc4j.xcfg is not found in the classpath.

    Concerning

    Cherish!

    My worm jdev is 12.1.3.0.0

    Was wrong my code in my servlet

    an incorrect code is

    String amDef = "sa.gov.rgr.model.module.AppModuleAM";
    String config = "AppModuleAMLocal";
    AppModuleImpl am = (AppModuleImpl ) Configuration.createRootApplicationModule(amDef, config);
    

    When I saw my bc4j.xcfg file then I change my code and I was able to run my report correctly.

    String amDef = "ash.model.SchoolAppModule";
    String config = "SchoolAppModuleLocal";
    SchoolAppModuleImpl am = (SchoolAppModuleImpl ) Configuration.createRootApplicationModule(amDef, config);
    

    Now my happiness

    See you soon

    Concerning

Maybe you are looking for

  • applications iPad Pro art

    Hello: Y at - it no iPad Pro apps which are autonomous art. Applications of art I looked so far, need an annual contract, and I really don't like this new trend.  Just want to buy it and be able to download on my iPad without having to depend on an a

  • My keyboard is not save when I try to use a button more than once.

    My keyboard is not recording that I use a button more than once and it's causing problems with typing and use / the overall experience from my computer.If I try to go back an entire word, it will be only a matter of erasing and then the keyboard does

  • remote procedure call

    remote procedure is listed twice in the config system 1 is launched and running and 1 is not, but I keep getting notifications that rpc does not work what do I do PLEASE HELP

  • Vista compatibility?

    Hello! I have windows vista n I want strong game 'Rush for Berlin' on it but it didn't eventhough I installed vista service pack 1 & 2 but could not get results. I have the sony vaio dual-core (processor) 1.60 GHZ, memory: 2GBDDR2 SDRAM. Hard drive:

  • dual display will not work with the interactive whiteboard

    I am a teacher with my Pavilion entertainment pc with vista to connect to an interactive whiteboard in the classroom. It has stopped working for no apparent reason and the Whiteboard does not recognize laptop. I used the customization - to connect to