Need answers on VLM packaging of apps

Hell, I am the admin for NI products. I am attempting to package application installs from the 8.6 DVD media, by placing a copy on the NI VLM license server. The DVD is very large and I am working with a 10GB partition. I can place the entire image of the DVD locally. This was done as my license server is a) on a remote server farm in Denver, andb) is a virtual server.
previous packaging in 8.5 and previous have worked fine, but 8.6 is too large. As i went though the application builder, i had made a selection to create a pacakage of the Full Development application, which we own 5 named concurrent seats.
The DVD media folder "Distributions" contains many application installs. when pointing the packager at this structure, it was creating a compiled version that included all applications in "Distributions" I need to know if there is a method to eliminate this choice, as that many applications is causing me to run oiut of partition space before the compile is completed

Hello Advanced,
Please post this issue in the Volume License Manager forums found here:
http://forums.ni.com/ni/board?board.id=410
Thanks! 
Manooch H.
National Instruments

Similar Messages

  • Packages needed for running GNome and GTK Apps

    On my desktop machine, a SPARC Sunblade 1500 I use the Java Desktop and successfully run such things as gedit, gnome_terminal, Eclipse, and Oracle's SQL Developer. I'm trying to determine what packages I need to have installed on my development server box so that I can run those applications there (still using my desktop as the X server).
    The server is a Sun Fire V240 running SunOS 5.10 , 11/06 , 118833-36. It has 4G of RAM. Gedit, gnome-terminal, and eclipse come up but they behave poorly. In additions some visual components appear only slowly or never at all: the gnome-terminal scroll bar doesn't show except for a gray rectangle the length of the screen. Menus in eclipse are painfully slow to appear and react.
    Any idea what is missing from the installation? Thanks for any help you can give.
    Tom True

    I apologize in advance for not being able to provide a specific answer to the
    problem you presented, but hopefully this might eliminate a few variables
    from the equation.
    When I need to find missing packages, I always use "pkginfo" on each box
    and compare lists. (pkginfo, pkginfo -x, pkginfo -l)
    When I can't find the answer there, I go ahead and bring my machines up to
    date with the latest Recommended patch cluster (following the directions on
    Jumbo patches will prevent a lot of problems i.e. use single-user mode, do
    not use -nosave option, and patch twice***see below)
    Regarding the display issues, here are some of the things I would
    check for (most of these should not matter if they differ, but it helps in
    overall troubleshooting)
    Are the locales the same ISO8859-1 vs. ISO8859-15
    (/etc/default/init)
    How is the network traffic between the two?
    Do the SB1500 and the V240 have issues resolving each other's I.P.?
    (/etc/resolv.conf /etc/inet/hosts /etc/nsswitch.conf)
    Are they both patched to the latest and greatest Recommended patch levels
    ( ***see latest README for 10_Recommended.zip for new warnings)
    differing versions of SSH? OpenSSH vs. ssh.com vs. Sun_ssh 1.1
    If they used the same internal disk drive, I would dd the good one, and take
    the copy to a V240 and see what happened on a boot -rv. Unfortunately, they
    do not in this case.
    CLUSTER_README
    NAME: Solaris 10 Recommended Patch Cluster
    DATE: May/22/07
    WARNING!! IT IS HIGHLY RECOMMENDED that the installation of this patch
    cluster be performed in single-user mode (Run Level S).
    ************** CAUTION:**************
    This cluster contains kernel patch 118833-36. Depending on the current
    kernel patch revision on the target system, this kernel patch may deliver a
    significant amount of code change. On certain configurations, some manual
    steps may be required in order to safely apply this patch. Please carefully
    review the Special Install Instructions in the 118833-36 README before
    installing this cluster. Note the following in particular :
    Use of the -nosave option with the install_cluster script is NOT
    Recommended, see 118833-36 README NOTE 74.
    Once all preliminary precautions have been taken, the cluster may be
    installed.
    Depending upon the starting patch level of the system, the cluster install
    script may need to be run up to two timeswith a reboot after each run in
    order for all the patches to be installed
    ....

  • Unresolved std lib methods when packaging mobile app with ANE ios7, mavericks, air sdk 3.9

    After converting from ios6.1 / mountain lion to ios 7 / mavericks, my Flash builder mobile actionscript application gets the following unresolved std lib methods when it tries to package the appluication for my ios7 device.  These symbols come from code written from within my native extension (ane) that was created and added in the properties configuration.
    This packaged and ran fine on ios6.1 / mountain lion...is there some way that I need to link in the standard library in this scenario (that I didn't have to do before)?
    Error occurred while packaging the application:
    Undefined symbols for architecture armv7:
      "__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE6setbufEPci", referenced from:
          __ZTVNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE E in libcom.dddnativespinterface.a(yyy.o)
      "__ZNSt3__115basic_streambufIcNS_11char_traitsIcEEE9showmanycEv", referenced from:
          __ZTVNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE E in libcom.ddd.nativespinterface.a(yyy.o)
          __ZTVNSt3__113basic_filebufIcNS_11char_traitsIcEEEE in libcom.ddd.nativespinterface.a(yyy.o)
      "__ZNSt3__112__next_primeEm", referenced from:
          __ZNSt3__112__hash_tableINS_4pairINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEP14TrafficManagerEENS_22__u nordered_map_hasherIS7_S9_NS_4hashIS7_EELb1EEENS_21__unordered_map_equ alIS7_S9_NS_8equal_toIS7_EELb1EEENS5_ISA_EEE6rehashEm in libcom.ddd.nativespinterface.a(zzz.o)
      "__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEED1Ev", referenced from:
          __ZTCNSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIc EEEE8_NS_13basic_ostreamIcS2_EE in libcom.ddd.nativespinterface.a(PremiereSoftphoneAirBridge_v7.o)
          __ZTCNSt3__114basic_ofstreamIcNS_11char_traitsIcEEEE0_NS_13basic_ostr eamIcS2_EE in libcom.ddd.nativespinterface.a(xxx.o)

    I solved my issue by setting the _JAVA_OPTIONS environment variable. (Note: there are two underscores)
    I added the following line to my .bash_profile:
    export _JAVA_OPTIONS="-Xms1024m -Xmx4096m -XX:MaxPermSize=512m"
    Now everytime a Java program is launched from the command line, I see the following message:
    Picked up _JAVA_OPTIONS: -Xms1024m -Xmx4096m -XX:MaxPermSize=512m
    And my application packaging runs just fine now.
    I still have an issue though: this trick solved the problem for packaging the app from the command line, but the _JAVA_OPTIONS are not picked up when packaging from Flash Builder, so it still crashes there.
    Note that my Adobe Flash Builder 4.6.ini contains the following options:
    -Xms512m
    -Xmx1676m
    -XX:MaxPermSize=512m
    -XX:PermSize=64m
    1676m is the highest number I can put before Flash Builder refuses to launch. I'm not sure if these parameters are actually passed to the VM that runs de dx.jar program, or if it's just for the ActionScript compiler. But anyway my app packaging still crashes in Flash Builder.
    If someone knows a way to force Flash Builder to pickup the _JAVA_OPTIONS set in the command line, let me know :-)
    Thanks
    Alex

  • Need help for switching to Oracle Apps

    Hi All,
    I am a System Analyst working in Singapore for the last 6 yrs.Currently for the last 3+ years i am in the project implementation & support team for ERP Team.We are using JD Edwards.Currently i have the role of Functional Consultant.
    I want to shift to Oracle Apps (11i).The reason being there is not much scope in JD Edwards.Intially i was working in Developer 2000 as a Forms/Reports Developer.
    I couple of questions to ask :
    1) Do i need to go though a Oracle Apps Training as i already have experience in Jd Edwards ??
    2) Can somebody recommend some good Training institutes in Singapore with Placement Assistance ??
    3) Do anybody knows any company in Singapore who can give training in Oracle Apps and take in professionals who want to make a switch but have experience in another ERP package ??
    Thanks
    Regards

    Hi,
    As you said you were initially working on Developer2000 so it would be lot easier since there would enough background on PL/SQL,forms and reports.Best thing for you I would recomend is pick 2 or 3 modules of your area in JD Edwards like Financials(General Ledger,Recievables,Purchasing,Payables,Fixed Assests...) or HRMS Suite(HRMS,Payroll,Advanced Benefits) which I believe the core business logic for any ERP would be the same. So pick your strong modules in JD Edwards and go through the Oracle Apps Doc. which is available online.In the documentation you will find Application Developer Guide which will be helpful if you are looking to be an Technical Person or you can go through the Module wise documentation if interested in Functional position. Either case better to have overall idea about interested module I mean how the logic and setup will be.
    Initially it will be rough however if you don't give up Apps is lot easier.
    Regards
    Uday Ravipati

  • DCOM subsystem detected while Creating .appv package through APP-V 5.0 Sequencer

    Hi,
    I am getting DCOM Subsystem Detected while Sequencing the Adobe illustraterthrough APP-V 5.0 Sequencer .
     I have attached the error .is any impact will be to run this .appv package on app-v , and if there is some issue whar are the solution for this?
    Shailendra
    Shailendra Dev

    What version of Adobe Illustrator?
    Double-click on the issue to see the list of DCOM components that are affected. You'll need to deploy the application to a client and verify the functionality.
    Please remember to click "Mark as Answer" or "Vote as Helpful" on the post that answers your question (or click "Unmark as Answer" if a marked post does not actually
    answer your question). This can be beneficial to other community members reading the thread.
    This forum post is my own opinion and does not necessarily reflect the opinion or view of my employer, Microsoft, its employees, or other MVPs.
    Twitter:
    @stealthpuppy | Blog:
    stealthpuppy.com |
    The Definitive Guide to Delivering Microsoft Office with App-V

  • Need to convert DTS packages to SQL Server 2012 environment.

    Hi Friends,
    As Part of the Project Requirement,we need to convert DTS packages to SQL Server 2012 environment.
    Please sugest me best approach.
    Thanks

    Best approach is to re-design the packages in SSIS 2012 directy if it is feasible. Because most of the DTS feaures are discontinued and also you will have to clean up all errors that you are going to get after migration.
    Discontinued Integration Services Functionality in SQL Server 2012
    Otherwise you need to migrate it first to 2008R2 and then 2012 version.
    Below ones would be helpful for you:
    Migrate DTS packages to SSIS (SSIS2008R2)
    Support of DTS packages in 2008 R2
    Known DTS Package Migration Issues
    Cheers,
    Vaibhav Chaudhari

  • HT1338 I  had the geek squad from bestbuy supposedly install iphoto 11 on my mac but it is not there and when i try to download it it say the app has been download by another user on this machine.  What do i need to do get get this app on my system?

    I  had the geek squad from bestbuy supposedly install iphoto 11 on my mac but it is not there and when i try to download it it say the app has been download by another user on this machine.  What do i need to do get get this app on my system?  If they could not do it right the first time I do not have much faith in their advice.

    Assuming you've done a system wide search for it including the Applications folder and it's not there......
    I think you will need to address this with them - did you pay them for the application? Or was your purchase price to include it? And the question(s) to ask them:
    If the app store states that it has been downloaded, ask them where it is and which Apple ID they used. (the store keeps track of Apple IDs and machine IDs on everything you download).
    I have absolutely no faith in their advice; however, in this case, it's not so much technical advice, but an answer to your questions: you paid for something and it appears not to be there.

  • Need to run the package

    Hi friends,
    i need to run a package which will send a mail as soon after it runned. I have a package. But i need to run that package for each and every 10 min in a day. For that how i can create a job to execute that package.
    As a result of the job for each and every 10 min ill be receiving a mail. How to create a job to execute my package for every 10 min.
    Regards,
    Mini

    Hi srikanth and hoek,
    Thanks for your reply.
    i dont know why the job is not running and executing the package.
    if i compiled the package separately means, i can able to execute it successfully and also im receiving mails correspondingly.
    begin
    it_check_overdue_issues.email_overdue;
    end;But if i tried to execute the above package using a job means, it is not running corresponding to the time and also not receiving emails. This is my DBMS_JOB query that i used, it is compiling successfully without errors, but not working what is wrong with it.
    DECLARE
        jobno number;
    BEGIN
        DBMS_JOB.SUBMIT(
            job => jobno,
            what => 'BEGIN it_check_overdue_issues.email_overdue; END;',
            next_date => SYSDATE,
            interval => 'SYSDATE + (2/1440)');
        COMMIT;
    END;Regards,
    Mini

  • Creation of package in apps

    I am trying to create package in Apps .. but is giving me error
    PLS-00103: Encountered the symbol ")" when expecting one of the following:
    <an identifier> <a double-quoted delimited-identifier>
    current
    package code is
    CREATE OR REPLACE PACKAGE XXEDPONT_OUT_ASN_PKG AS
    PROCEDURE XXEDPONT_OUT_ASN_PRC();
    END XXEDPONT_OUT_ASN_PKG;
    /*------End of Package Specification----------------------*/
    can any body where i am doing wrong

    Try removing the '()' in the procedure declaration

  • HT5085 I have purchased an app from iTunes and now it won't allow me open it? What do I need to do to access this app on my mac?

    I have purchased an app from iTunes and now it won't allow me open it? What do I need to do to access this app on my mac?

    Nothing. iOS applications can't be run on a computer.
    (103423)

  • I want to upgrade to Mavericks. Will I need to reinstall all of my apps and copy my files back to the hard drive?  I have not installed an OS on a Mac before and I'm wondering whether it is as involved as on a PC.

    I want to upgrade to Mavericks. Will I need to reinstall all of my apps and copy my files back to the hard drive?  I have not installed an OS on a Mac before and I'm wondering whether it is as involved as on a PC.

    Short answer: You do NOT have to reinstall all your apps and copy your files back.
    Longer answer: Upgrading the OS does not touch any user files. Upgrading the OS should not interfere with any applications which are compatible with Mavericks.  In my experience non-Apple apps are generally left unchanged by the upgrade.  It is possible that some apps may need to be upgraded. One good resource for checking application compatibility is RoaringApps.
    Finally, it is always wise to backup everything, just in case.

  • I need help with the iPad Remote app to connect to apple TV 2

    I need help with the iPad Remote app to connect to apple TV 2 I have the app already on my ipad and when I open it only shows my itunes library and not the small black Apple TV 2 icon! How do i fix this and i know it's something 

    Get the manual at http://manuals.info.apple.com/en_US/AppleTV_SetupGuide.pdf
     Cheers, Tom

  • I have tried everything I know to retrieve the iPhoto Library app.  I detest this new Photo app, which obviously wasn't designed with photographers in mind.  I desperately need help in retrieving the old app and have not been able to do it so far.

    I have tried everything I know to retrieve the iPhoto Library app.  I detest this new Photo app, which obviously wasn't designed with photographers in mind.  I desperately need help in retrieving the old app and have not been able to do it so far.  I have gone to my app folder and tried to update my iPhoto Library.  I have gone to my trash and brought it over to my desktop and still cannot use it.  Please help!

    Try this fix discovered by User photosb189:
    From Finder, hold down the option key on your keyboard and click on the Go menu at the top of the screen
    Select Library from the drop down menu
    Then navigate to Application Support > iLifeAssetManagement > assets
    Right click on the 'sub' folder and choose Compress
    Drag the resulting zip file to your Desktop (as a backup)
    Go to your System Preferences and choose iCloud
    Turn OFF the iCloud Photos option
    Go back to Library > Application Support and DELETE the iLifeAssetManagement folder
    Now, in System Preferences, turn the iCloud Photos option ON
    iPhoto should now be able to launch. Give it enough time to re-download your Photo Stream content. if you are missing any of your My Photo Stream photos (more than 30 days old), unzip the sub folder on your desktop and drag that into iPhoto.

  • I just paid almost $10 to create a pdf from a jpg file, but I did it so that I could edit it. Now I find out I needed a different Adobe package that would create the pdf AND let me edit it. What do I do now?

    I just paid almost $10 to create a pdf from a jpg file, but I did it so that I could edit it. Now I find out I needed a different Adobe package that would create the pdf AND let me edit it. What do I do now?

    Hi Marion,
    PDF pack is meant to convert files to pdf format, Here's the feature list : Convert Word to PDF, Convert PDF to Word & Merge PDFs | Adobe PDF Pack
    In order to Create, Convert, edit pdf files, one needs to purchase Acrobat Software, Here's a feature list of Acrobat Pro : Features, PDF documents | Acrobat XI Pro
    However, you can download a free 30 day trial of Acrobat software using the following link : https://helpx.adobe.com/acrobat/kb/acrobat-downloads.html
    Regards,
    Rahul

  • HT4623 I downloaded ios 7, and now i need to accept something in the app-store, but i can't accept it, and now i can't download a thing from the appstore anymore, someone knows how to fix it?

    I downloaded ios 7, and now i need to accept something in the app-store, but i can't accept it, and now i can't download a thing from the appstore anymore, someone knows how to fix it?

    Why can't it be accepted?
    What is "it"?
    If help is desired, stop being vague.

Maybe you are looking for

  • Production error - Urgent -  TSV_TNEW_PAGE_ALLOC_FAILED

    Hi All, Im getting dumps in production system with Runtime Error:          TSV_TNEW_PAGE_ALLOC_FAILED. and when checked the trace, it says as Data type "MCVBAPB" was found in a newer version than required. Any pointers to this wil be helpful thanks B

  • Microphone sounds low when using face time

    For some reason people complain when i use my microphone on my display when using Face Time that the voice is very low any suggestions. When i record on quick time it is fine you think its a face time issue ?

  • Add a field selection to ldb IMA

    Hi friends, could you give a help on this requirement : I need to add a selection field ( pa_vgsber like IMAK-VGSBER ) to a selection screen of logical database IMA in order to select this field in tcode IMR1. I have tried to create a 'CUST' selectio

  • System/webconsole:console failed fatally: transitioned to maintenance

    Please suggest how can i enable svc:/system/webconsole:console in bos56164:/> svcs -xv svc:/application/print/server:default (LP print server) State: disabled since Sun Dec 12 23:08:07 2010 Reason: Disabled by an administrator. See: http://sun.com/ms

  • SAP Crystal Runtime 13 - free to use?

    Hi, We have a few third party systems that use SAP Crystal Runtime. What we have currently is version XI. Just wanted to find out that if its free to upgrade to 13? Not aware of any licensing agreements we have with SAP given that we don't use any of