Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: APP-FND-01630: Cannot open filef:\d01\oracle\viscomn\temp\OF31.tmp for reading
My Problem :::::
creating the temp directory
mkdir temp
=20
changing permissions for the temp directory
chmod 777 temp
=20
Getting the object file names for this APPR60UE.dll
gnumake -f f:/d01/oracle/visappl/admin/VIS/out/link_fnd_3448.mk =
appr60ue.LIST
=20
gnumake: f:/d01/oracle/visappl/admin/VIS/out/link_fnd_3448.mk: line 932: =
=20
Warning -- Duplicate entry=20
[f:/d01/oracle/visappl/fnd/11.5.0/bin/FNDMDGEN.exe] in prerequisite list
gnumake: f:/d01/oracle/visappl/admin/VIS/out/link_fnd_3448.mk: line 949: =
=20
Error -- Missing targets or attributes in rule
Unable to get the objects for module "APPR60UE.dll".
See error messages above (also recorded in log file)
for possible reasons for the failure.
adrelink is exiting with status 1
****************solution On Metalink ********************Getting the object file names for this APPR60UE.dll=20 gnumake -f d:/oracle/devappl/admin/DEV/out/link_fnd_253.mk=20 APPR60UE.LIST=20
fix:=20
Problem:=20
The gnumake uses the MKS UNIX-like shell when it is run,=20
therefore the commands are case sensative (although native NT=20
is not case sensative). the command:=20
gnumake -f d:/oracle/devappl/admin/DEV/out/link_fnd_288.mk=20
APPR60UE.LIST=20
has a parameter atthe end (ex: APPR60ue.LIST) that is compiled=20
during the makefile creation phase. The parameter is created=20
as a lowercase variable, not an upper case vaiable, as=20
written in the make command.=20
---=20
Solution:=20
Change the variables that preceed '.LIST' in the fndnt.mk file=20
located in %FND_TOP%/lib. These will include fndcore,=20
fndpub11, fndxit, fnd115w and appr60ue. You may need to edit=20
the fndnt.mk in the patch directory, depending on patch=20
status.=20
With Best Wishes & Prayers,
Abhishek Saxena.
Mail - abhisheks_at_kpitcummins.com
Tel - +91 20 25458277.
Mob - +91 20 33306103.
www.kpitcummins.com
(A SEI CMM Level 5 Company)
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Tim Gorman
Sent: Tuesday, October 05, 2004 6:42 PM
To: oracle-l_at_freelists.org
Subject: Re: APP-FND-01630: Cannot open
filef:\d01\oracle\viscomn\temp\OF31.tmp for reading
Last 11.5.9 install I did still required some 30+ additional patches and patchsets, both large and small, after the "base" install.
You are far from done. Especially on Windows.
Log a TAR. Log a TAR. Log a TAR...
For example, I needed to apply the "Concurrent Processing Rollup Patch =
F"
(#2949264), but in turn that required 3 pre-requisite patches. It in =
turn
was a pre-requisite for the "11i.ADX.E" patchset and the "11i.OIE.H"
patchset. And so on...
There really is no "standard" list, though there is a list of the =
current
patchset levels for the different major modules. You'll need to log a =
TAR,
log a TAR, log a TAR and have Oracle Support provide a list relevant to =
this
problem, and then you yourself will have to spend a few hours (or days) =
on
MetaLink researching the prerequisites and the prerequisite's =
prerequisites,
ordering them in the proper order of apply yourself in a spreadsheet. =
Like
I said, mine grew to some 30 items for 11.5.9. This is much better than
earlier versions of 11i and 11.0, where the list grew into the =
hundreds...
They say that the only things in life that are certain are death and =
taxes.
If you are an 11i DBA, then you can add patches to the list...
Also, become very familiar with all of the fabulous diagnostics now =
provided
for 11i Apps on MetaLink. For this one, you might want to search =
MetaLink
for "FNDCCMDiagnostic115" and run it. Log a TAR, log a TAR, log a TAR; =
the
TAR logging process will point you right at it, and others...
Hope this helps...
on 10/5/04 1:27 AM, Abhishek Saxena at AbhishekS_at_KPITCummins.com wrote:
> We are working on Oracle Application 11.5.9 on windows and it is a =
fresh
> instance means no additional patch applied to this instance .
> I have installed printer now all the sysadmin reports are running fine =
and
> showing output , but when i try to run some other report like asset =
category
> or transaction register report it says ..can any body tell me the =
solution for
> this=20 > ********************************************error > description********************************************* > Oracle Inventory: Version : 11.5.0 - Development > Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved. >=20 > INVTRREG module: Transaction register > = +------------------------------------------------------------------------=---+
>=20 > Current system time is 04-OCT-2004 20:31:50 >=20 > = +------------------------------------------------------------------------=---+
>=20 >=20 > +----------------------------- > | Starting concurrent program execution... > +----------------------------- >=20 > Arguments > ------------ > P_BREAK_ID=3D'1' > P_RPT_UOM=3D'2' > P_ORG=3D'207' > P_QTY_PRECISION=3D'2' > P_GLCC_STRUCT_NUM=3D'101' > P_TXN_DATE_LO=3D'2001/10/04 00:00:00' > P_TXN_DATE_HI=3D'2001/10/04 00:00:00' > P_AUDIT_DETAIL=3D'2' > P_REASON_DETAIL=3D'2' > P_LOC_DETAIL=3D'2' > P_CATEGORY_DETAIL=3D'2' > P_SERIAL_DETAIL=3D'2' > P_LOT_DETAIL=3D'2' > P_CATG_SET_ID=3D'27' > P_CATG_STRUCT_NUM=3D'101' >=20 > ------------ > Program exited with status -1073741819 >=20 > Cause: The program terminated, returning status code -1073741819. >=20 > Action: Check your installation manual for the meaning of this code =on this
> reading >=20 > Cause: USDINS encountered an error when attempting to open file > f:\d01\oracle\viscomn\temp\OF31.tmp for reading. >=20 > Action: Verify that the filename is correct and that the environment > variables controlling that filename are correct. >=20 > Action: If the file is opened in read mode, check that the file =exists.
> Check that you have privileges to read the file in the file directory. > Contact your system administrator to obtain read privileges. >=20 > Action: If the file is opened in write or append mode, check that you =have
> concurrent request 2168970. >=20 > Review your concurrent request log and/or report output file for more =detailed
> information. >=20 >=20 > = +------------------------------------------------------------------------=---+
>=20 >=20 > Executing request completion options... >=20 >=20 > Finished executing request completion options. >=20 >=20 >=20 > = +------------------------------------------------------------------------=---+
> Concurrent request completed > Current system time is 04-OCT-2004 20:31:58 >=20 > = +------------------------------------------------------------------------=---+
-- http://www.freelists.org/webpage/oracle-l -- http://www.freelists.org/webpage/oracle-lReceived on Wed Oct 06 2004 - 00:49:01 CDT
![]() |
![]() |