Php form problem and question

I am a new web designer who is not code savey yet. Anyway
during the various sites i have designed i have used 3 different
forms that process and email it to me using a seperate php form, 1
in flash, 2 from a standard html form on a windows server. All have
been uploaded, to the site, tested and worked fine. 2 are in old
sites, one in my current site. Recently all 3 forms stopped working
and while they looked like they worked fine they no longer actually
sent anything. I had a big email arguement with my host and finally
they added this line into my php script "ini_set
("sendmail_from","[email protected]");" email address is example here
and they added another form to my site called "php4-cgi-fcgi.ini."
Then my curent form started working again. I haven't changed
anything, and of course the host never informed me of any changes.
So why did this need to be added for my form to work again? Does
this mean they upgraded to another version or something? Ihad a big
arguement with them because they refused to tell me what they did
that stopped all my forms from working, they kept acting like it
was me or my provider that caused the problem, when i am positive
we were not the problem. Any thoughts?

doing a google on "ini_set ("sendmail_from" gives a lot of
info.
summary- the form script you are using is probably not
setting a default
"FROM" email address, so the host has phpmail() reject it as
possible spam
abuse.
The .ini files the host added to your site correct the
problem. They change
values for php to use within your hosting domain.
What php script are you using to send the emails? It is
probably out of date
if it doesn't address this issue.
Off Topic: suggest never arguing with hosting support. Even
it the person at
the other end of the phone is an 18 year old drone not
earning their salt.
Move the site if needed. Develop social engineering skills to
get things
done.
Alan
Adobe Community Expert, dreamweaver
http://www.adobe.com/communities/experts/

Similar Messages

  • Some problems and questions using OWB

    For Igor or anyone who can help me :-)
    Hello Igor,
    Thanks for all your help concerning my mapping deployment problem! Now it’s working better ;-)
    I used the OWB Runtime Assistant to create a new runtime target schema and i use the owner of this schema as user while logging to OWB.
    Now i can create and deploy without problems mappings, tables, functions, procedures, packages, dimensions, views, materialized views, process flows (i have installed the Oracle Workflow Client 2.6.2.0.0 with OWF builder and OWF mailer ).
    However I have still some problems and questions :-)
    a) After deploying a mapping or process flow i can execute them from OWB Deployment Manager. How can i schedule the execution of a deployed precess without using OWBDM ? (I want to execute a process every day to perform ETL).
    b) I think i have a problem deploying cubes. I create a cube in OWB, the validation is OK, the deploment succeds, but if i look with OEMC in the tree in the Warehouse OLAP section no cube is created. Only the fact tabe is created. If i look to the scripts from the Pre Deployment generation results i found DDLs only for TABLE, INDEX, UNIQUE KEY, FOREIGN KEY and ANALYZE object types, meanwhile during a dimension deployment i found also a DDL for the DIMENSION type object. WHY ?
    c) If I look in the procedures of the new created OWB Runtime Target Schema I found 3 procedures which are in error and when I try to compile them I receive the following error messages :
    - procedure WB_OLAP_LOAD_CUBE
    PLS-00201: identifier 'DBMS_AWM.CREATE_AWCUBELOAD_SPEC' must be declared
    - procedure WB_OLAP_LOAD_DIMENSION
    PLS-00201: identifier 'DBMS_AWM.CREATE_AWDIMLOAD_SPEC' must be declared
    - procedure WB_OLAP_LOAD_DIMENSION_GENUK
    PLS-00201: identifier 'DBMS_AWM.CREATE_AWDIMLOAD_SPEC' must be declared
    How can solve this problem? Is there any link with the fact that the cube is not generated?
    d) When I first acces the deployed DIM in the OEMC tree I receive a message saying that the dimension does not have complete metadata as needed for use by Oracle OLAP services (because is created either in an earlier version of Oracle database or it was created by an an other application than OEMC) and OEMC automatically generates the default needed metadata. Is this normal ?
    I work in an environment with
    - Oracle 9i Database 9.2.0.1.0
    - Oracle 9i Client 9.2.0.1.0
    - Oracle 9i Warehouse Builder Products 9.2.0.2.8
    Best Regards:
    Vlad
    PS Sorry for my poor English ;-)

    Answered in your "Getting RPE-01008 when deploying mappings" post.
    Regards:
    Igor

  • Some problems and questions

    I have some problems and questions about my MSI MEGA PC 180 system...
    One problem is that MSI live monitor only works one time after every new installation then is just say "The URL is invalid" every other time I try to search for updates.
    One problem is that one of the fans  doesn't turn off when I turn of the computer and the only way to get i to turn off is to turn on the hifi mode and turn it off then the fan stops. And some times the fan can start after a while when the computer has been turned off.
    There are two fans for the cooling of the CPU but PCALERT only shows the speed of one of them.. why? according to the manual one of the is called CPU fan and the other one is called sysfan but only CPU fan showes i PCALERT.
    Are there no other way to control the Tv other than with the Home Teather system than I find way to slow if you use 1280x1024 resolution on the screen like I do. And are there no way to sort and remove channels in home teather? As i is now I can't move the channels in the order I want and I can't remover channels that the auto search thaught was channels but aren't?
    An other thing that I find annoying is that the fullscreen mode of home teather doens't cover all off the screen it doesn't hide the systray and leaves a small but annoying kolumn to the right that showes the backgrund and that is very annoying to watch tv if you have a light backgrund because the kolumn are so bright.

    Welcome Kabbo,
    I see you agree that MC III is far from perfect. Perhaps you can try the combination of Media Portal and Ir2Key. Just read some of the other posts including "WinIRX.ocx internals/usage" by ddookie.  Another possibility is to try Dscaler, but this program is only for watching TV.
    Regarding the processor fans: its normal that only one of the two shows up in PcAlert; when you look closely to both fans you'll see that one has only a two-wired connection.
    The problem of a fan not shutting down is new to me, I suppose you have checked the connections to your mobo?
    Greetz,
    JaDi

  • PHP Form Validation and Insert Records

    Hi There,
    I've been scratching my head for 2 days and couldn't find a solution.
    Here is my problem:
    Go to http://ecopethandbags.com/contactTest.php and click the "Send Comments" button.
    You will see that the validation works.
    Now, go to http://ecopethandbags.com/contactTestInsert.php, this time, I've inserted the "Insert Record" server behavior.
    Click the "Send Comments" button again.
    You will see the ugly message like "Column 'firstname' cannot be null" in a plain white page.
    My question is:
    How can I insert the PHP form records in my database and take advantage of the form validation nicely like in http://ecopethandbags.com/contactTest.php
    I am attaching the files.
    Thank you for you help!

    boloco wrote:
    My question is:
    How can I insert the PHP form records in my database and take advantage of the form validation nicely like in http://ecopethandbags.com/contactTest.php
    Use simple PHP logic to merge the scripts together.
    Dreamweaver automatically puts the Insert Record server behavior code at the top of the script. You need to adapt it so that the validation is done first. If the validation succeeds, use the Insert Record server behavior. If not, redisplay the form.
    if (array_key_exists('send', $_POST)) {
      // validate the form input
      if (!$suspect && empty($missing)) {
      // send the mail
        if ($mailSent) {
        unset($missing);
        // insert the Insert Record server behavior code here

  • K7N2-L motherboard problems, and questions!

    I'm not sure if this is the right place for this, but I think it is.
    I have a K7N2-L motherboard that is giving me fits! I can't find this board in the data base to try and trouble shoot my issue, either.
    Here's my questions:
    Problem 1) There are three empty spaces in the floppy drive connection (plug) of this motherboard. Two of the spaces are in the second row, and are side by side, and don't appear to have ever had pins installed. This may be normal. These two empty spaces (blue X's) correspond to spots that don't even have holes through the motherboard to even install any pins. However, the third missing connector pin does appear to have had a pin soldered into it (red X), but now there is no pin. Also, when I attempt to start the system, the motherboard does post and will allow you to enter the BIOS set up. However, at the same time, I get a "Floppy Drive - FAILURE" warning during this part of the start up. This indicates to me that the drive is not being detected, and it may be caused by the suspected missing pin (red X). Here is a crude visual of the floppy plug lay out in question. The green I's indicate existing pins, and the X's the missing pins. The blue X's are the ones that appear to never have had pins, but the red X appears to have had a pin, as it's soldered, but is missing. Please, note the notch at the top of this crude illustration for proper orientation of the plug. If you have any info on this, please, give me some insight as I can't find any way of referencing this problem.
    -----------   -------------  ^ motherboard edge is here ^
    I I I I I I I I I I I I I I X  I I
    I I I I I I I I I I I I I I X X I
    Floppy Connector Layout
    Problem 2) It's possible this problem is a BIOS problem, and could be corrected with a BIOS update. However, since I don't currently have a floppy drive, I can't update the BIOS. I've set the BOOT priority in the BIOS as, 1-Floppy; 2-CD-Rom; 3-HDD0. However, the board selecting the devices in the proper order, and thus I can't get any of my drive to boot from either a CD or a Hard disc. I do know that the processor I'm using is good, as it came out of another operating system board. The processor is an AMD Duron 1800/266 FSB. Here's what is being seen with the BIOS with regards to the processor. If, in the BIOS, I set the FSB to 100MHz the processor shows as a 1200MHz processor instead of an 1800. However, when I reset the BIOS FSB to 133MHz (as it should be) the BIOS now shows the processor as a 1900+. Neither of these is correct. Any ideas as to what may be going on?
    Thanks in advance.........
    kudzu48

    Hi
    I just checked 8 motheboards that I have laying around from MSI, Asus, Intel and Biostar.  The pin location that you have marked in red does not have a pin in it.  The ones that you marked in blue do have pins in them.  If you are not the original owner, it may be that someone tried to replace a couple of broken pins and gave up.
    A bios update should take care of the failure to recognize your Duron 1800.  I have provided a link where you can see the later bios revisions.
    http://www.msi.com.tw/program/support/bios/bos/spt_bos_detail.php?UID=393&kind=1

  • PHP Form Validation and Radio Group

    Hi David,
    I'm trying to set the initial state of a radio group to none.
    Please look at the file http://ecopethandbags.com/contact.php. The initial state is set to "No"
    In Dreamweaver, I've set the initial state to "Unchecked"
    I don't understand the code for the radio buttons in my file (see attachment).
    What I am trying to do is to have the radio group initially unchecked but required.
    I have 2 questions:
    1) - How can I control the initial status of the radio group when I use the PHP form validation?
    2) - How can I set the validation so, when one of the radio buttons is not checked by the user, a warning flag like "Please make a choice" comes up.
    Thank you much!

    Just change the following section of code:
    <?php
    if (!$_POST || isset($missing) && $_POST['subscribe'] == 'n') {
      echo 'checked="checked"';
    } ?>
    Remove the !$_POST || like this:
    <?php
    if (isset($missing) && $_POST['subscribe'] == 'n') {
      echo 'checked="checked"';
    } ?>
    The checked="checked" will be inserted into the code only if the form has been submitted, but neither radio button has been selected.

  • PlayBook .. problem and question

    hi
    I have a problem and a question 
    the problem is i connect my bold 9700 with the playbook by the bridge. it connected sucsseful and i can open the files, messeges, notes, calendar.. etc. the problem is the bbm cant opened. it stuck in the loading wheel screen. i wait for more than 30 min. but nothing happened.
    the bbm version is 5.0.3.22
    the bridge in the bold is 1.0.0.83
    the playbook software is 1.0.3.1868
    thanks

    Well, I'm surprised that this is playing you up. Anyway, before doing anything else I'd try deleting ALL bluetooth associations on the BB and the PB, uninstall the Bridge App. Reboot both devices and try again. You never know...
    If it STILL doesn't work:
    I'd suggest a couple of things.
    1 - I'm running 6.0.0.534 with no trouble - give that a go. Backup first, obviously.
    2 - Try installing and connecting the Bridge before you restore all of your data and apps. If it works, then restore and try again.
    I'm working on the assumption that either that particular OS is causing trouble (unlikely), or that there is something on your phone that is meddling with the Bluetooth connection somehow.
    Good luck!
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!

  • T30 Problems and Questions

    Ok I have a T30 that I do not know what could cause the problem and thought I could post the question here and see what other users could recommend trying.
    First off all Keyboard functions work properly.
    Second the power button and such works properly
    Now the led lights for power, hard drive activity, battery indication, these do not work. 
    I think the power button and these LED's are on the same board, although I could be wrong. But it just seems odd that none of the LEDs including the ones on the lower side of the display are working.
    Any ideas on what could cause this? Anything I can check? All assistance greatly appreciated.

    It's been years since I've last opened a T30. And even back then, I was not playing around with the fuses.
    To make one thing perfectly clear: these fuses are *NOT* meant to be user replaceable and you're looking at a board level repair involving components that are beyond tiny. Unless you're very experienced with a soldering iron, you may just want to get a replacement board or an entire barebone T30...at today's prices, that's what I would do.
    Good luck.
    Cheers,
    George
    In daily use: R60F, R500F, T61, T410
    Collecting dust: T60
    Enjoying retirement: A31p, T42p,
    Non-ThinkPads: Panasonic CF-31 & CF-52, HP 8760W
    Starting Thursday, 08/14/2014 I'll be away from the forums until further notice. Please do NOT send private messages since I won't be able to read them. Thank you.

  • E50 problems and questions

    Hello, I have a few questions aboyt e50.
    i own to phones model e50 and this is what i need:
    - big font size for contacts
    - is there any way to have wireless on e50?
    - the multi task doesnt work ... i tried to upgrade the software...but the same problem
    - and the last question is:
    how to activate PTT? is says to check the settings...but i dont know these settings.
    thanks.
    Message Edited by alexrose on 26-Jan-2008 01:37 PM

    You cannot increase the font size of S60 3rd edition handsets as it is not a feature they support, you can however download an application called font magnifier from Nokia Software Market http://www.softwaremarket.nokia.com
    You unfortunatlye cannot get WLAN for the E50-1 either as there needs to be hardware support for this feature too. The E50-1 was the entry level Eseries handset more voice centric therefore no 3G or Wi Fi.
    As for the multi tasking, all S60 devices support multi tasking, simply hold down the menu key to open task bar, if you need to minimize an app and keep it running in the backround, simply press the menu key once when in that app, do whatever you need to then hold down the menu key again and select your previous app from the task bar to continue!
    PS: Don't keep to many apps running to prevent slowness and?or freezing
    iPhone 5 32GB
    MacBook Pro Retina 15" Mac OS X Mountain Lion 10.8.4

  • Udev kernel 2.6 boot problems and questions

    Hello there..  During these days I'm trying to install a new linux kernel. I have the insane Idea of installing an old kernel. I compiled the "new" old kernel and I can't manege to get it to work efficently..
    I keep receiving a message this message during the boot.
    Failed to start udev Kernel Device Manager
    Although I followed the requirements for undev related to the kernel 2.6
    Why am I trying to install and older kernel? Well, the my reason is simple: my laptop keyboard that it's so annoying.. Every once and then it's not recognized at boot and it force me to reboot the system even for 4 or 5 times consequintely..
    With the kernel 2.6 I never had such problems and so I thought It was worth trying..
    Another interesting question that keep coming to my mind is related to the kernel that it's been update after pacman -Syu.
    I notice that in /usr/src there is a a new directory eithe the new kernel called  linux-3.9.5-1-ARCH, well if I try to build the kernel inside thi directory I get a message
    linux-3.9.5-1-ARCH]# make
    scripts/Makefile.build:44: /usr/src/linux-3.9.5-1-ARCH/arch/x86/syscalls/Makefile: No such file or directory
    make[1]: *** No rule to make target `/usr/src/linux-3.9.5-1-ARCH/arch/x86/syscalls/Makefile'.  Stop.
    make: *** [archheaders] Error 2
    The linux-headers are seems to be correctly installed to me...
    Any Idea or explanation or suggestion would be very appreciated.
    Thank you

    Arch userspace is too new to survive with an older kernel. This isn't going to end well for you.
    If you want your keyboard to function properly, I suggest you file bugs against the relevant parties and work with them to get actually get it fixed rather than go down this bizzare rabbit hole.
    edit: even our LTS kernel (3.0.x) is too old for Arch userspace.
    Last edited by falconindy (2013-06-14 15:00:23)

  • VOD - Problems and Questions

    I'm in VHO 7 and use VOD all the time mainly for the network shows and premium subscriptions.  Been having a tone of problems with VOD not being updated for days/ sometimes weeks at a time on and off for these past 6+ months .  Also have the bizzar hourglass icon which has taken the place of the 'new' and red triangle icons.  None of the free titles show the avaiable until date.  A big problem also is that many times the HD VOD does not match the SD vod - folders available in both sections will not have the same episodes or HD will be missing episode thats available in SD.  I've contacted Verizon nearly every way possible, so now I'm turning to this forum to see if anyone else is having the same problems and to see if anyone has any support?  Maybe by chance someone at verizon will offer an explanation?  Twitter has failed, emailing them through contact us has failed, tech support has failed - what else is there?
    I'd also like to know why verizon does not offer all the HD VOD available on the market?  I have used Comcast, TImeWarner, and Cablevision VOD in the past and they all have a ton of free HD VOD from the networks that verizon does not offer.  They even offer HD VOD of networks not even aviable in HD on the network.  I sent the same message to the person who runs FIOSTV twitter and he replyed the with standard issue PR message claiming Verizon offers nearly all HDVOD available and its up to the providers.  We all know thats a load of crap.  I like the service or I wouldn't still be with them.  Just do not like lame excuses and poor response to problems.

    Hi we just went to a one bill with fios TV int and wireless and within the first week of service I was already on the phone trying to find out why I lied to too. vod is advertised as to be on demand within 24hrs of original air date but I wasn't receiving most of them for several days later if not a week later. So I called and spent several hours on the phone and all they told me was everything on their end was working fine and they put out a trouble ticket so I got a phone call and we talk and I said why I'm I not getting them on time and I was told bc it's up to when the tv stations release it to them and then they would release to us and I told them that's not the way vod works I told them to provide a service like that theirs a contract between Verizon and the carrier's so he said he would keep a trouble ticket and I would here something back within 48hrs I waited 3 days and I called back only to find that the ticket was gone they told me the reason for that was he put in problem resolved and we were no where close to fixing the issue so I spent more time on the phone with someone different only to here the same thing and I told them the same thing and he finally called someone else and he got back on the phone and said I was right the reason why I don't get vod on time BC I'm not in a high volume market Verizon has states and county's broke down into blocks and were I live is a low volume market so it doesn't get released to me within the 24hrs. But if I lived in a high volume market like a big city with lots of customers I would get it. After my one year contract I'm done withem. comcast has no issues with this problem in my area and that's were I'm headed and this is not the only issue I've had hope this helped

  • Library problem and question.

    I'm sure that if I could check through the whole of the topic list and read all of the threads that seem to be relevant, I might find the answer,but I don't have enough time, and I don't know how to compose a search that would find me the answers I need accurately enough. I have two matters I need help with.
    (1) When the betas of LightRoom came out, I thought I would give it a try as it seemed to do what I wanted in terms of importing my photos and maintaining a database. Fundamentally it does, but as a result of the experimentation I did, things are a little confused in terms of the library.
    I'm using a MacBook Pro with an external desktop HD, and I have recently bought a 120GB "pocket" HD. I am now shooting in RAW all the time, but some of the photos in the library are JPGs from my previous camera. My plan is to use the pocket drive to store the photos on, with a back-up on the desktop external. What I am currently doing is using DNG Converter to pull them off the card and save them on the pocket drive. Then I import the DNGs into LightRoom and organise them in collections. However, I also have many many JPGs from my previous camera which I would like to import. They are rather scattered in terms of where they are located.
    The Library is currently the one that I set up when originally trialling the beta; it is on the HD of the MacBook Pro, backed up to the desktop HD, but there is another library on that HD that I set up while experimenting which contains other photos which I need to bring into a single library. I really feel I need to redo it completely starting again from scratch so that I can bring everything together in a better organised manner. What would be the best way to do that? And what is the best location for the library database?
    (2) The last time I imported some photos -- having done the DNG conversion and saved them to the pocket drive -- I then dragged them in batches to appropriate collection folders. However, for some of them, they do not appear in the folder I dragged them to, nor in any of the others ... they only appear in the overall "Library: all photographs" and "Library: Previous import". How can I retrieve them so that I can put them in the appropriate collection folder so that I can include them in the gallery based on that? The original DNGs are still in the folder on the pocket drive.
    Sorry, this has been long and rambling, but I would really appreciate any help and advice.
    Mark in China

    Thanks for the reply Sean.<br /><br /><It sounds like you expect to be able to drag images from Previous Import into a folder. ><br /><br />I fear that is what I may have tried to do with these particular photos the first time when they got lost, but it is not what I normally do.<br /><br />I have a folder on the pocket drive called DNGs. Within this are a number of sub-folders for different sets of photos, Xiada, Longyan, Wuyishan, etc. When I use DNG Converter to take the RAW images off the card I have it put them in the main DNG folder, because for instance there may be some photos of flowers among them that I want eventually to go in the Flora sub-folder and photos of buildings that I want to go in the Xiada folder, even though all the photos were actually taken on the Xiada campus.<br /><br />When I import them into LR, they are found in a folder in the left pane of LR called DNGs. From there I drag them into the appropriate sub-folders, each time getting an alert about moving the photos on the disk.<br /><br />As I say, with the 9 photos in question, thinking back I may have dragged them from the "Previous Import". The result is that although the DNGs in question are invisible within LR, even though I deleted them rather than removed them, and I have gone through the whole process starting from getting them off the card again using DNG Converter, and they are now visible in the DNG folder in LR, when I drag them from there to the folder I want them in, LR issues an alert that "A file named P1000xxx.dng already exists at the destination" and doesn't move it, even though that photo is not visible.<br /><br />Again, as I said, on my desktop external drive, there is a parallel folder structure to the one on the pocket drive, and looking at the relevant folder using the finder, photos of those names are in that. I can delete them using the finder, but am worried that if I do so, the LR database will be corrupted. On the other hand, as they are there, but LR doesn't show them in the library, perhaps it is only the system that knows they are there and not LR, so deleting them will not affect the library.<br /><br />I guess the thing to do is to export all the photos in the library to a new location as DNGs with the metadata to XMPs, ready to redo the whole library set up from scratch  fortunately I am only dealing with a few hundred photos, not thousands or tens of thousands  and then try deleting them. If the current library is corrupted, then I can make a new one  I was going to wait until 1.1 and do that anyway  and if it doesn't then I should be able to do the move into the folders without problem.<br /><br />Also thinking round this, I should perhaps be using collections rather than folders anyway, so I must explore that for future reference.<br /><br />Mark in China

  • Alarm clock problem and question

    My son is having problems with the alarm on his iPhone 3G. Sometimes it simply does not go off. He has tried resetting, it didn't help. I searched the forums and noticed that some other people have had the same problem. Perhaps the upcoming software update may help.
    In the meantime, here is my question. There are several alarm clock apps in the app store. If he downloads one of those to use, will the battery drain be increased? He has heard that non apple apps like alarm clocks really drink up the battery life.
    Any hints, clarifications, etc. greatly appreciated.
    Thanks.

    I'm in Iraq and I use my alarm daily, to wake me up. I haven't had a problem, until I updated my phone to the 3.0 version software. I'm going to try to email support to see if there is a fix coming out; and if not, to notify them of the problem. I suggest anyone with this problem, do the same.
    Dustin
    USMC

  • DBT-120 Problems and Questions

    I'm having two different problems with two different DBT-120s. The DBT-120 (H/W B3) which I've been using for nearly two years is suddenly working sporadically at best. The lights only come on for about 10-20 sec and then go dark, and the only way to lite them is to remove and replace it in the USB. I have to try this time and again for 20 minutes before it will finally discover my Apple wireless keyboard and mouse. The problem exists without regard to the USB port used, so that's not the issue. I suspected that it was simply failing after a lifetime of solid use, so I purchased another one. The new DBT-120, now H/W C1, lights perfectly but does not discover the keyboard or mouse at all, under any circumstances that I can determine. My system meets the minimum standards as listed on the packaging. I've also tried to update the firmware, but my system informed me that it was not needed.
    Two questions: 1) Is there some underlying reason why the C1 120 will not work with my K/M, which were both the first such bluetooths released by Apple?
    2) Am I right in assuming that the B3 120 was failing, or is there something else going on here?
    G4 1 GHz x 2   Mac OS X (10.4.7)   maxed out RAM, stunningly high HD availability

    I, too, have just encountered a significant problem with the DBT-120 (v. 3). It worked fine for several weeks (I purchased it from the Apple online store at the end of March), but, I think, BT was interfering with my Apple Airport base station, so I disabled BT--although I kept the DBT plugged in to a USB port. Yesterday I attempted to connect a new Mighty Mouse using the DBT-120. Nada. The light on the DBT-120 would not work. I plugged it into several different USB ports (and even my Windows laptop) and it still wouldn't work. I checked with D-Link. The technician told me the problem was with the BT software on the Mighty Mouse CD. I tried to uninstall the software, but I don't think I succeeded. At any rate, I believe the problem is with the DBT and have so advised D-Link. Awaiting a response. (There's supposed to be a year warranty. Apple, by the way, will not honor this; the company refers buyers of 3rd-party equipment to the manufacturer.)
    The Mighty Mouse works fine on my G4 PowerBook, which has built-in BT.
    I'm inclined to agree with one of the posts: Bluetooth, at least as an add-on to the PowerMac G5, is not ready for prime time.

  • Backup problems and questions (v3)

    Hi,
    I've been reading the information regarding backups, and I want to make sure I'm safe. I want to maintain a "hot failover" in the event that my current environment becomes corrupt or unusable. My failover directory is close to 100% safe. I want to maintain two or three versions back of the data, without taking an extraordinary amount of disk space.
    I had originally tried using db_hotbackup for a failover backup, yet I kept running into strange problems, namely: the db_recover step seemed to run on my prodcution environment, and was taking an extraordinariliy long time to run. Long story short, after a very tedious trial and error period, I've decided to use dbxml_dump as a backup. I'd like to know what all steps it takes when dumping the data.
    My procedure is currently:
    1) Run a checkpoint on current environment.
    2) Copy containers, and then all active and inactive database files to my failover directory ("failover_dir").
    3) Dump from the failover_dir to dump files.
    4) Once dbxml_dump is done, I will run db_archive -d on both the production database.
    Few questions:
    1) First, of course, is this an acceptable "backup"? 2) Does dbxml_dump do any kind of verification (db_verify) prior to running? If not, what will happen if it is run against a corrput database? 3) After I get the above working, I want to make sure about #4: Can I safely delete the log files that are no longer needed (db_archive -d)? That is, I can safely run dbxml_dump again without those files.
    Thanks,
    Kevin

    Thanks, George!
    I would have liked to had db_hotbackup instead of dbxml_dump/load, but, strangely, it's one of a few things that isn't working as advertised. I run a checkpoint every half hour, and db_recover still takes forever. I think dbxml_dump/load is going to work for me--except for one potential issue. If I change my mind, I will post on BDB forum.
    (2) As for ceasing operations, yes, I am temporarily stopping the reads/writes, copying the dbxml/log files to another directory, and performing dbxml_dump on it.
    My one potential issue is related to indexes that you mention: "dbxml_dump will copy only content/metadata and no index databases; those are recreated during dbxml_load"
    Does that mean that 1) dbxml_dump will output the list of indexes and when dbxml_load is run, it will recreate them. Or 2) that there is no index info dumped and I will have to maintain the list and reindex the container after dbxml_load is done? (I'm currently having an issue with 'addIndex', asked in another thread.)
    Also, the docs seem to indicate that you can dbxml_load into an existing container. Yet, when I try to do this, I get "Error: File exists". I can successfully run dbxml_load and have it create the container.
    #3 is a great idea--I will incorporate it into my backup routine.
    --kevin                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Maybe you are looking for

  • Question about lead in music for podcasting.

    Question about lead in music for podcasting. I listen to many other podcasts and there are those which play lead in music with bit of music inside their podcast. The music are songs we all know and enjoy. I have notice that they only play short small

  • Help With Various Dreamweaver Issues

    Dear Friends, This is my first post and I appreciate any help any of you can give me. My knowledge of web design is minimal, but I do have a basic understanding. The fundamentals of HTML and web design as a whole are pretty clear. My weakness, howeve

  • Where can I find a useful "user guide" I can print for an ipad2

    Where can I find a useful "user guide" I can print for an ipad2

  • Iphoto & imovie help

    I had my family upload photos from a recent trip to my mobileme acct so I could make an imovie project.  When trying to put some of my sister-in-law's photos into the project, they wouldn't go over.  I went to iphoto and when I try to double click on

  • SC DPM 2012 Health check

    Hi All, I have System center DPM 2012 which takes backup of Exchange 2010, File server, VM's and system state for physical servers. I want to perform health check on DPM.  Kindly recommend any tool or report format and how to perform health check ?