Problems Post installation - Oracle 8i and Forms 6i

Hello,
This is with respect to the two issues I am encountering in Oracle. Kindly somebody help with these issues as it is urgent.
PLEASE GO THROUGH EACH AND EVERY POINT BEFORE ARRIVING AT A CONCLUSION
1. With the Post Oracle database installation
2. Oracle forms connectivity to the Oracle database (FORMS WAS INSTALLED PRIOR TO ORACLE INSTALLATION)
I will start with the 1st issue (Post Oracle database installation)
Steps A01
1. I unistalled an existing version 8.1.7 using the steps mentioned in the following link (http://www.oracle-base.com/articles/misc/ManualOracleUninstall.php)
2. I chose typical installation (default, all the rest of installation methods were default)
3. Gave SID as ORCL_DB
4. Created database by installation
5. connected to SYS using default password - no problem
6. Created another user usr01 and granted necessary privileges Was able to logon to the database using usr01. No problem
But if I do a restart of the machine and then I am encountering an error ORA-27101: shared memory realm does not exist after which I am unable to connect to the database.
##### (PLEASE NOTE THAT I AM ABLE TO CONNECT TO ORACLE FOR THE FIRST TIME WITHOUT ANY PROBLEMS. THE ERROR IS THROWN IF WE REBOOT THE MACHINE AND TRY TO CONNECT TO ORACLE) ###
The steps I tried to troubleshoot this
a. Checked the oracle network admin directory. All the config files are there (TNSNAMES.ORA, SQLNET.ORA, LISTNER.ORA)
b. did a tnsping
c:\tnsping ORCL_DB
NO PROBLEM WITH THAT. GETTING OK FOR THE PING
c. Checked the oracle registries.
Could find all these entries have the correct value:
ORACLE_HOME - C:\ORACLE
ORACLE_SID - ORCL_DB
ORACLE_BASE - c:\oracle
There were no extra slash or extra character with the registry entries.
Now the the post forms installation scenario
Steps A02 (FORMS WAS INSTALLED PRIOR TO ORACLE INSTALLATION)
1. Installed forms (directory c:\orant)
Steps A03
1. Copied the contents tnsnames.ora file entries from oracle\network\admin directory to the orant\net80\admin\tnsnames.ora file
2. Tried to connect to oracle forms (user : usr01, database : ORCL_DB).
Got error : ORA-12154: TNS:could not resolve service name
3. Created an environment variable : tns_admin with value c:/oracle/network/admin. Tried to connect again
Now getting another error : unable to connect to the destination : ora-12203 (unable to connect to destination)
I have installed forms and oracle in separate directories. Can somebody help to resolve these issues?
Thanks in advance
Chanaya

Please find the content of the alert logfile
Dump file C:\oracle\admin\PPDDEV\bdump\ppddevALRT.LOG
Fri Nov 04 17:47:05 2011
ORACLE V8.1.7.0.0 - Production vsnsta=0
vsnsql=e vsnxtr=3
Windows 2000 Version 5.1 Service Pack 3, CPU type 586
Starting up ORACLE RDBMS Version: 8.1.7.0.0.
System parameters with non-default values:
processes = 150
shared_pool_size = 52428800
large_pool_size = 614400
java_pool_size = 20971520
control_files = C:\oracle\oradata\PPDDEV\control01.ctl, C:\oracle\oradata\PPDDEV\control02.ctl, C:\oracle\oradata\PPDDEV\control03.ctl
db_block_buffers = 19200
db_block_size = 8192
compatible = 8.1.0
log_buffer = 32768
log_checkpoint_interval = 10000
log_checkpoint_timeout = 1800
db_files = 1024
db_file_multiblock_read_count= 8
max_enabled_roles = 30
remote_login_passwordfile= EXCLUSIVE
global_names = TRUE
distributed_transactions = 500
instance_name = PPDDEV
service_names = PPDDEV
mts_dispatchers = (PROTOCOL=TCP)(PRE=oracle.aurora.server.SGiopServer)
open_links = 4
sort_area_size = 65536
sort_area_retained_size = 65536
db_name = PPDDEV
open_cursors = 300
os_authent_prefix =
job_queue_processes = 0
job_queue_interval = 10
parallel_max_servers = 5
background_dump_dest = C:\oracle\admin\PPDDEV\bdump
user_dump_dest = C:\oracle\admin\PPDDEV\udump
max_dump_file_size = 10240
oracle_trace_collection_name=
PMON started with pid=2
DBW0 started with pid=3
LGWR started with pid=4
CKPT started with pid=5
SMON started with pid=6
RECO started with pid=7
Fri Nov 04 17:47:07 2011
starting up 1 shared server(s) ...
starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
Fri Nov 04 17:47:08 2011
create controlfile reuse set database PPDDEV
datafile 'C:\oracle\oradata\PPDDEV\system01.dbf',
'C:\oracle\oradata\PPDDEV\temp01.dbf',
'C:\oracle\oradata\PPDDEV\rbs01.dbf',
'C:\oracle\oradata\PPDDEV\indx01.dbf',
'C:\oracle\oradata\PPDDEV\tools01.dbf',
'C:\oracle\oradata\PPDDEV\dr01.dbf',
'C:\oracle\oradata\PPDDEV\users01.dbf'
logfile 'C:\oracle\oradata\PPDDEV\redo01.log' size 1M,
'C:\oracle\oradata\PPDDEV\redo02.log' size 1M,
'C:\oracle\oradata\PPDDEV\redo03.log' size 1M resetlogs
Fri Nov 04 17:47:12 2011
Successful mount of redo thread 1, with mount id 1145344671.
Fri Nov 04 17:47:12 2011
Completed: create controlfile reuse set database PPDDEV
dataf
Fri Nov 04 17:47:12 2011
alter database PPDDEV open resetlogs
RESETLOGS after incomplete recovery UNTIL CHANGE 282235
Fri Nov 04 17:47:12 2011
Errors in file C:\oracle\admin\PPDDEV\udump\ORA02644.TRC:
ORA-00313: open failed for members of log group 1 of thread 1
ORA-00312: online log 1 thread 1: 'C:\ORACLE\ORADATA\PPDDEV\REDO03.LOG'
ORA-27041: unable to open file
OSD-04002: unable to open file
O/S-Error: (OS 2) The system cannot find the file specified.
Fri Nov 04 17:47:12 2011
Errors in file C:\oracle\admin\PPDDEV\udump\ORA02644.TRC:
ORA-00313: open failed for members of log group 2 of thread 1
ORA-00312: online log 2 thread 1: 'C:\ORACLE\ORADATA\PPDDEV\REDO02.LOG'
ORA-27041: unable to open file
OSD-04002: unable to open file
O/S-Error: (OS 2) The system cannot find the file specified.
Fri Nov 04 17:47:12 2011
Errors in file C:\oracle\admin\PPDDEV\udump\ORA02644.TRC:
ORA-00313: open failed for members of log group 3 of thread 1
ORA-00312: online log 3 thread 1: 'C:\ORACLE\ORADATA\PPDDEV\REDO01.LOG'
ORA-27041: unable to open file
OSD-04002: unable to open file
O/S-Error: (OS 2) The system cannot find the file specified.
Fri Nov 04 17:47:14 2011
Thread 1 opened at log sequence 1
Current log# 1 seq# 1 mem# 0: C:\ORACLE\ORADATA\PPDDEV\REDO03.LOG
Successful open of redo thread 1.
Fri Nov 04 17:47:14 2011
SMON: enabling cache recovery
Fri Nov 04 17:47:15 2011
Dictionary check beginning
Dictionary check complete
Fri Nov 04 17:47:15 2011
SMON: enabling tx recovery
Fri Nov 04 17:47:31 2011
Completed: alter database PPDDEV open resetlogs
Fri Nov 04 17:47:31 2011
alter database PPDDEV character set WE8ISO8859P1
Fri Nov 04 17:47:31 2011
Thread 1 advanced to log sequence 2
Current log# 2 seq# 2 mem# 0: C:\ORACLE\ORADATA\PPDDEV\REDO02.LOG
Thread 1 advanced to log sequence 3
Current log# 3 seq# 3 mem# 0: C:\ORACLE\ORADATA\PPDDEV\REDO01.LOG
Thread 1 advanced to log sequence 4
Current log# 1 seq# 4 mem# 0: C:\ORACLE\ORADATA\PPDDEV\REDO03.LOG
Thread 1 cannot allocate new log, sequence 5
Checkpoint not complete
Current log# 1 seq# 4 mem# 0: C:\ORACLE\ORADATA\PPDDEV\REDO03.LOG
Thread 1 advanced to log sequence 5
Current log# 2 seq# 5 mem# 0: C:\ORACLE\ORADATA\PPDDEV\REDO02.LOG
Fri Nov 04 17:47:40 2011
Completed: alter database PPDDEV character set WE8ISO8859P1
Fri Nov 04 17:47:40 2011
alter database PPDDEV national character set WE8ISO8859P1
Completed: alter database PPDDEV national character set WE8IS
Fri Nov 04 17:47:40 2011
alter database rename global_name to "PPDDEV"
Completed: alter database rename global_name to "PPDDEV"
Fri Nov 04 17:47:40 2011
Restarting dead background process EMN0
EMN0 started with pid=11
Fri Nov 04 17:47:43 2011
Shutting down instance (normal)
License high water mark = 1
Fri Nov 04 17:47:46 2011
ALTER DATABASE CLOSE NORMAL
Fri Nov 04 17:47:46 2011
SMON: disabling tx recovery
SMON: disabling cache recovery
Fri Nov 04 17:47:48 2011
Thread 1 closed at log sequence 5
Fri Nov 04 17:47:48 2011
Completed: ALTER DATABASE CLOSE NORMAL
Fri Nov 04 17:47:48 2011
ALTER DATABASE DISMOUNT
Completed: ALTER DATABASE DISMOUNT
archiving is disabled
Starting up ORACLE RDBMS Version: 8.1.7.0.0.
System parameters with non-default values:
processes = 150
shared_pool_size = 52428800
large_pool_size = 614400
java_pool_size = 20971520
control_files = C:\oracle\oradata\PPDDEV\control01.ctl, C:\oracle\oradata\PPDDEV\control02.ctl, C:\oracle\oradata\PPDDEV\control03.ctl
db_block_buffers = 19200
db_block_size = 8192
compatible = 8.1.0
log_buffer = 32768
log_checkpoint_interval = 10000
log_checkpoint_timeout = 1800
db_files = 1024
db_file_multiblock_read_count= 8
max_enabled_roles = 30
remote_login_passwordfile= EXCLUSIVE
global_names = TRUE
distributed_transactions = 500
instance_name = PPDDEV
service_names = PPDDEV
mts_dispatchers = (PROTOCOL=TCP)(PRE=oracle.aurora.server.SGiopServer)
open_links = 4
sort_area_size = 65536
sort_area_retained_size = 65536
db_name = PPDDEV
open_cursors = 300
os_authent_prefix =
job_queue_processes = 4
job_queue_interval = 10
parallel_max_servers = 5
background_dump_dest = C:\oracle\admin\PPDDEV\bdump
user_dump_dest = C:\oracle\admin\PPDDEV\udump
max_dump_file_size = 10240
oracle_trace_collection_name=
PMON started with pid=2
DBW0 started with pid=3
LGWR started with pid=4
CKPT started with pid=5
SMON started with pid=6
RECO started with pid=7
SNP0 started with pid=8
SNP1 started with pid=9
SNP2 started with pid=10
SNP3 started with pid=11
Fri Nov 04 17:47:56 2011
starting up 1 shared server(s) ...
starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
Fri Nov 04 17:47:57 2011
alter database mount
Fri Nov 04 17:48:04 2011
Successful mount of redo thread 1, with mount id 1145346003.
Fri Nov 04 17:48:04 2011
Database mounted in Exclusive Mode.
Completed: alter database mount
Fri Nov 04 17:48:04 2011
alter database open
Fri Nov 04 17:48:04 2011
Thread 1 opened at log sequence 5
Current log# 2 seq# 5 mem# 0: C:\ORACLE\ORADATA\PPDDEV\REDO02.LOG
Successful open of redo thread 1.
Fri Nov 04 17:48:04 2011
SMON: enabling cache recovery
SMON: enabling tx recovery
Fri Nov 04 17:48:05 2011
Updating character set in controlfile to WE8ISO8859P1
Completed: alter database open
Fri Nov 04 17:48:20 2011
Thread 1 advanced to log sequence 6
Current log# 3 seq# 6 mem# 0: C:\ORACLE\ORADATA\PPDDEV\REDO01.LOG

Similar Messages

  • Oracle 10gR2 and Forms 6i Combination

    One of my company's division after suffering skill gap for many years decided finally to turn their system under my care. This means more work for me but it would be a welcome change since it will give back some exposure from my past life using SQLForms, CDE and Designer 2000 etc.
    As a prerequisite I got involved to provide technical direction to a project to "modernize" their system with the "almost" current version that is still supported or "almost" supported by Oracle.
    My question is this : ( In reference to Note 229929.1 Stating that Oracle 10GR2 and Form 6i combo is not supported as a combination ( because Form 6i is already desupported ) Is there anyone here have that combination running on production ?
    Was there any problem ?
    At the back of my mind I am very confident that I can make this combination work .
    It would be useful if someone can confirm this combo. (ie 10gR2 and Forms 6i).
    You may ask "Why not go with the latest ? ".This was for many reasons. I don't want to introduce shocking changes to the developers (they are already behind on technology and skillset), also Forms 6i is still Client-server which where they want to remain at the moment. The project was given a very short time to convert the system.
    Introducing a new architecture will definitely introduce more task than these guys can handle in such short period.
    Feedback for any real life experience on this combo is appreciated .
    Thanks in advance.

    Go to Community Discussion Forums » Developer Tools » Forms and post your question there.

  • I want to install Oracle 8i and forms 6i on xp

    I want to install Oracle 8i and forms 6i on xp. Kindly give me a complete step by step file, so that i can know before installation......
    Thanks

    Get into a time machine and go back about 20 years. ;-)
    You are asking about something hopefully no one has done for a decade ... installing desupported software on a desupported database on a desupported operating system on, perhaps, some antique server.
    Perhaps someone else kept their notes from back in the Jurassic period but mine were in a recycle bin many many years ago.
    If you really wish to do this I suspect you are going to be stuck doing it the way we did back then ... read the docs accompanying the installation files.

  • Performance of WEB enabling ( Converting to Oracle 8i and Forms 6i)

    We are working on a project to convert a forms 4.5 and Oracle 7.3.4 application to a web based app ( Oracle 8i and Forms 6i). I want to know if there will be a performance hit (improve or decrease) as a result of this.
    Please help

    Satish - concerned about your statement that you have not used in in production but you think its not the good. If you can quantify your statement I will address is.
    As for Bobs points - check out http://forums.oracle.com/forums/message.jsp?id=836060
    This probably addresses Bobs concerns.
    If you are concerned - take a look at the testimonials. Go to otn.oracle.com/products/forms and click on the Testimonials link.
    Believe it or not we actually have people who are running FASTER on the Web - How can that be!!! - well the reason is that the have uses on slow links - when running client server there database access is across these links and since they had database intensive application they found it could be slow. On the web the data trasfer between the app server and the database was on a fast link and the client (who are still on the slow link) are getting only screen draw information which is alot less than the database traffic.
    Hope this helps
    Grant

  • Is there any difference in oracle database and forms database

    i want to know is there any difference in oracle database and forms 6i database
    ,if i import some file through oracle database then same data will exist in forms database or not
    thanks

    Oracle Forms is a Rapid Application Development (RAD) tool not a database. With Forms, you connect to an Oracle database to query and display data from the database as well as insert new or update existing data. Consequently, if exists in the database - you should be able to display it in a Form.
    Craig...

  • Urgentpls : How to find the Oracle reports and forms version in Unix prompt

    Hi,
    How to find the Oracle reports and forms version in Unix prompt.
    Please give the steps
    Thanks

    I need to check the version of Oracle forms and reportsExample :$ frmcmp.sh -h | head -1
    Forms 10.1 (Form Compiler) Version 10.1.2.0.2 (Production)
    $ rwrun.sh 2>/dev/null | head -2 | tail -1
    Report Builder: Release 10.1.2.0.2 - Production on Wed Mar 10 11:17:55 2010
    $

  • Installation Oracle 8i with Forms 5.0

    Hi ,
    I am trying to install Forms 5.0 in windows 2000 professional which has oracle 8.1.7.
    After installation Oracle 8.1.7 gets disabled and Forms 5.0 too did not run.
    Please let me know the solution for this problem.
    thanks ,
    Nimit

    1. Forms 5 (Dev 2.1) must be installed onto a new oracle home, not in the same on where 817 is.
    2. It is a good idea to install Forms 5 first, then 817.
    Let me know if this solved your problem
    null

  • Problems about deploying Oracle web application (Forms, Reports)

    I am going to deploy Oracle web applications (Forms and Reports) and plan to use the same server machine for both Application web server and Database server.
    1. How can I enable SSL (for data encryption) on Application web server for Oracle Forms ?
    2. Since both Application web server and Database server will use the same machine, do I still need Oracle Advanced Security for data transmission between Application web server and Database server if data encryption for transmission is required ?
    3. Can I user Oracle Forms to call Oracle Report on web as I did in Client/Server in the past ?
    Experts like you may have come across such problems. Would you please give me some opinions/ideas ?
    Regards,
    Richard

    1. check the paper about the Forms servlet architecture on otn forms section for SSL tips.
    3. Check the reports and forms integration paper on otn too.

  • Problem with installation Oracle VM Manager 3.0.1 in Oracle Linux 6.1

    Dear all specialists.
    I have tried many times to install Oracle VM Manager 3.0.1 in Linux 6.1 but still not get success.
    I try to install it by folowing VM Documentation 3.0 and http://www.itnewscast.net/oracle-vm-manager-30-installation. When I try to stall it I see many error messages regarding to hardware and software requirement of Orace VM Manager 3.0.1. When those error message stop appear, it can be only installed abit, it seem hang and then error message appears as below.
    I will show all my installation steps and problem as below:
    I try to install on Dell PowerEdge 1950 (300GB, RAM : 8GB) and Sun X4150 (HDD: 160GB, RAM: 4GB)
    [root@ovmger home]# /etc/init.d/iptables stop && chkconfig iptables off
    [root@ovmger home]# rpm -qa libaio unzip
    unzip-6.0-1.el6.x86_64
    libaio-0.3.107-10.el6.x86_64
    [root@ovmger ~]# groupadd dba
    [root@ovmger ~]# useradd -g dba oracle
    [root@ovmger ~]# passwd oracle
    Changing password for user oracle.
    New password:
    BAD PASSWORD: it is based on a dictionary word
    Retype new password:
    passwd: all authentication tokens updated successfully.
    [root@ovmger ~]# vi /etc/security/limits.conf
    <domain> <type> <item> <value>
    #* soft core 0
    #* hard rss 10000
    #@student hard nproc 20
    #@faculty soft nproc 20
    #@faculty hard nproc 50
    #ftp hard nproc 0
    #@student - maxlogins 4
    oracle hard nofile 8192
    oracle soft nofile 8192
    oracle soft nproc 4096
    oracle hard nproc 4096
    oracle soft core unlimited
    oracle hard core unlimited
    # End of file
    wq!
    [root@ovmger ~]# mkdir -p /u01/app/oracle
    [root@ovmger ~]# chown oracle:dba /u01/app/oracle
    [root@ovmger ~]# vi /etc/hosts
    127.0.0.1 localhost.localdomain localhost
    192.168.0.98 ovmger
    wq!
    [root@ovmger ~]# ls
    anaconda-ks.cfg Downloads Music Public
    Desktop install.log OracleVM-Manager-3.0.1.iso Templates
    Documents install.log.syslog Pictures Videos
    [root@ovmger ~]# mkdir -p /home/oracle/mount-point
    [root@ovmger ~]# clear
    [root@ovmger ~]# mount -o loop OracleVM-Manager-3.0.1.iso /home/oracle/mount-point/
    [root@ovmger ~]# cd /home/oracle/mount-point/
    [root@ovmger mount-point]# ls
    components EULA oracle-validated.params runInstaller.sh
    createOracle.sh LICENSE ovmm-installer.bsx
    [root@ovmger mount-point]# ./runInstaller.sh
    Oracle VM Manager Release 3.0.1 Installer
    Oracle VM Manager Installer log file:
    /tmp/ovmm-installer.selfextract_CAjaQM/install-2011-10-13-165911.log
    Please select an installation type:
    1: Simple
    2: Standard
    3: Uninstall
    4: Help
    Select Number (1-4): 1
    Starting simple installation ...
    Verifying installation prerequisites ...
    One password is used for all users created and used during the installation.
    Enter a password for all logins used during the installation:
    Enter a password for all logins used during the installation (confirm):
    Verifying configuration ...
    Start installing the configured components:
    1: Continue
    2: Abort
    Select Number (1-2): 1
    Step 1 of 9 : Database ...
    Installing Database ...
    Retrieving Oracle Database 11g XE ...
    Installing Oracle Database 11g XE ...
    Configuring Oracle Database 11g XE ...
    /home/oracle/mount-point/./ovmm-installer.bsx: line 137: 26564 Killed
    python setup.py $DIRPARAM $CONFIGPARAM $UUIDPARAM $INSTALLTYPEPARAM $ASSU MEYESPARAM
    I have been waiting for maybe 3 hours and then error appears the message as above
    Please kindly give advice to solve this problem as soon as possible.
    Thank in advance,
    Best regards,
    Heng
    Edited by: user9032138 on Oct 13, 2011 12:13 AM

    Dear Avi Miller,
    I have successfully installed both of servers (VM Server 3.0.2 & VM Manager 3.0.2) as below
    + VM Server 3.0.2 on Dell PowerEdge 1950
    + VM Manager 3.0.2 in OEL 6.1 on Sun Fire X4100M2 Server
    Refer to Oracle VM Server 3.0 Document, they recommend to do Discover Oracle VM Servers to VM Manager first of all step then do anything else like Creating a Server Pool so I try to do Discover Oracle VM Servers in many times but still not success.
    What I try to do Discover Oracle Servers as below:
    After I install both already I start to Discover Oracle VM quickly
    1. Log into Oracle VM Manager
    2. Select the Hardware view.
    3. Select Discover from the Actions menu. The Discover Servers dialog box is displayed.
    4. Enter information about the Oracle VM Server(s) to be discovered.
    5. Specify an IP Address (or rang): IP_of VM Server and Click Add
    6. Put password of VM Server Agent
    7. Click OK
    Wait a minute the Status of VM Manager show fail and when I click Detail it show as below:
    Job Construction Phase
    begin()
    Appended operation 'Discover Manager Server Discover' to object 'OVM Foundry : Discover Manager'.
    commit()
    Completed Step: COMMIT
    Objects and Operations
    Object (IN_USE): [Server] 44:45:4c:4c:46:00:10:37:80:57:c4:c0:4f:32:33:4a (vmserver)
    Object (IN_USE): [DiscoverManager] OVM Foundry : Discover Manager
    Operation: Discover Manager Server Discover
    Job Running Phase at 11:51 on Sat, Nov 5, 2011
    Job Participants: []
    Actioner
    Starting operation 'Discover Manager Server Discover' on object 'OVM Foundry : Discover Manager'
    Setting Context to model only in job with id=1320468663398
    Job Internal Error (Indeterminate)java.lang.NullPointerException
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:450)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverNewServer(DiscoverEngine.java:345)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverServer(DiscoverEngine.java:265)
    at com.oracle.ovm.mgr.op.manager.DiscoverManagerServerDiscover.action(DiscoverManagerServerDiscover.java:48)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:191)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:257)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1019)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:223)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:751)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:395)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:453)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    FailedOperationCleanup
    Starting failed operation 'Discover Manager Server Discover' cleanup on object 'OVM Foundry : Discover Manager'
    Complete rollback operation 'Discover Manager Server Discover' completed with direction=OVM Foundry : Discover Manager
    Rollbacker
    Objects To Be Rolled Back
    Object (IN_USE): [Server] 44:45:4c:4c:46:00:10:37:80:57:c4:c0:4f:32:33:4a (vmserver)
    Object (IN_USE): [DiscoverManager] OVM Foundry : Discover Manager
    Completed Step: ROLLBACK
    Job failed commit (internal) due to java.lang.NullPointerException
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:450)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverNewServer(DiscoverEngine.java:345)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverServer(DiscoverEngine.java:265)
    at com.oracle.ovm.mgr.op.manager.DiscoverManagerServerDiscover.action(DiscoverManagerServerDiscover.java:48)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:191)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:257)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1019)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:223)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:751)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:395)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:453)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    Sat Nov 05 11:51:05 ICT 2011
    com.oracle.ovm.mgr.api.exception.FailedOperationException: java.lang.NullPointerException
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:450)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverNewServer(DiscoverEngine.java:345)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverServer(DiscoverEngine.java:265)
    at com.oracle.ovm.mgr.op.manager.DiscoverManagerServerDiscover.action(DiscoverManagerServerDiscover.java:48)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:191)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:257)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1019)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:223)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:751)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:395)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:453)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    Sat Nov 05 11:51:05 ICT 2011
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1069)
    at sun.reflect.GeneratedMethodAccessor791.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:223)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:751)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:395)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:453)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    End of Job
    If you have success experience on this, please kindly help to share to me.
    Please kindly give some advise for this.
    Thank in advance,
    Best regards,
    Heng
    Edited by: user9032138 on Nov 4, 2011 9:56 PM
    Edited by: user9032138 on Nov 4, 2011 10:03 PM

  • Problem in running oracle report from form 10g Version 10.1.2.0.2

    Hi All,
    I am facing problem while running the report from forms 10g getting FRM-41219
    For this i am using the following procedure :
    PROCEDURE RUN_REPORT IS
    L_RUN_TEXT VARCHAR2 (2000);
    L_USRID VARCHAR2 (100);
    L_PASSWD VARCHAR2 (100);
    L_DESNAME VARCHAR2 (100);
    FILE_OUT_PUT VARCHAR2(200);
    REP_STATUS VARCHAR2(20);
    REP_NAME VARCHAR2(50);
    PL_ID PARAMLIST;
    REP_URL VARCHAR2(2000);
    V_REP VARCHAR2(200);
    BEGIN
    display_me('RUN_REPORT');
    -- CALL THE FOLLOWING FUNCTION, IN WHICH USER CAN WRITE HIS OWN CODE.
    -- THE PROCEDURE CAN BE MADE LOCAL TO THE SPECIFIC FORM AND WRITE THE CODE.
    -- IT SHOULD RETURN 'Y', IF YOU WANT TO PROCEED WITH THIS RUN_REPORT
    -- PROCEDURE.
    IF NVL (RUN_REPORT1, 'Y') = 'N' THEN
    RETURN;
    END IF;
    COMMIT_FORM;
    IF (GET_APPLICATION_PROPERTY (OPERATING_SYSTEM)) = 'UNIX' THEN
    L_DESNAME := 'LP';
    ELSE
    L_DESNAME := NAME_IN ('REPORT_TITLE.F_FILE_NAME');
    display_me(L_DESNAME);
    END IF ;
    /* SETTING THE REPORT OBJECT PROPERTIES */
    /* G_PRAM1 IS THE NAME OF REPORT ****/
    SET_REPORT_OBJECT_PROPERTY('REPOBJ',REPORT_EXECUTION_MODE,BATCH);
    SET_REPORT_OBJECT_PROPERTY('REPOBJ',REPORT_COMM_MODE,SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY('REPOBJ',REPORT_DESTYPE,CACHE);
    SET_REPORT_OBJECT_PROPERTY('REPOBJ',REPORT_DESFORMAT,'PDF');
    SET_REPORT_OBJECT_PROPERTY('REPOBJ',REPORT_SERVER,'172.18.76.34');
    SET_REPORT_OBJECT_PROPERTY('REPOBJ',REPORT_FILENAME,:GLOBAL.G_PARAM1||'.REP');
    display_me(':GLOBAL.G_PARAM1 '||:GLOBAL.G_PARAM1);
    PL_ID := GET_PARAMETER_LIST ('REP_PARA');
    IF NOT ID_NULL (PL_ID) THEN
    DESTROY_PARAMETER_LIST ('REP_PARA');
    END IF;
    PL_ID := CREATE_PARAMETER_LIST('REP_PARA');
    ADD_PARAMETER (PL_ID, 'DESTYPE' , TEXT_PARAMETER, NAME_IN ('REPORT_TITLE.RAG_DESTINATION') );
    ADD_PARAMETER (PL_ID, 'DESNAME' , TEXT_PARAMETER, L_DESNAME);
    ADD_PARAMETER (PL_ID, 'COPIES' , TEXT_PARAMETER, NAME_IN ('REPORT_TITLE.F_NO_COPY') );
    ADD_PARAMETER (PL_ID, 'ORIENTATION', TEXT_PARAMETER, 'LANDSCAPE');
    ADD_PARAMETER (PL_ID, 'MODE' , TEXT_PARAMETER, 'BITMAP');
    ADD_PARAMETER (PL_ID, 'PARAMFORM' , TEXT_PARAMETER, 'NO');
    ADD_PARAMETER (PL_ID, 'PARAM' , TEXT_PARAMETER, NAME_IN ('IBP_REPORT_PARAMETER.F_REP_SEQ') );
    ADD_PARAMETER (PL_ID, 'P_COMP_CODE' ,TEXT_PARAMETER,:GLOBAL.G_COMP_CODE);
    display_me(':GLOBAL.G_COMP_CODE '||:GLOBAL.G_COMP_CODE);
    REP_NAME := :GLOBAL.G_PARAM1||'.REP';
    display_me('REP_NAME'||REP_NAME);
    V_REP := RUN_REPORT_OBJECT('REPOBJ');
    display_me('V_REP '||V_REP);
    REP_STATUS := REPORT_OBJECT_STATUS(V_REP);
    display_me('REP_STATUS'||REP_STATUS);
         WHILE REP_STATUS IN ('RUNNING','OPENING_REPORT','ENQUEUED')LOOP
    REP_STATUS := REPORT_OBJECT_STATUS(V_REP);
    END LOOP;
    IF REP_STATUS = 'FINISHED' THEN
    REP_URL:='/REPORTS/RWSERVLET/GETJOBID'||SUBSTR(V_REP,INSTR(V_REP,'_',-1)+1)||'?'||'SERVER=172.18.76.34';
    display_me('REP_URL '||REP_URL);
    WEB.SHOW_DOCUMENT(REP_URL,'_BLANK');
    ELSE
    MESSAGE('ERROR WHEN RUNNING REPORT');
    END IF;
    END;
    Which is called on a button , can any body share there idea to help out
    Warm Regards
    Ashutosh

    Yes, I have replace the userid with scott/tiger@orcl with i6menu/i6menu@vbs and also replace the OAS server's name as you have suggested.
    declare
         REP_URL varchar2(2000);
    begin
    REP_URL:= '/reports/rwservlet?userid=i6menu/i6menu@vbs&report=testrep_10g.rdf&desformat=pdf&destype=cache&paramform=no';
    WEB.SHOW_DOCUMENT(REP_URL,'_BLANK');
    end;
    I had the 2nd code also but both r not working on my machine ......... !!
    I have made the following setting on my machine:
    1. Registry -> HKEY_LOCAL_MACHINE -> SOFTWARE-> ORACLE-> KEY_DevSuiteHome1->FORMS_PATH ->
    Values is : D:\vision_soft\VSS\exe
    2. Registry -> HKEY_LOCAL_MACHINE -> SOFTWARE-> ORACLE-> KEY_DevSuiteHome1->REPORTS_PATH ->
    Values is : D:\vision_soft\VSS\exe
    3. Entry made in the DevSuiteHome_1\forms\server ->default.env
    FORMS_PATH=D:\vision_soft\VSS\exe
    4. Entry made in the DevSuiteHome_1\reports\confr ->rwservlet.properties
    #SERVER= rep10
    As my forms is working well & but the report are not able to call.
    Could you please let me know is there is any other mandatory setting required for the report 10g.
    Regards,
    Ashutosh

  • Post installation for Portal and errors for new system

    I've recently installed a NW 7 based ABAPJAVA System with Portal Components (EPEP Core) on Windows + Oracle for demo.
    1 ) Since, I am facing a lot of errors after the installation, I think I have missed to carry out some post-install steps. Can someone please suggest on the post-installation steps in some detail ??
    2)  When I try to open the newly installed portal using http://fqdn_host:50000/irj ; the browser shows some exception has occurred: However, I tried to restart the system (everything including db) as suggested in some of the other links and login went fine.
    After I logged in to the portal (/irj) as j2ee_admin; I am trying to open Content Administration --> Portal Content OR System Administration -> Transport OR --> System Configuration etc ; but I am getting the error coded below::
    An exception occurred while processing a request for :
    iView : pcd:portal_content/every_user/general/defaultDesktop/frameworkPages/frameworkpage/com.sap.portal.innerpage/com.sap.portal.layoutPortal1_WAandNavPanel
    Component Name : com.sap.portal.layouts.framework.WAandNavPanel
    Error occurs during the rendering of jsp component.
    Exception id: 05:05_25/03/10_0032_7012350
    See the details for the exception ID in the log file
    The log file (that I believe is the trace file in cluster/server0/log/defaultTrace.0.trc) says (This gives several such exceptions listed in the file.) (I'll put the log as a comment to the post because of the limit on max characters)
    Note that the link http://punitp84712d:50000/nwa works absolutely fine. PFB the J2EE process details.
    J2EE Process Details
      Name Type PID Status Debug
      Dispatcher ID7012300 J2EE Dispatcher 3,240 Running Disabled
      SDM SDM Server 4,736 Running Switched off
      Server0 ID7012350 J2EE Server 596 Running Disabled
    Can someone please help me through this and let me know how did you draw your inference. Let me know if there is any other place that can give me more information / logs on the error.
    Thanks,

    Hi Jay,
    Please check that server is Running but not able to open some application. I would suggest to check the Enviromental Variable for My Computer :-
    - Database Enviromental variable is added or not under "user vairable for <UserID for Server Desktop>
    - Check JAVA_HOME Enviromental variable is added or not under "System Variable'
    Check at (My computer > Properties >> Advance >> Startup and Recovery >> Enviromental Variable >> System Variables/User varaible
    Update your server IP address and host name in host file entry at (RUN > drivers > etc > host file) and check database server services (Run > Services.msc >> Start your database services  manually and change prperties as automatic)
    Then try to open portal URL http://<Host>:<Port>/irj/portal or http://<Host>:<Port>/index.html
    Hope it helps
    Regards
    Arun

  • Personal Oracle 8i and forms 6

    I have installed Personal Oracle 8i (8.1.7) on my lap top. Then I installed Forms 6i.
    (Pls Note : Forms Installed in another Oracle Home)
    Now The Problem :-
    When I try to connect forms to the DB I get the following error message.
    ORA:12154: TNS could not resolve service name.
    How can I correct this problem?
    Any help will be much appreciated.
    p.s. Where can I download a copy of forms 6i.

    Hey Arunraj,
    In this case you want to open the tnsnames.ora file in the db home (found in something like c:\oracle\ora81\network\admin) with notepad (be sure "Always open this file type w/ this app." is deselected). Your looking for the info that was created when you installed and created your db. It'll look something like:
    SULLIVAN.WORLD =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = c1862668-a)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = sullivan.world)
    Copy and paste this into the tnsnames.ora file found in your Forms home. Anytime you create a new db and need forms to find it you can do this.
    Bill

  • Problem related to Oracle D2k and Oracle 10g Connectivity

    Hi ,
    I want to connect (oracle form and report 6i to oracle 10g Express Edition) but i heard that the character set problem occured in this situation please solve my problem , presently i am using oracle 9i (9.2.0.1.0)but i want to use 10g version of oracle and form and report version same as 6i how i change the character set of Oracle10ExpressEdition to connect these one's.

    Hi ,
    I want to connect (oracle form and report 6i to oracle 10g Express Edition) but i heard that the character set problem occured in this situation please solve my problem , presently i am using oracle 9i (9.2.0.1.0)but i want to use 10g version of oracle and form and report version same as 6i how i change the character set of Oracle10ExpressEdition to connect these one's.
    I want to user Western-European character set

  • Problem Posting Receipt From Production and Issue for Production

    Hi Everyone,
    I am posting Receipt from Production and Issue for Production through DIAPI in SAP Business One 2007A SP00 PL03.
    I am using following lines of code
    oDocument.Lines.SetCurrentLine(0);
    oDocument.Lines.BaseEntry = int.Parse(BaseEntry);
    oDocument.Lines.Quantity = double.Parse(Quantity);
    lRetCode = oDocument.Add();
    The Document adds perfectly but when I open the document in SAP Business One i am not able to see the Order Number at Line level on which this document was Based.
    I identified the problem being Order Number Column being binded to BaseRef field hence form is not able to Show the Order Number and we cannot set BaseRef via DIAPI since the property to set that field is not exposed.
    I donot want to update the table through a Recordset Update Query. I would appreciate if the property to set that field is exposed by SAP or any other workaround can be put forward by anyone who has faced the same problem.
    Thanks
    Kapil

    Do you need to set
    oDocument.Lines.BaseType = 17 (if this is sales order)
    and then baseentry = baseentry....etc
    If you bind the base entry correctly it should alwasy shows the base document on both database as well as front end. I have never had any problem with this
    Sincerely

  • Oracle 10 and Forms 6i on windows Vista Home Premium

    I installed Oracle 10g on my machine it works fine, when I open the Forms builder I get an error number eror 12203 saying tns unable to connect to destination .
    The following is my tnsnames file which i have in 10 and Forms 6i folder \\net80\admin
    tnsnames.ora Network Configuration File: C:\oracle\product\10.2.0\db_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.145)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    The following is my sqlnet.ora file which i have in both the same locations as the tnsname.ora file
    # sqlnet.ora Network Configuration File: C:\oracle\product\10.2.0\db_1\network\admin\sqlnet.ora
    # Generated by Oracle configuration tools.
    # This file is actually generated by netca. But if customers choose to
    # install "Software Only", this file wont exist and without the native
    # authentication, they will not be able to connect to the database on NT.
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    PLEASE HELP!!!!!!!!!!

    Step 1 - upgrade to a supported Operating System.
    Oracle Database is not guaranteed to work on anmy XP or Vista Home.
    Forms 6i is almost guaranteed NOT to work on any Vista.

Maybe you are looking for