10.4.11 upgrade 10.5.4 spamassassin error harvest_completed_queries

Hi, I have upgraded from 10.4.11 server to 10.5.4
My mail server is operational but SA is not working.
Every few minutes the following message is logged
plugin: eval failed: Can't locate object method "harvestcompletedqueries" via package "Mail::SpamAssassin::PerMsgStatus" at /Library/Perl/5.8.8/Mail/SpamAssassin/Plugin/Check.pm line 94, <GEN10> line 10377.
I am probably missing something obvious but it has me stumped
I am using excellent tools from topicdesk.com ( installed per 10.5 instructions)
Thanks

[66114] warn: config: failed to parse line, skipping, in "/etc/mail/spamassassin/local.cf": auto_learn 1
[66114] warn: config: failed to parse line, skipping, in "/etc/mail/spamassassin/local.cf": safe_reporting 0
[66114] warn: config: failed to parse line, skipping, in "/etc/mail/spamassassin/local.cf": usetersereport 0
[66114] warn: config: failed to parse line, skipping, in "/etc/mail/spamassassin/local.cf": subject_tag * Warning: Junk Mail *
[66114] warn: config: failed to parse line, skipping, in "/etc/mail/spamassassin/local.cf": rewrite_subject 0
[66114] warn: config: failed to parse, now a plugin, skipping, in "/etc/mail/spamassassin/local.cf": ok_languages da en fr it ja
[66114] warn: lint: 5 issues detected, please rerun with debug enabled for more information

Similar Messages

  • IPod touch is not recognized by Windows (with a connect to iTune screen) after OS 5.1.1 upgrade and received an 1602 error

    My iPod touch is not recognized by Windows 7 and will not appear on My Computer as a storage device after OS 5.1.1 upgrade and received an 1602 error.  My iPod is now having a connect to iTune screen.

    Error 1600, 1601, 1602: Try the following steps to resolve this error:
    Ensure proper USB isolation troubleshooting has been performed, and test with a known-good cable.
    Follow the steps listed for Error 1604.
    This error may be resolved by disabling, deactivating, or uninstalling third-party security, antivirus, and firewall software. See steps in this article for details on troubleshooting security software.
    http://support.apple.com/kb/TS3694#error1602

  • ECC 6 SR3 upgrade I am getting following error at  RSVBCHCK

    2EETQ241 Errors found in logfiles - accumulated in file "PSVBCHCK.ELG"
    1EETQ203 Upgrade phase "JOB_RSVBCHCK_D" aborted with errors
    1 ETH010XRSVBCHCK: Check of open update requests
    2EETG050 Update records still exist - Please process.
    There is no SM13 nor SMQ1 entries in the system, also reorganiezed update records, also checked following.
    SQL> select * from sapr3.VBERROR;
    no rows selected
    SQL> select * from SAPR3.VBERROR;
    no rows selected
    SQL> select * from SAPR3.VBMOD;
    no rows selected
    SQL> select * from SAPR3.VBHDR;
    no rows selected
    SQL>
    Incase anyone had faced similar issues, and found a workarond please let me know
    thanks.

    Hi Mathew,
    Please check if your system has the ABAP program "RMCEXCHK" as per OSS Note  no. 1083709.
    Once you run this program, it exactly would let you know what are the areas which are causing the issues. Based on that you can empty out the LIS Set up tables.
    Also, can you please check the update program for LIS has emptied out the entries in SMQ1.
    Regards,
    Anil

  • Script level upgrade for database 'master' failed because upgrade step 'msdb110_upgrade.sql' encountered error 537, state 3, severity 16

    Hello,
    I've encountered issue during installation of SP1 to SQL Server 2012. After upgrade I'm getting this error in Event Log:
    Script level upgrade for database 'master' failed because upgrade step 'msdb110_upgrade.sql' encountered error 537, state 3, severity 16. This is a serious error condition which might interfere with regular operation and the database will be taken offline.
    If the error happened during upgrade of the 'master' database, it will prevent the entire SQL Server instance from starting. Examine the previous errorlog entries for errors, take the appropriate corrective actions and re-start the database so that the script
    upgrade steps run to completion.
    Can someone point me direction how I can fix it? This is a production server and currently only way to make it working is to use T902 flag in SQL Server startup params. I've found some suggestions to check Data path if it exists but it does so this is not
    the issue here. Any ideas?
    I've found also here
    http://www.sqlservercentral.com/Forums/Topic1377073-1550-1.aspx#bm1378279
    suggestions for similar issue with SQL Server 2008 which that I should do:
    Via ssms:
    From msdb:
    Delete:
    dc_admin role
    Dc_operator role
    Dc_proxy role
    UlitityCMRReader role
    UtilityIMRReader role
    UtilityIMRWriter role
    but for not I didn't tried it yet. This is standalone SQL Server instance.
    Any help really appreciated.
    Regards

    Script returns the same error.
    System databases:
    1    1    760    -1    10    1048578    0    1    master        C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\master.mdf
    2    0    12768    -1    10    1048642    0    1    mastlog        C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\mastlog.ldf
    1    1    1024    -1    10    1048578    0    2    tempdev        C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\tempdb.mdf
    2    0    64    -1    10    1048642    0    2    templog        C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\templog.ldf
    1    1    288    -1    128    2    0    3    modeldev    C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\model.mdf
    2    0    4464    -1    10    1048642    0    3    modellog    C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\modellog.ldf
    1    1    28936    -1    10    1048578    0    4    MSDBData    C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\MSDBData.mdf
    2    0    3352    268435456    10    1048642    0    4    MSDBLog    C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\MSDBLog.ldf
    are all in place where path shows.
    Before sending my message I've searched update script for "FROM master.sys.master_files" and I found script which you are showing me. I've made some digging and when I runned:
           SELECT physical_name
           FROM master.sys.master_files
           WHERE (name = N'master')
    it returned also path to one my customers database name which has filename set correctly but it's Logical DB name is master and mastlog. I'm running shared hosting company and I allow my customers to restore their DBs from .bak files but I have no idea why
    this customers logical name is set to master and mastlog. Probably when I change this names update script will work as it should. On the other hand in my opinion there should be some kind of fail safe mechanism for situations like this one.
    EDIT: After changing logical name for DB and log for mentioned DB your script runned fine so probably now when I remove T902 flag and restart my SQL Server update will run correctly. Big thanks for resolving this issue.

  • Following the recent iTunes upgrade I am getting two error messages (-42404) and (-50).  Any ideas how to rectify?

    Using iTunes for the first time since the upgrade I am plagued with error messages - one telling me that a required component is not installed (-42404) and a second that my iTunes store request cannot be completed (-50).  I've reset my old iPod as the message tells me but am reluctant to do that on my iPhone and risk loosing content.  I've uninstalled and reinstalled iTunes but it's made no difference.  Any ideas how to fix please?

    Disable your firewall/security software.

  • ISA550 After upgrade 1.2.17 many error messages in the log

    Hi,
    After upgrade> 1.2.17 many error messages in the log
    Hello,
    after upgrading from 1.2.15> 1.2.17 have infinitely many errors in the log:
    Err - System: sdsd: msgq_open: Error: mq_open () failed on msg queue / sdsd, errno = 2
    Err - System: sdsd: open_control_msgq: Failed to open sdsd control message queue, errno = 2 (No such file or directory)
    These errors occur repeatedly (300 times per minute). So I went back to the FW 1.2.15.
    Does anyone have an idea?
    Thanks and regards
    Claus

    Hi John,
    Has this issue been resolved yet ?
    I'm facing the same issue after upgrading to 1.2.18
    11/11/2013 10:42    Error    System    sdsd: msgq_send: name /sdsd: pid 27242: mq_timedsend failed, errno = 9
    11/10/2013 12:42    Error    System    sdsd: http_post: Error: Failed to open connection to v1.sds.cisco.com
    11/10/2013 12:42    Error    System    sdsd: open_connection: TCP connection failed on connection 0x1B1C60F8
    11/10/2013 12:42    Error    System    sdsd: tcp_connect: Couldn't connect socket, errno = 110
    11/10/2013 0:22    Error    System    sdsd: http_get: Error: Failed to open connection to v1.sds.cisco.com
    11/10/2013 0:22    Error    System    sdsd: open_connection: TCP connection failed on connection 0x1AFC4DC0
    11/10/2013 0:22    Error    System    sdsd: tcp_connect: Couldn't connect socket, errno = 110
    11/9/2013 18:43    Error    System    sdsd: http_post: Error: Failed to open connection to v1.sds.cisco.com
    11/9/2013 18:43    Error    System    sdsd: open_connection: TCP connection failed on connection 0x1B1C60F8
    11/9/2013 18:43    Error    System    sdsd: tcp_connect: Couldn't connect socket, errno = 110
    Please let me know how to make this go away.
    What are these errors about anyway ?? What causing it ??
    Thanks
    Lutfi
    2013-11-11 10:42:29
    Error
    System
    sdsd:  msgq_send: name /sdsd: pid 27242: mq_timedsend failed, errno = 9
    2013-11-10 12:42:59
    Error
    System
    sdsd: http_post: Error: Failed to open connection to v1.sds.cisco.com
    2013-11-10 12:42:59
    Error
    System
    sdsd: open_connection: TCP connection failed on connection 0x1B1C60F8
    2013-11-10 12:42:58
    Error
    System
    sdsd: tcp_connect: Couldn't connect socket, errno = 110
    2013-11-10 00:22:57
    Error
    System
    sdsd: http_get: Error: Failed to open connection to v1.sds.cisco.com
    2013-11-10 00:22:57
    Error
    System
    sdsd: open_connection: TCP connection failed on connection 0x1AFC4DC0
    2013-11-10 00:22:56
    Error
    System
    sdsd: tcp_connect: Couldn't connect socket, errno = 110
    2013-11-09 18:43:17
    Error
    System
    sdsd: http_post: Error: Failed to open connection to v1.sds.cisco.com
    2013-11-09 18:43:16
    Error
    System
    sdsd: open_connection: TCP connection failed on connection 0x1B1C60F8
    2013-11-09 18:43:16
    Error
    System
    sdsd: tcp_connect: Couldn't connect socket, errno = 11011/11/2013 10:42    Error    System    sdsd: msgq_send: name /sdsd: pid 27242: mq_timedsend failed, errno = 9
    11/10/2013 12:42    Error    System    sdsd: http_post: Error: Failed to open connection to v1.sds.cisco.com
    11/10/2013 12:42    Error    System    sdsd: open_connection: TCP connection failed on connection 0x1B1C60F8
    11/10/2013 12:42    Error    System    sdsd: tcp_connect: Couldn't connect socket, errno = 110
    11/10/2013 0:22    Error    System    sdsd: http_get: Error: Failed to open connection to v1.sds.cisco.com
    11/10/2013 0:22    Error    System    sdsd: open_connection: TCP connection failed on connection 0x1AFC4DC0
    11/10/2013 0:22    Error    System    sdsd: tcp_connect: Couldn't connect socket, errno = 110
    11/9/2013 18:43    Error    System    sdsd: http_post: Error: Failed to open connection to v1.sds.cisco.com
    11/9/2013 18:43    Error    System    sdsd: open_connection: TCP connection failed on connection 0x1B1C60F8
    11/9/2013 18:43    Error    System    sdsd: tcp_connect: Couldn't connect socket, errno = 1

  • When upgrading quicktime, I get an error code: -3, and itunes will not run.

    when upgrading quicktime, I get an error code: -3, and itunes will not run. How do I fix?

    i 'm very interest because on 3 PC , i have the same problem and i work at tv producer...

  • CiscoWorks won't start after LMS upgrade 3.0 - 3.2 ERROR 502 Bad Gateway in Portal

    I upgraded CiscoWorks LMS from 3.0 to 3.2 today.  Everything worked prior to the upgrade.
    The upgrade was successful, with no errors, and all services started.
    Can anyone help, and check everything and I see no problem. The system creates the file MDCSupportInformation.zip me clean without any content.
    I add the installation log file;
    And tell them that after upgrading to 3.2, you carge the following patches:
    LMS321-win-CSCtr77570-0.zip,
    cm5.2.1-nt-CSCtw88763-1.0.zip,
    lms3.2.1-win-CSCts95764-0.zip,
    lms3.2.1-win-CSCts82530-0.zip
    in that order.
    He added the logs generated by the LMS services Tomcat and Apache

    Hi,
    Here are the various errors/warning I found while looking through the attached logs.
    WARNING:The application that you are installing requires new tasks to be
    WARNING:registered with ACS. If you have already registered this application
    WARNING:with ACS from another server, you do not need to register it again.
    WARNING:However if you re-register the application, you will lose any custom
    WARNING:roles that you  had created earlier for this application  in ACS.
    WARNING:Some features in ACS may not work correctly on Dual-stack servers.
    Warning: System memory is less than the minimum requirement.This may affect performance.
    Warning: Current swap space is less than the minimum requirement. This may affect performance.
    WARNING: The available RAM is 4086 MB which is lesser than the required RAM of 4096 MB. User chose to continue the installation
    WARNING: Domain Name is not found from TcpIp parameters, setting PX_FQDN same as PX_HOST
    INFO: User Selected to Reboot the Machine
    Installation Completed at 16:38:06
    Nov 23, 2012 7:59:11 PM org.apache.tomcat.util.threads.ThreadPool$ControlRunnable run
    SEVERE: Caught exception (java.lang.NoClassDefFoundError) executing org.apache.jk.common.ChannelSocket$SocketConnection@d888c7, terminating thread
    [warn] RSA server certificate CommonName (CN) `LOND-CW-MDF-1' does NOT match server name!?
    [Fri Nov 23 19:19:46 CST 2012] CMFX - fileLoc is \C:\PROGRA~1\CSCOpx\lib\classpath\md.properties
    [ Fri Nov 23 19:22:22 CST 2012 ] TomcatMonitor After gettingAJPPort
    [ Fri Nov 23 19:22:22 CST 2012 ] TomcatMonitor After gettingAJPPort : ajpPort = 9009 and host =LOND-CW-MDF-1
    Cookie value is invalid
    LTGateway.run(): connection to LWMS failed, trying again,  Nov 23 19:22:28
    You have a BUNCH of the ChannelSocket$SocketConnection exceptions.
    The next step for you:
    Check the running processes via cmd line (pdshow -brief).
    Check that all processes are running as expected.  If they are then take a look at what is keeping ports open on your box (netstat -anob).  From above, the reason may be an application occupying a port LMS needs.  Also check the Windows error logs.
    Check the following services, they should look like:
    Ciscoworks ANI database engine :Manual
    CiscoWorks Daemon Manager :Auto
    CiscoWorks RME NG database :Manual
    CiscoWorks Tomcat Servlet engine : Manual
    CW VisiBroker Smart Agent :Manual
    CiscoWorks Web Server :Manual
    CWCS Cmf database engine :Manual
    CWCS rsh/rcp service :Auto
    CWCS syslog service :Auto
    CWCS tftp service :Auto
    DFM dfmEpm :Manual
    DFM dfmFh :Manual
    DFM dfmInv :Manual
       4.  Log in as the local Administrator (not Domain).
    Stop daemons (net stop crmdmgtd)
    CSCOpxMDC\Apache\perl ConfigSSL.pl -disable
    CSCOpx\MDC\Apache\perl ConfigSSL.pl -enable (Answer when prompted)
    navigate to ..\NMSROOT\setup\support
    Execute resetCasuser.exe
    Start Daemons (net start crmdmgtd) and wait 20 minutes.
    Check if condition persists.
       5.  Check the output of  ..\NMSROOT\MDC\Apache\bin>pdreg -l Apache
    A couple other things:
    Set the server name to be the server name with the domain as well.
    Set the primary DNS suffix to match
    Modify md.properties & Registry & set PX_FQDN to the above.
    - HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet
    - HKEY_LOCAL_MACHINE\SOFTWARE\Cisco\ResourceManager\CurrentVersion\Environment
    Thanks.

  • I have unlocked my iphone and when tried to upgrade it, i got an error, so i restored it.But i was not able to activate my iphone 3gs now...it is showing a message like ' sim card not found'..please help me with this regard

    I have unlocked my iphone and when tried to upgrade it, i got an error, so i restored it.But i was not able to activate my iphone 3gs now...it is showing a message like ' sim card not found'..please help me with this regard

    Try popping out the SIM card and turn off the phone.
    Pop in the SIM card once again and turn on the phone, make sure that the SIM card is placed and seated perfectly in the tray!
    Tell me how did you unlock your phone!?

  • Our computers were upgraded from Windows XP to Windows 7. When we try to access CS5 we get an error.  We originally had CS3 and upgraded to CS5 now the error message wants us to choose a qualifying product which seems to be CS4 however we went from CS3 to

    Our computers were upgraded from Windows XP to Windows 7. When we try to access CS5 we get an error.  We originally had CS3 and upgraded to CS5 now the error message wants us to choose a qualifying product which seems to be CS4 however we went from CS3 to CS5.  Can anyone assist

    Contact serial number support by web chat.
    Mylenium

  • Can't open old Numbers spreadsheet after upgrading Mac to Yosemite. Error message says it should first be upgraded to Numbers 09 but doesn't provide method to do so?  Help?

    Can't open old Numbers spreadsheet after upgrading Mac to Yosemite. Error message says it should first be upgraded to Numbers 09 but doesn't provide method to do so?  Help?

    There is a chance the spreadsheets were made with a Numbers or AppleWorks version so old that it's not compatible anymore with the latest Numbers version (yes this can happen)

  • Upgrade phase "SQLSCREXE_ALI_ORG" aborted with errors

    Hi ,
    Need some assistance. Logged message with SAP AG, still waiting for response.Anyone that can assist will be appreciated. Error from logs.
    /usr/sap/put/log# more SEDCORG.LOG
    1 ETQ201XEntering upgrade-phase "SQLSCREXE_ALI_ORG" ("20061108125644")
    2 ETQ366 Connect variables are set for shadow instance access
    4 ETQ399 System-nr = '01', GwService = 'sapgw01'
    4 ETQ399 Environment variables:
    4 ETQ399   dbs_ora_schema=SAPR3
    4 ETQ399   auth_shadow_upgrade=1
    4 ETQ380 computing toolpath for request "TP_EXECDBSCRIPT_NEW"
    4 ETQ381 request "TP_EXECDBSCRIPT_NEW" means "execdbscript with 46A feature"
    4 ETQ382 translates to group "R3UP_TOOL_GROUP_NEW"
    4 ETQ383 translates to path "exe"
    4 ETQ383 translates to path "exe"
    4 ETQ276 Executing SQL-script "ALORDC.XQL"
    4 ETQ399 ext. env.: DIR_LIBRARY=/usr/sap/put/exe
    4 ETQ399 ext. env.: LIBPATH=/usr/sap/put/exe:/usr/sap/BB1/sapjco:/usr/lib:/lib:/usr/sap/BB1/SYS/exe/run:/usr/java131
    /jre/bin:/usr/java131/jre/bin/classic
    4 ETQ399 2006/11/08 12:56:44: put_execute: (tp) forkpid:97258
    2EETQ278 Errors during execution of SQL-script "ALORDC.XQL"
    1EETQ203 Upgrade phase "SQLSCREXE_ALI_ORG" aborted with errors ("20061108125645")
    Checked TPSQLSTD.OUT log
    /usr/sap/put/log# more TPSQLSTD.OUT
    BLOCKED SIGNALS: ''
    SAPup> Starting subprocess 97258 at 20061108125644
    ENV <0x2ff22d14>: dbms_type=ORA
    ENV <0x2ff22d22>: dbs_ora_tnsname=BB1
    ENV <0x2011c290>: dbs_ora_schema=SAPR3
    ENV <0x2ff22d4b>: ORACLE_PSRV=BB1
    ENV <0x2ff22d5b>: ORACLE_SID=BB1
    ENV <0x2ff22d75>: ORACLE_HOME=/oracle/BB1/102_64
    ENV <0x2ff22d94>: ORACLE_BASE=/oracle
    ENV <0x2ff22da8>: ORA_NLS33=/oracle/client/92x_64/ocommon/nls/admin/data
    ENV <0x2ff22ddf>: NLS_LANG=AMERICAN_AMERICA.US7ASCII
    ENV <0x20147368>: DIR_LIBRARY=/usr/sap/put/exe
    ENV <0x2014864c>: LIBPATH=/usr/sap/put/exe:/usr/sap/BB1/sapjco:/usr/lib:/lib:/usr/sap/BB1/SYS/exe/run:/usr/java131/j
    re/bin:/usr/java131/jre/bin/classic
    ENV <0x2011be90>: auth_shadow_upgrade=1
    EXECUTING /usr/sap/put/exe/tp (tp) pf=/usr/sap/put/bin/EXDBNEW.TPP execdbscript BB1 -x ALORDC.XQL
    This is /usr/sap/put/exe/tp version 370.00.09 (release 700)
    Warning: Parameter INTERRUPT is no longer used.
    Warning: Parameter DAYLIGHT_SHUTDOWN is no longer used.
    Warning: Parameter WITH_TACOB is no longer used.
    Warning: Parameter IMPDP_BY_EVENT is no longer used.
    Warning: Parameter INTERRUPT is no longer used.
    Warning: Parameter DAYLIGHT_SHUTDOWN is no longer used.
    Warning: Parameter WITH_TACOB is no longer used.
    Warning: Parameter IMPDP_BY_EVENT is no longer used.
    Warning: Parameter DBNAME is no longer used.
    Warning: Parameter DBHOST is no longer used.
    Warning: Parameter DBCONFPATH is no longer used.
    2EETP000 sap_dext called with msgnr "2":
    2EETP000 -
    db call info -
    2EETP000 function:   db_ntab
    2EETP000 fcode:      NT_RDTDESCR
    2EETP000 tabname:    TADIR
    2EETP000 len:        5
    2EETP000 key:        TADIR
    2EETP000 retcode:    2
    1AETP000 exit in function texitnow
    ERROR: EXIT(16) -> process ID is: 97258
    tp returncode summary:
    TOOLS: Highest return code of single steps was: 16
    ERRORS: Highest tp internal error was: 0200
    tp finished with return code: 200
    meaning:
      ERROR: see tp's stdout (Standard Out may not be available)
    Process with ID 97258 terminated with status 200
    History : Original problem was related to environment variables for DIR_LIBRARY. Resolved that issue; UaGui was started as root and not the <sid>adm user. UaServer was started as correct user. Killed session and logged on as <sid>adm restarted UaGui as the correct user. Now this error comes up, SAPup won't allow me continue or retry
    Replaced tp, r3trans and SAPup tools. Also when I run the cmd /usr/sap/put/exe/tp (tp) pf=/usr/sap/put/bin/EXDBNEW.TPP execdbscript BB1 -x ALORDC.XQL in a seperate session, it completes successfully and creates the necessary views as described in  ALORDC.XQL. I checked the ALORDC.LOG to confirm this.
    Kind Regards,
    Ricky Padayachee

    Hi John,
    The problem I had was wrong environment when starting the Uagui and Uaserver, must be started as adm user. I also restarted the installation from scratch...
    I  had an issue with a duplicate database object, SVERS in my case. I dropped the object not required and restarted phase, went through fine.
    Let me know, how it goes.
    Regards,
    Ricky

  • HT1947 After upgrade to Remote I get error message that says I must connect to wi-fi, though I am connected! What can I do?

    After upgrade to Remote I get error message that says I must connect to wi-fi, though I am connected! What can I do?

    Hey gwscrt,
    Since iTunes directed to you to restore your iPod, I'd check out the following article that goes over the steps to do so:
    Restoring iPod to factory settings
    http://support.apple.com/kb/ht1339
    I would read the document in full, but here are the applicable steps for you:
    How to restore iPod
    Verify that you have an active Internet connection, because you may need to download new versions of the iTunes and iPod Software.
    Download and install the latest version of iTunes if necessary.
    Open iTunes. Connect your iPod to your computer using the USB or FireWire cable that came with your iPod.
    After a few moments, your iPod will appear in the Source panel in iTunes.
    Select your iPod in the Source panel. You will see information about your iPod appear in the Summary tab of the main iTunes window.
    Click Restore.
    If you are using a Mac, you will be asked to enter an administrator’s name and password.
    A progress bar will appear on the computer screen, indicating that stage one of the restore process has begun. When this stage is done, iTunes will present one of two messages with instructions specific to the iPod model you are restoring.
    Disconnect iPod and connect it to iPod Power Adapter (typically applies to older iPod models).
    Leave iPod connected to computer to complete restore (typically applies newer iPod models).
    During stage two of the restore process, the iPod displays an Apple logo as well as a progress bar at the bottom of the display. It is critical that the iPod remain connected to the computer or iPod power adapter during this stage.
    Note: The progress bar may be difficult to see, because the backlight on the iPod display may be off.
    After stage two of the restore process is complete, the iTunes Setup Assistant window will appear. It will ask you to name your iPod and choose your syncing preferences, as it did when you connected your iPod for the first time.
    Have a good one,
    David

  • Can't upgrade to XI from 9. error always occurs and it tells me to contact software manufacturer for assistance by sassy lassies

    How can I eliminate the error that prevents me from upgrading from 9.0 to 11.0  The message always says contact the software manufacturer for assistance but so far, no help.  I have an iMac.

    That wouldn't be an adobe error.
    Can you tell us how you are upgrading and exactly what the error message says? Right off the bat I would say you have malware on your system.

  • Installing SpamAssassin Errors

    I just want to check the errors I get when I upgrade SpamAssassin before I proceed any farther.
    This is what I get after Makefile:
    optional module missing: Mail::SPF::Query
    optional module missing: IP::Country
    optional module missing: Razor2
    optional module missing: Net::Ident
    optional module missing: IO::Socket::INET6
    optional module missing: IO::Socket::SSL
    optional module missing: Mail::DomainKeys
    optional module missing: Mail::DKIM
    optional module missing: DBI
    optional module missing: LWP::UserAgent
    optional module missing: HTTP::Date
    optional module out of date: Archive::Tar
    optional module missing: Encode::Detect
    This is what I get after the verify your installation:
    [4075] warn: config: failed to parse, now a plugin, skipping, in "/etc/mail/spamassassin/local.cf": ok_languages zh en
    [4075] warn: config: failed to parse line, skipping, in "/etc/mail/spamassassin/local.cf": rewrite_subject 1
    [4075] warn: lint: 1 issues detected, please rerun with debug enabled for more information
    Then I installed spamtrainer and did the command and here is that result:
    amavisd.conf needed no changes.
    local.cf needed no changes.
    I am still getting the same errors after the verify command, are these ok errors and I can proceed or an I missing something somewhere.
    Once again thanks for helping me.

    Yes you are fine. The "errors" in local.cf are cosmetic (OS X uses amavisd to call SpamAssassin, so these particular entries in local.cf do not matter). If you want to get rid of them see schoumac's post above mine.
    The Perl modules missing are optional. Unless you require/desire some of that functionality, you are OK.
    Message was edited by: pterobyte

Maybe you are looking for

  • Error in LM01 for GR-109, in case of partial GR-107 for a std PO.

    We are facing the issues in Doing the Goods receipt thru LM01 Transaction for movement type 109 in Specific cases as .      We created a standard PO and done the Goods receipt process of movement type 107 for partial quantity, and then other Goods re

  • I am facing a problem in the sales order the purchase requistion no is not

    Hello SD Gurus, I am facing a prob in the sales order the purchase requistion is not coming, is there any config settings is required. In my bcness process after creating the SO automatically through wokflow the Purchase order will trigger. I have ch

  • Apple ID prompt on iPhone 4S uses old email address

    My Hotmail address became Outlook, so I've changed my Apple ID. My iPhone 4S doesn't realise this, though - when it prompts for my password, it uses my old ID. How do I get it to recognise the update?

  • Non-stream based File I/O

    I'm trying to write an Applet that will allow a user to use a RandomAccessFile object to move forward and backward through a binary file (it's plotting the data). The binary file is located on the server. I know that signing is necessary to access th

  • How do I reconnect files referencing my iPhoto library?

    Hi, I have a bunch of files that I've imported from iPhoto but Aperture is saying are offline.  I know I have to reconnect them to the masters in the iPhoto library, but when I try, using the Locate Referenced File command, the "iPhoto Library" at th