Invalid Evaluation Parameter in line 0.  SPecified Depreciation Area

Hi! Im using SBO 8.8 PL 11
Upon adding new fixed asset master data, im encountering the error "Invalid Evaluation Parameter in line 0.  SPecified Depreciation Area"...
Also, the selection list of the existing masterdata is available.   However, after i chose an item, no item is retrieved in hte fixed asset masterdata form.
Help.  What do i need to check or do??
Camille

Hi,
From previous reported issues on this, our experience is that the cause of this issue is the version of SQL server.
Referring to B1 8.8 install CD\Documentation\SystemSetup\ AdministratorGuide_SQL.pdf, you will find the following part:
To properly use the SAP Business One Fixed Assets add-on on Microsoft SQL Server 2005, make sure that you have Microsoft SQL Server 2005 SP3 installed.
Upgrade MS SQL Server to SP3(build 9.0.4035), or SQL Server 2008(build 10.0.1600), the fixed assets should be working.
Let us know if this helps,
Jesper

Similar Messages

  • Fixed Asset Error: 'Invalid evaluation parameters, specify depn area

    Hi Experts,
    During creation of Fixed Asset Master Data, I encountered an error message 'Invalid evaluation parameters, specify depreciation area'. I reviewed all my definitions and I don't seem to see any missing definition.
    I am using SAP 8.8 patch level 12.
    Hope to hear from you.
    Thanks,
    Don

    Hi,
    check your depreciation area are proprely maintain and config. and check setting ,
    and also check your assets master data are maintain properly with reference depreciation area

  • Depreciation areas in ANLP

    Hi All,
    In the table, ANLP, I can not see some specified depreciation areas and their values even though I see the data for all specified depreciation areas in AS03.
    For example, 40 and 60 depreciation areas are specified in OABN. However, in table ANLP, I just obtain results for depreciation area 60 and I can not see the depreciation area 40. For this problem, how can I get the data for depreciation area 40 and depreciation area itself in ANLP?
    In general, how can I see all specified depreciation areas and see data for those depreciation areas in ANLP?
    Points will be rewarded!!
    Cheers!
    Edited by: Adeel Kumar on Jan 23, 2008 10:42 AM
    Edited by: Adeel Kumar on Jan 23, 2008 3:13 PM

    Thank you Nathan!
    I have changed the posting status for depreciation area 40 but I still can not see it in ANLP. At that point even though some depreciation areas has posting status 0 (means no posting), they have data in ANLP. For example, depreciation area 25 and 40 have posting status 0 but I can see data for depreciation area 25 in ANLP but I cannot see for 40. How can I obtain data for depreciation area 40 in ANLP? What else can I do to obtain?
    Regards!
    Adeel
    Edited by: Adeel Kumar on Jan 24, 2008 5:45 PM

  • Getting error Invalid length parameter passed

    Hi,
    I'm getting an error running my query. It say "Invalid length parameter passed to the LEFT or SUBSTRING  function. I will be getting the string in between of hyphen using the code below. May i ask your assistance or idea on how to fix this issue.
    thank you.
     Substring(ins.itemid,11,CHARINDEX('-',ins.itemid+'-',11)-11) AS MODEL
    Msg 537, Level 16,
    State 3, Line 1
    Invalid length parameter passed to the LEFT or SUBSTRING
    function.
    Sample data of Itemid.
    B300-4410-ONEMAX-U
    B300-1725-XWHT-U
    B300-3110-VT981-U
    B300-1720-DRZRKCROBLK-U
    B300-1720-DRDTHN32BLK-U

    That'll cause empty strings to show up into you're result set but shouldn't cause the the SUBSTRING function to fail. 
    The error is the result of the SUBSTRING function trying to bring back a negative number of characters.
    Try running the following and see what comes back...
    SELECT ins.itemid
    FROM dbo.TableName ins
    WHERE LEN(ins.itemid) < 11
    If you don't find any itemids what are less than 11 characters (I'm 99% sure you will), try using a little test script like the following to test suspect values...
    IF OBJECT_ID('tempdb..#temp') IS NOT NULL
    DROP TABLE #temp
    GO
    CREATE TABLE #temp (
    itemid VARCHAR(30)
    INSERT #temp (itemid) VALUES
    ('B300-4410-ONEMAX-U'),
    ('B300-1725- '),
    ('B300- 3110-VT981-U'),
    ('B300-1720-DRZRKCROBLK-U'),
    ('B300- 1720-DRDTHN32BLK-U')
    SELECT ins.itemid
    FROM #temp ins
    WHERE LEN(ins.itemid) < 11
    SELECT
    SUBSTRING(
    ins.itemid, 11, CHARINDEX('-',ins.itemid+'-',11)-11) AS MODEL FROM #temp ins
    HTH,
    Jason
    Jason Long

  • HLM installation error. Invalid values for --certificates_hostmap option. Specified key Hostname is not valid hdbhost

    Hi everyone,
    I'm installing SAP HANA for the first time and im having troubles when the unified installer gets to the installation of the lifecycle manager. Im getting the following error:
    15:08:33.996 - INFO:   Calling postCheck event handler
    15:08:33.996 - INFO:     Invalid values for --certificates_hostmap option. Specified key 'RCNHANA' is not valid hdbhost
    15:08:33.996 - ERR :     Invalid values for --certificates_hostmap option. Specified key 'RCNHANA' is not valid hdbhost
    15:08:33.997 - ERR :     Cannot execute custom event postCheck: Invalid values for --certificates_hostmap option. Specified key 'hostname' is not valid hdbhost at HLM/Installer/BaseExecutionPlanManager.pm line 90
    Can anyone help me
    Thanks

    Thanks Slds.
    I just re-ran the HLM package using the following procedure:
    1) download SAPHANALM06_0-10012745.SAR
    2) copy SAPHANALM06_0-10012745.SAR to the /tmp/hanainstdir/hlm_install
    3) Ensure SAPHOSTAGENT is above level 149, advisable to update it to the latest level. Level 153 till today.
    4) go to the extracted temp directory and run ./hdbinst
    Just click enter when prompt if you are running single Hana Database.
    SAP HANA Lifecycle Manager Installation kit detected.
    SAP HANA Database Installation Manager - SAP HANA HLM Installation 1.50.00.000000
    Options:
      SAP HANA system ID | Description
      SID                | SAP HANA Database SID 1.00.57.378530
    Enter SAP HANA system ID [SID]:
    Root user password (SSH connectivity):
    Root user SSH key passphrase (SSH connectivity):
    Installation was successful. However, I noticed in the log that this time --certificates_hostmap option was not set to any value at all, but still installation went tru fine.
    Thanks
    Raj

  • Invalid length parameter passed to the LEFT or SUBSTRING function.

     Below code is returning me invalid length (or) parameter.
    Msg 537, Level 16, State 2, Line 2
    Invalid length parameter passed to the LEFT or SUBSTRING function.
    , ( select Top 1 person_id from person_membership where status_flag='A' and membership_id = a.membership_id and person_id in (select person_id from person where first_name =SUBSTRING(a.firstname, 1, CHARINDEX(' ', a.firstname) - 1) and surname = REVERSE(SUBSTRING(REVERSE(a.firstname), 1, CHARINDEX(' ', REVERSE(a.firstname)) - 1)) ))as Person_ID
    ,(select rtrim(ltrim(isNull(address_line1,''))) + ' ' + rtrim(ltrim(isNull(address_line2,''))) + ' ' + rtrim(ltrim(isNull(address_line3,'')))
    + ' ' + rtrim(ltrim(isNUll(suburb,''))) + ' ' + rtrim(ltrim(isNUll(state,''))) + ' ' + rtrim(ltrim(isNUll(convert(char(10),postcode),'')))
    from address where address_type= 'P' and person_id = ( select Top 1 person_id from person_membership where status_flag='A' and membership_id = a.membership_id and person_id in (select person_id from person where first_name =SUBSTRING(a.firstname, 1, CHARINDEX(' ', a.firstname) - 1) and surname = REVERSE(SUBSTRING(REVERSE(a.firstname), 1, CHARINDEX(' ', REVERSE(a.firstname)) - 1)) ))
    )as Person_Postal_Address
    ,(select rtrim(ltrim(isNull(address_line1,''))) + ' ' + rtrim(ltrim(isNull(address_line2,''))) + ' ' + rtrim(ltrim(isNull(address_line3,'')))
    + ' ' + rtrim(ltrim(isNUll(suburb,''))) + ' ' + rtrim(ltrim(isNUll(state,''))) + ' ' + rtrim(ltrim(isNUll(convert(char(10),postcode),'')))
    from address where address_type= 'H' and person_id = ( select Top 1 person_id from person_membership where status_flag='A' and membership_id = a.membership_id and person_id in (select person_id from person where first_name =SUBSTRING(a.firstname, 1, CHARINDEX(' ', a.firstname) - 1) and surname = REVERSE(SUBSTRING(REVERSE(a.firstname), 1, CHARINDEX(' ', REVERSE(a.firstname)) - 1)) ))
    )as Person_Home_Address
    ,(SELECT contact.contact_detail FROM contact WHERE contact.contact_type = 'H' AND contact.person_id = d.person_id AND
    contact.contact_id = (SELECT max(dbo.contact.contact_id) FROM dbo.contact WHERE dbo.contact.contact_type = 'H'
    and dbo.contact.person_id = (select Top 1 person_id from person_membership where status_flag='A'
    and membership_id = a.membership_id and person_id in (select person_id from person where first_name =SUBSTRING(a.firstname, 1, CHARINDEX(' ', a.firstname) - 1) and surname = REVERSE(SUBSTRING(REVERSE(a.firstname), 1, CHARINDEX(' ', REVERSE(a.firstname)) - 1)) ) ) )
    ) as Person_Home
    ,(SELECT contact.contact_detail FROM contact WHERE contact.contact_type = 'W' AND contact.person_id = d.person_id AND
    contact.contact_id = (SELECT max(dbo.contact.contact_id) FROM dbo.contact WHERE dbo.contact.contact_type = 'W'
    and dbo.contact.person_id = (select Top 1 person_id from person_membership where status_flag='A'
    and membership_id = a.membership_id and person_id in (select person_id from person
    where first_name =SUBSTRING(a.firstname, 1, CHARINDEX(' ', a.firstname) - 1) and surname = REVERSE(SUBSTRING(REVERSE(a.firstname), 1, CHARINDEX(' ', REVERSE(a.firstname)) - 1)))))
    ) as Person_Work_Phone
    -kccrga http://dbatrend.blogspot.com.au/

    I have fixed the query by applying the below solution
    , ( select Top 1 person_id from person_membership where status_flag='A' and membership_id = a.membership_id and person_id in (select person_id from person
    where first_name =SUBSTRING(a.firstname, NULLIF(CHARINDEX(' ',a.firstname),0)+1, CHARINDEX(' ', a.firstname) + 1)
    and surname = REVERSE(SUBSTRING(REVERSE(a.firstname),NULLIF(CHARINDEX(' ',a.firstname),0)+1, LEN(a.firstname)- CHARINDEX(' ', REVERSE(a.firstname)) + 1)) ))as Person_ID
    ,(select rtrim(ltrim(isNull(address_line1,''))) + ' ' + rtrim(ltrim(isNull(address_line2,''))) + ' ' + rtrim(ltrim(isNull(address_line3,'')))
    + ' ' + rtrim(ltrim(isNUll(suburb,''))) + ' ' + rtrim(ltrim(isNUll(state,''))) + ' ' + rtrim(ltrim(isNUll(convert(char(10),postcode),'')))
    from address where address_type= 'P' and person_id = ( select Top 1 person_id from person_membership where status_flag='A' and membership_id = a.membership_id
    and person_id in (select person_id from person where first_name =SUBSTRING(a.firstname, NULLIF(CHARINDEX(' ',a.firstname),0)+1,LEN(a.firstname)- CHARINDEX(' ', a.firstname) + 1)
    and surname = REVERSE(SUBSTRING(REVERSE(a.firstname),NULLIF(CHARINDEX(' ',a.firstname),0)+1, LEN(a.firstname)- CHARINDEX(' ', REVERSE(a.firstname)) + 1)) ))
    )as Person_Postal_Address
    ,(select rtrim(ltrim(isNull(address_line1,''))) + ' ' + rtrim(ltrim(isNull(address_line2,''))) + ' ' + rtrim(ltrim(isNull(address_line3,'')))
    + ' ' + rtrim(ltrim(isNUll(suburb,''))) + ' ' + rtrim(ltrim(isNUll(state,''))) + ' ' + rtrim(ltrim(isNUll(convert(char(10),postcode),'')))
    from address where address_type= 'H' and person_id = ( select Top 1 person_id from person_membership where status_flag='A'
    and membership_id = a.membership_id and person_id in (select person_id from person
    where first_name =SUBSTRING(a.firstname, NULLIF(CHARINDEX(' ',a.firstname),0)+1, LEN(a.firstname)-CHARINDEX(' ', a.firstname) + 1)
    and surname = REVERSE(SUBSTRING(REVERSE(a.firstname),NULLIF(CHARINDEX(' ',a.firstname),0)+1, LEN(a.firstname)- CHARINDEX(' ', REVERSE(a.firstname)) + 1)) ))
    )as Person_Home_Address
    ,(SELECT contact.contact_detail FROM contact WHERE contact.contact_type = 'H' AND contact.person_id = d.person_id AND
    contact.contact_id = (SELECT max(dbo.contact.contact_id) FROM dbo.contact WHERE dbo.contact.contact_type = 'H'
    and dbo.contact.person_id = (select Top 1 person_id from person_membership where status_flag='A' and membership_id = a.membership_id
    and person_id in (select person_id from person where first_name
    =SUBSTRING(a.firstname, NULLIF(CHARINDEX(' ',a.firstname),0)+1, LEN(a.firstname)-CHARINDEX(' ', a.firstname) + 1)
    and surname = REVERSE(SUBSTRING(REVERSE(a.firstname),NULLIF(CHARINDEX(' ',a.firstname),0)+1, LEN(a.firstname)- CHARINDEX(' ', REVERSE(a.firstname)) + 1)) ) ) )
    ) as Person_Home_Phone
    ,(SELECT contact.contact_detail FROM contact WHERE contact.contact_type = 'W' AND contact.person_id = d.person_id AND
    contact.contact_id = (SELECT max(dbo.contact.contact_id) FROM dbo.contact WHERE dbo.contact.contact_type = 'W' and dbo.contact.person_id = (select Top 1 person_id from person_membership where status_flag='A'
    and membership_id = a.membership_id and person_id in (select person_id from person where first_name
    =SUBSTRING(a.firstname, NULLIF(CHARINDEX(' ',a.firstname),0)+1, LEN(a.firstname)-CHARINDEX(' ', a.firstname) + 1)
    and surname = REVERSE(SUBSTRING(REVERSE(a.firstname), NULLIF(CHARINDEX(' ',a.firstname),0)+1, LEN(a.firstname)-CHARINDEX(' ', REVERSE(a.firstname)) + 1)) ) ) )
    ) as Person_Work_Phone
    -kccrga http://dbatrend.blogspot.com.au/

  • Log Error : Invalid Input Parameter %s for every SAP B1 Client

    Hi Everybody,
    in my company we have performed SAP B1 upgrade from 2007A to 8.81 PL07, in two steps upgrading first to PL04.
    Everything is working fine for all our clients, we are able to post and work normally with the system.
    The only annoying problem is an error message coming up every minute for every client in the log:
    SQLMessage       Error              I     Technical     Invalid input parameter: %s # #     MID=-1     BOID=-1     BO=     UserID=manager     C:\Program Files (x86)\SAP\SAP Business One\SAP Business One.exe     Version=8.81.315     Area=     PID=1316     TID=4340     D:\depot\BUSMB_B1\8.8_SP1_REL\SBO\8.8_SP1_REL\Application\__Engines\DBM\__DBMC_DataBase.cpp     9547
    I couldn't find anything regarding this topic in the forum, only one similar post but unanswered.
    We are using two server: one for the licence server and one for the database (the database server is clustered)
    Does anyone have any idea about this? Has it ever happened to anybody?
    Thanks for your help

    Hi Julie,
    it must be a triggered action from the system. The only problem is that log files grow very big, few mb every day, and it is a situation that's not very ideal. And also i don't want to turn them off because it is always a good resource for other errors.
    It is very strange that SAP hasn't noticed this behaviour and there isn't any note available for the purpose.
    Thanks for your help

  • 2911 ISM-SRE-300 CUE 8.6.7 install failure...Verifying ... Invalid signature in command line file !!

    ISM-SRE-300 seems to be a loop at boot with Verifying ... Invalid signature in command line file
    Any ideas?
    Log
    Install of ftp://*****:*****@10.100.64.21/cue-vm-k9.SPA.sme.8.6.7.pkg in progress
    Install status : Waiting for RBIP registration
    No localstore
    2911#
    [Resuming connection 1 to 10.102.66.254 ... ]
    Initializing memory. Please wait...
    Memory initialization OK. Continue...
    Authenticating boot loader....
    Secondary Boot Loader authenticated - booting....
    Please enter '***' to change boot configuration:
    Detect and Initialze network device
    Backup current platform configurations....
    SRE step 1 - SM registration...
    SRE step 2 - SM requests key file info...
    SRE step 3 - SM stores registration info...
    SRE configuration keeps the same. No flash update needed!
    SRE step 4 - SM downloads key-file...
    Writing keyfile to flash Size 891
    writing complete.
    Updating flash with bootloader configuration.
    Please wait .................. done.
    SRE step 5 - SM requests installer info...
    SRE step 6 - SM stores installer info...
    Updating flash with bootloader configuration.
    Please wait .................. done.
    SRE step 7 - SM now downloads installer
    done.
    SRE step 8 - SM requests tcl header file info...
    SRE step 9 - SM now downloads the tcl header file
    TCL header file downloaded completely size: 691
    SRE step 10 - SM requests tcl file info...
    SRE step 11 - SM now downloads the tcl file
    TCL file downloaded completely size: 38933
    SRE step 12 - SM now boots Installer
    Verifying ... done.
    Starting Kernel.
    Platform: ism
    INIT: version 2.86 booting
    mounting proc fs ...
    mounting sys fs ...
    mounting /dev/shm tmpfs ...
    kernel.sem = 1900 4000 32 100
    vm.overcommit_memory = 1
    vm.min_free_kbytes = 8192
                    Welcome to Cisco Service Engine
    Setting the system time from hardware clock
    ********** rc.aesop ****************
    Populating resource values from /etc/ism_rsrc_file
    Populating resource values from /etc/default_rsrc_file
    Populating resource values from /etc/products/cue/default_rsrc_file
    Populating resource values from /etc/products/cue/ism_rsrc_file
    ==> Management interface is eth0
    ==> Management interface is eth0
    IOS IP Address Registration complete.
    Kernel IP routing table
    Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
    10.102.66.0    *               255.255.255.0   U         0 0          0 eth0
    default         142.102.66.254  0.0.0.0         UG        0 0          0 eth0
    Size of buff is: 65536
    65536 bytes written
    Valid License file not found: Using default values
    INIT: Entering runlevel: 2
    ********** rc.post_install ****************
    Changing owners and file permissions.
    INIT: Switching to runlevel: 4
    INIT: Sending processes the TERM signal
    STARTED: dwnldr_startup.sh
    sre_type=  1
            Welcome to Cisco Systems Service Engine Helper Software
    Downloading ftp cue-vm-k9.SPA.sme.8.6.7.pkg
    Bytes downloaded :  727736
    Validating package signature ... done
     - Parsing package manifest files... complete.
    No installed manifests found.
     - Checking Package dependencies... complete.
    Downloading ftp cue-vm-langpack.sme.8.6.7.pkg
    Error: Download error
     Can not download cue-vm-langpack.sme.8.6.7.pkg
    error code 550 : error type 'Can not ▒
    Initializing memory. Please wait...
    Memory initialization OK. Continue...
    DDR Memory 0512 MB detected
    Genuine Intel(R) processor              1.06GHz
    BIOS ISM 2.6,  BIOS Build date: 10/16/2009
    System now booting...
    Authenticating boot loader....
    Secondary Boot Loader authenticated - booting....
    Please enter '***' to change boot configuration:
    Detect and Initialze network device
    Backup current platform configurations....
    SRE step 1 - SM registration...
    Response - no installation needed (len: 422)
    SRE Installation Not Needed
    Restoring orignial configuration...
    Updating flash with bootloader configuration.
    Please wait .................. done.
    Loading disk:/bzImage ... Loading disk:/cmdlineextra ... done.
    Verifying ... Invalid signature in command line file !!
    Corrupted command line detected
    done.
    Starting Kernel.
    Initializing memory. Please wait...
    Memory initialization OK. Continue...
    DDR Memory 0512 MB detected
    Genuine Intel(R) processor              1.06GHz
    BIOS ISM 2.6,  BIOS Build date: 10/16/2009
    System now booting...
    Authenticating boot loader....
    Secondary Boot Loader authenticated - booting....
    Please enter '***' to change boot configuration:
    Detect and Initialze network device
    Backup current platform configurations....
    SRE step 1 - SM registration...
    Response - no installation needed (len: 422)
    SRE Installation Not Needed
    Restoring orignial configuration...
    Updating flash with bootloader configuration.
    Please wait .................. done.
    Loading disk:/bzImage ... Loading disk:/cmdlineextra ... done.
    Verifying ... Invalid signature in command line file !!
    Corrupted command line detected
    done.
    Starting Kernel.
    Initializing memory. Please wait...
    Memory initialization OK. Continue...
    DDR Memory 0512 MB detected
    Genuine Intel(R) processor              1.06GHz
    BIOS ISM 2.6,  BIOS Build date: 10/16/2009
    System now booting...
    Authenticating boot loader....
    Secondary Boot Loader authenticated - booting....
    Please enter '***' to change boot configuration:
    Detect and Initialze network device
    Backup current platform configurations....
    SRE step 1 - SM registration...
    Response - no installation needed (len: 422)
    SRE Installation Not Needed
    Restoring orignial configuration...
    Updating flash with bootloader configuration.
    Please wait .................. done.
    Loading disk:/bzImage ... Loading disk:/cmdlineextra ... done.
    Verifying ... Invalid signature in command line file !!
    Corrupted command line detected
    done.
    Starting Kernel.
    Initializing memory. Please wait...
    Memory initialization OK. Continue...
    DDR Memory 0512 MB detected
    Genuine Intel(R) processor              1.06GHz
    BIOS ISM 2.6,  BIOS Build date: 10/16/2009
    System now booting...
    Authenticating boot loader....
    Secondary Boot Loader authenticated - booting....
    Please enter '***' to change boot configuration:
    Detect and Initialze network device
    Backup current platform configurations....
    SRE step 1 - SM registration...
    Response - no installation needed (len: 422)
    SRE Installation Not Needed
    Restoring orignial configuration...
    Updating flash with bootloader configuration.
    Please wait .................. done.
    Loading disk:/bzImage ... Loading disk:/cmdlineextra ... done.
    Verifying ... Invalid signature in command line file !!
    Corrupted command line detected
    done.
    Starting Kernel.
    Initializing memory. Please wait...
    Memory initialization OK. Continue...
    DDR Memory 0512 MB detected
    Genuine Intel(R) processor              1.06GHz
    BIOS ISM 2.6,  BIOS Build date: 10/16/2009
    System now booting...
    Authenticating boot loader....
    Secondary Boot Loader authenticated - booting....
    Please enter '***' to change boot configuration:
    Detect and Initialze network device
    Backup current platform configurations....
    SRE step 1 - SM registration...
    Response - no installation needed (len: 422)
    SRE Installation Not Needed
    Restoring orignial configuration...
    Updating flash with bootloader configuration.
    Please wait .................. done.
    Loading disk:/bzImage ... Loading disk:/cmdlineextra ... done.
    Verifying ... Invalid signature in command line file !!
    Corrupted command line detected
    done.
    Starting Kernel.
    Initializing memory. Please wait...
    Memory initialization OK. Continue...
    DDR Memory 0512 MB detected
    Genuine Intel(R) processor              1.06GHz
    BIOS ISM 2.6,  BIOS Build date: 10/16/2009
    System now booting...
    Authenticating boot loader....
    Secondary Boot Loader authenticated - booting....
    Please enter '***' to change boot configuration:
    Detect and Initialze network device
    Backup current platform configurations....
    SRE step 1 - SM registration...
    Response - no installation needed (len: 422)
    SRE Installation Not Needed
    Restoring orignial configuration...
    Updating flash with bootloader configuration.
    Please wait .................. done.
    Loading disk:/bzImage ... Loading disk:/cmdlineextra ... done.
    Verifying ... Invalid signature in command line file !!
    Corrupted command line detected
    done.
    Starting Kernel.
    Initializing memory. Please wait...
    Memory initialization OK. Continue...
    DDR Memory 0512 MB detected
    Genuine Intel(R) processor              1.06GHz
    BIOS ISM 2.6,  BIOS Build date: 10/16/2009
    System now booting...

    ISM-SRE-300 seems to be a loop at boot with Verifying ... Invalid signature in command line file
    Any ideas?
    Log
    Install of ftp://*****:*****@10.100.64.21/cue-vm-k9.SPA.sme.8.6.7.pkg in progress
    Install status : Waiting for RBIP registration
    No localstore
    2911#
    [Resuming connection 1 to 10.102.66.254 ... ]
    Initializing memory. Please wait...
    Memory initialization OK. Continue...
    Authenticating boot loader....
    Secondary Boot Loader authenticated - booting....
    Please enter '***' to change boot configuration:
    Detect and Initialze network device
    Backup current platform configurations....
    SRE step 1 - SM registration...
    SRE step 2 - SM requests key file info...
    SRE step 3 - SM stores registration info...
    SRE configuration keeps the same. No flash update needed!
    SRE step 4 - SM downloads key-file...
    Writing keyfile to flash Size 891
    writing complete.
    Updating flash with bootloader configuration.
    Please wait .................. done.
    SRE step 5 - SM requests installer info...
    SRE step 6 - SM stores installer info...
    Updating flash with bootloader configuration.
    Please wait .................. done.
    SRE step 7 - SM now downloads installer
    done.
    SRE step 8 - SM requests tcl header file info...
    SRE step 9 - SM now downloads the tcl header file
    TCL header file downloaded completely size: 691
    SRE step 10 - SM requests tcl file info...
    SRE step 11 - SM now downloads the tcl file
    TCL file downloaded completely size: 38933
    SRE step 12 - SM now boots Installer
    Verifying ... done.
    Starting Kernel.
    Platform: ism
    INIT: version 2.86 booting
    mounting proc fs ...
    mounting sys fs ...
    mounting /dev/shm tmpfs ...
    kernel.sem = 1900 4000 32 100
    vm.overcommit_memory = 1
    vm.min_free_kbytes = 8192
                    Welcome to Cisco Service Engine
    Setting the system time from hardware clock
    ********** rc.aesop ****************
    Populating resource values from /etc/ism_rsrc_file
    Populating resource values from /etc/default_rsrc_file
    Populating resource values from /etc/products/cue/default_rsrc_file
    Populating resource values from /etc/products/cue/ism_rsrc_file
    ==> Management interface is eth0
    ==> Management interface is eth0
    IOS IP Address Registration complete.
    Kernel IP routing table
    Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
    10.102.66.0    *               255.255.255.0   U         0 0          0 eth0
    default         142.102.66.254  0.0.0.0         UG        0 0          0 eth0
    Size of buff is: 65536
    65536 bytes written
    Valid License file not found: Using default values
    INIT: Entering runlevel: 2
    ********** rc.post_install ****************
    Changing owners and file permissions.
    INIT: Switching to runlevel: 4
    INIT: Sending processes the TERM signal
    STARTED: dwnldr_startup.sh
    sre_type=  1
            Welcome to Cisco Systems Service Engine Helper Software
    Downloading ftp cue-vm-k9.SPA.sme.8.6.7.pkg
    Bytes downloaded :  727736
    Validating package signature ... done
     - Parsing package manifest files... complete.
    No installed manifests found.
     - Checking Package dependencies... complete.
    Downloading ftp cue-vm-langpack.sme.8.6.7.pkg
    Error: Download error
     Can not download cue-vm-langpack.sme.8.6.7.pkg
    error code 550 : error type 'Can not ▒
    Initializing memory. Please wait...
    Memory initialization OK. Continue...
    DDR Memory 0512 MB detected
    Genuine Intel(R) processor              1.06GHz
    BIOS ISM 2.6,  BIOS Build date: 10/16/2009
    System now booting...
    Authenticating boot loader....
    Secondary Boot Loader authenticated - booting....
    Please enter '***' to change boot configuration:
    Detect and Initialze network device
    Backup current platform configurations....
    SRE step 1 - SM registration...
    Response - no installation needed (len: 422)
    SRE Installation Not Needed
    Restoring orignial configuration...
    Updating flash with bootloader configuration.
    Please wait .................. done.
    Loading disk:/bzImage ... Loading disk:/cmdlineextra ... done.
    Verifying ... Invalid signature in command line file !!
    Corrupted command line detected
    done.
    Starting Kernel.
    Initializing memory. Please wait...
    Memory initialization OK. Continue...
    DDR Memory 0512 MB detected
    Genuine Intel(R) processor              1.06GHz
    BIOS ISM 2.6,  BIOS Build date: 10/16/2009
    System now booting...
    Authenticating boot loader....
    Secondary Boot Loader authenticated - booting....
    Please enter '***' to change boot configuration:
    Detect and Initialze network device
    Backup current platform configurations....
    SRE step 1 - SM registration...
    Response - no installation needed (len: 422)
    SRE Installation Not Needed
    Restoring orignial configuration...
    Updating flash with bootloader configuration.
    Please wait .................. done.
    Loading disk:/bzImage ... Loading disk:/cmdlineextra ... done.
    Verifying ... Invalid signature in command line file !!
    Corrupted command line detected
    done.
    Starting Kernel.
    Initializing memory. Please wait...
    Memory initialization OK. Continue...
    DDR Memory 0512 MB detected
    Genuine Intel(R) processor              1.06GHz
    BIOS ISM 2.6,  BIOS Build date: 10/16/2009
    System now booting...
    Authenticating boot loader....
    Secondary Boot Loader authenticated - booting....
    Please enter '***' to change boot configuration:
    Detect and Initialze network device
    Backup current platform configurations....
    SRE step 1 - SM registration...
    Response - no installation needed (len: 422)
    SRE Installation Not Needed
    Restoring orignial configuration...
    Updating flash with bootloader configuration.
    Please wait .................. done.
    Loading disk:/bzImage ... Loading disk:/cmdlineextra ... done.
    Verifying ... Invalid signature in command line file !!
    Corrupted command line detected
    done.
    Starting Kernel.
    Initializing memory. Please wait...
    Memory initialization OK. Continue...
    DDR Memory 0512 MB detected
    Genuine Intel(R) processor              1.06GHz
    BIOS ISM 2.6,  BIOS Build date: 10/16/2009
    System now booting...
    Authenticating boot loader....
    Secondary Boot Loader authenticated - booting....
    Please enter '***' to change boot configuration:
    Detect and Initialze network device
    Backup current platform configurations....
    SRE step 1 - SM registration...
    Response - no installation needed (len: 422)
    SRE Installation Not Needed
    Restoring orignial configuration...
    Updating flash with bootloader configuration.
    Please wait .................. done.
    Loading disk:/bzImage ... Loading disk:/cmdlineextra ... done.
    Verifying ... Invalid signature in command line file !!
    Corrupted command line detected
    done.
    Starting Kernel.
    Initializing memory. Please wait...
    Memory initialization OK. Continue...
    DDR Memory 0512 MB detected
    Genuine Intel(R) processor              1.06GHz
    BIOS ISM 2.6,  BIOS Build date: 10/16/2009
    System now booting...
    Authenticating boot loader....
    Secondary Boot Loader authenticated - booting....
    Please enter '***' to change boot configuration:
    Detect and Initialze network device
    Backup current platform configurations....
    SRE step 1 - SM registration...
    Response - no installation needed (len: 422)
    SRE Installation Not Needed
    Restoring orignial configuration...
    Updating flash with bootloader configuration.
    Please wait .................. done.
    Loading disk:/bzImage ... Loading disk:/cmdlineextra ... done.
    Verifying ... Invalid signature in command line file !!
    Corrupted command line detected
    done.
    Starting Kernel.
    Initializing memory. Please wait...
    Memory initialization OK. Continue...
    DDR Memory 0512 MB detected
    Genuine Intel(R) processor              1.06GHz
    BIOS ISM 2.6,  BIOS Build date: 10/16/2009
    System now booting...
    Authenticating boot loader....
    Secondary Boot Loader authenticated - booting....
    Please enter '***' to change boot configuration:
    Detect and Initialze network device
    Backup current platform configurations....
    SRE step 1 - SM registration...
    Response - no installation needed (len: 422)
    SRE Installation Not Needed
    Restoring orignial configuration...
    Updating flash with bootloader configuration.
    Please wait .................. done.
    Loading disk:/bzImage ... Loading disk:/cmdlineextra ... done.
    Verifying ... Invalid signature in command line file !!
    Corrupted command line detected
    done.
    Starting Kernel.
    Initializing memory. Please wait...
    Memory initialization OK. Continue...
    DDR Memory 0512 MB detected
    Genuine Intel(R) processor              1.06GHz
    BIOS ISM 2.6,  BIOS Build date: 10/16/2009
    System now booting...

  • Invalid Code [Journal Entry] Line 2

    Hi All
    I did a patch upgrade from SP00 PL49 to SP01 PL05, now i get the error message listed in the Title;
    Invalid Code [Journal Entry] Line 2, 2000/100
    when doing outgoing payments to Creditors if I select the AP invoices, if i say payment on account it goes through as there is no auto-reconciling happening.
    2000/100 from the error is the account code, which is my Accounts Payable account.
    Any ideas, the account is not locked.

    Hi,
    You may check these threads first:
    Error message when reconcile BP
    Invalid code [JE rows-account][Line 2] '1040104001 '[Message 173-36]
    Object Type
    Updating journal entry
    Thanks,
    Gordon

  • Invalid reference parameter in distribution list

    Hi all!
    I want to distribute a very simple report that has a user parameter 'P_1'.
    The basic problem I have is to reference this parameter P_1 in my distribution file:
    I always get the following error message:'Invalid reference parameter '&P_1' in distribution list.
    <destinations>
    <file id="MyFiles" name="&amp;&lt;P_1&gt;_test.pdf" format="pdf" instance="all">
    <include src="report"/>
    </file>
    </destinations>
    Any idea what's wrong here?
    Thanks
    Thorsten

    Please try with encoded versions of these special params (Since they have special meanings in XML )
    & --> &amp;
    (less than) < --> &lt;
    Greater than > --> &gt;
    So the param becomes - &amp;&lt;P_1&gt;...
    This is explained in doc
    (HTML) http://otn.oracle.com/products/reports/htdocs/getstart/docs/A92102_01/title.htm
    Please See chapter 9 - Creating advanced distributions
    NOTE: (from docs)
    There is no special requirement for the greater-than symbol (>)used with variables, but for consistency, we recommend that you use the encoded version (&gt;).
    Thanks
    The Oracle Reports Team

  • Adding a CM: Invalid length parameter passed to the RIGHT function. (CINF)

    We started seeing this error message a week ago when attempting to add a Credit Memo.  We only see this error message when entering Credit Memos and not any other finacial documents.  I've done some preliminary research and haven't really come up with anything to point to the issue.  Prior to reporting this to my support partner, I wanted to see if anybody here has seen this before or give me some ideas to look into the source of the issue.
    Full error message: Microsoft SQL Native Client SQL Server Invalid length parameter passed to the RIGHT function. (CINF)

    Checking the list of form ID's at [http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/892] shows the A/R Credit Memo as 179 and the A/P Credit Memo as 181.  This also corresponds with what I see when viewing the system information on the form.

  • X11 BadWindow (invalid Window parameter)

    Hi everyone!
    Here is the issue:
    Im using X11 to access and SGI (Silicon Graphics) IRIX system. I had it working once, then I rebooted both machines and never again has it worked. When I run the command
    Xnest :1 -query 192.168.X.X
    the IRIX login window appears and I can log in and then all the desktop elements show up as they should except windows. When ever I try to get a window open from a tool bar or console window I get this on the sgi's console and nothing happens:
    X error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 128 (XINERAMA)
    Minor opcode of failed request: 1 (XINERAMAGetState)
    Resource id in failed request: 0x570000000
    Serial number of failed request: 668
    Current serial number in output stream: 668
    I hope that someone can figure this out
    Thanks!!!
    also as a note I may have run the 10.4.10 update before i disconnected everything, but I don't remember.

    These are the links that I used to set up the SGI's
    http://www.nekochan.net/wiki/index.php/Headless
    http://www.nekochan.net/wiki/index.php/Headless_desktop
    At one point this worked!
    I also used the Xnest, but it is akward and has its own issues. Some items in the toolbar dont show up, just blank where text would be. Kind of a wierd issue. I have screen shots posted in a different forum here:
    http://forums.nekochan.net/viewtopic.php?f=7&t=15173

  • Invalid system parameter of dispatchers

    Hi all,
    I set an invalid system parameter for dispatcher and I cannot startup the instance again.
    How can I change the system parameter before startup?
    I haven't backup the spfile, any other solutions?
    Regards,
    Jimmy

    start ur database with pfile
    sql>startup mount pfile=d:\oracle\product\10.1.0\admin\db01\pfile\init.ora
    sql> change ur dispatchers parameters if is not static.
    sql> alter database open;
    Listen to all other members.

  • Windows Terminal server is reporting error" ESE error -1003 JET_errInvalidParameter, Invalid API parameter."

    We are getting event error as copied below on Terminal server. Any help in getting this issue resolved will be much appreciated. Server is running on windows 2008 R2 server.
    Log: System
    Type: Error
    Event: 44
    Event Time: 08:33:47 PM 23-Apr-2015
    Source: TerminalServices-Licensing
    Category: None
    Username: N/A
    Computer: ABC-HG-SRV11.biz.com
    Description: The following general database error has occurred: "ESE error -1003 JET_errInvalidParameter, Invalid API parameter.

    Hi Keshava,
    Firstly, please fully patch the system.
    If the issue persists, I suggest you perform following actions to solve the issue:
    Assign the appropriate permissions to the TS Licensing database folder on the Terminal Services license server.
    Reinstall the Terminal Services client access licenses (TS CALs) onto the license server.
    For more detailed steps, please refer to this article below:
    Event ID 44 — Terminal Services License Server Database Availability
    https://technet.microsoft.com/en-us/library/cc727345%28v=ws.10%29.aspx?f=255&MSPPError=-2147217396
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]

  • Invalid length parameter passed to the LEFT or SUBSTRING function, error on INSERT

    I have a stored procedure that does a BULK INSERT of a csv file into myCSVTable then INSERTs records from
    myCSVTable into myTable. The INSERT statement is giving me this error: 
    Invalid length parameter passed to the LEFT or SUBSTRING function.
    CSV File: 
    3,020000007,OR,051,97205,02020005,41075,19470721,2,0,,0,0,0,0,0,1,0,0,,,,,,,,,0,2,,334418,334418,334418,13,,0,,0,0,0,0,0,1,0,0,1,20100217,,,,,20100304,20121030,1,1,,,0,0,0,0,0,,,,,0,0,0,0,9,0,0,0,1,1,0,0,0,3,00,20100304,20100426,20100922,20101011,20100304,20100922,20101011,,20101011,20100819,,20100326,20100326,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,,,1,1,,9,9,1,1,1,1,0,0,111150,111150,111150,999999,5586.25,4714.01,5884.28,7055.89,11097.89,10839.39,0.00,2,,,,,20120617,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,The
    Workforce Investment Board for the City of xxxxxxxx and xxxxxxxxx and W,020005,,mstr: 1000000000000000017  js: 372651          epi: 1,Jane Doe
    4,020000007,OR,051,97205,02020005,41075,19470721,2,0,,0,0,0,0,0,1,0,0,,,,,,,,,0,2,,334418,334418,334418,13,,0,,0,0,0,0,0,1,0,0,1,20100217,,,,,20100304,20121030,1,1,,,0,0,0,0,0,,,,,0,0,0,0,9,0,0,0,1,1,0,0,0,3,00,20100304,20100426,20100922,20101011,20100304,20100922,20101011,,20101011,20100819,,20100326,20100326,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,,,1,1,,9,9,1,1,1,1,0,0,111150,111150,111150,999999,5586.25,4714.01,5884.28,7055.89,11097.89,10839.39,0.00,2,,,,,20120617,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,The
    Workforce Investment Board for the City of xxxxxxxx and xxxxxxxxx and W,020005,,mstr: 1000000000000000017  id: 020000007       epi: 1,Jane Doe
    There is no LEFT or SUBSTRING function used in the procedure and there are no triggers on either table. 
    The procedure had been working fine until today, when I altered one of the CSV fields. The code which triggers the error is this:
    INSERT [myTable]
    SELECT * FROM [myCSVTable]
    The weird thing is, the 1st record containing the changed field (mstr: 1000000000000000017  js: 372651          epi: 1) triggers the error, but the 2nd record containing
    the old field value (mstr: 1000000000000000017  id: 020000007       epi: 1), does not. 
    There are only blank spaces in the 2 strings, no non-printable characters or anything like that. I'm confused.

    A View of myTable was causing the problem.
    Hi LoriCazares,
    Do you mean that you have solved this issue? If so, please close this thread.
    Regards,
    Elvis Long
    TechNet Community Support

Maybe you are looking for