How to resolve Error source: prompt.dll  Error code: 0x8004380D

We have recently migrated from BOXI R2 to R3. All the Crystal Reports are working except the one which have dynamic filters. Whenever we refresh/view the report we get following error message:
*Prompting failed with the following error message: 'List of Values failure: fail to get values. Cause of error: Failed to open the connection.
Error source: prompt.dll  Error code: 0x8004380D
The BOXI R2 server was 32 bit and the Crystal Report version was 11.0.0.1282. After searching here we upgraded the CR version on our R3 server to 11.5.8.826. The BOXI R3 server is Windows 2003 Enterprise x64 edition.
This is the only roadblock we are facing for our successful migration.
help!
Edited by: daves11 on Jun 3, 2011 8:10 AM

Moved to BOE Admin forum.
CR and BOE should be the same version.

Similar Messages

  • How to resolve Unexpected End of file error in Web Crawling

    how to resolve Unexpected End of file error in Web Crawling....
    I am getting java.net.SocketException :Unexpected End of file error in Web Crawling.
    How to get rid of this error.
    Please help anybody ASAP.

    1. Handle this exception - not recommended since you will be creating an exception handling overhead unnecessarily.
    2. Check for EOF using available() method in InputStream. It returns 0 if there are no bytes to read.

  • How do you fix a msvcr80.dll error when trying to install itunes 11.1.4

    How do you fix a msvcr80.dll error when trying to install itunes 11.1.4?

    This also work100% 
    Removing and reinstalling iTunes and other software components
    If applicable, disconnect any iPod or iOS device and close Microsoft Outlook.
    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later).
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (see note 1 below)
    iCloud (if present)
    MobileMe (if present) (see note 2 below)
    Bonjour
    Apple Application Support
    Reboot your computer. Delete any of the following folders where they can be found: (see note 3 below)
    C:\Program Files\Bonjour
    C:\Program Files\Common Files\Apple
    C:\Program Files\iPod
    C:\Program Files\iTunes
    also on 64-bit systems:
    C:\Program Files (x86)\Bonjour
    C:\Program Files (x86)\Common Files\Apple
    C:\Program Files (x86)\iPod
    C:\Program Files (x86)\iTunes
    Download the iTunes setup file and run it to install. Use an account with administrative rights. This can usually be achieved by right-clicking on the downloaded file and selecting Run as... or Run as Administrator. In some cases a combination of Shift or Ctrl keys may be required for the option to show, or it may not be necessary.
    If you deleted iCloud and reinstalling iTunes doesn't automatically reinstall it visit iCloud Control Panel.

  • How to resolve After Effects CC 2014 error:

    how to resolve After Effects CC 2014 error: Could not create the file '/Users/User/Library/Preferences/Adobe/After Effects/13.0/dummy'.
    Every time I try launch any of my CC programs, i keep getting this error message, has anyone come across this before?
    I tried uninstalling and but still got the same error after the reinstalling

    fixing permissions problem that impedes start of Adobe applications

  • How to Stop at Source System's Abap Code from BI Infopackage Trigger

    Hi Experts,
    I have enahanced 2 fields to some standard data source, that fields data is comiong fine to RSA3 in Source system.
    i am not getting 2 fields data to BI  PSA, but that 2 fields data  i am getting at in RSA3 Tcode  source system.
    i have tried all the ways to get data to BI PSA, but no luck.
    so, while running infopacke from BI i need to stop  at  Source System's Abap code where i have wriiten the code for those 2 fields.
    so, please any  one can explain, how to stop at source system's Abap Code once i  trigger infopackage from BI.
    Regards,
    Nagaraju K.

    Hi,
    which data source on your working?
    master data or transaction data
    enter the TCODE- CMOD
    choose the project
    select the funciton exit - EXIT_SAPLRSAP_001 - Transaction data
                                        EXIT_SAPLRSAP_002 - master data attr
                                        EXIT_SAPLRSAP_003 - mster data text
                                        EXIT_SAPLRSAP_004 - master data hier.
    choose the include program - ZXRSAU01.
    go to source code tab -> go to change mode -> find the code will start form here
    EX- : when " ZLIS_13_VDITM
    if not required don't put break-point .
    just comment it code.
    Thanks,
    Phani.

  • How to resolve and debug access violation Error.

    Hello
    I'm stucked with an access violation error which forces my exe build to shut down. I tried also from development environment but its the same there. The error happens after 5-60minutes.
    I played around with disabling a part of the program where it was possible and I think I'm now able to accuse the vi "gastimer.vi". But since this vi leads through the measurement procedure, there are some commands outgoing which I was not able to map one to one.
    My question is: what can cause such access violation errors? I have no dll calls, no third party library, actually the hardware communication is done serial by COM ports. The architecture principle is something adapted from producer consumer loop, except that i have often more than one consumer, so I called them like controller loop - multiple task. The communication within this loops (tasks) are done by queue cluster with an enumerator and variant.
    The indicted vi "gastimer.vi" was transfered from an older and more simply architecture. This vi works with sequence structure and a lot of local variables.
    Since I'm testing sensor on their response to gas concentration I have 10 comports to which I'm listening in parallel.
    What styles or archtiecture are prone to access violations? Where can they happened? where should I look more carefully in the code?
    How can I use the desktop execution trace toolkit to get more information about the cause of the access violation?
    Attached are two different lvlog but I guess with the same error source. In the second lvlog are two vi's named. What have they to do with the access violation error? What kind of information can i get from these lvlog files?
    Last attachement shows a runtime fatal error which happens quite a bit frequently in the recent time when working with this project. Might there be a connection, propably a crashed vi, typedef or whatever?
    Thanks for any help
    U. Siegenthaler
    Solved!
    Go to Solution.
    Attachments:
    first.zip ‏203 KB
    second.zip ‏40 KB
    Fatalerror.PNG ‏21 KB

     Have you checked your code to try to isolate any areas of possible memory leaks? I was able to find some discussion forums with similar problems. Check out the links below to see if any of these resources can be of assistance to you. 
    "Exception: Access violation (0xC0000005) at EIP=0xFDD76383" 
    http://forums.ni.com/t5/LabVIEW/Exception-Access-violation-0xC0000005-at-EIP-0xFDD76383/m-p/2257502 
    "Exception: access violation (0xc0000005) at EIP=0x00BD0984 " 
    http://forums.ni.com/t5/LabVIEW/Exception-access-violation-0xc0000005-at-EIP-0x00BD0984/m-p/2303864 
    "Access violation (0xC0000005)" 
    http://forums.ni.com/t5/LabVIEW/Access-violation-0xC0000005/m-p/2269694 
    Let me know what you find and if you have any other questions. 
    Best regards
    Matijas

  • How to resolve Message "Incorrect translation in error saving docuemnt message"?

    As of 29/Jan/2014, I only get this message from Adobe Reader of iPad (Japanese environment)
    Regardless of my subscription, I cannot convert anything to PDF.
    How to resolve or get money back?

    Hi
    Could you please try the following steps to confirm that your subscription went through?
      1.  On a computer, browse to files.acrobat.com and log in with your Adobe id.
      2.  Upload some files to your account.
      3.  Now on your iPad, launch Adobe Reader and tap on Acrobat.com. You should see the uploaded documents there.
      4.  Open any document and try and convert it to another format/pdf.
    Do the documents convert successfully? Now try to do the same conversion of any document under your Documents list. What happens? Do you see the same error?
    Thanks
    Shradha

  • How to resolve the z table activation error?

    I have a Z table.
    Added a couple of fields and activated it. it was fine.
    then changed one of the fields as a key field and activated it.
    it took a long time even though there is no data and terminated.
    I removed the key indicator and tried activating it. it showed errors.
    Then I deleted it using SE14 and recreated with the same name. Now I am getting the following error:
             See log E4911620080227134551:ACT                                                                               
    TABL ZPRICECONDN was not activated                                                     
          Check table ZPRICECONDN (E49116/02/27/08/13:45)                                        
          Enhancement category for table missing                                                    
    /     Table ZZPRICECONDN: Key length > 120 (Restricted functionality)                         
          A table called ZPRICECONDN exists in the database                                      
    /     No active nametab exists for ZPRICECONDN                                               
          Termination due to inconsistencies                                                        
    /     Table ZPRICECONDN (Statements could not be generated)                                  
    /     Error number in DD_DECIDE (9)                                                             
    /     Check on table ZPRICECONDN resulted in errors                                          
    How to resolve this?
    Do I have to do any database manipulations?
    I looked at 306296 but DROP command is not available in ABAP?
    Pl advise.
    Thanks
    Ven

    Hi,
      Whenever you make some changes to the database table, you need to activate it through the
    database utility function (SE14).
    Enhancement category for table missing: 
      to resolve this: SE11>>Table name>> Extras>>Enhancement category...and choose the option 'can be enhanced'.
    / Table ZZPRICECONDN: Key length > 120 (Restricted functionality)
       Reduce your key fields length to <120.
    After doing those changes activate it through the database utility.
    I hope, it will work for you.
    Regards,
    Jallu

  • How to resolve Nota Fiscal Internal Verification error?

    Can someone please help me determine how to resolve an error with a Nota Fiscal Electronica?  An NF-e doc was manually created using (J1B1N) but it will not go through to the government.  There's an error that the CFOP description is missing in the header (however, the description for the CFOP has been maintained).  The status of the NF-e doc is '8' (Internal Validation error in messaging system.  Send again!).  What other data (vendor master, customer master, J1B1TAX config) can I check to resolve this error?

    Hello,
    Did you check with the metalink ora-600 troubleshooter?
    May be the below description helpful to you:
    Note: For additional ORA-600 related information please read Note 146580.1
    PURPOSE:
    This article represents a partially published OERI note.
    It has been published because the ORA-600 error has been
    reported in at least one confirmed bug.
    Therefore, the SUGGESTIONS section of this article may help
    in terms of identifying the cause of the error.
    This specific ORA-600 error may be considered for full publication
    at a later date. If/when fully published, additional information
    will be available here on the nature of this error.
    SUGGESTIONS:
    Execute the following command on all tables in question.
    SQL> ANALYZE TABLE <tablename> VALIDATE STRUCTURE CASCADE;
    Reference Note 28814.1 Handling Oracle Block Corruptions in Oracle7/8/8i
    If the Known Issues section below does not help in terms of identifying
    a solution, please submit the trace files and alert.log to Oracle
    Support Services for further analysis.
    Known Issues:
    Bug# 6709070 See Note 6709070.8
    OERI [6780] for DML against a compressed data block
    Fixed: 10.2.0.5, 11.2
    ****************************************

  • Server 2008 R2 Terminal Server c0000005 and c0000006 errors with KERNELBASE.dll error in RDP sessions.

    We installed a new Server 2008 R2 server this spring. It is configured as a Terminal Server with 16 Wyse t10 thin clients connecting with RDP. We are a small resort so we run Springer Miller Host and SpaSoft. Ever since moving from PCs to the thin clients
    and TS we have been seeing SpaSoft randomly crash with KERNELBASE.dll errors and also a lot of c0000005 and c0000006 errors. Springer Miller support says its a Microsoft Networking issue so no help there. The company we worked with to install this has no clue
    so I hope to reach out to this community to solve this. I can also open support case with Microsoft Support but I am not sure if they will be of any help. Here are some examples of the errors:
    "Event 1000
    Faulting application name: SpaWin.exe, version: 3.4.0.0, time stamp: 0x2a425e19
    Faulting module name: KERNELBASE.dll, version: 6.1.7601.18409, time stamp: 0x53159a86
    Exception code: 0x0eedfade
    Fault offset: 0x0000c42d
    Faulting process id: 0x3718
    Faulting application start time: 0x01cf9ac7922487e9
    Faulting application path: \\spasoft\spaapps\TermServ\SpaWin.exe
    Faulting module path: C:\Windows\syswow64\KERNELBASE.dll
    Report Id: cfdcf9a9-06ba-11e4-a5af-000c298d9aa5"
    Also:
    "Faulting application name: VH.EXE, version: 18.80.430.0, time stamp: 0x3f73b447
    Faulting module name: VFP8R.DLL, version: 8.0.0.3117, time stamp: 0x3f73c232
    Exception code: 0xc0000006
    Fault offset: 0x0001d598
    Faulting process id: 0x2bc8
    Faulting application start time: 0x01cf99297ee1742f
    Faulting application path: J:\HOSTPLUS\fxp32\VH.EXE
    Faulting module path: J:\HOSTPLUS\fxp32\VFP8R.DLL
    Report Id: 5fbc65c4-055c-11e4-a5af-000c298d9aa5"
    And:
    "Faulting application name: SpaWin.exe, version: 3.4.0.0, time stamp: 0x2a425e19
    Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
    Exception code: 0xc0000005
    Fault offset: 0x00000000
    Faulting process id: 0x2aa0
    Faulting application start time: 0x01cf988e6770e619
    Faulting application path: \\spasoft\spaapps\TermServ\SpaWin.exe
    Faulting module path: unknown
    Report Id: 01029179-04b9-11e4-a5af-000c298d9aa5"
    There are no network specific errors in any of the logs. I am thinking that SpaSoft needs to be run as an administrator but I am not sure how to do that in this environment. We have disabled DEP for all but essential Windows processes. All of the firewall
    and AV has been completely disabled, and still getting these errors. Is there a way to run these applications as admin without the user actually being an admin? Should I go ahead and open a Microsoft support case? Thanks

    Hi,
    Thank you for posting in Windows Server Forum.
    Explanation
    The indicated program stopped unexpectedly. The message contains details on which program and module stopped. A matching event with Event ID 1001 might also appear in the event log. This matching event displays information about the specific error that occurred.
    User Action
    If an error report was generated for this error, you might be able to obtain more information about the error by sending the report to Microsoft for analysis.
    Yeah, you can open a support case with Microsoft as they will help and guide you for proper solution. You can go through
    this source article.
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • RoboHelp 8 - how to resolve rhbuildtag.apj/.cpd file errors?

    Hi there,
    I’m using RoboHelp 8 (with service packs, version number is 8.0.2.208). There are two writers on our team (in separate offices) and we use SVN (via Tortoise SVN) to version all our source files. Our Online Help is comprised of about 30 individual help projects that we merge at build time. We work locally on our own machines and commit everything to SVN each evening.
    We (mainly me) have had ongoing problems with .cpd files getting corrupted (I’m in the company 5 months). I’ve followed all the good advice I’ve seen on forums about renaming/deleting them and letting the affected RoboHelp project re-create it when I start it up again. This has worked until now.
    Also note, that I got a new machine early this week and I brought all our source files down successfully from our SVN repository after we installed RoboHelp. Happy days.
    Yesterday in one Help project I received the following error messages and noticed that the Conditional Build Tags were not listed in the CBT Pod, despite being present in the topic themselves.
    An error occurred while trying to read data from <Project Path\Project Name\rhbuildtag.apj> <1>
    Your project file, C:<Project Path\Project Name\project.cpd, is corrupt and cannot be opened. Try deleting this file and reopening the project.
    I consulted with my colleague this morning and his local project is fine – all conditions present and correct and no CPD error message. He committed his project to SVN and I updated but still no luck.
    Despite having the latest versions from our repository anyway, I tried copying the contents of his rhbuildtag.apj file to mine but that made no difference at my side. I renamed/deleted CPD files several times over but project still won’t open. I deleted my local working versions of all our Help projects and brought them down from our SVN repository - twice. No luck.
    I’m flummoxed as how to fix this project/restore conditions to CBT Pod?
    Why would I have ongoing CPD issues and my colleague not?
    My colleague is offline until the morning (different time zones) so will catch up with him then again. It seems to be something very local to my setup.
    Many thanks in advance for any wise words offered.

    Hi folks,
    Just to let you know that we resolved our problems with our misbehaving rhbuildtag.apj and .cpd project files. 
    As I mentioned previously, my colleague's version had been working fine. This was the very puzzling bit as I was pulling the exact same set of project files from our SVN repository. 
    Since yesterday...
    From these forums, I discovered the 'Clear project cache(.cpd) before opening any project' check box in the Tools > Options dialog. That wasn't selected in my troubled project (was able to get into the project earlier in the day). It was selected in other projects so selected it but it made no difference.
    I then asked my colleague this morning to check if that check box was selected on his working copy of the project, reasoning that maybe if it was selected on mine and not his, it could cause some kind of disparity.
    Wrong move. Very wrong move. Clearing his cache file caused him to get the same errors as I had got. So while we had the exact same rhbuildtag.apj file, there must have been something in his old cache file, keeping this error at bay. We don't version the .cpd files so his file would have been particular to his local working version of the project.
    So another step back - now a corrupt project at both offices.
    I then took another look at the contents of the troublesome rhbuildtag.apj file. I had noticed yesterday that there was something funny about one condition that I added back in October - a condition based on a release number (6.3.12). There were two instances of it in the file - looked to be saved twice though the condition was only ever added once and displayed once in the project CBT pod. See the attached screenshot. Also There was some markup around it that didn't make sense, looked like the file had saved badly. I compared it to other working build tag files in other projects (and while the conditions would vary slightly across the projects, they should be very similiar. I saw nothing like it.
    I saved the contents of my file locally (though being versioned in SVN would have had a backup anyway).
    I deleted out one of the duplicate 6.3.12 conditions and removed the funny mark up.
    And lo and behold our project opened successfully.
    I commited my changes to the rhbuildtag.apj file back to SVN. My colleague updated his version and his problems too are resolved.
    Root cause:
    Looks like our woes were caused by a corrupt condition in the rhbuildtag.apj file, which then caused the .cpd file to crash.
    Resolution:
    Identified duplicate condition tags and superfluous markup in the rhbuildtag.apj file and remove them (after making a copy). My previous machine was terribly slow and RoboHelp oftened crashed due to the poor machine performance. This could be one plausible cause for the corrupt condition.
    Given we added this condition back in October, I'm not sure why the problem only cropped up now as we would have made changes to the project since then. But such is RoboHelp and our daily battles.
    Hope this info is of help to someone out there.
    Thanks for all the replies - much appreciated.

  • How to use GetLastError to get DLL error details ?

    Hi.
    I use Labview 6.1 under W2K pro.
    I try to use a DLL to control a unit plugged in my COM1. This DLL use setLastError in kernel32.dll but when i use GetLastError i have 0 : no error. I thing that the thread that is taken by GetLastError is the run-time of Labview (that has no error) and not the thread of the DLL... not easy to explain in english...
    If someone can help me .. ?? don't hesitate !!
    Jerome

    > I try to use a DLL to control a unit plugged in my COM1. This DLL use
    > setLastError in kernel32.dll but when i use GetLastError i have 0 : no
    > error. I thing that the thread that is taken by GetLastError is the
    > run-time of Labview (that has no error) and not the thread of the
    > DLL... not easy to explain in english...
    > If someone can help me .. ?? don't hesitate !!
    >
    If possible, it would be better if the function returned the error for
    you, as GetLastError is a poor way of doing this in any API.
    In the default settings, it is a little difficult to control which
    thread executes various subVIs or DLLs and in which order. You can
    arrange it to be predictable, though.
    I think you have two problems. First off, you want to make sure that
    the same th
    read calls the function that sets the error and GetLastError.
    The utility for setting threads is in
    vi.lib/utility/sysinfo/threadcfg.vi or something close to that. It will
    indicate how many threads are setup for a given execution system and
    priority. You could arrange for any of these to have only one thread
    and then make sure the VI running the nodes runs in the execution system
    with only a single thread. You could also just set the DLLs to run in
    the UI thread.
    The second problem is that after executing a node, LV can switch over to
    run a different node, then switch back at a later date. During this
    switch, another VI can call SetLastError, GetLastError or
    ClearLastError, all of which affect the thread-global error state. So
    you need to arrange for the nodes to run such that nothing separates
    them. One way of doing this for certain is to make a wrapper DLL around
    the calls such that the calls happen in a synchronous DLL, where LV
    cannot do switching between t
    asks. If you have already setup a VI to
    run in a less used execution system, and nobody else uses the thread,
    then you are good to go.
    Greg McKaskle

  • How do I fix an SQlite3.dll   error that keeps popping up on startup?

    On bootup on my PC I  always get the "unable to find SQlite3.dll file" in a box on the desktop after boot.
    How do I resolve this?
    (I know, buy a Mac..v0v)
    Thanks,
    Tom

    [[Troubleshoot Firefox issues caused by malware]] and [[Reset Firefox – easily fix most problems]]

  • How to resolve merge empty cells JS error

    Hi Scripters
    I am new to scripting and now looking into it.
    I am trying to write a table script for that, I found one merge empty cells JS from Jongware GfBROo
    table = app.selection[0];
    if (!(table instanceof Table)) table = table.parent;
    if (table instanceof Cell) table = table.parent;
    if (table instanceof Table)
         for (r=0; r<table.rows.length; r++)
              c = 0;
              while (c < table.rows[r].cells.length)
                   while (c < table.rows[r].cells.length &&
                        table.rows[r].cells[c].contents.length > 0)
                        c++;
                   while (c < table.rows[r].cells.length &&
                        table.rows[r].cells[c].contents.length == 0)
                        table.rows[r].cells[c].merge (table.rows[r].cells[c-1]);
    Even though for almost tables it's working like charm but in some of the cases it's falling me in trouble by showing this error "Object is Invalid" at bold face line.
    Though I can guess some problem wolud be with those tables but I am not able to catch it.
    Could any one any way suggest me to resolve this error.

    Thanks for reply Loic_aigon
    As Marc suggested in discussion, I used
    myTable.rows[r].cells[c].characters.everyItem().contents.length > 0
    But above syntex falls script to infinite loop.
    any other help will be appreciated.

  • Type Library: add type library source to DLL error

    My coding environment is CVI 2012, OS=Win7.
    I created a dll file, named NI_OCR, seems it is Ok.
    But when I changed the setting in Target Settings / Type Library, select Add type library resource to DLL, it will be failed.
    Don't know why, pls help me.
    Thank you very much.
    Other 2 error as:
    Below error is when I use cmd.exe to open NI_OCR.odl:

    Hi mbw4359,
    Could you post a screenshot of the error message? That would help me visualize what you are seeing.
    Perry S.
    Applications Engineer
    National Instruments

Maybe you are looking for