ADI 7.2.11 - Error "Compile error in hidden module Utils.1"

Hi,
I've got the following Error message , with ADI 7.2.11 , with Excel 2003 and Excel 2007 , while Uploading Journal :
Microsoft Visual Basic Error : "Compile error in hidden module Utils.1"
Note : The following has been checked :
- In Excel 2003 : "Trust access to Visual Basic Project" has been Checked.
- In Excel 2007 : "Trust access to the VBA project object model" has been Checked.

Hi Octavio,
Thank's for your Help.
I've checked Note 796512.1 : the following security Updates are not installed : KB936507, KB958690, KB960225.

Similar Messages

  • Error "Compile error: Invalid character" after copy paste operations in VBE 6.5 PowerPoint 2011

    This is a weird problem with the VBE 6.5 in Office 2011, running natively on a Mac.
    Sometimes, yet often, when I select a word by double clicking on it or a line by highlighting that line in the editor and then copy/paste it somewhere else in the code, the compiler throws the error "Compile error: Invalid character"
    The thing is, what I see has been pasted is exactly the same as the source text. However, if I then paste the same clipboard item to a text editor, I can see that there is an 'invisible' character at the end of the string which is counted in the text editor
    where the cursor is shifted past it but does not shown on the screen!!!
    Back in the VBE, if I select a line that is dubious and drag it, the semi transparent dragged text has a '>' character on a new line.
    In some copy/paste cases, the compiler doesn't see an error but the code doesn't work as expected and I have spent hours debugging stuff that has invisible characters in it (the hardest debugging I've ever had to do!).
    I'm not sure if this example will paste correctly into the forum but this looks like 19 characters but is in fact 20 as there is the offending copy/paste invisible character between 'Test' and '.'
    <code>Test.Value = False</code>
    This seems to be a major oversight in the code of the VBE 6.5 so are Microsoft aware of this and when is it due to be fixed?
    Jamie.

    I had this exact issue.  This is a terrible bug.  The code looks perfect, but there are hidden characters that throw compiler errors.  Thanks for the quick fix, Microsoft.

  • Fatal error compiler limit : debug information module size exceeded ?

    Hy
    I try to compile a model, size 6 Mo.
    I can simulate it on my pc, but when I want to generate a dll with SIT I have a error fatal...
    fatal error C1067: compiler limit : debug information module size exceeded
    Do you have any idea ?
    Thanks
    FB

    Hi,
    Is this still linked to this thred? or do you still have the problem ?
    Regards.
    Richard Keromen
    National Instruments France
    #adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
    >> Découvrez, en vidéo, les innovations technologiques réalisées en éco-conception

  • WEB ADI Error with Excel - Compile Error

    I am trying to export data to Excel. The process works until the data is loaded to Excel whereupon I get a Microsoft Visual Basic error "Compile Error: User-defined type not defined.
    Behind the error message is several screens from VB with the following line highlighted "Dim oParser As New SAXXMLReader30"

    Please post the details of the application release, database version and OS.
    I am trying to export data to Excel. The process works until the data is loaded to Excel whereupon I get a Microsoft Visual Basic error "Compile Error: User-defined type not defined.Can you find any details about the error in the BNE.log file? -- How to Create a BNE Log For Web Adi Issues and Errors? [ID 817023.1]
    Behind the error message is several screens from VB with the following line highlighted "Dim oParser As New SAXXMLReader30"Please see if (Web ADI: Compile Error - Userdefined Type Not Defined LEDGER_IDDetails [ID 1319992.1]) is applicable.
    Thanks,
    Hussein

  • Compiler error in 7.1

    Hi!
    I can't run LV, I get everytime thins error:
    Compiler error. Report this problem to ni tech support.
    copy cvt str/pict/tag, csrc=0x40
    ~~~~
    Regards
    Sarah
    LV 7.1.1

    Dear Sarah,
    have you updated to LV 7.1.1 or does your problem occur in LV 7.1? I haven't updated to lv7.1.1 by now and we are using the english version.
    Waldemar
    Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
    Don't forget to give Kudos to good answers and/or questions

  • LabVIEW 6.0.2 Compund Arithmetic function in XOR mode Inverted generates Compiler error when file saved

    I am posting this as a problem for NI to look at.
    I am using the Compund Arithmetic function in XOR mode Inverted with 5 inputs. File is also set up in reentrant mode. When I attempt to save the file I get the following error:
    Compiler error. Report this problem to National Instruments Tech Support.
    int inv mode=0x40000
    Advertising Section:
    Alliance Member
    William Simmons
    Simmons Software Engineering, Inc.
    714 Germantown Pkwy Ste 5-341
    Cordova, TN 38018
    (901) 679-3513
    [email protected]
    LabVIEW, TestStand, Automated Test
    environments, On-Site, Off-Site
    Attachments:
    NXOR_error.vi ‏73 KB

    XOR is a new addition to compound arithmetic node. LabVIEW developpers just overlooked the fact that the outpout could be inverted. The compiler fails to generate the proper code because the inversion is not expected.
    Just do what the message says. Report the problem to NI Tech Support (and use a separate inverter node).
    LabVIEW, C'est LabVIEW

  • TRIM() not found? Compile error: Can't find project or library in Excel 2007

    I am preparing to make a few alterations to a spreadsheet that another person built.  I have NOT made any changes to it yet.
    They put in a button that allows portions of the worksheet to print.  I am now using Excel 2007.  Their code ran fine in 2003.
    The button had worked in Excel 2003- but now (without any changes) throws an error "Compile Error: Cant find project or library."
    TRIM is highlighted in the following code:  (See below for the whole sub)
    If Trim(Worksheets("Measurements").Cells(RowCounter, ColumnCounter).Value) <> "" Then
                    If RowCounter > PrintRowMarker Then
                        PrintRowMarker = RowCounter
                    End If
                    If ColumnCounter > PrintColumnMarker Then
                        PrintColumnMarker = ColumnCounter + 1
                    End If
                End If
    I have added in the following references into Excel via the big button in the upper left and the "Excel Options" screens:
    Analysis Toolpak and Analysis Toolpak-VBA.  The sheet "Measurements" is present.
    1)  Are these the right packages for the TRIM function?
    2)  Is there a different Add-in that is needed?
    3)  Is there an additional step I must use to actually add in these packages?
    4)  Is there something else I should do?
    Thanks-
    Loralee
    P.S. Access 2003 finds (it's version of) TRIM fine- so a version is on the machine.  This spreadsheet if failing in the same way on 2 machines- both with Office 2007 installed.
    Private Sub BtnPrint_Click()
        Dim RowStarter  As Integer      'Where to start checking rows for content
        Dim RowCounter  As Integer      'The current row being checked
        Dim ColumnCounter  As Integer   'The current column being checked
        Dim PrintRowMarker  As Long   'The last row with data
        Dim PrintColumnMarker As Long 'The last column with data
        Dim NoMoreData As Boolean       'Look for a blank record
        Dim RangeValue As String        'Define the range string value
        Dim EndRangeValue As String
        PrintColumnMarker = 0
        PrintRowMarker = 0              'Initialize the row printing marker
        RowStarter = 5                  'Print Starting Point
        For RowCounter = 2005 To RowStarter Step -1
            For ColumnCounter = 50 To 2 Step -1
                If Trim(Worksheets("Measurements").Cells(RowCounter, ColumnCounter).Value) <> "" Then
                    If RowCounter > PrintRowMarker Then
                        PrintRowMarker = RowCounter
                    End If
                    If ColumnCounter > PrintColumnMarker Then
                        PrintColumnMarker = ColumnCounter + 1
                    End If
                End If
            Next ColumnCounter
                If PrintRowMarker > 0 Then
                End If
        Next RowCounter
        EndRangeValue = IndexToString(PrintRowMarker, PrintColumnMarker)
        RangeValue = "$A$1:" & EndRangeValue
        Worksheets("Measurements").PageSetup.PrintArea = RangeValue
        Worksheets("Measurements").PageSetup.PrintGridlines = True      'Turn on gridlines
        Worksheets("Measurements").PrintPreview                         'PRINT THAT PUPPY!
    End Sub

    Appears OK to me but the error message " Cant find project or library." suggests it could possibly be the references in VBA.
    In VBA select menu item Tools - References.
    Ensure that the following are checked:-
    Visual Basic for Applications
    Microsoft Excel 12.0 Object Library
    OLE Automation
    Microsoft Office 12.0 Object Library
    It there are any references displayed as Missing then scroll down to find the equivalent reference and check it and then uncheck the Missing one/s.
    Regards, OssieMac

  • Compiler error: Code could not be generated

    When I tried to run the example.VI (attached) there was an error:
    Compiler error. Report this problem to NI Tech support
    copy cvt, csrc = 0X40
    bad mode in _GenCopyCOnvertNumCode xc = 0X40
    Could anyone help me in this regard.,
    Thanks in advance
    Rajesh
    Attachments:
    example_test.vi ‏44 KB

    Hi,
    If I understand correctly, all you want to do is to convert a single to a
    binary string.
    The attached VI does this. It can be turned into a subvi very easily.
    Regards,
    Wiebe.
    "Intern" wrote in message
    news:[email protected]..
    > Hi Wiebe,
    > I use LV6 and fortunately the VI runs after I changed array
    > initialisation of the last 2 inputs. But there prevails a new problem
    > in my example VI.
    >
    > There are 2 more inputs which are in single precision mode. Say,
    > N and M are the 2 inputs.
    >
    > eg.,
    > N = 40
    > M = 5
    >
    > I want the numerical conversion of those inputs as 7 bit binary value.
    > N = 40 ---> 0101000
    > M = 5 ---> 0000101
    >
    > I could convert the I/P into U8 or I8 type in wh
    ich there prevails
    > another zero at the MSB that is not interesting for my application. I
    > have also attached the updated VI along with this email. You could see
    > the inputs which are in single precision mode and the required output
    > is a 24 bit word.
    >
    > N --> 7 bit
    > M --> 7 bit
    > V --> 1 bit
    > X --> 2 bit
    > R --> 2 bit
    > n so on..
    >
    > Help me in this regard.
    >
    > Thanks in advance.
    > Regards
    > Rajesh
    [Attachment Single to Binary.vi, see below]
    Attachments:
    Single_to_Binary.vi ‏17 KB

  • LV 2011 (and LV 2012) Compiler Error. Invalid size in _InstSize: 21

    I created a subvi in LV8.5 to handle user interface events outside a main vi. The subvi gets the control references which are registered for events, by a queue all actions are sent to a consumer case, nothing fancy. Everything works fine in LV8.5, but now I took all over to LV2011SP1 on a Windows 7 64bit and I get always the same error:
    "Compiler error. Report this problem to National Instruments Tech Support. Invalid size in _InstSize 21"
    that pops up 3 times. I tried to open the same code also in LV2012, same error... When trying to isolate the problem, I found out that by disabling code in the 3 biggest consumer cases I can get rid of the warning, but then I can't reduce the problem to one single element...
    Any ideas? 
    Solved!
    Go to Solution.
    Attachments:
    Compiler error. Invalid size in _InstSize 21.png ‏7 KB

    DavidZ. wrote:
    I created a subvi in LV8.5 to handle user interface events outside a main vi. The subvi gets the control references which are registered for events, by a queue all actions are sent to a consumer case, nothing fancy. Everything works fine in LV8.5, but now I took all over to LV2011SP1 on a Windows 7 64bit and I get always the same error:
    "Compiler error. Report this problem to National Instruments Tech Support. Invalid size in _InstSize 21"
    that pops up 3 times. I tried to open the same code also in LV2012, same error... When trying to isolate the problem, I found out that by disabling code in the 3 biggest consumer cases I can get rid of the warning, but then I can't reduce the problem to one single element...
    Any ideas? 
    Try to inline the subvi's.
    Try making them reentrant.
    Mass compile.
    Press ctrl-shift-arrow to force recompile of the entire vi call hierarchy.
    Try separating the source from the binary.
    Br,
    /Roger

  • "Compiler error. Report this problem to NI." LV7.0

    I get the error "Compiler error. Report this problem to NI; nmx unbundler bad sea/eea or edisp-sdisp=0x4".
    I generated a test vi, where you can reproduce the error.
    The error happens, when saving or running the vi.
    This kind of error is happening in LV6.0, LV7.0 and LV7.1, maybe also in other versions (see posting in NI-zone).
    NI: I think it´s time to correct the error now.
    Attachments:
    TestVariantError3.vi ‏29 KB

    Hi,
    What is happening is that the data type of the variant is not compatible with the data type wired to the type input because the variant does not have any data type at all.
    To solve the problem you need to give the variant a data type AND whatever you wire to the type input must match this data type.
    I am attaching a VI to show you what I mean.
    In one side it's a an user error but in other side it's a LabVIEW bug...
    regards,
    Thomas Sandrisser
    NI Germany
    http://www.newgistics.com
    Attachments:
    TestVariantError3.vi ‏27 KB

  • Getting Compile error in hidden module: Module_starter.

    Hi,
    I am trying to create a report from BIP using OBIEE.
    In OBIEE, I have created and saved an Answer.
    From MS Word, after logging into BIP, I chose Workspace as "Oracle BI". Then I select the Answer that I had created earlier. When I try to save this answer as Oracle BIP report, I get error "Compile error in hidden module: Module_starter."
    Any idea what's going wrong here?

    Security Update for windows XP (KB936021)

  • Compile error in hidden module: module starter  (Urgent)

    Hi Experts,
    I am trying to logon to my word document template which was working fine before and now i am getting the error compile error in hidden module: module starter any advise or help can be greatly appreciated. I am using word 2010 and OBIEE version 11.1.1.5
    Thanks,
    RC

    I was getting same error and able to resolve this problem by following below steps. I have windows 7 and office 2007.
    1. Uninstall BI Publisher. Check if all BI Publisher files are clean-up from your computer. Look for template file under C:\Users\UserID\AppData\Local\Oracle\BIPublisher\TemplateBuilderforWord and C:\Users\UserID\AppData\Roaming\Microsoft\Word\STARTUP. Recommended cleaning of temp folder under Window directory.
    2.     re-install BI publisher.
    3.     Rename MSComctlLib.exd file to MSComctlLib.exd_bak from “C:\Users\UserID\AppData\Roaming\Microsoft\Forms” directory. I have windows7, Path will not be same on other OS. Recommend searching for this file.
    4.     Restart MS Word, then click on Add-Ins->Oracle BI Publisher->Log On.
    Hope this will help.
    Edited by: user6107479 on Apr 25, 2012 1:47 PM
    Edited by: user6107479 on Apr 25, 2012 1:49 PM

  • Upgrade from 6.40 - 7.10, Analyzer giving compile errors

    We are testing out an upgrade to SAP GUI 7.10 (SP 9, V7100.2.9.1039), BEx (SP7 P1 R1352).
    When running queries in the Analyzer, we get the following error "Compile Error: Can't find project or library" and the VB editor pops up to the following VB code:
    Public Function BEx() As BExApplication
      Set BEx = Application.Run("BExAnalyzer.xla!GetBEx")
    End Function
    I can shut down the debugger and the results are available but the VB windows continually pops up when any modifications are made to the report.
    The following shows up in the trace although I'm not sure if it is related:
    * Trace Started as: 10/10/2008 10:11:17 AM*
    ListSeparator: ,
    ExcelVersion: 11.0
    AddinVersion: 7100.3.701.1352
    BExCheckFrontend.CheckFrontend: No Check performed (20081003) 0
    Errors while executing the 7.0 exit : SAPBEXonRefresh
    -2146788248
    Exception from HRESULT: 0x800A9C68
       at Microsoft.VisualBasic.CompilerServices.LateBinding.InternalLateCall(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack, Boolean IgnoreReturn)
       at Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateCall(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, Boolean IgnoreReturn)
       at com.sap.bi.et.analyzer.addin.BExItemGrid.CallExitSAPBEXonrefresh()
    -------------------10/10/2008 10:20:39 AM-------------------
    System.Runtime.InteropServices.COMException (0x800A9C68): Exception from HRESULT: 0x800A9C68
       at Microsoft.VisualBasic.CompilerServices.LateBinding.InternalLateCall(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack, Boolean IgnoreReturn)
       at Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateCall(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, Boolean IgnoreReturn)
       at com.sap.bi.et.analyzer.addin.BExConnect.FindLF(Object& iRange, Object& eRange)
    Exception from HRESULT: 0x800A9C68
       at Microsoft.VisualBasic.CompilerServices.LateBinding.InternalLateCall(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack, Boolean IgnoreReturn)
       at Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateCall(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, Boolean IgnoreReturn)
       at com.sap.bi.et.analyzer.addin.BExConnect.FindLF(Object& iRange, Object& eRange)
    Any debug ideas or suggestions would be appreciated.
    Thanks

    Hi Adam,
    Can you please check that the following settings are correct in Excel.
          1. Make the following setting in Excel:
              o Tools
              o Macros
              o Security
              o Trusted Sources
              o [x] Trust Access to Visual Basic Visual Basic Projects (CheckBox))
    Also ensure that the default macro security setting is set to "Low".
    Let me know how you go.
    Cheers
    Shaun

  • Compiler Error in achacks.as assmebly code

    Simply declaring a variable to a specific compiled c-library class yeilds the following error:
    [Compiler] Error #1084: Syntax error: expecting identifier before modulus.
       1852.achacks.as, Ln 33031, Col 16:
            xor     %esi, %esi
    The swc produced is unusable.
    Does anyone know anything more about this error?
    Thanks,
    Bo

    Your library uses x86 assembly.  Probably the assembly is only included when you declare that variable because it is indirectly referenced by the constructor of the class you are trying to declare.  When you don't reference the class, the code for it is not linked.
    Alchemy, despite telling code that it is i386, cannot link or run x86 assembly.  You should find the assembly in your library and somehow remove or disable it.  XIXs came up with a nice set of CFLAGS to identify all assembly in unfamiliar code.

  • Compile Error - No Spill Candidate Found

    Hi,
    Im trying to create a FPGA vi using the high throughput math in Labview 2009. However whenever I click save or run, i get the following error: -
    "Compile error. Report this problem to National Instruments Tech Support
    out of regs - no spill candidate found, reg 969!"
    This error occurs when I have any of the high throughput stuff in my vi, however as soon as delete them, the error disappears. Can anybody help,
    Thanks,
    Mark

    Find attached.
    Attachments:
    Servo_FPGA10.vi ‏228 KB

Maybe you are looking for

  • Vendor return material (urgent)

    Pls guide me Vendor return Business Process. What I know:- eg I do the GR for 10 Nos. of any material, Then IV will be done. But some reason Management is decide that 5 Nos. of material has been return to vendor. then I made a PO for Vendor Return. t

  • Computor restarting while trying to open new software programs!

    Okay!  The MSI 7094 motherboard is an old board and I only use it as a secondary option but this is the first time I have ever encountered this problem so I'll try to explain. I boot up, fine, then I go on-line, fine, I can browse the web without any

  • How do I replace my uncle's itunes library for mine (without deleting it!?)

    The laptop I have my itunes on is breaking down slowly and I want to get more music on my phone but I can't use my laptop as it won't work. My uncle's itunes library is on our computer but I don't want to sync with his stuff and lose mine. But I also

  • Delete button in iTunes 10.4 does not respond

    Using PB with OS10.5.8. Installed iTunes 10.4 and now am unable to delete podcasts that have been downloaded. The delete option is greyed out as is the cut option under Edit. Tried trashing the file from user file but it made no difference except now

  • Error Message with Form Sending

    Hi there, My form is working fine and the PHP is fully functional, however I get this error message once the form has been submitted. Error: Error #2101: The String passed to URLVariables.decode() must be a URL-encoded query string containing name/va