Sunday, April 22, 2012

FRM-41051 You cannot create records here in Projects Events


Issue
when user navigation Projects-> Events ->Projects and New

FRM-41051 You cannot create records here

Solution :
PA: Cross Project User -- Update = YES  (responsibliity level)

Change status button disable at responsibilitiy level in projects



Change status button disable at responsibilitiy level in projects

solution ; attache the sub menu to responsibility

Project Status Function Security Menu

Samba not able to access with user


1.[root@erptest home]# cd /shared/rpm/
2.[root@erptest rpm]# ls
binutils-2.17.50.0.6-6.0.1.el5.x86_64.rpm
perl-Convert-ASN1-0.20-1.1.noarch.rpm
rdesktop-1.6.0-3.x86_64.rpm
samba-3.0.33-3.29.el5_5.1.x86_64.rpm
samba-client-3.0.33-3.29.el5_5.1.x86_64.rpm
system-config-samba-1.2.41-5.el5.noarch.rpm
vsftpd-2.0.5-16.el5_5.1.x86_64.rpm
3.[root@erptest rpm]# system-config-samba
4. close
5.click on preferences
6. add user
7. and bounce ther samba sercer  $ service smb restart






 

Samba server configureation


Server side configuration

1.      Login as root on Linux User
2.      Check VNC packages are installed or not as shown below
Results showing that we have required packages

3.      Now check smb, portmap, xinetd should be made on.(You can select by clicking the spacebar)
             
             
          

4.      Now restart the smb, portmap and  xinetd  service.
5.      To keep the services after reboot
#chkconfig  portmap on   
#chkconfig  xinetd on     
#chkconfig  samba on        
6.      Create a OS User
Ex:dvis
#useradd dvis
#passwd dvis
7.      Open /etc/samba/smb.conf
vi /etc/samba/smb.conf

8.      By default name of the workgroup is MYGROUP  in smb.conf. We can change it with desired name.
9.      Share $XXARG_TOP/forms/US & $AU_TOP/ forms/US  for user dvis – so go in the end of line  add the following

Clinet side configuration


  1. Go to windows system ping the samba server, check the workgroup you given is correct.
  2. If not change & restart the system
3.      After reboot open my network place here you can see samba server, if not go to RUN  enter
             \\ipaddress of samba server.
4.      It will ask for username & password:
dvis
dvis2011


OEM Issue after dbca database otions





if issue with ralated secure or em key
then
1.emctl status emkey -sysman_pwd argprod4
2.cd sysman/admin/emdrep/bin/
3.RepManager proddb 1521 PROD -action drop
4.emca -config dbcontrol db -repos create

Thursday, April 19, 2012

Event Alert Does Not Fire Or Check Event Alert ( ALECTC ) Concurrent Request Does Not Start [ID 1261925.1]

Event Alert Does Not Fire Or Check Event Alert ( ALECTC ) Concurrent Request Does Not Start [ID 1261925.1]

frmplsqlconv.sh unable to connect to database

frmplsqlconv.sh  to upgrade forms from 6i to 10g forms ..getting error to connect database .


 Solution :
frmcmp.sh or frmcmp_batch.sh , frmplsqlconv.sh is executed it resets the TNS_ADMIN to $ORACLE_HOME/network/admin
go to $ORACLE_HOME/bin (10.1.2 )
See the following from the scripts:
...
TNS_ADMIN=$ORACLE_HOME/network/admin
export TNS_ADMIN
...
and change to
...
TNS_ADMIN=${TNS_ADMIN:-$ORACLE_HOME/network/admin}
export TNS_ADMIN


Ref: 431324.1