Problems understanding workarounds for 192804

Hello,
i have a problem that looks very similar to that described in "Known Issue #192804" (http://www.ni.com/white-paper/13164/en#192804_by_Category).
The Problem is I don't quite understand the workarounds (For example, what is a "prim"?, or what is meant by "use this constant as the new type for the variant", a typedef? or what?).
Could anybody be so kind and make a short example VI how this Workarounds would look in a VI?
Many thanks in advance.

"prim" is a common abbrevation for "primitive" which are most (if not all) 'yellowish' block diagram functions. So this refers to the yellowish "Variant To Data" function.
The bug obviously is that the type is modified during compilation. By recreating it, you force LV to recompile the code and this should resolve the issue. But the 'type' you wired must be created new.
So the procedure suggested here is to open a new VI. Drop the "Variant To Data" and connect the constant data type you were using (copy) from your original VI. Run the new VI once. Create an indicator on the "data" output of "Variant To Data", cut it out and put it into your original VI. Change it to a constant, remove the "datatype" constant and use the new constant instead....
I think, suggestion 2 should be quite clear.
Norbert 
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.

Similar Messages

  • Crosstab problem:  Any workaround for that?

    Post Author: jef.zapata
    CA Forum: Charts and Graphs
    Hi,
    I've got a mater report, in which I use a subreport as detail. My subreport consist as a crosstable. For each record of the master report, I pass in parameter a key to the subreport to get the appropriated crosstable. The problem is that for one crosstable, I can get multiple page, and when printing/previewing the master report, if the record row returns a crosstable on multiple page, I only got one page print: the next ones are missing.
    Is there a way to prevent that? Is there any workaround? maybee its my method that is not the best one to use in this case...
    Thanks!

    Define working perfectly.
    Just because it's using an index doesn't mean it's efficient.
    One proper solution here is to create a function-based index to reverse the string.
    You could use the undocumented, unsupported REVERSE function to test but as a proper implementation you should probably implement your own reversing function.
    That way, instead of a leading wildcard, you end up with a trailing wildcard and you can use an appropriate index when suitable.
    e.g. something like
    CREATE INDEX i1 ON t1 (REVERSE(col1));
    SELECT *
    FROM    t1
    WHERE REVERSE(col1) LIKE REVERSE('%Value');

  • Users of imovie experience a lot of problems and crying for help and no one at Apple did not respond I do not understand how a company like Apple puts experts to help users Please note that anonymous experts in Internet offer their help for money

    Users of imovie experience a lot of problems and crying for help and no one at Apple did not respond
    I do not understand how a company like Apple puts experts to help users
    Please note that anonymous experts in Internet offer their help for money

    Users of imovie experience a lot of problems and crying for help and no one at Apple did not respond
    I do not understand how a company like Apple puts experts to help users
    Please note that anonymous experts in Internet offer their help for money

  • Workaround for the Fade/Appear blocky text problem in IE

    Just wanted to share with folks a workaround for the IE
    "blocky text" problem that you see when using Fade effects like the
    one used in this example:
    http://labs.adobe.com/technologies/spry/samples/data_region/DetailRegionEffectsSample.html
    It turns out if you set the 'background' CSS property on the
    element you are fading, that IE properly renders the text. So to
    fix the effects sample above, all you would have to do is modify
    this CSS rule in the file to place a background color on the
    description region to get things to look good in IE:
    #description {
    opacity: 0;
    filter: alpha(opacity=0);
    background: white;
    So if folks have been avoiding the use of effects because it
    makes things look terrible in IE, you now have a workaround.
    --== Kin ==--

    I was using spry's AppearFade effect to transition between
    "slides" in what equates to a viewstack that I created.
    Then I noticed that it would take bold text in IE and make it
    look all smudgy or blurry.
    Well, after working on it for a while, I got to thinking,
    "This problem is specific to text rendered in MicroSofts
    browser"... "Hmmm, I wonder".
    So, I tried using this style rule: [ font-family:"MS Sans
    Serif",Arial, Geneva, sans-serif; ].
    Lo and behold, feed the stupid MS browser an MS font and it
    does not blur the text.
    I just wanted to get this our there. Because someone might
    want to solve this in a way where they don't have to set a
    background color...

  • Workaround for IE active content problem?

    Adobe
    posted
    a workaround for existing web pages to respond to the change in
    IE that requires users to manually activate Flash content. I tried
    doing the same document.write in an external file for the HTML
    files FlashHelp generates wherever I found the <object> and
    <embed> tags, but I get a script error ("Object expected") in
    the lines where I call the function. (The solution worked for me in
    simple HTML pages with Captivate movies, so I know it can work.)
    The only reason I can think of that it won't work is that the
    scripts are concatenating strings, not just showing a movie where
    the <object> and <embed> tags are. Has anyone found a
    workaround for FlashHelp so users don't have to manually activate
    the top and left panes? I put in a "wish" for Adobe to provide a
    solution on the site and later in an update or new version of
    RoboHelp (which is another issue in and of itself), but who knows
    when the developers will be able to come up with it. Thanks!

    Thanks for asking, Mimi. Here are more specific steps:
    1. Open Notepad or another program for creating text files.
    2. Create two functions. For example:
    function insertMaster1() {
    function insertMaster2() {
    You can call your functions anything you want, but the names
    must be different. Note that for the moment, they're empty, but
    we'll change that in a minute.
    3. Save the Notepad file with a JS file extension (for
    example, runactive.js). In Notepad, specify “All Files”
    for “Save as type” so that it doesn’t save as a
    TXT.
    4. When you generate your FlashHelp system, it creates a
    bunch of HTM files containing JavaScript in the destination folder
    you specified when generating your output. Locate wf_master.htm and
    wf_navpane.htm in the output folder. (If you leave RoboHelp to use
    its defaults, it puts your help system in an !SSL!/FlashHelp
    directory within your project folder.)
    5. Open wf_master.htm.
    6. In the <head> tags, insert a line that references
    your JS file:
    <script language=“JavaScript”
    src=“runactive.js”></script>
    7. Find the lines in the code that look like this:
    // Insert the “Master” SWF
    8. Highlight everything AFTER this commented-out block until
    the </script> tag. The last thing you highlight should be
    "document.write(strObject);".
    9. Cut the highlighted code and paste it into the first
    function in your JS file so it looks like this:
    function insertMaster1() {
    // Build up the variable string we will be sending
    strFlashVars = "uniqueHelpID=" + parent.UniqueID();
    ……(more code)
    document.write(strObject);
    10. In the place where you just cut all that code out of
    wf_master.htm, insert a call to the function:
    insertMaster1();
    That’s all you need because all that code you just
    moved was already in <script> tags in the HTM file. The
    </script> tag should come immediately after this function
    call.
    11. Open wf_navpane.htm.
    12. Repeat steps 6 – 10 for wf_navpane.htm. The code
    we’re concerned with in this file looks almost exactly like
    that in wf_master.htm, but there are a few lines less this time.
    Put the code you take out of wf_navpane.htm into the second
    function in your JS file. Where you cut out the code from
    wf_navpane.htm, put a call to the second function (it should come
    right before the end of the <script> tags):
    insertMaster2();
    13. Save your JS file and the two HTM files.
    14. Whenever you re-generate your output, RoboHelp is going
    to erase your new versions of these HTM files and create its own
    again. Copy your new versions of wf_master.htm and wf_navpane.htm
    to another location (can be a folder within your output folder).
    Now you have them so you can paste them back over RoboHelp’s
    versions each time you finish generating your output. For example,
    I would stow my wf_master.htm and wf_navpane.htm in a folder called
    "drop files." Then, after I get done generating my output, I copy
    those files and paste them in the output folder, letting them save
    over the ones that RoboHelp created.
    15. To test it once you've finished the swap, find the HTM
    file in your output folder that is named after your project. For
    example, if my project is called flying_monkey, I would find
    flying_monkey.htm. Open this HTM file in Internet Explorer, and you
    shouldn’t have any messages telling you that you have to
    press Enter or Spacebar or click on the panes to activate them.
    This runs from the same basic idea as Adobe’s
    workarounds for Flash—we’re going to a file external to
    the HTM files for the active content tags. Hope you find this
    useful! Let me know if you run into any problems.
    --Ben

  • Better workaround for the whine problem

    I have discovered a workaround for the commonly reported electronic whine in the MacBook Pro.
    As most will know, if you open PhotoBooth and run it in the background it will get rid of the whine. I also noticed that the same worked in ANY application that uses the iSight.
    So, looking around the Apple website for widgets I stumbled across this . . . .
    http://www.apple.com/downloads/dashboard/webcams/mirror.html
    It solves the problem!!!!! Runs in the background, in the Dashboard, takes up no resources also!!
    Regards,
    Tom

    Didn't read that whole thread on the issue did you?
    It also kills your battery life.
    The issue I don't believe is related to the CPU directly but is related to the overall power drain on the system..it seems anything that causes the system to use more power 'solves' the problem.

  • Workaround for Canvas.removeCommand Sony Ericsson problem wanted

    Is there a workaround for this problem (Sony Ericsson Phones)? http://developer.sonyericsson.com/message/47012 It's about Canvas.RemoveCommand. When I remove and add commands old commands are sometimes left in the list of commands on the right menu button. I have a Sony Ericsson K610i. I added more repaint();'s only resulting in a list of 5 commands. The list i supposed to be 2 commmands but I usually get 2 valid + 1 old command in the list at this stage in my midlet.

    Well, I found a temporary solution. When you are having a conversation at iChat and want to leave it, don't close the conversation first, but try to close the headset pressing the button for a long time. The OS will get the message "Bluetooth Disconnected" but the next time the headset (open it again of course) will work!
    Try it!

  • Workaround for Firefox SVG hyperlink problem?

    I am struggling with the Firefox 1.5 specific problem when using drilldowns with SVG charts.
    In IE 6, Mozilla 1.7 and Firefox 1.0.7 it works fine, but not with Firefox 1.5.
    Whenever I click on a link in a chart the link will be opened inline on the same page similar to an IFRAME ( <img src="http://i1.tinypic.com/skzz9f.jpg" border="0" alt="Image hosting by TinyPic"> ) . I don't want it inline. Seems to be a problem with the EMBED tag and Firefox 1.5.
    Did anybody find a workaround for Firefox 1.5 and SVG?
    Thanks,
    ~Dietmar.

    Hi Carl,
    Thats awesome! Thanks :). Took me while to figure it out, but when I'm hooked on a problem, I usually don't give up that easily ;).
    I guess cross-browser SVG support still has a good way to go.
    That would be a good addition to the wiki.OK. Is linking to the blog article ok or shall I create a complete entry?
    ~Dietmar.

  • "Adobe has found a solution or workaround for the recent crash in Adobe Flash CC" ...not really.

    Hi guys,
    My Flash CC crashes all the time, it's always been doing it since when I started using it on CS4, and I've somewhat given up on this bug being fixed, it crashes at least 20-30 times every document I create. I'm using a Wacom Bamboo Fun Pen&Touch tablet and drawing a lot, I think the problem is that it can't handle this much drawing.
    Anyways, it just crashed and for the first time after reopening I found this nice message from Flash:
    "Adobe has found a solution or workaround for the recent crash in Adobe Flash CC.
    Please click here for further details."
    Excited, I clicked on it! At last, a solution! Amazing!
    ...but it just points to http://www.adobe.com/
    ... I don't understand.
    What's happening? I'm genuinely puzzled.
    Also, anybody else experiencing frequent crashes?
    Thanks!
    Ciao!

    Yes, this is not good -- you're already mad when it crashes, then "We found a solution!" But, for me clicking on the link does nothing - no link even to adobe, just a tease - nothing opens.
    It's bad enough crashing a couple times a day and losing work (I do save every chance I get), but then to get taunted with this bogus message, it's discouraging and exactly the best 'user experience' for a really expensive product from company that is all about helping professionals create good design/user experience ..
    I like the way this is headed though! it just doesn't work right now.

  • JDev team: is there a workaround for bug1482140?

    I would like to know if anybody has figured out a workaround for bug 1482140 which is listed in the JDeveloper 3.2.2 readme. It states that it is not possible to deploy EJBs to 8.1.7 running on Solaris. It also indicates that it should have been fixed in 8.1.7.1 but the list of fixed bugs in 8.1.7.1 does not include this one. When is this going to be fixed? Why is there no status on it in Metalink? Is there something clever I can do similar to the workaround given for deploying BC4J?
    Thanks for any help,
    Matt

    Uh, dude? What are you talking about? I've seen the workaround for the aurora_client.jar bit but I thought it only applied to BC4J as it says in the HOWTO under the JDEV docs. As for the 8.1.7.1b patch, this is the first I've heard of it. It doesn't help that searching for this bug under Metalink doesn't produce any results. The way I see it is that I should be able to enter the Bug number in Metalink, and it tells me what patchset the bug is fixed in. That mechanism seems to have broken down here. oh well, I have no problem with having to be told something twice, I'm not perfect. At least I have the stones to post messages with my name and email address Mr d. cheers.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by d:
    Matt's been told about both of those options previously and he does not understand !!<HR></BLOCKQUOTE>
    null

  • ITunes Match/iOS 7 iPhone music workaround for excessive data usage?

    I just got an email from AT&T indicating I had exceeded 150GB of home data usage this month. It was because I used my home wifi to download 5000 songs to my iPhone from iTunes Match to fill it.
    I'm frustrated, since it used to be so easy to make iTunes Match work for a large amount of music: In iOS 6 what I used to do (if I had to restore iPhone and set up as new phone): Plug iPhone 5 into computer, set up phone as new, check "manually manage music and videos" and "prefer 128kbps" and make sure iTunes Match was off in phone settings. Then drag & drop 5000 songs (about 40GB) from iTunes into phone. Once that was completed (a couple of hours), I could disconnect the iPhone from my Mac, turn iTunes Match to "on" in phone settings, and I'd get a message on the phone saying "All music on this device will be replaced" which is fine, but other than taking a while to update the remainder of my iCloud stored music, it used very little data.
    Fast-forward to this past weekend. After updating to iOS 7.0.2 and having to do a restore and set up as new iPhone, this approach didn't work: When the step came "All music on this device will be replaced," all of the 5000 songs entirely re-downloaded all over again, which took 27 hours and burned through 40+ GB of home data (not phone data, since I was on Wifi). I kept my phone at home, plugged in and on wifi all weekend so as not to burn through all of my LTE data.
    What is the deal? If I have to do this again (let's hope iOS 7.0.3 or 7.1 doesn't force my phone into recovery mode again), I certainly don't have the time or patience to let iTunes Match redownload all music again, and I certainly don't want to use up 40+ GB of home data.
    Is there a workaround for this? Have others been successful transferring music via computer first and then turning on Match without problem in iOS 7.0.2? I'm sure it worked that way in iOS 6, and without completely redownloading all the music again, since that process would have taken several hours and a lot of home data, and I have not had any problems like this prior to iOS 7.

    I think a better question is why do you "have to" restore your iPhone and set it up as a new device as often as you seem to? This seems to be more of a problem for you.
    I followup question is why do you have iTunes Match turned on if you're syncing all your music to your iPhone?
    Perhaps you should examine how you're using your iPhone and iTunes Match?
    brsedu wrote:
    Have others been successful transferring music via computer first and then turning on Match without problem in iOS 7.0.2? I'm sure it worked that way in iOS 6, and without completely redownloading all the music again, since that process would have taken several hours and a lot of home data, and I have not had any problems like this prior to iOS 7.
    To answer this question, yes I have. It has always worked this way for me.

  • Can someone help me find a workaround to get flash to work in XP Pro 64 bit, like there is a workaround for vista 64 bit?

    Can someone help me find a workaround to get flash to work in XP Pro 64 bit, like there is a workaround for vista 64 bit?
    I am trying to get rid of all my 32 bit apps because the more of them you run in 64 bit the less resources are available.
    Firefox has a 64 bit browser they call the Shiretoko build. I love it, it's twice as fast as a heavily tweaked 32 bit firefox. Java has a 64 bit plugin that works with it.
    The last holdout is Adobe.
    Microsoft is making Vista and Win 7 64 bit as easy and smooth as the 32 bit versions as a means to get people to start using them.
    Linux has a way to make flash work with 64 bit.
    Remember when we all had a 16 bit operating system and how much better things got with 32 bit?
    Adobe, it's time!.. don't you see that?
    Can someone help me solve my problem? Please?

    lostchild wrote:
    sorry but that doesnt help my options the guy i called said they discontinued the audigy 4 and 2. I dont know why he would say that but he said his supplier cant get them. Are they really discontinued? Also, isnt the audigy 2 zs or whatever its called for notebooks? i cant use an external one. Well not that i cant, i dont want to. I just want a good sound card mounted into my computer...
    Thanx in advance.
    no the audigy 2 zs is pci based. they have another called audigy 2 zs notebook and that's the one for laptop. if you can't find it from your vendor, you can always try getting it from someone else.

  • Problem generating stubs for Java EJB web service deployed in OAS

    I created an EJB web service and I've successfully deployed it in my Oracle App Server. Some of the methods work fine but others produce the ff error:
    org.apache.soap.SOAPException - java.lang.IllegalArgumentException: No Serializer found to serialize [classname] using encoding style [encoding]It seems that the objects specified as parameters in the web service methods exposed are the only ones that had stubs generated for them. Other objects I use, which are usually wrapped inside a Vector, did not have generated stubs.
    Example:
         public String loginUser(UserDTO userDTO) throws RemoteException, NamingException, SQLException;
    public String addItems (Vector vecItems) throws RemoteException, NamingException, SQLException; // where vecItems is a collection of ItemDTO objects     In this scenario, stubs were generated for the UserDTO class, but not for the ItemDTO class. In effect, calling the addItems method resulted to the exception I mentioned above.
    I did a workaround wherein I declared a dummy method which accepted all the types of objects I needed as parameters so all the necessary stubs can be generated, but this fix doesn't feel like it's the proper solution to my problem.
    If anyone can help me, it would be greatly appreciated. Thanks!

    Crossposted:
    Problem generating stubs for Java EJB web service deployed in OAS

  • Can´t access my files on Creative Cloud. "Page temporarily unavailable. We will return soon." "We are working quickly to resolve the problem and apologize for the delay. Check back later or visit our website for status updates. In addition, you can get he

    Hello,
    For a few days I have been trying to access my files on Creative Cloud web without success. I´ve got this message only:
    "Page temporarily unavailable. We will return soon."
    "We are working quickly to resolve the problem and apologize for the delay.
    Check back later or visit our website for status updates.
    In addition, you can get help in the forums of the Creative Cloud.
    Thank you for understanding!"
    (I used Google Translate)
    Somebody help?

    You do not need ?&promoid=KRUVP at the end of the url but it should not matter.
    One thing to check is if your hosts file is modified. Open the Command Prompt and type: notepad %systemroot%\system32\drivers\etc\hosts
    This will open a read-only copy of your host file in Notepad. Are there any entries in this file regarding adobe.com?
    The other thing you can do is open the Developer Tools in the Chrome browser. On Windows press Ctrl + Shift to open them. Switch to the Network tab. Reload the page by pressing Ctrl + r. Check for any 4xx or 5xx errors which should be colored red.
    Post screenshots of your results or send me a private forum message with the information.

  • 10.2 crashes when I try to convert old libraries for use in the new software. Is there a workaround for this? Or will i have to continue using the previous version to complete older projects?

    Final Cut Pro X 10.2 crashes when I try to convert old libraries for use in the new software. Is there a workaround for this? Or will I have to continue using the previous version to complete older projects? the only foreseeable solution is to begin any new projects on 10.2 or importing footage on 10.2 and starting form scratch--which is something i definitely don't want to do or have time to do. ANY advice, thoughts, or opinions would be greatly appreciated! Thank you!
    Running 10.10.3 // MacBook Pro (Retina, 15-inch, Early 2013) // 2.4 GHz Intel Core i7 // 8 GB 1600 MHz DDR3

    Exactly the same problem with me.
    Some other threads advice to remove fonts, clean the caches, remove add ins but nothing works consistenty, for some it looks like it works, for me it failed.
    What I did not try yet, was to move the Render files out of the malicious library to trash.

Maybe you are looking for

  • How do i create a group email address

    how do i create a group email address

  • LVM disk power management

    Hi, I have 3 physical disks forming one volume group, with one logical volume. If i try to issue a standby command to the logical volume.. sudo hdparm -y /dev/mapper/VG0-LVstorage /dev/mapper/VG0-LVstorage: issuing standby command HDIO_DRIVE_CMD(stan

  • Finder window is not proportioned correctly

    We just updated to Adobe Acrobat DC and it looks like the Finder window is not proportioned correctly.   There is the large grey space that cannot be reduced. If the window is scaled down then you lose the files on the top while the gray space remain

  • Preserving Layer Style Appearance When Flattening Image

    I'm using Photoshop CS3 on the latest OSX platform with 6 Gigs of ram, and 75 to 100% cashe allocation. I'm working at 400ppi. When I create a bevel and emboss layer style to make a shape dimensional, then go to flatten the image or merge layers the

  • Cannot open links in web pages

    Firefox updated recently and ever since then I am unable to complete searches on LinkedIn or open pages on other websites. I can still do this on Internet explorer but not firefox.