"Thead is being stopped" while in debug mode

Many DI-API objects (Journal Entries, Goods Issues, to name a couple), cannot be debugged under Visual Studio 2003 (VB.Net). I constantly get the "Thread is being stopped" error, but the code works fine if I don't set any breakpoints.
It seems to happen more often when I hover over DI-API objects. This, as you may know, tries to pull the data behind the object in a tooltip. I have always attributed this problem to COM and using Interops to get to the methods, but it is getting really annoying. Does anybody else out there have this problem? Have you been able to solve it?
Thanks in advance.
Carlos

Carlos, 
You are right that it will happen most often when you have a breakpoint on a line that uses a ui/di object, and often when you try to debug those objects.  It can also happen if you have a watch window open that has a b1 object in the list. 
The only way to completely avoid it (in vs2003) I think is to issue console.writeline's to display the value of the b1 object properties that you're trying to view.  I never have problems debugging non-b1 variables. 
I also do not get that message in vs2005.

Similar Messages

  • Edit code while in debug mode in CC

    Hi,
    I have just upgraded to Flash CC, and can no longer edit code while in debug mode. It appears the code window becomes read only while debugging. This is problematic because I often find it very useful to copy in variable names from data visible in the variables display portion of the call stack. This is very helpful if I have made a typo in my variable names, or if I am reading out data from a network request and I don't know the variable names ahead of time. Is there a way to unlock the code window so it does not become read only during debugging?
    -David

    Hi Amy,
    I appreciate that you are trying to help, and from a purely coding standpoint see the advantages to Flash Builder IDE over the Flash Professional IDE. Although personally I am a Visual Studio kinda guy... However I am working with a fairly large code base, (we are a small game studio that has been working with flash cs4, 5, and 5.5 for the past 5 years) and while nobody that works for me is crazy enough to put code on the timeline, we do have a significant amount of UI elements, dialogs, and layouts that are designed in the Flash editor with logic in classes that extend those elements. Now correct me if I am wrong, but it is my understanding that you cannot build FLA files from flash builder let alone have them link with the classes that are set to extend them in Flash Professional. The move to CC actually gives us access to Flash Builder - something that previously was an additional $500 a seat. While it may make sense for us to use in the future, for now I am faced with the issue of the new Flash CC has removed the ability to edit the code while debugging. I was hoping there was a setting or a hidden option to turn this very unnecessary change off, I wasn't really asking for a critique of my IDE choice.
    -David

  • Error: Thead is being stopped

    Hi All,
    I get an error in my code: "Thread is being stopped" It is an exception that is thrown and looks like it's got something to do with the RecordSet object. I am attempting to get the list of sales order drafts from the database. I want to convert all draft orders to sales orders.
                oDraft = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oDrafts)
                oOrder = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oOrders)
                oRecord = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)
                oRecord.DoQuery("SELECT T0.DocEntry FROM ODRF T0 WHERE T0.ObjType = '17'")
                While Not oRecord.EoF
                    oDraft.GetByKey(oRecord.Fields.Item("DocEntry").Value)
    The error occurs every time in this piece of code. Sometimes on the DoQuery and it was once on the last line. If I move the 2 GetBusinessObject rows to imediately after the DoQuery, the error occurs on the GetBusinessObject line.
    I saw a couple of posts with people having errors on RecordSet, but am not sure how to solve this. I don't have the SQL password for the clients and am not sure how else I can get the list of draft order.
    Please help - any help is appreciated!
    Adele

    Hi All,
    I marked thread as solved as I have noticed it only gives this error while debugging. If you run it without any breakpoints, all works fine.
    Thanks,
    Adele

  • How to view cursor values while in DEBUG mode

    I am using SQL developer 1.5.1 and I am debugging my Stored Procedure.
    I cannot find how to view the contents of variables as I step through the code.
    For example, I have the following IF:
    IF NVL(rat_rec.rat_css_agency_cd, -1) != NVL(lclcssagencycd, -1) THEN
    lclupdate := TRUE;
    END IF;
    I want to be able to see what is the value of rat_rec.rat_css_agency_cd and also lclcssagencycd, to see why it is evaluating this IF statement to be true.
    In other words it is saying rat_rec.rat_css_agency_cd is NOT the same as lclcssagencycd, but I want to see what the differences are and need to be able to 'look' at the value of each variable.
    It is NOT showing on SMART DATA or DATA.
    I have not used SQL Developer much before, so must be missing something.
    (In VB, I can debug a routine and then stop on a variable and press SHIFT+F9 to see the contents of the fields. I want to do the same thing in SQL DEVELOPER).

    Yes, I do.
    I am able to step through the code and if I stop on a particular line of code, I want to be able to evaluate the variables or cursor fields that I am on to see what their contents are.
    Sean

  • Stopping a program in debug mode

    Hi all,
    i have am having a intermitent issue with a program. first let me give you the issue and then the specs.
    This is an inconsistant program lockup. when the program runs in an, .exe format it runs fine for an hour to a couple of days and then goes to a white screen and freezes. the program is basically just continiously reading a DAQ card and comparing readings to set values.
    if i have the program running in Debug mode thru CVI and it freezes, CVI sees it as running (in top left hand corner of CVI interface), if i push the stop button (break execution) the break execution dims but the program never stops and the Running indication is still active.
    question--- is there another way to stop the program while it is in this frozen state to see where the issue is hanging up. like a hard stop command ????
    I can only stop the program by using task manager and ending CVI there. which does me no good in finding the freezing point.
    CVI 2012 sp1
    with a PCI 6071E DAQ

    There isn't an easy way to debug this kind of events. 
    The behaviour you are seeing (stop button dimmed after click but program that soesn't stop) normally happens when the program is stuck in a operation waiting for it to finish before breaking into the IDE. It may be a popup message waiting for user input, a I/O operation with a long or infinite timeout...
    To deal with such a kind of thing you can for example write operations to a log file -one line before each critical call and one after that- so that you can at least see where it hanged. Alternatively you can use DebugPrintf to write messages to the debug output window: if in the IDE you have this window listed in Windows menu, if an .exe you can use utilities like DebugView to receive those messages. Another alternative can be to use Remote Debugging.
    However, this is only a list of possible instruments and techniques: solving these problems usually ends up in a boring task of trial and error to narrow down to the critical situation and trying to overcome it.
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • Debugging mode stopped automatically when using xml file load

    Dear Sir,
    I am trying to develop a new add-on using xml files for creating new forms. In fact I was using the sample code delivered with the SDK ( WorkingWithXml - under VB.NET). The Problem is that when I am in the debuging mode and after the form load. the application goes out of the debugging mode and stop action.
    In fact what i was trying to do first is to create a new menu and then when i click on this menu a new form appear but once the menu is loaded the application stop the debugging mode automatically.
    Can somebody clarify to me what I am doing wrong and why the debugging mode is stopped automatically, noting that i am still in the add-on developpement phase.
    As i mentioned above i used the WorkingWithXml sample code (VB.NET) and i have adjusted in a way to load menu and then on the menu click i load my form.
    Please advice
    Best Regards

    Hi Mary,
    Put your code between in a Try Catch block. In the Catch part use the following:
    oApplication.MessageBox("CompError: " & oCompany.GetLastErrorCode.ToString & ", " & oCompany.GetLastErrorDescription & vbCrLf & "Message: " & ex.Message)
    This should give you a clearer idea of what the error is all about.
    The most likely reason is that there is something wrong with your XML file.
    Regards,
    Vítor Vieira

  • 7.1 randomnly stops being master while slave

    Hey,
    I use 7.1 in Tiger and recently have found that some of my sequences will stop generating time code when they are in slave mode (while previously having generated time code). Essentially I slave Logic to PT, and I slave another protools system (for video playback) to Logic. Normally, the main ProTools is the master to Logic, and Logic then generates MTC to my video playback machine while they are both in slave mode. But...now some sequences are starting to cease generation of MTC while in slave mode! ? ? All my sync settings are the same in sequences that do and don't have this problem... so is this a bug?
    Mike

    Hi SA Stewart ,
    "We are finding that, without touching the webcam, it is stopping to be recognized by the O/S for some unknown reason, requiring the user to unplug and reconnect the webcam for it to be recognized once again"
    Do you mean this device will stop working when we try to switch the user or it just stopped suddently ?Will the issue occur regularly ?
    We can download the latest fireware update and software for the device here .
    LifeCam Studio
    http://www.microsoft.com/hardware/en-us/p/lifecam-studio/Q2F-00013#support
    If the issue occured when we try to switch the user ,I suggest you to stop the process which is occupying this device from the task manager before we switch the user.
    If it is possible ,we can try to connect the device to another machine to verify whether this issue only occurred with this specific machine .
    Best regards
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Remote Debug mode while starting Weblogic server using my eclipse plugin

    Hi
    When am starting the Weblogic server via my eclipse it is opening in Remote Debug mode. Can anyone tell me how do I change the preferences/configure so that it doesnt run in debug mode.
    NOTE:I have deployed the application and ran number of times, till yesterday it wasn't starting in this mode, though I haven't changed any settings since then, it is starting in Remote Debug mode.
    Thanks,

    The above issue is resolved by adding this to setDomainEnv.sh :
    ALTERNATE_TYPES_DIRECTORY="${WLPORTAL_HOME}/portal/lib/security"
    export ALTERNATE_TYPES_DIRECTORY
    JAVA_OPTIONS="${JAVA_OPTIONS} -Dweblogic.alternateTypesDirectory=${ALTERNATE_TYPES_DIRECTORY}"
    # weblogic extension directories (system jars)
    if [ "${WEBLOGIC_EXTENSION_DIRS}" != "" ] ; then
    WEBLOGIC_EXTENSION_DIRS="${WEBLOGIC_EXTENSION_DIRS}${CLASSPATHSEP}${WLPORTAL_HOME}/p13n/lib/system"
    export WEBLOGIC_EXTENSION_DIRS
    else
    WEBLOGIC_EXTENSION_DIRS="${WLPORTAL_HOME}/p13n/lib/system"
    export WEBLOGIC_EXTENSION_DIRS
    fi
    WEBLOGIC_EXTENSION_DIRS="${WEBLOGIC_EXTENSION_DIRS}${CLASSPATHSEP}${WLPORTAL_HOME}/light-portal/lib/system${CLASSPATHSEP}${WLPORTAL_HOME}/portal/lib/system${
    CLASSPATHSEP}${WLPORTAL_HOME}/info-mgmt/lib/system${CLASSPATHSEP}${WLPORTAL_HOME}/analytics/lib/system${CLASSPATHSEP}${WLPORTAL_HOME}/apps/lib/system${CLASSP
    ATHSEP}${WLPORTAL_HOME}/info-mgmt/deprecated/lib/system"
    export WEBLOGIC_EXTENSION_DIRS
    WEBLOGIC_EXTENSION_DIRS="${WEBLOGIC_EXTENSION_DIRS}${CLASSPATHSEP}${WLPORTAL_HOME}/content-mgmt/lib/system"
    export WEBLOGIC_EXTENSION_DIRS
    if [ "${WEBLOGIC_EXTENSION_DIRS}" != "" ] ; then
    JAVA_OPTIONS="${JAVA_OPTIONS} -Dweblogic.ext.dirs=${WEBLOGIC_EXTENSION_DIRS}"
    export JAVA_OPTIONS
    fi

  • Help debug mode: Stops at breakpoint, but line is not highligted, no actions selectable

    I just reinstalled Pydev and now debug mode no longer works.
    I run a program in debug mode. Without a breakpoint, the program runs through. When I set a breakpoint, the program pauses, as it should, but the code line is not highlighted. This also means that none of the debug actions are selectable (step into, etc.), although they are visible. I only have one breakpoint.
    The 'debug' option (next to pydev and java options) is selected.

    On 08/09/2015 02:31 PM, ttt bbb wrote:
    > I just reinstalled Pydev and now debug mode no longer works.
    >
    > I run a program in debug mode. Without a breakpoint, the program runs
    > through. When I set a breakpoint, the program pauses, as it should, but
    > the code line is not highlighted. This also means that none of the debug
    > actions are selectable (step into, etc.), although they are visible. I
    > only have one breakpoint.
    >
    > The 'debug' option (next to pydev and java options) is selected.
    Unfortunately, PyDev isn't Eclipse. It's a set of third-party plug-ins
    you'll have to get support for in another forum.

  • Edit in debug mode (not at breakpoint)

    Hi All,
    I'm hoping someone can help me with a very frustrating Visual Studio issue. For some reason for my asp.net web forms applications, I can't edit when in debug mode, unless it's currently at a breakpoint.
    Surely if I can edit and continue at a breakpoint, it should also allow me to edit while the application is idle.
    Stopping and starting the debugger is a huge hassle, as the re-build is quite slow.
    Anyway help would be greatly appreciated.
    Just some possibly relevant facts. I'm using Visual Studio Pro 2013, IIS Express, and .Net 4.5.1
    Thanks,
    Eugene

    I don't get any error popup. I just can't edit, as in, the edit screen becomes readonly, and won't accept any input.
    Also in answer to
    Viorel, IIS Express stops after I stop debugging, so I'm not able to access the application that way. This appears to have only started happening after I converted from a web-site to a web-application. Previously IIS Express would continue to run after
    initially being stared by the debugger.
    Just in case it's relevant. This inability to edit also occurred (in certain situations) before I converted to a web-application. As a web-site, when debugging, I could edit code-behind files, but not app_code files.
    This possibly seems to indicate at least it's behaving in a consistent way. For a web-site, App_Code is compiled when the application starts, but code-behind is only compiled as needed, and will re-compile if changed. Whereas for a web-application the whole
    site, including code-behind is compiled before debugging starts.
    Overall I'm finding the application generally more tedious to work with as a web-application than it was as a web-site, which is definitely not what I anticipated before doing the conversion.

  • FlashBuilder 4.7 will not run in Debug mode with BlackBerry 10 simulator

    We have developed an app that has been released both for Apple and Android working well.
    When trying to do the same for BlackBerry it was rejected because it did not start at all.
    The App that runs fine on the BlackBerry simulator in the "run configurations mode".
    However when I try to run it in Debug mode it will not start at all. Just flashes and simulator goes back to main menu.
    The debugger will after a while time out since it cannot connect to the app running on the simulator.
    BlackBerry 10 Simulator runs under vmWare Fusion.
    Anyone seen this before?

    Hi, Silence04. Welcome to the Discussions.
    You had serious disk directory corruption. That can also cause corruption in OS files: while Disk Utility or DiskWarrior may fix the directory, if the directory corruption resulted in OS files being damaged — as it appears to be in this case — then you can't avoid an Archive and Install. For important tips on this, see my "General advice on performing an Archive and Install" FAQ. Perform the steps therein in the specified order.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X
    Note: The information provided in the link(s) above is freely available. However, because I own The X Lab™, a commercial Web site to which some of these links point, the Apple Discussions Terms of Use require I include the following disclosure statement with this post:
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.

  • Strange Error During Page Load in Debug Mode (only) - Please Help!

    Hi All,
    Data base version: oracle 11g
    Apex version: Apex 4.1.1
    Webserver: Apache
    Need help with how to troubleshoot a Critical problem. The following error only occurs during page load in "Debug" mode. And, only occurs on a specific page within the application. A web page is served-up containing the following message and the application is blocked from running the page. The browser's (IE 8.0) back button must be clicked to proceed outside of "Debug" mode.
    "Error occurred while painting error page: ORA-06502: PL/SQL: numeric or value error: character string buffer too small ORA-06502: PL/SQL: numeric or value error: character string buffer too small"
    Debug log follows:
    "S H O W: application="2006" page="6" workspace="" request="" session="500549669426301"
    Computation point: Before Header
    ...Perform computation of item: APP_SERVER, type=FUNCTION_BODY
    ...Performing function body computation
    ...Execute Statement: declare function x return varchar2 is begin return owa_util.get_cgi_env('SERVER_NAME'); return null; end; begin wwv_flow.g_computation_result_vc := x; end;
    ......Result = 156.9.122.214
    ...Session State: Save "APP_SERVER" - saving same value: "156.9.122.214"
    Processes - point: BEFORE_HEADER
    ...Process "GET_POSITION" - Type: PLSQL
    ...Execute Statement: begin wwv_flow.g_boolean := :F109_POSITION_ID IS NULL and :APP_PAGE_ID != 101; end;
    ......Result = FALSE
    ......Skip because condition or authorization evaluates to FALSE
    ...Process "Get JARS Sifter Log File Record Count" - Type: PLSQL
    ...Execute Statement: begin DECLARE vcnt NUMBER := 0; BEGIN d('Get JARS Sifter Log File Record Count'); Select count(*) into vcnt From JARS.JARS_SIFTER_LOG Where moveid = to_number(:P6_MOVEID) and sifter_status IN ('F','J'); :F1000_P6_SIFTER_LOG_COUNT := to_char(vcnt); END; end;
    Custom: Get JARS Sifter Log File Record Count
    ...Process "Set PTM Planned Trip Status" - Type: PLSQL
    ......Skip because condition or authorization evaluates to FALSE
    ...compatibility mode - do not set mime type
    ...compatibility mode - do not set additional http headers
    ...close http header
    ...metadata, fetch item type settings
    ...metadata, fetch items
    Show page template header
    Rendering form open tag and internal values
    Add error onto error stack
    ...Error data:
    ......message: Error processing request.
    ......additional_info: ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ......display_location: ON_ERROR_PAGE
    ......is_internal_error: true
    ......apex_error_code: APEX.UNHANDLED_ERROR
    ......ora_sqlcode: -6502
    ......ora_sqlerrm: ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ......error_backtrace: ORA-06512: at "APEX_040100.WWV_FLOW", line 3027 ORA-06512: at "APEX_040100.WWV_FLOW", line 7867
    ...Show Error on Error Page
    ......Performing rollback
    Rendering form open tag and internal values
    ...Unhandled Error while painting error page: ORA-06502: PL/SQL: numeric or value error: character string buffer too small ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ...Error Backtrace: ORA-06512: at "APEX_040100.WWV_FLOW", line 2707 ORA-06512: at "APEX_040100.WWV_FLOW_ERROR", line 185
    End Page Rendering"
    Thanks!
    Bernard

    All,
    It appears that the page Javascript maximum limit size was reached. The error stopped appearing after some of the page Javascript code was removed out to Application Static Files. I wonder if there exists any "direct" indicator by the system whenever the size limit has been reached?
    Again, the run error only occurred when the page was loaded in "Debug" mode.
    Bernard

  • STOP 0x0000007B after IDE mode on SATA 1.5 HDD / Endless Boot Time

    Lenovo IdeaCentre K410
    - Windows 7 Home Premium 64-bit
    - ST31000524AS 1 TB
    Added by me:
    - Maxtor 6Y120M0 100 GB (Diamondmax Plus 9 SATA 1.5 Gb/s)
    Alternate boot methods attempted:
    - (DVD) Lenovo OneKey 7.0 Recovery
    - (DVD) Windows 7 Home Premium 64-bit (FPP)
    - (DVD) Windows 7 Home Premium 32-bit (FPP)
    - (DVD) Ubuntu 14.04 LTS (LiveCD)
    - (USB) Windows 10/Technical Preview
    - (1 TB HDD) Windows 10/Technical Preview
    === DESIRED RESULT
    I want to use OneKey 7.0 (the OEM's "system default" recovery/rescue system) to install its Windows 7 Home Premium 64-bit onto the 6Y120M0.  I will then use a USB volume to install Windows 10/Technical Preview on the ST31000524AS.
    === PROBLEM
    Whenever the 6Y120M0 (Maxtor Diamondmax Plus 9 1.5 Gb/s) HDD is attached to a SATA controller, any boot method other than (DVD) Ubuntu 14.04 LTS (LiveCD) hangs endlessly at startup. 
    Thus, the OneKey 7.0, Windows 7 FPP, and Windows 10 boot media would show an animated Windows logo at startup and animate endlessly.  The HDD light would remain solid.  No further progress was made even when the computer was left alone for 35 minutes.
    This issue occurred with or without the ST31000524AS 1 attached.  If the 6Y120M0 was disconnected, bootup using any of the alternate methods above proceeded successfully and the HDD light would not be solid, whether or not the ST31000524AS was attached.
    An interesting side note is that when the ST31000524AS was originally being used with the OEM-provided Windows 7 Home Premium 64-bit, I was able to attach the 6Y120M0 and it would be detected as an extra volume when booting directly to the ST31000524AS.
    === ACTION TAKEN
    Sometimes a solid or hyperactive HDD light can be indicative of HDD failure.  Thus, I sought diagnostic tools from the HDD's manufacturer since I couldn't even boot into a Windows recovery environment to run CHKDSK.
    Since Maxtor is now under the care of Seagate and my MaxBlast CD from the early new millenium doesn't seem to work anymore, I downloaded SeaTools for DOS onto a CD and attempted to use it.  No HDDs were found.  It is also interesting to note that
    the ST31000524AS could not be found by this software when it was attached.
    After searching around on Google, I found a resource that suggested changing a BIOS setting in order to make the HDDs visible to the diagnostic utility.  Apparently, this is a setting (which I've never used before) called "SATA Mode." 
    My BIOS gives me one of three options for this setting:  "IDE" (which I recognize as the parallel ribbons I used to install on my HDDs as a teen), "AHCI," and "Disabled."  The setting was on "AHCI," and the
    resource recommended changing it to "IDE."  After doing this, SeaTools detected the HDDs.
    A long scan of the 6Y120M0 found no defects.  There were no SMART warnings.
    However, I noticed something curious after running the diagnostic.  With the BIOS still set to "IDE mode," all of the alternate boot methods mentioned above were now working with the 6Y120M0 attached and there was no longer a solid HDD light.
    I was able to boot into the OneKey 7.0 environment successfully and install a new image on the 6Y120M0.  However, upon attempting to boot into the new installation, I received a STOP 0x0000007B error.  Switching back to "AHCI" mode, I
    was able to boot into Windows 7 on the 6Y120M0; however, the problem previously experienced of hanging using any other boot method persisted.
    I followed instructions elsewhere on these forums to have dump files written to %SystemRoot%\MiniDump, but was not successful - even after making sure that certain services were off, creating the folder on my own, and ensuring the 'Everyone' had full access.
    === INFERENCES MADE
    I explored several resources - including this forum - to try to find others with similar issues and further understand the significance of the SATA mode setting.  The 6Y120M0's connection points look identical to those used by the ST31000524AS and the
    DVD drive, so I am certain it is SATA.  The posts I came across were from users who suspected that there was something wrong with AHCI and that it was necessary to use IDE, but I read other comments that stated that AHCI is supposed to work just fine
    with SATA devices.  Many of the issues remotely similar to my own did not seem to have a definitive solution.
    Further research into the specific STOP error in Microsoft's Knowledge Base helped me learn that Windows apparently only installs device drivers necessary for use at the time of installation.  Thus, if you're using SATA, it's not going to install IDE
    drivers, and switching modes will cause the STOP error as a result. 
    (source:  knowledge base article # 922976)
    Unfortunately, almost all of the references I see to this issue on Microsoft's website, Microsoft's communities, and even non-Microsoft websites seem to refer to this problem in the context of switching from IDE mode to SATA.  In this case, I am trying
    to switch what my OEM probably intended to be SATA to an IDE.  This leads me to believe that installing the IDE controller drivers on the Windows 7 installation while in ACHI mode and then going back to IDE mode will resolve this issue, but I have not
    been able to find IDE drivers from Microsoft's website.
    I wonder if it would be possible to use my Windows 7 Home Premium FPP (full packaged product) to do either a repair or direct driver installation on the 6Y120M0 while running in IDE mode.  I am thinking about doing it, but haven't done it yet because
    I'm worried that installing drivers from a FPP may alter the licensing of the OEM provided product.  I want to fully utilize the OEM-provided operating system (since I paid for it!) without the need to bust out my FPP.  Since the licenses and activation
    processes are tied to motherboards, the HDD is the only change that is being made, and the OEM's recovery software is fully willing to install to a non-OEM HDD, I see no reason why this can't continue.
    (I'm saving the FPP for a special occasion.)
    === DESIRED ASSISTANCE
    I'm 26.  Back in "my day," we used IDE to connect to our storage, CD-RWs to back things up, Notepad to build our websites, computers that actually made a beep when you turned them on, and master boot records to get them going.  (another
    thing I just discovered - some acronym that sounds like "Yuffie?"  Isn't that a Final Fantasy VII character?  whatever it is, I guess it's now replacing BIOS as we know it.)
    My dry attempt at humor notwithstanding, I feel that this is a potential learning experience.  I need you to explain to me (and anyone else who comes across this search result in Google - OOPS! - I mean Bing) what is /specifically/ happening and why. 
    Please try to resist the urge to tell me not to use hard drives from 13 years ago.
    Now, while I wait for a reply, I think I'll go play a little Age of Empires II.  At least that's SOMETHING from a familiar time that still wants to work for me. .. well, as long as you remember to kill the explorer.exe process first, at least.
    *snicker*
    Thank you very much in advance for any insight you are able to provide.  :-)

    Hi Shane,
    Thanks for your detailed description.
    Just as your inference, it caused by incompatible driver for different device.
    Let's try this:
    locate to the registry below:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\msahci
    change its value as "0", and then boot into computer, change SATA mode to AHCI mode.
    After that, check the result.
    Karen Hu
    TechNet Community Support

  • Problem with Debug mode and SLD

    Using the config tool, we have turned the Debuggable flag to 'yes' and set the Debug mode to OFF.   Now from the studio, when I enable debugging for the process, the server0 stops successfully and restarts successfully. However, during the restart, the SLD service errors out and does not get started. It encounters the following exception. I can verify the error in std_server0.out
    With erred SLD service, when I try to deploy and run the webdynpro application from studio, the deploy fails with the same exception.
    We tried all kinds of restart (of the engine\server instance), debuggable and debug mode setting permutations, but not successfull.  (debug port is 50021)
    We are having remote debug server setup (not local).
    Does anybody have any suggestions???
    The exception we get is:
    Finished with warnings: development component 'CreateOrder'/'local'/'LOKAL'/'0.2007.11.26.14.33.54':Caught exception during application startup from SAP J2EE Engine's deploy service:java.rmi.RemoteException: Error occurred while starting application local/CreateOrder and wait. Reason: Clusterwide execption: server ID 3775750:<Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='com.sap.engine.services.deploy.container.DeploymentException: <Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='Implied start failed for dependency :local/CreateOrder -> service:sld', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key Implied start failed for dependency :local/CreateOrder -> service:sld', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key com.sap.engine.services.deploy.container.DeploymentException: <Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='Implied start failed for dependency :local/CreateOrder -> service:sld', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key Implied start failed for dependency :local/CreateOrder -> service:sld (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)

    Hi Michael,
    one way is to enhance the server go.bat with debug parameters. Under c:\usr\sap\<SID>\j2ee\<INSTANCE>\cluster\server\go.bat define the following params
    set DEBUG_PORT=5000
    set DEBUG_PARAMS=-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=
    and add both params to the java arguments (e.g. behind the -classpath): %DEBUG_PARAMS%%DEBUG_PORT%.
    Regards,
    Stefan

  • Starting SOA suite in debug mode

    Hello people, is there any way of starting SOA suite in debug mode so I can see the various steps being performed during startup/shutdown? I checked runstartupconsole but it does not have any debug options?

    Check below mentioned PDF
    http://www.oracle.com/technology/products/ias/ohs/htdocs/opmn-1013-faq.pdf
    Make the necessary changes to opmn.xml file using information above and then use below command to start/stop soa
    $ORACLE_HOME\opmn\bin\opmnctl stopall
    $ORACLE_HOME\opmn\bin\opmnctl startall
    Then check opmn.dbg file under $ORACLE_HOME\opmn\logs\ folder where you can find step by step information.
    Regards

Maybe you are looking for

  • How to fix your iPod if it can't be mounted or recognized

    Unless the iPod's HD is dead and damaged, it can be fixed by doing a Restore but how about it cannot be mounted or recognized by the computer and the window of the iPod updater will show a grey box of "RESTORE" and not allow you to click it. Recently

  • How do you modify the default Execute thread count in Weblogic Server 9.2?

    How do you modify the default Execute thread count in Weblogic Server 9.2? How can you tune the starting number of weblogic.ExecuteThread on server startup and/or set minimum number? Is there an option from the console? Please let me know. Thanks

  • TS1389 Manage devices in iTunes -how to add a device to iCloud?

    I accidentally removed my laptop from "iCloud - Manage devices in iTunes" in my iTunes account and cannot add it again.

  • To count number of records in an internal table for a condition

    Hello All,         I want to count number of records in an internal table for a condition. For e.g. -- I have one internal table IT which having fields F1, F2, F3, F4, F5.                  Now, I want number of records in itnternal table IT where F1

  • Gallery image downloads

    Hi Using the gallery_tree.fla example in \Flash 8\Samples and Tutorials\Samples\ActionScript\Galleries (or what ever you have it in) I would like to add a download button so when you click on the tree and it displays the image you can have the option