Change location of snippets to shared/network directory

I am trying to standardize a deployment of SQL Developer to my team. We all have similar coding needs and I'd like to deploy a snippet library to a common location, such as a netshare, for us all to pull from. Ideally, one person could define a common routines here, and the others 'just see it'.
I see on this page: http://docs.oracle.com/cd/B28359_01/appdev.111/b31695/intro.htm#CIHFCGCD that there is a common/consistent location for these snippets (among other files).
I see the following statement but wonder if this will have unintended consequences if deployed as a multi-user folder.
To specify a nondefault SQLDEVELOPER_USER_DIR location, do either of the following:
I can envision multiple users' SQL History might not work out well. Is there another way to accomplish what I describe above?
Thanks!!!
Edited by: nc_jed on Dec 9, 2011 7:35 AM (clarification about existing documented workaround)

Guess not. You can request this at the SQL Developer Exchange though, so other users can vote and add weight for possible future implementation.
Regards,
K.

Similar Messages

  • Changing Locations locks up PB when network drives are mounted

    I have a bunch of different network locations and frequently bounce from one to the other (going to/from different offices). If I have a network drive mounted at, say, "home", then close the powerbook lid, go to an office, open it and switch to the "office" location, THEN relalize I forgot to unmount the drive and try to do so, I get a spinning beachball for several minutes. Anyone know a trick or a way around this. Is there some setting that shortens the timeout for disconnected drives? Thanks.
    PowerBook G4 1.5Ghz   Mac OS X (10.4.3)  

    Hi Geoffrey,
    This won't be much help, but I'm having the exact same issue. I'm mounting AFP shares from a ReadyNAS, but I'm not using Bonjour Mounter. And this happens whether I script the volumes to mount, or if I mount them manually. For whatever reason, they dismount when I switch users, lock the screen, etc.
    Have you tried mounting non-ReadyNAS volumes to see if the same issue occurs?  I'm curious.
    Hope someone replies that can help. :-)

  • Auto-mount network volumes upon changing locations

    As I am shifting my Macbook between office and home and with working in office I need to access frequently into a few network locations which I ended up mounting them regularly manually.
    Any solution on that so I can pre-set what volumes to mount upon changing locations?
    Or perhaps auto-mount network volumes upon joining a particular SSID?

    I'm sure there's a way to Script it, but that being beyond my capabilities, here's how I'd do it using Dynamic mounts...
    Make two New Folders on the Desktop, (Office and Home might be good names).
    After Mounting the Volumes at work, drag the Globe Icons to the Office Folder, after mounting the Shares at home, drag them to the Home folder, (you can even rename them once in the folders).
    Drag those two Folders to the Dock between Applications and Trash to have two popup menus for nearly instant connecting.

  • Sharing network problem - again

    Hi, i hoped to avoid posting this problem, but i just can't get internet sharing working!
    My setup is this: I have a PC connected directly to a adsl-modem via a netcard, and via a second netcard (and a crossed cable) i have a second PC connected to the first, both are running Archlinux, the first is up to date, but the second is 0.6 (since i can't update...).
    The 2 PC's have no problems communicating, ping and ssh is working perfectly both ways.
    To share the connection, i have this in the rc.conf:
    The one connected to the modem:
    lo="lo 127.0.0.1"
    eth0="dhcp"
    eth1="eth1 192.168.1.1 netmask 255.255.255.0 broadcast 192.168.1.255"
    INTERFACES="lo eth0 eth1"
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # (prefix a route in ROUTES with a ! to disable it)
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    The one needing the connection:
    lo="lo 127.0.0.1"
    eth0="eth0 192.168.1.2 netmask 255.255.255.0 broadcast 192.168.1.255"
    #eth0="dhcp"
    INTERFACES=(lo eth0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # (prefix a route in ROUTES with a ! to disable it)
    gateway="default gw 192.168.1.1"
    ROUTES=(gateway)
    And i have this "firewall" installed on the one connected to the internet:
    #!/bin/sh
    # rc.firewall-2.4
    FWVER=0.75
    # Initial SIMPLE IP Masquerade test for 2.4.x kernels
    # using IPTABLES.
    # Once IP Masquerading has been tested, with this simple
    # ruleset, it is highly recommended to use a stronger
    # IPTABLES ruleset either given later in this HOWTO or
    # from another reputable resource.
    # Log:
    # 0.75 - Added more kernel modules to the comments section
    # 0.74 - the ruleset now uses modprobe vs. insmod
    # 0.73 - REJECT is not a legal policy yet; back to DROP
    # 0.72 - Changed the default block behavior to REJECT not DROP
    # 0.71 - Added clarification that PPPoE users need to use
    # "ppp0" instead of "eth0" for their external interface
    # 0.70 - Added commented option for IRC nat module
    # - Added additional use of environment variables
    # - Added additional formatting
    # 0.63 - Added support for the IRC IPTABLES module
    # 0.62 - Fixed a typo on the MASQ enable line that used eth0
    # instead of $EXTIF
    # 0.61 - Changed the firewall to use variables for the internal
    # and external interfaces.
    # 0.60 - 0.50 had a mistake where the ruleset had a rule to DROP
    # all forwarded packets but it didn't have a rule to ACCEPT
    # any packets to be forwarded either
    # - Load the ip_nat_ftp and ip_conntrack_ftp modules by default
    # 0.50 - Initial draft
    echo -e "nnLoading simple rc.firewall version $FWVER..n"
    # The location of the iptables and kernel module programs
    # If your Linux distribution came with a copy of iptables,
    # most likely all the programs will be located in /sbin. If
    # you manually compiled iptables, the default location will
    # be in /usr/local/sbin
    # ** Please use the "whereis iptables" command to figure out
    # ** where your copy is and change the path below to reflect
    # ** your setup
    #IPTABLES=/sbin/iptables
    IPTABLES=/usr/sbin/iptables
    DEPMOD=/sbin/depmod
    MODPROBE=/sbin/modprobe
    #Setting the EXTERNAL and INTERNAL interfaces for the network
    # Each IP Masquerade network needs to have at least one
    # external and one internal network. The external network
    # is where the natting will occur and the internal network
    # should preferably be addressed with a RFC1918 private address
    # scheme.
    # For this example, "eth0" is external and "eth1" is internal"
    # NOTE: If this doesnt EXACTLY fit your configuration, you must
    # change the EXTIF or INTIF variables above. For example:
    # If you are a PPPoE or analog modem user:
    # EXTIF="ppp0"
    EXTIF="eth0"
    INTIF="eth1"
    echo " External Interface: $EXTIF"
    echo " Internal Interface: $INTIF"
    #======================================================================
    #== No editing beyond this line is required for initial MASQ testing ==
    echo -en " loading modules: "
    # Need to verify that all modules have all required dependencies
    echo " - Verifying that all kernel modules are ok"
    $DEPMOD -a
    # With the new IPTABLES code, the core MASQ functionality is now either
    # modular or compiled into the kernel. This HOWTO shows ALL IPTABLES
    # options as MODULES. If your kernel is compiled correctly, there is
    # NO need to load the kernel modules manually.
    # NOTE: The following items are listed ONLY for informational reasons.
    # There is no reason to manual load these modules unless your
    # kernel is either mis-configured or you intentionally disabled
    # the kernel module autoloader.
    # Upon the commands of starting up IP Masq on the server, the
    # following kernel modules will be automatically loaded:
    # NOTE: Only load the IP MASQ modules you need. All current IP MASQ
    # modules are shown below but are commented out from loading.
    # ===============================================================
    echo "----------------------------------------------------------------------"
    #Load the main body of the IPTABLES module - "iptable"
    # - Loaded automatically when the "iptables" command is invoked
    # - Loaded manually to clean up kernel auto-loading timing issues
    echo -en "ip_tables, "
    $MODPROBE ip_tables
    #Load the IPTABLES filtering module - "iptable_filter"
    # - Loaded automatically when filter policies are activated
    #Load the stateful connection tracking framework - "ip_conntrack"
    # The conntrack module in itself does nothing without other specific
    # conntrack modules being loaded afterwards such as the "ip_conntrack_ftp"
    # module
    # - This module is loaded automatically when MASQ functionality is
    # enabled
    # - Loaded manually to clean up kernel auto-loading timing issues
    echo -en "ip_conntrack, "
    $MODPROBE ip_conntrack
    #Load the FTP tracking mechanism for full FTP tracking
    # Enabled by default -- insert a "#" on the next line to deactivate
    echo -en "ip_conntrack_ftp, "
    $MODPROBE ip_conntrack_ftp
    #Load the IRC tracking mechanism for full IRC tracking
    # Enabled by default -- insert a "#" on the next line to deactivate
    echo -en "ip_conntrack_irc, "
    $MODPROBE ip_conntrack_irc
    #Load the general IPTABLES NAT code - "iptable_nat"
    # - Loaded automatically when MASQ functionality is turned on
    # - Loaded manually to clean up kernel auto-loading timing issues
    echo -en "iptable_nat, "
    $MODPROBE iptable_nat
    #Loads the FTP NAT functionality into the core IPTABLES code
    # Required to support non-PASV FTP.
    # Enabled by default -- insert a "#" on the next line to deactivate
    echo -en "ip_nat_ftp, "
    $MODPROBE ip_nat_ftp
    #Loads the IRC NAT functionality into the core IPTABLES code
    # Required to support NAT of IRC DCC requests
    # Disabled by default -- remove the "#" on the next line to activate
    #echo -e "ip_nat_irc"
    #$MODPROBE ip_nat_irc
    echo "----------------------------------------------------------------------"
    # Just to be complete, here is a partial list of some of the other
    # IPTABLES kernel modules and their function. Please note that most
    # of these modules (the ipt ones) are automatically loaded by the
    # master kernel module for proper operation and don't need to be
    # manually loaded.
    # ip_nat_snmp_basic - this module allows for proper NATing of some
    # SNMP traffic
    # iptable_mangle - this target allows for packets to be
    # manipulated for things like the TCPMSS
    # option, etc.
    # ipt_mark - this target marks a given packet for future action.
    # This automatically loads the ipt_MARK module
    # ipt_tcpmss - this target allows to manipulate the TCP MSS
    # option for braindead remote firewalls.
    # This automatically loads the ipt_TCPMSS module
    # ipt_limit - this target allows for packets to be limited to
    # to many hits per sec/min/hr
    # ipt_multiport - this match allows for targets within a range
    # of port numbers vs. listing each port individually
    # ipt_state - this match allows to catch packets with various
    # IP and TCP flags set/unset
    # ipt_unclean - this match allows to catch packets that have invalid
    # IP/TCP flags set
    # iptable_filter - this module allows for packets to be DROPped,
    # REJECTed, or LOGged. This module automatically
    # loads the following modules:
    # ipt_LOG - this target allows for packets to be
    # logged
    # ipt_REJECT - this target DROPs the packet and returns
    # a configurable ICMP packet back to the
    # sender.
    echo -e " Done loading modules.n"
    #CRITICAL: Enable IP forwarding since it is disabled by default since
    # Redhat Users: you may try changing the options in
    # /etc/sysconfig/network from:
    # FORWARD_IPV4=false
    # to
    # FORWARD_IPV4=true
    echo " Enabling forwarding.."
    echo "1" > /proc/sys/net/ipv4/ip_forward
    # Dynamic IP users:
    # If you get your IP address dynamically from SLIP, PPP, or DHCP,
    # enable this following option. This enables dynamic-address hacking
    # which makes the life with Diald and similar programs much easier.
    echo " Enabling DynamicAddr.."
    echo "1" > /proc/sys/net/ipv4/ip_dynaddr
    # Enable simple IP forwarding and Masquerading
    # NOTE: In IPTABLES speak, IP Masquerading is a form of SourceNAT or SNAT.
    # NOTE #2: The following is an example for an internal LAN address in the
    # 192.168.0.x network with a 255.255.255.0 or a "24" bit subnet mask
    # connecting to the Internet on external interface "eth0". This
    # example will MASQ internal traffic out to the Internet but not
    # allow non-initiated traffic into your internal network.
    # ** Please change the above network numbers, subnet mask, and your
    # *** Internet connection interface name to match your setup
    #Clearing any previous configuration
    # Unless specified, the defaults for INPUT and OUTPUT is ACCEPT
    # The default for FORWARD is DROP (REJECT is not a valid policy)
    echo " Clearing any existing rules and setting default policy.."
    $IPTABLES -P INPUT ACCEPT
    $IPTABLES -F INPUT
    $IPTABLES -P OUTPUT ACCEPT
    $IPTABLES -F OUTPUT
    $IPTABLES -P FORWARD DROP
    $IPTABLES -F FORWARD
    $IPTABLES -t nat -F
    echo " FWD: Allow all connections OUT and only existing and related ones IN"
    $IPTABLES -A FORWARD -i $EXTIF -o $INTIF -m state --state ESTABLISHED,RELATED -j ACCEPT
    $IPTABLES -A FORWARD -i $INTIF -o $EXTIF -j ACCEPT
    $IPTABLES -A FORWARD -j LOG
    echo " Enabling SNAT (MASQUERADE) functionality on $EXTIF"
    $IPTABLES -t nat -A POSTROUTING -o $EXTIF -j MASQUERADE
    echo -e "nrc.firewall-2.4 v$FWVER done.n"
    And to start it:
    #!/bin/sh
    # chkconfig: 2345 11 89
    # description: Loads the rc.firewall-2.4 ruleset.
    # processname: firewall-2.4
    # pidfile: /var/run/firewall.pid
    # config: /etc/rc.d/rc.firewall-2.4
    # probe: true
    # v05/24/03
    # Part of the copyrighted and trademarked TrinityOS document.
    # http://www.ecst.csuchico.edu/~dranch
    # Written and Maintained by David A. Ranch
    # [email protected]
    # Updates
    # 05/24/03 - removed a old networking up check that had some
    # improper SGML ampersand conversions.
    # Source function library.
    . /etc/rc.d/functions
    # Check that networking is up.
    [ "XXXX${NETWORKING}" = "XXXXno" ] && exit 0
    [ -x /sbin/ifconfig ] || exit 0
    # The location of various iptables and other shell programs
    # If your Linux distribution came with a copy of iptables, most
    # likely it is located in /sbin. If you manually compiled
    # iptables, the default location is in /usr/local/sbin
    # ** Please use the "whereis iptables" command to figure out
    # ** where your copy is and change the path below to reflect
    # ** your setup
    IPTABLES=/usr/sbin/iptables
    # See how we were called.
    case "$1" in
    start)
    /etc/rc.firewall-2.4
    stop)
    echo -e "nFlushing firewall and setting default policies to DROPn"
    $IPTABLES -P INPUT DROP
    $IPTABLES -F INPUT
    $IPTABLES -P OUTPUT DROP
    $IPTABLES -F OUTPUT
    $IPTABLES -P FORWARD DROP
    $IPTABLES -F FORWARD
    $IPTABLES -F -t nat
    # Delete all User-specified chains
    $IPTABLES -X
    # Reset all IPTABLES counters
    $IPTABLES -Z
    restart)
    $0 stop
    $0 start
    status)
    $IPTABLES -L
    mlist)
    cat /proc/net/ip_conntrack
    echo "Usage: firewall-2.4 {start|stop|status|mlist}"
    exit 1
    esac
    exit 0
    But it just won't work! If you can spot any problems please let me know!
    UPDATE:
    Just talked to my ISP, and they tell me that my IP-adress is locked to one PC. Could this be the problem? or does the forwarding handles this as well?

    Hey tgc, thank you for posting your problem so generously explained!
    I had no idea of how to do it, and I only had to change a small obvious typo to make it work. At least I suppose the typo is the reason for your sharing not to work....
    Lets see...did you change the
    eth0="eth0 192.168.1.2 netmask 255.255.255.0 broadcast 192.168.0.255"
    to
    eth0="eth0 192.168.1.2 netmask 255.255.255.0 broadcast 192.168.1.255"
    just now? I'm sure I had to change that, but I have a strange memory
    So, the way the configuraton looks now, works perfectly for sharing my isdn connection with my laptop over wlan.
    Desktop: isdn, eth0 -> wireless router / hub
    Laptop: wlan0
    So, what I'm saying anyway, is that your configuration works for me Thanks!

  • Personal File Sharing & Network in the Sidebar

    I have had the same symptoms as other posts; but the real answer was not given, YET.
    If you use the Network icon in the Sidebar, and you move between networks, Where or How do you Refresh the Finder? Rebooting or Shutdown is not the answer. Windows Networking on PCs allows for Refreshing, why not OS X?
    My Senario: iMac G5 1.9 & iBook G4 1.33, both 10.4.10, no broadband, I share via Ad-Hoc. Both connect and IP given 169.x.x.x.
    iBook will see iMac via Finder>Network Sidebar after about 5 seconds. iMac will not see iBook via Finder>Network Sidebar. Both have Network and Sharing set the same.
    Using CMD+k, entering IP will bring up Authenticate window, which is fine, but DHCP is on, and the IP changes each time. Want Finder>Network to find the computer for me.
    Using ShiftCMDK, on iBook, sometimes opens the Network Finder window, most times it never opens. (when at home)
    iBook goes to hot-spots and when I come home, I want to off-load files to the iMac. The Network Sidebar remembers the last Network you were connected to with a list of all the computers you could connect to; I sleep the iBook.
    Is there a terminal command to Refresh the Network without rebooting?
    Big tip: I found an old Apple Article which states;
    "The Local Hostname for your computer is an alternative to the network address. It is followed by ".local". Users on the same network subnet as your computer can use the Local Hostname name to access certain resources on your computer, such as your personal website. If you work in a large network environment, users on a different IP subnet cannot use the Local Hostname name of your computer."
    So, if you use CMD+k while on your LAN and use "nnn.local" for the IP, you get the Authenticate window. This works fine, both machines can do this all day; But, still does not answer nor solve the question...
    How do you Refresh Finder>Network ?!?!?
    iMac G5 17-inch 1.9GHz SuperDrive (iSight)   Mac OS X (10.4.10)   1.5GB RAM

    Is there a terminal command to Refresh the Network without rebooting?
    Couple of things that Might work...
    sudo ipconfig set en0 BOOTP;sudo ipconfig set en0 DHCP
    sudo ifocnfig en1 down
    sudo ifconfig en1 up
    (use en0 for Ethernet, en1 for Airport, etc.)
    But making a New Location for each place would probably work best/easiest. You can tailor each location to it's needs.

  • Adding a link to a shared network drive in an Interactive Apex Report

    Hi,
    I have the following report SQL which displays data and corresponding file links that are stored on a network drive:
    select    distinct
              td.documentname,
              td.revision,
              td.documenttitle,
              td.documenttype,
              td.organizationid,
              aff.affectsdisposition as document_disposition,
              (case
                    when dwg.relativepath is not null then '<a href="\\svcwtnapp04\vaultdata\'||dwg.ownerdirname||'\'||dwg.relativepath||'" target="_blank">'||'</a> '
                    when dwgf.relativepath is not null then '<a href="\\svcwtnapp04\vaultdata\'||dwgf.ownerdirname||'\'||dwgf.relativepath||'" target="_blank">'||'</a> '
                    when pdf.relativepath is not null then '<a href="\\svcwtnapp04\vaultdata\'||pdf.ownerdirname||'\'||pdf.relativepath||'" target="_blank">'||'</a> '
                    when dxf.relativepath is not null then '<a href="\\svcwtnapp04\vaultdata\'||dxf.ownerdirname||'\'||dxf.relativepath||'" target="_blank">'||'</a> '
                    when zip.relativepath is not null then '<a href="\\svcwtnapp04\vaultdata\'||zip.ownerdirname||'\'||zip.relativepath||'" target="_blank">'||'</a> '
                    when edi.relativepath is not null then '<a href="\\svcwtnapp04\vaultdata\'||edi.ownerdirname||'\'||edi.relativepath||'" target="_blank">'||'</a> '
                    when exc.relativepath is not null then '<a href="\\svcwtnapp04\vaultdata\'||exc.ownerdirname||'\'||exc.relativepath||'" target="_blank">'||'</a> '
                    when wdc.relativepath is not null then '<a href="\\svcwtnapp04\vaultdata\'||wdc.ownerdirname||'\'||wdc.relativepath||'" target="_blank">'||'</a> '
                    else null
               end
              ) as filepath
    from      rnlht1m4.b2tecdoc@TCPROD td
    left join rnlht1m4.b2affpbi@TCPROD aff on aff.right = td.obid
    left join rnlht1m4.attach@TCPROD f     on f.left    = td.obid
    -- File Links
    left outer join rnlht1m4.acaddwg@TCPROD dwg   on dwg.obid  = f.right
                                           and lower(f.class2) = 'acaddwg'
    left outer join rnlht1m4.cadwgfil@TCPROD dwgf on dwgf.obid = f.right
                                           and lower(f.class2) = 'cadwgfil'
    left outer join rnlht1m4.pdffile@TCPROD pdf   on pdf.obid  = f.right
                                           and lower(f.class2) = 'pdffile'
    left outer join rnlht1m4.dxf@TCPROD dxf   on dxf.obid  = f.right
                                           and lower(f.class2) = 'dxf'
    left outer join rnlht1m4.ZIP@TCPROD zip   on zip.obid  = f.right
                                           and lower(f.class2) = 'zip'
    left outer join rnlht1m4.edittext@TCPROD edi ON edi.obid = f.right
                                           and lower(f.class2) = 'edittext'
    left outer join rnlht1m4.ExcelSht@TCPROD exc ON exc.obid = f.right
                                           and lower(f.class2) = 'excelsht'
    left outer join rnlht1m4.WordDoc@TCPROD wdc ON wdc.obid = f.right
                                           and lower(f.class2) = 'worddoc'
    where aff.left = 'udFbMlgsut1m4sut1m4--sgw'How could i change the last report column to a Link report attribute such that i click on an attribute called "Open File" or "Show File" in the interactive report region and it takes me to the shared network drive location where that corresponding file is stored?
    Thanks.

    Hi,
    Any help on this issue is greatly appreciated?
    Thanks.

  • Problems with internet sharing/network connection/ethernet and XBOX 360

    So basically I have a sent my Mac Book Pro 13" (Snow Leopard) away to be fixed, and in return I got a loan Mac Book Pro 15" (Lion). In the two weeks my Mac book was away getting fixed I purchased an XBOX 360, because of my location I am unable to use wireless on my XBOX, so instead I connect the loan Mac Book to the XBOX 360 via network cable.
    This worked fine and I could now connect to XBOX Live and be on the Mac Book at the same time.
    So today my Mac Book (13") is returned, I connect everything up exactly the same also changing the settings on internet sharing making sure that it can be used to send the connection to other devices via ethernet.
    But it just wont connect.
    The XBOX doesnt find the connection like it did before, and it also doesnt register on the MAC Book either.
    I've tried different cables, the same cable I used where it worked before.
    I've tried turning of Virus protection.
    Both still at both ends it is not registering a connection, I have used this Mac Book before through a network cable so I dont think there is a problem there, to my knowledge everything is the same as I did on the other Mac Book but this one does work.
    Have you any advice or tips on how to get this to work?
    Thanks for your time.

    What I did to get my network running again (although I still haven't found out why DHCP has stopped working):
    1. Open the Control Panel of the computer that's trying to connect to the network (not the computer sharing the internet connection)
    2. Go to 'Network' panel, and select the AirPort connection
    3. Under the 'TCP/IP' tab, change 'Configure IPv4' pull-down menu from 'Using DHCP' to 'Manually'.
    4. Enter an IP address between 10.0.2.2 and 10.0.2.256 (I randomly chose 10.0.2.40), a Subnet Mask of 255.255.255.0, and enter 10.0.2.1 in the Router box.
    5. Click "Apply now"
    The computer should now be connected to the network, and able to access the internet. If not, you may need to manually enter a DNS server - put '4.2.2.1' (or an IP for a DNS server provided by your ISP) into the 'DNS Servers' box.
    You need to do that process for each computer you're trying to connect to the shared network, making sure you enter a different IP Address for each.

  • Name in Shared Network

    I have several Apple computers all connected through a network including some pc. I tried to change the "Computer Name" from System Pref->Sharing but all the other computers including Apple ones, kept the previous name. I restarted the "Sharing Service" but nothing changed.
    it keeps the old names even if I reboot the computers. That creates a misunderstanding named network while both names work.
    Should I try anything else ? There is also a Active Directory Domain but this doesn't play any role to the problem I have.
    Thank you.

    Did you change in both places in Sharing...
    http://docs.info.apple.com/article.html?path=Mac/10.4/en/mh632.html
    ie., the EWdit Button as well?

  • My setting have changed: location in navigation toolbar does not work; there is no firefox safe mode in folder

    Something has changed in my settings. If I have the navigation toolbar, my page extends all the way across the screen and I can not see the right hand part. There is nothing in location and I can not enter anything in it. I just get a message that page does no exist when I try. I can not start firefox in the safe mode as it does not exist in my folder. and there is no folder containing my localstore.rdf.

    Hi Peter,
    I'm using IE8 to view the help as this is our target but I've also tested with Firefox 3.6.8. The behaviour remains the same in all cases.
    In addition I have tested the same System Administrator help module:
    while resident on my C:\
    while resident on a shared networked drive (inside and outside of my network domain); and
    while hosted on a SharePoint server.
    I spotted this problem while testing our upgrade from RH7 to RH9 but I've since tested earlier versions of the deliverables and found that the problem was there when we were using RH7; we simply missed it .
    Here is the help prior to clicking on the hyperlinked text to the unreferenced-topic:
    Here is the target topic with the navigation pane collapsed and clicking the index button to demonstrate that nothing happens:
    On clicking "Home" in the breadcrumb trail (top right of prev. topic), the topic is displayed but the helpset does not refresh nor is there a "Show" link to open the pane, as one gets when directly opening the Home page by double-clicking:
    Any help appreciated.
    Regards,
    Charles

  • Creating a folder alias on a shared network drive

    Hi,
    I have a folder that is housed on my computer that I would like an alias of on my company's shared network drive. I will have access to the shared network drive from my home computer either through Citrix or a VPN, so I would like the alias on that drive so that it will reflect any changes I make to the files within either from my work or from my home computer. My question therefore is, how do I create an alias of a folder on a shared network drive? I tried creating an alias on my local drive and then dragging it to the shared network drive, but that just copied the folder and removed the alias.
    Any help would be greatly appreciated!

    Nevermind. I must have copied over the original folder the first time instead of the alias, as a simple drag and drop of an alias folder just worked fine for me.

  • How can I fire an event case on the value change of an indicator, or a network variable?

    Hi!  I have an event structure setup to look for a value change of an indicator on the front panel.  The indicator is updated by the value of a boolean network-published shared variable through a seperate parallel loop that is polling all of the network-published shared variables.  The event, however, does not fire when the indicator changes value.  I have switched the indicator to a control and tested it with user interaction and that works just fine.
    I want to use the event structure space for my code exectution because it seems logical that that is where it would go, and it will help keep my block diagram tity.  The code is also something I would like executed with the front pannel temperarily disabled.  I would rather not have the code in my network-variable polling loop because again the tity issue.   I would also rather not use a notification VI wired to an independent loop for this particular code.
    Is there a way to have an event structure fire an event with the value change of an indicator, or a network variable directly?
    Thanks for your input.
    LV 8.5
    -Nic

    Thanks for the reply.
    I went about things a little differently, but got them to work so..... .  It really was not my desire to have a boolean indicator on the front panel.  As previously stated, my ultimate goal was to have an event fire on the change of a network variable, which I had to poll for anyway but that is tucked away in a section where I am handling all my network variables.  I ended up using that Create User Event, Register User Event, and Generate User Event SubVIs to handle the task.
    I've read the help for all of those SubVI's and it is not entirely clear to me if the event fires every time the "Generate User Event" receives some inputs, or if it only fires when the value changes.  I could do a test to find out.  It wouldn't be too difficult to add a shift register or a feedback node and place the Generate User Event in a case structure so that it is only fired when the input changes state.

  • How to download a CSV file to a shared network folder ?

    Hi Experts,
    I have created a report which exports a CSV file on application server using scheduled background job. I have used the OPEN DATASET feature to download the file on a location on the application server which is working fine.
    But my requirement is that I have to download this file to a shared folder which is situated on another location and is shared in my application server as 'N' drive. But when I give the path of this N drive in my report, its giving runtime error that the <filename> is not open.
    So pls help me how to give path to such shared network folder to download the file?
    Thanks,
    Vishal .

    Hi Guys,
    I tried alot but it didnt work.
    SO I decided to export the file on the application server only.
    I created a background job that runs periodically and exports the file to C drive of the application server.
    The job run sucessfully only the first time but gets cancelled after that.
    I ran the job for an hour but not a single time it finished successfully. Every time it was cancel with dump error shown below.
    +++++++++++++++++++++++++++++++++++++++++++
    Category               ABAP Programming Error
    Runtime Errors         DATASET_NOT_OPEN
    Except.                CX_SY_FILE_OPEN_MODE
    ABAP Program           ZBATCHSTOCK
    Application Component  Not Assigned
    Date and Time          01.08.2014 18:52:13
    Short text
         File "C:\GOOGLE_SAP\BATCH_DETAILS.CSV" is not open.
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "ZBATCHSTOCK" had to be terminated because it has
         come across a statement that unfortunately cannot be executed.
    What can you do?
         Note down which actions and inputs caused the error.
         To process the problem further, contact you SAP system
         administrator.
         Using Transaction ST22 for ABAP Dump Analysis, you can look
         at and manage termination messages, and you can also
         keep them for a long time.
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++
    And the same background job runs properly on development server without any cancelled job.
    So pls help me what should be the problem ??
    Thanks,
    Vishal

  • How can I display an image from a shared-network folder?

    Hi
    Does anyone know how I can display images from within APEX that are found outside the database? What configuration have I missed?
    Within Windows-Internet-Explore I can access the following image using the below URLs, BUT I cannot access it from within APEX?
    What do I need to do so APEX can display theses images from our internal shared network folder?
    both these URLs work within Firefox (but on APEX):
    \\Saremote\UPDOWNFILES_DIR\polk_insight.gif
    file://///Saremote/UPDOWNFILES_DIR/polk_insight.GIF
    So within APEX I have created a "display as Text' Item that works with this "amazon image" syntax:
    {lessthan} IMG SRC= {doublequot} http://g-images.amazon.com/images/G/01/associates/navbar2000/logo-no-border(1).gif {doublequot} {greaterthan}
    BUT sadly not with my image:
    {lessthan} IMG SRC= {doublequot} file://///Saremote/UPDOWNFILES_DIR/polk_insight.GIF {doublequot} {greaterthan}
    Any ideas would be appreciated.
    Thanks
    Steve
    Edited by: [email protected] on Sep 12, 2008 8:30 AM
    Edited by: [email protected] on Sep 12, 2008 8:31 AM
    Edited by: [email protected] on Sep 12, 2008 8:32 AM
    Edited by: [email protected] on Sep 12, 2008 8:33 AM

    If you have a local html file, or open an image locally from the menu, then yes, it works, but with web pages that are served from a remote location (web server), security kicks in and prevents the web page from accessing local files (and files on a networked drive).
    you will either have to put the image on the web server and access it through http, or you can load it into the database/workspace images and access it that way.

  • Everything works fine, my wifi connection but suddenly  in upper left corner sign "no service"appeared.  But connection works to Internet, anyway. (I changed location recently from USA to Europe.

    Corner sign  No service appeared. What that's mean?   I am connected , recently changed locations.

    Do you have a 3G/4g iPad?
    I believe the no service warning is the iPad telling you you are not connected to a cell network.
    Turn off mobile data.

  • When trying to open a pdf from a shared network folder I get an error

    hello,
    When trying to open a pdf from a shared network folder I get the error: 'there was an error opening this document the document cannot be found'. The share is on a Windows 7 machine and sharing to a OS X 10.7 Machine. Permisson has been given on the share for 'Everyone' read and Write, and is mapped to the 10.7 machine through the 'Connect to Server' in finder with login credentials.
    Can you help please?
    Kind regards,
    Chris

    This is in Internet Explorer 6 (yes, horrible, I know), but we use a standardized image where I work, with pretty intense GPO's.
    Don't know what happens if you right-click the link; but from any other machine (with the same image) the same link will open with all three options "Open", "Save", and "Cancel".  These are not freshly imaged machines, so some setting must of been changed along the way to make this happen on this user's computer.
    Repaired Acrobat, but this resolved nothing.
    Also checked in IE to make sure that Adobe was enabled under the Programs tab.
    Also, the option to view a pdf within the browser is not turned on.
    Any other ideas?

Maybe you are looking for