POSE error when debugging

After starting my MIDP application in debug mode, I receive an error from POSE as soon as the debugger (Eclipse) connects to it:
Palm OS Emulator
JavaHQ[1.0] just read from memory location 0x00075889, causing an address
error.
An "address error" means that the application accessed a 2- or 4-byte value
at an odd (i.e. not even) memory address.
I am otherwise able to compile, preverify, and run the test application
using Eclipse and the Wireless Toolkit with no problem.
The command I use to start the program in debug mode (on Windows XP) is:
cd \wtk104\bin
emulator -Djava.compiler=NONE -Xdevice:PalmOS_Device -Xheapsize:120k -Xdebug -Xrunjdwp:transport=dt_socket,address=4200,server=y -Xdescriptor c:\MyProject\myproject.jad
Has anybody have experience with this?
Can anybody help me understand the underlying mechanism for debugging on
POSE using the Wireless Toolkit? I know that the toolkit doesn't use any of the built-in POSE debugging capabilities. Somehow the above command starts POSE, starts the JavaHQ VM (even if it is not installed on the POSE!), starts the application, and waits for a connection from the debugger. Any detailed information on how this works would be much appreciated.
Thanks,
Paul

I had the same problem...
If you had sloved this problem, could you give me a hand�H
My e-mail address: [email protected]
Regard

Similar Messages

  • I have ipad 2. Safari stopped working. Screen appears with light gray cover. Some websites show errors when debug is on. But how actually can I debug or fix it? Thank you.

    I have ipad 2. Safari stopped working. Screen appears with light gray cover and is frozen. Some websites show errors when debug is on.
    But how actually can I debug or fix it? Thank you.

    Here are a couple suggestions:
    1.  Go into Settings > Safari and Clear Cookies Clear Cache
    2.  Fully close Safari:  from your home screen, double tap your home button and the most recently used Apps will show up.  Hold your finger on the Safari App until all Apps start jiggling.  You'll see a minus sign on the upper left side of Safari.  Touch the minus and Safari will fully close.  Touch your home button again to stop apps from jiggline, then touch your home button again to return to your home page.
    3.  Reboot your iPad:  Press and hold BOTH the power and home buttons at the SAME time for at least 10 seconds (ignore the red slider) until the Apple Logo appears, then let go of both buttons and your iPad will restart, but no data or settings will be lost.
    After iPad comes back up, try Safari again, and you should be good to go.

  • SQL Developer Bug: NVL() function error when debug/run stored procedure

    Version:
    SQL Developer: 1.5.3 (build main-5783)
    Oracle DB connected: Oracle9i Enterprise Edition Release 9.2.0.6.0
    Stored procedure code like this:
    procedure search(V_STATUS_IN IN CHAR(1)) is
    begin
    declare
    V_STATUS CHAR(1) := NULL;
    begin
    V_STATUS := NVL(V_STATUS_IN, '%'); -- error line
    end;
    end;
    The stored procedure runs well (I mean no oracle exception) when called through Java code (and in TOAD). But when debug/run in SQL Developer, following error at the error line:
    $Oracle.EXCEPTION_ORA_6502:
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    --------------------------------------------------*/

    What parameter are you passing in? It is possible you are trying to cram a multibyte character into a singlebyte container. What are the nls settings for the database and for sqldeveloper?

  • Error when debugging the Web DynPro application-Flight Example

    Hi all,
    I am trying to execute the Flight Application example.
    In the Search View I have entered City from and to and  getting only one record in the table control as output in Result View irrespective of any cities.
    I checked with SAPR/3 but it is showing more records.
    For finding the error I tried to DEBUG the application.starting the DEBUG immediately I am getting the error REMOTE VM NOT CONNECTED.I am  trying to solve this error to Starting the DEBUG.
    If any tips to solve this error in DEBUG mode and what is the reson the other records are not showing in the output Result view.
    Thanks in Advance.
    Regards,
    Ram

    Hi,
    This is clearly a version imcompatibility issue ,
    check below link :
    /message/9597673#9597673 [original link is broken]
    Please do some search on sdn before posting the questions. as the answer is already available.
    Regards
    Deepak

  • Why do I get an invalid handle error when debugging, on a call to ncReset?

    I am working with the example program obj2obj.c
    I have a PCI-CAN/2 card installed.
    I must call ncReset for *both* ports (CAN0 and CAN1), prior to any other commands or I will get a driver error (NC_ERR_DRIVER, Bxxx0002).
    This happens even if the program terminates properly, closing all handles, and I then remove the ncReset commands.
    Fine, I can live with the ncResets.
    However, if I then try and debug the program using Microsoft Visual C++, it immediately chokes on the second call to ncReset( "CAN1", 0 ) and complains about an invalid handle.
    If I add a status check to both of the ncResets and run the program from the DOS command line, I don't get any errors printed out
    so the calls are working fine just running the program.
    The driver updates listed do not appear to address this problem (1.4.1 uses LabView which I do not have and 1.4.2 is for Windows 2000)
    Why are the ncResets required in the first place?
    And why can't I single step through the second call to ncReset?
    Thanks in advance for your help.
    System details:
    PC running Windows NT 4.00.1381
    PCI-CAN/2 w/driver 1.4
    Microsoft Visual C++ 6.0 Professional

    bsat, thank you for helping out!
    I had tried using only one ncReset previously and was experiencing driver errors. I removed the second ncReset as you suggested and now it seems to work with only one. I cannot get it to fail like it was doing.
    However, at least one ncReset must be used or I get the following error:
    ERROR ncConfig CAN1: Driver error (qual=000b000)
    Press any key to continue
    I get this error even when the program terminates normally. For example:
    1) Build obj2obj with the ncReset command.
    2) Execute and allow to terminate normally.
    3) Edit obj2obj and remove ncReset command.
    4) Execute and the error message is displayed.
    Amazingly, I was also able to single step through most of the program this morning. I got the first three messages (of 10 total) before ge
    tting the error:
    Microsoft Visual C++
    First-chance exception in cctool.exe (NTDLL.DLL): 0xC0000008: Invalid Handle
    It seems to be more random than first appeared and perhaps more related to MSVC than to the NI-CAN card. Any insight?
    Also, having to include an ncReset is undesireable since I'd like to develop a CAN driver that could be called from multiple threads. I'd be very interested in your opinion on why I'm having trouble getting it to work without one.
    Thanks again for your help, it is greatly appreciated!

  • Output Error When Debugging the Package

    Hi,
    I just created my first SSIS Package, with OLE DB Connection pointing to our Oracle server and using SQL SERVER Destination. When I Debug, I get the following error:
    SSIS package "C:\Users\Documents\SQL Server Management Studio\Packageload.dtsx" starting.
    Information: 0x4004300A at Load Season, SSIS.Pipeline: Validation phase is beginning.
    Error: 0xC0209303 at Packageload, Connection manager "ABCDEF": The requested OLE DB provider MSDAORA.1 is not registered. If the 64-bit driver is not installed, run the package in 32-bit mode. Error code: 0x00000000.
    An OLE DB record is available.  Source: "Microsoft OLE DB Service Components"  Hresult: 0x80040154  Description: "Class not registered".
    Error: 0xC020801C at Load Season, OLE DB Source [46]: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager "ABCDEF" failed with error code 0xC0209303.  There may
    be error messages posted before this with more information on why the AcquireConnection method call failed.
    Error: 0xC0047017 at Load Season, SSIS.Pipeline: OLE DB Source failed validation and returned error code 0xC020801C.
    Error: 0xC004700C at Load Season, SSIS.Pipeline: One or more component failed validation.
    Error: 0xC0024107 at Load Season: There were errors during task validation.
    Warning: 0x80019002 at Packageload: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED.  The Execution method succeeded, but the number of errors raised (5) 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 "C:\Users\Documents\SQL Server Management Studio\Packageload.dtsx" finished: Failure.
    I tried setting the  DelayValidation property to True, but still getting same error.
    Thanks
    Parul

    Hi Parul,
    Regarding the error “Unable to bulk copy data. You may need to run this package as an administrator”, it is described in the KB article
    http://support.microsoft.com/kb/2009672:
    On systems where UAC is enabled, when an application (like SSIS) is launched by an account that is a member of the Administrators group, it gets two security tokens, one a low privileged token and another an elevated token. The elevated token is only
    used when the application is explicitly run under an Administrator account by choosing “Run as Administrator” option. By default SSIS always uses the low privileged token resulting in a failure when connecting to a SQL Destination.
    The solution is launch the tool (SQL Server Management Studio or Business Intelligence Development Studio or DTExecUI.exe or Command Prompt) as administrator.
    Regarding the original error “The requested OLE DB provider MSDAORA.1 is not registered. If the 64-bit driver is not installed, run the package in 32-bit mode”, it is because Microsoft OLE DB Provider for Oracle has only 32-bit version. To avoid this issue,
    you can either run the package in 32-bit runtime mode as you have done or install the 64-bit Oracle Provider for OLE DB.
    If you use Enterprise edition of SSIS 2008 or higher, you can also install the Microsoft Connector for Oracle by Attunity:
    http://www.microsoft.com/en-in/download/details.aspx?id=29283 
    Regards,
    Mike Yin
    TechNet Community Support

  • Error when debugging in NWDS

    Hi there,
    I am trying to debug in the NWDS. When i run the program using the java application, i encounter this error message
    Error javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file:  java.naming.factory.initial
    Can anyone tell me wad error is this?
    Thanks Loads
    Quatre

    Hi Quatre,
    You check whether are you set the Main Class Name in the Java Application --> Run Option.
    You will be follow this steps to set the Main Class in the Run Option on Java Application in NWDS.
    In NWDS --> Select Run --> Again Run --> In that Window having the Java application --> select the java program, what you are created --> Right side of the window having the tab for Main --> In tab, you fill the Project Name, Main Class. And also you will check whether the JRE is set in the NWDS.In the same window having that option.
    After that you can run the java application..
    I think its help to you.
    Regards
    Prakash T

  • Gdb errors when debugging C program in monodevelop

    Installed monodevelop and monodevelop-debugger-gdb, selected GDB as the debugger in monodevelop's preferences. When trying to run any C or C++ program, GDB throws this into opened terminal:
    &"warning: GDB: Failed to set controlling terminal: Operation not permitted\n"
    If continue debugging, in some cases terminal output is not displayed, especially with multiple output streams and newlines and different output functions etc.
    Google search is all unsolved threads/bug reports (hope this doesn't become another one ). Users of other IDE's had this issue too, but they bypassed it by changing IDE's settings.
    Have tried changing project's settings, IDE's settings etc. Also looked at monodevelop's documentation at http://www.mono-project.com/Debugging#D … g_with_GDB , doesn't help in any way.
    When running "gdb <exe>" in project's folder it works as expected, so it's not a problem with comipler flags etc.
    Any ideas please. Really want to get this working, best IDE have seen so far.
    Last edited by axper (2013-07-03 18:22:59)

    Nope, running regular programs as root is not adviced at all.
    That said, just for sake of it I tried. Same error.

  • Error when debugging oracle forms 10g

    hello all
    i got this error in IE8 when run my forms application 10g:
    res://ieframe.dll/acr_error.htm#,http://xxx:8889/forms/frmservlet
    anybody can help !!!!

    What plugin do you use? JAva-Plugin or jinitiator?

  • SAP SRM error when debugging from Portal

    Hi,
    I have put an external debugging point in the backend SRM system and trying to process the Shopping cart from portal. It is giving an error message at the statement where I have put the debug point.
    The error message which I get in st22 is:
    The ITS service "bbpsc02" failed since not template could be found for    
    the screen with the number 131 in the program "SAPMSSY3".                                                                               
    The template was searched in the following ITS services:                  
    "BBPSC01"                                                                               
    Note that for language-dependent templates the language is included       
    in the search.                                                            
    Could you please tell me what should I do for enabling teh debugging from the portal.
    Regards,
    Ravi G
    Edited by: Ravi Kumar Gunda on Jul 21, 2009 5:32 PM

    Hi,
    There is an error in the publishing of template
    Template :"bbpsc02" is not publised in ITS.
    Go to T.code: SE80
    Publish all the templates again and check
    Check with your SAP  BASIS team for the help
    Regards
    Ganesh

  • Debug error when changing blending modes

    Hi there,
    I get a Debug Error every time I use 2 Adjustment Layers one above each other, with the following effects applied:
    Adjustment Layer Above:
    - Tint, not keyframed
    - Opacity Blending Mode: Color Dodge
    Adjustment Layer Below:
    - Venetian Blinds, not keyframed
    - Offset, keyframed
    - Turbulent Displace, keyframed
    - Opacity Blending Mode: Normal
    Media layer below:
    - JPG, Canon 60D - 5184x3456 - no effects applied
    The error I get (option to 'Continue', but the program doesn't respond and needs to be closed):
    Premiere Pro Debug Event
    Premiere Pro has encountered an error.
    [..\..\Src\CutlistRenderer.cpp-717]
    Error in Events panel:
    An input contract violation has occurred!
    I first started to get this error, while working with various media files in 1440x1080/HDV 1080i mode (Sony Z7U native)/29.97fps/1.33 sequence. Trying to understand what it goes wrong, I created a new project and recreated the adjustment layers (AL) with same effects applied - the only thing changed was the JPG added as media under both ALs. Same debug errors every time the blending is changed from normal to any other blending mode. With normal blending on the AL above, everything is fine.
    After further testing, it looks like even with only one AL (no effects) above the JPG, get the same debug error when blending is changed from normal to any other mode.
    Important note: Same layer+effect configuration applied in 1920x1080/ARRI Cinema mode/24fps/1.0 sequence - it works with no debug error. Haven't tried any other editing modes yet.
    Layers, in order from top:
    - AL (Venetian Blinds, Tint, Offset, Turbulent Displace - Color Dodge blending)
    - AL (Venetian Blinds, Tint, Offset, Turbulent Displace - Normal blending)
    - AL (Timecode effect)
    - Title
    - media, MPEG (1440x1080, 29.97 frame rate, 1.3333 pixel aspect ratio)
    - After Effects composition (dynamic link) 1920x1080 - content: media file, MPEG (640x480, 30fps, 1.0 + various titles and effects, including color dodge blending
    I googled for similar error reports, there are none related to Premiere Pro.
    I don't know what else to do, rather than just avoid using this effect configuration.
    Does anyone else had this issue, even in different situations?
    Thank you very much for any feedback.
    Best,
    Mark
    Hardware:
    HP Z820
    Dual Xeon E5-2643 - driver 6.1.7600.16385
    Dual nVidia Quadro 4000 - driver 8.17.12.7628
    64GB RAM
    SSD 250GB for System
    HDD 3TB for Media
    Software (up to date):
    Adobe Premiere Pro CS6 - Version 6.0.3 (001 (MC: 264587))
    Windows 7 x64 - 6.1.7601 Service Pack 1 Build 7601

    I've never seen that error myself.  If you have a way to avoid it, might be best to just do that.

  • 1010 error when trying to debug, need help

    i get this error when i go to debug my site.
    TypeError: Error #1010: A term is undefined and has no properties.
         at Index_fla::MainTimeline/frame1()[Index_fla.MainTimeline::frame1:11]
    This is the action script
    // Startup.
    stop();
    mainMenu_mc.stop();
    // Event Setup.
    mainMenu_mc.backward_btn.addEventListener(MouseEvent.CLICK, navigationClicked);
    mainMenu_mc.forward_btn.addEventListener(MouseEvent.CLICK, navigationClicked);
    mainMenu_mc.logo_btn.addEventListener(MouseEvent.CLICK, navigationClicked);
    mainMenu_mc.home_btn.addEventListener(MouseEvent.CLICK, navigationClicked);
    mainMenu_mc.goals_btn.addEventListener(MouseEvent.CLICK, navigationClicked);
    mainMenu_mc.statements_btn.addEventListener(MouseEvent.CLICK, navigationClicked);
    mainMenu_mc.outcomes_btn.addEventListener(MouseEvent.CLICK, navigationClicked);
    mainMenu_mc.resume_btn.addEventListener(MouseEvent.CLICK, navigationClicked);
    mainMenu_mc.statements_btn.addEventListener(MouseEvent.CLICK, navigationClicked);
    // Event Handlers.
    function navigationClicked(Event:MouseEvent):void
         //We'll use this to store the Frame Label's name.
         var frmLabel:String = '';
         //Determine what Frame Label to use based on which
         //button was clicked.
         switch (Event.target)
              case mainMenu_mc.backward_btn :
                   frmLabel = this.getSequencedFrame(false);
                   break;
              case mainMenu_mc.forward_btn :
                   frmLabel = this.getSequencedFrame(true);
                   break;               
              case mainMenu_mc.logo_btn :
                   frmLabel = "home_frm";
                   break;
              case mainMenu_mc.home_btn :
                   frmLabel = "home_frm";
                   break;
            case mainMenu_mc.goals_btn :
                frmLabel = "goals_frm";
                break;
            case mainMenu_mc.statements_btn :
                frmLabel = "statement_frm";
                break;
            case mainMenu_mc.outcomes_btn :
                frmLabel = "outcomes_frm";
                break;
            case mainMenu_mc.resume_btn :
                frmLabel = "resume_frm";
                break;
            case mainMenu_mc.letters_btn :
                frmLabel = "letters_frm";
                break;
         //Find the frame number based on our Frame Label.
         var frmGoto:Number = this.getFrame(frmLabel);
         //Don't do anything if we are already on the requested page.
         if (currentFrame != frmGoto)
              //Get and remember the Home page's frame number.
              var frmHome:Number = this.getFrame("home_frm");
              //If our requested page is the Home page, the flying menu
              //needs to go home.
              if(frmGoto == frmHome)
                   mainMenu_mc.goHome();
              //Else, if we are on the Home page and are leaving, then
              //leave home.
              else if(currentFrame == frmHome)
                   mainMenu_mc.leaveHome();
              //Go to the requested page.
             gotoAndPlay(frmGoto);
    // Helper Functions.
    function getFrame(frameName:String):Number
         var frame:Number = 1;
         //Loop through all Frame Labels to find our requested frame.
         for (var i = 0; i < currentLabels.length; i++)
              if (currentLabels[i].name == frameName)
                   frame = currentLabels[i].frame;
                   break;
         return frame;
    function getFrameLabel(frame:Number):String
         var frmLabel:String = '';
         //Loop through all Frame Labels to find the requested Frame Label.
         for (var i = 0; i < currentLabels.length; i++)
              if (currentLabels[i].frame == frame)
                   frmLabel = currentLabels[i].name;
                   break;
         return frmLabel;
    function getSequencedFrame(forward:Boolean):String
         //Used to remember the Frame Label of our page.
         var frmSequence:String = '';
         //If we're looking for the next page in sequence...
         if(forward)
              //If our current page is that last page...
              if(currentFrame == this.getFrame("letters_frm"))
                   //...then, we need to go Home.
                   frmSequence = "home_frm";
              else          
                   //...else, we just need to go to the next frame.
                   frmSequence = this.getFrameLabel((currentFrame + 1));
         //...else, we're looking for the previous page in sequence.
         else
              //If we're on the first page (remember, we skipped our Start page)...
              if(currentFrame == this.getFrame("home_frm") ||
                 currentFrame == this.getFrame("start_frm"))
                   //...then, we need to go to the last page.
                   frmSequence = "letters_frm";
              else          
                   //...else, we just need to go to the the previous frame.
                   frmSequence = this.getFrameLabel((currentFrame - 1));
         return frmSequence;
    Can any oen tell me why i am getting this error? using flash cs4 in ac3.

    you're trying to reference something that doesn't exist when your code executes.  if line 11, is:
    mainMenu_mc.logo_btn.addEventListener(...
    then
    mainMenu_mc.logo_btn
    doesn't exist.

  • Error when compiling in debug mode

    I receive an error when i try to ORA-04021 timeout occurred while waiting to lock object stringstringstringstringstring
    Cause: While waiting to lock a library object, a timeout is occurred.
    Action: Retry the operation later.

    I receive an error when i try to compile a package :
    ORA-04021 timeout occurred while waiting to lock object stringstringstringstringstring
    ....thanks for your help

  • Error when printing reports from forms in Linux

    Im having an error when printing a report from a form. The problem is, only with certain forms. when printing a report (to PDF) from other forms, it prints with no problems. The oracle is 10g AS and operating system is Redhat AS 3.
    The error, in the log from the reports server is:
    [2004/9/7 7:14:59:599] Exception 62204 (): Internal error writing the image BandCombine: a row of the matrix does not have the correct number o
    f entries, should be OpImage.getExpandedNumBands(source0.getSampleModel(), source0.getColorModel()) + 1..
    exception oracle.reports.RWException {
    oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
    int errorCode=62204,
    java.lang.String errorString="Internal error writing the image BandCombine: a row of the matrix does not have the correct number of entries, sh
    ould be OpImage.getExpandedNumBands(source0.getSampleModel(), source0.getColorModel()) + 1..",
    java.lang.String moduleName="REP"
    at oracle.reports.utility.Utility.newRWException(Utility.java:604)
    at oracle.reports.toolkit.image.writer.JPEGImageWriter.writeImage(JPEGImageWriter.java:130)
    at oracle.reports.toolkit.image.ImageManager.writeJPEGImage(ImageManager.java:524)
    at oracle.reports.engine.EngineImpl.CRunReport(Native Method)
    at oracle.reports.engine.EngineImpl.run(EngineImpl.java:353)
    at oracle.reports.engine.EngineClassPOATie.run(EngineClassPOATie.java:84)
    at oracle.reports.engine.EngineClassPOA._invoke(EngineClassPOA.java:117)
    at oracle.reports.engine.EngineClassPOA._invoke(EngineClassPOA.java:62)
    at com.inprise.vbroker.poa.POAImpl.invoke(POAImpl.java:2355)
    at com.inprise.vbroker.poa.ActivationRecord.invoke(ActivationRecord.java:104)
    at com.inprise.vbroker.GIOP.GiopProtocolAdapter.doRequest(GiopProtocolAdapter.java:492)
    at com.inprise.vbroker.IIOP.ServerProtocolAdapter.doRequest(ServerProtocolAdapter.java:64)
    at com.inprise.vbroker.GIOP.GiopProtocolAdapter.dispatchMessage(GiopProtocolAdapter.java:653)
    at com.inprise.vbroker.orb.TPDispatcherImpl$TPDispatcher.run(TPDispatcherImpl.java:99)
    at com.inprise.vbroker.orb.ThreadPool$PoolWorker.run(ThreadPool.java:76)
    [2004/9/7 7:14:59:599] Error 50103 (C Engine): 19:14:59 ERR REP-0069: Internal error
    REP-62204: Internal error writing the image BandCombine: a row of the matrix does not have the correct number of entries, should be OpImage.get
    ExpandedNumBands(source0.getSampleModel(), source0.getColorModel()) + 1..
    [2004/9/7 7:14:59:600] Error 50103 (C Engine): Error Writing Image, ID 2
    [2004/9/7 7:14:59:601] Error 50103 (rwtic:rwticga): Look up for image attributes for image 2
    [2004/9/7 7:14:59:602] Error 50103 (rwtic:rwticgi): Looking up for Image, ID 2 in the cache
    [2004/9/7 7:14:59:603] Error 50103 (rwtic:rwticgi): Loading the Image into the cache
    [2004/9/7 7:14:59:603] Debug 50103 (ImageManager:getImageSource): Retrieving the Image object for ID : 2
    [2004/9/7 7:14:59:603] Error 50103 (rwtic:rwticgi): Image successfully loaded into the cache
    [2004/9/7 7:14:59:604] Debug 50103 (ImageSource:getImageHeight ): Start Height : 155
    [2004/9/7 7:14:59:604] Debug 50103 (ImageSource:getImageWidth ): Start : width : 138
    [2004/9/7 7:14:59:604] Debug 50103 (ImageSource:getImageColorSpace ): Start
    [2004/9/7 7:14:59:608] Exception 50125 (): Caught exception: java.lang.NullPointerException
    exception oracle.reports.RWException {
    oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
    int errorCode=50125,
    If anyone could help me, is important !
    Thx in advance
    Bruno Santos                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Raise a TAR I reckon

  • Error when running a report in BPC NW

    I am getting the following error when running a report for my application in BPC NW.
    EVDRE encountered an error retrieving data from the Web Server (retrying in (X) seconds).
    This error comes with this dialog option box to either continue or cancel retrying retrieving data. Retrying doesn't help either.
    Any report I run (on any of my appsets), I get this error. I used the EVDRE function and also tried running a report using the template as the basis. But I get the error either way.
    Does anyone know why this error is occurs or how to debug this issue. I saw some information about this in earlier threads but could  not make much out of it.
    Appreciate any assistance.

    Sanjay,
      This  is a   very  generic  error...Couple  of  places  to  look  for....
    1)Reprocess the application (Modify application + Reassign SQL Index + Process Application)
    2)optimizing the application sometimes helps (Full Optimize + Compress Database + Index defragmentation).
    3)Create a "evdataserver_debug.txt" in user's private publication folder on  server side to populate very detail level logging  and  check  the  log on client side EVDRE_LOG.txt for  further  peek  into  where  things  are getting  messed up.
    if  evdataserver_debug.txt does not  get  populated on BPC 5.x...it  is  an  issue  with  IIS authetication on Application server.
    4)You have to check the event viewer into .NET server and also the BPC logs which can be found into
    BPC\Logging  for  further  details  ..
    Hope  this  helps..
    Edited by: Vishal Mahawadhi on Jun 24, 2009 9:50 AM

Maybe you are looking for