JKI package manager and LV7.1?

Hi folks,
If this isn't the appropriate forum for this question, please re-direct me.  I'm using LV7.1 at work and home.  At home, I'm running it under Vista - I haven't run into any problems with this, but I'm not using any hardware - just writing standalone programs for number crunching type stuff.  Having recently seen the Moore Good Ideas VI packages, I decided to try installing them at home, but I can't get the required JKI Package Manager to work properly.  It recognizes the LV version and will even launch LV, but when I go to install a VI package (any package, MGI or OpenG, etc.), it just sits there with the Package Manager process indicator going endlessly (I let it run for 20 mins once).  I am sure I have the LV settings correct per the instructions.  Does anyone have experience with this combination (JKI pkg mgr/LV71/Vista) or possibly the former two with XP?  Some of the available VI packages are supposedly compatible with LV7 (and 6 for that matter), so I assumed it would work somehow - bad assumption?
Michael Tracy
Synergy Microwave

Have you set the 'VI server settings correct'?
I had no issues on Windows XP or Windows 7 with LabVIEW 7.
Ton
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas
LabVIEW, programming like it should be!

Similar Messages

  • Replacement for package manager and packagekit (Gnome)

    Hello everyone,
    following up to https://bbs.archlinux.org/viewtopic.php?id=191276 (removal of packagekit to be able to upgrade pacman to 4.2), and given the fact that packagekit had been flagged deprecated for quite some time,
    does anyone have a suggestion for a desktop replacement for gnome-packagekit?
    Thanks in advance

    For GTK based environment I use pamac-aur. Simple packet manager, update manager and update notifier (in fact for update notification I use aarchup with systemd timer scheduling)

  • The flaw in LabVIEW Tools Network: VI Package Manager

    At first I was impressed with the LabVIEW Tools Network (see here).  Its seemed like a plus for everyone:
    - Developers who didn't want to reinvent the wheel, could easily find and download code using the VI Package Manager.
    - Developers who want to re-sell their code, could easily package it and sell it via the Tools Network marketplace (similar to the iPhone's App Store).
    But then I found the flaw:  The VI Package Manager
    Developers (essentially) need to use the VI Package Manager if they want to sell their code ... and it costs $999.  And you'll need to add on the cost of a LabVIEW license ($2k+), of course.  This will surely elimate many coders from participating.  In fact, it'll probably also artificially raise the price of all the SW being sold on the Tools Network.
    And by the way:  Why is NI relying on a third-party SW delivery tool for their marketplace at all?  Especially one that costs developers $1k to package their add-on?  Why doesn't NI just build their own VI Package Manager and dump JKI Tools all together?  In this case, building their own Package Manager would make sense for NI.  Cut ot the middle-man.  And after all, didn't NI do this to Endevo when they built their own LVOOP tool (thereby dumping Endevo's GOOP toolkit into oblivion?).
    Oh... and need I remind anyone that Apple only charges developers $99 to distribute iPhone apps?  And their development environment is given away totally free.
    Solved!
    Go to Solution.

    Hi
    josborne,
    Thanks for the feedback on the LabVIEW Tools Network. We wanted to make it easy for developers to share/sell reusable code with eatch other, and make it easier for developers to get their hands on reusable code rather than program everything from scratch. We wanted to build an ecosystem and marketplace for LabVIEW developers.
    It sounds like your biggest pain point is the $999 price point for VI Package Manager. We worked with JKI this past year to make package building a feature of the free edition of VIPM 2010, the Community Edition. So you do not need the $999 Professional Edition to create a LabVIEW Add-on. The Pro version does have several nice benefits though, and you can read about these here: http://jki.net/vipm/compare
    You also contrasted our program with the Apple Developer Program which gives you the development tools for free (with the $99 program fee). Well, the main difference here is that the development environment for LabVIEW is LabVIEW! (As opposed to Apple where you are developing for the iPhone/iPad). So I don't think we're comparing Apples to Apples (no pun intended). However, we do offer start-up assistance to developers who want to develop LabVIEW Add-ons to further reduce the barrier to entry. More here: Add-on Dev Center - Startup Assistance.
    To answer your question about why we chose to go with a third party solution (JKI's VIPM) instead of developing our own - we had several reasons. But I can summarize in one - we had a partner, JKI, who has developed an excellent solution for distributing LabVIEW Code, and was willing to work with us to make the integration with LabVIEW even better, so why create a brand new solution from scratch rather than let them continue to innovate in this area?
    By the way, if you haven't seen the integration between the Tools Network and VIPM 2010, you really should give it a try! Here's a sample free Add-on to try - the OpenG Libraries (Click the Download button).
    Jervin Justin
    NI TestStand Product Manager

  • Smart Package Manager

    Howdy all, I was asked to create the archlinux backend for smart package manager and I am making good progress.
    For right now, it will not include support for the AUR, though I am planning that for the future.
    smart forum post
    smart homepage
    launchpad branch
    my blog post
    Current issues at hand:
    08/02/08 - smart's builtin fetcher object not fetching db files, so Ill have to create a custom one.
    08/02/08 - no pkgbuild atm - will not be released until everything works
    comments/questions/suggestions welcome
    EDIT: my site is back up
    Last edited by platinummonkey (2008-08-04 02:23:46)

    skottish wrote:It's been a few years since I've used the Smart Package Manager, but I do remember that when I came to Arch I couldn't believe how much better pacman was. But, as I said, that was a few years ago. My question here is, how can Smart be better than pacman for Arch? (This is not a sarcastic question, I really want to know.)
    It really has to do with the algorithm. For me to explain that, would involve getting into the python code. I am a novice at python, so explaining all that would be a bit over my head. The same could be said of rpm or dpkg or any other. See, over the years there have been many package managers, and the evolution of package managers. Each have their own benefits, but they all were just overlays of the systems package management, and really didn't deal with the issue. That has historically been left up to, in the case of rpm, rpmlib and the packager. rpmlib is called upon the check provides, requires, depends, and obsoletes, and ofcourse this is all the job of the packager to properly handle those. So now enters smart on the scene. Smart changed all that by changing the algorithm, and part of it involves reordering. It's an rpm option, that is generally unknown and not used. Smart does allow you to turn off the algorithm, in which case it becomes just another overlay for the systems package manager.
    I started out with Slackware 7.1, and have used a variety of rpm distros, but have also used a few deb distros. I have also done Sabayon Linux, so I am familiar with portage as well. I was called up, some time ago, to code the backend for ArchLinux. So I read up on pacman. Lots of config options. A truly nice tool. I, however, found platinummonkey, who had more experience at python, and was already familiar with ArchLinux. So I introduced smart to him, and asked him to code the backend.
    I continue to study python, but until I get a whole lot better at python, and learn C, this is as far as I can explain the algorithm. Actually, I have my hands full. I'm learning Glade, GTK+, python, and pygtk, all at once. I do realize Glade is a RAD. Glade itself isn't hard. It's knowing GTK+, which is funny since knowing GTK+ requires knowledge of C. So I'm in deep.
    Feel free to review the code. http://bazaar.launchpad.net/~smartpm/smart/trunk/files

  • Package manager & restore batch scripts

    Hi,
    Does anyone know where I can find any documentation on Package Manager and restore batch scripts for EPM version 11.1.2.1? I'm interested in ways to restore planning applications.
    Thanks in advance!

    You could have a look at the backup and recovery guide - http://download.oracle.com/docs/cd/E17236_01/epm.1112/epm_backup_recovery_11121/frameset.htm?launch.html
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Managing JAVA JDK and JRE with Package Management in Solaris 11.1

    I want to manage Java JDK & JRE in an Solaris environment using Package Management I'm currently running Solaris 11.1 in a VMWare host. My current latest Java release is JDK1.7.0_07 and JRE1.7.0_07. I want to upgrade to JDK1.7.0_17 & JRE1.7.0_17 using Package Management. I've tried on several occasions to upgrade to latest release of Java but I have not been successful. Each time I try using the Package Management GUI or use command line they appear to be successful but the new release does not show.
    What could I be doing wrong?
    Thanks

    I also learned that the READMEs for the following patches in My Oracle Support also describe the downgrave process:
    Patch 18362676: JAVA 6 DOWNGRADE INCORPORATION FOR ORACLE SOLARIS 11.1.15.4.0 AND 11.1.16.5.0
    Patch 18362686: JAVA 7 DOWNGRADE INCORPORATION FOR ORACLE SOLARIS 11.1.15.4.0 AND 11.1.16.5.0
    -- Alan

  • Slackware user - Arch install process and package management questions

    I currently am using Slackware 12 with updates.  It has become increasingly cumbersome to compile new software given the number of dependencies that also have to be compiled, and have their own dependencies compiled, etc and so on. 
    Other than the fact that the adoption of new packages is somewhat glacial, and that there is no automatic dependency resolution, I really like Slackware.  Its fast, relatively easy to configure, and easy to use.  I'm conversant in commandline-ese.
    I've been led to understand based on the Arch wiki that Arch is very similar to Slackware in its layout, but with bleeding edge packages and dependency resolution, so I would think it would be about perfect.
    However, I also understand that the install is more difficult that Slackware.  How much more so is my question.  Is it impossibly confusing and unhelpful like Debian installation was, or just slightly more difficult than Slackware or FreeBSD (both of which have very smooth installation scripts)
    Also, for packages that have to be compiled from source, are dependancies easy to satisfy from the arch repository, or do dependencies for new software have to be compiled with their dependencies.
    I'd probably just be trashing everything but /home, and doing a clean reinstall.
    Is Arch the right distro for me, or am I better off staying with Slackware?  Like I said, I really like Slackware except for the package management issues.

    I've been led to understand based on the Arch wiki that Arch is very similar to Slackware in its layout, but with bleeding edge packages and dependency resolution, so I would think it would be about perfect.
    You are right about that.
    However, I also understand that the install is more difficult that Slackware.  How much more so is my question.  Is it impossibly confusing and unhelpful like Debian installation was, or just slightly more difficult than Slackware or FreeBSD (both of which have very smooth installation scripts)
    They are quite similar, but Slackware provides more help when doing tasks like - how can I partition my harddisk and so on. But If you're comfortable with Slack's install procedure then installing Arch is much easier, just read the install guide.
    I think Arch is good for you, because currently I have both - Slackware and Arch and both suit me fine for my needs.
    Also remove all *. entries in your /home

  • Available APIs for process and package management

    Hello All and welcome to my Hello All:
    Welcome to my inaugural post. I am a complete noob to Solaris (although I have been using Linux for 5+ years) and am in the process of trying to get a handle on what local C/C++ APIs (if any) are available for management. Specifically, I am looking to find out about process and package management.
    For process management, basically I would like to know is there some kind of interface to the the prstat application (ie. Memory and CPU utilization). Does something like this exist?
    For package management, I am looking for the ability to add, remove, and query the package �database�. Correct me if I am wrong, but the Solaris package �database� seems similar to that of a Debian system (at least from the perspective that the informational files are stored as plain text in a well-defined directory [ie /var/sadm/pkg/]).
    I have installed Solaris 10 on an x86 machine with a full installation; however, of the installed development kits (listed below) nothing jumped out at me.
    -bash-3.00# ls -1d /var/sadm/pkg/*devel
    /var/sadm/pkg/SUNWaspell-devel
    /var/sadm/pkg/SUNWevolution-devel
    /var/sadm/pkg/SUNWevolution-libs-devel
    /var/sadm/pkg/SUNWgnome-a11y-base-devel
    /var/sadm/pkg/SUNWgnome-a11y-libs-devel
    /var/sadm/pkg/SUNWgnome-a11y-reader-devel
    /var/sadm/pkg/SUNWgnome-a11y-speech-devel
    /var/sadm/pkg/SUNWgnome-audio-devel
    /var/sadm/pkg/SUNWgnome-base-libs-devel
    /var/sadm/pkg/SUNWgnome-camera-devel
    /var/sadm/pkg/SUNWgnome-common-devel
    /var/sadm/pkg/SUNWgnome-component-devel
    /var/sadm/pkg/SUNWgnome-config-devel
    /var/sadm/pkg/SUNWgnome-desktop-prefs-devel
    /var/sadm/pkg/SUNWgnome-file-mgr-devel
    /var/sadm/pkg/SUNWgnome-hex-editor-devel
    /var/sadm/pkg/SUNWgnome-img-editor-devel
    /var/sadm/pkg/SUNWgnome-libs-devel
    /var/sadm/pkg/SUNWgnome-media-devel
    /var/sadm/pkg/SUNWgnome-panel-devel
    /var/sadm/pkg/SUNWgnome-pilot-devel
    /var/sadm/pkg/SUNWgnome-print-devel
    /var/sadm/pkg/SUNWgnome-project-devel
    /var/sadm/pkg/SUNWgnome-terminal-devel
    /var/sadm/pkg/SUNWgnome-text-editor-devel
    /var/sadm/pkg/SUNWgnome-vfs-devel
    /var/sadm/pkg/SUNWgnome-wm-devel
    /var/sadm/pkg/SUNWgnutls-devel
    /var/sadm/pkg/SUNWjpg-devel
    /var/sadm/pkg/SUNWlibexif-devel
    /var/sadm/pkg/SUNWlibgcrypt-devel
    /var/sadm/pkg/SUNWlibpopt-devel
    /var/sadm/pkg/SUNWmozilla-devel
    /var/sadm/pkg/SUNWmoznspr-devel
    /var/sadm/pkg/SUNWmoznss-devel
    /var/sadm/pkg/SUNWogg-vorbis-devel
    /var/sadm/pkg/SUNWopenjade-devel
    /var/sadm/pkg/SUNWopensp-devel
    /var/sadm/pkg/SUNWpcsclite-devel
    /var/sadm/pkg/SUNWpng-devel
    /var/sadm/pkg/SUNWpostgr-devel
    /var/sadm/pkg/SUNWPython-devel
    /var/sadm/pkg/SUNWTiff-devel
    I've placed orders for Solaris Internals and Solaris Performance & Tuning (that should arrive tomorrow), but I was hoping that someone could give me a gentle push (or perhaps a swift kick) in a general direction. :)
    Thanks.

    For process management, basically I would like to
    know is there some kind of interface to the the
    prstat application (ie. Memory and CPU utilization).
    Does something like this exist?Not prstat (although you could 'truss' it and see some of what it's doing to collect the information). kstat is available with a C interface and through perl/shell. It has several CPU fields. It's certainly useful for monitoring, but read-only. I'm not sure what you're looking for in terms of "management".
    Also 'dtrace' can provide tons of dynamic information, but that's not necessarily what you're looking for.
    For package management, I am looking for the ability
    to add, remove, and query the package �database�.
    Correct me if I am wrong, but the Solaris package
    �database� seems similar to that of a Debian system
    (at least from the perspective that the
    informational files are stored as plain text in a
    well-defined directory [ie /var/sadm/pkg/]).Yes, although it's based on the SysV packaging system. I don't believe there's any API for it outside of the 'pkg*' utilities.
    Darren

  • How do I stop VI Package Manager from crashing when I try to use it?

    So I've been wanting to play around with the Arduino toolkit, but when I installed the VI Package Manager, the splash screen stayed up for a very long time. I tried quitting in Task Manager, and running it again. This time after about 10 seconds, it gave me the standard Windows crash dialog. I tried running it as Administrator, but that didn't help. I also tried running it in XP compatibility mode, and that opened a popup saying it couldn't detect a LabVIEW installation, but it still wouldn't load (It didn't crash though; just stayed at the splash screen.) I'm running Windows 7 Ultimate, and LabVIEW 2011 Professional Development System.

    You really should ask this question on the VIPM board at JKI.
    http://forums.jki.net/forum/5-vi-package-manager-vipm/
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • VI Package Manager 1.1 Beta Now Available

    JKI is very excited to announce the availability of VI Package Manager (VIPM) Professional Edition 1.1 Beta
    for public testing and feedback. This release follows a long period of
    extensive planning and development and results in, what we hope to be,
    a significant improvement to one of the best LabVIEW software
    applications that the world has ever seen.
    This new release adds
    to the existing capabilities of VIPM Community Edition by making
    significant performance improvements, several usability improvements,
    and better support for non-networked computers and those without
    LabVIEW installed. And, the new VIPM Professional Edition adds powerful
    package configuration and dependency management capabilities as well as
    multi-developer and multi-project support features.
    Read more...

    Hi,
    if anyone is interested the Java Lobby has a Web Start discussion thread on the front page entitled "Sun delivers big time. Web Start 1.2 now playing" at http://www.javalobby.org/thread.jsp?forum=61&thread=4318
    Add your comments. I will put your voices on "The Saturn Times" front page starting next week at http://vamphq.com/times
    - Gerald

  • Visual Studio 2013 Nuget Package Manager error

    Hello everyone,
    I tried to add and use OpenCV library in my Visual Studio javascript  windows application project,   but I still get the same error.
    This is my Package manager console:
    PM> Install-Package OpenCV
    Installing 'OpenCV 2.4.8'.
    Successfully installed 'OpenCV 2.4.8'.
    Adding 'OpenCV 2.4.8' to BlankSharedApp1.Windows.
    Uninstalling 'OpenCV 2.4.8'.
    Successfully uninstalled 'OpenCV 2.4.8'.
    Install failed. Rolling back...
    Install-Package : Could not install package 'OpenCV 2.4.8'. You are trying to install this package into a project that targets 'Windows,Version=v8.1', but the 
    package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
    At line:1 char:1
    + Install-Package OpenCV
    + ~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (:) [Install-Package], InvalidOperationException
        + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
    Thanks for answers.

    Hi Fačko,
    Normally, we won't get any errors if we create a new project. Since you get this error when using OpenCV library and it is a third-party product, I think you need to ask in
    OpenCV forum for better response.
    Thank you for your understanding!
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to open and compile a package specification and body in SQL Developer

    I'm currently evaluating a possible migration to SQL Developer.
    Our PL/SQL code base is stored in scripts files named as follows: <schema>.<package_name>_<package|package_body>.sql and managed in SVN.
    If now trying open a sql script containing the package specification or body and trying to compile it, I get no or strange error messages as if SQLDeveloper would not recognize the source as a PL/SQL code.
    If I open an already compiled package from the database it seems to work as expected.
    On the other hand I cannot find any option to write a package specification or body to a script except for the "Save package spec and body" option that only generates a single (!) script containing package specification and body in one single file and without any configuration options on how to name the generated file.
    Any help is appreciated!

    What strange error messages ? Make sure to configure your extensions as PL/SQL file type under Preferences - File Types.
    To save, just Save As under the File menu.
    Hope that helps,
    K.

  • Training & Event management and Appraisal

    Hi,
    Can anyone tell us that Training & Event management and Appraisal are available standard ESS package?
    Thanks,
    Anumit

    Yes, Training & Event management and Appraisal are available in ITS based ESS business package.
    But latest ESS business package(webdynpro based) do not have training and event management. You may need to deploy Learning solution. Full functionality of Appraisal is available with ehp4 of ESS BP.

  • App-V 5 sp2, Citrix user profile manager and Event IDs 19104

    Hi,
    the environment:
    Full Infrastructure, Appv 5 sp2 Client on server 2008r2, xenapp 6.5 and Citrix user profile manager.
    We get the event error 19104 on published packages. But not on all users. %APPDATA%\Microsoft\AppV\Client\VFS and %LOCALAPPDATA%\Microsoft\AppV\Client\VFS are excluded per
    http://blogs.technet.com/b/appv/archive/2013/10/01/support-tip-event-ids-19104-and-19105-are-logged-when-publishing-and-unpublishing-app-v-5-0-packages.aspx from my test GPO:
    List of directories to exclude:
    AppData\Local\Microsoft\AppV
    AppData\Roaming\Microsoft\AppV\Client
    Appdata\local
    appdata\locallow
    Still some users get app-v Applications, but some that are copies of the ones working does not get the Applications. I have tried to delete the profile. but still no closer to a solution. Anyone got this working?

    Thanks Nicke, I should have tried harder to get you to come and work with me in Oslo earlier this year ;)
    That thread does point on the Profile managment, and redirection of %appdata% and %localappdata% . Those to folders are not redirected. But when i run Procmon, i can see that a working user creates the c:\users\<username>\appdata\local\temp but non
    working does not even try.Non working users also does not query the registry as much as working. Ofcourse this all work in my lab so the settings should be sound. but i cannot find the smoking environment variable or setting that causes it.

  • Management and maintanence of 2008r2 developments with 2012 client tools

    Hi eb
    I need to manage and maintane sql server 2008r2 developments like databases,ssis packages,ssrs reports,ssas native cubes
    and at the same time start developping in 2012 tools for 2012 servers with thier own version of client tools.
    Questions:
    Can 2008r2 and 2012 client tools co-exist on the same development machine?
    Are there any known issues with development of any of the sql server 2008r2 components after instalation of the 2012 client components?
    I guess it is not possible to uninstall the 2008r2 client tools alltogther because managing 2008r2 developments from within 2012 client tools would automatically upgrade them to 2012 version (as was the case with the 2005-2008 versions before)?
    Last and not list do 2012 client tools require windows 7 OS?
    TIA for your attention
    Rea

    >>>Can 2008r2 and 2012 client tools co-exist on the same development machine?
    Yes, they can , but you can develop SSIS 2012  to work against SS2008R2
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

Maybe you are looking for