.rsp file

Greetings, I'm trying to see the samples provided by the SDK. When I complie most of the samples without changing the .rsp file as suggested by the documentation (Adding READER_PLUGIN, removing PI_ACROCOLOR_VERSION=0x00060000, and set the value of ACRO_SDK_LEVE to 0x000A0000) I get them compiled without any error. Unfortunatley when building them after changing the .rsp file as suggested I got a lot of errors.
For example: BatesNumbering Sample after setting the correct setting for .rsp file, I got these errors:
1>------ Rebuild All started: Project: BatesNumbering, Configuration: Debug Win32 ------
1>Deleting intermediate and output files for project 'BatesNumbering', configuration 'Debug|Win32'
1>Compiling...
1>PIMain.c
1>Compiling...
1>BatesNumberingInit.cpp
1>BatesNumbering.cpp
1>d:\sdk100_v1_win\adobe\acrobat 10 sdk\version 1\pluginsupport\samples\batesnumbering\sources\batesnumbering.cpp(261) : error C2065: 'PDDocAddBatesNumberingSELPROTO' : undeclared identifier
1>d:\sdk100_v1_win\adobe\acrobat 10 sdk\version 1\pluginsupport\samples\batesnumbering\sources\batesnumbering.cpp(300) : error C2065: 'PDDocRemoveBatesNumberingSELPROTO' : undeclared identifier
1>Generating Code...
1>Creating browse information file...
1>Microsoft Browse Information Maintenance Utility Version 9.00.21022
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>Build log was saved at "file://d:\sdk100_v1_win\Adobe\Acrobat 10 SDK\Version 1\PluginSupport\Samples\BatesNumbering\win32\Debug\BuildLog.htm"
1>BatesNumbering - 2 error(s), 0 warning(s)
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
Another example: DdeServer:
1>------ Rebuild All started: Project: DdeServer, Configuration: Debug Win32 ------
1>Deleting intermediate and output files for project 'DdeServer', configuration 'Debug|Win32'
1>Compiling...
1>PIMain.c
1>Compiling...
1>DdeServerInit.cpp
1>DdeServer.cpp
1>d:\sdk100_v1_win\adobe\acrobat 10 sdk\version 1\pluginsupport\samples\ddeserver\sources\ddeserver.cpp(164) : error C2065: 'PDPageAddNewAnnotSELPROTO' : undeclared identifier
1>d:\sdk100_v1_win\adobe\acrobat 10 sdk\version 1\pluginsupport\samples\ddeserver\sources\ddeserver.cpp(164) : error C2064: term does not evaluate to a function taking 4 arguments
1>d:\sdk100_v1_win\adobe\acrobat 10 sdk\version 1\pluginsupport\samples\ddeserver\sources\ddeserver.cpp(165) : error C2065: 'PDAnnotSetTitleSELPROTO' : undeclared identifier
1>d:\sdk100_v1_win\adobe\acrobat 10 sdk\version 1\pluginsupport\samples\ddeserver\sources\ddeserver.cpp(165) : error C2064: term does not evaluate to a function taking 3 arguments
1>d:\sdk100_v1_win\adobe\acrobat 10 sdk\version 1\pluginsupport\samples\ddeserver\sources\ddeserver.cpp(166) : error C2065: 'PDTextAnnotSetContentsSELPROTO' : undeclared identifier
1>d:\sdk100_v1_win\adobe\acrobat 10 sdk\version 1\pluginsupport\samples\ddeserver\sources\ddeserver.cpp(166) : error C2064: term does not evaluate to a function taking 3 arguments
1>d:\sdk100_v1_win\adobe\acrobat 10 sdk\version 1\pluginsupport\samples\ddeserver\sources\ddeserver.cpp(167) : error C2065: 'PDTextAnnotSetOpenSELPROTO' : undeclared identifier
1>d:\sdk100_v1_win\adobe\acrobat 10 sdk\version 1\pluginsupport\samples\ddeserver\sources\ddeserver.cpp(167) : error C2064: term does not evaluate to a function taking 2 arguments
1>Generating Code...
1>Creating browse information file...
1>Microsoft Browse Information Maintenance Utility Version 9.00.21022
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>Build log was saved at "file://d:\sdk100_v1_win\Adobe\Acrobat 10 SDK\Version 1\PluginSupport\Samples\DdeServer\win32\Debug\BuildLog.htm"
1>DdeServer - 8 error(s), 0 warning(s)
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
Any help?!!!!

The documentation, please check
Plug-ins and Applications > Developing Plug-ins and Applications > Creating an Adobe Reader Plug-In > Developing and enabling an Adobe Reader plug-in > Setting up your project with preprocessor

Similar Messages

  • Where can I find a sample of dbca.rsp file?

    Dear all,
    I've just successfully installed for the first time Oracle 11g in silent mode on Redhat Enterprise 5.3
    (I installed in silent mode because there is no X system installled on this Linux server).
    The installation was completely successful. I used the response file provided in the response
    directory (ee.rsp) and I defined the parameters value properly according to what I needed..
    Now I want to install a general purpose database. According to what I read in Oracle 11g installation guide,
    it is also possible to use DBCA in silent mode again by using a response file.
    Now the problem is that I searched for all response files in the oracle package that I downloaded, there
    is only three response files (for different type of installations Enterprise, Standard, etc.) but no dbca.rsp.
    Well, when I run
    $ su oracle
    passwd
    $ dbca -hI can see the possible options, but in a response file the information is more detailed (specially for
    someone like me who is going to use this command for the first time).
    Where can I find this file? if it is not provided with Oracle package, in the case where you have a sample
    could you kindly copy/paste a version of the file (after removing of course all confidential set of information)?
    Thanks in advance,
    Dariyoosh
    :)

    Satishbabu Gunukula wrote:
    Hi,
    Normally response files located under “Disk1/response“. But for 11g these files are missing from OTN zip files. All the files are there in the correct location on Media download.
    They are trying to fix this.
    Try to download latest version and check if it available. If available copy the file and run the DBCA.
    Otherwise use vncserver for GUI, it comes with RHEL.
    Run below command and choose password.
    $vncserver –geometry 1290x980
    It will provide a hostname for desktop version to open from VCN viewer.
    Download VNC viewer from web and run the VNC viewer from your desktop and provide the hostname provided by "vncserver" command.
    Hope this helps
    Regards,
    Satishbabu Gunukula
    http://oracleracexpert.blogspot.com
    [Click here to learn Voting Disk backup and recovery|http://oracleracexpert.blogspot.com/2009/08/voting-disk-backup-and-recovery.html]
    Hello there,
    Thank you very much for your attention to my problem. I will try this tomorrow.
    Kind Regards,
    Dariyoosh
    :)

  • Automation Scripts: missing template.10135.rsp file

    Hello, the script 10_int_10135_patchset.sh needs the file template.10135.rsp and this file is absent from the scripts set.
    How can I obtain it?
    Thank you

    Hi,
    the content of the file is below, we apparently missed to include it. We will make sure to update to package to fix this.
    Gerhard
    RESPONSEFILE_VERSION=2.2.1.0.0
    DECLINE_SECURITY_UPDATES=true
    FROM_LOCATION_CD_LABEL=<Value Unspecified>
    TOPLEVEL_COMPONENT={"oracle.as.j2ee.patchset","10.1.3.5.0"}
    SHOW_SPLASH_SCREEN=false
    SHOW_WELCOME_PAGE=false
    SHOW_CUSTOM_TREE_PAGE=false
    SHOW_COMPONENT_LOCATIONS_PAGE=false
    SHOW_SUMMARY_PAGE=false
    SHOW_INSTALL_PROGRESS_PAGE=false
    SHOW_REQUIRED_CONFIG_TOOL_PAGE=false
    SHOW_CONFIG_TOOL_PAGE=false
    SHOW_RELEASE_NOTES=false
    SHOW_ROOTSH_CONFIRMATION=false
    SHOW_END_SESSION_PAGE=false
    SHOW_EXIT_CONFIRMATION=false
    NEXT_SESSION=false
    NEXT_SESSION_ON_FAIL=false
    NEXT_SESSION_RESPONSE=<Value Unspecified>
    DEINSTALL_LIST={"oracle.as.j2ee.patchset","10.1.3.5.0"}
    SHOW_DEINSTALL_CONFIRMATION=false
    SHOW_DEINSTALL_PROGRESS=false
    CLUSTER_NODES={}
    ACCEPT_LICENSE_AGREEMENT=false
    oracle.owsm.core:PROD_HOME=<Value Unspecified>
    oracle.toplink.developer:PROD_HOME=<Value Unspecified>
    oracle.apache2.server:PROD_HOME=<Value Unspecified>
    oracle.oc4j_extended:PROD_HOME=<Value Unspecified>
    oracle.apache2.modules:PROD_HOME=<Value Unspecified>
    oracle.adfp.lib:PROD_HOME=<Value Unspecified>
    oracle.toplink:PROD_HOME=<Value Unspecified>
    oracle.idm.rsf:PROD_HOME=<Value Unspecified>
    oracle.as.portal.welcomepages:PROD_HOME=<Value Unspecified>
    oracle.iappserver.security.osdt:PROD_HOME=<Value Unspecified>
    oracle.ias.ha.midtier:PROD_HOME=<Value Unspecified>
    oracle.rsf.has_rsf:PROD_HOME=<Value Unspecified>
    oracle.rsf.ops_rsf:PROD_HOME=<Value Unspecified>
    oracle.apache.oradav:10.1.3.1.0:PROD_HOME=<Value Unspecified>
    oracle.owsm.core:szl_OC4JInformation=<Value Unspecified>
    oracle.tip.esb.runtime:szl_OC4JInformation=<Value Unspecified>
    oracle.tip.pcbpel.runtime:szl_OC4JInformation=<Value Unspecified>
    oracle.as.j2ee.top:szl_OC4JInformation=<Value Unspecified>
    oracle.owsm.core:bMaskValidationOC4JInfo=<Value Unspecified>
    oracle.tip.esb.runtime:bMaskValidationOC4JInfo=false
    oracle.tip.pcbpel.runtime:bMaskValidationOC4JInfo=false
    oracle.apache.apache:s_group="oracle"
    oracle.apache2.server:s_group=<Value Unspecified>
    szl_IASAdminPWInformation=<Value Unspecified>
    szl_IASAdminInformation=<Value Unspecified>
    szl_OWSMInformation=<Value Unspecified>
    s_http_host=""
    s_asInstanceName="IAS-1.nodeB.mycluster.com"
    s_adminName="oc4jadmin"
    OPTIONAL_CONFIG_TOOLS="{}"
    [email protected]

  • Onebox_stg.rsp file error

    Has anyone encountered this error while trying to install the "onebox" installation of OCS 9.0.4.1 on Linux RHAS 3.0?
    Exception String: File not found /onebox/onebox_stg.rsp

    Never mind... I just found a forum entry that talks about this... should've used the "search" feature earlier. Sorry.

  • Under Windows 8.1, Adobe Drive crashes on File- Check In... when invoked from an Adobe creative application.

    I am testing my drive connector on Windows 8.1 (64-bit) using Adobe Drive (5.0.2) with Photoshop CC (15.1.0.148) and Bridge CC (6.1.0.116), and I find that if I use File->Check In... from the creative apps (I checked InDesign too), the application crashes inside of AdobeDriveUI.dll.  The crash happens as it attempts to display the dialog that solicits a Check In comment.
    I have tried using both the 32-bit and the 64-bit version of Adobe Drive, but both exhibit the same issue.  I am quite certain that my connector is not involved, as the crash happens in native code that collects the version comment *before* my ICheckInHandler instance gets called. 
    I am interested in any insight or work-arounds that might exist.  Thanks for any help!
    Here are details in the Windows Event Viewer's XML format:
    - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    - <System>
      <Provider Name="Application Error" />
      <EventID Qualifiers="0">1000</EventID>
      <Level>2</Level>
      <Task>100</Task>
      <Keywords>0x80000000000000</Keywords>
      <TimeCreated SystemTime="2014-10-02T15:36:38.000000000Z" />
      <EventRecordID>5226</EventRecordID>
      <Channel>Application</Channel>
      <Computer>Win8VM</Computer>
      <Security />
      </System>
    - <EventData>
      <Data>Photoshop.exe</Data>
      <Data>15.1.0.148</Data>
      <Data>53d97a8f</Data>
      <Data>AdobeDriveUI.dll</Data>
      <Data>5.0.2.16</Data>
      <Data>532b518c</Data>
      <Data>c0000005</Data>
      <Data>0000000000008ca8</Data>
      <Data>dec</Data>
      <Data>01cfde5650e17527</Data>
      <Data>C:\Program Files\Adobe\Adobe Photoshop CC 2014\Photoshop.exe</Data>
      <Data>C:\Program Files\Common Files\Adobe\Adobe Drive 4\Client\AdobeDriveUI.dll</Data>
      <Data>e5865b18-4a49-11e4-8271-000c29022208</Data>
      <Data />
      <Data />
      </EventData>
      </Event>

    Thank you for the Replay,
    I performed steps provided by you , but it did not help.
    on other hand, i have collected some more data regarding
    this issue.
    1. went to SAFE Mode and tried to run the application from USB
    2. got Exception "The instruction at 0x00407038 referenced memory at 0x00000078. The memory could not be read"
    some more info on setup :
    we have a micro controller on board, some part of memory (present on board) is used to keep application and server. we can open this memory via USB connection to PC. then we can see all files present at this memory on PC (behaves like externally connected
    USB Drive) . 
    When we start this application . it will start the server . server will send 'request file' to controller soft. (this part is working fine), and controller will send back response , as soon as response file(RSP.txt) will appear in USB drive it will get corrupted
    .(here RSP.txt file is present in controller USB decided memory but to open this we are using PC RAM). crashing of RSP.txt file will crash whole application. This RSP File is of FAT Type.
    i have copied application in another external drive and tried to RUN application. it will not crash  . but USB can not receive the "RSP.txt" (as it is not in communication with controller soft). and problem is in response file.
    BR,
    sanjyot

  • Using Field values as part of PDF output file

    Hello,
    I was wondering if it is possible to use information in the *.dat file to create the name of the *.pdf file which will be sent (by email) to our customer automaticly.
    So let say there is a field "GLOBAL ORDNO" with a value "1042193" in the datastream and I want to have the PDF to have the filename "confirmation for order 1042193"
    Is this, or a similar construction, possible?

    You would have to write your own program, perhaps using VB, to locate the ^GLOBAL ORDNO line and then extract the data from the next physical line. The program would then put this data in the jfserver.ini file as the value for one of the User#= variables (such as "user1") that are defined there. Then the jfmerge step that creates the PDF could reference that variable (-zc:\temp,@user1..pdf). I've never used the user variables so I don't know that you can reference them like that but the manual seems to indicate it will work. It would be easy to test by manually changing the jfserver.ini file to see if it is possible. If it works, then the custom agent to extract the value and set the variable could be written. (Manually changing the file may not work because I see that the manual indicates these variables are reset at the beginning of each job, but it also states that default values can be defined within the jfserver.ini file - testing will let you know.)
    Check out the "Creating a Custom Agent" chapter in the "Working with Central" manual. In my Windows version 5.5 manual it is section 6 and starts on page 45. This not only tells what is required to set up Central to run the agent but explains about the user variables. Section 4 in the same manual explains about using substitution variables.
    Unfortunately, if you aren't a programmer it may be difficult to create the custom agent to extract the value and create the "jetform.rsp" file for setting the variable in the jfserver.ini file. We have many custom agents but none do anything like this, though it would be a simple program to write.

  • Oracle 8i installation, adding a file that is not native to the install

    I am installaing Oracle 8i to a workstation using the Universal Installer. I have made the modifications to the ORAPARAM.INI and the CLIENTADMIN.RSP files. I need to know if there is any way that I can tell the installer to grab another file that is not part of the installtion and install it to a specified directory

    Hi,
    First thing you want to check is auto versioning is Enable. Following document help me resolving this issue.
    Enjoy,
    Jigar
    ACTION PLAN
    ===========
    1) Make sure use the latest version of Oracle Drive....
    Install and run your testcase using Oracle Drive version 10.2.0.0.3
    (please see readme file for details)
    Oracle Drive version 10.2.0.0.3 is found here:
    http://www.oracle.com/technology/software/products/contentdb/index.html
    2) Next --- Use all exact details from this Note --->
    Article-ID: Note 359028.1
    Title: Tips, Tricks, and Debugging for Oracle Drive
    3) In the above note -- see the following about "Edit in place" --->
    ".....If you are having problems with edit in place (ie. login to ODrive and
    then using CS Webui, right-click on a file and select 'edit' option), please
    check the following:
    a) Is Internet Explorer being used? Edit in place only works with IE;
    Mozilla and Firefox will fail
    b) What version of IE is used ?
    Please paste the exact version from Help, About IE
    c) Make sure the exact same server name and port when connecting with IE
    and Oracle Drive. Make sure all letters are lowercase, to avoid issues.
    d) Verify if the Edit-in-place add-on has been added to IE. Do the following:
    (1) - Click on 'Tools'
    - Choose Manage Add-ons
    - Make sure 'InPEditor Class' exists and is enabled
    (2) What version of InPEditor class is installed :
    - Go to C:\WINDOWS\Downloaded Program Files
    - Right click on "InPEditor Class"
    - Click on the Version tab
    ........."

  • Printing to a PDF - want to name the PDF File

    I am successfully printing a document to a PDF file. I am using the ,u argument in the Print Agent and I know this causes the pdf document to get a generic filename. How can I get the pdf filename to be a meaningful name such as the PO number? In other words, if I am printing Purchase order 12345, how can I get the pdf to be named 12345.pdf rather that the generic name of jf3897a.pdf
    Any suggestions would be greatly appreciated.
    I am running Jetforms 5.3
    Thanks,
    Tim Olig
    Information Tech Team Leader
    Mid-States Alumuinum Corp.

    I know of no way to do exactly what you are wanting without writing a custom agent (that is what we did to accomplish the same thing). The custom agent extracts the desired data value(s), building the name we want. It then causes Central to store it as a user variable via the
    b jetform.rsp
    file. See:
    i Returning Status and Parameters to Central
    in the Adobe Central Output Server - Working with Central manual. (It is probably named differently for your older version of Central - I'm using 5.6 .) The variable name is then used as the specified file name instead of using the
    b ,u
    parameter.
    Our output parameter looks like:
    b -z"c:\OutSource FTP\01-115\@user1.".pdf
    where
    i @user1.
    is the reference to the variable for the actual file name that the custom agent caused to be stored.
    If you are unable to create a custom agent but if the data source is also building the ^job line then you could have it use an unused option to pass the value to Central and then use a variable reference to it for passing on the file name. For example, we use the
    b -aji
    option (job ID) to pass on a data value to be used as the control file name for the Transformation Agent. It is referenced using the
    i @JobID.
    variable, like:
    b "C:\JetForm\Forms\Data Transformation\TDF Files\@JobID..tdf"

  • 9i Client install w/response file problem

    All,
    I'm trying to setup an automated way to install the 9i client using a response file. I have modified the clientruntime.rsp file on the distribution and added my values for oraclehome and the directory, but when I try to run it, these values are ignored. I have created an empty disk with all of the directories on the CD's. the command I'm using is "setup.exe -sielent -responseFile Ora9iClient.rsp" where the setup.exe and the .rsp files are in the top level directory. I'm trying to install onto a windows 2000 professional Sp3 using the download for Oracle 9.2.0.1. We were able to use this method to install the 8i client.
    Anyone see this kind of behavior?

    That theme is tried here:
    Installation Guide for 32-Bit Windows Contents / Search / Index / PDF
    http://download-east.oracle.com/docs/pdf/A95493_01.pdf
    Joel Pérez

  • Unattended instalation of 10g Client with response file

    Hello,
    I want to create a response File for an unattended installation, because installing 10g on 150 clients by hand is just to much work...
    I tried to create a rsp.-file with the record option, no dice.
    I managed to install the client runtime, but now I also need a custom installation with Oracle Windows Interface & Oracle Call Interface.
    Any suggestions?
    THX in advance

    @Madrid
    It tried to create a response file with "setup -record -responseFile C:\test.rsp", it records settings like the OraHome, but theres no entry about WHAT products I want to install, I heard that this is a known Bug in 10g Realse 2 10.2.0.1 ?
    @orafad
    our software developer told me we need the following components:
    Oracle Client Runtime
    Oracle Services for Microsoft Transaction Server
    Oracle Objects for OLE
    Oracle ODBC Driver
    Oracle Provider for OLE DB
    Oracle Data Provider for .Net
    I tried to customize the clientcustom.rsp from the Oracle-CD, but I don't know what names I have to use for the things I need?
    e.g. oracle.rdbms.oci:10.2.0.1.0 for the Oracle Call Interface (OCI), but whats the name for Data Provider for .Net?? :(
    maybe somebody could post an recorded RSP-file?
    thanks for your help

  • DBCA response file problem

    When installing oracle RAC 11g using a customized dbca response file, the initialization parameter for the oracle control files location gets parsed but not applied.
    From my dbca.rsp:
    INITPARAMS = CLUSTER_DATABASE=TRUE ........... ,CONTROL_FILES=("/ora1/PROD/control01.ctl" "/ora2/PROD/control02.ctl" "/ora3/PROD/control03.ctl")
    I've tried various combinations of this parameter; adding commas between paths (this causes dbca to only parse the first line and it looks like -- ("/ora1/PROD/control01.ctl" --- ); tried removing quotes, using square brackets, using single quotes and double quotes, using commas. Nothing works.
    Also of note, I tried entering only 1 entry ("/ora2/PROD/control01.ctl"), but dbca still chooses to write all 3 control files in ora1.
    This leads me to believe that the DATAFILEDESTINATION = "/ora1" entry in the dbca.rsp file that I use, overrides any possible setting. However, if I don't specify a directory for that variable, it defaults to the oracle home directory and that is not on a clustered file system.
    Any help on the matter would be greatly apprieciated. The only workaround that we can come up with would be to install the database then move the control files. We're trying to fully automate the installation and having to manually move control files would defeat the purpose.
    Thanks in advance

    Hi,
    All user password in Oracle is encrypted so don't worry about that, and the Password file is also encrypted. see below example
    ora10g@tornado:/home/ora10g/oracle/product/10.2.0/db_1/dbs> vi orapwb04si
    "orapwb04si" [Last line is not complete] 1 line, 1536 characters (1451 null characters)
    ^B^BZ[\]ORACLE Remote Password file^[^AINTERNAL^H8DAB748757BD84AC^P^OSYS^C76DAE6130FCF0F30^P^O^À[/b]
    cheers

  • Create Custom response file for Oracle 9i client

    I am trying to create a customized response file for oracle 9i client installation,
    setup -record -destinationFile C:\response_files\install_oracle
    i replaced setup with the path and i followed the instruction correctly, after the installation is done i do get two response files in the location
    Then i created a batch file to run the response file , it installed , but when i check the compmonents what ever is installed, it never recorded all the components which i installed during the time of RECORD mode
    is there any thing i need to do for record all the components
    Please advice
    Thank you
    Ravi

    i have oracle client 9.2.0.1.0
    We need to run both the run time installation and custom installation
    when i did record i was able to get only the run time installation, the components which i customized, i never got, after when i try to install the response file, it never installa all the components
    what should i do to make both runtime and custom to be done in one response file,
    i have a .rsp files which do install the custom with all installtion, but we also need
    under programs, ORACLE INSTALLTION PRODUCTS and under that HOME SELCTOR, UNIVERSAL INSTALLER, missing.
    let meknow how i can add this to my .rsp files which installs perfectly with custom installtion, if you have any customised .rsp files which will fill my needs, can any one post it

  • Minimal installation with response file

    I am trying to achieve a minimal installtion of Oracle Enterprise Edition 9.2 for the Oracle Internet Directory. I am using the sample OID.rsp file as a guideline and this works, except the Universal Installer installs more than we need even using the OID.rsp file. Does anyone know how to use the Universal Installer response file to exclude components not reuired?

    refer this link
    http://forums.oracle.com/forums/thread.jspa?threadID=1014126

  • Installation response file forms 6i

    Hi,
    I'd like to use the win32.rsp file for the installation of forms6i.
    Can someone help me?
    Thanks.

    Hi Harry,
    My immediate thoughts are that it would include another program/installation, that we would have to keep under configuration management and updated. It's a lot easier to update a single variable in a script, pointing the script to another version of the database installation files, and then do a reinstall, especially since the script I'm working on will do this automatically and install a lot of other tools as well. But thank you for the suggestion.
    Best regards,
    Michael

  • Can you Change ADR_BASE in a netca response file?

    Hello all,
    I am experimenting with using a response file to script up listener configuration on some new 11G servers I'm building. One thing I am noticing is that netca installs the ADR directory structure under $ORACLE_BASE, and I would like to move that to another filesystem where we store all of our other logs, tracefiles, and the like.
    Is there a way to automatically set up a different ADR_BASE in the netca.rsp file, or do I have to set up the listener and then change it later? I've tried setting ADR_BASE and ADR_BASE_<listener_name> in the response file and netca ignores it and just creates the diag directory under $ORACLE_BASE.
    I'm not sure if I am using incorrect syntax or if it's just not possible. I've found nothing on metalink or in the docs that is helpful so far. If someone could point me in the right direction, I would appreciate it.
    Thanks in advance,
    Bart

    I won't say that you can not move it. But I will say that you should not try. Moving ADR is an exercise that will produce no positive value and possibly break many things. Perhaps not in 11gR1 but quite possibly in your ability to move forward.

Maybe you are looking for

  • How do I crop an image in acrobat XI

    Acrobat help says I can find the CROP function at tools > Page > Crop.  This path does not exist on my latest Acrobat version XI.  Where did it go?  How do I find it?

  • Unable to achieve Gigabit speeds with onboard NIC (iMAC Intel based)

    Hi, I've recently noticed that my iMAC's built in 10/100/1000 NIC is only negotiating up to 100mb. I have a direct (cat5e straight through) connection from the iMAC to a 10/100/1000 port on an Airport Extreme Base station. I've tried several differen

  • Requirements for database design and installation

    Hi, As a database administrator, how to find out whether the database is design and installed properly? Can you please what would be the requirements to be considered towards the databse design for application developer ? thanks heaps !!!!

  • Error during creating the shadow system

    Hello Support, I am updating the ECC system to EHP4 . We are having error in the RUN_RSVWSCPY phase (Shadow system Installation) In one of the phases RUN_RSVWSCPY , it runs a job in the source system (i.e RPD) Job Name :RSUG_COPY_SHD_VIEWS This Job i

  • "Most major grouping in a GROUP BY"?

    Hi, So, I just came across this question in the 1z0-047 exam prep, which puzzled me: When a GROUP BY clause contains multiple columns, which grouping is the most major grouping?What puzzled me was, I never knew there was such a thing as a "most major