Getting NEW FORUM creation error in Discussion Forum Portlet of Oracle 10g

Hi,
I have deployed “Discussion Forum” provided by Oracle.
For deployment I have followed the document provided, which is available on http://www.oracle.com/technology/products/ias/portal/html/installing.integration.v2.html
Our application running on mid tier 904_j2ee 9.0.4 at port 80, and infra also running on port 80. URL of my site is www.icai.org which is deployed under mid tier.I have deployed discussion forum in 904_j2ee/j2ee/OC4J_Portal.
After deployment, I have registered the provider, and attached this to portal page. Till this stage its working fine. Now Discussion Forum page is appearing, and I am able to add “NEW PRODUCT”. But when I click to “NEW FORUM” link ,or delete the "PRODUCT" i get following error.
ERROR
The requested URL could not be retrieved
While trying to retrieve the URL: http://www.icai.org/portal/page?
The following error was encountered:
•     Access Denied.
Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.
I am not able to find the error please suggest me, as this is very savoir issue for me.
thanks in advance.
Dhananjay

Hi..
can you try after re creating bindings for Commit Button Action Listener.(#{bindings.Commit.execute}).

Similar Messages

  • Error on Basic search portlet in Oracle portal

    I am working on Oracle 10g portal. I uploaded lot of documents and completed indexing as per Oracle guidelines. There are some errors during indexing.Out of 5000 documents 22 are not indexed. When I try to search from a page I get this error. This problem doesn't exist in our development environent where there are only few documents loaded. I have encountered errors in this environment also during index creation.
    Appreciate your help.
    Internal error (WWC-00006)
    An unexpected error has occurred (WWS-32100)
    Unknown Exception (WWC-45131)
    User-Defined Exception (WWV-11230)
    Unexpected error - ORA-20000: Oracle Text error:
    DRG-10599: column is not indexed (WWC-35000)
    ----------------

    Hi,
    What errors did you get during indexing?
    -Ron

  • Error While Querying DB Link from Oracle 10g to Postgres 8.2

    Hi,
    I have installed unixodbc 2.3.1, postgres odbc driver (psqlodbc-07.03) and dg4odbc 11.2
    On querying : select sysdate from dual@dblink_postgresql, the following error occurs:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [unixODBC][Driver Manager]Can't open lib '/oracle/psqlodbc/lib/libpsqlodbc.a' : file not found {01000}
    ORA-02063: preceding 2 lines from DBLINK_POSTGRES
    Similar error appears in the trace file as well.
    [unixODBC][Driver Manager]Can't open lib '/oracle/psqlodbc/lib/libpsqlodbc.a'
    $ isql -v postgresql postgres postgres@2012
    [01000][unixODBC][Driver Manager]Can't open lib '/oracle/psqlodbc/lib/libpsqlodbc.a' : file not found
    [ISQL]ERROR: Could not SQLConnect
    However the file is present in the location and has no permission related problems.
    $ pwd
    /oracle/psqlodbc/lib
    $ ls -lrt
    total 2952
    -rwxr-xr-x 1 oracle oinstall 663 Mar 25 15:28 psqlodbc.la
    -rw-r--r-- 1 oracle oinstall 731419 Mar 25 15:28 libpsqlodbc.a
    -rw-r--r-- 1 oracle oinstall 12215 Mar 25 22:11 win_md5.o
    -rw-r--r-- 1 oracle oinstall 18100 Mar 25 22:11 options.o
    -rw-r--r-- 1 oracle oinstall 13196 Mar 25 22:11 misc.o
    -rw-r--r-- 1 oracle oinstall 4234 Mar 25 22:11 lobj.o
    -rw-r--r-- 1 oracle oinstall 122442 Mar 25 22:11 info.o
    -rw-r--r-- 1 oracle oinstall 26464 Mar 25 22:11 execute.o
    -rw-r--r-- 1 oracle oinstall 22070 Mar 25 22:11 environ.o
    -rw-r--r-- 1 oracle oinstall 8633 Mar 25 22:11 drvconn.o
    -rw-r--r-- 1 oracle oinstall 83758 Mar 25 22:11 convert.o
    -rw-r--r-- 1 oracle oinstall 62529 Mar 25 22:11 connection.o
    -rw-r--r-- 1 oracle oinstall 5685 Mar 25 22:11 columninfo.o
    -rw-r--r-- 1 oracle oinstall 19724 Mar 25 22:11 bind.o
    -rw-r--r-- 1 oracle oinstall 3768 Mar 25 22:11 tuplelist.o
    -rw-r--r-- 1 oracle oinstall 2816 Mar 25 22:11 tuple.o
    -rw-r--r-- 1 oracle oinstall 36770 Mar 25 22:11 statement.o
    -rw-r--r-- 1 oracle oinstall 10490 Mar 25 22:11 socket.o
    -rw-r--r-- 1 oracle oinstall 74140 Mar 25 22:11 results.o
    -rw-r--r-- 1 oracle oinstall 22686 Mar 25 22:11 qresult.o
    -rw-r--r-- 1 oracle oinstall 1977 Mar 25 22:11 psqlodbc.o
    -rw-r--r-- 1 oracle oinstall 25893 Mar 25 22:11 pgtypes.o
    -rw-r--r-- 1 oracle oinstall 706 Mar 25 22:11 pgapi30.o
    -rw-r--r-- 1 oracle oinstall 34071 Mar 25 22:11 parse.o
    -rw-r--r-- 1 oracle oinstall 706 Mar 25 22:11 odbcapi30.o
    -rw-r--r-- 1 oracle oinstall 41540 Mar 25 22:11 odbcapi.o
    -rw-r--r-- 1 oracle oinstall 11601 Mar 25 22:11 multibyte.o
    -rw-r--r-- 1 oracle oinstall 706 Mar 25 22:11 info30.o
    -rw-r--r-- 1 oracle oinstall 5972 Mar 25 22:11 gpps.o
    -rw-r--r-- 1 oracle oinstall 37546 Mar 25 22:11 dlg_specific.o
    My odbc.ini and init4dg4odbc looks like below:
    $ pg odbc.ini
    [postgresql]
    Description = Test to Postgres
    Driver = /oracle/psqlodbc/lib/libpsqlodbc.a
    Trace = Yes
    TraceFile = postgres.log
    Database = postgres
    Servername = TCLDSAPORTUAT
    UserName = postgres
    Password = postgres@2012
    Port = 5432
    Protocol = TCP
    ReadOnly = Yes
    RowVersioning = No
    ShowSystemTables = No
    ShowOidColumn = No
    FakeOidIndex = No
    $ pg initdg4odbc.ora
    # This is a sample agent init file that contains the HS parameters that are
    # needed for the Database Gateway for ODBC
    # HS init parameters
    HS_FDS_CONNECT_INFO = postgresql
    HS_FDS_TRACE_LEVEL = DEBUG
    HS_FDS_SHAREABLE_NAME = /oracle/unixodbc64/lib/libodbc.so
    # ODBC specific environment variables
    set ODBCINI=/oracle/unixodbc64/etc/odbc.ini
    # Environment variables required for the non-Oracle system
    #set <envvar>=<value>
    I found similar threads in the forum but could not find solution for this problem.
    Please help to resolve this issue.
    Thanks,
    Akanksha
    Edited by: 996208 on Mar 26, 2013 5:35 AM

    Hi Mike,
    I used the truss option for diagnosis, the output is really long and shows the same error at the end of execution:
    $truss isql -v postgresql postgres postgres@2012
    getuidx(4) = 207
    getuidx(2) = 207
    getuidx(1) = 207
    getgidx(4) = 203
    getgidx(2) = 203
    getgidx(1) = 203
    kload("/usr/lib/nls/loc/en_US__64", 17301632, "/oracle/unixodbc64/lib") = 648518346072918576
    getuidx(4) = 207
    getuidx(2) = 207
    getuidx(1) = 207
    getgidx(4) = 203
    getgidx(2) = 203
    getgidx(1) = 203
    kload("/usr/lib/nls/loc/en_US__64", 17301632, "/oracle/unixodbc64/lib") = 648518346072918576
    access("/usr/lib/nls/msg/en_US/execerr.cat", 0) = 0
    _getpid()                                       = 27262980
    kopen("/usr/lib/nls/msg/en_US/execerr.cat", O_RDONLY) = 3
    kioctl(3, 22528, 0x0000000000000000, 0x0000000000000000) Err#25 ENOTTY
    kfcntl(3, F_SETFD, 0x0000000000000001) = 0
    kioctl(3, 22528, 0x0000000000000000, 0x0000000000000000) Err#25 ENOTTY
    kread(3, "\0\001 ù\001\001 I S O 8".., 4096) = 4096
    lseek(3, 0, 1) = 4096
    lseek(3, 0, 1) = 4096
    lseek(3, 0, 1) = 4096
    _getpid()                                       = 27262980
    lseek(3, 0, 1) = 4096
    _getpid()                                       = 27262980
    lseek(3, 0, 1) = 4096
    _getpid()                                       = 27262980
    lseek(3, 0, 1) = 4096
    lseek(3, 4639, 0) = 4639
    kread(3, "\t 0 5 0 9 - 1 9 4 E x".., 4096) = 1686
    getuidx(4) = 207
    getuidx(2) = 207
    getuidx(1) = 207
    getgidx(4) = 203
    getgidx(2) = 203
    getgidx(1) = 203
    kload("/usr/lib/nls/loc/en_US__64", 17301632, "/oracle/unixodbc64/lib") = 648518346072918576
    getuidx(4) = 207
    getuidx(2) = 207
    getuidx(1) = 207
    getgidx(4) = 203
    getgidx(2) = 203
    getgidx(1) = 203
    kload("/usr/lib/nls/loc/en_US__64", 17301632, "/oracle/unixodbc64/lib") = 648518346072918576
    getuidx(4) = 207
    getuidx(2) = 207
    getuidx(1) = 207
    getgidx(4) = 203
    getgidx(2) = 203
    getgidx(1) = 203
    kload("/usr/lib/nls/loc/en_US__64", 17301632, "/oracle/unixodbc64/lib") = 648518346072918576
    getuidx(4) = 207
    getuidx(2) = 207
    getuidx(1) = 207
    getgidx(4) = 203
    getgidx(2) = 203
    getgidx(1) = 203
    kload("/usr/lib/nls/loc/en_US__64", 17301632, "/oracle/unixodbc64/lib") = 648518346072918576
    getuidx(4) = 207
    getuidx(2) = 207
    getuidx(1) = 207
    getgidx(4) = 203
    getgidx(2) = 203
    getgidx(1) = 203
    kload("/usr/lib/nls/loc/en_US__64", 17301632, "/oracle/unixodbc64/lib") = 648518346072918576
    getuidx(4) = 207
    getuidx(2) = 207
    getuidx(1) = 207
    getgidx(4) = 203
    getgidx(2) = 203
    getgidx(1) = 203
    kload("/usr/lib/nls/loc/en_US__64", 17301632, "/oracle/unixodbc64/lib") = 648518346072918576
    kioctl(1, 22528, 0x0000000000000000, 0x0000000000000000) = 0
    [01000][unixODBC][Driver Manager]Can't open lib '/oracle/psqlodbc/lib/psqlodbc.o' : file not found
    kwrite(1, " [ 0 1 0 0 0 ] [ u n i x".., 99)     = 99
    [ISQL]ERROR: Could not SQLConnect
    kwrite(2, " [ I S Q L ] E R R O R :".., 34) = 34
    kfcntl(1, F_GETFL, 0x0000000010DF0051) = 67110914
    kfcntl(2, F_GETFL, 0x0000000010DF0051) = 67110914
    _exit(1)
    Do I need to install postgres software also?
    While installing postgres odbc driver in /oracle/psqlodbc only two folders were created viz. lib and share
    In lib folder two files were created viz. psqlodbc.la and libpsqlodbc.a
    And everybody on the net seems to refer psqlodbc.so in the "Driver = " parameter
    Today, I extracted the libpsqlodbc.a by using ar -X 64 -xv libpsqlodbc.a again, still no file with .so has been created.
    $ ls -lrt
    total 2952
    -rwxr-xr-x 1 oracle oinstall 663 Mar 25 15:28 psqlodbc.la
    -rwxr-xr-x 1 oracle oinstall 731419 Mar 28 13:51 libpsqlodbc.a
    -rw-r--r-- 1 oracle oinstall 12215 Apr 01 13:50 win_md5.o
    -rw-r--r-- 1 oracle oinstall 3768 Apr 01 13:50 tuplelist.o
    -rw-r--r-- 1 oracle oinstall 2816 Apr 01 13:50 tuple.o
    -rw-r--r-- 1 oracle oinstall 36770 Apr 01 13:50 statement.o
    -rw-r--r-- 1 oracle oinstall 10490 Apr 01 13:50 socket.o
    -rw-r--r-- 1 oracle oinstall 74140 Apr 01 13:50 results.o
    -rw-r--r-- 1 oracle oinstall 22686 Apr 01 13:50 qresult.o
    -rw-r--r-- 1 oracle oinstall 1977 Apr 01 13:50 psqlodbc.o
    -rw-r--r-- 1 oracle oinstall 25893 Apr 01 13:50 pgtypes.o
    -rw-r--r-- 1 oracle oinstall 706 Apr 01 13:50 pgapi30.o
    -rw-r--r-- 1 oracle oinstall 34071 Apr 01 13:50 parse.o
    -rw-r--r-- 1 oracle oinstall 18100 Apr 01 13:50 options.o
    -rw-r--r-- 1 oracle oinstall 706 Apr 01 13:50 odbcapi30.o
    -rw-r--r-- 1 oracle oinstall 41540 Apr 01 13:50 odbcapi.o
    -rw-r--r-- 1 oracle oinstall 11601 Apr 01 13:50 multibyte.o
    -rw-r--r-- 1 oracle oinstall 13196 Apr 01 13:50 misc.o
    -rw-r--r-- 1 oracle oinstall 4234 Apr 01 13:50 lobj.o
    -rw-r--r-- 1 oracle oinstall 706 Apr 01 13:50 info30.o
    -rw-r--r-- 1 oracle oinstall 122442 Apr 01 13:50 info.o
    -rw-r--r-- 1 oracle oinstall 5972 Apr 01 13:50 gpps.o
    -rw-r--r-- 1 oracle oinstall 26464 Apr 01 13:50 execute.o
    -rw-r--r-- 1 oracle oinstall 22070 Apr 01 13:50 environ.o
    -rw-r--r-- 1 oracle oinstall 8633 Apr 01 13:50 drvconn.o
    -rw-r--r-- 1 oracle oinstall 37546 Apr 01 13:50 dlg_specific.o
    -rw-r--r-- 1 oracle oinstall 83758 Apr 01 13:50 convert.o
    -rw-r--r-- 1 oracle oinstall 62529 Apr 01 13:50 connection.o
    -rw-r--r-- 1 oracle oinstall 5685 Apr 01 13:50 columninfo.o
    -rw-r--r-- 1 oracle oinstall 19724 Apr 01 13:50 bind.o
    Thanks,
    Akanksha

  • Error in GetCurrentDir(): 13 when installing oracle 10g software

    Hi Basis Expert,
    We are doing an Mock System Upgrade.
    So now we are installing
    Before upgrade
    BW 3.5 with oracle 10g (10.2.0.4)
    After upgrade
    BI 7.0 with oracle 11g (11.2.0.4)
    When installing the Oracle 10g software we are getting an error
    Error in GetCurrentDir(): 13
    Error in GetCurrentDir(): 13
    Error in GetCurrentDir(): 13
    Starting Oracle Universal Installer...
    Our OS is AIX 5.3
    Please help us in fixing this issue
    Regards,
    Anil Shenoy

    [While Installing Oracle software facing "Error in GetCurrentDir(): 13" [ID 378393.1]|https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&id=378393.1]
    Solution
    In order to get rid of this problem, please check for the following.
    1. You are logged in as the oracle user and group which owns the oraInventory (if this is not the first install on this system)
    2. You have read/execute permissions on the source files/directories (CD-ROMor CD-ROM image)
    3. You have write permissions on the target directory (ORACLE_HOME)
    4. When the target filesystem for ORACLE_HOME is unmounted the directory for the mount point has rwx permissions for the oracle user
    If this is the first Oracle software to be installed on this system you can ignore item 1 as it will create a new oraInventory with the correct permissions. For item 4, unmount the filesystem and "chmod 777" the directory used for the mount point, then remount the filesystem. Item 4 is actually a somewhat frequent issue on AIX.
    If none of the above solves your problem, the only alternative left would be, to copy the Staging directory (Disk1 of Install) to /tmp directory and proceed with the installation.

  • LDAP error 49: OID login failed in Oracle 10g

    Hi All,
    Am new to Oracle-10g stack. Following is the error while login to "Oracle Directory Manager".
    LDAP: error code 49 - 8009030C:LdapErr: DSID-0C090336, coment: AcceptSecurityContext error, data 2030, va28
    I forgot the password for su user("cn=orcladmin"), may be I might have locked it also, am not sure.
    What is the best way to get back to normal life?. How can I get/reset password for cn=orcladmin account to access OID?
    With my R&D I found the following way and here is the result.
    ora-infr/bin> oidpassword connect=orcl unlock_su_acct=true
    OID DB user password: mypassword
    OID super user account unlocked successfully
    or-infr/bin> odisrvreg.bat -p 389 -D cn=orcladmin -w mypassword
    Invalid Credentials
    See the following log file in the current directory for details: odisrvreg.err
    Would appreciate your detailed answers to this specific question
    ThanQ
    Happy Oracle

    hi
    i have windows xp on my system. i installed
    oracle 10g.
    when i am trying to login in sql*plus by user name
    Scott / system it gives an error account locked .is
    there any other default user names and passwords and
    host sting ?coud you pleas give me any suggestions
    to get started.you suggestions are highly
    appreciated.try logging in through ur
    system/manager account.
    In 10g when u install the password for all accounts must be given.
    if the password is not specified then the password is default mentioned above.
    After logging in
    try this out
    sql>ALTER USER SCOTT
    ACCOUNT UNLOCK;
    the user account will be unlocked

  • Error while creating datasource userdsn for oracle 10g Errorcode (998)

    while creating datasource userdsn for oracle 10g i am getting error "The setup routines for the oracle in OraDb10g_home1 odbc driver could not be loaded due to system error code 998" please give reply soon

    Thanks for your reply , Steve.
    I noticed that there is a default datasouce on the EM with the following parameters:
    <data-source
              class="com.evermind.sql.DriverManagerDataSource"
              name="OracleDS"
              location="jdbc/OracleCoreDS"
              xa-location="jdbc/xa/OracleXADS"
              ejb-location="jdbc/OracleDS"
              connection-driver="oracle.jdbc.driver.OracleDriver"
              username="scott"
              password="->pwForScott"
              url="jdbc:oracle:thin:@localhost:1521:oracle"
              inactivity-timeout="30"
         />
    The location and xa-location attributes that I use for my "test" data source are the same as the default one. So, could this be the issue?
    What should be the values for location and xa-location attributes from my "test" data source?
    Any help will be greatly appreciated.
    Thanks,
    Shyam

  • Error while using UTP_MAIL package in oracle 10g

    Hi,
    I am using the UTP_MAIL package to send a mail from oracle 10g.
    I hane connected to the database as sysdba,but while setting the SMTP_SERVER_OUTPUT parameter i get the following error.
    SQL> ALTER SYSTEM SET smtp_out_server='blrkecmbx02.ad.abc.com:25' scope=both;
    ERROR at line 1:
    ORA-02095: specified initialization parameter cannot be modified
    Pls help to figure out a solution.

    This parameter is not modifiable, check the Oracle Reference: SMTP_OUT_SERVER Initialization Parameter
    Try the scope=spfile instead of both.
    ~ Madrid

  • GetBlob Error During fetching of Images from Oracle 10g

    Dear Sir,
    By using getBlob Function ,i am getting following error:"Unsupportable action has performed".
    I am using oracle 10g.I am using java code to retrieve image from Oracle 10g.
    So plz help me by giving full code with explaination.
    Thankyou.
    Yours Obedient
    Dipesh Kumar

    I seriously doubt Oracle would write error messages with such atrocious English.
    So it's almost certainly an error from either your own code or code you're calling in some library or part of the application you're not mentioning that noone here except you has knowledge of.
    Ergo, we're not going to be able to help you unless you provide a lot more information.
    And no, we're not going to write your code for you.

  • ORA-29278: SMTP transient error:421 Service not available on oracle 10g

    HIi,
    I am trying to send e-mails by using PL/Sql procedure . I am using UTL_MAIL/UTL_SMTP on oracle 10g R1 database.
    There is no problem in creating procedure,but when i am doing execution i am getting the mention error.
    I am trying to send mail with attachment as excel file.
    ORA-20001: The following error has occured: ORA-29278: SMTP transient error:
    421 Service not available
    ORA-06512: at "SCOTT.MAIL_ATT_RAW", line 64
    ORA-06512: at line 1
    -----my procedure code------
    CREATE OR REPLACE PROCEDURE mail_att_raw(filename varchar2) AS
    fil BFILE;
    file_len PLS_INTEGER;
    MAX_LINE_WIDTH PLS_INTEGER := 54;
    buf RAW(2100);
    amt BINARY_INTEGER := 2000;
    pos PLS_INTEGER := 1; /* pointer for each piece */
    filepos PLS_INTEGER := 1; /* pointer for the file */
    filenm VARCHAR2(50) := filename; /* binary file attachment */
    data RAW(2100);
    chunks PLS_INTEGER;
    len PLS_INTEGER;
    modulo PLS_INTEGER;
    pieces PLS_INTEGER;
    err_num NUMBER;
    err_msg VARCHAR2(100);
    resultraw RAW(32000);
    BEGIN
    /* Assign the file a handle */
    fil := BFILENAME('BFILE_DIR', filenm);
    /* Get the length of the file in bytes */
    file_len := dbms_lob.getlength(fil);
    /* Get the remainer when we divide by amt */
    modulo := mod(file_len, amt);
    /* How many pieces? */
    pieces := trunc(file_len / amt);if (modulo <> 0) then
    pieces := pieces + 1;end if;/* Open the file */
    dbms_lob.fileopen(fil, dbms_lob.file_readonly);/* Read the first amt into the buffer */
    dbms_lob.read(fil, amt, filepos, buf);/* For each piece of the file . . . */
    FOR i IN 1..pieces LOOP/* Position file pointer for next read */
    filepos := i * amt + 1;/* Calculate remaining file length */
    file_len := file_len - amt;/* Stick the buffer contents into data */
    data := utl_raw.concat(data, buf);/* Calculate the number of chunks in this piece */
    chunks := trunc(utl_raw.length(data) / MAX_LINE_WIDTH);/* Don't want too many chunks */
    IF (i <> pieces) THEN
    chunks := chunks - 1;
    END IF;/* For each chunk in this piece . . . */
    FOR j IN 0..chunks LOOP/* Position ourselves in this piece */
    pos := j * MAX_LINE_WIDTH + 1;/* Is this the last chunk in this piece? */
    IF (j <> chunks) THEN len := MAX_LINE_WIDTH;
    ELSE
    len := utl_raw.length(data) - pos + 1;
    IF (len > MAX_LINE_width) THEN
    len := MAX_LINE_WIDTH;
    END IF;
    END IF;/* If we got something, let's write it */
    IF (len > 0 ) THEN
    resultraw := resultraw || utl_raw.substr(data, pos, len);
    END IF;
    END LOOP;/* Point at the rest of the data buffer */
    IF (pos + len <= utl_raw.length(data)) THEN
    data := utl_raw.substr(data, pos + len);
    ELSE
    data := NULL;
    END IF;/* We're running out of file, only get the rest of it */
    if (file_len < amt and file_len > 0) then
    amt := file_len;
    end if;/* Read the next amount into the buffer */dbms_lob.read(fil, amt, filepos, buf);
    END LOOP;/* Don't forget to close the file */
    dbms_lob.fileclose(fil);
    SYS.UTL_MAIL.SEND_ATTACH_RAW(sender => '[email protected]', recipients => '[email protected]',subject => 'Testmail', message => 'Hallo', attachment => resultraw, att_filename => filename);
    EXCEPTION
    WHEN OTHERS THEN--dbms_output.put_line('Fehler');
    raise_application_error(-20001,'The following error has occured: ' || sqlerrm);
    END;
    Please suggest me what settings i need to change. This same procedure is running on another maching,but not on my machine.
    If somebody is having any other simple procedure ,please help me.
    My SMTP port -25
    Thanks in advance.

    Hi Justin,
    Please get the answers of your queries
    The error you're getting is coming from the SMTP server you are trying to connect to.
    - What SMTP server is your database configured to use?
    Reply - I am using IIS(5.0)
    - What SMTP server is the database where this code is working configured to use?
    Reply - Same IIS. Database is installed locally on my machine only. I am trying to send mail locally to me only,Not to the outside person.
    - Has the SMTP server been configured to allow connections from both machines?
    Reply - Yes
    One more query, do we really require to set the SMTP_OUT_SERVER parameter for SCOPE=BOTH
    ALTER SYSTEM SET smtp_out_server = '172.16.1.10' SCOPE=BOTH
    I am not able to set like this for BOTH,only for SPFILE i can set ?.
    My SMTP Server IP=172.16.1.10
    PORT- 25
    Thanks
    Manoj

  • Unbreakable Linux Network , new account creation error

    Trying to isntall updates on my newly installed OELinux 4.7
    Getting this error, Wondering why, and what's its fix? I think i am giving right CSI #, any way to confirm its right?
    1 error has occurred
    * The CSI you have entered is not valid for either Oracle VM or Enterprise Linux Support. Please enter a valid CSI.

    1. get an oracle unbreakable CSI (by buying a license for it)
    2. setup up2date with this CSI
    3. register your machine
    Are the other threads you've started resolved? If so, please update them accordingly and flag them resolved!

  • Central Instance Error on WIndows 2003 MSCS on  oracle 10g

    HI All,
    Im installing central instance on node1 on local disk and im getting the following error.Can any one help me out pls
    sapinst log
    INFO 2008-01-23 15:24:42
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/keydb.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/keydb.1.xml'.
    INFO 2008-01-23 15:24:42
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\inifile.xml.
    INFO 2008-01-23 15:24:42
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/inifile.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/inifile.1.xml'.
    INFO 2008-01-23 15:24:42
    Execute step fillContext of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:24:47
    Execute step fillContext of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0.
    INFO 2008-01-23 15:24:47
    Execute step readProductXML of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|Read_Product_XML|ind|ind|ind|ind|1|0.
    WARNING 2008-01-23 15:24:47
    The install parameter INSTPARA_DB is already defined (existing value IND, new value ORA ).
    INFO 2008-01-23 15:24:47
    Execute step checkRuntimeSystem of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:24:47
    Execute step askStandardMode of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:24:47
    Execute step syncKeydb of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:24:47
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/product.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/product.1.xml'.
    INFO 2008-01-23 15:24:47
    Execute step changeUserInstall of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:24:47
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\change.log.
    INFO 2008-01-23 15:24:47
    Output of change user /install is written to the logfile change.log.
    WARNING 2008-01-23 15:24:47
    Execution of the command "change user /install" finished with return code 1. Output:
    Install mode does not apply to a Terminal server configured for remote administration.
    INFO 2008-01-23 15:24:47
    Execute step chgautInstdirPublicAllOS4 of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:24:47
    Execute step replaceDLLs of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:24:48
    File not found: [C:/DOCUME1/centiq/LOCALS1/Temp/1/sapinst_exe.3344.1201101841/msvcp71.dll].
    INFO 2008-01-23 15:24:48
    File not found: [C:/DOCUME1/centiq/LOCALS1/Temp/1/sapinst_exe.3344.1201101841/msvcr71.dll].
    INFO 2008-01-23 15:24:48
    Execute step registerEventsDll of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:24:48
    Execute step AddPrivileges of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:24:48
    Successfully added privileges 'SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege' to account 'ECO\Centiq' on host '.'.
    INFO 2008-01-23 15:24:48
    Execute step checkInstDirPermissions of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:24:48
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\testfile.1.
    INFO 2008-01-23 15:24:48
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\testfile.1.
    INFO 2008-01-23 15:24:48
    Execute step
    Component  W2K_ServicePack_Check|ind|ind|ind|ind
    Preprocess  of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0.
    INFO 2008-01-23 15:24:52
    Execute step sync of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0.
    INFO 2008-01-23 15:24:52
    Execute step adminCheck of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0.
    INFO 2008-01-23 15:24:52
    Execute step W2KSPCheck of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0.
    INFO 2008-01-23 15:24:52
    Execute step XPSPCheck of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0.
    INFO 2008-01-23 15:24:52
    Execute step DNSCheck of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0.
    INFO 2008-01-23 15:24:53
    DNS is configured correctly.
    INFO 2008-01-23 15:24:53
    Execute step done of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0.
    INFO 2008-01-23 15:24:53
    Execute step startDefaultMode of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:24:53
    Execute step setDefaults of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_getJavaHome|ind|ind|ind|ind|2|0.
    INFO 2008-01-23 15:24:53
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath C:/DOCUME1/centiq/LOCALS1/Temp/1/sapinst_exe.3344.1201101841/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Wed Jan 23 15:24:53 GMT 2008
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_15-x64
    jre
    bin
    java.vm.version=1.4.2_15-b02
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) 64-Bit Server VM
    file.encoding.pkg=sun.io
    user.country=GB
    sun.os.patch.level=Service Pack 2
    java.vm.specification.name=Java Virtual Machine Specification
    user.dir=C\:
    Program Files
    sapinst_instdir
    NW04S
    SYSTEM
    ORA
    HA
    ABAPJAVA
    CI
    java.runtime.version=1.4.2_15-b02
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    endorsed
    os.arch=amd64
    java.io.tmpdir=C\:
    DOCUME1
    centiq
    LOCALS1
    Temp
    1
    line.separator=\r\n
    java.vm.specification.vendor=Sun Microsystems Inc.
    user.variant=
    os.name=Windows 2003
    sun.java2d.fontpath=
    java.library.path=C\:
    j2sdk1.4.2_15-x64
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;L\:
    oracle
    OFS
    CLI
    jre
    1.4.2
    bin
    client;L\:
    oracle
    OFS
    CLI
    jre
    1.4.2
    bin;L\:
    oracle
    PPI
    102
    bin;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    j2sdk1.4.2_15-x64
    bin;L\:
    oracle
    OFS
    CLI
    fs
    fssvr
    bin;L\:
    oracle
    OFS
    CLI
    fs
    bin;L\:
    oracle
    OFS
    SRV
    fs
    fssvr
    bin
    java.specification.name=Java Platform API Specification
    java.class.version=48.0
    java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
    os.version=5.2
    user.home=C\:
    Documents and Settings
    centiq
    user.timezone=Europe/London
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    file.encoding=Cp1252
    java.specification.version=1.4
    java.class.path=C\:/DOCUME1/centiq/LOCALS1/Temp/1/sapinst_exe.3344.1201101841/JAR/ins-j2ee.jar
    user.name=centiq
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_15-x64
    jre
    sun.arch.data.model=64
    user.language=en
    java.specification.vendor=Sun Microsystems Inc.
    awt.toolkit=sun.awt.windows.WToolkit
    java.vm.info=mixed mode
    java.version=1.4.2_15
    java.ext.dirs=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    classes
    java.vendor=Sun Microsystems Inc.
    file.separator=
    java.vendor.url.bug=http\://java.sun.com/cgi-bin/bugreport.cgi
    sun.io.unicode.encoding=UnicodeLittle
    sun.cpu.endian=little
    sun.cpu.isalist=amd64
    INFO 2008-01-23 15:24:53
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath C:/DOCUME1/centiq/LOCALS1/Temp/1/sapinst_exe.3344.1201101841/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Wed Jan 23 15:24:53 GMT 2008
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_15-x64
    jre
    bin
    java.vm.version=1.4.2_15-b02
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) 64-Bit Server VM
    file.encoding.pkg=sun.io
    user.country=GB
    sun.os.patch.level=Service Pack 2
    java.vm.specification.name=Java Virtual Machine Specification
    user.dir=C\:
    Program Files
    sapinst_instdir
    NW04S
    SYSTEM
    ORA
    HA
    ABAPJAVA
    CI
    java.runtime.version=1.4.2_15-b02
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    endorsed
    os.arch=amd64
    java.io.tmpdir=C\:
    DOCUME1
    centiq
    LOCALS1
    Temp
    1
    line.separator=\r\n
    java.vm.specification.vendor=Sun Microsystems Inc.
    user.variant=
    os.name=Windows 2003
    sun.java2d.fontpath=
    java.library.path=C\:
    j2sdk1.4.2_15-x64
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;L\:
    oracle
    OFS
    CLI
    jre
    1.4.2
    bin
    client;L\:
    oracle
    OFS
    CLI
    jre
    1.4.2
    bin;L\:
    oracle
    PPI
    102
    bin;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    j2sdk1.4.2_15-x64
    bin;L\:
    oracle
    OFS
    CLI
    fs
    fssvr
    bin;L\:
    oracle
    OFS
    CLI
    fs
    bin;L\:
    oracle
    OFS
    SRV
    fs
    fssvr
    bin
    java.specification.name=Java Platform API Specification
    java.class.version=48.0
    java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
    os.version=5.2
    user.home=C\:
    Documents and Settings
    centiq
    user.timezone=Europe/London
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    file.encoding=Cp1252
    java.specification.version=1.4
    java.class.path=C\:/DOCUME1/centiq/LOCALS1/Temp/1/sapinst_exe.3344.1201101841/JAR/ins-j2ee.jar
    user.name=centiq
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_15-x64
    jre
    sun.arch.data.model=64
    user.language=en
    java.specification.vendor=Sun Microsystems Inc.
    awt.toolkit=sun.awt.windows.WToolkit
    java.vm.info=mixed mode
    java.version=1.4.2_15
    java.ext.dirs=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    classes
    java.vendor=Sun Microsystems Inc.
    file.separator=
    java.vendor.url.bug=http\://java.sun.com/cgi-bin/bugreport.cgi
    sun.io.unicode.encoding=UnicodeLittle
    sun.cpu.endian=little
    sun.cpu.isalist=amd64
    INFO 2008-01-23 15:24:53
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath C:/DOCUME1/centiq/LOCALS1/Temp/1/sapinst_exe.3344.1201101841/JAR/ins-j2ee.jar;C:/DOCUME1/centiq/LOCALS1/Temp/1/sapinst_exe.3344.1201101841/JAR/sapxmltoolkit.jar com.sap.ins.j2ee.TestClassLoader" finished with return code 0. Output: CORRECT
    INFO 2008-01-23 15:24:53
    Found a valid JAVA_HOME directory C:\j2sdk1.4.2_15-x64 with JDK version 1.4.2_15.
    INFO 2008-01-23 15:25:08
    Copied file 'Z:/Java_comp/J2EE_OSINDEP/JDKVersion.xml' to '.'.
    INFO 2008-01-23 15:25:08
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath C:/DOCUME1/centiq/LOCALS1/Temp/1/sapinst_exe.3344.1201101841/JAR/ins-j2ee.jar;C:/DOCUME1/centiq/LOCALS1/Temp/1/sapinst_exe.3344.1201101841/JAR/sapxmltoolkit.jar com.sap.ins.j2ee.TestClassLoader" finished with return code 0. Output: CORRECT
    INFO 2008-01-23 15:25:08
    Found a valid JAVA_HOME directory C:\j2sdk1.4.2_15-x64 with JDK version 1.4.2_15.
    INFO 2008-01-23 15:25:08
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath C:/DOCUME1/centiq/LOCALS1/Temp/1/sapinst_exe.3344.1201101841/JAR/ins-j2ee.jar;C:/DOCUME1/centiq/LOCALS1/Temp/1/sapinst_exe.3344.1201101841/JAR/sapxmltoolkit.jar com.sap.ins.j2ee.TestClassLoader" finished with return code 0. Output: CORRECT
    INFO 2008-01-23 15:25:08
    Execute step getCD of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_getJavaHome|ind|ind|ind|ind|2|0.
    INFO 2008-01-23 15:25:08
    Execute step verifyJavaHome of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_getJavaHome|ind|ind|ind|ind|2|0.
    INFO 2008-01-23 15:25:08
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath C:/DOCUME1/centiq/LOCALS1/Temp/1/sapinst_exe.3344.1201101841/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Wed Jan 23 15:25:08 GMT 2008
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_15-x64
    jre
    bin
    java.vm.version=1.4.2_15-b02
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) 64-Bit Server VM
    file.encoding.pkg=sun.io
    user.country=GB
    sun.os.patch.level=Service Pack 2
    java.vm.specification.name=Java Virtual Machine Specification
    user.dir=C\:
    Program Files
    sapinst_instdir
    NW04S
    SYSTEM
    ORA
    HA
    ABAPJAVA
    CI
    java.runtime.version=1.4.2_15-b02
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    endorsed
    os.arch=amd64
    java.io.tmpdir=C\:
    DOCUME1
    centiq
    LOCALS1
    Temp
    1
    line.separator=\r\n
    java.vm.specification.vendor=Sun Microsystems Inc.
    user.variant=
    os.name=Windows 2003
    sun.java2d.fontpath=
    java.library.path=C\:
    j2sdk1.4.2_15-x64
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;L\:
    oracle
    OFS
    CLI
    jre
    1.4.2
    bin
    client;L\:
    oracle
    OFS
    CLI
    jre
    1.4.2
    bin;L\:
    oracle
    PPI
    102
    bin;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    j2sdk1.4.2_15-x64
    bin;L\:
    oracle
    OFS
    CLI
    fs
    fssvr
    bin;L\:
    oracle
    OFS
    CLI
    fs
    bin;L\:
    oracle
    OFS
    SRV
    fs
    fssvr
    bin
    java.specification.name=Java Platform API Specification
    java.class.version=48.0
    java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
    os.version=5.2
    user.home=C\:
    Documents and Settings
    centiq
    user.timezone=Europe/London
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    file.encoding=Cp1252
    java.specification.version=1.4
    java.class.path=C\:/DOCUME1/centiq/LOCALS1/Temp/1/sapinst_exe.3344.1201101841/JAR/ins-j2ee.jar
    user.name=centiq
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_15-x64
    jre
    sun.arch.data.model=64
    user.language=en
    java.specification.vendor=Sun Microsystems Inc.
    awt.toolkit=sun.awt.windows.WToolkit
    java.vm.info=mixed mode
    java.version=1.4.2_15
    java.ext.dirs=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    classes
    java.vendor=Sun Microsystems Inc.
    file.separator=
    java.vendor.url.bug=http\://java.sun.com/cgi-bin/bugreport.cgi
    sun.io.unicode.encoding=UnicodeLittle
    sun.cpu.endian=little
    sun.cpu.isalist=amd64
    INFO 2008-01-23 15:25:12
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath C:/DOCUME1/centiq/LOCALS1/Temp/1/sapinst_exe.3344.1201101841/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Wed Jan 23 15:25:12 GMT 2008
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_15-x64
    jre
    bin
    java.vm.version=1.4.2_15-b02
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) 64-Bit Server VM
    file.encoding.pkg=sun.io
    user.country=GB
    sun.os.patch.level=Service Pack 2
    java.vm.specification.name=Java Virtual Machine Specification
    user.dir=C\:
    Program Files
    sapinst_instdir
    NW04S
    SYSTEM
    ORA
    HA
    ABAPJAVA
    CI
    java.runtime.version=1.4.2_15-b02
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    endorsed
    os.arch=amd64
    java.io.tmpdir=C\:
    DOCUME1
    centiq
    LOCALS1
    Temp
    1
    line.separator=\r\n
    java.vm.specification.vendor=Sun Microsystems Inc.
    user.variant=
    os.name=Windows 2003
    sun.java2d.fontpath=
    java.library.path=C\:
    j2sdk1.4.2_15-x64
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;L\:
    oracle
    OFS
    CLI
    jre
    1.4.2
    bin
    client;L\:
    oracle
    OFS
    CLI
    jre
    1.4.2
    bin;L\:
    oracle
    PPI
    102
    bin;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    j2sdk1.4.2_15-x64
    bin;L\:
    oracle
    OFS
    CLI
    fs
    fssvr
    bin;L\:
    oracle
    OFS
    CLI
    fs
    bin;L\:
    oracle
    OFS
    SRV
    fs
    fssvr
    bin
    java.specification.name=Java Platform API Specification
    java.class.version=48.0
    java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
    os.version=5.2
    user.home=C\:
    Documents and Settings
    centiq
    user.timezone=Europe/London
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    file.encoding=Cp1252
    java.specification.version=1.4
    java.class.path=C\:/DOCUME1/centiq/LOCALS1/Temp/1/sapinst_exe.3344.1201101841/JAR/ins-j2ee.jar
    user.name=centiq
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_15-x64
    jre
    sun.arch.data.model=64
    user.language=en
    java.specification.vendor=Sun Microsystems Inc.
    awt.toolkit=sun.awt.windows.WToolkit
    java.vm.info=mixed mode
    java.version=1.4.2_15
    java.ext.dirs=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    classes
    java.vendor=Sun Microsystems Inc.
    file.separator=
    java.vendor.url.bug=http\://java.sun.com/cgi-bin/bugreport.cgi
    sun.io.unicode.encoding=UnicodeLittle
    sun.cpu.endian=little
    sun.cpu.isalist=amd64
    INFO 2008-01-23 15:25:12
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath C:/DOCUME1/centiq/LOCALS1/Temp/1/sapinst_exe.3344.1201101841/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Wed Jan 23 15:25:12 GMT 2008
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_15-x64
    jre
    bin
    java.vm.version=1.4.2_15-b02
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) 64-Bit Server VM
    file.encoding.pkg=sun.io
    user.country=GB
    sun.os.patch.level=Service Pack 2
    java.vm.specification.name=Java Virtual Machine Specification
    user.dir=C\:
    Program Files
    sapinst_instdir
    NW04S
    SYSTEM
    ORA
    HA
    ABAPJAVA
    CI
    java.runtime.version=1.4.2_15-b02
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    endorsed
    os.arch=amd64
    java.io.tmpdir=C\:
    DOCUME1
    centiq
    LOCALS1
    Temp
    1
    line.separator=\r\n
    java.vm.specification.vendor=Sun Microsystems Inc.
    user.variant=
    os.name=Windows 2003
    sun.java2d.fontpath=
    java.library.path=C\:
    j2sdk1.4.2_15-x64
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;L\:
    oracle
    OFS
    CLI
    jre
    1.4.2
    bin
    client;L\:
    oracle
    OFS
    CLI
    jre
    1.4.2
    bin;L\:
    oracle
    PPI
    102
    bin;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    j2sdk1.4.2_15-x64
    bin;L\:
    oracle
    OFS
    CLI
    fs
    fssvr
    bin;L\:
    oracle
    OFS
    CLI
    fs
    bin;L\:
    oracle
    OFS
    SRV
    fs
    fssvr
    bin
    java.specification.name=Java Platform API Specification
    java.class.version=48.0
    java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
    os.version=5.2
    user.home=C\:
    Documents and Settings
    centiq
    user.timezone=Europe/London
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    file.encoding=Cp1252
    java.specification.version=1.4
    java.class.path=C\:/DOCUME1/centiq/LOCALS1/Temp/1/sapinst_exe.3344.1201101841/JAR/ins-j2ee.jar
    user.name=centiq
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_15-x64
    jre
    sun.arch.data.model=64
    user.language=en
    java.specification.vendor=Sun Microsystems Inc.
    awt.toolkit=sun.awt.windows.WToolkit
    java.vm.info=mixed mode
    java.version=1.4.2_15
    java.ext.dirs=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_15-x64
    jre
    classes
    java.vendor=Sun Microsystems Inc.
    file.separator=
    java.vendor.url.bug=http\://java.sun.com/cgi-bin/bugreport.cgi
    sun.io.unicode.encoding=UnicodeLittle
    sun.cpu.endian=little
    sun.cpu.isalist=amd64
    INFO 2008-01-23 15:25:13
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath C:/DOCUME1/centiq/LOCALS1/Temp/1/sapinst_exe.3344.1201101841/JAR/ins-j2ee.jar;C:/DOCUME1/centiq/LOCALS1/Temp/1/sapinst_exe.3344.1201101841/JAR/sapxmltoolkit.jar com.sap.ins.j2ee.TestClassLoader" finished with return code 0. Output: CORRECT
    INFO 2008-01-23 15:25:13
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/JDKVersion.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/JDKVersion.1.xml'.
    INFO 2008-01-23 15:25:13
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/JDKVersion.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/JDKVersion.2.xml'.
    INFO 2008-01-23 15:25:13
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/JDKVersion.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/JDKVersion.3.xml'.
    INFO 2008-01-23 15:25:13
    Execute step verifyPolicy of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_getJavaHome|ind|ind|ind|ind|2|0.
    INFO 2008-01-23 15:25:13
    Creating directory C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\jdkPolicyCheck.
    INFO 2008-01-23 15:25:13
    Working directory changed to C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/jdkPolicyCheck.
    INFO 2008-01-23 15:25:13
    Working directory changed to C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI.
    INFO 2008-01-23 15:25:13
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\local_policy.log.
    INFO 2008-01-23 15:25:13
    Output of C:\j2sdk1.4.2_15-x64\bin\jar.exe is written to the logfile local_policy.log.
    INFO 2008-01-23 15:25:13
    Output of C:\j2sdk1.4.2_15-x64\bin\jar.exe xvf C:/j2sdk1.4.2_15-x64/jre/lib/security/local_policy.jar:
    extracted: META-INF/MANIFEST.MF
    extracted: META-INF/JCE_DSA.SF
    extracted: META-INF/JCE_DSA.DSA
    extracted: META-INF/JCE_RSA.SF
    extracted: META-INF/JCE_RSA.RSA
      created: META-INF/
    extracted: default_local.policy
    INFO 2008-01-23 15:25:13
    Working directory changed to C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/jdkPolicyCheck.
    INFO 2008-01-23 15:25:13
    Working directory changed to C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI.
    INFO 2008-01-23 15:25:13
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\US_export_policy.log.
    INFO 2008-01-23 15:25:13
    Output of C:\j2sdk1.4.2_15-x64\bin\jar.exe is written to the logfile US_export_policy.log.
    INFO 2008-01-23 15:25:13
    Output of C:\j2sdk1.4.2_15-x64\bin\jar.exe xvf C:/j2sdk1.4.2_15-x64/jre/lib/security/US_export_policy.jar:
    extracted: META-INF/MANIFEST.MF
    extracted: META-INF/JCE_DSA.SF
    extracted: META-INF/JCE_DSA.DSA
    extracted: META-INF/JCE_RSA.SF
    extracted: META-INF/JCE_RSA.RSA
      created: META-INF/
    extracted: default_US_export.policy
    INFO 2008-01-23 15:25:13
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\jdkPolicyCheck\default_local.policy.
    INFO 2008-01-23 15:25:13
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\jdkPolicyCheck\default_US_export.policy.
    INFO 2008-01-23 15:25:13
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\jdkPolicyCheck\META-INF\JCE_DSA.DSA.
    INFO 2008-01-23 15:25:13
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\jdkPolicyCheck\META-INF\JCE_DSA.SF.
    INFO 2008-01-23 15:25:13
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\jdkPolicyCheck\META-INF\JCE_RSA.RSA.
    INFO 2008-01-23 15:25:13
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\jdkPolicyCheck\META-INF\JCE_RSA.SF.
    INFO 2008-01-23 15:25:13
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\jdkPolicyCheck\META-INF\MANIFEST.MF.
    INFO 2008-01-23 15:25:13
    Removing directory C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/jdkPolicyCheck/META-INF.
    INFO 2008-01-23 15:25:13
    Removing directory C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/jdkPolicyCheck.
    INFO 2008-01-23 15:25:13
    Execute step setNWOption of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_getJavaHome|ind|ind|ind|ind|2|0.
    INFO 2008-01-23 15:25:13
    Execute step fillContext of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0.
    INFO 2008-01-23 15:25:13
    Execute step collect of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_readProfileDir|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:25:15
    Found these instances:
    sid: PPI, number: 00, name: ASCS00, host: sapxpi
    sid: PPI, number: 01, name: SCS01, host: sapxpi
    sid: PPI, number: 10, name: ERS10, host: s5
    sid: PPI, number: 11, name: ERS11, host: s5
    sid: PPI, number: 10, name: ERS10, host: s6
    sid: PPI, number: 11, name: ERS11, host: s6
    INFO 2008-01-23 15:25:16
    Execute step getMounts of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_readProfileDir|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:25:16
    Execute step getMounts of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_readProfileDir|ind|ind|ind|ind|0|0|NW_getMounts|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:25:16
    Execute step updateMountInfo of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_readProfileDir|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:25:16
    Execute step getProfileDir of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_readProfileDir|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:26:37
    Execute step fillContext2 of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0.
    INFO 2008-01-23 15:26:38
    Execute step isUnicodeFromStack of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_getUnicode|ind|ind|ind|ind|1|0.
    INFO 2008-01-23 15:26:38
    Execute step isUnicodeFromExecutables of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_getUnicode|ind|ind|ind|ind|1|0.
    INFO 2008-01-23 15:26:39
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\msg_server.exe.log.
    INFO 2008-01-23 15:26:39
    Working directory changed to C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI.
    INFO 2008-01-23 15:26:39
    Output of F:\usr\sap\PPI\ASCS00\exe\msg_server.exe -v is written to the logfile msg_server.exe.log.
    INFO 2008-01-23 15:26:39
    Execution of the command "F:\usr\sap\PPI\ASCS00\exe\msg_server.exe -v" finished with return code 0. Output:
    msgserver information
    kernel release                700
    kernel make variant           700_REL
    DBMS client library          
    compiled on                   NT 5.2 3790 Service Pack 1 x86 MS VC++ 14.00
    compiled for                  64 BIT
    compilation mode              UNICODE
    compile time                  Aug 31 2006 20:13:01
    update level                  0
    patch number                  73
    source id                     0.075
    supported environment
    database (SAP, table SVERS)   700
    operating system
    Windows NT 5.0
    Windows NT 5.1
    Windows NT 5.2
    msgserver patch information
    ( 0.001) MS: enable server shutdown (note 821875)
    ( 0.001) MS: dont bind external port for SCS instance (note 821875)
    ( 0.002) MS: new pseudo parameter rdisp/msserv_no (note 834052)
    ( 0.007) CST patch collection 21 2005 (note 845887)
    ( 0.011) CST patch collection 24 2005 (note 851195)
    ( 0.014) CST Patch Collection 28 2005 (note 860319)
    ( 0.018) CST Patch Collection 31 2005 (note 867690)
    ( 0.023) CST Patch Collection 36 2005 (note 874665)
    ( 0.023) CST Patch Collection 37 2005 (note 877058)
    ( 0.023) VMC Patch Collection 6 (note 865932)
    ( 0.026) CST Patch Collection 39 2005 (note 884266)
    ( 0.033) CST Patch Collection 45 2005 (note 895230)
    ( 0.034) J2EE engine can't reconnect (note 895230)
    ( 0.036) CST Patch Collection 49 2005 (note 904777)
    ( 0.046) CST Patch Collection 06 2006 (note 921223)
    ( 0.049) CST Patch Collection 09 2006 (note 928898)
    ( 0.050) Avoid deadlock in exception handler, when writing the stacktrace (note 907123)
    ( 0.053) CST Patch Collection 14 2006 (note 937223)
    ( 0.057) CST Patch Collection 17 2006 (note 944284)
    ( 0.060) CST Patch Collection 22 2006 (note 950845)
    ( 0.065) P4HTTP added as logon type (note 958374)
    ( 0.065) CST Patch Collection 26 2006 (note 957514)
    ( 0.069) CST Patch Collection 29 2006 (note 962917)
    ( 0.073) CST Patch Collection 33 2006 (note 970657)
    INFO 2008-01-23 15:26:39
    Execute step isUnicodeFromMsgServer of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_getUnicode|ind|ind|ind|ind|1|0.
    INFO 2008-01-23 15:26:39
    Execute step isUnicodeFromProfile of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_getUnicode|ind|ind|ind|ind|1|0.
    INFO 2008-01-23 15:26:39
    Execute step askUnicode of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_getUnicode|ind|ind|ind|ind|1|0.
    INFO 2008-01-23 15:26:39
    Execute step checkMsgServer of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_checkMsgServer|ind|ind|ind|ind|2|0.
    INFO 2008-01-23 15:26:39
    Execute step askABAPMs of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_checkMsgServer|ind|ind|ind|ind|2|0.
    INFO 2008-01-23 15:26:40
    Connect to message server (sapxpi/3900) succeeded.
    INFO 2008-01-23 15:26:40
    Disconnect from message server (sapxpi/3900) succeeded.
    INFO 2008-01-23 15:26:40
    Connect to message server (sapxpi/3900) succeeded.
    INFO 2008-01-23 15:26:40
    Message server (sapxpi/3900) allows connections to its internal port from this host.
    INFO 2008-01-23 15:26:40
    Disconnect from message server (sapxpi/3900) succeeded.
    INFO 2008-01-23 15:26:40
    Execute step askJavaMs of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_checkMsgServer|ind|ind|ind|ind|2|0.
    INFO 2008-01-23 15:26:40
    Connect to message server (sapxpi/3901) succeeded.
    INFO 2008-01-23 15:26:40
    Disconnect from message server (sapxpi/3901) succeeded.
    INFO 2008-01-23 15:26:40
    Connect to message server (sapxpi/3901) succeeded.
    INFO 2008-01-23 15:26:40
    Message server (sapxpi/3901) allows connections to its internal port from this host.
    INFO 2008-01-23 15:26:40
    Disconnect from message server (sapxpi/3901) succeeded.
    INFO 2008-01-23 15:26:40
    Execute step getUnicode of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_checkMsgServer|ind|ind|ind|ind|2|0.
    INFO 2008-01-23 15:26:40
    Connect to message server (sapxpi/3900) succeeded.
    INFO 2008-01-23 15:26:40
    Disconnect from message server (sapxpi/3900) succeeded.
    INFO 2008-01-23 15:26:40
    Connect to message server (sapxpi/3900) succeeded.
    INFO 2008-01-23 15:26:40
    Disconnect from message server (sapxpi/3900) succeeded.
    INFO 2008-01-23 15:26:40
    Execute step getMsPort of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_checkMsgServer|ind|ind|ind|ind|2|0.
    INFO 2008-01-23 15:26:41
    Connect to message server (sapxpi/3900) succeeded.
    INFO 2008-01-23 15:26:41
    Disconnect from message server (sapxpi/3900) succeeded.
    INFO 2008-01-23 15:26:41
    Connect to message server (sapxpi/3900) succeeded.
    INFO 2008-01-23 15:26:41
    Disconnect from message server (sapxpi/3900) succeeded.
    INFO 2008-01-23 15:26:41
    Execute step getUnixIDs of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_checkMsgServer|ind|ind|ind|ind|2|0.
    INFO 2008-01-23 15:26:41
    Execute step fillContext of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_GetUserParameter|ind|ind|ind|ind|3|0.
    INFO 2008-01-23 15:26:41
    Execute step unpcackSECINSTTOOLS of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_GetUserParameter|ind|ind|ind|ind|3|0|NW_GetMasterPassword|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:26:41
    Creating directory C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec.
    INFO 2008-01-23 15:26:41
    Working directory changed to C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/installsec.
    INFO 2008-01-23 15:26:41
    Working directory changed to C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI.
    INFO 2008-01-23 15:26:41
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\SECINSTTOOLS.log.
    INFO 2008-01-23 15:26:41
    Output of C:\DOCUME1\centiq\LOCALS1\Temp\1\sapinst_exe.3344.1201101841\SAPCAR.exe is written to the logfile SECINSTTOOLS.log.
    INFO 2008-01-23 15:26:41
    Output of C:\DOCUME1\centiq\LOCALS1\Temp\1\sapinst_exe.3344.1201101841\SAPCAR.exe -x -v -g -i -f Z:\BS2005\IM_WINDOWS_X86_64\COMMON\INSTALL\SECINSTTOOLS.SAR,:
    SAPCAR: processing archive Z:/BS2005/IM_WINDOWS_X86_64/COMMON/INSTALL/SECINSTTOOLS.SAR (version 2.01)
    x exception.jar
    x logging.jar
    x tc_sec_compat.jar
    SAPCAR: 3 file(s) extracted
    INFO 2008-01-23 15:26:41
    Execute step askMasterPwd of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_GetUserParameter|ind|ind|ind|ind|3|0|NW_GetMasterPassword|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:26:56
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\FormalPasswordCheck.log.
    INFO 2008-01-23 15:26:57
    Output of C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\exception.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\logging.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\tc_sec_compat.jar" com.sap.security.tools.FormalPasswordCheck -a check -s abap -u DDIC -message_file FormalPasswordCheck.message -p XXXXXX is written to the logfile FormalPasswordCheck.log.
    INFO 2008-01-23 15:26:57
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\exception.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\logging.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\tc_sec_compat.jar" com.sap.security.tools.FormalPasswordCheck -a check -s abap -u DDIC -message_file FormalPasswordCheck.message -p XXXXXX" finished with return code 0. Output:
    Jan 23, 2008 3:26:57 PM  Info: Formal password check tool (com.sap.security.tools.FormalPasswordCheck) called for action "check"
    Jan 23, 2008 3:26:57 PM  Info: Called for user "DDIC"
    Jan 23, 2008 3:26:57 PM  Info: Stack type: ABAP
    Jan 23, 2008 3:26:57 PM  Info: Performing check for username
    Jan 23, 2008 3:26:57 PM  Info: Performing check for password
    Jan 23, 2008 3:26:57 PM  Info: Operation executed successfully
    Jan 23, 2008 3:26:57 PM  Info: Leaving with return code 0
    INFO 2008-01-23 15:26:57
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\FormalPasswordCheck.log.
    INFO 2008-01-23 15:26:57
    Output of C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\exception.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\logging.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\tc_sec_compat.jar" com.sap.security.tools.FormalPasswordCheck -a check -s abap -u SAPSTAR -message_file FormalPasswordCheck.message -p XXXXXX is written to the logfile FormalPasswordCheck.log.
    INFO 2008-01-23 15:26:57
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\exception.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\logging.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\tc_sec_compat.jar" com.sap.security.tools.FormalPasswordCheck -a check -s abap -u SAPSTAR -message_file FormalPasswordCheck.message -p XXXXXX" finished with return code 0. Output:
    Jan 23, 2008 3:26:57 PM  Info: Formal password check tool (com.sap.security.tools.FormalPasswordCheck) called for action "check"
    Jan 23, 2008 3:26:57 PM  Info: Called for user "SAPSTAR"
    Jan 23, 2008 3:26:57 PM  Info: Stack type: ABAP
    Jan 23, 2008 3:26:57 PM  Info: Performing check for username
    Jan 23, 2008 3:26:57 PM  Info: Performing check for password
    Jan 23, 2008 3:26:57 PM  Info: Operation executed successfully
    Jan 23, 2008 3:26:57 PM  Info: Leaving with return code 0
    INFO 2008-01-23 15:26:57
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\FormalPasswordCheck.log.
    INFO 2008-01-23 15:26:57
    Output of C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\exception.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\logging.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\tc_sec_compat.jar" com.sap.security.tools.FormalPasswordCheck -a check -s abap -u J2EE_ADMIN -message_file FormalPasswordCheck.message -p XXXXXX is written to the logfile FormalPasswordCheck.log.
    INFO 2008-01-23 15:26:57
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\exception.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\logging.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\tc_sec_compat.jar" com.sap.security.tools.FormalPasswordCheck -a check -s abap -u J2EE_ADMIN -message_file FormalPasswordCheck.message -p XXXXXX" finished with return code 0. Output:
    Jan 23, 2008 3:26:57 PM  Info: Formal password check tool (com.sap.security.tools.FormalPasswordCheck) called for action "check"
    Jan 23, 2008 3:26:57 PM  Info: Called for user "J2EE_ADMIN"
    Jan 23, 2008 3:26:57 PM  Info: Stack type: ABAP
    Jan 23, 2008 3:26:57 PM  Info: Performing check for username
    Jan 23, 2008 3:26:57 PM  Info: Performing check for password
    Jan 23, 2008 3:26:57 PM  Info: Operation executed successfully
    Jan 23, 2008 3:26:57 PM  Info: Leaving with return code 0
    INFO 2008-01-23 15:26:57
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\FormalPasswordCheck.log.
    INFO 2008-01-23 15:26:57
    Output of C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\exception.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\logging.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\tc_sec_compat.jar" com.sap.security.tools.FormalPasswordCheck -a check -s abap -u J2EE_GUEST -message_file FormalPasswordCheck.message -p XXXXXX is written to the logfile FormalPasswordCheck.log.
    INFO 2008-01-23 15:26:58
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\exception.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\logging.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\tc_sec_compat.jar" com.sap.security.tools.FormalPasswordCheck -a check -s abap -u J2EE_GUEST -message_file FormalPasswordCheck.message -p XXXXXX" finished with return code 0. Output:
    Jan 23, 2008 3:26:58 PM  Info: Formal password check tool (com.sap.security.tools.FormalPasswordCheck) called for action "check"
    Jan 23, 2008 3:26:58 PM  Info: Called for user "J2EE_GUEST"
    Jan 23, 2008 3:26:58 PM  Info: Stack type: ABAP
    Jan 23, 2008 3:26:58 PM  Info: Performing check for username
    Jan 23, 2008 3:26:58 PM  Info: Performing check for password
    Jan 23, 2008 3:26:58 PM  Info: Operation executed successfully
    Jan 23, 2008 3:26:58 PM  Info: Leaving with return code 0
    INFO 2008-01-23 15:26:58
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\FormalPasswordCheck.log.
    INFO 2008-01-23 15:26:58
    Output of C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\exception.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\logging.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\tc_sec_compat.jar" com.sap.security.tools.FormalPasswordCheck -a check -s abap -u SAPJSF -message_file FormalPasswordCheck.message -p XXXXXX is written to the logfile FormalPasswordCheck.log.
    INFO 2008-01-23 15:26:58
    Execution of the command "C:\j2sdk1.4.2_15-x64\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\exception.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\logging.jar;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\HA\ABAPJAVA\CI\installsec\tc_sec_compat.jar" com.sap.security.tools.FormalPasswordCheck -a check -s abap -u SAPJSF -message_file FormalPasswordCheck.message -p XXXXXX" finished with return code 0. Output:
    Jan 23, 2008 3:26:58 PM  Info: Formal password check tool (com.sap.security.tools.FormalPasswordCheck) called for action "check"
    Jan 23, 2008 3:26:58 PM  Info: Called for user "SAPJSF"
    Jan 23, 2008 3:26:58 PM  Info: Stack type: ABAP
    Jan 23, 2008 3:26:58 PM  Info: Performing check for username
    Jan 23, 2008 3:26:58 PM  Info: Performing check for password
    Jan 23, 2008 3:26:58 PM  Info: Operation executed successfully
    Jan 23, 2008 3:26:58 PM  Info: Leaving with return code 0
    INFO 2008-01-23 15:26:58
    Execute step setDefaults of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_GetUserParameter|ind|ind|ind|ind|3|0|NW_GetUserParameterWindows|ind|ind|ind|ind|1|0.
    INFO 2008-01-23 15:26:58
    Execute step askDomain of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_GetUserParameter|ind|ind|ind|ind|3|0|NW_GetUserParameterWindows|ind|ind|ind|ind|1|0.
    INFO 2008-01-23 15:26:58
    Execute step askPasswords of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_GetUserParameter|ind|ind|ind|ind|3|0|NW_GetUserParameterWindows|ind|ind|ind|ind|1|0.
    INFO 2008-01-23 15:27:06
    Execute step fillContext of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_getDBInfo|ind|ind|ind|ind|4|0.
    INFO 2008-01-23 15:27:08
    Execute step setInstallationLoadType of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_getDBInfo|ind|ind|ind|ind|4|0|NW_getLoadType|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:27:08
    Execute step askSystemCopyLoadType of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_getDBInfo|ind|ind|ind|ind|4|0|NW_getLoadType|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:27:08
    Execute step setLoadType of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_getDBInfo|ind|ind|ind|ind|4|0|NW_getLoadType|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:27:08
    Execute step setInstallDB of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_getDBInfo|ind|ind|ind|ind|4|0.
    INFO 2008-01-23 15:27:08
    Execute step fillDB6InitializeContext of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_getDBInfo|ind|ind|ind|ind|4|0.
    INFO 2008-01-23 15:27:08
    Execute step fillContext of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0|NW_GetDBUserParameter|ind|ind|ind|ind|5|0.
    INFO 2008-01-23 15:27:08
    Execute step sanityCheckAccounts of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|3|0.
    INFO 2008-01-23 15:27:08
    Execute step fillContext2 of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:27:08
    Execute step fillPRCContext of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:27:08
    Execute step fillContextliveCache of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:27:08
    Execute step loadUsageTypes of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|SAP_Software_Features_Init|ind|ind|ind|ind|13|0.
    INFO 2008-01-23 15:27:09
    Execute step stopDefaultMode of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:27:09
    Execute step fillContextUsageTypes of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|14|0.
    INFO 2008-01-23 15:27:09
    Execute step setAllPossible of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|14|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:27:09
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/usages_data.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/usages_data.1.xml'.
    INFO 2008-01-23 15:27:09
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/usages_data.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/usages_data.2.xml'.
    INFO 2008-01-23 15:27:09
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/jexclude.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAPJAVA/CI/jexclude.1.xml'.
    INFO 2008-01-23 15:27:09
    Execute step determineScenarioParameters of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|14|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:27:09
    Execute step prepareUsagesTableForUserInputXml of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|14|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0.
    INFO 2008-01-23 15:27:09
    Execute step determinePossibleUsageTypesXml of component |NW_Doublestack_CI|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|14|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0

    Hi,
    It looks like it is trying to create an account for SAP and getting error. It's permission problem. You may want to continue installation with administration previliges.
    or try restart.
    Thanks,

  • Error with internet browser while running oracle 10g forms

    Dears,
    Please do help if someone can.
    I m using Forms [32 Bit] Version 10.1.2.0.2 (Production) for some project development. I have a form "customers". Last night as i was shutting down my system, everything was OK. Next day as i started oc4j and compiled forms and tried to run it. The forms invokes a new browser and after a while it sends error stating that Internet exploerer has encountered an error and we are sorry for inconvenience. As i press OK, explorer quit. I upgraded my browser and then tried but the same error encountered.
    What should i do? please guide me.
    Thanks in advance.

    Hi,
    When Explorer quits, does any file gets generated automatically on your desktop?
    Regards,
    Soumyajit

  • HTTP 404 Not Found error when opening Enterprice manager in ORACLE 10g

    Hi friends,
    I have created a new database. When i tried to enter into the enterprise manager through the URL http://localhost:7778/em it displays the following error
    "HTTP 404 Not Found"
    Someone please help me

    That is because you are using the wrong port number. AFter installation, it showed you the correct port number for you installation. If not find it in $ORACLE_HOME/install/portlist.ini

  • Error while resubmit the transaction in Oracle 10g B2B

    Hi All,
    I am facing the below error while resubmitting the transactions
    bash-3.00$ java oracle.tip.adapter.b2b.data.ReSubmit
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/tip/adapter/b2b/data/ReSubmit
    bash-3.00$
    Regards
    sekhar

    Hi Sekhar,
    Make sure that you are setting the environment first by running Midtier_Home\ip\install\setenv.bat OR Midtier_Home\ip\install\setenv.sh (according to your OS). Run the resubmit command after executing this setenv file.
    Regards,
    Anuj

  • Error Running Reports as Portlet in Oracle AS 10g

    #First, I create the report server using Reports Server Access Portlet (Administration>     Oracle Reports Security Setting)
    When defining the Server Name and Printers, I fill the fields like this:
    Display Name : MY_REPORTS_SERVER
    Reports Server Name : myserver
    Oracle Reports Web Gateway URL for JSP reports : http://stts:7778/
    Oracle Reports Web Gateway URL for RDF reports : http://stts:7778/reports/rwservlet
    #Second, I create the report definition using Reports Definition File Access portlet
    Display Name : myreport
    Reports Servers : MY_REPORTS_SERVER
    Oracle Reports File Name : test.rdf (default report sample)
    Execute : via servlet
    #The problem is.....
    When I tried to run the report by clicking Run / Run as Portlet link, the report doesn't show up.
    Then, I rightclick-View Page Source on the page
    <iframe name="iFramePortlet"
    src="http://sttsstts/reports/rwservlet?report=test.rdf&server=myserver&destype=Cach....
    I found that the src tag is doubling my computername into sttsstts, it supposed to be stts only.
    How come this happen???
    I already tried to change server definition into
    Oracle Reports Web Gateway URL for JSP reports : http://localhost/
    Oracle Reports Web Gateway URL for RDF reports : http://localhost/reports/rwservlet
    but the when tried to run the report again, the src still added by computername become:
    src="http://localhoststts/reports/rwservlet?report=test.rdf&server=myserver&destype=Cach............
    plaease help me...
    Thanx before,
    Chris

    Hi,
    I found two Metalink Notes that could of use to you :-
    Metalink Note:230544.1 :- How To Install And Configure OSA AS Portlets (Main Document)
    Metalink Note:247595.1 :- Installing AS Portlets 1.0 with OFA or OSA Version 6.4
    Regards,
    Sandeep

Maybe you are looking for

  • Itunes not syncing "newly added playlist" on my iphone 5!

    I am running IOS 7.0.4 (11B554a) on my iphone5 16Gb, modem firmware 5.02.00. i have latest iTunes (V. 11.2.2.3). Well, as usual i add new songs to my iTunes library, which also show up in 'newly added' playlist in iTunes. So over syncing, it should a

  • Clarification on bash initilization file/paths

    I need some clarification on bash initilization file/paths for general solaris user. i created user by useradd -d /export/home/philip -m -s /usr/bin/bash -c "Philip Brown" philip so I get a bash shell when logged in. ok - good. I look in my home fold

  • SAP DB2 Deep Compression

    Hi All I need some help with IBM DB2 version 9.5 to implement deep compression on very large tables compressing all the data in the tables not just from the point of enabling the compression going forward, the problem is these tables are very bit one

  • How do i clear history in quick time

    i need to clear all the history from quick time, preview and recents

  • Adobe Audition 5.5 will not play file after importing

    I am new with this software, so bare with me please. First, I am workign with a Macbook Pro, MacOSx, 2.2 Ghz Intel Cose i7 with 4 GB 1333 Mhz DDR3.  The version of Audition is version 4 build 1815. For the first two weeks, everything was fine.  I wou