Tuesday, July 20, 2010
Saturday, June 12, 2010
Tuesday, March 23, 2010
Workflow Error
Today we faced a peculiar error the invoices were not being initiated and the approval through work list was erroring out since morning
Looking at alert.log found the following
ORA-1691: unable to extend lobsegment APPLSYS.SYS_LOB0000061324C00040$$ by 16 in tablespace APPS_TS_QUEUES
ORA-1691: unable to extend lobsegment APPLSYS.SYS_LOB0000061324C00040$$ by 16 in tablespace APPS_TS_QUEUES
ORA-1691: unable to extend lobsegment APPLSYS.SYS_LOB0000060902C00036$$ by 16 in tablespace APPS_TS_QUEUES
ORA-1691: unable to extend lobsegment APPLSYS.SYS_LOB0000060902C00036$$ by 16 in tablespace APPS_TS_QUEUES
And the error seen the workflow is
[Mar 23, 2010 10:55:24 AM AST]:1269330924199:Thread[inboundThreadGroup1,5,inboundThreadGroup]:0:-1:prd-app1.main.tadmur.com:192.168.200.100:-1:-1:ERROR:[SVC-GSM-WFALSNRSVC-13481-10003 : oracle.apps.fnd.cp.gsc.Processor.performError(ProcessorException)]:Maximum number of errors have occurred for this processing thread.
[Mar 23, 2010 10:55:25 AM AST]:1269330925626:Thread[inboundThreadGroup1,5,inboundThreadGroup]:0:-1:prd-app1.main.tadmur.com:192.168.200.100:-1:-1:ERROR:[SVC-GSM-WFALSNRSVC-13481-10002 : oracle.apps.fnd.wf.bes.AgentListenerProcessor.read()]:Could not executeUpdate() on { CALL WF_EVENT.LISTEN ( p_agent_name => :1, p_wait => :2, p_correlation => :3, p_deq_condition => null, p_message_count => :4, p_max_error_count => :5 )} -> java.sql.SQLException: ORA-20002: 3837: An unhandled error '-604 - ORA-00604: error occurred at recursive SQL level 1
ORA-01691: unable to extend lob segment APPLSYS.SYS_LOB0000060902C00036$$ by 16 in tablespace APPS_TS_QUEUES' encountered when dispatching event 'oracle.apps.wf.notification.send' with key '213664'
ORA-06512: at "APPS.WF_EVENT", line 1560
ORA-06512: at line 1
The size of APPS_TS_QUEUES was increased and the workflow components were restarted.
Monday, March 22, 2010
User Notification Preference Update from backend
We have been facing problems when the email address is not properly defined in per_people_f and fnd_user at times the mailer changes the send mail preference to disabled. So this creates a situation where you have to ask the user to change his preference to HTML mail with attachments.
There is another way out doing it from back end.
exec FND_PREFERENCE.put('SYSADMIN', 'WF', 'MAILTYPE', 'MAILHTML');
COMMIT;
as documented in Metalink Note ID 746255.1
There is another way out doing it from back end.
exec FND_PREFERENCE.put('SYSADMIN', 'WF', 'MAILTYPE', 'MAILHTML');
COMMIT;
as documented in Metalink Note ID 746255.1
Monday, August 3, 2009
How to Install R12.1.1 on OEL 4.x
The steps to be followed in order to install oracle applications R12.1.1 are
Download the oracle software from the edelivery website
www.edelivery.oracle.com
Make sure you download all the parts and save it to a particular directory
once this is done test the download with the command unzip -t.zip
and then unzip it this will automatically create all the required directories
We have followed this metalink no teid 761564.1
The supported ver sions ar e OEL 4 update 4 an d higher so mine is OEL 4.5 so taht will do
Minimum kernel version required is 2.6.9-42 .0.0.0.1.EL
uname -r command as root user will give you the output
2.6.25.1 this is the version t hat I am working on.
Then there is a list of packages that you need t o have installed it on your OS
h the help of this command rpm-qa | grep
Then there are softwares that are required to be inst alled
which ar
which gcc
which X so on and so forth
The kernel paramters should be like this
kernel.shmall = 209 7152
kernel.shmmax = 2147483648
kernel.shmmni = 4096
kernel.msgmni = 2 878
kernel.msgmax = 81 92
kernel.msgmnb = 655 35
kernel.sem = 256 32000 100 142
fs.file-max = 6553600
net.ipv4.ip_local_port_range = 1024 65000
net.core.rmem_defa ult=419 4304
net.core.rmem_max =4194304
net.core.wmem_defa ult=262144
net.core.wmem_max=262 144
#################################
kernel.sem = 256 3200 0 100 142
you can change it in y ou /etc/sysctl.conf save it with the help of vi editor and
run sysctl -p
Next is
/etc/resolv.conf
have this entries in the ab ove said location
- Download the oracle software from the edelivery website (or order if from metalink)
- Test the downlaoded zip file and unzip it in a directory that will make up your stage
- check for the pre-requisites on metalink
- create users
- start the isntallation with the rapidwiz
Download the oracle software from the edelivery website
www.edelivery.oracle.com
Make sure you download all the parts and save it to a particular directory
once this is done test the download with the command unzip -t
and then unzip it this will automatically create all the required directories
2.6.25.1 this is the version t
- glibc-2.3.4-2.25
- glibc-common-2.3.4-2.25
- binutils-2.15.92.0.2-21
- compat-libstdc++-296-2.96-132.7.2
- gcc-3.4.6-3
- gcc-c++-3.4.6-3
- libgcc-3.4.6-3
- libstdc++-3.4.6-3
- libstdc++-devel-3.4.6-3
- openmotif21-2.1.30-11.RHEL4.6**
- pdksh-5.2.14-30.3
- setarch-1.6-1
- make-3.80-6.EL4
- gnome-libs-1.4.1.2.90-44.1
- sysstat-5.0.5-11.rhel4
- compat-db-4.1.25-9
- control-center-2.8.0-12.rhel4.5
- xscreensaver-4.18-5.rhel4.11
- libaio-0.3.105-2
- libaio-devel-0.3.105
- ar
- gcc
- g++
- ld
- ksh
- make
- X Display Server
kernel.shmall = 209
kernel.shmmax = 2147483648
kernel.shmmni = 4096
net.ipv4.ip_local_port_range = 1024 65000
net.core.rmem_defa
net.core.rmem_max
kernel.sem = 256 3200
run sysctl -p
/etc/resolv.conf
options attempts:5
options timeout:15
Finally have the right entires in the hosts file in /etc/hosts
options timeout:15
Finally have the right entires in the hosts file in /etc/hosts
127.0.0.1 localhost.localdomain localhost
192.168.200.87 testoel1.erp.com testoel1
This completes the OS preperation
now create a group
groupadd dba
create a user (we will try a single user installation)
useradd -g dba kamalora
create a directory in the file system and make sure u have ample space
cd /p01
mkdir oracle
chmod -R 775 kamalora
chown -R oracle:dba kamalora
once this is done go to the staging area and navigate to the followind location
/startCD/Disk1/rapidwiz
xhost +
./rapidwiz
this will start the installation
192.168.200.87 testoel1.erp.com testoel1
This completes the OS preperation
now create a group
groupadd dba
create a user (we will try a single user installation)
useradd -g dba kamalora
create a directory in the file system and make sure u have ample space
cd /p01
mkdir oracle
chmod -R 775 kamalora
chown -R oracle:dba kamalora
once this is done go to the staging area and navigate to the followind location
xhost +
Subscribe to:
Posts (Atom)







