Possible code conflict?

I have a large tabbed panels widget loading content from
external html files.
In one view, I have a page displaying images that used the
Fireworks Slide Show Creator to create a spry slideshow.
In another view, I have a Spry Gallery. Both use xml files
and the SpryData.js to run.
I believe there could be a conflict, though I'm not sure.
When I view locally one works and the other does not. When I push
the file view remote, nothing works.
Does anyone know the answer to this, or maybe has been able
to get this to work?

I noticed the two SpryData files (one from the FW slideshow
and the other from the Gallery demo) are of the same release though
were version v35 ans v36. (I believe I'm using the v36 for both
now)
The url is........
http://jenqdesign.com/v4/default.html#
(Please pardon the mess, I'm working on function right now.)
The Galllery version is under the "interactive" tab and the
Fireworks slideshow is under the art tab.)

Similar Messages

  • What's all this "possible midi conflict", "missing extensions" jazz?

    Recently I installed Leopard, 2gb of Ram, and Pro 8 in my Powermac. I have an emagic amt8 and a motu 828mkII connected. I installed the latest motu drivers. No problem.
    A little later I installed the exact same thing on my friend's powermac, which is the same generation as mine. He has a motu 828mkII and an 8pre daisy chained to the mac. Every time we launch logic we get "possible midi conflict...old drivers..blah blah", and the "missing extensions...go to Pace website...blah blah..." After closing those boxes (often several times for the "possible midi conflict") logic launches and says "core midi not available", or some such.
    We've learned that we simply need to quit logic and relaunch and the problem usually goes away and everything works as it should. Sometimes I have to do the routine twice. This happens even if I quit logic and launch it the same day.
    Going to the Pace website didn't help. I could find no old drivers to remove. My friend's system used to have Pro Tools on it, but I think those drivers are gone. I've messed with audio/midi setup in utilities. I've gone to the library to try to find old drivers.
    I know other people have complained of similar problems. Can anyone shed any new light on this?

    Open Hard Drive go to library-> Audio-> Midi Drivers. Move drivers to Trash but don't trash.
    Now go to library->Audio->Plug-Ins->Components. Drag this folder to desktop & move contents of this folder to trash but again don't trash anything yet. Now still in the hard drive section go to your user file i.e the house logo with your name next to it. Go Library->Audio->Plug-Ins->Components & check this file is empty. It should be but if not do the same as with the previous component file. Restart the computer & try opening Logic. Hopefully it should work now. You'll have to decide whether you want to trash the drivers if you don't use them or if you want to get in touch with the third party company to open the iLock but for the time being Logic should work

  • Custom error code conflict

    How should error code conflicts be resolved?
    Imagine that I have installed two VI packages that happen to have overlapping error ranges for their custom errors. How are the overlapping errors resolved?
    The LabVIEW help says that this is already the case. The example given is error code 65. However, the help does not give any indication how to resolve this. It links to an empty page in the knowledge base.
    Lars Melander
    Uppsala Database Laboratory, Uppsala University

    When LabVIEW does the lookup, it reports both solutions already.  So I'm not understanding what your issue is.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • ISO Currency Code Conflict

    Hello Hyperion World, it's been a while since I commented on OTN.
    We are in 11.1.2.1 using an EPMA application. We add the currency code "ALL" to the Currency list (A value dimension triplet is automatically made) and it does not show up in the application system generated currency list (C1,C2) after being deployed.
    We've come to the conclusion that the currency code is having a conflict with the "ALL" that appears to be defaulted as a child of root in a custom dimension list in EPMA. As our metadata was initially set up in a classic application, we created our own "AllCustomX" parent member and have no need for the "ALL". It, however, does not seem to be able to be deleted.
    When we create a new entity and set "ALL" as the currency in EPMA, which is doable, we get an error upon redeployment.
    Does anyone have experience with a work around? Or is this something for Oracle Support to add to list of known bugs.

    I appreciate your response, however I don't think it is quite accurate.
    I have a number of classic applications that have the currency ALL as well as the associated value dimension triplets. After being converted to an EPMA application, the currency and triplet remains.
    However, it disappears after a "redeploy" of metadata is done through EPMA. This to me seems like EPMA is filtering on the deploy stage rather than restricting in the front, which it should do if it is indeed reserved.
    I assume (never a great idea), that you indicated "ALL" as a reserved word as it can be used in rules like "HS.Exp "A#ALL = A#ALL.P#PRIOR"".
    While this makes sense from an Account stand point, I do not believe "All" is available as a short cut for any of the other dimensions. Since, Custom 1 and Custom 2 are where the currencies are stored, I don't think it would systematically limit using "ALL" as a currency.
    Based on the evidence from some brief testing, it would certainly appear that EPMA is the difference. I'm curious if our classic applications have any unnoticed bugs due to the "All" currency.
    Investigation Continues...

  • Please send the algorithm and project code for temperature sensing using daq usbdux fast if possible code also for general text gui icon programming.

    I have a daq card usb dux fast and I'm using linux zenwalk,
    so please if any one has done a program on daq using comedi language or any language or any other related to it.
    please send me the code and algorithm for it.
    if possible a algorithm and code for general gui text icon programming to [email protected]
    thanking you,

    Hi Vinay,
    you know you're posting in a LabVIEW forum?
    When you have questions on Comedi you should post in a Comedi-related forum!
    Or read some papers/manuals like this, easily found by Google...
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Possible code bug causing crash on Wine/Linux

    As I am running Linux, I don't expect support as such but thought I would offer a possible contribution to the beta program as follows:
    When starting Safari under Wine (an implementation of the Win32 API) on Linux, I get the following debug message:
    DIB_GetBitmapInfo (44): unknown/wrong size for header
    What I understand this to mean is that the Windows function GetBitmapInfo is being passed a dodgy parameter.
    This is followed by a crash for me, but I guess on Windows, is quietly ignored.
    I have seen a report on CodeProject regarding an identical crash caused by a coder setting the biSize member of the bmiHeader (BITMAPHEADERINFO) element of a BITMAPINFO structure to the incorrect size. In the example given, it had been set to sizeof(BITMAPINFO) rather than sizeof(BITMAPINFOHEADER)
    e.g.
    bmpInfo.bmiHeader.biSize = sizeof (BITMAPINFO);
    instead of
    bmpInfo.bmiHeader.biSize = sizeof (BITMAPINFOHEADER);
    For any devs. interested as to whether there may be a bug, the call stack generated by Wine, showing the offsets from the base address of coregraphics.dll (loaded at 0x6b000000) is as follows, with the crash actaully occurring at '=> 1'
    Backtrace:
    =>1 0x6b262e97 in coregraphics (+0x262e97) (0x0033ed38)
    2 0x6b0f9da4 in coregraphics (+0xf9da4) (0x0033f31c)
    3 0x6b1e0fff in coregraphics (+0x1e0fff) (0x0033f4bc)
    4 0x6b1d19ee in coregraphics (+0x1d19ee) (0x0033f578)
    As I say, I'm not expecting any feedback on this - I'm just being neighbourly I also fully accept that I may be completely wrong in my assessment of the issue.
    Dell Inspiron   Other OS  

    There was an even earlier build than the two mentioned.
    Talk about "early revisions" I guess so, and it doesn't look like there will be a unified version tomorrow.
    I recall AYM had a note about video performance and in that instance, the build on the DVD was never than what was on the hard drive and within a week or so disk drives carried the "new, improved" video on disk as well.
    There may be other changes that go hand-in-hand other than build, too. Did they look at the Boot ROM and SMC Version of the systems?
    Boot ROM Version: MP11.005C.B00
    SMC Version: 1.7f6

  • Possible Software Conflict?

    This is a bit of a long one so please bare with me.
    I use a program called MacFamilyTree (MFT) to build my family tree and have been using it on Leopard and now on Snow Leopard. There is also an App for the iPhone which allows you to sync your tree from MFT to it. All of this worked perfectly under Leopard and I was able to sync to my iPhone every time without fail.
    When Snow Leopard was first released I installed it as an upgrade and didn't think anything of it until several weeks later I tried to sync MFT to my iPhone and it failed. MFT is essentially an SQLite database into which you can add photos as well as entering data into the fields etc. When you sync MFT to your iPhone it first creates an optimised (smaller) database and resizes all your images before sending it to the iPhone via Wi-Fi.
    Since upgrading to SL when I try to sync MFT to my iPhone it creates the optimised database but the second it then says that it's sending it to my iPhone the following appears in Console:
    24/03/2010 22:05:12 [0x0-0x31031].com.synium.macfamilytree[28611]
    MacStammbaum(28611,0xa0029500) malloc: * mmap(size=214495232) failed
    (error code=12)
    24/03/2010 22:05:12 [0x0-0x31031].com.synium.macfamilytree[28611] *
    error: can't allocate region
    24/03/2010 22:05:12 [0x0-0x31031].com.synium.macfamilytree[28611] *
    set a breakpoint in mallocerrorbreak to debug
    24/03/2010 22:05:12 [0x0-0x31031].com.synium.macfamilytree[28611]
    MacStammbaum(28611,0xa0029500) malloc: * mmap(size=171597824) failed
    (error code=12)
    24/03/2010 22:05:12 [0x0-0x31031].com.synium.macfamilytree[28611] *
    error: can't allocate region
    24/03/2010 22:05:12 [0x0-0x31031].com.synium.macfamilytree[28611] *
    set a breakpoint in mallocerrorbreak to debug
    24/03/2010 22:05:12 MacStammbaum[28611] EXCEPTION IN SEND EVENT: *
    -[NSConcreteMutableData appendBytes:length:]: unable to allocate memory for
    length (171594072)
    After that the sync never completes and the file is never updated on my iPhone. MFT also has the ability to publish your tree as a website. If I try and do this when it gets around two thirds of the way through resizing my images the entire program crashes.
    Last week I then decided to do a complete re-install of SL from scratch, wiping my drive and doing a fresh install. After doing this and restoring all my data the first program I installed was MFT. Before I did anything else I tried to sync to my iPhone and hey presto it worked! I therefore thought that something must not have been updated correctly when I did the upgrade and that a fresh install had fixed the problem.
    Over the next few days I re-installed all my other programs only to find that when I tried to sync MFT to my iPhone a few days ago that it again failed and publishing my tree as a website has gone back to crashing MFT again too!
    All the programs I am currently running I was running under Leopard and I was always able to sync.
    Since running Snow Leopard it seems that I can only sync if MFT is, potentially, the only other program I have installed.
    Therefore I can only conclude that one of my other programs must be interfering with MFT in some way.
    I've contacted the company behind MFT and they don't know what the problem is. I really can't face doing another re-install and I can do without uninstalling each program one at a time to see if one of them is the cause (but I will do this if I have to)!
    I'm just wondering if there is a way to determine what other program might not like MFT under Snow Leopard but did under Leopard? In case it's needed, here are the programs I have installed:
    Adobe Bridge CS4
    Adobe Device Central CS4
    Adobe Drive CS4
    Adobe Extension Manager CS4
    Adobe Lightroom 2.6
    Adobe Media Player
    Adobe Photoshop CS4
    Aperture 3
    CanoScan Toolbox 5 (Scanning software for Canon Scanner)
    Cyberduck 3.4 (FTP Software)
    DiscLabel 6.1
    Firefox 3.6
    FocalPoint 1.1 (plugin for Photoshop and Aperture)
    FontExplorer X Pro 2
    GarageBand 5
    Genuine Fractals 6 (Plugin for Photoshop & Lightroom)
    iDVD 7
    Imovie 8
    Iphoto 8
    Iplayer Downloader 3.7
    Itunes 9.1
    Iweb 3
    Keynote 5
    Numbers 2
    Pages 4
    MacFamilyTree 5.7.3
    Mask Pro 4.1 (plugin for Photoshop)
    Microsoft Office 2008
    Microsoft Document Connection
    Microsoft Entourage
    Microsoft Excel
    Microsoft Messenger
    Microsoft Powerpoint
    Microsoft Word
    NeatImage 4.3 (Plugin for Photoshop & Lightroom)
    Colour Efex Pro 3 (Lightroom Plugin)
    Silve Efex Pro 1 (Lightroom Plugin)
    Viveza 1 (Lightroom Plugin)
    PhotoFrame 4 Professional (Photoshop Plugin)
    PhotoTools 2 Professional (Photoshop Plugin)
    Photomatix Pro 3.2.7
    Stuffit 11
    Toast 9 Titanium
    VLC 1.0.2

    I'm not in front of my iMac at the moment but it came shipped with 2GB but a couple of months ago I upgraded to the maximum it supported which I'm pretty sure was 3GB (possibly 4GB but certainly no more). As far as I'm aware the largest single image that I've imported into MFT is around 15MB with most being more like 2MB so where 172MB comes from I have no idea!

  • Possible Hardware Conflict - HD & iPod

    Hi
    We recently upgraded my Mom's iMac with an 80GB Western Digital hardrive and 1GB of memory because of it was running too slow. But now when it boots, it will flash the folder with blinking question mark and then boot. It also has flashed that icon and not boot. A couple reboots got it working again. Is there a hardware conflict between Western Digtal harddrives and Macs?
    In addition to that problem, it crashes every time I plug in my iPod anymore. I plug in iPod and iTunes is the first to crash and Finder crashes and the only way to get it back is to shut down the mac and unplug iPod when it's off. I tried just restarting the Mac and that usually will fix the problem but today a restart didn't work. iTunes and Finder crashed again. My iPod is a 3rd Gen 10GB with OS version 2.3 and my mom's Mac is a 2nd Gen iMac I think. It's running OSX 10.3.9 and iTunes 7.0.2 What doesn't make sense to me is that I'm running the same version of X and iTunes and I have no trouble with iPod on my eMac. Is it possible that there is a hardware conflict between my iPod and mom's iMac? I'm asking because my iPod has never worked well with mom's Mac. Sometimes it will mount fine but most of the time it takes forever to mount and in most cases, esp since iTunes 7, it crashes the whole system.
    Could a bad motherboard/logicboard cause all this fuss? We're planning on taking it to the local Mac store this Friday, but I thought I'd ask if anyone had any ideas.
    thanks
    Music Luver
    "I hear her playing music..." ~ Barry Manilow

    Sorry friend, but we are not technical support.... Others are having problems with thier older iPod classics when using iTunes 9 as there is a seperate thread out there regarding this problem. However I don't know if they have come to a resolution.
    The only suggestion that I have is to read through that thread and see if any of thier suggestions work. However there is alot to sift through.
    Best Regards!

  • Possible version conflict, sending purchase order to SUS in MM-SUS scenario

    We are currently trying to get the MM-SUS scenario working. In this
    scenario, we create a purchase order in the ERP/MM system. The
    purchase order is then transferred into SUS via XI/PI.
    After creating a purchase order in the MM system, the purchase order
    reaches the SUS system, but then errors-out in the SUS system upon
    posting. The specific error is paraphrased as follows:
    No interface action for sender or receiver found (from Trace)
    PARSE_APPLICATION_DATA
    CX_ST_MATCH_ELEMENT
    System expected the element http://sap.com/xi/SAPGlobal20/Global;
    PurchaseOrderRequest
    We suspect a version conflict. The SUS version is 7.01. The XI/PI
    system is version 7.11.
    Can you confirm or rule-out a version conflict?
    The Integration Builder scenario we are using is Plan
    Driven Procurement with Supplier Enablement.
    We have tryed many variations in Integration Builder, but all
    produce errors in SUS.  The test tool in Integration Builder also shows errors
    for certain message types.  The message type ORDERS.ORDERS02
    needed to be added manually, and did not come along with the scenario.
    Edited by: Bill Guderian on Mar 19, 2010 4:53 PM

    Any clue from here.
    Note 936003 - ERS Invoice causes conversion error within SRM
    When the SRM system attempts to process an ERS Invoice sent from the MM backend, a PARSE_APPLICATION_DATA CX_ST_DESERIALIZATION_ERROR fault is thrown.
    Other terms
    CX_ST_DESERIALIZATION_ERROR PARSE_APPLICATION_DATA SUS SRM EBP ERS Invoice XI Exchange Infrastructure Mapping
    Reason and Prerequisites
    This error will occur when the IDOC does not have a VPREI value; it is the result of an error within the divide logic of the XI mapping operation.  This operation is performed within the XI system.  A calculation of NETWR/MENGE is performed; however, the result is not properly formatted.  As such, 72.30/10 produces a result of 7.2300002. This value is too long for the inbound SRM proxy and hence the error is thrown.
    Solution
    The solution to this problem is to add a FORMATNUM function within the XI mapping operation.  This restricts the result to 2 decimal places, which adheres to the definition of the inbound proxy.
    Step by step directions on how one implements the FORMATNUM function are as follows:
    1. Log into the XI system with SAPGUI
    2. Start the Integration Builder:Design tool (for steps on how to do this, review the steps below):
        a. Run transaction sxmb_ifr
        b. This will cause a browser to come up.  Select the Integration Repository link
    3. In the left pane, select the Objects tab
    4. Navigate to the SAP SRM SERVER ' SAP SRM SERVER 5.0 ' http://sap.com/xi/SRM/SupplierEnablement/Global --> Mapping Objects --> Message Mappings folder
    5. Double-click on MM2SUSInvoice
    6. The right pane will display the mapping object
    7. Select Edit mode
    8. In the box that contains the output (Message Type: InvoiceRequest), navigate to InvoiceRequest ' Invoice ' Item ' Price ' NetUnitPrice
    9. Double-click on the Amount element and you should see the mapping, represented graphically in the bottom pane
    10. In the status line of the graphical editor, select Arithmetic from the list box:
    11. To the right of the listbox, scroll until you see the FormatNum function
    12. Click on FormatNum, which will cause the function to be added to the graphical editor.  You may drag the box as desired
    13. Select the connection that binds the if/then/else to the Amount box by grabbing the arrow within the input of the Amount
    14. Release the drag of the connection while over the input to the FormatNum box.  This will reassign the output of the if/then/else to the input of FormatNum
    15. Create a connection between the output of the FormatNum box and the input of the Amount box.  You accomplish this by clicking within the output and releasing within the input (respectively).
    16. Save the modified mapping object
    17. Activate the changes
        a. In the left pane, select the Change Lists tab
        b. Navigate to the Standard Change List entry
        c. Right-click the Standard Change List entry and select Activate
        d. Select only MM2SUSInvoice if more than one item is available, and press the Activate button
    18. This will complete the required modification.

  • GRC Risk analysis reports are not checking all possible risk conflicts set up in the rule set that lead to risks.

    Dear All,
    After running the risk analysis it shows only the first conflict for a risk in the rule set (Rule ID 0001). We have already Generated SOD ruleset. Also during migration from 5.3 to AC10.1 all the rulesets were imported properly.
    What could be reason??
    Thanks for your help.
    Regards,
    Abhisshek

    Abhisshek,
    there is already a thread with the same question:  Dear all I only get result for one rule id and not with others what should be an issue?
    Regards,
    Alessandro

  • Possible name conflict flex - java

    I have a string property 'comments' in data object A, it was working fine that the data was passing from flex to java, then because of some other properties in A, i need to add @XmlType and propOrder for A, then suddendly 'comments' is always null from flex to java, when other properties are passing ok, after many attempts, i change the property name from 'comments' to some other name and it works again (actual value is passed from flex to java).
    So i am wondering, is it flex, web services, or jaxb that might have a name conflict with 'comments'? I have another property in A that also is null from flex to java, but this one is complex object that has a string property and a byte[] property, and it is null, does anyone have any thoughts/suggestions?
    Thanks
    Shannon

    Thanks Michael, i will take a look. My other property is 'uploadedFile' of a class 'uploadedFile' which has 'data' and 'fileName' properties, so i ended up changing all these names, and now it works.
    Shannon

  • Mail/Web possible font conflict?

    Having trouble with getting Mail to look right. There are large spaces between the lines in the top portion containing From, Subject, Date, To, etc. On some websites this space also occurs or the type lays on top of each other. In iTunes the lists are spread apart or when viewing songs the songs won't show up until you run the mouse over them.
    Running Lion  10.7.3
    3.06 GHz Intel Core 2 Duo
    24" Monitor

    This may happen if you install and/or delete fonts or perhaps a font conflict.
    Check fonts for display in both Mail.app and Safari, this is in preferences.
    Also open Font Book and see whether you have duplicated fonts, this may happen if you install MS Office, and choose to also install fonts, some MS fonts are installed by Mac OS installer, and some of those installed by Office may be in fact older than those in Mac OS installer. Duplicated fonts are marked by a yellow point. If so, deactivate or even remove them.
    Sometimes it is useful to clean font cache, especially after deleting/installing fonts. You may use a free app like Onyx, download the version for Lion, not another.

  • Lion OS and possible font conflicts

    I wish to upgrade to the new Lion OS, but would like to know if the new OS Lion has the same font conflicts that Snow Leopard had with Helvetica and ITC Garamond Type 1 fonts?
    Thanks

    It isn't released yet, so no one knows.  Also many font conflicts in 10.6 are resolved with the font update for 10.6.7:
    http://support.apple.com/kb/DL1377
    Others, specific to non-updated applications may not be fixed.  Perhaps it might be best if you asked in your specific application forum if the conflicts people have had are fixed in 10.6.7 first.  Or wait until 10.7's release and find out what the case may be.  Some point next month it should be released.  And yes, according to the specs, it looks like you'll need to purchase 10.6, and apply either the 10.6.6 or 10.6.7 combo followed by the font update, and then determine if you are ready for 10.7.  But that may change once it is released in July.
    If you desire a direct upgrade path, please post to http://www.apple.com/feedback/

  • [TV@Master] Possible IRQ conflict?

    I recently purchased and installed MSI TV@nywhere Master and encountered nothing but problems since.
    I had a hell of a time convincing MSI that I was in Canada and not in Afghanistan. It would also not believe I had a cable hooked up to it. I finally got that fixed then I tried setting up the channels using Autoscan ... WOW what an experience that was. For a few minutes I could actually see TV channels whipping by. Then nothing but a black screen.
    I tried a reboot and got a hissing noise before XP even started. I was not sure if it was the TV tuner or the radio, so I opened MSI radio and then shut it down. The hiss disappeared but so did my internet connection. Actually the router shut down one port. I run a Blitzz Wireless G router with 2 computers hooked up by LAN cable and one using the wireless. Both the other computer on LAN and the one on wireless stayed connected.
    I uninstalled both the MSI PVS and radio and did a reboot. Nothing! I had to repair XP from the CD to get back to where I was before the fiasco started.
    I am convinced there is a conflict somewhere and am looking for solutions before returning the product and buying a different brand.
    Would the drivers mentioned in another thread be the solution or using a different PCI slot?
    Any input would be greatly appreciated. I hate downtime. 

    added [TV@Master] subject tag
    download the beta drivers from the sticky, uninstall the TV tuner drivers and MSIPVS application, then follow the installation instructions in the TV@nywhere Master sticky, and the beta drivers sticky

  • Possible Xcelsius conflict with IPv6

    Xcelsius and IPv6:
    We ran into an interesting issue on a client site this past week. First time implementing an install on a Windows Server 2008.
    Environment:
    Win Svr 2008
    IIS 7
    Ipv6 & Ipv4 enabled
    BOE 3.1 w/ Xcelsius 2008
    The install went flawlessly with the ability to export objects/reports to the enterprise system, etc - with no problems. However, Xcelsius had issue with trying to connect to the CMS when trying to save/export to BOE 3.1 (and ONLY Xcelsius)
    We noticed they are running a NIC with IPv4 and IPv6 simultaneously (clearly listing a long hexidecimal IP address labeled IPV6 in IPCONFIG)
    So we went into the CMC/CMS properties and there is a box to manually enter an IPv4 and IPv6 IP address, respectively. If you try to enter addresses in both boxes, when you restart the CMS -- it will reset back to the default which automatically obtains the host. Therefore, we entered purely the IPv4 address and restarted the CMS.
    First issue resolved.  We were able to then hit Enterprise from Xcelsius... until you tried to save. Then it thought the Input FRS was down. So we had to perform the same step for the Input FRS and force it to a static IPv4 address of the server.
    Using the host name didn't work (that is the other option in the server properties for each service). I imagine you could play with the host file, but then you may have to do that for each client.
    In the end forcing the IPv4 address for the CMS and Input FRS properties did the trick, but it is strange because if you used the defaults -- the publishing wizard, for example, which hits the CMS and the Input FRS when importing objects -- didn't have a single problem. Only Xcelsius appears to conflict with IPv6.
    Thoughts? We would have figured it would use the same methods to connect to communicate with enterprise as Crystal Reports client, publishing wizard, etc. However, I did notice in SAP's IPv6 documentation on the Support Portal, that although 3.1 does handle IPv6 -- Desktop Intelligence still does not. Perhaps Xcelsius should be added to that list in the documentation?
    This is fine for a server with a static IP, but if for some reason their server is using a dynamic address and relying on the host DNS -- this could be an issue.
    Thoughts?

    HI,
    I've heard this problem before, but I haven't heard of a resolution.
    The NI's GPIB driver (NI-488.2) will not work with the Measurement Computing board. Not in LabVIEW 5 or 6. If you are using the GPIB VIs in LabVIEW 5 with the Measurement Computing board is because the MC driver replaced something.
    A device driver is a software component that requires detailed knowledge of the hardware it manages. NI's driver is written to control NI's GPIB hardware ONLY. The same applies to the MC driver.
    The driver also provides a Language interface, so that you can access the driver's functionality. To program in C, a driver will provide a header file with the function declarations and a dll (or static library). For LabVIEW the driver will provide the V
    Is. These VIs are provided by the driver and developed by the driver manufacturer. Most likely these VIs are wrappers for the dll function calls. This mechanism hasn't changed between versions of LabVIEW.
    You should contact Measurement Computing. They should be able to troubleshoot the problem, since they know what their driver installs.
    DiegoF
    National Instruments.

Maybe you are looking for

  • Issue on virtual servers on sun one web server

    Hi all, I configured sun webserver 6.1 sp8 on windows 2003 server I configured php,asp,jsp succesfully on different virtual servers. as www.abc.com:80 www.php.com:2222 www.asp.com:3333 www.jsp.com:4444 Now the issue is I want to run the applications

  • Hide/Show Create button on a report/form page

    Hi, I included one form and the related report on one page. When I create a new record, it will show in the report below. I make the ID column as the link, which assign the ID to the ID item in the form. DML will do the rest work for display. However

  • Automatic update from Word source into Indesign

    Hi I have followed all threats and cannot seem to find a solution to my query. I have to complete a 280page annual report within a very short period of time. Based on the client it seems that there will be multiple changes on content after layout is

  • OSX Mountain Lion for MacBook Pro (early 2011)

    I recently updated my software from OSX Lion to OSX Mountain Lion and im noticing a slightly sluggish performance when opening and closing apps that i never experienced before when using Lion. What could be causing this, and how can it be fixed? Than

  • Adobe Muse Login Issues

    I installed the new version of adobe muse and when I launch the applicaiton the login screen pops up.  I enter my info and then it appears to load but the returns to the login page.  No matter how many times I try it returns to the login screen.  I'm