SRW248G4P - (!)Loader Binary checksum error - ERR Runtime Loading Fail - System Halt.

We have this 48 port switch in our engineering department, and it basically stopped passing network traffic.
When connecting to the Console port and power cycling the switch, this is what I see:
Image Loader 1.0.1
Loading Diagnostic Image File : SRW224G4P_SRW248G4P_boot.bix
Diagnostic 1.0.1
User Mode
--- Performing Power-On Self Tests (POST) ---
DUMMY Test 1 ................. PASS
UART Loopback Test ........... PASS
POE UART Loopback Test ....... PASS
DRAM Test .................... PASS
Timer Test ................... PASS
Done All Pass.
------------------ DONE ---------------------
(!)Loader Binary checksum error
<ERR> Runtime Loading Fail - System Halt.
This error obviously doesn't look "normal".
When pressing CTRL-U, I get the following screen:
File Name                         S/Up Type Size       Create Time
$logfile_1                          0    3         64  1193046:28:15
Factory_Default_Config.cfg          0    5        354  24:01:02
SRW224G4P_SRW248G4P_boot.bix        1    1    1377600  00:01:03
certificate                         0    8      18040  24:00:56
startup-config                      1    5       5651  25:00:38
startup1.cfg                        0    5       5537  24:01:14
Free Space : 5636096
[X]modem Download  [D]elete File  [S]et Startup File
[Q]uit
Select>
I've tried to update the "SRW224G4P_SRW248G4P_image_v1310.bix" file using Xmodem download, but since I really wasn't sure how to use this boot loader tool, I haven't been successful at doing that, nor do I even know if that's the solution for the problem that I'm having.
Xmodem Receiving Start ::
XMODEM, Successful.
Blocks Received = 7289
Bytes Received = 394480
Errors:
        Checksum   = 0
        Complement = 0
        Duplicates = 0
Image downloaded to buffer.
        [R]untime
        [D]iagnostic
        M[u]ltipe Image
        [L]oader (Warning: Are you sure what you are doing?)
        [Q]uit
Update Image File:r
Runtime Image Filename : SRW224G4P_SRW248G4P_image_v1310.bix
Updating file system.
File system update fail.
I'm guessing that I'll need to contact Cisco tech support, although at least through their web site, they make that nearly impossible to accomplish.
Does anyone have any suggestions on what may have happened to our switch and what I should do to recover? Of course we're about to start a time-critical round of product testing, and without this switch, I'm dead in the water.  And it's not like we have a spare 48-port PoE switch lying around.

Hello,
I got the same issue. After downloading and uploading the firmware, I got the following result and all LED on the switch are glowing. Could you please help on this issue? Where can I find the right firmware. I also have Image loader 1.0.1.
Xmodem Receiving Start ::
XMODEM, Successful.
Blocks Received = 6b59
Bytes Received = 35ac80
Errors:
        Checksum   = 0
        Complement = 0
        Duplicates = 0
Image downloaded to buffer.
        [R]untime
        [D]iagnostic
        M[u]ltipe Image
        [L]oader (Warning: Are you sure what you are doing?)
        [Q]uit
Update Image File:r
Runtime Image Filename : SRW224G4P_SRW248G4P_image_v1020.bix
Updating file system.
File system update fail.
File Name                         S/Up Type Size       Create Time
All I got now after restarting the switch is:
File Name                         S/Up Type Size       Create Time
Factory_Default_Config.cfg          1    5        354  24:01:02
certificate                         0    8      18040  24:00:56
Free Space : 7602176
[X]modem Download  [D]elete File  [S]et Startup File
[Q]uit
Select>
Thnx in advance.

Similar Messages

  • SRW224G4P - " ERR Runtime Loading Fail - System Halt"

    Hello everyone!
    When I power up my switch (SRW224G4P), hyperterminal displays the following output:
    Image Loader 1.0.1
    Loading Diagnostic Image File : SRW224G4P_SRW248G4P_boot.bix
    Diagnostic 1.0.1
    * the screen then clears and displays *
    User Mode
    --- Performing Power-On Self Tests (POST) ---
    DUMMY Test 1 ................. PASS
    UART Loopback Test ........... PASS
    POE UART Loopback Test ....... PASS
    DRAM Test .................... PASS
    Timer Test ................... PASS
    Done All Pass.
    ------------------ DONE ---------------------
    <ERR> Runtime Loading Fail - System Halt.
    * no "auto-boot in 2 second" message is displayed *
    Does anyone have any ideas what can be done to fix this error?
    Message Edited by Vince_02 on 12-14-2009 10:52 AM

    The SRW is now part of Cisco Small Business. You better ask your question in the Cisco Small Business Support Community. You'll find Cisco people over there...

  • Loading and with error message :COLLECTION in SOURCE SYSTEM ENDED

    Hi,
    Facing problem with master data object while loading and with error message :COLLECTION in SOURCE SYSTEM ENDED
    This load is getting failed every day. It is a full load and records are getting transferered and added.
    when we check in details tab in RSMO all data packets in processing is green but in extraction some of the data selection scheduled are in yellow.We are changing QM status to green as records are added.
    Version i am using is BW 3.5
    Please let me know what will be the problem???
    Thanks,
    Edited by: lokesh thonsyd on Feb 18, 2009 8:55 AM

    First try to find out the reason for the load failure. Once you fix this, do a manual run of the infopackage and when successful you can continue with the rest of process chain.
    Sometimes, it doesn't help to just set a request to green status in order to run the process chain from that step on to the end.
    You need to set the failed request/step to green in the database as well as you need to raise the event that will force the process chain to run to the end from the next request/step on.
    Therefore you need to open the messages of a failed step by right clicking on it and selecting 'display messages'.
    In the opened popup click on the tab 'Chain'.
    In a parallel session goto transaction se16 for table rspcprocesslog and display the entries with the following selections:
    1. copy the variant from the popup to the variante of table rspcprocesslog
    2. copy the instance from the popup to the instance of table rspcprocesslog
    3. copy the start date from the popup to the batchdate of table rspcprocesslog
    Press F8 to display the entries of table rspcprocesslog.
    Now open another session and goto transaction se37. Enter RSPC_PROCESS_FINISH as the name of the function module and run the fm in test mode.
    Now copy the entries of table rspcprocesslog to the input parameters of the function module like described as follows:
    1. rspcprocesslog-log_id -> i_logid
    2. rspcprocesslog-type -> i_type
    3. rspcprocesslog-variante -> i_variant
    4. rspcprocesslog-instance -> i_instance
    5. enter 'G' for parameter i_state (sets the status to green).
    Now press F8 to run the fm.
    Now the actual process will be set to green and the following process in the chain will be started and the chain can run to the end.

  • When I try to load Indesign, an error message appears: "the exploitation system you are using is no longer taking responsibility with Indesign". What can I do to load the software?

    When I try to load Indesign, an error message appears: "the exploitation system you are using is no longer taking responsibility with Indesign". What can I do to load the software?

    Do you have a license for InDesign?

  • K7N2 - Bios Checksum Error - But wont load program to flash bios

    Hi there, my computer restarted itself due a problem with windows (kernel dll or something arather), since then it wont boot at all, beeps twice and says Bios Checksum error.
    Now i understand this means the Bios is corrupted and i need to re-flash it. I looked at instructions on how to do this and followed them to the button. However, it wouldnt load a boot disk at all so i reset the Cmos using the jumpers.
    After reseting it would now read the disk (i can hear it make noises) but it would only get as far as starting to load the award flash program, i.e. it just says "Starting..." but then the disk will stop reading at it will just hang then doing nothing.
    I've tried numerous disks and numerous bios version numbers (but obviously the right ones for my motherboard: K7N2 Delta series Ms-6570), and i've tried using different types of bootdisk all with the same result.
    Is there anything else i can do? or is it pretty much screwed and i have to take it back to the shop i bought it from and request a new bios chip (technically its still under warranty, as its only 10 months old but would this be covered with the warranty?). I can foresee taking it back being a huge hassle so if there is anything i can do to avoid this, it would be greatly appreciated.

    I never cleared the cmos with the power on. Sorry i didnt make it clear, but yeah i always made sure the power was completely out. I left the battery out last night too, but still no change. All cables are on right, and I'll try taking out all the cdrom and cd when i get home. I cant get into Bios (pushing del key). all i get is two beeps and boot block telling me that there is a Bios Rom Checksum error (again, sorry i wasnt being very clear).
    I think it might be pretty much stuffed. I'm tempted just to go to the store and buy another one as they aren't too expensive and probably not too much of a price difference from getting a new bios chip and having to wait for 2 weeks while it gets delivered. But then again maybe i should just be patient and save myself some money.
    Hmm, could it be due to bad RAM? I'll try swapping it with my brother's and see what happens. It's kind of ridiculous that they give the same generic error message for a multitude of different problems, someone should fix that.

  • MOVED: K7N2 - Bios Checksum Error - But wont load program to flash bios

    This topic has been moved to AMD nVidia/AMD/SiS SocketA based board.
    K7N2 = nVidia nforce2 chipset = AMD nvidia SocketA forum
    https://forum-en.msi.com/index.php?topic=73760.0

    I never cleared the cmos with the power on. Sorry i didnt make it clear, but yeah i always made sure the power was completely out. I left the battery out last night too, but still no change. All cables are on right, and I'll try taking out all the cdrom and cd when i get home. I cant get into Bios (pushing del key). all i get is two beeps and boot block telling me that there is a Bios Rom Checksum error (again, sorry i wasnt being very clear).
    I think it might be pretty much stuffed. I'm tempted just to go to the store and buy another one as they aren't too expensive and probably not too much of a price difference from getting a new bios chip and having to wait for 2 weeks while it gets delivered. But then again maybe i should just be patient and save myself some money.
    Hmm, could it be due to bad RAM? I'll try swapping it with my brother's and see what happens. It's kind of ridiculous that they give the same generic error message for a multitude of different problems, someone should fix that.

  • [Solved] Pacman errors: "call to execv failed", system not booting

    Recent upgrade (yesterday) - problems went like this:
    1) pacman -Syu attempted "filesystem" upgrade and threw errors about some directories in /usr/local being 775 not 755.
    2) that was because I had a non-standard package in there. I changed just those relevant directories to 755.
    3) reattempted pacman -Syu but got a bunch of errors: "call to execv failed"
    4) system was immediately borked. Reboot now throws me into a shell.
    This is a 32 bit system.
    Any ideas and help would be greatly appreciated.
    Last edited by lagagnon (2013-01-30 19:10:24)

    Solved my problem with the following method:
    1) used Arch LiveCD. Mounted boot and / partitions
    2) pacman -r /path/to/root -Syyu glibc filesystem
    3) reboot gave "Unable to find root device error"
    4) ran LiveCD again following these instructions: https://wiki.archlinux.org/index.php/Pa … onger_boot

  • EIS Member and Data Load-Getting OS Error-Please help!

    Please help! I have created a OLAP model then created a Metaoutline.
    Then I went ahead to do the Member and Data load. I logged into my server and started the member and data load.
    Then it gives me the following error:
    SELECT /*+ */ .. FROM <my_view_name>
    OS Error No such file or directory IS Error Member load terminated with error.
    The load terminated with errors.
    Thanks in advance for any replies.

    thanks all! the error has been resolved.
    Jus had to create a directory in the Integration services folder: $ISHOME/loadinfo
    the loadinfo folder was missing.
    Prathap,
    Is that view available at that time? --the query is generated automatically.
    Which Data Source and which version of the Hyperion - datasource is Oracle10g and 9.3 is Hyp version.

  • I tried to install the latest version of iTunes on my Windows PC, but the installation failed and I have the error message "Runtime Error R6034 An application has made an attempt to load the C runtime library incorrectly."

    I tried to install the latest version of iTunes on my Windows PC, but the installation failed and I have the error message "Runtime Error R6034 An application has made an attempt to load the C runtime library incorrectly."  When I then tried to run iTunes (assuming that, since the new install failed, my older version was still OK) I got the message "iTunes was not installed correctly.  Please reinstall iTunes.  Error 7 (Windows error 1114".  I tried then uninstalling iTunes and reinstalling it fresh, but encountered the same problems. Help!

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • JavaFX application deployment problem - Error: Unable to load resource

    I am developing my first JavaFX application. When I install the jnlp and jar files on my web server I have no problems using the application from either my development machine (Windows XP) or my test machines (Windows XP & Mac OS X). However, one person evaluating the application reports getting the following error:
    Error: Unable to load resource: http://dl.javafx.com/1.3/javafx-rt-windows-i586__V1.3.0_b412.jar
    What are the possible causes of this problem and how can they be resolved?

    If being able to redistribute the JavaFX runtime is important to you, make sure you let Oracle know. Personally I'd prefer to host it myself or bundle it with an application installer. Being forced to rely on dl.javafx.com isn't acceptable for me.
    [http://javafx.uservoice.com/forums/33584-official-javafx-feedback-forum/suggestions/403105-allow-us-to-distribute-the-javafx-runtime-binary?ref=title]
    Edited by: jptech on Jun 18, 2010 8:36 PM

  • I just installed LV2011 and one dll from my vi won't load with the error "application configuration is incorrect"

    I just installed LV2011 and one dll from my vi won't load with the error "application configuration is incorrect", which is Windows lingo for "missing package dependencies".  All the computers at my company with 2010 loaded seem to do OK.  When I do a Dependencies Walk I get missing Visual C debug dll's missing plus IEshims and wer which both have a whole tree of dependencies missing on my machine.  The Windows install is the same "Windows XP version 2002 Service Pack 3" on my PC and the working PC's. So I'm thinking I have to uninstall 2011 and go back to 2010.  Is this correct?  Those VC debug dll's were installed on the machines with 2010 in them but were not installed in mine.
    I've heard the advice to recompile the dll with debug turned off but I don't have access to the source code.
    Thanks in advance.

    u87 wrote:
    Thanks for the reply.  This at least tells me that going back to LV2010 is not likely to solve the problem.  The missing dll's are:
    MFC90D.dll
    MSVCR90D.dll
    IESHMS.dll
    WER.dll
    And, once again, IESHMS and WER have other dependencies.  So perhaps i need to install the Visual C++ development environment.
    IESHIMS.dll is an Internet Explorer DLL that gets usually delay loaded by shdocvw.dll. As delay load it can not cause DLL load errors but only runtime errors. Maybe your DLL has it as direct dependency but that is unlikely since it does not have a documented interface.
    WER.dll is Windows error reporting for Vista/Win7.
    MFC90D.dll is the Microsoft Foundation classes and MSVCR90D.dll is the MS C runtime library, both as debug variant.
    So all the DLLs you mention are actually MS DLLs! You haven't identified the DLL that you try to access in LabVIEW that causes these error messages. IESHIMS and WER are usually delay loaded by any component that needs it and should not likely be used by non MS code.
    What is the DLL you try to load into LabVIEW and by whom? Get the provider of that DLL to provide you a non Debug build of the DLL. Installing Visual C on all the machines just to make the DLL load is not a solution, besides that it is likely not legal since I doubt you have that many licenses.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Unable to load external swf which has runtime sharing with another swf.

    Hi,
    I am getting issues on loading external swf say "importer.swf" file into another swf file say "loader.swf" for second time like
    ReferenceError: Error #1065: Variable testSymbol is not defined. VerifyError: Error #1014: Class testClass could not be found.
    at global$init()
    In the external swf "importer.swf", i am trying to import the symbol "testSymbol" from another swf file say "exporter.swf", which exports through runtime sharing option for the symbols.
    I am having some buttons in loader.swf file and on each button click i am loading different swf files into the loader.swf after unloading the previous one.
    I am able to load and unload different swf files but unable to load the importer.swf file which is sharing symbols from external swf and that too for the second time i.e., when i click the button twice.
    When trying to debug with flash debugger, all the other swf files are being unloaded before loading of another swf but the swf which is sharing symbols/classes with another swf is not getting unloaded.
    Output when i am trying to load two files example and importer files into loader.swf file on two different button clicks. On first button click example.swf is loaded. On second button click , example.swf is unloaded and importer.swf is loaded which is successful. On first button click again importer.swf is unloaded and example.swf is loaded. On second button click again, example.swf is unloaded and importer.swf is loaded, here i am getting issues shown above.
    Attemping to launch and connect to Player using URL D:\runtime issue\loader.swf
    [SWF] D:\runtime issue\ loader.swf - 8181 bytes after decompression
    [SWF] D:\runtime issue\example.swf - 441708 bytes after decompression
    [UnloadSWF] D:\runtime issue\example.swf
    [SWF] D:\runtime issue\importer.swf - 1920 bytes after decompression
    [SWF] D:\runtime issue\importer.swf - 441708 bytes after decompression
    [SWF] D:\runtime issue\ example.swf - 441708 bytes after decompression
    [UnloadSWF] D:\runtime issue\ example.swf
    [SWF] D:\runtime issue\importer.swf - 1920 bytes after decompression
    ReferenceError: Error #1065: Variable xxxxxx is not defined.
    Debug session terminated.
    Code i am using
    b1.addEventListener(MouseEvent.CLICK, b1Clicked);
    b2.addEventListener(MouseEvent.CLICK, b2Clicked);
    var ldr:Loader;
    function b2Clicked(e:MouseEvent)
        if(ldr != null)
            ldr.unloadAndStop(true);
        ldr = new Loader();
        ldr.load(new URLRequest("importer.swf"));
        addChild(ldr);
    function b1Clicked(e:MouseEvent)
        if(ldr != null)
            ldr.unloadAndStop(true);
        ldr = new Loader();
        ldr.load(new URLRequest("example.swf"));
        addChild(ldr);
    If i try to open the swf using IE, i am not getting any issues at all. But i need to open this loader.swf in a air application. Also when i use loaderContext for the loader instance i am able to get rid of this issue but i cant use it in my application.
    So, please help me in resolving this issue.
    Thanks

    I got my answer. I had to append the photo url to the 'movie' value of the javascript embed method. Like this:
    <script language="JavaScript" type="text/javascript">
       AC_FL_RunContent(
          'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0',
          'width', '550',
          'height', '400',
          'src', 'lesson2',
          'quality', 'high',
          'pluginspage', 'http://www.adobe.com/go/getflashplayer',
          'align', 'middle',
          'play', 'true',
          'loop', 'true',
          'scale', 'showall',
          'wmode', 'window',
          'devicefont', 'false',
          'id', 'lesson2',
          'bgcolor', '#ffffff',
          'name', 'lesson2',
          'menu', 'true',
          'allowFullScreen', 'false',
          'allowScriptAccess','always',
          'movie', 'lesson2?photo=http://www.flash-mx.com/images/image1.jpg',
          'salign', ''
          ); //end AC code
    </script>
    Thanks,
    srb.

  • System Error 998 While loading the Labview Run-Time Engine

    Hello.
    I have a DLL made with LV 7.1 I run the dll using a C compiler and works great in WINXP, but cannot run in Win2K. Error is:
    "System error 998 while loading the Labview Run-Time Engin(c:\program
    files\National Instruments\Shared\Labview Run-Time\7.1\\lvrt.dll)
    READVOLTAGE requires a version 7.1 (or compatible) Labview Runtime
    Engine. Please contact the vendor of READVOLTAGE to correct this
    problem"
    READVOLTAGE is my function inside the dll. The runtime is already
    installed. I tried it in another WINXP running machine and works fine.

    This is actually a Microsoft bug with statically loaded DLLs. There are a couple of workarounds for it, and I have included two links below to posts that address this issue:
    Not found error message from LabVIEW runtime when called from VC++ with statically linked MFC
    I get error 998 when calling a LabVIEW buildt DLL from MSVC++
    Kind Regards,
    E. Sulzer
    Applications Engineer
    National Instruments

  • The package failed to load due to error 0xC0011008

    I am trying to run a SSIS Package from SQL Server BI Studio. I receive the error "The package failed to load due to error 0xC0011008".  SQL Server 2008 R2 installed (32bit Win 7), along with Integration Services.  The Package connects
    to a SQL Server DB.
    Here is the full error taken from consol in BI Studio:
    SSIS package "CreateDynSSIS_DB_RunDynSSiSDB.dtsx" starting.
    Error: 0x1 at ST_Gen_Pkg_Src_SqlServ: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Microsoft.SqlServer.Dts.Runtime.DtsRuntimeException: The package failed to load due to error 0xC0011008
    "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails.
     ---> System.Runtime.InteropServices.COMException (0xC0011008): The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was
    passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails.
       at Microsoft.SqlServer.Dts.Runtime.Wrapper.ApplicationClass.LoadPackage(String FileName, Boolean loadNeutral, IDTSEvents100 pEvents)
       at Microsoft.SqlServer.Dts.Runtime.Application.LoadPackage(String fileName, IDTSEvents events, Boolean loadNeutral)
       --- End of inner exception stack trace ---
       at ST_0f39f89613ca43e9a6660953aa72fa2c.csproj.ScriptMain.Main()
       --- End of inner exception stack trace ---
       at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig,       MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
       at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
       at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
       at System.Type.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, CultureInfo culture)
       at Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTATaskScriptingEngine.ExecuteScript()
    Task failed: ST_Gen_Pkg_Src_SqlServ
    Warning: 0x80019002 at CreateDynSSIS_DB_RunDynSSiSDB: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED.  The Execution method succeeded, but the number of errors raised (1) reached the maximum allowed (1); resulting in failure. This occurs when the
    number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
    SSIS package "CreateDynSSIS_DB_RunDynSSiSDB.dtsx" finished: Failure.
    The error is thrown at this line:
    DynamicPackage = app.LoadPackage(DynamicPackagePath, null);
    Any help would be great! I've done a bit of Googling on the topic already.. and nothing has worked so far.

    Hi,
    Reason for the error: Old
    version of the DTEXEC is picked up by SQL Server instead of the new one. 
    Refer this link for more info
    THE PACKAGE FAILED TO LOAD DUE TO ERROR 0XC0011008
    Hope this info Helps

  • Error while Initial load

    Hi Forum,
    Iam doing Middleware setup for downloading customer master from R/3 to CRM.Iam trying to do initial load of customizing objects viz.,DNL_CUST_ACGRPB,DNL_CUST_ADDR,
    DNL_CUST_KTOKD,DNL_CUST_TVKN,DNL_CUST_TVLS,DNL_CUST_TVPV... which are to be loaded before doing initial load of CUSTOMER_MAIN.
    while doing initial load of customizing objects iam getting the below mentioned error
    <b>001 No generation performed. Call transaction GN_START.</b>
    <b>002 Due to system errors the Load is prohibited (check transaction MW_CHECK)!</b>
    <b>-</b>when I do GN_START
    "A  job is already scheduled periodically.
    Clicking on 'Continue' will create another job
    that starts immediately.
    Do you want to continue?" message is displayed
    and I have sheduled it.
    But in SMWP transaction I can see in
    <b>BDoc Types: Generation of other runtime objects</b>
    Not generated / <b>generated with errors 2 entries  
                    31.08.2006 05:33:50</b>
    and the objects with errors are
    <b>POT_LISTWRITE
    SPE_DDIC_WRITE</b>
    <b>-</b>In transaction MW_CHECK, system displays message as <b>No generation performed. Call transaction GN_START.</b>     
    when I regenerate these objects(generated with errors)from the context menu I find no difference.
    I have also referred to the <b>Note :637836 and 661067</b> which also suggests to run few reports and GN_START but inspite of doing all the corretion parameters in the note Iam still unable to come out of the situation.
    Please Guide
    Thanks in Advance
    Shridhar.
    Message was edited by: Shridhar Deshpande

    Hi Rahul,
    Thanks for the reply.I checked in transaction MW_CHECK and the system throws the message as
    <b>No generation performed. Call transaction GN_START.</b>
    In the long text the below message is available
    <b>No generation performed. Call transaction GN_START.
    Message no. SMW_GEN_KERNEL005
    Diagnosis
    An upgrade was performed.
    <b>System response</b>
    The Middleware is stopped because MW objects must be generated.
    <b>Procedure</b>
    Excecute transaction GN_START.</b>
    If GN_START is executed,I dont find any change.
    I also checked in <b>smq2</b>in CRM and I found the status of the queue as below
        CL       Queue Name      Entries  Status   Date
    <b>200 CSABUPA0000000042  5       SYSFAIL  31.08.2006 09:54:05 31.08.2006 09:54:11</b>
    Thanks
    Shridhar
    Message was edited by: Shridhar Deshpande

Maybe you are looking for