Conflicting /images/ aliases in conf files

This is an Oracle 9iAS 9.0.2 installation. I have an alias for /images/ in the httpd.conf file and I find that Portal has an alias for /images/ in its portal.conf file. It seems that the httpd.conf file is overriding the portal.conf since none of the Portal GIF's are being displayed. Short of copying Portal's 4052 GIF's to my /images/ directory or having to change my httpd.conf /images/ alias (and all the associated files) how can I get the Portal GIF's displayed?

revised post.

Similar Messages

  • Nsapi in cluster (obj.conf file conflict)

    Hi,
              I running WLS5.1.0 SP5 on Sun 5.7 Solaris v2.7, with IPlanet4.0SP1,
              running with the plugin...
              When I am on non-cluster environment, everything is just fine, but on
              cluster, IPlanet is starting, but I can not see anything on the browser
              (page cannot be displayed), I have attached my obj.conf file. Please let
              me know ASAP what I am doing wrong...
              Regards
              GOD BLESS
              Chris
              ## ------------- BEGIN SAMPLE OBJ.CONF CONFIGURATION ---------
              # (no cluster)
              # The following line locates the NSAPI library for loading at
              # startup, and identifies which functions within the library are
              # NSAPI functions. Verify the path to the library (the value
              # of the shlib=<...> parameter) and that the file is
              # readable, or the server will fail to start.
              Init fn="load-modules" funcs="wl-proxy,wl-init"\
              shlib=/usr/netscape/server4/bin/https/lib/libproxy.so
              Init fn="wl-init"
              # Configure which types of HTTP requests should be handled by the
              # NSAPI module (and, in turn, by WebLogic). This is done
              # with one or more "<Object>" tags as shown below.
              # Here we configure the NSAPI module to pass requests for
              # "/weblogic" to a WebLogic Server listening at port 7011 on
              # the host ags-dtcXXXX.agsolutions.co.uk that is your localhost (e.g:
              ags-dtc1724) .
              <Object name="weblogic" ppath="*/weblogic/*">
              Service fn=wl-proxy WebLogicCluster="10.0.4.13:7011,10.0.4.14:7011"\
              PathTrim="/weblogic"
              </Object>
              # NSAPI's configuration to pass request for any file begining with
              # "WLS" to weblogic server on port 7011.
              <Object name="eutility" ppath="*WLS*">
              Service fn=wl-proxy WebLogicCluster="10.0.4.13:7011,10.0.4.14:7011"
              PathTrim="/EUtility"
              </Object>
              # NSAPI's configuration to pass request for any file begining with
              # "wls" to weblogic server on port 7011.
              <Object name="eutility1" ppath="*wls*">
              Service fn=wl-proxy WebLogicCluster="10.0.4.13:7011,10.0.4.14:7011"
              PathTrim="/EUtility"
              </Object>
              # Here we configure the plug-in so that requests that
              # match "/servletimages/" will be handled by the
              # plug-in/WebLogic.
              <Object name="si" ppath="*/servletimages/*">
              Service fn=wl-proxy WebLogicCluster="10.0.4.13:7011,10.0.4.14:7011"
              </Object>
              # This Object directive works by file extension rather than
              # request path. To use this configuration, you must also add
              # a line to the mime.types file:
              # type=text/jsp exts=jsp
              # This configuration means that any file with the extension
              # ".jsp" will be proxied to WebLogic. Then you must add the
              # Service line for this extension to the Object "default",
              # which should already exist in your obj.conf file:
              <Object name=default>
              NameTrans fn=pfx2dir from=/ns-icons\
              dir="/usr/Netscape/Server4/ns-icons"
              NameTrans fn=pfx2dir from=/mc-icons\
              dir="/usr/Netscape/Server4/ns-icons"
              NameTrans fn="pfx2dir" from="/help" dir=\
              "/usr/netscape/server4/manual/https/ug"
              NameTrans fn=document-root root="/usr/eutilweb"
              Service method="(GET|HEAD|POST|PUT)" type=text/jsp fn=wl-proxy\
              WebLogicCluster="10.0.4.13:7011,10.0.4.14:7011 PathPrepend=/jspfiles
              PathCheck fn=unix-uri-clean
              PathCheck fn="check-acl" acl="default"
              PathCheck fn=find-pathinfo
              PathCheck fn=find-index
              index-names="index.html,index.htm,wls.htm,wls.html,home.html"
              ObjectType fn=type-by-extension
              ObjectType fn=force-type type=text/plain
              Service method=(GET|HEAD) type=magnus-internal/imagemap fn=imagemap
              Service method=(GET|HEAD) \
              type=magnus-internal/directory fn=index-common
              Service method=(GET|HEAD) type=*~magnus-internal/* fn=send-file
              AddLog fn=flex-log name="access"
              </Object>
              # The following directive enables HTTP-tunneling of the
              # WebLogic protocol through the NSAPI plug-in.
              <Object name="tunnel" ppath="*/HTTPClnt*">
              Service fn=wl-proxy WebLogicCluster="10.0.4.13:7011,10.0.4.14:7011"
              </Object>
              ## ------------- END SAMPLE OBJ.CONF CONFIGURATION ---------
              [att1.html]
              

              Since IPlanet is started ( as per your email) , are you able to access
              index.html page?
              If yes, add the following debug flag in obj.conf and point your browser
              to
              http://[NES-host]:[port]/weblogic/index.html?__WebLogicBridgeConfig (2
              under scores)
              <Object name="weblogic" ppath="*/weblogic/*">
              Service fn=wl-proxy WebLogicCluster="10.0.4.13:7011,10.0.4.14:7011"
              PathTrim="/weblogic" DebugConfigInfo="ON"
              </Object>
              Does the screen shot shows primary & secondary server info?
              what's the build date/time on it?
              PS: Also make sure there aren't any extra spaces in it.. Sometimes NES
              is very much picky..
              Kumar
              starssoul wrote:
              > Hi,
              >
              > I running WLS5.1.0 SP5 on Sun 5.7 Solaris v2.7, with IPlanet4.0SP1,
              > running with the plugin...
              > When I am on non-cluster environment, everything is just fine, but on
              > cluster, IPlanet is starting, but I can not see anything on the
              > browser
              > (page cannot be displayed), I have attached my obj.conf file. Please
              > let me know ASAP what I am doing wrong...
              > Regards
              >
              > GOD BLESS
              > Chris
              >
              >
              >
              >
              > Init fn="load-modules" funcs="wl-proxy,wl-init"\
              > shlib=/usr/netscape/server4/bin/https/lib/libproxy.so
              > Init fn="wl-init"
              >
              > <Object name="weblogic" ppath="*/weblogic/*">
              > Service fn=wl-proxy WebLogicCluster="10.0.4.13:7011,10.0.4.14:7011"\
              > PathTrim="/weblogic"
              > </Object>
              >
              >
              > ## ------------- END SAMPLE OBJ.CONF CONFIGURATION ---------
              [att1.html]
              

  • Jaas.conf file conflicts between WARs.....

    We have several different apps running in a TomCat container and each one contains its own jaas.conf file in its WAR file. Is there anyway for these apps to all find their own jaas.conf file? As far as I can tell, there is no way to do this.
    Right now, each app sets a system property like this:
    String jaas_conf = getServlet().getServletContext()
    .getRealPath("/WEB-INF/jaas.conf");
    System.getProperties().setProperty(
    "java.security.auth.login.config",jaas_conf);
    The problem here is that only the most recently loaded app can ever find its jaas.conf file.
    Is there a way to do this?
    Thanks!
    Tim

    Right now, each app sets a system property like this:
    String jaas_conf = getServlet().getServletContext()
    .getRealPath("/WEB-INF/jaas.conf");
    System.getProperties().setProperty(
    "java.security.auth.login.config",jaas_conf);
    Don't know exactly about jaas, but can you make a copy of the System propreties, or make a new property and fill it with your info and then use that as a parameter for your jaas instance?

  • Issue in iPlanet loading obj.conf file in admin console module

    Dear all,
    I have done following chanegs in obj.conf file to block insecure http methods,but whenever I try to access admin module of iPlanet and restart, all manual changes done in obj.conf disappears.
    Only one time it asked me with message that file has been modified manually do you want to load?
    but this is not happening every time.I am using iplanet 9.
    Please let me know if there is any issue with this or I am missing something.
    to just brief, only after trying 20 times it asked me above mentioned message
    ---obj.conf file contents----
    <Object name="WebCon1" ppath="*/WebCon/*">
    *<Client method="(GET|POST)">*
    AuthTrans fn="match-browser" browser="MSIE*" ssl-unclean-shutdown="true"*
    *</Client>*
    *<Client method="(HEAD|PUT|TRACE|TRACK|SEARCH|INDEX|OPTIONS|DELETE|MKDIR|SHOWMETHOD|UNLINK|CHECKIN|TEXTSEARCH|SPACEJUMP|CONNECT|PATCH|PROPFIND|PROPPATCH|MKCOL|COPY|MOVE|LOCK|UNLOCK|CHECKOUT|RMDIR|ACL|VERSION-CONTROL|REPORT|UNCHECKOUT|ORDERPATCH)">*
    *AuthTrans fn="set-variable" remove-headers="transfer-encoding" set-headers="content-length: -1" error="405"*
    *</Client>*
    NameTrans fn="pfx2dir" from="/mc-icons" dir="/home/cedera/iPlanetServer/Installation/ns-icons" name="es-internal"
    PathCheck fn="unix-uri-clean"
    PathCheck fn="find-pathinfo"
    ObjectType fn="type-by-extension"
    ObjectType fn="force-type" type="text/plain"
    Service method="(GET|POST)" type="image/gif" fn="send-file"
    Service method="(GET|POST)" type="image/jpeg" fn="send-file"
    Service method="(GET|POST)" type="text/css" fn="send-file"
    Service method="(GET|POST)" type="application/x-javascript" fn="send-file"
    Service method="(GET|POST)" type="magnus-internal/imagemap" fn="imagemap"
    Service method="(GET|POST)" type="magnus-internal/directory" fn="send-error" path="/WebCon/WebCon/restrict.htm"
    Service method="(GET|POST)" fn="wl_proxy" WebLogicHost="10.10.61.224" WebLogicPort="444" HungServerRecoverSecs="600" Debug="ALL" DebugConfigInfo="TRUE" RequireSSLHostMatch="FALSE" WLLogFile="/home/cedera/iPlanetServer/Installation/https-webcon2/logs/Log_JSP.txt" PathTrim="/WebCon" PathPrepend="/WebConverter" SecureProxy="ON" URIContainsSpace="true" ErrorPage="/home/cedera/iPlanetServer/Installation/docs/WebCon/WebCon/serviceUnavailable.htm" MaxPostSize="-1" DefaultFileName="WebCon/login.jsp" ConnectTimeoutSecs="10" ConnectRetrySecs="2" WLDNSRefreshInterval="0" TrustedCAFile="/home/cedera/iPlanetServer/Installation/https-webcon2/config/trustedcafile.pem"
    AddLog fn="flex-log" name="access"
    </Object>
    I have added contents marked in bold manually....
    but it was not picking up it from frontend...then suddenly after 20 time, it picked up these changes in admin...
    but now if I am trying to change in <client> tag , but it does not recognise any new changes done manually...it loads same obj.conf...whenever i restart instance from frontend...
    Edited by: sweetvish on Nov 9, 2009 9:26 PM

    After making manual changes in obj.conf, have you tried clicking the 'Apply' link in admin console and then choosing 'Load configuration Changes' option?

  • Httpd.conf file missing in action

    This is a weird one. I want to modify my httpd.conf file so my URL's all default to lower case. I'm using MAMP, so I navigated to Applications > MAMP, opened the file, modified it and restarted my server. (I also modified an .htaccess file.)
    I then added the code LogLevel trace8 to my config file, with the understanding that I would see more "verbose" messages in my error log. Afterr restarting my servers, I reloaded my web page, then checked the log - nothing changed. That is, the log is recording my activity, but it doesn't display "verbose" messages.
    Someone who was helping me on an Apache forum came to thte conclusion that my httpd.conf fiile isn't being used. So I typed httpd.conf into Apple's finder and, sure enough, I found half a dozen files with that name. I couldn't determine which is the right one, so I modifed all of them and restarted my serverrs again. There's STILL no change in my URL's, and my log is still recording generic messages.
    Does anyone have any idea how I can solve this problem? First, am I correct in understanding that there must be at least ONE active httpd.conf files in order for my sites to function? If so, then I know there must be an invisible httpd.conf file somewhere on my MacBook that I need to locate.
    Also, is it possible for error messages to be written to more than one Apache log at a time? It's just so strange that the error log in my Applications > MAMP folder is keeping tabs on the web pages I visit when the httpd.conf file in the same folder is apparently doing nothing.
    Thanks for any tips.

    MAMP is not Apple software and is well outside the normal 'consumer' stuff they deal with in Apple stores, I therefore don't think a Genius would be either will or able to investigate this. However I can provide the following information and maybe others who have used MAMP can provide more.
    /etc/apache2/httpd.conf is the file used on a standard OS X Mac
    /Library/Server/Web/Config/apache2/httpd_server_app.conf is the equivalent file used on a Mac server if you have installed Apple's Server.app
    I have seen conflicting comments suggesting the location for the equivalent file for MAMP is -
    /Applications/MAMP/conf/apache/httpd.conf
    or
    ~/Library/Application Support/appsolute/MAMP PRO/httpd.conf
    The following might be helpful http://foundationphp.com/tutorials/vhosts_mamp.php

  • Error after Installing and updating the DADS.CONF file

    I was able to get all the software installed for AE 3.0.1 and open the HTTP Server prior to updating the DADS.CONF File.
    So far I have not been able any errors in the Apache/Apache/logs directory that point to the issue.
    When I put the following DADS.CONF file in place:
    # ============================================================================
    # mod_plsql DAD Configuration File
    # ============================================================================
    # 1. Please refer to dads.README for a description of this file
    # ============================================================================
    # Note: This file should typically be included in your plsql.conf file with
    # the "include" directive.
    # Hint: You can look at some sample DADs in the dads.README file
    # ============================================================================
    Alias /i/ "c:\oracle\product\10.2.0\db\Apache\Apache\images\"
    AddType text/xml xbl
    AddType text/x-component htc
    <Locations /pls/apex>
    Order deny, allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_mgr.process_download
    PlsqlDatabaseConnectString ASGUSMAUDV01:1521:APPEXP ServiceNameFormat
    PlsqlNLSLanguage AMERCAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDefaultPage apex
    PlsqlDatabasePassword apex
    Allow from all
    </Location>
    I cannot not even access the HTTP Server using the default connect sting. Any help in looking over the DADS.CONF file is appreciated.
    Thanks

    Contents of the ERROR.LOG
    [Tue Aug 21 12:39:44 2007] [notice] FastCGI: process manager initialized
    [Tue Aug 21 12:58:33 2007] [notice] FastCGI: process manager initialized
    Both of these were using the blank DADS.CONF
    Access.log (Blank DADS.CONF)
    162.74.53.183 - - [21/Aug/2007:12:40:37 -0400] "GET / HTTP/1.0" 200 15062
    162.74.53.183 - - [21/Aug/2007:12:40:37 -0400] "GET /Tab_files/upperbox.gif HTTP/1.0" 200 153
    162.74.53.183 - - [21/Aug/2007:12:40:37 -0400] "GET /Tab_files/green-green.gif HTTP/1.0" 200 952
    162.74.53.183 - - [21/Aug/2007:12:40:37 -0400] "GET /Tab_files/green-content.gif HTTP/1.0" 200 809
    162.74.53.183 - - [21/Aug/2007:12:40:37 -0400] "GET /Tab_files/blue-content.gif HTTP/1.0" 200 37
    162.74.53.183 - - [21/Aug/2007:12:40:37 -0400] "GET /Tab_files/asytrnse.gif HTTP/1.0" 200 148
    162.74.53.183 - - [21/Aug/2007:12:40:37 -0400] "GET /Tab_files/asytrsm.gif HTTP/1.0" 200 924
    162.74.53.183 - - [21/Aug/2007:12:40:37 -0400] "GET /Tab_files/asysrtb.gif HTTP/1.0" 200 901
    162.74.53.183 - - [21/Aug/2007:12:40:37 -0400] "GET /Tab_files/asysrt.gif HTTP/1.0" 200 1015
    162.74.53.183 - - [21/Aug/2007:12:40:37 -0400] "GET /Tab_files/asylrhs.gif HTTP/1.0" 200 910
    162.74.53.183 - - [21/Aug/2007:12:40:38 -0400] "GET /ohs_images/rhshadow.gif HTTP/1.0" 200 59
    162.74.53.183 - - [21/Aug/2007:12:40:38 -0400] "GET /Tab_files/asylttb.gif HTTP/1.0" 200 863
    162.74.53.183 - - [21/Aug/2007:12:40:38 -0400] "GET /Tab_files/asysrb.gif HTTP/1.0" 200 923
    162.74.53.183 - - [21/Aug/2007:12:40:38 -0400] "GET /ohs_images/welcomeHTTP.gif HTTP/1.0" 200 2780
    162.74.53.183 - - [21/Aug/2007:12:40:38 -0400] "GET /ohs_images/bisspace.gif HTTP/1.0" 200 43
    162.74.53.183 - - [21/Aug/2007:12:40:38 -0400] "GET /Tab_files/asybase.gif HTTP/1.0" 200 49
    162.74.53.183 - - [21/Aug/2007:12:40:38 -0400] "GET /ohs_images/tree_document.gif HTTP/1.0" 200 97
    162.74.53.183 - - [21/Aug/2007:12:40:38 -0400] "GET /ohs_images/art3.gif HTTP/1.0" 200 18752
    162.74.53.183 - - [21/Aug/2007:12:40:38 -0400] "GET /Tab_files/lowerbox.gif HTTP/1.0" 200 150
    162.74.53.183 - - [21/Aug/2007:12:40:38 -0400] "GET /ohs_images/relatedapps_cctitle.gif HTTP/1.0" 200 279
    162.74.53.183 - - [21/Aug/2007:12:40:38 -0400] "GET /ohs_images/slieghright.gif HTTP/1.0" 200 69
    162.74.53.183 - - [21/Aug/2007:12:40:38 -0400] "GET /Tab_files/asytlse.gif HTTP/1.0" 200 830
    162.74.53.183 - - [21/Aug/2007:12:40:38 -0400] "GET /ohs_images/home_banner_2.gif HTTP/1.0" 200 6505
    162.74.53.183 - - [21/Aug/2007:12:40:38 -0400] "GET /ohs_images/portals.css HTTP/1.0" 200 14795
    162.74.53.183 - - [21/Aug/2007:12:40:38 -0400] "GET /ohs_images/space.gif HTTP/1.0" 200 43
    I have found no other errors.

  • Error in marvel.conf file in Oracle Application Express 2.2

    Hi All..
    i have installed.. oracle 10g database , then installed oracle application server 10g 10.1.3
    and then installing.. Oracle Application Express 2.2(APEX) , i have successfully installed APEX as instruction of documentation included in installation..
    but i am getting error in.. marvel.conf file.. after creating marvel.conf file i am unable to stop or start Oracle Application Server or Oracle HTTP server ..
    marvel.conf file Content as below..
    Alias /i/ "D:\Oracle\Oracle10gAs\Apache\Apache\Images"
    AddType text/xml xbl
    AddType text/x-component htc
    <Location /pls/apex>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_manager.process_download
    PlsqlDatabaseConnectString Workshop2.jbdomain:1521:Ora10g ServiceNameFormat
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDefaultPage apex
    PlsqlDatabasePassword apex
    Allow from all
    </Location>
    i have also include path in httpd.conf
    include "D:\Oracle\Oracle10gAs\Apache\modplsql\conf\marvel.conf"
    after that i am going to stop or start HTTP Server i am getting error like thi..
    "Syntax error on line 16 of d:/oracle/oracle10gas/apache/modplsql/conf/marvel.conf:
    Invalid command 'PlsqlDocumentPath', perhaps mis-spelled or defined by a module not included in the server configuration"
    Please.. Help..

    I also have been puzzling around in the marvel.conf for hours yesturday, since I did not get the login-screen as well. Finally I found the solution (in the documentation of the DAD_README) : I removed the word "ServiceNameFormat", restarted the server and it worked. Maybe thes string is confusing the server.....
    Jan.

  • Htaccess in conf file

    Hello All,
    A couple of quick questions for a command line noob:)
    1. After doing some reading on the forums it seems that it is better to put htaccess directives in the /sites/conf file for a site directly.
    2. I have a site that is an alias ie: mysite.com/directory actually pulls from a different directory than mysite.com. I want some mod_rewrite rules to only affect the aliased folder so I have put them under the <Directory "/sites/root folder"> directive for that particular folder. Is my assumption correct that any type of directive between my <Directory ""></Directory> tags will only affect that particular folder / alias?
    Thanks
    Marc

    Right -- it doesn't work upwardly like that.
    /yourmachine/mysite.com
    /yourmachine/mysite.com/directory1
    /yourmachine/someotherdirectory/aliased_directory
    If you use <Directory> blocks for "directory1" or "aliased_directory", they should not impact anything in "/yourmachine/mysite.com".

  • Deploy CUPS printers.conf file via ARD?

    Hi all
    Anyone have an idea how to push out CUPS Printers to Tiger clients using ARD 3? I have been trying to send out the printers.conf file located in /etc/cups to a few Macs, but after the CUPS file copies to its destination, print jobs error out with a generic "a printing error has occurred" message. I checked permissions, etc and everything looks good. I assume Im missing another file somewhere but am stumped.
    Basically what I want to do is set my Mac with 5 AppleTalk printers from my LAN, and then reproduce those printers for 10 other Macs so that those users see the exact same printers I see in my Print Setup Utility. I don't want to have to set up the printers manually on each Mac. I figured it would be a no-brainer to just copy my "golden" CUPS file via ARD to the other Macs but I'm having no luck at all thus far.
    Once the printers.conf file is copied to their Macs, They can "see" the new printers in their Print Setup Utility.app as desired, but they are unable to print to any of them ("printer error occured"). Rebooting doesn't help.
    Facts:
    All Macs and printers are in the same AppleTalk zone.
    All Macs are on the same subnet and VLAN.
    All Macs are the identical version of OS X and are from the same NetBoot NetRestore master image.
    All Macs are running 10.4.7.
    Users do not need to authenticate to print.
    All printing is done direct to the printers - no print server is in the middle.
    All Macs have the ARD 3.0 client properly installed.
    All Macs are Power Mac PPC G5s with 1.5 GB RAM.
    No users are logged into their Macs when I attempt to copy the printers.conf file (no users are printing or running Print Setup Utility etc)
    All of the printers are PostScript/PCL HP LaserJet's with valid AppleTalk names and Zone info.
    I can print to all of the printers just fine and my other Macs can print to them also when configured manually.
    There must be a practical way to mass-deploy CUPS printer settings to my Macs via ARD. Obviously I'm missing a critical step. Any ideas?
    Thanks!

    This is possible, but you have to be very careful because one mistake will cause this to fail:
    1. On your template computer system, reset the printing system via Printer Setup Utility then configure your printers.
    2. Backup the following files, noting their proper POSIX permissions:
    /etc/cups/printers.conf (root:lp, 600)
    /etc/cups/ppd (whole folder) (root:lp, 755)
    3. Use ARD to deploy the files in the following way:
    a. Log out all users on the client systems and reset the printing system by executing Apple's Reset Printing System script via Send UNIX command as root:
    /Applications/Utilities/Printer\ Setup\ Utility.app/Contents/MacOS/PrintingReset.sh
    b. Stop CUPS (PrintingServices) before copying any new configuration files (Send UNIX Command as root): SystemStarter stop PrintingServices
    c. Distribute the printers.conf file and ppds folder to the clients. You can either copy the items there via Copy Items, setting owner and group to root and lp, and issuing appropriate chmod commands via Send UNIX Command to set their permissions.
    d. Repair Permissions (Send UNIX Command as root): diskutil repairPermissions /
    e. Start PrintingServices again: SystemStarter start PrintingServices, and restart.
    That should work. You can also distribute a printer list via the managed client, storing a printer list in the com.apple.mcxprinting XML file in an attribute mapped to dsAttrTypeStandard:MCXSettings in a computer (dsRecTypeStandard:Computers) account or group (dsRecTypeStandard:Groups) account. Account types from NetInfo, LDAPv3, or Active Directory will work.
    --Gerrit

  • Do we need to update snpsagent.conf File and Windows Environmental variable in ERPI 11.1.2.2

    In ERPI 11.1.1.3 Admin guide its mentioned we need to update the below , do we need to do the same in 11.1.2.2 version also
    Updating the snpsagent.conf File
    ä To update the snpsagent.conf file:
    1 Navigate to the folder where Oracle Data Integrator is installed.
    For example, C:\OraHome_1\oracledi\tools\wrapper\conf.
    2 Using a text editor, open the snpsagent.conf file.
    3 Search for: wrapper.java.library.path.1.
    4 On a new line, add the following text:
    wrapper.java.library.path.2=../drivers
    5 Close and save the file.
    Updating the Windows Environment Variable
    After you update the snpsagent.conf file, add the ODI drivers path information to the
    Windows environment variable.
    ä To update the Windows environment variable:
    1 On the desktop, right-click My Computer, select Properties. Select the Advanced tab, and then click
    Environment Variables.
    2 In the System variables section, select the Path variable, and then click Edit.
    3 At the end of the Variable value line, add a semi-colon (;), and then add the Oracle Data Integrator
    driver path.
    For example, C:\OraHome_1\oracledi\drivers.
    4 Click OK three times.
    5 Restart the Oracle Data Integrator Agent Service.
    Thanks

    You should not have to do this in ODI 11.1.1.6 for ERPi 11.1.2.2.

  • Multiple images of the same file on one page

    How do I create multiple images of the same file on one page? For example, I've got an image that I could fit 6 of on one page, and would like to print it that way instead of printing it on 6 individual pieces of paper.

    Are you attempting to do this in Adobe Workspaces? Or are you looking for software that will do it?
    If the former, you could insert the image into a Buzzword document six times. Not exactly elegant, but it might do the trick.

  • When I try to same an image under the command 'save as' it will only let me save as file types 'firefox document' or 'all files' and when I try to look at them later they dont work. How can I save an image as the same file type it is on the web site?!

    When I try to save an image under the command 'save as' it will only let me save as file types 'firefox document' or 'all files' and when I try to look at them later they dont work. How can I save an image as the same file type it is on the web site?!
    == This happened ==
    Every time Firefox opened
    == I updated to one of the firefox versions (Not sure which one it was)

    Thanks Alex, but sadly I already tried that. Neither .docx or .xlsx files show up in the content list. They both show as a Chrome HTML document so changing how Firefox addresses those doesn't help since it thinks its the same type of file. I don't think I can manually add files into the "Content Type" left side nav.

  • Is there a way to change the image numbers in a file in Aperture?

    Is there a way to change the image numbers in a file in Aperture? We shoot with two photographers and so the img numbers are not in order but I would like to have the photos in chronological order on the disc when I give it to them. Does anyone know how to do this? I have them all in order ready to go in Aperture but when I move them to the disc to be burned they default back to the img number order. Thanks for your help!

    What do you mean by "image number"? The file names like "IMG_7822.CR2" or "IMG_7822.jpg"?
    You can create custom names with appended numbers, when you export your image files to be saved on a disk.
    Sort your images by date in the browser, select them, then use the command "File > Export > Version" to write the files to the disk. Set the name format to "Custem Name with Index" or "Custom Name with Counter" to create numbered names in your current sort order.
    Regards
    Léonie

  • Figuring out how to extract images from a PDF file

    Hi,
    I'm trying to write a small app that extracts all images from a PDF file. I already wrote a nice parser and it works good but the only problem is that I can't quite figure out from the reference how to decode all images in a PDF file to normal files such as tiffs, jpegs, bmps etc. For now I'm focusing on XObject images and not dealing with inline images.
    From what I understand so far just by trying and looking at open sources I figured that if I see a XObject Image with a DCTDecode filter, taking the stream data without doing anything to it and saving it as a jpeg file works. But doing the same to FlateDecoded streams or CCITTFax didn't work.
    What is the right way to properly extract the images?

    In general you have to
    * decode the stream
    * extract the pixel data
    * use ColorSpace, BitsPerComponent, Decode and Width to unpack pixel
    values
    * reconstruct an image file format according to its specification
    There are no other shortcuts. The DCTDecode shortcut (which doesn't
    work for CMYK JPEG files) is just a piece of fantastic good luck.
    Aandi Inston

  • Set image link to a file which not yet exists

    Hi to all,
    I'm working with InDesignCS2 on Mac and Windows.
    Is it possible to set an image link to a file which does not exists yet.
    I have document with some JPG files in low resolution.
    Later, if the document layout is finished, I want to
    change the image links of the document to corresponding PSD files.
    E.g.
    The document is layouted with the imges image1.jpg, image2.jpg, image3.jpg.
    Now a want to change the links to corresponding PSD files image1.psd, image2.psd, image3.psd.
    BUT: the PSD file do no exist on the current working place.
    The images image1.psd, image2.psd, image3.psd exist on a destination working place.
    The document with the missing PSD links will be copied to the destination working place,
    in the some folder where the PSD file are placed.
    If I open the document on the destination working place the links set on the first
    working place should be satisfied now.
    Now it should be possible to print the document with the hires PSD images.
    My question:
    How can I set a link to an image which does not exist yet?
    The name, the path and the format are known.
    Please let me know, if you have an idea how to do that.
    Thanks.

    I might be proven wrong but I don't think you can link to a picture file that's missing.
    That would be an interesting feature actually - but probably too smart.
    What you could do instead is to use a dummy picture file to be replaced later in your production workflow.
    Something I did a long time ago was to create a text frame with the full path written in there.
    Then I was making a snapshot of this text frame.
    Then I was replacing the text frame by a picture frame - same size, position, etc.
    Then I was placing the snapshot within this picture frame...
    At the end I had a link to a temporary picture file that was displaying its full path to the layout artist - providing a valid link to a real picture, to be switched to the real one later in my customer production workflow.
    This is a classical case actually - and I'm sure there is dozens of solutions implemented out there . . .
    HTH
    Best regards
    Patrick Perroud

Maybe you are looking for

  • What's the best way to setup a media server/central storage for all of my?

    I was wondering what the best way to achieve a central media server for all my iTunes content + iPhoto's, calendar syncing and contact sharing is? This is what I currently have: iMac 20" Aluminum + External HD Backup (kids) Macbook Black (wife) Macbo

  • I have tried downloading firefox but the icon now has a 'no entry' sign over the firefox icon and it won't open. whats wrong!!!

    I have been using firefox and was recently prompted to upgrade to a new firefox. I followed the instructions and dragged the icon into my apps folder. It had a 'no entry' sign on top of it which I didn't really understand. Now it won't start up and g

  • EjB 3.0 persist

    Hi All, I am using EJB 3.0 and JBOSS 4.0.3. I have two entities events and eventInfo . @Entity(access = AccessType.FIELD) @Table(name = EVENT_TABLE) @SequenceGenerator(name="LogSeq", sequenceName="event_log_seq") public class Events {      @Id(genera

  • Performance gain at merging parent/child - any experience?

    Table A has PK=(ID) and one attribute Type to tell in which child.tables to get the record. Child.tables B1, B2..B4 have PKy=(TABLE_A_ID_FK, By_ID) and other attributes(around 10, no LOBs or long strings) I know B1 is about to have 8mio recs, B2 will

  • While loop is not working properly

    Dear all, I have a procedure which takes data form other tables and fill one table. See partial code DECLARE --  WELLS CURSOR c_well IS SELECT * FROM   well where well_s = 3419740 -- Welltest CURSOR c_welltest ( v_well_s NUMBER ) IS SELECT * FROM   w