Solaris 10 x86 b72 "Cannot find boot.bin" booting from SCSI.

Hello,
After several gyrations of installation attempts and dealing with early BIOS PnP issues, I've finally managed to get Solaris 10 x86 installed on an old dual P2 333Mhz system. So far the system is running flawlessly, but I'm still not able to boot directly off the SCSI disk. The primary boot handler is erroring out that it cannot find boot.bin.
I can boot fine off of the IDE CD drive and the floppy (currently pointed to autoboot into the SCSI disk as a workaround). But when I try to boot directly off the SCSI drive, I get the error from the Solaris boot manager that it "Cannot find boot.bin".
I have booted off the CD & Floppy and compared the /boot files from both the CD & floppy, but I cannot find any difference that would prevent the primary boot loader from finding boot.bin. I've even compared files to make sure they were not corrupt, and even force re-installed the boot handlers, and manually partioning, always with the same results. I've also tried both enabling and disabling the DOS >1G translation of the Adaptec SCSI BIOS with no change. I can't find any reason that the boot loader is not seeing boot.bin, or that the file is corrupt in any way (even after several wipe and install attempts).
My System is:
Supermicro P6DLS dual Pentium II 333MHz & 512MB RAM, w/ Adaptec 7880 SCSI-UW and IDE (whopping UltraDMA 33) interfaces.
CD/DVD reader is configured as the secondary master (moved from primary master in an attempt to fix boot problem)
HD is a 16GB UW SCSI disk.
(Other particulars ommited unless someone feels they are relevant to the boot process).
The system came to me with Windows 2000 installed and functioning. I also had Fedora Core 3 installed, both with no boot problems of the SCSI disk. (Although FC3 would not see the second processor even with the canned SMP kernel).
This system is intended to replace a Fedora Core 3 system to be a multi-purpose firewall gateway & proxy server and I'm really liking the performance I'm seeing with Solaris 10 on this system but would like it to be able to go through a normal boot process and not have to depend on a floppy as a boot device to get started.
Anyone have any ideas why the Solaris x86 boot loaders think that they cannot find boot.bin when the full /boot partion is intact?
TIA,
-Troy

I'm getting the same problem trying to install
Solaris 10 in VMware from DVD.
It brings up the Solaris Primary Boot Subsystem, so
it appears to be reading fine, but the only thing
that happens is I get the Cannot find boot.bin
error.Hmm, the "Cannot find boot.bin." message comes from the
CD/DVD's boot code, which is contained in the first 16 sectors
of the media.
The boot.bin file is supposed to be read from the Solaris UFS
slice, which starts at 512 byte block #5151360 (or 2048 byte
dvd sector #1287840). This a byte offset of ~2.6 GBytes.
Maybe an issue with your system's bios not being able to read
DVD media > 2GB, during DVD boot?
Or a problem with burning the DVD media? Maybe some
"smart" PC DVD burning software has decided only to record
the 2.6 GB ISO filesystem, and the 100 MB Solaris UFS
filesystem that follows the ISO filesystem is missing on the DVD?
Or a 2GB filesize issue while burning the DVD?
Do you have a pc / windows utility that can print some information
about the S10 DVD media, especially the size of that DVD?
Maybe your CD/DVD recording software?
The original S10 GA x86 DVD image has a size of 2732195840
bytes, or 1334080 2K DVD blocks.

Similar Messages

  • Cannot find picture when transferring from Aperture to PSE 11

    Cannot find picture when transferring from Aperture to PSE 11
    I have an older version of PSE and when I transferred a picture from Aperture to PSE9 it would open PSE9 and show the picture.
    I set the Preps in Aperture for PSE 11 and the PSE 11 opens but no picture in the box or photo bin or in the top left "open".
    I changed the Aperture setting to the PSE Organizer and the same thing happened Organizer open BUT there was no picture to be found.
    In Aperture it shows the file being transferred.
    I looked in the PSE 11 preps and file but could not find anything.
    The fact that it opens the PSE 11 app tells me it is being recognized but the picture (file) is going somewhere else.
    Thanks
    Greg

    Hi Greg
      Make sure you are linking to the application in Support Files and not to an alias.

  • [SOLVED] Installing on ZFS root: "ZFS: cannot find bootfs" on boot.

    I have been experimenting with ZFS filesystems on external HDDs for some time now to get more comfortable with using ZFS in the hopes of one day reinstalling my system on a ZFS root.
    Today, I tried installing a system on an USB external HDD, as my first attempt to install on ZFS (I wanted to try in a safe, disposable environment before I try this on my main system).
    My partition configuration (from gdisk):
    Command (? for help): p
    Disk /dev/sdb: 3907024896 sectors, 1.8 TiB
    Logical sector size: 512 bytes
    Disk identifier (GUID): 2FAE5B61-CCEF-4E1E-A81F-97C8406A07BB
    Partition table holds up to 128 entries
    First usable sector is 34, last usable sector is 3907024862
    Partitions will be aligned on 8-sector boundaries
    Total free space is 0 sectors (0 bytes)
    Number Start (sector) End (sector) Size Code Name
    1 34 2047 1007.0 KiB EF02 BIOS boot partition
    2 2048 264191 128.0 MiB 8300 Linux filesystem
    3 264192 3902828543 1.8 TiB BF00 Solaris root
    4 3902828544 3907024862 2.0 GiB 8300 Linux filesystem
    Partition #1 is for grub, obviously. Partition #2 is an ext2 partition that I mount on /boot in the new system. Partition #3 is where I make my ZFS pool.
    Partition #4 is an ext4 filesystem containing another minimal Arch system for recovery and setup purposes. GRUB is installed on the other system on partition #4, not in the new ZFS system.
    I let grub-mkconfig generate a config file from the system on partition #4 to boot that. Then, I manually edited the generated grub.cfg file to add this menu entry for my ZFS system:
    menuentry 'ZFS BOOT' --class arch --class gnu-linux --class gnu --class os {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_gpt
    insmod ext2
    set root='hd0,gpt2'
    echo 'Loading Linux core repo kernel ...'
    linux /vmlinuz-linux zfs=bootfs zfs_force=1 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux.img
    My ZFS configuration:
    # zpool list
    NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT
    External2TB 1.81T 6.06G 1.81T 0% 1.00x ONLINE -
    # zpool status :(
    pool: External2TB
    state: ONLINE
    scan: none requested
    config:
    NAME STATE READ WRITE CKSUM
    External2TB ONLINE 0 0 0
    usb-WD_Elements_1048_575836314135334C32383131-0:0-part3 ONLINE 0 0 0
    errors: No known data errors
    # zpool get bootfs
    NAME PROPERTY VALUE SOURCE
    External2TB bootfs External2TB/ArchSystemMain local
    # zfs list
    NAME USED AVAIL REFER MOUNTPOINT
    External2TB 14.6G 1.77T 30K none
    External2TB/ArchSystemMain 293M 1.77T 293M /
    External2TB/PacmanCache 5.77G 1.77T 5.77G /var/cache/pacman/pkg
    External2TB/Swap 8.50G 1.78T 20K -
    The reason for the above configuration is that after I get this system to work, I want to install a second system in the same zpool on a different dataset, and have them share a pacman cache.
    GRUB "boots" successfully, in that it loads the kernel and the initramfs as expected from the 2nd GPT partition. The problem is that the kernel does not load the ZFS:
    ERROR: device '' not found. Skipping fsck.
    ZFS: Cannot find bootfs.
    ERROR: Failed to mount the real root device.
    Bailing out, you are on your own. Good luck.
    and I am left in busybox in the initramfs.
    What am I doing wrong?
    Also, here is my /etc/fstab in the new system:
    # External2TB/ArchSystemMain
    #External2TB/ArchSystemMain / zfs rw,relatime,xattr 0 0
    # External2TB/PacmanCache
    #External2TB/PacmanCache /var/cache/pacman/pkg zfs rw,relatime,xattr 0 0
    UUID=8b7639e2-c858-4ff6-b1d4-7db9a393578f /boot ext4 rw,relatime 0 2
    UUID=7a37363e-9adf-4b4c-adfc-621402456c55 none swap defaults 0 0
    I also tried to boot using "zfs=External2TB/ArchSystemMain" in the kernel options, since that was the more logical way to approach my intention of having multiple systems on different datasets. It would allow me to simply create separate grub menu entries for each, with different boot datasets in the kernel parameters. I also tried setting the mount points to "legacy" and uncommenting the zfs entries in my fstab above. That didn't work either and produced the same results, and that was why I decided to try to use "bootfs" (and maybe have a script for switching between the systems by changing the ZFS bootfs and mountpoints before reboot, reusing the same grub menuentry).
    Thanks in advance for any help.
    Last edited by tajjada (2013-12-30 20:03:09)

    Sounds like a zpool.cache issue. I'm guessing your zpool.cache inside your arch-chroot is not up to date. So on boot the ZFS hook cannot find the bootfs. At least, that's what I assume the issue is, because of this line:
    ERROR: device '' not found. Skipping fsck.
    If your zpool.cache was populated, it would spit out something other than an empty string.
    Some assumptions:
    - You're using the ZFS packages provided by demizer (repository or AUR).
    - You're using the Arch Live ISO or some version of it.
    On cursory glance your configuration looks good. But verify anyway. Here are the steps you should follow to make sure your zpool.cache is correct and up to date:
    Outside arch-chroot:
    - Import pools (not using '-R') and verify the mountpoints.
    - Make a copy of the /etc/zfs/zpool.cache before you export any pools. Again, make a copy of the /etc/zfs/zpool.cache before you export any pools. The reason for this is once you export a pool the /etc/zfs/zpool.cache gets updated and removes any reference to the exported pool. This is likely the cause of your issue, as you would have an empty zpool.cache.
    - Import the pool containing your root filesystem using the '-R' flag, and mount /boot within.
    - Make sure to copy your updated zpool.cache to your arch-chroot environment.
    Inside arch-chroot:
    - Make sure your bootloader is configured properly (i.e. read 'mkinitcpio -H zfs').
    - Use the 'udev' hook and not the 'systemd' one in your mkinitcpio.conf. The zfs-utils package does not have a ported hook (as of 0.6.2_3.12.6-1).
    - Update your initramfs.
    Outside arch-chroot:
    - Unmount filesystems.
    - Export pools.
    - Reboot.
    Inside new system:
    - Make sure to update the hostid then rebuild your initramfs. Then you can drop the 'zfs_force=1'.
    Good luck. I enjoy root on ZFS myself. However, I wouldn't recommend swap on ZFS. Despite what the ZoL tracker says, I still ran into deadlocks on occasion (as of a month ago). However, I cannot say definitely the cause of the issue; but it resolved when I moved swap off ZFS to a dedicated partition.
    Last edited by NVS (2013-12-29 14:56:44)

  • Cannot find data to erase from harddrive

    I have reformatted the hard drive, installed the necessary programs, but cannot eliminate the data.
    In fact,  I CANNOT FIND IT.
    "My computer" shows the hard drive ()x200) as having 22.6 gb available out of 320 gb. But whan i open up folders to find what is there, nothing appears except "Folder is Empty".
    Of course, the computer is slow as molasses and I need to clean it out.
    I have backed up the datea to a
    SATA drive so I no longer need it.
    Anyonw have any ideas? 
    Thankis
    RAM

    Let me guess, you use window to format the driver?
    You may want to take a look at clicking on the window icon, right click on computer>-manage->Disk management and see if there are any partitions that are unformatted.
    Alternatively, you may want to download a free and great tools called partition wizard. zap the whole harddisk and see if the empty spaces comes back.

  • Cannot find 'HTTP... from Windows Live Mail

    Using both FireFox 8.0, then 9.0 as my default browser, I get the error "Windows cannot find 'http:...." when I click on a link in an email in Windows Live Mail. The error note remains, but after a few seconds, FireFox opens the desired link page.
    This doesn't happen when I set IE7 as the default browser. It simply works without the error note.

    What password do you use to log onto MyBT. The old one or the new one?
    https://home.bt.com/login/loginform?TYPE=33554433&REALMOID=06-f1aca0f0-9277-1028-a2aa-843bdb4e0000&G...
    If it is your old password there appears to be a glitch when changing email passwords, it is not changing the password in MyBT so it causes a problem when logging on via an email client.
    If you change the password of MyBT it does change the email password as well.
    (I may have gotten this the wrong way round because I haven't tried it. ie changing MyBT does not change email password and changing email password does change MyBT password.)

  • Cannot find networks after wake from sleep

    I cannot find anyone else posting with this exact issue. Ever since the 10.5.8 update, my 13" MB Pro will not see any of the 10 wireless networks around my place. If I turn the Airport connection off and on again, it seems them and immediately connects to my network as well. Yes, I've zapped the PRAM.
    Anyone have any experience with this exact issue?

    I'm having, I think, the exact same issue. Since installing Snow Leopard, my internet connection is fine while the computer is awake. However, every time I return from shutdown/sleep or restart, I get the message stating "Your chosen network is not available, please choose another" (or whatever the actual wording is). So I click on the network icon and sure enough, my network is in the list, but I have to click and type my password every time. I've been looking into forums and suggested fixes; so far, to no avail.

  • Timemachine and mountain lion cannot find harddrive to boot to

    So i booted my macbook pro this morning and it came up with the question mark sign. so i restart in recovery mode with command r. tried to repair the drive and it only came up with verify so then i tried to backup from time machine and it found the external harddrive no problem but then the next step is to select the drive to boot to and it just kept searching indefinatly and the same happened when i tried to reinstall yosemite it could not find the drive to boot to.

    It is not clear to me what the result was in Internet recovery with the Verify process.  Did you run Repair?
    Ciao.

  • [Solved] System cannot find inittab at boot

    I just installed a fresh, brand-new Arch 64-bit install on an older PC, but on reboot, Arch can't find the "inittab" file.
    Specifically, I get this error:
    INIT: no inittab file found
    Enter runlevel:
    And whether I enter init 0, 1, 3, 5, 6, or whatever, it always replys:
    INIT: Entering runlevel x
    INIT: No processes left in this runlevel
    In my Ubuntu 9.04 CD, I can clearly see that "inittab" exists in /etc and I can open it and read it.  So why can't Arch find it?  I didn't have this problem on my previous installation.
    Since I don't know what info you guys need in order to aid me, I'll simply note a few things:
    #1) My filesystem
    sda5        /               ext4               10.0 GiB
    sda6        /boot         ext2                1.0 GiB
    sda7        /etc           ext4                1.0 GiB
    sda8        /home       ext4             130.0 GiB
    sda9        /tmp          ext4              10.0 GiB
    sda10      /usr           ext4              20.0 GiB
    sda11      /var          ext4              10.0 GiB
    sda12      swap      linux-swap          4.7 GiB
    #2) Hardware
    Gateway GE614 desktop tower
    MSI-6741 motherboard
    AMD Athlon64 Processor 3400+ (single-core @ 2.3 GHz)
    2 GiB DDR ram
    Sapphire ATi RadeonHD 3650
    #3) GRUB
    Grub's root is defined as "hda (0,5)" which I believe is referring to sda6, or /boot
    Last edited by Darkfire Fox (2009-10-21 21:10:56)

    D'oh!
    I see my error now.  I'll have to modify my filesystem.  But still, why does the Arch installer allow you to select /etc as a mount point if it will cause so much trouble?  /usr and /var had to be specified under "custom mount point", but /etc was actually selectable from the list. Oh well, I'll just avoid it from now on.
    Solved.
    Last edited by Darkfire Fox (2009-10-21 21:10:22)

  • [Luks dm-crypt] device mapper cannot find root at boot.

    I'm using the current netinstall cd which seems to have support for creating dm-crypt partitions from within the installer.
    I used cfdisk to create 3 partitions:
    100mb boot
    4096mb swap
    100000mb for root
    Then I manually configured the block devices using the UUID option
    sda1 raw_fs -> Boot with ext2
    sda2 raw_fs -> Swap
    sda3 raw_fs -> dm-crypt named root
    device_mapper/root -> / with JFS
    I entered my passwords and it continued through the rest of the installation without issue.
    I made sure the my mkinitcpio hooks were present:  udev autodetect pata sata scsi usb usbinput keymap encrypt filesystem
    Then once I booted, I waited 10 seconds for "sda3 to settle" then waited another 10 seconds for "device_mapper/root to settle" and then I guess gave up and pushed me to the ramfs shell.
    What did I do wrong and how can I not do that again?

    I use uuid, too. You just need the correct data. That's why I suggested to run fsarchiver probe simple command, I'm sure it will give you the correct uuid. Unfortunately I have no idea where did blkid get that false(?) uuid in my case from.
    And make sure that you use the correct syntax: /dev/disk/by-uuid/.....

  • Solaris Install (Sparc) cannot find disk

    When I do a 'boot cdrom' from the OK prompt, it goes through installation, but stops about 50% in saying 'no disk detected, check connection, etc..'
    There is a disk, and the installed hard drive was formatted using a command string in linux by the vendor, but the Solaris install doesn't see it.
    Any ideas?

    jkcwong, is that the message:
    <pre>
    SunOS Secondary Boot version 3.00
    prom_panic: Could not mount filesystem
    Entering boot debugger:
    [12ff05]:
    </pre>
    you get when you boot from the DCA floppy? According to some sun
    engineer that's a
    solaris bug (bug
    4344312), and the upcomming patches
    108822-02 / 110930-01 are expected to fix this problem.
    Since the problem is ACPI related, perhaps your bios has an option to
    disable ACPI support?

  • Cannot find how to export from Pages to ePub

    I have Pages '09, and looked on Apple's tutorials for how to export as an ePub file... It says just click share, export, ePub, but I do not have an ePub option. My only options are PDF, Word, RTF, and Plain Text. Am I missing something very obvious?

    It's interesting that 'they' have decided to NOT let folks on 10.4 produce an ePub (from Pages). I understand that I cannot 'do' the whole ePub consumer side on this machine but I was hoping to get a bit of a headstart while on the road. (The mini at home base is running 10.6 and is my ePub production environment. That version of iWork9 does have the later Pages, which is why I was surprised when I could not find the same UI on my 'travel' machine.)
    As to why I don't upgrade the G4? I need one machine that can run Classic. So it will live at 10.4.11 for the rest of its life.
    I have my fingers crossed that today's announcement will include a suitable Macbook Air update ... one that is not too wide and/or too high. (The 13" 'books have been too large a footprint to replace my trusty 12" so I've been holding out...)

  • This is a hint to anyone who cannot find their airprint printer from their ipad:  after 10 hours of trying everything imaginable, i can now print directly from my iPad by turning off the bluetooth in settings and waiting for 30 seconds.  presto!

    after spending a full day and a half trying everything imaginable, i finally found a way to get my ipad to find my new airprint capable  printer.  I could print from email or the cloud, but not directly from my ipad.  After reading a discussion about bluetooth printers, i turned off bluetooth in settings, waited 30 seconds, and voila!!  I was able to print directly from my ipad.  Try it if you are having troubles

    Greetings,
    I've never seen this issue, and I handle many iPads, of all versions. WiFi issues are generally local to the WiFi router - they are not all of the same quality, range, immunity to interference, etc. You have distance, building construction, and the biggie - interference.
    At home, I use Apple routers, and have no issues with any of my WiFi enabled devices, computers, mobile devices, etc - even the lowly PeeCees. I have locations where I have Juniper Networks, as well as Aruba, and a few Netgears - all of them work as they should.
    The cheaper routers, Linksys, D-Link, Seimens home units, and many other no name devices have caused issues of various kinds, and even connectivity.
    I have no idea what Starbucks uses, but I always have a good connection, and I go there nearly every morning and get some work done, as well as play.
    You could try changing channels, 2.4 to 5 Gigs, changing locations of the router. I have had to do all of these at one time or another over the many years that I have been a Network Engineer.
    Good Luck - Cheers,
    M.

  • Cannot find deployed Remote Bean from external client

    I have a very simple Stateless Session bean running in the SAS PE 9, which from what I can see has been successfully deployed. The application is listed as enabled in the Admin Console. Likewise, when I look at the JNDI tree, I can see the following entries at the top:
    com.intecbilling.svConnectorHarness.TestRunnerRemote
    This is the name of the Remote Interface, that I have defined for the ejb TestRunnerBean. It does very little:
    package com.intecbilling.svConnectorHarness;
    import javax.ejb.Stateless;
    @Stateless
    public class TestRunnerBean implements TestRunnerRemote, TestRunnerLocal {
        public void runTest() {
            System.out.println("Running test!");
    }and the Remote Interface is
    package com.intecbilling.svConnectorHarness;
    import java.rmi.RemoteException;
    import javax.ejb.Remote;
    @Remote
    public interface TestRunnerRemote {
        void runTest() throws RemoteException;
    }Now, I'm trying to call this runTest() method from an external client. The client code looks like
        public void connectUsingJNDI(String paramName) throws NamingException {
            Properties env = new Properties();
            env.put("java.naming.factory.initial", initialFactory);
            env.put("java.naming.provider.url", providerUrl);
            String myJndi = jndiName;
            if (paramName != null) {
                myJndi = paramName;
            Context ctx = new InitialContext(env);
            System.out.println("looking for " + myJndi);
            Object returnedObject = ctx.lookup(myJndi);
            System.out.println("returnedObject=" + returnedObject);
        }I am using:
    - com.sun.jndi.cosnaming.CNCtxFactory as the initial factory
    - iiop://<machineName>:3700 as the url. I'm using 3700 because that is the port against which my appServer's orb-listener-1 is using
    I've tried to look for the JNDI name of
    com.intecbilling.svConnectoryHarness.TestRunnerRemote
    because that is what is displayed in the JNDI View. When I do this, I get the following error:
    /svjca-src> runMe.sh com.intecbilling.svConnectorHarness.TestRunnerRemote
    looking for com.intecbilling.svConnectorHarness.TestRunnerRemote
    javax.naming.NameNotFoundException [Root exception is org.omg.CosNaming.NamingContextPackage.NotFound: IDL:omg.org/CosNaming/NamingContext/NotFound:1.0]
         at com.sun.jndi.cosnaming.ExceptionMapper.mapException(ExceptionMapper.java:44)
         at com.sun.jndi.cosnaming.CNCtx.callResolve(CNCtx.java:484)
         at com.sun.jndi.cosnaming.CNCtx.lookup(CNCtx.java:523)
         at com.sun.jndi.cosnaming.CNCtx.lookup(CNCtx.java:501)
         at javax.naming.InitialContext.lookup(InitialContext.java:392)
         at com.intecbilling.svConnectorHarness.TestRunnerClient.connectUsingJNDI(TestRunnerClient.java:42)
         at com.intecbilling.svConnectorHarness.TestRunnerClient.main(TestRunnerClient.java:57)
    Caused by: org.omg.CosNaming.NamingContextPackage.NotFound: IDL:omg.org/CosNaming/NamingContext/NotFound:1.0
         at org.omg.CosNaming.NamingContextPackage.NotFoundHelper.read(NotFoundHelper.java:72)
         at org.omg.CosNaming._NamingContextExtStub.resolve(_NamingContextExtStub.java:406)
         at com.sun.jndi.cosnaming.CNCtx.callResolve(CNCtx.java:470)
         ... 5 more
    Now, no matter what I do, I get this. Running with the AS jars in the classpath or not. Running with the following system variables
    -Dorg.omg.CORBA.ORBClass=com.sun.corba.ee.impl.orb.ORBImpl -Dorg.omg.CORBA.ORBSingletonClass=com.sun.corba.ee.impl.orb.ORBSingleton -Djavax.rmi.CORBA.UtilClass=com.sun.corba.ee.impl.javax.rmi.CORBA.Util
    Also provide me no joy. I've also tried using the JNDI format with the corbaname embedded in it (looks like corbaname:iiop:machinename:3700#com.intecbilling.svConnectorHarness.TestRunnerRemote) and I get the exact same exception.
    From what I'm seeing, I'm finding the remote NamingContext, but it doesn't like the JNDI name. I've tried fully-qualified names (as it is displayed in the JNDI tree) and unqualified names with the exact same results. From all of the posts I've read, I've tried all the various combinations that I can see to no avail. Is there a security issue going on here? I haven't enabled any security at all. I'm running out of ideas, and if I can't get any joy, I'll probably have to use a different app server to play with.
    Thanks for any help,
    Ed

    Hi Ed,
    We have an EJB FAQ entry that describes how to access Remote EJBs from a stand-alone (non Java EE) client. In a nutshell, put appserv-rt.jar in your classpath and instantiate the 0-arg InitialContext constructor. You can find more details here :
    https://glassfish.dev.java.net/javaee5/ejb/EJB_FAQ.html

  • Error message - cannot find where its coming from

    Hi Guys,
    I have a default error message setup, and I need to get rid
    of it for debugging purposes.
    Problem is, I cannot remember where the template is coming
    from.
    Theres nothing setup in application.cfm. Is there anywhere in
    cfadmin where it might be set?
    I'm using CF 7
    Thankyou

    Mattastic wrote:
    > Hi Guys,
    >
    > I have a default error message setup, and I need to get
    rid of it for
    > debugging purposes.
    >
    > Problem is, I cannot remember where the template is
    coming from.
    >
    > Theres nothing setup in application.cfm. Is there
    anywhere in cfadmin where it
    > might be set?
    >
    > I'm using CF 7
    >
    > Thankyou
    "Site Wide Exception" handler configured in the Administrator
    most likely.
    <cferror...> tags potentially embedded in your CFML
    files.

  • IMac cannot find library after moving from external hard drive?

    After transferring my library from an external hard drive to my new imac the library cannot be found by itunes, although i can see the content in the folder  I selected in advanced preferences and the content appears to br there

    In Preferences set the loaction of the library that should do the trick.
    I have about 1TB of content on an external drive and it works sweetly ( drive needs to be turned on before launching iTunes ).

Maybe you are looking for

  • Display different level for same hierarchy value in BO 4.0

    Hi Expert, I have one question for Webi for BO 4.0 We have one hierarchy in BW side and we hope to display differet level in same report for different column For example, column A is for level 6. column B is for level 7. Do you know how to releaze th

  • Production Order Confirmation Error  in "BAPI_PRODORDCONF_CREATE_TT"

    Dear all,             Recently i've faced some problem regarding "BAPI_PRODORDCONF_CREATE_TT". whenever it'll create the production Order the system show me an error 'Two operation times are not in ascending order'. What's that it mean? i've only 1 o

  • Crystal Report menu-item not visible on SAP menu of client

    SAP 2007A SP:00 PL:38 Crystal Report 2008 (on start menu) Crystal Report 2.0.0.6 1. Installed CR 2008 on server and it runs fine both from Start menu and from within SAP menu. SAP also shows Crystal Reports menu item and Crystal Admin. 2. Installed C

  • Missing Features in BT Cloud

    The thread is intended to keep together a list of BT Cloud features that people would like but that are not present.  It is sometimes difficult to keep buts and missing features apart; if posting please try to keep to the 'missing features' subject.

  • Need help Reporting a post

    Hi. I'd also like to get some assistance in reporting a message and ultimately having it removed. The user has intentionally posted a potential hack for a piece of software and is encouraging other users to steal. If someone with some points could re