Cron getting mad?

Since a cron update 2 machines with extensive daily jobs went down by end of resources. In fact they do a virusscan some cleanup and an incremental backup every day; once a week a full backup. Virusscan of course takes time, but the daily cronjob was started every 10 minutes for some reason beyond my understanding, so at last the machine was busy until exodus. Same was true for the full backup wich filled up the process list with tons of gzip accessing the same file... All jobs worked well for long time and staring the scripts manually woks just a it should be. I do not see any problem is the crontab, but sombody else might know more:
# man 1 crontab for acceptable formats:
#    <minute> <hour> <day> <month> <dow> <tags and command>
#    <@freq> <tags and command>
# SYSTEM DAILY/WEEKLY/... FOLDERS
@hourly         ID=sys-hourly   /usr/sbin/run-cron /etc/cron.hourly
@daily          ID=sys-daily    /usr/sbin/run-cron /etc/cron.daily
@weekly         ID=sys-weekly   /usr/sbin/run-cron /etc/cron.weekly
@monthly        ID=sys-monthly  /usr/sbin/run-cron /etc/cron.monthly
01  * * * * /usr/sbin/run-cron /etc/cron.hourly
05 00 * * * /usr/sbin/run-cron /etc/cron.daily
22 00 * * 0 /usr/sbin/run-cron /etc/cron.weekly
42 00 1 * * /usr/sbin/run-cron /etc/cron.monthly
I had to remove the scripts from the cron.daily and cron.weeky directories for getting stability back.

I have a few problems as well; the first one is that I missed the fact that dcron was updated to a new major version, and therefore the running instance didn't recognize the crontab (@-syntax) anymore
Secondly, I experienced the exact same problem as the topicstarter; I had to reboot my machine since my daily cron is a backup job; and this is what dcron did
Jan 31 14:45:40 spider010 crond[29044]: no timestamp found (user root job sys-daily)
Jan 31 15:57:01 spider010 crond[29044]: FILE /var/spool/cron/root USER root PID 9585 job sys-daily
Jan 31 16:02:01 spider010 crond[29044]: FILE /var/spool/cron/root USER root PID 9841 job sys-daily
Jan 31 16:12:01 spider010 crond[29044]: FILE /var/spool/cron/root USER root PID 10331 job sys-daily
Jan 31 16:22:01 spider010 crond[29044]: FILE /var/spool/cron/root USER root PID 10825 job sys-daily
Jan 31 16:32:01 spider010 crond[29044]: FILE /var/spool/cron/root USER root PID 11306 job sys-daily
Jan 31 16:42:01 spider010 crond[29044]: FILE /var/spool/cron/root USER root PID 11784 job sys-daily
Jan 31 16:52:01 spider010 crond[29044]: FILE /var/spool/cron/root USER root PID 12335 job sys-daily
Jan 31 17:02:01 spider010 crond[29044]: FILE /var/spool/cron/root USER root PID 12956 job sys-daily
Jan 31 17:12:01 spider010 crond[29044]: FILE /var/spool/cron/root USER root PID 13579 job sys-daily
Jan 31 17:22:01 spider010 crond[29044]: FILE /var/spool/cron/root USER root PID 14198 job sys-daily
Jan 31 17:32:01 spider010 crond[29044]: FILE /var/spool/cron/root USER root PID 14816 job sys-daily
Jan 31 17:42:01 spider010 crond[29044]: FILE /var/spool/cron/root USER root PID 15434 job sys-daily
Jan 31 17:52:01 spider010 crond[29044]: FILE /var/spool/cron/root USER root PID 16057 job sys-daily
Jan 31 18:02:01 spider010 crond[29044]: FILE /var/spool/cron/root USER root PID 16676 job sys-daily
Jan 31 18:12:01 spider010 crond[29044]: FILE /var/spool/cron/root USER root PID 17293 job sys-daily
Jan 31 18:22:01 spider010 crond[29044]: FILE /var/spool/cron/root USER root PID 17912 job sys-daily
Jan 31 18:32:01 spider010 crond[29044]: FILE /var/spool/cron/root USER root PID 18538 job sys-daily
Jan 31 18:42:01 spider010 crond[29044]: FILE /var/spool/cron/root USER root PID 19154 job sys-daily
Jan 31 18:52:01 spider010 crond[29044]: FILE /var/spool/cron/root USER root PID 19777 job sys-daily
Jan 31 19:02:01 spider010 crond[29044]: FILE /var/spool/cron/root USER root PID 20394 job sys-daily
Jan 31 19:12:01 spider010 crond[29044]: FILE /var/spool/cron/root USER root PID 21011 job sys-daily
Jan 31 19:22:01 spider010 crond[29044]: FILE /var/spool/cron/root USER root PID 21652 job sys-daily
Jan 31 19:32:01 spider010 crond[29044]: FILE /var/spool/cron/root USER root PID 22269 job sys-daily
Jan 31 19:42:01 spider010 crond[29044]: FILE /var/spool/cron/root USER root PID 22891 job sys-daily
Jan 31 19:52:01 spider010 crond[29044]: FILE /var/spool/cron/root USER root PID 23514 job sys-daily
Jan 31 20:02:01 spider010 crond[29044]: FILE /var/spool/cron/root USER root PID 24130 job sys-daily
Jan 31 20:12:01 spider010 crond[29044]: FILE /var/spool/cron/root USER root PID 24746 job sys-daily
Jan 31 20:22:01 spider010 crond[29044]: FILE /var/spool/cron/root USER root PID 25362 job sys-daily
Jan 31 20:32:01 spider010 crond[29044]: FILE /var/spool/cron/root USER root PID 25978 job sys-daily
Jan 31 20:42:01 spider010 crond[29044]: FILE /var/spool/cron/root USER root PID 26595 job sys-daily
Jan 31 20:52:01 spider010 crond[29044]: FILE /var/spool/cron/root USER root PID 27233 job sys-daily
Jan 31 21:02:01 spider010 crond[29044]: FILE /var/spool/cron/root USER root PID 27850 job sys-daily
Jan 31 21:12:01 spider010 crond[29044]: FILE /var/spool/cron/root USER root PID 28466 job sys-daily
Jan 31 21:22:01 spider010 crond[29044]: FILE /var/spool/cron/root USER root PID 29088 job sys-daily
Jan 31 21:32:01 spider010 crond[29044]: FILE /var/spool/cron/root USER root PID 29704 job sys-daily
Jan 31 21:42:01 spider010 crond[29044]: FILE /var/spool/cron/root USER root PID 30330 job sys-daily
Jan 31 21:52:01 spider010 crond[29044]: FILE /var/spool/cron/root USER root PID 30958 job sys-daily
Jan 31 22:02:01 spider010 crond[29044]: FILE /var/spool/cron/root USER root PID 31616 job sys-daily
Currently the daily jobs still run twice a day:
Feb 1 22:10:01 spider010 crond[8218]: FILE /var/spool/cron/root USER root PID 6606 job sys-daily
Feb 1 22:19:01 spider010 crond[8218]: FILE /var/spool/cron/root USER root PID 7721 job sys-daily
Feb 1 22:20:44 spider010 crond[8099]: mailing cron output for user root job sys-daily
Feb 2 00:23:43 spider010 crond[20957]: mailing cron output for user root job sys-daily
I have followed your post on how to collect debug-info; so I will update this thread tomorrow with the results. By the way, it seems the debug-output goes to stderr, so I suggest using '&>' instead of '>>'
Last edited by Spider.007 (2010-02-02 08:47:23)

Similar Messages

  • How can I get Made In Chelsea from itunes when it is not available on my countries store?

    I want to buy and download the Made in Chelsea seasons. But on Itunes Australia, where I am, its not available. It is however available on the British Itunes but of course its in pounds. It there any way to get Made in Chelsea off Itunes? Or will I have to nuy dvds from overseas (something i really dont want to do because of the cost)? Any other solutions?

    Your only option is to have an iTS account for that country - you would need a local CC and local address to create an account for the country.
    MJ

  • Is there any chance that FM reception gets made available on the next iPhone model?

    Hi,
    I did buy an iPhone 3G then upgraded iPhone 4 but always felt that Apple's devices missed a very useful function (and hoped that it would eventually be made available), FM reception! Now I have that cool iPhone and yet I have to have my iPhone to listen to my MP3s and a FM radio to be able to listen to the gym FM broadcasting or listen to my favorite FM station which doesn't broadcast on the internet! And I definitely don't see myself forking away a hundred on an iPod Nano just because of its FM receiver!!!
    Is there a hardware limitation preventing iPhone 4 from receiving FM broadcasting?
    Is there any chance that FM reception gets made available on the next iPhone model?
    Please give your iPhone customer FM reception!!! PLEASE!!!!!!

    We're all just fellow users here and have no idea what Apple might have in mind for future iPhone versions. You can offer your suggestion to Apple via their feedback page, if you wish:
    http://www.apple.com/feedback/iphone.html
    Regards.

  • Will apple get mad?

    will apple get mad if i change my iphone to a colored on like red ? or blue will the warranty be void?

    Get a skin. There are a number of companies who will sell you a skin in any color or pattern you wish, and those will not have any impact on your warranty.
    Regards.

  • I try to buy credit for my vonage app but doesn't let me. Why???? I am getting mad!

    I try to buy credit for my vonage app but doesn't let me. Why???? I am getting mad!

    Any particular error msg popping up?   Can you buy other apps through App Store?

  • My iPhone aren t getting made apps downloads

    Hi, about 15 data ago my iPhone stopping made apps downloads
    Or made it hardly. I ve gotten made download of New  Version of
    Sistem 6.1  and now i. Cant get downloads anyway and worse
    The battery  arent the same.

    Associate your mobile number with your Apple ID, if you haven't already done so.
    Sign out of iMessage on the Mac:
    Messages ▹ Preferences ▹ Accounts ▹ Sign out
    and on the iPhone:
    Settings ▹ Messages ▹ Send & Receive ▹ Apple ID ▹ Sign out
    Then, on the phone, tap
    Use Your Apple ID for iMessage
    Sign back into iMessage on both devices and test. If there's no change, you may have to wait for a change in network conditions.
    Credit for this solution to ASC user SmittyLove and to Glenn Fleishman of tidbits.com.

  • Ultimate commit does not get made. Any ideas

    Hi Folks.
    I have written the following program unit. This is fired from a WHEN-CHECKBOX-CHANGED trigger in my form.
    If I happilly click a checkbox on and off several times the program unit works fine, making changes and then undoing them.
    The only thing it does not do is make the final call to UPDATE_SESSION_LOG.
    Eg.
    If I check and uncheck the same checkbox 5 times then all the changes to the required tables are made correctly apart from the final call to UPDATE_SESSION_LOG which seems to get missed. Both program units are listed below.
    Please post a reply with any sugggestions.
    Cheers
    Simon
    PROCEDURE ASSIGN_UNASSIGN_PU_P IS
         v_check                               NUMBER(1);
         v_payment_ref                VARCHAR2(80);
         v_payment_date                DATE;
         v_payment_amount           NUMBER(12,4);
         v_payment_currency      CHAR(3);
         v_payment_status           NUMBER(1);
         v_invoice_number          CHAR(18);
         v_running_total               NUMBER(12,4);
         v_user                                   CHAR(10);
    BEGIN
         v_check := NULL;
         v_check := :POSITION_ASSIGN_CANDIDATE.ASSIGNED;
         v_user := GET_APPLICATION_PROPERTY(USERNAME);
         IF v_check = 1 THEN -- Invoice marked as paid
              v_payment_ref                := :POSITION_ASSIGN_SUMMARY.PAYMENT_REF;
              v_payment_date                := :POSITION_ASSIGN_SUMMARY.PAYMENT_DATE;
              v_payment_amount           := :POSITION_ASSIGN_SUMMARY.PAYMENT_AMOUNT;
              v_payment_currency      := :POSITION_ASSIGN_SUMMARY.PAYMENT_CURRENCY;
              v_payment_status           := 1;
              v_invoice_number          := :POSITION_ASSIGN_CANDIDATE.UCL_INVOICE_NO;
              UPDATE SETTLEMENTS
              SET PAYMENT_REFERENCE = v_payment_ref,
                        PAYMENT_DATE = v_payment_date,
                        PAYMENT_AMOUNT = v_payment_amount,
                        PAYMENT_CURRENCY = v_payment_currency,
                        PAYMENT_STATUS = v_payment_status
              WHERE UCL_INVOICE_NO = v_invoice_number;
              :SCB_TRANSACTIONS.PROCESSING_STATUS := 2;
              :CONTROL.TOTAL_SELECTED := :CONTROL.TOTAL_SELECTED + :POSITION_ASSIGN_CANDIDATE.UCL_INVOICE_AMOUNT;
              SYNCHRONIZE;
              COMMIT;     
              UPDATE_SESSION_LOG('Assigned', 'Ref '||SUBSTR(:POSITION_ASSIGN_SUMMARY.PAYMENT_REF,1,65), v_invoice_number, SUBSTR(v_invoice_number,1,5), SUBSTR(v_invoice_number,7,5), v_user, SYSDATE, NULL);
         ELSIF v_check = 0 THEN -- Invoice being marked as unpaid;
                   v_payment_ref                := NULL;
                   v_payment_date                := NULL;
                   v_payment_amount           := NULL;
                   v_payment_currency      := NULL;
                   v_payment_status           := 0;
                   v_invoice_number          := :POSITION_ASSIGN_CANDIDATE.UCL_INVOICE_NO;
              UPDATE SETTLEMENTS
              SET PAYMENT_REFERENCE = v_payment_ref,
                        PAYMENT_DATE = v_payment_date,
                        PAYMENT_AMOUNT = v_payment_amount,
                        PAYMENT_CURRENCY = v_payment_currency,
                        PAYMENT_STATUS = v_payment_status
              WHERE UCL_INVOICE_NO = v_invoice_number;
              :SCB_TRANSACTIONS.PROCESSING_STATUS := 1;
              :CONTROL.TOTAL_SELECTED := :CONTROL.TOTAL_SELECTED - :POSITION_ASSIGN_CANDIDATE.UCL_INVOICE_AMOUNT;
              SYNCHRONIZE;
              COMMIT;
              UPDATE_SESSION_LOG('Unassigned', 'Ref '||SUBSTR(:POSITION_ASSIGN_SUMMARY.PAYMENT_REF,1,65), v_invoice_number, SUBSTR(v_invoice_number,1,5), SUBSTR(v_invoice_number,7,5), v_user, SYSDATE, NULL);
              END IF;
    END;
    PROCEDURE update_session_log (module varchar2, description varchar2, invoice_no char, pmn char, p_pmn char, aUser char, aDate DATE, period char) IS
         the_user          varchar2(10);
         the_date          DATE;
    BEGIN
         the_user     := Get_Application_Property(USERNAME);
         the_date     := SYSDATE;
    INSERT
         INTO OPS_LOG_SESSION
         VALUES
                   module,
                   description,
                   invoice_no,
                   pmn,
                   p_pmn,
              the_user,
                   the_date,
                   period
              COMMIT;

    Hey Lozzerg,
    Thanks for the question. I understand that you are having issues send email on your iPad Air. The following resource outlines troubleshoot steps that may lead to a resolution:
    iOS: Troubleshooting Mail
    http://support.apple.com/kb/TS3899
    Thanks,
    Matt M.

  • Getting made ringtones on iphone

    I have had the same ringtone app since before itunes changed. I was able to get ringtones i would make back to my phone so i can use the ringtones. Now i made ringtones and itunes has become more complicated i cannot get into the app to save the ringtones onto my computer and back onto my iphone. Does anyone know how i can get my ringtones to the computer then back to the iphone so i can use them?

    Hi, we just got our iphones 4S and had the same problem - I went into:Settings/Mail,contacts, calendars/Accounts: I noticed there that our same email address was entered in the Swbell area as well as the SBC area, so I deleted the email address from SBC and tested it and now I am only receiving each email once. I tested back & forth from computer to iphone and both are working great!

  • Using Apple TV 3, I get mad pixel problems!

    When I'm watching shows and movies, I get intermittent periods where I get bunched of garbled pixels on the screen - sometimes green, sometimes white... it's crazy. Last for a few seconds, but can happen several times over the course of a 1/2 hour show...
    I've rebooted, unplugged, reset, changed cables, changed resolution, hooked directly to the TV...
    Nothing helps.
    Any thoughts on this?

    Nobody? Surely I can't be the only one!

  • Don't get mad, get a refund

    There are a string of issues with the new iPhone:
    1. Blemishes on the finish
    2. Labels printed askew
    3. Light leaking around the bezel of some white iPhones
    4. WiFi refuses to connect or breaks off constantly
    5. "No Signal" reception problems
    6. Unusable software
    Now if this was any other product what would you do?
    a. Hang onto it and hope it will spontaneously get better?
    b. Hang onto it and ask the manufacturer to come up with some kind of repairs/patches?
    c. Return the product for another from the same manufacturing batch?
    or
    d. Return the product and ask for a refund and wait until a working model is available to buy?
    It seems odd to have to remind people what their options are, but it seems many seem to develop a blind spot.
    Make sure you know when the last date is for returns, or you will be stuck with this.
    Remember it is not your fault. You did not manufacture or sell this product as something it is not.
    Peter

    Having participated in these boards for quite some time, I have to say that the iPhone 5 and it's newer cousins offer a Great product, from a creative and practical point of view.  My iPhone 5, including the various releases of iOS software has exhibited high quality and reliability.  Have I ever had a problem, issue or frustrating operational question ...Yes.  Have these problems, issues and questions been mitigated ...Yes.  I would say your list needs to add a little more emphases to the opportunity to exchange a non-working device rather than just return it.  People would otherwise be missing out on a very satisfying ownership experience. 

  • Flash getting mad

    I got MacOSX 10.6.8 and Safari 5.0.5. I also use Opera and Firefox. Java updated. With all browsers I get a 12 piece puzzled picture after streetview has finished loading up on GoogleMaps. I disabled all Safari plugins one by one, and none seem to be responsible for this.
    However, when I click on 'Report a problem' on the right hand bottom corner of the image I get to another page for 'reporting inappropriate content' and a smaller window like below, with all functionality in miniature.
    Why this?

    I got MacOSX 10.6.8 and Safari 5.0.5. I also use Opera and Firefox. Java updated. With all browsers I get a 12 piece puzzled picture after streetview has finished loading up on GoogleMaps. I disabled all Safari plugins one by one, and none seem to be responsible for this.
    However, when I click on 'Report a problem' on the right hand bottom corner of the image I get to another page for 'reporting inappropriate content' and a smaller window like below, with all functionality in miniature.
    Why this?

  • Getting mad with this installation...

    Hey all,
    i just try to install the Netweaver Trial 7.0...my first tries all failed; don't know why. I did all the things described in the de-installation manual, but all re-installations are failing:
    Feb 2, 2008 4:59:02 PM), Install, com.sap.installshield.CheckServicesAction, err, CheckServicesAction(bean17): Expected service (SAPNSP_00) is not currently running
    (Feb 2, 2008 4:59:02 PM), Install, com.sap.installshield.CheckServicesAction, wrn, CheckServicesAction(bean17): Service SAPNSP_00 is not available, retry after 10 s.
    (Feb 2, 2008 4:59:12 PM), Install, com.sap.installshield.CheckServicesAction, err, CheckServicesAction(bean17): Expected service (SAPNSP_00) is not currently running
    (Feb 2, 2008 4:59:12 PM), Install, com.sap.installshield.CheckServicesAction, wrn, CheckServicesAction(bean17): Service SAPNSP_00 is not available, retry after 10 s.
    (Feb 2, 2008 4:59:22 PM), Install, com.sap.installshield.CheckServicesAction, err, CheckServicesAction(bean17): Expected service (SAPNSP_00) is not currently running
    (Feb 2, 2008 4:59:23 PM), Install, com.sap.installshield.CheckServicesAction, wrn, CheckServicesAction(bean17): Service SAPNSP_00 is not available, retry after 10 s.
    (Feb 2, 2008 4:59:33 PM), Install, com.sap.installshield.CheckServicesAction, err, CheckServicesAction(bean17): Expected service (SAPNSP_00) is not currently running
    (Feb 2, 2008 4:59:33 PM), Install, com.sap.installshield.CheckServicesAction, wrn, CheckServicesAction(bean17): Service SAPNSP_00 is not available, retry after 10 s.
    (Feb 2, 2008 4:59:43 PM), Install, com.sap.installshield.CheckServicesAction, err, CheckServicesAction(bean17): Expected service (SAPNSP_00) is not currently running
    (Feb 2, 2008 4:59:43 PM), Install, com.sap.installshield.CheckServicesAction, wrn, CheckServicesAction(bean17): Service SAPNSP_00 is not available, retry after 10 s.
    (Feb 2, 2008 4:59:53 PM), Install, com.sap.installshield.CheckServicesAction, err, CheckServicesAction(bean17): Expected service (SAPNSP_00) is not currently running
    (Feb 2, 2008 4:59:53 PM), Install, com.sap.installshield.CheckServicesAction, wrn, CheckServicesAction(bean17): Service SAPNSP_00 is not available, retry after 10 s.
    (Feb 2, 2008 5:00:03 PM), Install, com.sap.installshield.CheckServicesAction, err, An error occurred and product installation failed.  Look at the log file C:\SAP\NSP\log.txt for details.
    (Feb 2, 2008 5:00:03 PM), Install, com.sap.installshield.CheckServicesAction, err, ProductException: (error code = 601; message="Services failed to start (see the log for details)")
    STACK_TRACE: 12
    ProductException: (error code = 601; message="Services failed to start (see the log for details)")
         at com.sap.installshield.CheckServicesAction.install(CheckServicesAction.java:95)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown Source)
         at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    (Feb 2, 2008 5:05:06 PM), Install, com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct, err, An error occurred and product uninstallation failed.  Look at the log file C:\SAP\NSP\log.txt for details.
    (Feb 2, 2008 5:05:06 PM), Install, com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles, err, ProductException: (error code = 200; message="Java error"; exception = [java.lang.Exception])
    STACK_TRACE: 15
    ProductException: (error code = 200; message="Java error"; exception = [java.lang.Exception])
         at com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles.execute(StepWrapperInstallFiles.java:254)
         at com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles.executeAllSteps(StepWrapperInstallFiles.java:224)
         at com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles.executeAllUninstallationSteps(StepWrapperInstallFiles.java:192)
         at com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles.uninstall(StepWrapperInstallFiles.java:313)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.uninstallProductAction(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.processActionsFailed(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown Source)
         at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Any idea about that? The file sizes are correct, pre-requesites are fulfilled...
    Regards
    Chris

    Hello Christian,
    with de-installation manual, do you mean this one? --> link
    In your log file you can find this message "error code = 200", which can indicate an network error.
    1. So is your computer ping-able by hostname nor ip-adress?
    2. Which Windows version do you use?
    3. Has the user account you're working with administrative privileges?
    4. Which Java version is installed?
    5. Do you have any antivirus- nor firewall-program installed?
    To restart the installation please try the following steps:
    1. Stop all SAP processes.
    2. Execute the steps from the first part of the link above (Error code = 200 during installation or...)
    3. Check your services-file under C:WINDOWSsystem32driversetc that there aren't any entries like NSP.
    4. Open up Start -> Run... -> services.msc and you will get an list of your installed services. Please verify that there aren't any entries like SAPNSP_00. You have to delete them first.
    5. Try to ping your computer by hostname and ip-adress. It must be reachable.
    6. Check that your hostname isn't longer than 13 characters.
    7. Delete the folder "C:Program Filessapinst_instdir".
    8. If it exists, please delete or rename the folder "C:Program FilesCommon FilesInstallShield" too.
    9. Reboot your computer.
    10. Login again, deactivate all antivirus- nor firewall-programs and restart the installation.
    At the end you have to get an "Installation was successful" message.
    Hope it helps.
    Regards,
    Norman Schröder

  • Getting mad need help

    Okay so i had a blackberry curve 9300 it broke so i got the exact same phone from someone i know, on my old phone my emails were set up to come to my phone now on this phone it wont let me set up my email at all. The thing is i goto the setup and click the email option then it gives me the option for an internet email or an enterprise i click the email and it takes me back to the begining of the setup everytime, why is this how can i fix it?? I need my emails on my phone...

    You need to call Sasktel and confirm this new device is registered on your account, and that the new device is also registered on their netwwork.
    Meanwhile, try this.
    Please try this FIRST, using your BlackBerry browser...
    1)
    • Go to mobile.blackberry.com OR to www.blackberry.com/integrate
    • Scroll down to Communication and then to Email.
    • Choose the appropriate email set up options.
    If that works and completes your email setup/editing, good.
    If not, follow these additional instructions:
    2) Register HRT: (OS5) Home Screen > Options > Advanced Options > Host Routing Table > Scroll to any line entry and > press the Menu key > and then click Register Now. If you have an OS 6 or OS 7 device, Look at Options > Device > Advanced > Host Routing Table, etc.
    3) Resend Service Books: Article ID: KB02830 How to send the service books for a BlackBerry Internet Service account. http://www.blackberry.com/btsc/KB02830
    4) Then, with the BlackBerry device POWERED ON, remove the battery for a minute, and then reinsert the battery to reboot. A reboot in this manner is prescribed for most glitches and operating system errors, and you will lose no data on the device doing this.
    5) Now, return to the 1) mobile.blackberry.com email setup as mentioned above and follow that.
    Hopefully that will get things going for you!
    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!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Getting mad at apple

    third time they screw me over!
    First i buy this iPod mini.. month after that.. they make it cheaper.
    Then i buy a 4G iPod 20gig.. month after that.. they make them with color screens SAME PRICE.
    This time i waited.. so i bought a mac mini, (the new kinds) and what do i hear now.. NEW MAC MINI's this sacks sooooooo much.
    For some people with enough of money it doensnt matter.. but i have to save up for MONTHS! and then they screw me over like this
    I'm so mad

    Some good points made here - especially the advice about 'buying what you want and ignoring new developments.'
    I bought a Mac mini just 3 weeks ago aware that it had recently been upated to 512MB etc just 5 weeks earlier. It's true that things move quickly in technology; but then again it's the same with everything.
    I expect my toaster has been replaced several times since I bought mine; not to mention my kettle and fridge. Do I care? No.
    Computers/iPods/mobiles are sometimes different to those of us who have a 'market awareness' of these things. With computers we could indeed wait for ever before buying: what about the move to Intel? I could have waited for that - but that's at least hanging on 'till next June; or maybe longer if it isn't the mini that is the first Mac to be 'Intelised.' Meanwhile, I'd still be waiting to 'cross the Rubycon' from Windows to OS X. At least now I'm 'onboard' and enjoying the experience.
    I bought my Sony Ericsson smartphone when it was first released. In doing so, I didn't plan to upgrade it every five minutes - it wasn't cheap even on contract. It has been replaced twice since I bought mine, but it does what I want so I'm still happy.
    That's the key issue with computers and other 'fast moving' technological items: as long as it fulfils the functions you require of it, then in effect it is the 'current model' in terms of everyday useage.
    Since buying my Mac three people I know have looked at it admiringly: it's compactness, it's styling and the look of OS X on the screen. Not one of them has asked "what spec is it?"
    ...By the way Bonnie, I like your allusion to 'group therapy.' I wonder what Freud would make of this?

  • Getting mad at all these unwanted telemarketer calls! Do something Verizon!

    I've been getting alot of unwanted telemarketer calls the last few months. It always seems to be from the same people but they use different numbers. It's a recorded message that says they have important personal information. I wish Verizon would do something to stop these **bleep**!  It doesn't do much adding the numbers to the don't call list since they always call from a different #. Here are a couple of the phone numbers they've called from.
    [Removed phone numbers]

    lenn555 wrote:
    I've been getting alot of unwanted telemarketer calls the last few months. It always seems to be from the same people but they use different numbers. It's a recorded message that says they have important personal information. I wish Verizon would do something to stop these **bleep**!  It doesn't do much adding the numbers to the don't call list since they always call from a different #. Here are a couple of the phone numbers they've called from.
    What makes you think its telemarketers?  The script that you reported usually is a bill collector not a telemarketer..  Have you tried doing a reverse lookup of the number?
    Stephy002 wrote:
    that HERE goes back to the circle that Verizon has created...this is crap!  Cannot wait until my contract is up....!!!!!!!
    Why are you quick to blame the carrier and also what is changing carriers suppose to do because your phone number is stored in public data base if you are open to pay for info?
    I cant get so many blaming carrier but when they get these same calls at home on a land line they dont blame the phone company...  This world is about passing blame...  I dont get it.

Maybe you are looking for