Sponsored Content
Top Forums Shell Programming and Scripting PCC-F-NOERRFILE, unable to open error message file Post 302376752 by kavithakuttyk on Wednesday 2nd of December 2009 07:11:39 AM
Old 12-02-2009
PCC-F-NOERRFILE, unable to open error message file

Hi,

I was compiling few C programs in the unix server and getting the following error message
HTML Code:
rm: /home/a0xxx28/AVT/SEEDLIBRARYDB/LIB/*.a non-existent
        proc MODE=ANSI CODE=ANSI_C INCLUDE=/home/a0xxx28/PVT/SEEDLIBRARYDB/INCLUDE 
INCLUDE=/home/a0xxx28/PVT/SEEDLIBRARY/INCLUDE  INCLUDE=/home/a0xxx28/PVT/UT/INCLUDE DEFINE=SQL DEFINE=AIRFLITE_REL_3 
DEFINE=PFM -DPFM_PVTDT  iname=costdistDB.pc
PCC-F-NOERRFILE, unable to open error message file, facility PR2
*** Error exit code 1"
Can anybody guide me to resolve this issue?
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

PCC-F-NOERRFILE, unable to open error message file, facility PR2

I am trying to build a tuxedo server which in turn depends on several Pro*C programs. I am doing it on HP-UX system. It looks to me that the ORACLE_HOME is set properly. But I am getting error message when trying to build. PCC-F-NOERRFILE, unable to open error message file, facility PR2 exit... (1 Reply)
Discussion started by: asutoshch
1 Replies

2. Programming

PCC-s-02201 error

While compiling and executing i get the following error. Error at line 1200, column 1 in file xxx.pc { 1 PCC-S-02201,Encountered the symbol "{" when expecting one of the following: ; , = < [ please help (1 Reply)
Discussion started by: musavir19
1 Replies

3. UNIX for Dummies Questions & Answers

Open a file in VI and I get the message below:

@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ (6 Replies)
Discussion started by: bobo
6 Replies

4. Solaris

Error Message: find: cannot open /: Stale NFS file handle

I am using the "find" command below and it respond with the error message " find: cannot open /: Stale NFS file handle" what does it mean? what can I do about it? Need advice, thanks. below are the command that I enter, the respond and the error message: root@ScripServer:/# find / -name... (1 Reply)
Discussion started by: ezsurf
1 Replies

5. UNIX for Advanced & Expert Users

Unable to delete an open file

I am working on a unix server. I killed all the processes with my id on the machine. After that I tried to delete a file, I got an error:- file not removed.Text File busy. Deletion of directory prompted:- Directory not empty. Can anyone help me regarding this...??? Thanks, Vikas (11 Replies)
Discussion started by: vikasrout
11 Replies

6. UNIX for Dummies Questions & Answers

error message when use fork with open file

I get this message when I write myshell.c program "VM pagefault:SIGSEGV bad add 0x0 err 0x4 nopage read myshell PM: ciredump signal 11 for 1725 /myshell memory fault (core dumped)" /* RCS information: $Id: myshell.c,v 1.2 2006/04/05 22:46:33 elm Exp $ */ #include <stdio.h> #include <unistd.h>... (1 Reply)
Discussion started by: rosecomp
1 Replies

7. Solaris

Can't open boot_archive error message

Hello guys, Thanks for all your precious tips. I hope you can give me some advice again. This time I am having an issue with a SUN FIRE V240 (SOLARIS 10). The server doesn't boot, normally , first we had a file system error ====================+FIRST ERROR... (6 Replies)
Discussion started by: feg
6 Replies

8. Red Hat

unable to open / create any file in vi

Hi, I am unable to create/open any file in vi editor for normal user, though using root I am able to create/open any file, using redhat 5.5, example vi test it showing nothing after entering command (9 Replies)
Discussion started by: manoj.solaris
9 Replies

9. UNIX for Dummies Questions & Answers

xWindows error: xhost unable to open display

I am trying to direct a AIX display to my XWindows and I am at a dead end now! So this what I've done so far: 1. In putty settings, I set "Enable X11 forwarding" and also set "X diplay location" to "localhost:0" (without quotes, of course) 2. Via putty, connected to my AIX server 3. On... (1 Reply)
Discussion started by: shoefiend
1 Replies

10. Shell Programming and Scripting

When trying to open file Message:-Terminal too wide?

Hi, I am trying to open small size file only in vi editor on solaris or Linux machine but it giving message "Terminal too wide" and then I have to come out. As shown below:- -rwxr-x--- 1 rkycadm rkycprd 2445 Sep 12 04:06 $ vi file.txt Terminal too wide :q! ----------... (2 Replies)
Discussion started by: RahulJoshi
2 Replies
SGML2XML(1)															       SGML2XML(1)

NAME
sgml2xml - convert SGML to XML An SGML System Conforming to International Standard ISO 8879 -- Standard Generalized Markup Language SYNOPSIS
sgml2xml [ -Cehilprvx ] [ -bencoding ] [ -ccatalog ] [ -Ddir ] [ -ffile ] [ -iname ] [ -wwarning ] [ -xxml-output-option ] sysid... DESCRIPTION
sgml2xml converts SGML to XML. sgml2xml parses and validates the SGML document contained in sysid... and writes an equivalent XML document to the standard output. sgml2xml will warn about SGML constructs which have no XML equivalent. OPTIONS
-bencoding Use encoding for output. The default is UTF-8. See nsgmls(1) for the possible encoding types. -ccatalog Use the catalog entry file file. -C The filename... arguments specify catalog files rather than the document entity. The document entity is specified by the first DOCU- MENT entry in the catalog files. -Ddirectory Search directory for files specified in system identifiers. Multiple -D options are allowed. See nsgmls(1) for more information about this option. -e Describe open entities in error messages. -ffile Redirect errors to file. This is useful only for shells that do not support redirection of stderr. -iname Pretend that <!ENTITY % name "INCLUDE"> occurs at the start of the document type declaration subset in the SGML document entity. Since repeated definitions of an entity are ignored, this definition will take precedence over any other definitions of this entity in the document type declaration. Multiple -i options are allowed. If the SGML declaration replaces the reserved name INCLUDE then the new reserved name will be the replacement text of the entity. Typically the document type declaration will contain <!ENTITY % name "IGNORE"> and will use %name; in the status keyword specification of a marked section declaration. In this case the effect of the option will be to cause the marked section not to be ignored. -v Print the version number. -wtype Control warnings and errors according to type. See nsgmls(1) for the allowed values of type. -xxml-output-option Control the XML output, according to the value of xml_output_option as follows: no-nl-in-tag Don't use newlines inside start-tags. Usually sgml2xml uses newlines inside start-tags so as to reduce the probability of excessively long lines. id Output attribute declarations for ID attributes. notation Output declarations for notations. ndata Output declarations for external data entities. XML requires these to be NDATA. sgml2xml will warn about CDATA and SDATA external data entities and output them as NDATA entities. cdata Use XML CDATA sections for CDATA marked sections and for elements with a declared content of CDATA. comment Output comment declarations. Comment declarations in the DTD will not be output. lower Prefer lower case. Names that were subjected to upper-case substitution by SGML will be folded to lower case. This does not include reserved names; XML requires these to be in upper-case. pi-escape Escape &<> in the contents of processing instructions using the amp, lt and gt entities. This allows processing instructions to contain the string >?, but requires that applications handle the escapes. empty Use the <e/> syntax for element types e declared as EMPTY. attlist Output a ATTLIST declaration for every element specifying the type of all attributes. The default will always be #IMPLIED. Multiple -x options are allowed. AUTHOR
James Clark <jjc@jclark.com> Conversion to DocBook and man page from original HTML documention by Steve Cheng <steve@ggi-project.org>. SEE ALSO
nsgmls(1) /usr/share/doc/sp/sx.htm SP
05 July 1999 SGML2XML(1)
All times are GMT -4. The time now is 07:04 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy