Run time error 4706 column has wrong type to be key

Hi,
I am getting error after installing Bex BI 7 version , I have installed .net fromework 2.0 and BI7 version when i m trying to open the bex analyser i am getting the following visual basic
error .
Run time error 4706
column has wrong type to be key

please help any help in this regard will be appreceated

Similar Messages

  • Smartform run-time error 5825: object has been deleted

    While modifying a smartform, I keep on getting run-time error 5825 object has been deleted.
    (microsoft visual basic)
    I have already restarted sap gui, even deleted my smartform and started another.. it keeps on haunting me.
    Anybody an idea how to get rid of this error???

    Hi,
    Do you use MS Word 2007 as the ediitor for sapscript and smartforms? In this case you need the support packs specified in SAP note #1115157.  Make sure you have the satest SAPGUI patch also.
    You can switch to the old graphical editor via transaction I18N -> I18N Customizing -> MS Word as Editor.
    regards,
    Aidan

  • FATAL RUN-TIME ERROR: The program has caused a 'General Protection' fault at 0x6846680A.

    Dear all,
    I have some troubles with LabWindows CVI. Sometimes (maybe 2 or 3 times by week) my application crash with General protection error in cvirte adress. This crash never happens in the same part of the code is always happens in random way. The problem is that in debug mode we don't have any information about where the problem occurs in cvirte. This bugs can happens with differents application from very simple application to very complex applications.
    Do you have some ideas that how can I solve these problems?
    Thanks

    Hello J. Romero!
    Thank you for the crash information you provided!
    Hover you managed to collaborate with NI France more in order to determine the cause of this crash?
    Unfortunately, the information you provided is still not sufficient for us to determine the exact cause and circumstance of this crash:
    The provided event logs only contain relative addresses of the locations. An absolute crash address can better suggest the exact location. Please provide a screenshot of the crash window dialog, which contains the exact absolute address of this crash.
    In your original post, you mentioned that you can reproduce the crash with a "very simple application". Is it possible for you to send us the application on our incoming FTP server, so that we can build and run the program on our side?
    Do you have a suspicion for any particular libraries, components or UI controls that you are using, which reproduce the crash. E.g. "whenever I perform this action in a Numeric Control, the crash occurs...". This will further help us to narrow down on the problem!
    If #2 is not possible, one other solution would be to send us a crash dump of the application. Please follow the steps in this Developer Community post, in order to generate and send us a crash dump: https://decibel.ni.com/content/docs/DOC-1496
    Best regards!
    - Johannes

  • [SOLVED]Run-time error in calculator. Wrong results.

    I've tried running the program a couple of times noticing that only the division returns the correct answer.. Here's the code:
    * File: Guical.java                    *
    * Author: Richard JR Wallnerstrom     *
    * Date: 2007-05-09 -                 *
    * Copyright: GNU Public License       *
    import javax.swing.*;
    import java.lang.String;
    public class Guical {
         public static void main(String[] args) {
              double sum = 0;
              JOptionPane.showMessageDialog(null, "V??lkommen till Guical!"); // Welcome the new user
              String num1 = JOptionPane.showInputDialog("Skriv in det f??rsta talet");     // Ask user for the input
              String num2 = JOptionPane.showInputDialog("Skriv in det andra talet");
              String operator = JOptionPane.showInputDialog("Skriv in ??nskad operator");
              try {
                   switch (operator.charAt(0)) {
                        case '+': sum = Double.valueOf(num1.trim()).doubleValue() + Double.valueOf(num2.trim()).doubleValue();
                        case '-': sum = Double.valueOf(num1.trim()).doubleValue() - Double.valueOf(num2.trim()).doubleValue();
                        case '*': sum = Double.valueOf(num1.trim()).doubleValue() * Double.valueOf(num2.trim()).doubleValue();
                        case '/': sum = Double.valueOf(num1.trim()).doubleValue() / Double.valueOf(num2.trim()).doubleValue();
                   JOptionPane.showMessageDialog(null, num1 + " " + operator + " " + num2 + " = " + sum);
              } catch (NumberFormatException nfe) {
                   JOptionPane.showMessageDialog(null, "Ej giltigt tecken: " + nfe.getMessage());
    }Seems fine to me so if you find anything please let me know.
    Regards
    Richard
    [edit] SOLVED.. Forgot the "break" statements...
    Message was edited by:
    richardinho

    you forget your break keywords. without break, your execution will continue on next case, not getting out from switch block.
    switch (operato....) {
       case '+' :
          sum = 1 + 2;
          break;
       case '-' :
          sum = 1 - 2;
          break;
    }

  • I have downloaded the new itunes but when I go to open it, it says "run time error"? it also says an application has made an attempt to upload this file incorrectly?

    I just downloaded the new itunes so I can sync music to my iphone 5 and when I go to open the new itunes, a message pops up that says "Run time Error, an application has made an attempt to upload this file incorrectly"?

    Hello there, tmiller25.
    The following Knowledge Base article offers up some great steps for troubleshooting your issue:
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Check for .dll files
    Go to C:\Program Files (x86)\iTunes and C:\Program Files\iTunes and look for .dll files.
    If you find QTMovie.DLL, or any other .dll files, move them to the desktop.
    Reboot your computer.
    Note: Depending on your operating system, you may only have one of the listed paths.
    Uninstall and reinstall iTunes
    Uninstall iTunes and all of its related components.
    Reboot your computer. If you can't uninstall a piece of Apple software, try using the Microsoft Program Install and Uninstall Utility.
    Re-download and reinstall iTunes 11.1.4.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Run time error while using Class gcl_error

    Hi All,
    I am getting run time error while using class gcl_error
                                          type REF to zsreport_error_handling:
    '' Attempt to access a component using 'NULL' object reference (points to nothing).
    An object reference must point to an object ( an instance of a class) before you can use it to access components ( variable : ''GCL_ERROR'').
    Either the reference point has not yet been set or it has been reset to 'NULL' by a clear statement."
    Can you please suggest any solution for this ?
    Thanks in advance.

    Dear All
    Its Resolved Thanks For your Valuable time Support
    INCLUDE LV03VFB4 inside below code trigger error.
    PERFORM VVBBD_AUFBAUEN USING WA_AVBBD
                                        WA_AVBBD-APOMOBILE
                                        DA_SUBRC
                                        DA_UPDKZ
                                        DA_VVBBD_TABIX
                                        0.
    This Was the Error some how 0 was there we are removed the 0 now it is working fine
    Rgds
    Thomson

  • Run time error in Service entry sheet

    Hi Experts
    When I create a Service Purchase Order & when I enter a Service Entry sheet using ML81N, When I save it I am getting a run time error (Short dump has not been completely stored (too big) ).Could you please tell me how to overcome to this problem.
    AR
    Edited by: Amit  Rana on Jan 8, 2010 12:53 AM

    Hi Experts,
    The following error i am getting when i am doing the MIGO from PO.
    Runtime Errors MESSAGE_TYPE_X
    Date and Time 10.01.2010 10:09:56
    Short dump has not been completely stored (too big)
    Short text
    The current application triggered a termination with a short dump.
    What happened?
    The current application program detected a situation which really
    should not occur. Therefore, a termination with a short dump was
    triggered on purpose by the key word MESSAGE (type X).
    Error analysis
    Short text of error message:
    No RFC destination is defined for SAP Global Trade Services
    Technical information about the message:
    Message classe...... "/SAPSLL/PLUGINR3"
    Number.............. 002
    Variable 1.......... " "
    Variable 2.......... " "
    Variable 3.......... " "
    Variable 4.......... " "
    Trigger Location of Runtime Error
    Program SAPLMBWL
    Include LMBWLU21
    Row 59
    Module type (FUNCTION)
    Module Name MB_POST_GOODS_MOVEMENT
    AR

  • Run-Time Errors cause wierdness

    I have a remote object call that sends a query string to a
    database. I am trying to catch errors coming from the database
    because of bad sql statements. In my code there is an IF statements
    that checks if the first row returned is an object by trying to
    convert it to a string. If it is not equal to "[object Object]"
    then I know its an error message generated from the database. My
    problem is as soon as I uncomment the IF statement and test my app
    everything begins acting wierd as soon as my app hits that logic.
    Items highlight, tree controls show junk, etc. If I comment out the
    IF everything works fine but I get a alert for rows returned and
    one with the error message. I tried enclosing everything in a try
    catch but there seems to be no run-time error occuring. Has anybody
    else experience wierd things when errors occur?
    private function queryResults(event:ResultEvent):void
    var call:Object = event.token;
    var isError:Boolean = false;
    if( call.state == "FillGrid" )
    results = event.result as ArrayCollection;
    if( results.length == 1 )
    var errMsg:String = results.getItemAt(0).toString();
    //if( errMsg != "[object Object]" )
    Alert.show(errMsg,"Error");
    //isError = true;
    if( !isError)
    results.filterFunction = searchData;
    Alert.show( results.length.toString() + " Rows Returned!
    ","Results");
    SortColumns();
    if( results.length > 0 )
    calculateGrandTotals(results);

    I have adjusted some of the logic in my code and now it works
    fine. I would still like to know what was causing the wierd stuff.
    private function queryResults(event:ResultEvent):void
    var call:Object = event.token;
    var isError:Boolean = false;
    var msg:String = "";
    var msgHeader:String = "Results";
    if( call.state == "FillGrid" )
    var tmpResults:ArrayCollection = event.result as
    ArrayCollection;
    msg = tmpResults.length.toString() + " Rows Returned! ";
    if( tmpResults.length == 1 )
    var errMsg:String = tmpResults.getItemAt(0).toString();
    if( errMsg != "[object Object]" )
    msg = errMsg;
    msgHeader = "Error";
    isError = true;
    Alert.show( msg,msgHeader);
    if( isError == false )
    results = tmpResults;
    results.filterFunction = searchData;
    SortColumns();
    if( results.length > 0 )
    calculateGrandTotals(results);
    }

  • DTP-ABAP run time error- Urgent

    Hi All
    I had put Sales order as the key in my COPA DSO,due to which i was getting summarised records, nw i removed this key and put the Lowest granular detail key and i.e BW doc # (0doc_num) & then i have activated my DSO.Now when i do the DTP frm COPA Datasource to my DSO, the Records get updated but in DTP run i get ABAP run time Error as 'ASSIGN_TYPE_CONFLICT'
    Short Text: Type Conflict with ASSIGN in program "GP493C06NEDFLBYD3SN1KJR3EDX"Can any1 please advice on this as this is quiet urgent.
    Points are assured
    Thanks

    Hi Noor,
    Regarding your problem, p/s do this:
    1. Go to tx: RSSGPCLA
    2. Highlight the RSTRAN_MASTER_TMPL then click set status button
    3. Re-execute the DTP.
    Or you can see it : Notes: 908427
    As your references.
    Hopefully it can help you a lot.
    Best regards,
    Niel.
    thanks for the points you choose to assign.

  • Run time error on RF device

    Hi All,
    We are using a Z function on RF  device  we get a run time error.While packing a material for delivery we key in material no & hit enter to poulate the desc. of material and then enter quantity and continue.After keying in material when we hit enter it gives a run time error but if we press OK it continue..but on SAP GUI we dont see this problem. What could be solution for this isssue..
    Also after this when we do a post goods issue it takes long time for processing and doesnot return sucess messege but if we check in SAP PGI is done sucessfully..
    We are using Telnet
    Thanks,
    Anand K

    Hi Suresh,
    I checked the database connectivity.. and I am getting the communication back. So there is no problem with RFC connectivity.
    I dont know if it helps, I am getting another problem and as u mentioned abt the planning version, may be it helps...
    Actually the model is active...but when I go to the product view in IPP, I am getting the error "Invalid planning version"
    Regards,
    aarvey

  • SBO Run-time error '13' Type mismatch

    Hello,
    I'm currently using SBO 2005 SP1 (PL11)
    After installing SBO DTW (2005A PL11 as well), i'm facing this issue : Run-time Error '13' Type mismatch
    I've been trying to modify my regional settings as per the previous discussions but this didn't work (first of all, i'm located in France, and try to apply the french regional settings).
    I've uninstalled and reinstalled DTW and my DI API but unfortunately, this didn't"t work either.
    Any other advise on this problem ?
    Thanks,
    Stephane

    Stephane,
    Here are some links to SAP Notes on the SAP PartnerEdge Portal that may help.  Please read the note carefully as the first note has your remove the Windows User Profile.
    https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=0000873864
    https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=0000884234
    If these do not help I recommend that you log a message with SAP Technical Support as the forum you have posted your question in is for questions related to the SAP Business One SDK and your question is application related to the DTW.
    HTH,
    Eddy

  • A run Time Error Has Occured

    Hi All
    Please help, I have recently got a new PC and reinstalled Contribute CS3.  I had to update to MS Service Pack 3 due to other software requirements.
    I previously had some shockwave files saved on to pages within my site, however each time i now try to update the pages with any shockwave file on the page, I get the following.
    A Run Time Error has Occured
    Do you wish to debug?
    LIne '0'
    Error 'Null' is Null or not an object.
    With an option of YES or No
    If I press 'No' I end up in a continous loop and end up having to carry out an End Task.
    If I press 'YES' I end up In Microsoft Script Editor with the code below
    try { document.getElementById("").SetReturnValue(__flash__toXML(getFlashLogLevel("xcelsius")) ); } catch (e) { document.getElementById("").SetReturnValue("<undefined/>"); }.  There is no way of editing the code and I still end up ending the task.
    Could anyone tell me if this is related to the installation of Serive Pack 3 or is there something more sinister going on.
    Thanks fior reading and any adive would be gratefully received.
    Thank
    Luke

    Hi Krishna
    Thanks for your reply, it was while trying to "edit" the page containing the shockwave file however it’s a bit of a strange one, as When I reposted this post , I had been experiencing the problem for about a week.  I then went on leave for a week and when I returned it started working again???.  I queried with my IT department if anything had changed or been updated but they could not think of anything.
    So for now it's working, but if you have any thoughts on what may of happened I would appreciate any suggestions?
    Thanks again
    Luke

  • Run-time error '13':  Type mismatch

    There are A and B excel files.
    And two different POV-dimension in two excel files
    VBA code below:
    Dim vtGrid As Variant
    Dim vtDimNames As Variant
    Dim vtPOVNames As Variant
    x = HypRetrieve("sheet1")
    x = HypUseLinkMacro(True)
    Range("b10").Select
    x = HypGetSourceGrid("sheet1", vtGrid)
    ref = HypMenuVRefresh()
    x = HypGetPOVItems(vtDimNames, vtPOVNames)
    MsgBox (vtPOVNames(6))
    Range("a3").Value = "date: " & vtPOVNames(6) & " - " & vtPOVNames(3)
    Range("a4").Value = "dep : " & vtPOVNames(0)
    There is not any attribute dimension in pov A excel file.
    There is one attribute dimension in pov B excel file.
    The same VBA code excute is normal in A excel file.
    But the same VBA code excute is "run-time error '13': Type mismatch " in B excel file.
    The error '13' in the row of MsgBox (vtPOVNames(6)).
    Is attribute dimension in pov cause this question?
    And how did I solve this question?

    Based on where the error is occurring, it looks like the value returned by vtPOVNames(6) is not defaulting to a string datatype for the msgbox.
    Try 'cstr(vtPOVNames(6))' to force conversion of the value into a string. Also, you may want to test for nulls using IsNull() and empty variant values using IsEmpty().
    It doesn't look like the code you posted shows vtPOVNames being populated. If you're populating the names yourself, you could always use a string array instead of a variant array. Just dim the string array using a statement such as, "Dim strPOVNames(6) as String" or "Dim strPOVNames() as String" in case you need to ReDim the array later to size it for a non-fixed set of POV names.
    Hope this helps.

  • MS VB Run-Time Error '13': Type Mismatch

    Hi,
    I'm new to the forum, and just starting a trial of RH7 as my
    company decides whether we'll upgrade from our X4 product or switch
    to a different HAT. Before attempting to import my existing HPJ
    project, I opened the sample Application Help project. Frequently
    when I switch among topics, I get a Microsoft Visual Basic dialog
    box that says Run-Time Error '13': Type Mismatch. I have to click
    the End button to close the dialog box. Does anyone have any idea
    what causes the error? I got that error also in X4 when switching
    among topics in my own project (on a different computer).

    Hello Brian,
    I'm thrilled!!! Your clue was enough to set me in the right
    direction, so after spending many hours searching for the solution
    to this problem lately and in the past, it appears to finally be
    solved. Initially just unchecking the other add-ins didn't do the
    trick, and the situation seemed to get worse and worse--I couldn't
    save files because Word kept giving me error messages that macros
    were disabled (which I didn't know how to rectify), and RH kept
    freezing. I noticed after a while that the RoboHelp menu in Word
    would have disappeared when RH froze, and that the template would
    have changed to Normal.dot. If I reattached the RoboHelp.dot
    template, RH would unfreeze, but later the template would switch
    back to Normal and RH would freeze again. I was initimidated to
    edit the registry. Finally I came upon this page
    http://personal-computer-tutor.com/NNTWord.htm
    where the author Linda gave the path to the Word startup folder
    where I found some templates whose filenames were preceded by
    tildes (corrupt?). I deleted those and other junk and I temporarily
    deleted the normal.dot template at Linda's suggestion. Since then,
    the run-time errors have no longer occurred and the other problems
    have not recurred. I THINK I'm back on track! I'm thrilled because
    my boss encouraged me to uninstall and re-install Office and
    migrate to different HAT, a time-consuming process I'd rather avoid
    at least until the current release is completed. Thank you so much
    for your help!!

  • Bex : Run-time Error '13' - Type Mismatch

    Dear,
    I have a trouble with BEX. With some user, they can not start BEX.
    When They start BEX, they have the Run-Time Error '13'  type mismatch.
    With a administrator account, we have not problem.
    When I go in the debug, it stop on "addIn.RunAutoMacros (xlAutoOpen)"
    Could you help me ?
    Thank you,
    Philippe Dupriez

    Phillipe, did you solve this issue. I have a similar issue
    AddIn.RunAutoMacros(xlAutoOpen).
    I appreciate your reply.
    Thanks,
    Parvathi.

Maybe you are looking for

  • IMac receives message "Cannot connect to Apple TV" - Apple TV can see iTunes library and can mirror with iPhone.

    Hi all. I have an iMac (mid 2011) running OS X Yosemite 10.10.2 and an apple TV that my little brother just gave me (I believe it's 3rd gen from serial #). I can successfully mirror my iPhone 4S with AirPlay, and the Apple TV can see the iTunes lib f

  • External Firewire drive does not mount on desktop now.

    Greetings everyone. G5 dual, 4.6GB ram, OSX 10.4.10, external firewire drive, formerly worked fine, now is invisible. Not the drive. New purchase, worked fine until a restart. Not the cable. Power is getting from the G5 to the firewire drive. Not the

  • Using Apple Composite AV Cable

    I recently bought an Apple Composite AV Cable and it's quite good. I was impressed with the build quality and the supplied USB charger is very cute. When playing video on my 80G iPod classic, on the screen it looks clear and sharp but when output ont

  • Preserving numerical order of imported photos

    I am working on a project consisting of still photographs imported into FCP. the photos are in .psd format, and are named/numbered sequentially, such as this: DSCN0001, DSCN0002...etc. sometimes the numbers might not begin at 0001, but they are alway

  • HTML Map tag zoom problem.

    Hi, We have discovered a problem with our webpage that only occurs on safari. We have an image with an image where we use an <map><area> tags to indicate click-able hot spots on the image. When you change the zoom level in the browser, increasing or