[Probable Solution:] DiskWarrior error 2154

I've been meaning to post this for awhile; ran into it again this week so thought I'd put it out there for, apparently, many others baffled by:
DiskWarrior ERROR (2154); not enough memory, restart from CD, etc.
So, there are times when a 2154 genuinely is a memory issue; the drive/volume you are attempting to rebuild (quite often a Time Machine drive) has such a large and complex directory that you really do need a substantial amount of free disk space on a known-good startup volume, especially when the CD gives you the same message. If your current boot volume won't do, you may need to install a fresh OS on an extra drive/volume with plenty of free space (40-50-100GB+) in order to allow DW room to breathe.
The probable underlying cause when you're certain you have plenty of free startup disk free space to go into VM as needed, is that the volume/drive you are attempting to repair has a case of bad blocks/sectors. For whatever reason, DW is unable to always properly fault to a read/write error, and instead goes nuts consuming memory trying to get past it, and throws a 2154, instead.
Use a utility like Drive Genius at this point to scan your entire troubled drive (including multiple volumes, if applicable) for bad blocks, and be sure to check 'Spare Bad Blocks' or you'll just have to scan it twice.
Chances are, not only will you find bad blocks, but it may also take a number of hours or even days to complete the scan. Even then, following up with DW to rebuild what must then surely be a corrupted directory, may still net you a 2154. Today, I got lucky; after a four day scan on a 3TB drive, finding 1571 bad blocks, DW still puked a 2154, whereas Drive Genius 3 was able to resurrect a mostly functional drive using its own version of the 'Rebuild Directory B-Tree' function. However, DG does not *optimize* the directory, nor give you a rescue and damaged file report/preview), so I still chose to follow up with DW. Sure enough, now DW got past the 2154 in Step 5, but immediately went into 'Speed reduced by lack of memory' mode, given the immense number of linking files on a Time Machine drive.
The good news is I got a list of bad files that was pretty reliable; the bad news is I lost a ton of data, despite less than 6MB of actual damaged blocks (<0.1% of the drive total), as too many files were linked inside those bad blocks.
The final lesson? Time Machine is never enough; local clones are never enough; you should also have offsite data backups. In this case I was well heeded and well-covered; but there was an amount of very fresh data that never made it to more then my TM before a FireWire device (original iSight camera) caused a massive hard crash, damaging blocks and destroying a total of four hard drives on a Mac Pro. Ouch. Sometimes, no matter how diligent you are, there's a window in which you'll be caught with your pants down.
HTH
Frederico

1300 is instrument specific error. This can be caused by a number of things. There could be an incompatability between some of your settings (i.e. exceeding current limit for a given voltage range) or in the case of a driver that supports multiple models of instruments, a value out of range for that particular instrument. Along with the error code, what is the text in the source box of the error indicator? A quick look at the driver says that there should be.

Similar Messages

  • Receiving a DNS Solution Yahoo Error Handler Page and some pages won't display

    I recently downloaded the Stuffit Expander and ever since then Firefox hasn't been the same. I receive a DNS Solution Yahoo Error Handler page when I do a search sometimes. And now some pages won't even display for me when they should. How do I get rid of this Yahoo thing (In simple terms please)? Thanks!

    Thank you jscher2000! This seems to have fixed it! I appreciate it :)

  • HP Solution Center error "flash9b.ocx failed to register"

    I have a similar Flash9b.ocx faied to register problem that I have been trying to solve for several weeks.It started after I upgraded to the latest Flash Player 10.3.183.7 via the official Adobe website. After this upgrade on start up I got the following HP Solution Centre (printer software) error message:
    C:\Windows:\system32\Macromed\Flash\Flash9b.ocx failed to register. HRESULT-2147220473. Contact your support personnel.
    Further investigation confirmed that Flash Player had stopped working and where the image should be there was a blank black box. I tried reinstalling the latest version of Flash Player again but it made no difference. I was prompted to insert the original Solution Centre disk to solve the problem and although I tried this, it had no effect. I uninstalled Solution Centre including manually deleting any HP files that had been left behind and did a complete reinstall of the latest version including relevant patches from the HP website. This appears to have solved the problem as far as the Solution Centre error messages are concerned. However, on further investigation I found the Flash9b.ocx file mentioned above no longer exists but Flash Player still isn’t working.
    I am running Vista (32bit) with all the current upgrades and Internet Explorer version 9.0.8112.16421 update version 9.0.2 (KB2559049)
    Thanks for your help

    After more than two weeks of trying, I finally found a solution to my HP Solution Centre Flash Player 10 conflict. Below is what worked for me and if you have a similar problem I hope this posting is of some use. uninstall Solution Centre & reinstall the latest version plus all the relevant patches from the HP website. Reset browser settings which in my case was IE 9 (Internet Options, Advanced tab, Reset) followed by a restart. Then uninstall Flash Player (Control Panel, Programs & Features, Uninstall) followed by another restart. Finally go to Adobe website and download the latest version of Flash Player.
    Hope this helps

  • ORA-28547: connection to server failed, probable Net8 admin error

    Hi all. I use Oracle 10G. My listener.ora is below
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.8.26)(PORT = 1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = sened)
    (ORACLE_HOME = C:\Oracle\OraHome)
    (PROGRAM = extproc)
    I have database with name sened
    And my tnsnames is below:
    SENED =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.8.26)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = sened)
    When I start Windows, I can enter as sysdba . But when I issue "shutdown immediate", after that I can't connect as sys. And get this error:
    ORA-28547: connection to server failed, probable Net8 admin error
    And I stop my listener the I start it, it gives error:
    SQL> host lsnrctl start
    Service "sened" has 1 instance(s).
    Instance "sened", status UNKNOWN, has 1 handler(s) for this service...
    Why my database's status is UNKNOWN??
    Thanks....

    I get the error
    ORA-28546: connection initialization failed, probable Net8 admin error
    ORA-06512: at line 51
    when I try to run one of my sql scripts. The script tries to make an external procedure call. I am attaching the relevant .ora files.
    1.
    $ cat tnsnames.ora
    2.
    # tnsnames.ora Network Configuration File: /home/oracle/oracle/product/10.2.0/db_2/network/admin/tnsnames.ora
    3.
    # Generated by Oracle configuration tools.
    4.
    5.
    ORCL =
    6.
    (DESCRIPTION =
    7.
    (ADDRESS = (PROTOCOL = TCP)(HOST = accord.novaglobal.com.sg)(PORT = 1521))
    8.
    (CONNECT_DATA =
    9.
    (SERVER = DEDICATED)
    10.
    (SERVICE_NAME = orcl)
    11.
    12.
    13.
    14.
    EXTPROC_CONNECTION_DATA =
    15.
    (DESCRIPTION =
    16.
    (ADDRESS_LIST =
    17.
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    18.
    19.
    (CONNECT_DATA =
    20.
    (SID = orcl)
    21.
    (PRESENTATION = RO)
    22.
    23.
    24.
    25.
    26.
    27.
    28.
    29.
    30.
    31.
    32.
    33.
    34.
    35.
    36.
    cat listener.ora
    37.
    # listener.ora Network Configuration File: /home/oracle/oracle/product/10.2.0/db_2/network/admin/listener.ora
    38.
    # Generated by Oracle configuration tools.
    39.
    40.
    41.
    42.
    SID_LIST_LISTENER =
    43.
    (SID_LIST =
    44.
    (SID_DESC =
    45.
    (SID_NAME = orcl)
    46.
    (ORACLE_HOME = /home/oracle/oracle/product/10.2.0/db_2)
    47.
    (PROGRAM = extproc)
    48.
    (ENVS = "LD_LIBRARY_PATH=/home/oracle/DSAccord/lib,
    49.
    ACCORD_SYSTEM_6=/home/oracle/DSAccord/system/,
    50.
    ACCORD_SETTINGS_6=/home/oracle/DSAccord/accord6.ini,
    51.
    EXTPROC_DLLS=libaccora10.so.6:libaccosk10.so.6")
    52.
    53.
    54.
    55.
    56.
    LISTENER =
    57.
    (DESCRIPTION_LIST =
    58.
    (DESCRIPTION =
    59.
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    60.
    (ADDRESS = (PROTOCOL = TCP)(HOST = accord.novaglobal.com.sg)(PORT = 1521))
    61.
    62.
    63.
    64.
    65.
    66.
    67.
    cat sqlnet.ora
    68.
    # sqlnet.ora Network Configuration File: /home/oracle/oracle/product/10.2.0/db_2/network/admin/sqlnet.ora
    69.
    # Generated by Oracle configuration tools.
    70.
    71.
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)

  • ORA-28544: connect to agent failed, probable Net8 administration error

    HI WHEN I TRY TO QUERY SQL SERVER DATABASE FROM ORACLE IAM GETTING THE FOLLOWING ERROR
    ORA-28544: connect to agent failed, probable Net8 administration error
    External procedure agent received SQL or transactional RPC
    CAN ANYONE HELP ME ON THIS

    I've got the same error, help!!!
    specs:
    0. issues
    #>cat /etc/issue
    Welcome to SUSE LINUX Enterprise Server 9 (i586) - Kernel \r (\l).
    1. Checking ODBC connection
    #>cat /etc/unixODBC/odbc.ini
    [myodbc01]
    Description = my01
    Driver = my01
    Server = 192.168.0.xxx
    Database = mysqldb
    USER = oracle
    Password = orapasswd
    Port =
    Socket =
    Option =
    Stmt =
    #>cat /etc/unixODBC/odbcinst.ini
    [my01]
    Description = MYODBC351
    Driver = /usr/lib/unixODBC/libmyodbc3-3.51.06.so
    Setup = /usr/lib/unixODBC/libodbcmyS.so.1
    FileUsage = 1
    CPTimeout =
    CPReuse =
    #>isql myodbc01 oracle orapasswd
    | Connected! |
    | |
    | sql-statement |
    | help [tablename] |
    | quit |
    | |
    SQL> select * from mytable;
    | id| bug_id| reporter_id| bugnote_text_id| view_state| date_submitted | last_modified | note_type| note_attr|
    | 51| 5 | 2 | 51 | 10 | 2007-06-08 13:06:40| 2007-06-08 13:06:40| 0 | |
    | 50| 5 | 6 | 50 | 50 | 2007-06-08 13:05:54| 2007-06-08 13:05:54| 0 | |
    | 49| 5 | 5 | 49 | 50 | 2007-06-08 13:01:05| 2007-06-08 13:01:05| 0 | |
    | 48| 5 | 6 | 48 | 50 | 2007-06-08 13:00:42| 2007-06-08 13:00:42| 0 | |
    | 47| 5 | 5 | 47 | 50 | 2007-06-08 12:59:49| 2007-06-08 12:59:49| 0 | |
    | 46| 5 | 3 | 46 | 10 | 2007-06-08 12:58:27| 2007-06-08 12:58:27| 0 | |
    | 45| 5 | 2 | 45 | 10 | 2007-06-08 12:46:20| 2007-06-08 12:46:20| 0 | |
    | 44| 5 | 6 | 44 | 50 | 2007-06-08 12:45:52| 2007-06-08 12:45:52| 0 | |
    | 43| 5 | 2 | 43 | 50 | 2007-06-08 12:44:42| 2007-06-08 12:44:42| 0 | |
    | 39| 5 | 5 | 39 | 50 | 2007-06-08 12:37:48| 2007-06-08 12:37:48| 0 | |
    | 40| 5 | 6 | 40 | 50 | 2007-06-08 12:41:06| 2007-06-08 12:41:06| 0 | |
    | 41| 5 | 5 | 41 | 50 | 2007-06-08 12:41:41| 2007-06-08 12:41:41| 0 | |
    | 42| 5 | 6 | 42 | 50 | 2007-06-08 12:43:04| 2007-06-08 12:43:04| 0 | |
    SQLRowCount returns 13
    13 rows fetched
    SQL>
    ...so, it works
    2. Configuring HS
    #>hsodbc
    Oracle Corporation --- WEDNESDAY JUN 13 2007 13:23:56.886
    Heterogeneous Agent Release 10.2.0.3.0 - Production Built with
    Driver for ODBC
    #>cat /home/oracle/Ora10g/hs/admin/initmantis.ora --SID=mantis
    HS_FDS_CONNECT_INFO = myodbc01
    HS_FDS_TRACE_LEVEL = ON
    HS_FDS_SHAREABLE_NAME = /usr/lib/libodbc.so
    set ODBCINI=/etc/unixODBC/odbc.ini
    #>cat /home/oracle/Ora10g/network/admin/listener.ora
    LISTENER =
    (ADDRESS_LIST=
    (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))
    (ADDRESS=(PROTOCOL=ipc)(KEY=MANTIS)))
    SID_LIST_LISTENER=
    (SID_LIST=
    (SID_DESC=
    (SID_NAME=mantis)
    (ORACLE_HOME=/home/oracle/Ora10g)
    (PROGRAM=hsodbc)
    CONNECT_TIMEOUT_LISTENER = 5
    #>cat /home/oracle/Ora10g/network/admin/tnsnames.ora
    mantis =
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))
    (CONNECT_DATA=(SID=mantis))
    (HS=OK)
    3. Creating 'n testing db link..
    #>sqlplus ...
    SQL*Plus: Release 10.2.0.3.0 - Production on Wed Jun 13 13:53:00 2007
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL>select banner from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Prod
    PL/SQL Release 10.2.0.3.0 - Production
    CORE 10.2.0.3.0 Production
    TNS for Linux: Version 10.2.0.3.0 - Production
    NLSRTL Version 10.2.0.3.0 - Production
    SQL>create database link mantis_dblink connect to oracle identified by orapasswd using 'mantis';
    Database link created.
    SQL> select * from mytable@mantis_dblink;
    SQL> select * from mytable@mantis_dblink
    ERROR at line 1:
    ORA-28545: error diagnosed by Net8 when connecting to an agent
    Unable to retrieve text of NETWORK/NCR message 65535
    ORA-02063: preceding 2 lines from MANTIS_DBLINK

  • DiskWarrior errors on Time Machine volume

    I keep getting uninformative Time Machine errors. I then immediately run Disk Utility/repair [2 runs required today to get clean log]. Then DiskWarrior, which typically finds missing files - please see below log fragment.
    Any comments would be appreciated!
    Steve
    ===
    Disk Utility log:
    2008-11-13 16:00:48 -0800: Verify and Repair volume “TimeMachine”
    Starting repair tool: 2008-11-13 16:00:48 -0800
    2008-11-13 16:00:50 -0800: Checking Journaled HFS Plus volume.
    2008-11-13 16:00:50 -0800: Checking Extents Overflow file.
    2008-11-13 16:00:50 -0800: Checking Catalog file.
    2008-11-13 16:01:08 -0800: Incorrect number of file hard links
    2008-11-13 16:01:14 -0800: Checking multi-linked files.
    2008-11-13 16:01:18 -0800: Checking Catalog hierarchy.
    2008-11-13 16:02:09 -0800: Checking Extended Attributes file.
    2008-11-13 16:02:18 -0800: Checking multi-linked directories.
    2008-11-13 16:05:03 -0800: Checking volume bitmap.
    2008-11-13 16:05:03 -0800: Checking volume information.
    2008-11-13 16:05:03 -0800: Repairing volume.
    2008-11-13 16:05:33 -0800: 2008-11-13 16:05:33 -0800: Incorrect flags for file hard link (id = 1046176)
    2008-11-13 16:05:33 -0800: 2008-11-13 16:05:33 -0800: 2008-11-13 16:05:33 -0800: (It should be 0x22 instead of 0x2)
    2008-11-13 16:05:35 -0800: 2008-11-13 16:05:35 -0800: Incorrect flags for file hard link (id = 1228622)
    2008-11-13 16:05:35 -0800: 2008-11-13 16:05:35 -0800: 2008-11-13 16:05:35 -0800: (It should be 0x22 instead of 0x2)
    2008-11-13 16:05:39 -0800: 2008-11-13 16:05:39 -0800: Incorrect flags for file hard link (id = 2403180)
    2008-11-13 16:05:39 -0800: 2008-11-13 16:05:39 -0800: 2008-11-13 16:05:39 -0800: (It should be 0x22 instead of 0x2)
    2008-11-13 16:05:43 -0800: Rechecking volume.
    2008-11-13 16:05:43 -0800: Checking Journaled HFS Plus volume.
    2008-11-13 16:05:43 -0800: Checking Extents Overflow file.
    2008-11-13 16:05:44 -0800: Checking Catalog file.
    2008-11-13 16:06:07 -0800: Checking multi-linked files.
    2008-11-13 16:06:33 -0800: Checking Catalog hierarchy.
    2008-11-13 16:07:25 -0800: Checking Extended Attributes file.
    2008-11-13 16:07:33 -0800: Checking multi-linked directories.
    2008-11-13 16:10:18 -0800: Checking volume bitmap.
    2008-11-13 16:10:18 -0800: Checking volume information.
    2008-11-13 16:10:18 -0800: 2008-11-13 16:10:18 -0800: The volume TimeMachine was repaired successfully.
    Disk Warrior log fragment:
    File: "iNode17412322"
    Detected that this file is Absent
    Detected that this file is Absent
    Detected that this file is Absent
    Detected that this file is Absent
    Detected that this file is Absent
    Detected that this file is Absent
    Location: "/Backups.backupdb/MacPro/2008-11-13-153151/MacPro"
    Explanations:
    Absent: References to these items could not be found in the replacement directory, but appeared to exist in the
    original directory.

    I also got DiskWarrior errors because the size of the catalog on my Time Machine disk is 4.29GB (reported by DiskWarrior in the system log), which is greater than the 4GB memory limit for 32-bit applications. Disks are now getting large enough that disk utility vendors should consider creating 64-bit versions of their software. I decided to upgrade my Time Machine disk from 1TB to 1.5TB and wanted to block-copy the data from the old drive to the new drive in order to preserve the Time Machine history, but none of these utilities worked: Disk Utility restore, asr (command line), and Drive Genius 2. I checked the binaries and they are all 32-bit. Using a block copy instead of a file copy should be able to preserve any special attributes used by Time Machine.
    Apple needs to at least write a technote to address this. Currently they suggest to simply start a new Time Machine disk when the existing one gets full, but there is no simple integrated way to access the backup data on the old disk (for example, finding and restoring an old email). Time Machine software should support a pool of disks, with a full backup on each disk, so that old ones can be simply removed when no longer needed. Or when configuring a new Time Machine disk it should ask if the data should be migrated from the old disk.

  • What is the DYI solution to error "contact iTunes support to complete this transaction"

    What is the DYI solution to error "contact iTunes support to complete this transaction". They have fixed it for me before but it still happens every so often and I would love a DYI fix since its on going! And please no answers that are 'contact iTunes support to fix this error' as I know that but you have to wait a minimum 24hrs and the problem is reoccurring.

    Seriously, the DIY solution is to contact supprt. There is nothing you can do to magicaly fix this and we can;t help you fix it because we are all just users like you. Contact support.

  • Solution - Battery error is detected. Irreparable damage to the battery has been detected. Replace

    I own a T61 7658 I bough on 2008, it worked great with the default power settings until October 22nd I decided to change my power profile to MAXIMUM PERFORMANCE.  
    Next day I received on Message Center...
     10/23/2010 - Battery health is critical. With the current system settings and a full charge, your battery can provide approximately 3.0 hours of use. A new battery could provide up to an estimated 5.5 hours.
    I kept using the Laptop with the Max performance until...
    11/12/2010 - Battery error is detected. Irreparable damage to the battery has been detected. Replace the battery with a new one. 
    I have used IBM/Lenovo  for years and even had used batteries for 5 years without a single issue.
    I have read many posts of people having the same problem not only with T61s, but many other Lenovo models, and also read posts of Lenovo's administrators suggesting this is normal and justifying that batteries should be good for at least 12 months and after that we are on own, basically meaning we should be thankful in name of our own safety that we had that battery protection and we must replace it at our own cost and forget about it.  That is a very easy way out, isn’t it.
    But certainly, not only batteries with more than 12 months are failing, even new batteries are and have been replaced with multiple exchange programs posted by Lenovo in their website just as in http://download.lenovo.com/lenovo/content/batt/082009/LandingPage.html. and also in multiple MIGR battery replacement campaigns available to all online as well. 
    Good thing here is that Lenovo has recognized the problem and has exchange the batteries still under warranty and also few of the batteries without warranty limiting to some serial numbers on the MIGR battery replacement campaigns, but the bad side is that Lenovo is leaving behind other clients like me and many others not being selected for replacement.  But I’m sure we all have a good battery but turned useless due to the Lenovo programmed safety temperature limits in the power manager and the battery board.  Please let me explain.
    This is my conclusion.  There is nothing wrong with used or new batteries or their cells in 99% of the cases, I'm sure my battery is okay although is being turned useless by the battery protection feature on my T61.
    Lenovo must recognize the problem is the settings they have programmed on the power manager and battery protection board. It is very understandable that when users select a Power Scheme that demands higher amounts of power to generate better performance on the system this also demand additional power generating heat on battery and on the power supply as the computer is running at full performance, just as happens on my ipod when watching video, or in my kid’s R/C truck when running continuously and will happen with any other battery powered device.  
    Therefore any scheme requiring performance is generating heat and is tripping the battery protection and this is not a client’s fault, as are we just using an available scheme provided on our Lenovo system. If the battery protection is not calibrated to support this power demand, then there is a poor design/testing of the capabilities of the system and the battery protection parameters that instruct the battery to save itself from a fire or burning … which is understandable. 
    The bad side is that there is not possible reset option for the end users, the only option is to buy a new battery at our own cost after the 12 months of warranty, when the cause of the problem is originated in the computer system design settings and can happen at any time, that is way, the system warned me, as in:
     10/23/2010 - Battery health is critical. With the current system settings and a full charge, your battery can provide approximately 3.0 hours of use. A new battery could provide up to an estimated 5.5 hours.
    The computer is saying! At maximum performance, You are using too much power, and my battery will last just 3 hrs (9 cells on my system) instead of the 5.5 hrs that should last. But not only the running time was reduced, the heat on the power supply system and Battery was also increased due to the higher power demand, the battery can not handle the demand and protect itself to prevent fire or damage.
    So who has to pay for this?  Can Lenovo do something about it? For us client and for future clients?  This not a matter of having or not having warranty, this can happen at any time in any computer.
    I'm writing this hoping to be heard and supported and I hope LENOVO provides a satisfactory solution to the issue.  I'm not going to say will never buy Lenovo again I already did, I invested my money on Lenovo and with warranty or not I'm looking forward to get a decent response.  
    Lenovo must change the parameters for tripping battery protection probably handled at BIOS level, and to provide a reset feature to all "locked" batteries there is many people that has lost at least one battery, some other more than that.  Since even if we get a replacement, the chances  the issue will continue is there, as long as I select a high power demand scheme the problem sooner or later will be back.   Even car makers support their clients beyond the warranty if they detect that the issue compromises safety and their reputation.  Fix it. 
    M.Padron.

    amtho, welcome to the forum,
    start by looking at this site and also look at this site which is actually linked to from the first one.
    Hope this helps
    Andy  ______________________________________
    Please remember to come back and mark the post that you feel solved your question as the solution, it earns the member + points
    Did you find a post helpfull? You can thank the member by clicking on the star to the left awarding them Kudos Please add your type, model number and OS to your signature, it helps to help you. Forum Search Option T430 2347-G7U W8 x64, Yoga 10 HD+, Tablet 1838-2BG, T61p 6460-67G W7 x64, T43p 2668-G2G XP, T23 2647-9LG XP, plus a few more. FYI Unsolicited Personal Messages will be ignored.
      Deutsche Community     Comunidad en Español    English Community Русскоязычное Сообщество
    PepperonI blog 

  • Solution Manager - Error when executing Job SM:EXEC SERVICES

    Hi,
    I am trying to get the data from the earlywatch alert report and when i start the job SM:EXEC SERVICES.
    The jobs starts but i get an error during is execucion:
    Runtime errors         SYNTAX_ERROR                                          
           Occurred on     17.01.2008 at   14:06:28                                                                               
    Syntax error in program "RDSVASAEW_DBMSS____________052 ".                                                                               
    What happened?                                                                               
    The following syntax error occurred in the program                           
    RDSVASAEW_DBMSS____________052 :                                            
    "INCLUDE report "/1CAGTF/IF_LOGFUNC_000208" not found."                      
    Error in ABAP application program.                                                                               
    The current ABAP program "SAPLDSVAS_PROC" had to be terminated because one of
    the                                                                         
    statements could not be executed.                                                                               
    This is probably due to an error in the ABAP program.   
    I tried to generate all the function modules and i get this error:
    Logical function:  MSQ_TEMPDB_DOWNLOAD            :                    
    Error      1  during generation of  /1CAGTF/IF_LOGFUNC_000208          
    Syntax error.
    Can you help me on this error?
    Best regards,
    Nuno Silva

    Hi Pedro,
    I insert my answer from a similar thread.
    As a pitty, that's a well known error.
    Please check [SAP Note 727998|http://service.sap.com/sap/support/notes/727998]
    Basically, these three steps needs to be performed:
    1) BDL_DELETE_ALL_TABLES
    2) SDCCN - Refresh Service Definitions
    3) Generate Logfuncs
    SE37: /BDL/_GENERATE_LOGFUNCINCLUDES
    OPTION: ALL
    It's also described in the Implementation Guide (IMG), transaction SPRO in the SAP Solution Manager system:
    SAP Solution Manager -> Configuration -> Basic Settings -> Standard Configuration of Basic Settings -> Solution Manager -> Service Data Control Center
    -> Activate the Service Data Control Center in the Solution Manager
    -> Generate Includes for Service Data Contol Center
    With the next ST-PI Support Package. The steps can be triggered via the menu of transaction SDCCN.
    Best regards,
    Ruediger Stoecker

  • HP Solution Center error

    I have an HP Photosmart Premium 309g wireless printer.  I also have the HP Solution Center software install.  I am run on Windows7 64-bit.  There are times when I open the HP Solution Center application that the software opens and runs fine.  Then another day when I try to open the HP Solution Center application I get the following message:
    I have done as the message says by plugging in the USB cable and I have re-run the setup program the installation CD.  I have also uninstalled all HP applications for the printer including drivers and have downloaded the lastest full-version of the software from the HP site which included the HP Solution Center.  When I try installing the new downloaded version I get and error in installation message and thne there is a back out of what was installed and there is an application installed on my computer call HP Installation Error-Windows 7.  I have done the stuff that the application suggests but It still doesn't work.  I have also come across this same issue with the HP Solution Center on a Window 7 machine and an HP Officejet Pro 8500 A909g Series printer.  Has anyone else come across this error/issue and what was your solution to solve it.

    This worked for me after months of not being able to use the Solution Center and probably 50 re-installs etc!
    It doesn't open the SOlution Center, it only opens the Scan function, and is fully functional for that!
    To get scanning back:
    1.         Click on the start menu.
    2.         Click on Computer.
    3.         Open the C drive.
    4.         Open the Program Files (x86) folder.
    5.         Open the HP Folder.
    6.         Open the Digital Imaging folder.
    7.         Open the bin folder.
    8.         Right-click on hpiscnapp.exe and select send to.
    9.         Select send to Desktop (Create Shortcut)
    10.       Close the window to bring up the desktop.
    11.       Right click on the new shortcut.
    12.       Select Rename.
    13.       Name the shortcut something easy to remember like “HP Scan” and press Enter on your keyboard.
    14.       Double-click the shortcut to start scanning.

  • Job Scheduling in Solution Manager - Error creating Periodic Job

    Hi all,
    I am in the process of testing the Job Scheduling functionality using the Solution Manager.  I have setup the criteria manager, ec. in the satellite system, and done the config in Solman as well. 
    I am able to successfully setup up a 'on-time' job.
    it's only when I try to setup a periodic job, I end up getting following error
    Any thoughts?  Is there any piece of config that's missing?  All the SICF services needed for this functionality are running fine.
    Thanks for the help.
    500 Internal Server Error
    Error when processing your request
    What has happened?
    The URL https://fsspsm.target.com:/sap/bc/webdynpro/sap/wd_ags_ejr_job_req_gaf_app was not called due to an error.
    Note
    The following error text was processed in the system PSM : Message was not created
    The error occurred on the application server fsspsmap01_PSM_00 and in the work process 1 .
    The termination type was: ERROR_MESSAGE_STATE
    The ABAP call stack was:
    Function: BAPI_NOTIFICATION_CREATE of program SAPLDSWP_NOTIF
    Method: MSG_SUBMIT of program CL_DSMOP_BSP_NOTI_MODEL=======CP
    Method: SUBMIT_REQ_CRM_DATA of program CL_AGS_EJR_JOB_REQUEST_FACTORYCP
    Method: SUBMIT of program CL_AGS_EJR_JOB_REQUEST_FACTORYCP
    Method: PROCESS_SCENARIO_PERIODIC of program CL_AGS_EJR_JSM_PROC_STANDARD==CP
    Method: PROCESS_JOB_SCENARIO of program CL_AGS_EJR_JSM_PROC_STANDARD==CP
    Method: IF_AGS_EJR_JSM_PROC_FPM_CTRL~AFTER_PROCESS_EVENT of program CL_AGS_EJR_JSM_PROC_STANDARD==CP
    Method: AFTER_PROCESS_EVENT of program /1BCWDY/K54G9RCMK7J4Z427H49S==CP
    Method: IWCI_IF_FPM_APP_CONTROLLER~AFTER_PROCESS_EVENT of program /1BCWDY/K54G9RCMK7J4Z427H49S==CP
    Method: CALL_UIBB_PROCESS_EVENT of program CL_FPM========================CP

    Hello,
    This is the basic Job Scheduling functionality and not the Redwood Job scheduling, correct?
    Have you performed the IMG Activiteis in SPRO?
    See the following Help link:
    http://help.sap.com/saphelp_sm70ehp1_sp23/helpdata/en/c5/7edcbd58ce4e29bc1baf1c4761d71f/frameset.htm
    Change a job
    You can change the scheduling of a job as long as it has not been completed. Proceed as follows:
    Make changes.
    Note
    When you change a periodic job, the system searches for the changeable successor and only changes this successor.
    If there is more than one changeable job with the same name, the system does not change any of these jobs.
    End of the note.
    Save your entries.
    To release the job in the target system, select Release.
    You go to the transaction SM37 in the target system.
    You just may want to ensure HTTP Services have been enabled. I realize you said the services workin SICF, but this needs to be verified as 500 Internal Server Error most often means the HTTP services are not activated.
    Regards,
    Paul

  • Client security solutions TMP error message on a t60 with XP

    I just installed client security solutions and I’m getting the follow error message.  When I go to programs and click no security solutions opens.  This t60 is new to me so I’m not sure which questions to ask.
    I have the fingerprint reader working
    What should I ask or tell
    Any advice?
    Thanks
    http://i456.photobucket.com/albums/qq289/elktraveling/TPMerror.jpg
    <a href="http://s456.photobucket.com/albums/qq289/elktraveling/?action=view&current=TPMerror.jpg" target="_blank"><img src="http://i456.photobucket.com/albums/qq289/elktraveling/TPMerror.jpg" border="0" alt="Photobucket"></a>
    [IMG]http://i456.photobucket.com/albums/qq289/elktraveling/TPMerror.jpg[/IMG]

    Who has client security, restore and fingerprint reader all working together?  I did updates and when one works the other doesn’t.  If I could find all three that work I would be happy.  If you give me your versions numbers that works on yours that would be great.  I have a T60 running XP

  • Solution for "Error while trying to synchronize Audio and MIDI" and "System Overload" messages

    Article for those who hate Logic error windows
    Seen in Logic Pro 9.1.7 on Mac OS X Lion 10.7.4
    and Logic Pro 9.0.0 on Mac OS X Snow Leopard 10.6.5
    Logic Pro:
    System Overload.
    The audio engine was not able to process all required data in time.
    (-10011)
    Error while trying to synchronize Audio and MIDI.
    Sample Rate xxxxx recognized.
    Check conflict between Logic Pro and external device.
    The search in the help given as follows: overload occurs when you use a lot of tracks and a lot of effects on them, and the synchronization is lost when the selected MIDI track for recording or playback. Yes, this is all that is written in the resources. And here are useful tips that have been found:
    The Bounce function allows the entire instrument track to be recorded as an audio file. This bounced audio file can then be used (as an audio region) on a standard audio track, allowing you to reassign the available processing power for further software instrument tracks. For more details, see "Bouncing Your Project."
    You can also make use of the Freeze function to capture the output of a software instrument track, again saving processing power. For details, see "Freezing Tracks in the Arrange Area."
    These tips - about the timing. About overload - there are no tips, except as "reducing the number of plug-ins" and "increasing latency". Zero useful tips - I got two errors in the test project with a blank audio track with no effects, MIDI drums and standard synthesizer, it was no aux buses, and the entire project was only a single plugin in the master track.
    Here is the configuration of my computer:
    iMac12, 2
    CPU: Intel Core i5 3,1 GHz
    Memory: 4 GB
    And here's a project that almost immediately stops Logic, all instruments and plug-ins with the init-patch, ie not the most demanding settings:
    It's sad.
    When this happened the first time, I could start the project only if the empty audio track has been selected, a track specially designed so that you can at least start the project. Then, this problem has evaporated along with the changing conditions of work and I forgot about it until the last case.
    I was looking for the cause of the problem in the console and the system monitor for two days, and finally I found that Logic ping to the network frequently. I remembered the exact time of occurrence of the problem, and system logs revealed that the problems began immediately, as soon as I deactivate the service of the Internet.
    Solution: enable the Internet, or add a new network service on a computer with no Internet. I just created the Ethernet connection to the ip address 1.0.0.0
    Logic immediately began to sing.

    Hi gabaghoul
    Yes, it worked for me on four different OS and Logic versions (10.6 - 10.8 and 9.0 - 9.1.6)
    It does not work in some cases, hard enough to tell in which one, but you can try, it very easy: go to the net settings and create new Ethernet connection to the ip address 1.0.0.0 and connect LAN cable to the port.
    Also you can try to figure out what happens in your system while Logic error occured - fot that you just start Console and search "logicpro"
    Pay attention to repetitive events in a console and events with suitable timing, not so far from error
    The problem may be related to the GUI or system memory, sometimes turning off Safari (or Chrome, others browsers) might help.
    Message was edited by: spred

  • Any Solutions to Error 4280?

    Has anyone found a solution to the 4280 error message when trying to burn a CD?
    Below are my CD Diagnostics:
    Microsoft Windows XP Professional Service Pack 2 (Build 2600)
    TOSHIBA Satellite M45
    iTunes 7.0.2.16
    CD Driver 2.0.6.1
    CD Driver DLL 2.0.6.1
    LowerFilters: PxHelp20 (2.0.0.0), drvmcdb (1.0.0.1), Pfc (2.5.0.204), Iviaspi (1.0.0.0), sscdbhk5 (1.0.0.1), Cdr4_xp (6.2.0.132),
    UpperFilters: Cdralw2k (6.2.0.132), GEARAspiWDM (2.0.6.1),
    Video Driver: Mobile Intel(R) 915GM/GMS,910GML Express Chipset Family\Mobile Intel(R) 915GM/GMS,910GML Express Chipset Controller
    IDE\DiskFUJITSUMHT2080AT_______________________0022___, Bus Type ATA, Bus Address [0,0]
    {E9C3AF91-1F3B-474f-B307-1ECE7FF4AF41}\GenDisk, Bus Type USB
    IDE\CdRomMATSHITADVD-RAM_UJ-830S________________1.00___, Bus Type ATA, Bus Address [0,0]
    If you have multiple drives on the same IDE or SCSI bus, these drives may interfere with each other.
    Some computers need an update to the ATA or IDE bus driver, or Intel chipset. If iTunes has problems recognizing CDs or hanging or crashing while importing or burning CDs, check the support site for the manufacturer of your computer or motherboard.
    Current user is an administrator.
    D: MATSHITA DVD-RAM UJ-830S, Rev 1.00
    Media in drive is blank.
    Get drive speed succeeded.
    The drive CDR speeds are: 4 8 12 16 24.
    The drive CDRW speeds are: 4.
    The drive DVDR speeds are: 4.
    The drive DVDRW speeds are: 4.
    The last failed audio CD burn had error code 4280(0x000010b8). It happened on drive D: MATSHITA DVD-RAM UJ-830S on CDR media at speed 4X.
    Toshiba M45-S331   Windows XP  

    Create a new playlist, drag and drop the songs that you want to burn to that playlist, burn playlist

  • Updating to Acrobat Pro 7.1.0  Solution to error 1304 in Vista

    I have spent considerable time finding a solution to this problem and thought I'd post a new message with the solution.
    Sometimes it is very difficult to find real solutions on this site, and "you must fork out megabucks for a new CSx version because we won't make this one compatible in the update.." is not fair nor acceptable. This is a permissions issue and Acrobat does not have the credentials to access the folder it wants to write to. I have had this same issue and have the solution as follows.
    Vista protects you by not letting just any program or installer package do whatever it wants. That's why the user 'SYSTEM' does not have the privilege to change what the install wants to do and therefore you get the error and it kicks you to the curb. What you need to do is activate the ADMINISTRATOR account (which is disabled by default) and assign it a password, change ownership of the Adobe Acrobat 7.0 folder to administrator (it's SYSTEM by default), log on as administrator, let the install complete, then log back on as your normal user and undo the account and ownership manipulations. Note that the ownership ONLY needs to be changed on the Acrobat folder.. I have seen other posts that tell you to change the whole Adobe folder, and an article from the Adobe KB telling you to change it on both the Program Files and ProgramData folders, and neither are necessary, nor do they tell you to undo what you did, leaving your system open and vulnerable to other threats.
    Solution Steps:
    1. Right click Computer on your desktop or in the start menu, choose Manage, and ok the user account control (UAC) prompt. Computer management opens.
    2. Expand Local Users and Groups and click Users. Users are shown on the right. Right click Administrator and choose properties. Uncheck the box "Account is disabled" and click OK. Right click administrator and choose "set password", click proceed. Enter any password (this will be undone when finished) and click OK. A password must be set else you cannot log on. Close computer mgt.
    3. Open Computer and browse to C:\Program Files\Adobe\Adobe Acrobat 7.0. Right click the Acrobat folder and choose properties. Click the security tab, then the advanced button at bottom, in the adv security settings, click the owner tab. You will see the current owner is SYSTEM. Click edit at the bottom and ok the UAC prompt. Click 'other users or groups', then advanced in the next box. Click 'find now', highlight administrator user (not administratorS group) and OK, then OK again. Now the user administrator is listed in the 'change owner to' list. Highlight administrator and click OK, a message about changing ownership will pop up, just ok it. Ok all the property boxes and close Computer browser.
    4. Go to the start menu and log off. You will now see your normal users listed with the administrator user also. Click the administrator user and log in with the password. Acrobat will try to finish it's install.. the error 1304 will not occur because you now have access to the location it wants.. the install completes. Log off and log back on as your normal user.
    5. To undo your changes, just reverse the steps, changing ownership of the Adobe Acrobat folder back to SYSTEM. The administrator account has no password by default.. to remove the password, just leave the password fields blank and click ok and it will be 'no password'. Then disable the administrator account and everything is back to the way you started, with Acrobat updated and no more error.
    Seems long, but not really that bad, I just put in every little step for the tech-unsavvy.

    I have spent considerable time finding a solution to this problem and thought I'd post a new message with the solution.
    Sometimes it is very difficult to find real solutions on this site, and "you must fork out megabucks for a new CSx version because we won't make this one compatible in the update.." is not fair nor acceptable. This is a permissions issue and Acrobat does not have the credentials to access the folder it wants to write to. I have had this same issue and have the solution as follows.
    Vista protects you by not letting just any program or installer package do whatever it wants. That's why the user 'SYSTEM' does not have the privilege to change what the install wants to do and therefore you get the error and it kicks you to the curb. What you need to do is activate the ADMINISTRATOR account (which is disabled by default) and assign it a password, change ownership of the Adobe Acrobat 7.0 folder to administrator (it's SYSTEM by default), log on as administrator, let the install complete, then log back on as your normal user and undo the account and ownership manipulations. Note that the ownership ONLY needs to be changed on the Acrobat folder.. I have seen other posts that tell you to change the whole Adobe folder, and an article from the Adobe KB telling you to change it on both the Program Files and ProgramData folders, and neither are necessary, nor do they tell you to undo what you did, leaving your system open and vulnerable to other threats.
    Solution Steps:
    1. Right click Computer on your desktop or in the start menu, choose Manage, and ok the user account control (UAC) prompt. Computer management opens.
    2. Expand Local Users and Groups and click Users. Users are shown on the right. Right click Administrator and choose properties. Uncheck the box "Account is disabled" and click OK. Right click administrator and choose "set password", click proceed. Enter any password (this will be undone when finished) and click OK. A password must be set else you cannot log on. Close computer mgt.
    3. Open Computer and browse to C:\Program Files\Adobe\Adobe Acrobat 7.0. Right click the Acrobat folder and choose properties. Click the security tab, then the advanced button at bottom, in the adv security settings, click the owner tab. You will see the current owner is SYSTEM. Click edit at the bottom and ok the UAC prompt. Click 'other users or groups', then advanced in the next box. Click 'find now', highlight administrator user (not administratorS group) and OK, then OK again. Now the user administrator is listed in the 'change owner to' list. Highlight administrator and click OK, a message about changing ownership will pop up, just ok it. Ok all the property boxes and close Computer browser.
    4. Go to the start menu and log off. You will now see your normal users listed with the administrator user also. Click the administrator user and log in with the password. Acrobat will try to finish it's install.. the error 1304 will not occur because you now have access to the location it wants.. the install completes. Log off and log back on as your normal user.
    5. To undo your changes, just reverse the steps, changing ownership of the Adobe Acrobat folder back to SYSTEM. The administrator account has no password by default.. to remove the password, just leave the password fields blank and click ok and it will be 'no password'. Then disable the administrator account and everything is back to the way you started, with Acrobat updated and no more error.
    Seems long, but not really that bad, I just put in every little step for the tech-unsavvy.

Maybe you are looking for

  • Arbitrary waveform generation from large text file

    Hello, I'm trying to use a PXI 6733 card hooked up to a BNC 2110 in a PXI 1031-DC chassis to output arbitrary waveforms at a sample rate of 100kS/s.  The types of waveforms I want to generate are generally going to be sine waves of frequencies less t

  • I'm having a big issue with scripts and sites I need.

    I am an Etsy shop owner and always been able to access my shop just fine all the sudden about three weeks ago I cannot log in to my shop on ff. I can view the Etsy site but when I try to log in it just loads and loads and will not let me. I know it i

  • I can no longer find iTunes on my PC

    I can no longer find iTunes on my PC and can't find where to download a new copy.  I used to be able to sync with my computer, but since the introduction of icloud I no longer get the itunes app for syncing when I plug my phone into my PC.  I only ha

  • PDF not opening at 100%

    Hi, I've created a multi-page PDF with bookmarks and hyperlinks.  The initial view settings are set at 100% magnification.  I've also secured this document so that it can't be saved, printed, copied, etc.  It is residing on a secure website.  So far,

  • Problem Printing with iMac from XP Printer

    Just got my iMac yesterday and it runs well. Using the iFelix website someone gave me hear, I set up my iMac to print from an HP Officejet 7310 connected to my windows XP machine. I was able to connect to my workgroup, and computer, and find the prin