Sharing response files

How can I share a response file with other Acrobat X users so they can also view responses as they are submitted? I have tried putting the original form, the distributed version of the form, and the response file, on another Acrobat X Pro user's computer, but they are getting a message that says "network resource not found."

cj10127 wrote:
Hello, I have managed to start sharing my files on my iMac over the network so anyone on my network can ftp into them using a web brower. Is there a way I can make it so you can ftp into them with my ip so I can be at school and still access and download my files.
Do you have to do it that way? Consider using "Dropbox" 2GB of online storage for free (up to 100GB available to paying customers).
http://www.dropbox.com
http://www.dropbox.com/features
File Sharing
Sharing files is simple and can be done with only a few clicks.
Shared folders allow several people to collaborate on a set of files.
You can see other people's changes instantly.
A "Public" folder that lets you link directly to files in your Dropbox.
Control who is able to access shared folders (including ability to kick people out and remove the shared files from their computers).

Similar Messages

  • OpenSSO version 9.5.2 installation from response file

    Hello, all
    I've been trying to install openSSO v _9.5.2_RC1 using a response file with openDS(ldap) backend and have
    a problem for which I can't seem to find a real answer, so any tip would be helpful. I'm running CentOS
    release 6.3 in a virtualbox with 1,5 GB of RAM. I was able to install openDS and start it but I'm not sure
    if its configured correctly. I'm attaching a script that I used for auto installation. (openDS-
    autoinstall.txt)
    If I ask lsof here is what I get:
    $ lsof -i -n -P | grep 4444
    java      6658    ldap   75u  IPv6  37916      0t0  TCP *:4444 (LISTEN) -- which is ok, right :)If I ask ps about openDS here is what I get:
    $ psg opends
    6658 pts/3    Sl     2:47 /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/bin/java -server -
    Dorg.opends.server.scriptName=start-ds org.opends.server.core.DirectoryServer --configClass
    org.opends.server.extensions.ConfigFileHandler --configFile /u02/OpenDS-2.2.1/config/config.ldifHere are couple of more information that might help:
    ]$ showmemusage
    6764 /usr/sbin/httpd
    7208 /usr/sbin/httpd
    7372 /usr/sbin/httpd
    9856 /usr/sbin/httpd
    12028 /usr/libexec/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql --log-
    error=/var/log/mysqld.log --pid-file=/var/run/mysqld/mysqld.pid --socket=/var/lib/mysql/mysql.sock
    12580 /usr/sbin/named-sdb -u named -t /var/named/chroot
    36920 /usr/bin/ruby /usr/sbin/puppetmasterd
    131508 /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/bin/java -server -Dorg.opends.server.scriptName=start-
    ds org.opends.server.core.DirectoryServer --configClass org.opends.server.extensions.ConfigFileH
    283748 /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/bin/java -
    Djava.util.logging.config.file=/u02/tomcat/conf/logging.properties -server -Xms512m -Xmx512m -
    XX:MaxPermSize=256m -Djvm=tomcat_virtualbox -D
    $ free -m
                 total       used       free     shared    buffers     cached
    Mem:          1478       1277        201          0         73        634
    -/+ buffers/cache:        568        910
    Swap:         2015          0       2015The problem is that if I try to use this command as tomcat user it will give only one error message:
    [tomcat@cent01 work]$ java -jar ~/work/opensso/tools/configurator.jar -f
    /home/tomcat/work/test.testdomain.example.config
    Configuration failed!
    [tomcat@cent01 work]$- which is very helpful :(( I'm attaching this file as well. (test.testdomain.example.config.txt)
    Here is the output from the tomcat log:
    Nov 2, 2012 1:33:42 PM org.apache.catalina.core.StandardWrapperValve invoke
    SEVERE: Servlet.service() for servlet [AMSetupServlet] in context with path [/opensso] threw exception
    [AMSetupFilter.doFilter] with root cause
    com.sun.identity.setup.ConfiguratorException: Cannot connect to Directory Server.
            at com.sun.identity.setup.ServicesDefaultValues.setServiceConfigValues
    (ServicesDefaultValues.java:141)
            at com.sun.identity.setup.AMSetupServlet.processRequest(AMSetupServlet.java:438)
            at com.sun.identity.setup.AMSetupServlet.doPost(AMSetupServlet.java:398)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter
    (ApplicationFilterChain.java:305)
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
            at com.sun.identity.setup.AMSetupFilter.doFilter(AMSetupFilter.java:99)
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter
    (ApplicationFilterChain.java:243)
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
            at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:225)
            at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
            at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
            at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
            at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
            at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:927)
            at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
            at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
            at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1001)
            at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:585)
            at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:310)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
            at java.lang.Thread.run(Thread.java:679)If I try to use status command then here is what I get:
    [user1@cent01 openDS]$ sudo service opends status
    Specify OpenDS LDAP connection parameters
    Administrator user bind DN [cn=Directory Manager]:
    Password for user 'cn=Directory Manager':
    Unable to connect to the server at "host1.testdomain1.com" on port 4444
              --- Server Status ---
    Server Run Status:        Started
    Open Connections:         0
              --- Server Details ---
    Host Name:                host1.testdomain1.com
    Administrative Users:     cn=admin
    Installation Path:        /u02/OpenDS-2.2.1
    Version:                  OpenDS Directory Server 2.2.1
    Java Version:             <not available> (*)
    Administration Connector: Port 4444 (LDAPS)
              --- Connection Handlers ---
    Address:Port : Protocol : State
    --           : LDIF     : Disabled
    0.0.0.0:161  : SNMP     : Disabled
    0.0.0.0:636  : LDAPS    : Disabled
    0.0.0.0:1389 : LDAP     : Enabled
    0.0.0.0:1689 : JMX      : Disabled
              --- Data Sources ---
    Base DN:     dc=testdomain,dc=com
    Backend ID:  userRoot
    Entries:     <not available> (*)
    Replication: Disabled
    * Information only available if you provide valid authentication information
    when launching the status command.The best thing is that if I go through web wizard and follow that web-wizard it will work without any
    problems but I don't want to do it in that way. I would like to have automated with a script from a
    command line :)
    Thanks for any kind of tip or direction !!!

    Neither OpenSSO nor CentOS are Oracle products and although you're using VirtualBox somewhere within your kit, your question has no place in these OTN forums.
    Oracle may have briefly acquired OpenSSO when they purchased Sun Microsystems but has since thrown it out to the open development community. See: http://en.wikipedia.org/wiki/OpenSSO
    Additionally, you cross-posted your inquiry to at least one other forum site and failed to mention that fact:
    http://streamshare.streamserve.com/Forum/Topic/?topicID=4955
    That is poor forum etiquette.
    So, to avoid people duplicating efforts to assist by saying the same thing that you might have already been told elsewhere, this thread is locked.

  • Where are the response files going?

    Hello.
    I know someone who created a form in Acrobat software and has chosen to distribute the software in acrobat.com. What she did was the sent out emails where people has open access to the file and but once the form has been completed, she sometimes received the response in her response PDF file in her desktop but most of the time she doesn't. People who submitted the form has been informed that their "response has been submitted" but she doesn't receive a response. Is there anyway to retreive all the response files that are shared through acrobat.com individually? Where in acrobat.com are the responses stored and how can she retreive them?
    Many thanks and more power to acrobat.com development team.

    Hello,
    Thank you for your post. Any chance you could have your friend send us some additional information? We'd need to know her acrobat.com account name as well as what document is causing the trouble...
    Kind Regards,
    Michelle

  • Shared Application File System.

    After moving to shared application tier in production
    In $IAS_ORACLE_HOME/Apache/Apache/conf I see the security.conf file has version security_ux_ias1022.conf 115.25 2009/04/23 10:04:40 mmanku ship $
    but in $CONFIG_TOP/Apache/Apache/conf the sercurity.conf file has the following version security_ux_ias1022.conf 115.29 2009/12/21 05:56:02 sbandla ship $
    Which top does oracle use ?
    why is the shared IAS Home have a lower version of than the CONFIG_TOP
    why does not the one which is not used gets deleted?

    Hi;
    Please check below notes which could be helpful for your issue:
    Explanation of Context Variables for Shared Application File System in R12 and 11i [ID 1070152.1]
    Sharing the Application Tier File System in Oracle Applications Release 11i [ID 233428.1]
    If its not help i suggest rise SR while you are waiting other forum users response here
    Regard
    Helios

  • Can you import form responses from one responses file to another? I know you can export...

    I have a distributed form with a responses file that has six responses in it. Somehow the distribution got cut off and I had to set up a new distributed form and a new responses file. I was able to export the six old responses to a .csv file, but have not found a way to IMPORT the .csv file into the new responses file.
    "Add" does not work-- it is looking for PDF files only. Does anyone know a way to import those 6 responses into my new responses file? The distributed form did not change in any way, so all of the fields are still exactly the same.
    I can create a master portfolio and just add the two portfolios together, but they just remain as file icons within the portfolio and I need the data to be inline together in one file.
    Thank you very much.

    If you still have the .muse file for the template you want you can open it up in Muse 'Select All' --> Copy.
    Open your destination blank template and paste it. You can have bothe muse files up in Muse at the same time.

  • Oracle 8.1.7 Client Install Response Files

    Hi!
    I need some help with Oracle Response files. I am trying to push out an installation package with Systems Management Server smsclitocken account not working. I need to find a way to get this package out without those priviliges (Switch User isn't available to me to use either, by policy). I need some sort of relative pathing solution. Relative pathing doesn't appear to work with the response files and their paths, but I am wondering if I am missing something. Is there an alternative in the Oracle Response files to unc and hard coding the drive letter??? If someone has some examples, I'd love to see them. Thank you for your help!!!
    Jeff

    Hi,
    I faced a problem that I want a Oracle8 driver for Linux, so I
    can connect my DB that installed in NT from Linux, I see that
    you face the same problem, I hope you find a solution, so could
    you please help me in this, should I install Oracle in the
    Linux, or not, from where can I install every thing.
    Thanx,
    Ahmed.

  • Fields Missing in Form Response File CSV Export

    I've distributed a survey designed in LiveCycle 8.2 which has been completed by a number of users and returned via email.  I then imported those submitted forms in to the repsonse file.  When I export those responses in a CSV (and pull them in to Excel), a number of fields are not included.  After a little digging, it seems that I failed to give those fields a custom name when designing the form.  This seems to be the only consistency, so I have to assume this is the cause.  Firstly, is this case?
    Secondly, what is the best way to correct the situation.  I anticipate receiving over 60 more responses, so I do not want to have to enter data by hand.  I've tried renaming the field in the response file -- no effect.  I've tried also updating the form and creating a new response file.  The submitted forms were added (though I did receive a warning that not every field mapped) and those fields which had not previously been named were full of nulls -- I assume they could not be mapped due to the difference in the underlying field name.
    Resending the form is really not an option at this point -- I will be getting more forms like this over the next weeks.  What is the best way for me to get all of the responses in to my excel file?  Thanks.

    Hi Aamir,
    These are the FCC parameters and the same fields is defined as target message type with occurence as 1.
    1.Recordset.endSeparator      'nl'
    2.Recordset.fieldNames         Action_Code,PO_Number,PO_date,filler1,Owner_code,filler2,Due_date,filler3,Vendor_number,Vendor_owner_code,filler4,Buyer_code,Consignee,Dest_code,Freight_mgmt,Cases,filler5,Weight,filler6,Pallets,filler7,Cube,filler8,Points,filler9,Cost,filler10,Bracket_price,filler11,Est_allow,filler12,HOT,Streamline,Pickup_date,filler13,Comments,Recv_cases,Recv_weight,Recv_pallets,filler14,Recv_cube,filler15,Recv_cost,filler16,Recv_BP,filler17,Recv_actual_allow,filler18,Buyer_allow,filler19,Arrive_date,Arrive_time,filler20,Sched_date,Sched_time,filler21,Actual_date,Actual_time,filler22,Super_Vendor,Pallet_type,Commodity_code,Trailer_type,Backhaul,Buyer_comments,Temp_type,Recv_date,Recv_time
    3.Recordset.fieldFixedLengths             1,15,10,10,2,1,10,10,15,1,2,15,15,15,3,7,9,7,9,7,9,7,9,7,9,10,6,10,6,10,6,1,1,10,10,150,16,16,5,11,8,9,10,6,10,6,10,6,10,6,10,8,2,10,8,2,10,8,2,15,3,15,3,1,255,3,10,8
    thanks,
    meghna.

  • Sample Response File for Oracle Database 12c Standard Edition on Oracle Linux 6.4 -- working

    oracle@styles-and-artists-development-oracle database]$ cat response/db_install.rsp
    ## Copyright(c) Oracle Corporation 1998,2013. All rights reserved.##
    ## Specify values for the variables listed below to customize     ##
    ## your installation.                                             ##
    ## Each variable is associated with a comment. The comment        ##
    ## can help to populate the variables with the appropriate        ##
    ## values.                                                        ##
    ## IMPORTANT NOTE: This file contains plain text passwords and    ##
    ## should be secured to have read permission only by oracle user  ##
    ## or db administrator who owns this installation.                ##
    # Do not change the following system generated value.
    oracle.install.responseFileVersion=/oracle/install/rspfmt_dbinstall_response_schema_v12.1.0
    # Specify the installation option.
    # It can be one of the following:
    #   - INSTALL_DB_SWONLY
    #   - INSTALL_DB_AND_CONFIG
    #   - UPGRADE_DB
    oracle.install.option=INSTALL_DB_AND_CONFIG
    # Specify the hostname of the system as set during the install. It can be used
    # to force the installation to use an alternative hostname rather than using the
    # first hostname found on the system. (e.g., for systems with multiple hostnames
    # and network interfaces)
    ORACLE_HOSTNAME=styles-and-artists-development-oracle
    # Specify the Unix group to be set for the inventory directory. 
    UNIX_GROUP_NAME=oracle
    # Specify the location which holds the inventory files.
    # This is an optional parameter if installing on
    # Windows based Operating System.
    INVENTORY_LOCATION=/home/oracle/oracleInventory
    # Specify the languages in which the components will be installed.            
    # en   : English                  ja   : Japanese                 
    # fr   : French                   ko   : Korean                   
    # ar   : Arabic                   es   : Latin American Spanish   
    # bn   : Bengali                  lv   : Latvian                  
    # pt_BR: Brazilian Portuguese     lt   : Lithuanian               
    # bg   : Bulgarian                ms   : Malay                    
    # fr_CA: Canadian French          es_MX: Mexican Spanish          
    # ca   : Catalan                  no   : Norwegian                
    # hr   : Croatian                 pl   : Polish                   
    # cs   : Czech                    pt   : Portuguese               
    # da   : Danish                   ro   : Romanian                 
    # nl   : Dutch                    ru   : Russian                  
    # ar_EG: Egyptian                 zh_CN: Simplified Chinese       
    # en_GB: English (Great Britain)  sk   : Slovak                   
    # et   : Estonian                 sl   : Slovenian                
    # fi   : Finnish                  es_ES: Spanish                  
    # de   : German                   sv   : Swedish                  
    # el   : Greek                    th   : Thai                     
    # iw   : Hebrew                   zh_TW: Traditional Chinese      
    # hu   : Hungarian                tr   : Turkish                  
    # is   : Icelandic                uk   : Ukrainian                
    # in   : Indonesian               vi   : Vietnamese               
    # it   : Italian                                                  
    # all_langs   : All languages
    # Specify value as the following to select any of the languages.
    # Example : SELECTED_LANGUAGES=en,fr,ja
    # Specify value as the following to select all the languages.
    # Example : SELECTED_LANGUAGES=all_langs 
    SELECTED_LANGUAGES=en
    # Specify the complete path of the Oracle Home.
    ORACLE_HOME=/extended2/oracleBase/db12c1
    # Specify the complete path of the Oracle Base.
    ORACLE_BASE=/extended2/oracleBase
    # Specify the installation edition of the component.                    
    # The value should contain only one of these choices.       
    #   - EE     : Enterprise Edition                               
    #   - SE     : Standard Edition                                 
    #   - SEONE  : Standard Edition One
    #   - PE     : Personal Edition (WINDOWS ONLY)
    oracle.install.db.InstallEdition=SE
    # PRIVILEGED OPERATING SYSTEM GROUPS                                          #
    # Provide values for the OS groups to which OSDBA and OSOPER privileges       #
    # needs to be granted. If the install is being performed as a member of the   #
    # group "dba", then that will be used unless specified otherwise below.       #
    # The value to be specified for OSDBA and OSOPER group is only for UNIX based #
    # Operating System.                                                           #
    # The DBA_GROUP is the OS group which is to be granted OSDBA privileges.
    oracle.install.db.DBA_GROUP=osdba
    # The OPER_GROUP is the OS group which is to be granted OSOPER privileges.
    # The value to be specified for OSOPER group is optional.
    oracle.install.db.OPER_GROUP=osoper
    # The BACKUPDBA_GROUP is the OS group which is to be granted OSBACKUPDBA privileges.
    oracle.install.db.BACKUPDBA_GROUP=bckdba
    # The DGDBA_GROUP is the OS group which is to be granted OSDGDBA privileges.
    oracle.install.db.DGDBA_GROUP=dbdba
    # The KMDBA_GROUP is the OS group which is to be granted OSKMDBA privileges.
    oracle.install.db.KMDBA_GROUP=kmdba
    #                               Grid Options                                  #
    # Specify the type of Real Application Cluster Database
    #   - ADMIN_MANAGED: Admin-Managed
    #   - POLICY_MANAGED: Policy-Managed
    # If left unspecified, default will be ADMIN_MANAGED
    oracle.install.db.rac.configurationType=
    # Value is required only if RAC database type is ADMIN_MANAGED
    # Specify the cluster node names selected during the installation.
    # Leaving it blank will result in install on local server only (Single Instance)
    # Example : oracle.install.db.CLUSTER_NODES=node1,node2
    oracle.install.db.CLUSTER_NODES=
    # This variable is used to enable or disable RAC One Node install.
    #   - true  : Value of RAC One Node service name is used.
    #   - false : Value of RAC One Node service name is not used.
    # If left blank, it will be assumed to be false.
    oracle.install.db.isRACOneInstall=
    # Value is required only if oracle.install.db.isRACOneInstall is true.
    # Specify the name for RAC One Node Service
    oracle.install.db.racOneServiceName=
    # Value is required only if RAC database type is POLICY_MANAGED
    # Specify a name for the new Server pool that will be configured
    # Example : oracle.install.db.rac.serverpoolName=pool1
    oracle.install.db.rac.serverpoolName=
    # Value is required only if RAC database type is POLICY_MANAGED
    # Specify a number as cardinality for the new Server pool that will be configured
    # Example : oracle.install.db.rac.serverpoolCardinality=2
    oracle.install.db.rac.serverpoolCardinality=
    #                        Database Configuration Options                       #
    # Specify the type of database to create.
    # It can be one of the following:
    #   - GENERAL_PURPOSE/TRANSACTION_PROCESSING                      
    #   - DATA_WAREHOUSE                               
    oracle.install.db.config.starterdb.type=GENERAL_PURPOSE
    # Specify the Starter Database Global Database Name.
    oracle.install.db.config.starterdb.globalDBName=cbd
    # Specify the Starter Database SID.
    oracle.install.db.config.starterdb.SID=cdb1
    # Specify whether the database should be configured as a Container database.
    oracle.install.db.ConfigureAsContainerDB=true
    # Specify the  Pluggable Database name for the pluggable database in Container Database.
    oracle.install.db.config.PDBName=pdb1
    # Specify the Starter Database character set.
    #  One of the following
    #  AL32UTF8, WE8ISO8859P15, WE8MSWIN1252, EE8ISO8859P2,
    #  EE8MSWIN1250, NE8ISO8859P10, NEE8ISO8859P4, BLT8MSWIN1257,
    #  BLT8ISO8859P13, CL8ISO8859P5, CL8MSWIN1251, AR8ISO8859P6,
    #  AR8MSWIN1256, EL8ISO8859P7, EL8MSWIN1253, IW8ISO8859P8,
    #  IW8MSWIN1255, JA16EUC, JA16EUCTILDE, JA16SJIS, JA16SJISTILDE,
    #  KO16MSWIN949, ZHS16GBK, TH8TISASCII, ZHT32EUC, ZHT16MSWIN950,
    #  ZHT16HKSCS, WE8ISO8859P9, TR8MSWIN1254, VN8MSWIN1258
    oracle.install.db.config.starterdb.characterSet=AL32UTF8
    # This variable should be set to true if Automatic Memory Management
    # in Database is desired.
    # If Automatic Memory Management is not desired, and memory allocation
    # is to be done manually, then set it to false.
    oracle.install.db.config.starterdb.memoryOption=true
    # Specify the total memory allocation for the database. Value(in MB) should be
    # at least 256 MB, and should not exceed the total physical memory available
    # on the system.
    # Example: oracle.install.db.config.starterdb.memoryLimit=512
    oracle.install.db.config.starterdb.memoryLimit=512
    # This variable controls whether to load Example Schemas onto
    # the starter database or not.
    oracle.install.db.config.starterdb.installExampleSchemas=true
    # Passwords can be supplied for the following four schemas in the             #
    # starter database:                                                           #
    #   SYS                                                                       #
    #   SYSTEM                                                                    #
    #   DBSNMP (used by Enterprise Manager)                                       #
    # Same password can be used for all accounts (not recommended)                #
    # or different passwords for each account can be provided (recommended)       #
    # This variable holds the password that is to be used for all schemas in the
    # starter database.
    oracle.install.db.config.starterdb.password.ALL=CDBadmin12345#
    # Specify the SYS password for the starter database.
    oracle.install.db.config.starterdb.password.SYS=CBDsys12345#
    # Specify the SYSTEM password for the starter database.
    oracle.install.db.config.starterdb.password.SYSTEM=PDBsys12345#
    # Specify the DBSNMP password for the starter database.
    oracle.install.db.config.starterdb.password.DBSNMP=DBsnmp12345#
    # Specify the PDBADMIN password required for creation of Pluggable Database in the Container Database.
    oracle.install.db.config.starterdb.password.PDBADMIN=PDBadmin12345#
    # Specify the management option to use for managing the database.
    # Options are:
    # 1. CLOUD_CONTROL - If you want to manage your database with Enterprise Manager Cloud Control along with Database Express.
    # 2. DEFAULT   -If you want to manage your database using the default Database Express option.
    oracle.install.db.config.starterdb.managementOption=DEFAULT
    # Specify the OMS host to connect to Cloud Control.
    # Applicable only when oracle.install.db.config.starterdb.managementOption=CLOUD_CONTROL
    oracle.install.db.config.starterdb.omsHost=
    # Specify the OMS port to connect to Cloud Control.
    # Applicable only when oracle.install.db.config.starterdb.managementOption=CLOUD_CONTROL
    oracle.install.db.config.starterdb.omsPort=
    # Specify the EM Admin user name to use to connect to Cloud Control.
    # Applicable only when oracle.install.db.config.starterdb.managementOption=CLOUD_CONTROL
    oracle.install.db.config.starterdb.emAdminUser=
    # Specify the EM Admin password to use to connect to Cloud Control.
    # Applicable only when oracle.install.db.config.starterdb.managementOption=CLOUD_CONTROL
    oracle.install.db.config.starterdb.emAdminPassword=
    # SPECIFY RECOVERY OPTIONS                                                    #
    # Recovery options for the database can be mentioned using the entries below  #
    # This variable is to be set to false if database recovery is not required. Else
    # this can be set to true.
    oracle.install.db.config.starterdb.enableRecovery=true
    # Specify the type of storage to use for the database.
    # It can be one of the following:
    #   - FILE_SYSTEM_STORAGE
    #   - ASM_STORAGE
    oracle.install.db.config.starterdb.storageType=FILE_SYSTEM_STORAGE
    # Specify the database file location which is a directory for datafiles, control
    # files, redo logs.        
    # Applicable only when oracle.install.db.config.starterdb.storage=FILE_SYSTEM_STORAGE
    oracle.install.db.config.starterdb.fileSystemStorage.dataLocation=/extended1/db/data
    # Specify the recovery location.
    # Applicable only when oracle.install.db.config.starterdb.storage=FILE_SYSTEM_STORAGE
    oracle.install.db.config.starterdb.fileSystemStorage.recoveryLocation=/extended1/db/recovery
    # Specify the existing ASM disk groups to be used for storage.
    # Applicable only when oracle.install.db.config.starterdb.storageType=ASM_STORAGE
    oracle.install.db.config.asm.diskGroup=/dev/oracleasm
    # Specify the password for ASMSNMP user of the ASM instance.                
    # Applicable only when oracle.install.db.config.starterdb.storage=ASM_STORAGE
    oracle.install.db.config.asm.ASMSNMPPassword=ASMsnmp122345#
    # Specify the My Oracle Support Account Username.
    #  Example   : [email protected]
    MYORACLESUPPORT_USERNAME=
    # Specify the My Oracle Support Account Username password.
    # Example    : MYORACLESUPPORT_PASSWORD=password
    MYORACLESUPPORT_PASSWORD=
    # Specify whether to enable the user to set the password for
    # My Oracle Support credentials. The value can be either true or false.
    # If left blank it will be assumed to be false.
    # Example    : SECURITY_UPDATES_VIA_MYORACLESUPPORT=true
    SECURITY_UPDATES_VIA_MYORACLESUPPORT=false
    # Specify whether user doesn't want to configure Security Updates.
    # The value for this variable should be true if you don't want to configure
    # Security Updates, false otherwise.
    # The value can be either true or false. If left blank it will be assumed
    # to be false.
    # Example    : DECLINE_SECURITY_UPDATES=false
    DECLINE_SECURITY_UPDATES=flase
    # Specify the Proxy server name. Length should be greater than zero.
    # Example    : PROXY_HOST=proxy.domain.com
    PROXY_HOST=
    # Specify the proxy port number. Should be Numeric and atleast 2 chars.
    # Example    : PROXY_PORT=25
    PROXY_PORT=
    # Specify the proxy user name. Leave PROXY_USER and PROXY_PWD
    # blank if your proxy server requires no authentication.
    # Example    : PROXY_USER=username
    PROXY_USER=
    # Specify the proxy password. Leave PROXY_USER and PROXY_PWD 
    # blank if your proxy server requires no authentication.
    # Example    : PROXY_PWD=password
    PROXY_PWD=
    # Specify the proxy realm.
    # Example    : PROXY_REALM=metalink
    PROXY_REALM=
    # Specify the Oracle Support Hub URL.
    # Example    : COLLECTOR_SUPPORTHUB_URL=https://orasupporthub.company.com:8080/
    COLLECTOR_SUPPORTHUB_URL=
    # Specify the auto-updates option. It can be one of the following:
    #   - MYORACLESUPPORT_DOWNLOAD
    #   - OFFLINE_UPDATES
    #   - SKIP_UPDATES
    oracle.installer.autoupdates.option=SKIP_UPDATES
    # In case MYORACLESUPPORT_DOWNLOAD option is chosen, specify the location where
    # the updates are to be downloaded.
    # In case OFFLINE_UPDATES option is chosen, specify the location where the updates
    # are present.
    oracle.installer.autoupdates.downloadUpdatesLoc=
    # Specify the My Oracle Support Account Username which has the patches download privileges 
    # to be used for software updates.
    #  Example   : [email protected]
    AUTOUPDATES_MYORACLESUPPORT_USERNAME=
    # Specify the My Oracle Support Account Username password which has the patches download privileges 
    # to be used for software updates.
    # Example    : AUTOUPDATES_MYORACLESUPPORT_PASSWORD=password
    AUTOUPDATES_MYORACLESUPPORT_PASSWORD=

    This is the simplest installation you can get, but if you want to do a fast response file based installation, there it is.

  • Questions on organizing/sharing music files on 3 PC networked drive

    I just added 1Tb network drive to 3 pc home network... I am planning on moving my iTunes music folder from the older, smaller network drive. I exceeded the 160GB size of the old drive when converting all of the WMA losselss files to Apple lossless while maintaining the old WMA files(I still think the Windows Media Player system is superior). With the new addition to our network, I am planning on the 3 pcs sharing music files... (my wife has been using iTunes for a while, I have just recently went over to the dark side)
    What is the best way to organize the files??
    -How to shuffle all without the folder of Christmas & Holiday music playing.
    -Segregate each users individual files.
    Any advice or suggestions are appreciated, I know it would save a lot of time and pain instead of the trial and error method.

    Thanks, Jason & Mike. This is how I resolved the problem. Turned out the disk with the data was in NTFS format. Neither my eMac nor my wife's Carbon iMac (prehistoric, in other words) was able to read it, on repeated attempts. In process I discovered (to my surprise) that the external hard drive attached to my eMac (a 320 Gig My Book) was formatted in FAT 32 format, and that the PC laptop (Thinkpad) read from it, and wrote to it, without any problem. (Is FAT 32 less than optimal for use with a pre-Intel Mac?). So I just copied the needed files from the NTFS disk to the FAT 32 disk, via the Thinkpad. When I reconnected the FAT 32 drive to the eMac, it turned out that it was easy [with some fiddling] to put the titles of the new music into the iTunes Library, without having to copy the music itself into iTunes. Making playlists does still seem to have to go manually. Sometimes the "New Playlist from Selection" option automatically gives a name (the original name) to the album from which the music came, sometimes it doesn't. Rationale not clear to me. Other problem: often the sequence is jumbled (this is after I added the whole collection of folders containing music to my iTunes Library in one fell swoop). Usually it was possible to correct this by copying track names for albums one album at a time from the external HD (in Columns view, selecting all the tracks in each folder simultaneously) directly into the playlist; the playlist name then always had to be copied or typed in separately. I don't know if I'm missing an easier route. Also, I see that I have version 4.7.1 of iTunes - I'll download a newer version! Don't know whether newer version will affect what I want to do in a positive sense.

  • I want to update forms in the response file and save it. Sometimes it works, but often I need to save the response file in another name. Very inconsequent! How come?

    I have a form that I am sending out and compiling in the response file. These forms I also want to be able to update after receiving them (when I have them in the response file).
    But when I do the updates I need to re-save the response file with another name? The strange thing is that sometimes I can just update and save exactly the way I want it. But most of the time I get the message "This file may be read-only, or another user may have it open. Please save the document with a different name or in a different folder."
    Can someone please help me to figure out how to solve this issue. I know that I am the only one that has the file open. I am encountering the same issue in both Acrobat Pro 9 and Acrobat Pro X. (File was created in Acrobat Pro 9)

    Good day!
    A simple Paste does not work for you?
    It should place the clipboard content as a new Layer which you can then move around.
    If there is any chance that the elements need to be scaled, rotated etc. I would prefer to place them as Smart Objects (File > Place …) and do the masking that is specific to the images themselves in those.
    Regards,
    Pfaffenbichler

  • In iMovie when I try to share a project to a file on an external hard drive it will work the first time but subsequently it says it is sharing but gives no time and file name and in fact just sits there not sharing the file.

    I have iMovie 10.0.4.  I want to transfer some old DV tape videos to MPEG 4 files to be stored on a 4 TB external drive. I successfully imported the video to iMovie, created a project by moving all captured files into a project and the first time I shared the project to a file  it worked as expected.  Every subsequent try to transfer another video would fail to transfer.  When I clicked save it gives the warning that it is too big for iCloud, iso I click create on this computer.  The progress circle comes up with no indication of progress.  The show activity drop down just says sharing to "file" no file name as in the first one and indicates no time remaining.  In fact it just sits there apparently doing nothing.  I'v tried it a half dozen times, deleted everything and started over.  It transfers the first project to file and then nothing on additional tries.  What do I have wrong, am I missing something?

    In iTunes 11 uncheck the preferences setting in in the iTunes Preferences panel "Advanced > Copy Files to iTunes Media folder when adding to Library"

  • How can I access a response file on the same computer but with different login?

    When trying to access a response file on the same computer that was used to set it up, but with a different login, I get an error message that the network resource was not found. How can I retrieve the responses on the same computer but under a different login/username?

    The response file is associated with a specific login (as determined under Edit > Preferences > Identity) so you cannot retrieve it if you're using a different login.

  • Install Oracle 11g 2 with response file

    Using the steps detailed here:
    http://docs.oracle.com/cd/E11882_01/install.112/e24187/advance.htm I was able to create a response file for Oracle client 11.2.0.1.win32.  I created the response file by starting a manual installation (On a Windows 7 client) and then clicking on the option to create and save a response file.  I exited out of the Oracle install before completing it.
    I then used this response file  during a Windows 7 unattended install using this at the command prompt:  setup.exe -silent -nowelcome -nowait -noconfig - responseFile [location]
    My question is how do I set up variables in the response file so that it will work on installs for other users?
    # This variable holds the hostname of the system as set by the user.
    # It can be used to force the installation to use an alternative 
    # hostname rather than using the first hostname found on the system
    # (e.g., for systems with multiple hostnames and network interfaces). ORACLE_HOSTNAME=[HOW DO I SETUP A VARIABLE HERE FOR THE USER'S PCNAME?]
    # Complete path of the Oracle Home  ORACLE_HOME=C:\app\[HOW DO I SETUP A VARIABLE FOR THE USER's FOLDER HERE?]\product\11.2.0\client_1
    # Complete path of the Oracle Base. ORACLE_BASE=C:\app\[HOW DO I SETUP A VARIABLE FOR THE USER's FOLDER HERE?]
    What variables can I use so that I can use a single response file for multiple users?

    I know no way of doing so, but I am not a Windows expert. For the last two parameters (ORACLE_HOME and ORACLE_BASE), it is best practice to have these values the same across multiple machines, for ease of maintainability - think of future maintenance scripts you will likely have to write - if these parameters are the same across many computers, your scripting would be much easier/simpler/cleaner
    HTH
    Srini

  • Screen sharing and file sharing not working on LAN

    This is not a Mavericks specific problem since it existed before I upgraded to Mavericks.  I have a LAN that consists of 3 MBPs and 1 MacPro.
    Local screen sharing and file sharing works fine on all of these computers except for one MBP.  From this MBP I am able to connect to all of the other computers for screen sharing and file sharing.  But I can't connect to this particular MBP for screen sharing or file sharing from any of the other Macs.
    This MBP shows up in the left hand side column under "Shared" on all the other computers.  But I am unable to make a connection from any computer to the problematic MBP.  I get the message, "There was a problem connecting to the server "xxxxxxxx".  The server may not exist or is unavailable at this time".
    I have tried toggling off and on screen sharing and file sharing with no effect.  One probably pertinent strange thing that I notice is that under the Screen Sharing set up the green button next to "Screen Sharing:On" is green.  But the message under it states:
    "Other users can access your computer's screen
    at vnc://johnmacbookproretina/ or by looking for “John MacBook Pro” in the Finder sidebar."
    The problem is that my computer name is "John MacBook Pro" and the LocalHostName is "JohnMBPr.local".  I believe that at some point in the past the computer name and/or LocalHostName was "johnmacbookproretina".
    Similiarly, under File Sharing I am informed:
    "Other users can access shared folders on this computer, and administrators all volumes, at “afp://johnmacbookproretina” or “smb://johnmacbookproretina”."
    I would appreciate any help I could get to resolve this perplexing issue.  Thanks.
    John

    I've finally been able to solve my own problem.
    File sharing and screen sharing on the problematic MBP was being blocked by firewall rules that had been set up several weeks ago when I had installed a trial version of DoorStop X firewall software.  I had previously trashed the app when the 30 day trial ended.  I did not realize that the software had left a set of firewall rules in the Library/StartupItems folder.  Among other things, the rules were set to deny access to the computer on the ports used for file sharing and screen sharing.  Once I trashed the DoorStopStartup folder in the StartUpItems folder all the connection problems resolved with a computer restart.

  • No folios or sub tile in shared IPA file

    This is a follow on to Chris Huber's question posted at 7:52 am today. He has resolved his library view issues and successfully downloaded two folios to his iPad mini. He has emailed me the newest IPA file to test on my iPad Air.
    I now have the same problems he earlier encountered. The app downloads to Newsstand, but there is no subscription tile or folios showing up in the library view. The splash screen launches, but then the library view is empty. I am syncing per the guidelines, as I've done many times before on the apps that I have built, but no luck with the shared IPA file.
    Any suggestions?
    Thanks,
    Steve

    Bart,
    Here is the link to Chris Huber's original question:
    http://forums.adobe.com/message/6304522#6304522
    I am using the same .ipa file, sent to me via email, on an iPad Air versus his Mini.
    Steve

Maybe you are looking for

  • IPod Classic not recognized on desktop or in iTunes - help!

    My iPod is not recognized by my Mac or iTunes... I have done the suggested "reset" and still no luck.  I have also turned off Norton ... this hasn't made a difference either... Does anyone have other thoughts/ideas I should try?

  • Case Recommendations For 30G Video Ipod

    I will b e getting the above Ipod within a couple of weeks. Should I just get a v-sheild or just a case or both. Also, could you recommend a case. Thanks so much.

  • Amount wrong pick in MIRO

    Hi Experts, We are doing MIRO against a Purchase order. The FI document is genrated 001 89  GMOH 601235     GSM FWP CWIP                             2,352,190.00 002 96  GMOH 600086     WRX - GR/IR CLRNG AC                          2,328,140.00- 003

  • Rating multiple images, what gives?

    hey, I'm missing something obvious? I want to rate multiple images at once. I drag the mouse over say 4-5 images, then assign them a higher rating. Problem is, it only applies the rating to the first file. This is so simple it has me stumped. Any ide

  • How to kill remote debugger listener...?

    Hi, Is there a way to kill the remote debugger listener, without closing the sql-developer (1.5.5)...? Because it hangs sometimes and I have to establish a new port and a new port ... Thanks, Juergen