Why error in "NIReport.llb"?

Hi all!
I´m using Labview 8.0 and I having problems when I close my program. Basically I created a sub VI to print some datas and always when I want quick the program this message appears:
Print HTML Report using IE.vi has unsaved changes.
Save - All
Don´t save - All
And in the list of unsaved changes there are these changes:
.VI recompiled
.NET or Active X component modified since last VI save
What is the problem and how should I proceed to solve it?
Greetings!

I think that this is due to your version of IE being different than the one that was available to the developer.  You can get rid of this by mass compiling the report VIs or just accepting the SAVE ALL selection.  If you have done the save all and it persists in giving you this message, you may need a different answer.
Hope that this helps,
Bob Young
Bob Young - Test Engineer - Lapsed Certified LabVIEW Developer
DISTek Integration, Inc. - NI Alliance Member
mailto:[email protected]

Similar Messages

  • Problem with NIReport.llb\Print HTML Report using IE.vi on different machines

    We have 5 machines here in our workgroup which have the same state regarding security patches and other system updates. We recently found out that there is a problem with the NIReport.llb\Print HTML Report using IE.vi on the different machines.
    If I would open the VI on MachineA the control could be loaded. If I would open the VI on MachineB the control could be loaded. If I would copy the VI from MachineB to MachineA and open the VI the control could not be loaded. If I would copy the VI from MachineA to MachineB and open the VI on MachineB the control could be loaded. MachineB could load the version from MachineA and MachineB but on MachineA only the own version will load. I have seen that both versions have the same GUID for the Microsoft Webbrowser but are different in some other aereas.
    Since printing HTML Reports is part of the application which will be distributed as application I want to know if someone else have seen such a behaviour or has got problems distributing an application.
    Also I want to know which additional information is stored in an Active-X container about the control beside the GUID.
    We have Win XP Prof SP2 with MS IE 6.0.2900.2180 on all machines in the workgroup.
    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

    Hi Tom,
    this is the VI <vi.lib>\Utillitiy\NIReport.llb\Print HTML Report using IE.vi copied from a machine that can load and run the VI and it will print. On this machine the control in the VI is white.
    This VI will give the "Control could not be loaded" message on my machine.
    The file shdocvw.dll is 2006-10-23 16:18 size 1.460 KB and I verifyed that both machines have the same version of this file.
    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
    Attachments:
    Print HTML Report using IE.png ‏11 KB

  • All ALE configuration are right, but why errors in idocs?

    hi any anybody explains why error are occurs in IDOCs when all ALE setting are ok. please explain any scenario

    Hi,
    One of the commonly occuring error status - 26(Syntax error in Idoc) Outbound
    The reason for the occurence of this error is mostly related to the structuring of the segments in the IDoc, the normal structure should have a parent segment followed by the sub segments but in cases when that fails to happen, the Idoc is in 26 status. For correction of this error goto WE30 and check if the mandatory segment is checked.
    status 51(Application Document not posted) Inbound
    This normally occurs due to the incorrect data being populated in the segments or it could also be related to serialization.
    ~Krithika

  • Why error 21?

    My ipod touch wont restore. i get error 21 message Why?

    Error 20, 21, 34, 37: These errors typically occur when security software interferes with the restore and update process. If you are using a PC, follow this article to resolve this issue.
    from:
    http://support.apple.com/kb/TS3694

  • Trying to start the j2ee to be the JMS provider but why error

    Anyone knows why I can't start the j2ee ..which I hope to use it as the JMS provider. I am trying to try the e.g. from JMS tutorial....
    But it seems that I can't start the j2ee in the first place 'cos error say that I have another instance running...(but I didn't start anything in the first place). How should I solve this?
    How could I stop the j2ee server....I tried the command
    j2ee -stop but cannot..
    Anyone can help?
    AG
    G:\jmseg\simple>j2ee -verbose
    J2EE server listen port: 1050
    java.lang.RuntimeException: Could not initialize j2ee server. Possible cause cou
    ld be another instance of the server already running.
    at com.sun.enterprise.iiop.POAProtocolMgr.initializeNaming(POAProtocolMg
    r.java:134)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:227)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:918)
    java.lang.RuntimeException: Could not initialize j2ee server. Possible cause cou
    ld be another instance of the server already running.
    at com.sun.enterprise.iiop.POAProtocolMgr.initializeNaming(POAProtocolMg
    r.java:134)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:227)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:918)
    java.lang.RuntimeException: Could not initialize j2ee server. Possible cause cou
    ld be another instance of the server already running.
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:355)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:918)
    J2EE server reported the following error: Could not initialize j2ee server. Poss
    ible cause could be another instance of the server already running.
    Error executing J2EE server ...
    G:\jmseg\simple>

    I got exactly the same message when I tried to start j2ee server... It worked fine the second time round though, So I suggest you try it again.
    tim..

  • Why error message?

    I am attempting to learn to do in Flash some things I have
    typically done in Director. Needless to say, it's been a tough go.
    I have been using some of the Lynda.com stuff and it's been
    helpful, but I now have a problem I can't figure out. I am using a
    script that Lynda.com uses in their tutorial movies. I copied it
    (except using my names for things, of course) and from what I can
    tell, I did it correctly, but I keep getting an error message. Here
    is my action script (in it's own layer):
    stop();
    function onIntroClick(evt:MouseEvent):void {
    gotoAndStop("intro");
    introbut2jpg.addEventListener(MouseEvent.CLICK,
    onIntroClick);
    It's just a graphic I turned into a button that should jump
    to the frame labeled "intro" and stop there. Works great in the
    tutorial, but I get:
    Location: Scene = Scene 1, layer = Actions, frame=39, Line 3
    Description: The class or interface 'MouseEvent' could not be
    loaded.
    Source: function onIntroClick(evt:MouseEvent):void {

    Here is the code for all 3 buttons playing the flvs:
    stop();
    var tl:MovieClip = this;
    function onIntroClick(evt:MouseEvent):void {
    tl.gotoAndStop("intro");
    intro_butjpg.addEventListener(MouseEvent.CLICK,
    onIntroClick);
    stop();
    function onTeachingClick(evt:MouseEvent):void {
    tl.gotoAndStop("teaching");
    teachbut.addEventListener(MouseEvent.CLICK, onTeachingClick);
    stop();
    function onMentalClick(evt:MouseEvent):void {
    tl.gotoAndStop("mental");
    mentalbut.addEventListener(MouseEvent.CLICK, onMentalClick);
    I don't understand why it works with 1, then with 2, but not
    with 3.

  • Please tell me why error is comming in select query

    Hello Experts... please tell me why the error is comming at mblnr in s_mblnr.and also tell me the solution for the same.
      SELECT a~mblnr
             a~bwart
             a~matnr
             a~werks
             a~lifnr
             a~menge
             b~budat
             INTO TABLE it_out
             FROM mseg AS a INNER JOIN mkpf AS b
             ON amblnr = bmblnr
             WHERE werks = p_werks
               AND bwart IN s_bwart
               AND mblnr IN s_mblnr  " here error is comming pls tell me how to correct. here s_mblnr is selectoptions.
               AND matnr IN s_matnr.
    Thanks for all the replies

    Hi use the below code..
    make sure from which table you are selecting the colums (fields)..
    SELECT a~mblnr
    a~bwart
    a~matnr
    a~werks
    a~lifnr
    a~menge
    b~budat
    INTO TABLE it_out
    FROM mseg AS a INNER JOIN mkpf AS b
    ON amblnr = bmblnr
    <b>WHERE a~werks = p_werks
    AND a~bwart IN s_bwart
    AND a~mblnr IN s_mblnr
    AND a~matnr IN s_matnr.</b>
    Hope it will solve your problem.
    <b>Reward points if it is useful.</b>
    Thanks & Regards
    ilesh 24x7

  • Why error message she trying to install AirPort software 6.0

    Why do I get an error message she trying to install AirPort software 6.0 over 5.5.3.

    And that message is exactly? I hope you are aware that you are trying to install software from the stoneage and it may simply no longer be compatible...
    Mylenium

  • Why Error 17068, invalid arg in call: SetRowBufferAt

    I am trying to "copy" from one result set to another, updatable, result set and keep getting the error in the subject. Any idea why?
    I have fromCatRs which I have verify is opened, has data, and is on the row I want to "copy".
    I have toCatRs which I have verify is opened, updatable, etc.
    I enter the following code snip with
    toCatRs.moveToInsertRow();
    int numColumns = fromCatRs.getMetaData().getColumnCount();
    // I start copying data.
    toCatRs.updateString( "CATCD", fromCatRs.getString( "CATCD") );
    and I get the following error.
    SQLException:
    Message: Invalid argument(s) in call: SetRowBufferAt
    SQLState: null
    ErrorCode: 17068
    Any ideas greatly appreciated.
    null

    Hi Baji,
    I guess its a typo, please cross check again.
    OdiImportObject -FILE_NAME=/opt/Dem-Hyp-PIP/AIA24/F
    P249/PIPS/Core/DIS/DemantraHyperion/ODI Master Repository/CONT_HyperionToDemantr
    aContext.*xml* -IMPORT_MODE=SYNONYM_INSERT_UPDATE ...
    Thanks,
    G

  • Why error??

    i got an error message
    says like that
    code too large
    why is that how do i fix it
    thabks in advance

    Where is the 64Kb limit specified? I have run into a
    similar problem with the initialization of large data
    structures; specifically, an array mapping the
    Unicode BMP characters to a LineBreak class. I am
    staggered to think that large arrays cannot be
    initialized.I don't think you are having the same problem. What exactly is your error message? Out of memory? Please start a new thread for your probably new topic.

  • Exe build error involvving internal.llb

    Hi all,
    I have built many exe's, but for some reason this one is being difficult!  I get an error which states:
    Error 1003 occurred at \\Rochester\mtp\Test Rigs\NC4\NC4 Air Cap\Code Development\Air cap v2.0\exe\internal.llb\Air Cap inspection Rig v2.1.vi
    I have reviewed many forum posts which suggest that one of the sub vi's is not executable.  The main vi and all of the sub-vi's will execute in the labview environment.  I have tried a forced compile and even a mass compile.  All to no avail.  This problem occurs on two different PC's and other similar vi's build fine, so I assume it is not a problem with the builder.
    I am using LabVIEW 7.1, Vision 8.0 and IMAQ 3.5.1: see attached report for good measure.
    Can you help?
    If you need the sub vi's let me know.
    Dan
    Solved!
    Go to Solution.
    Attachments:
    Air Cap inspection Rig v2.1.vi ‏253 KB

    HI Dan,
    Thank you for your post, I have been investigating into your issue and the error code 1003 means:
    1003
    The VI is not executable. Most likely the VI is broken or one of its subVIs cannot be located. Open the VI in LabVIEW using File»Open And verify that it is runnable.
     This may occur because one of your variables is spelt slightly different to what the code is expecting, or because one of your enum typedefs has an empty element.
     By any chance are you using Microsoft word, Excel, RT, or the report generation toolkit?  
     If so you need to include more files to make it work as an .exe.
    Also it may help if you:
    Enter the ‘my advanced properties’
    Check the Enable debugging option in the Advanced category of the application executable properties.
    Uncheck the Disconnect type definitions and remove unused polymorphic VI instances.
    Here are some links that may help you:
    http://digital.ni.com/public.nsf/allkb/C79C2050F520BC4F86256D96007CF35F?OpenDocument 
    http://digital.ni.com/public.nsf/allkb/705C2ECA081F3C7986256C0F00559B02 
    If these can’t help could you please send a screenshot of the error message and section of code.
    I have also noticed that you have posted this on another forum page please could you reframe from double posting in future. http://forums.ni.com/ni/board/message?board.id=170&message.id=357791
     Regards,  
    Message Edited by J POWER on 10-06-2008 05:35 AM
    Jordan Power
    Applications Engineer
    National Instruments

  • HT5192 why error when i update it ??? faill

    when i update my VR 5.0.1 up to 5.1 it dosnt scueed they tell me error failed tp update
    and there to choise Setting or cancel
    if i put at setting its just go back to the soft update page !! please help me

    Two possible reasons why you can't update:
    Are you sure you have a 3rd gen and not a 2nd? Go to Settings > General > About > Serial Number to get your serial number, then enter it here: http://support.apple.com/specs/
    Has your iPod ever been jailbroken?

  • Why  error code 1009 again? i know what is it but...

    before this i say to apple that turn of error code 1009 and apple turn it off but now again it happens why? for what? i am just a 17 years old boy that want to play with his ipad when i dont have to study but now how can buy new games i have 4$ in my acount now but becuse of this i cant use it why?
    please please please get this error out of our why...
    if you do this the people that cant accses app store will jailbreak their idevice
    me? no i dont want to jailbreak becuse its bad and now i am here with my ipad 4 wifi 32 gb ios 7.0.2 and i am saying please get this error out of the way i know i am just one guy but everyone dosent have the guts to say this to you apple but i have:
    plaese get this error out of the way
    please

    You will only be able to use your US account when you are in the US, the terms of use of each country's store say that you need to be in the country e.g. for the US :
    The App and Book Services are available to you only in the United States, its territories, and possessions. You agree not to use or attempt to use the App and Book Services from outside these locations. Apple may use technologies to verify your compliance.

  • Why error here?

    Hello
    i dont understand the error of these lines, why there are such these error in java but not c and c++
    int ch=0;
    if(ch!=0)
    String[] str={"a","b","c"};why we can not define a string within a if statement?
    thanks in advance

    Hello
    i dont understand the error of these lines, why there
    are such these error in java but not c and c++
    int ch=0;
    if(ch!=0)
    String[] str={"a","b","c"};why we can not define a string within a if
    statement?
    thanks in advanceYou can define a String array in an if-statement; however, you have to have some code other than just a declaration. The only place that String array can be used is in the body of the if-statement (its scope).
    // I did not try to compile this so there could be type-o's
    if (ch!=0) {
        String[] str={"a","b","c"};
        System.out.println(str);
    }

  • Why error code 1009 again ?

    i was using  appstor in my ipad for 5 weeks and now...error code 1009 why dose it happen again...? please don't delete my post i just want to say to apple: please...please don't do this not for me but for everyone seeing this error please apple turn off this error

    i know and i am now in another location and i want to know why apple turn on error code 1009 its really bad
    becuse i can not download anything and iwas going to buy an itunes gift card for myself then this error comes!!

Maybe you are looking for