Running DAQ-9188 with LV13 runs great on developing machine not on target machine

Hi
Running DAQ-9188 with LV13 runs great on developing machine, built exe, transferred to new machine and I cannot get the values to update. Front panel opens everything looks good but no updated values, and no errors. Can someone help?  Thanks.

Looks like others are pointing you in the right direction let me just add a few things.
You must have a project to build an EXE.  You add VIs to the project and then under the Build Specifications in the project you can right click and create a new EXE build.  Here you must specify what the top level VI is which is the thing that gets ran when you run the EXE.
After that you need to make an installer.  To do this go back to the project, and right click Build Specifications but this time make a build for the Installer.  Here you need to say what things to include in the installer.  You can choose to include the EXE you built earlier.  In addition to that under the "Additional Installers" section you can choose to add other installers.  The default one selected will be the run-time engine.  That thing you went and downloaded.  
Other things you'll need depend on what is in your EXE.  Did you use DAQmx?  Then you'll need to include it in the additional installers.  Did you use XNET?  Include it.  Did you use Report Generation? Internet Connectivity Toolkit?  Vision?  VISA?  etc.
It is some times hard to know what to include that's why in 2013 NI added a feature to try to can for things you used and include them.
Including these things will balloon the installer.  Expect several GBs for the installer if you used DAQmx and other things.  Once these are installed on a new machine you can make an update installer that doesn't include these things, and just includes the updated EXE.
Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

Similar Messages

  • How to De-authorize an older PC running Windows 2000 with iTunes 7?  My itunes will not connect with the iTunes store to all the de-auth request.

    How to De-authorize an older PC running Windows 2000 PC with iTunes 7?  My itunes will not connect with the iTunes store to all the deauth request.

    The "Deauthorize All" command is only available if iTunes thinks you are currently using 5 authorizations. 
    Otherwise, you can only deauthorize the old computer by using "Deauthorize this computer" from the computer itself.
    If the old computer is no longer operable, you can't deauthorize it, but that is not a problem.

  • Function will not run (and shows with red cross in SQL Developer)

    I have created the function below by typing into the "Enter SQL Statement" box in the SQL Developer tool and running. I see the message "create or REPLACE FUNCTION Statement Processed". I see the Function in the tree view, but it has a red cross icon next to it, so I guess somethings wrong with it. When I try to run it I get the message "The selected program is in an invalid state for running. Recompile the program and try again." If I right-click the function and compile then I get no errors but the red cross remains and I still can't run it.
    What am I doing wrong?
    Also, I am planning on supplying a SQL script to customers that will have this function at the top of the script, and then I will use the function throughout the rest of the script to decide whether or not to drop a table before re-creating it. Will that be ok? i.e. will the function be available to the rest of the script, or would the function creation need to be followed by a commit/grant/other?
    CREATE OR REPLACE FUNCTION CHECK_TABLE_EXISTS(tableName VARCHAR2)
    RETURN BOOLEAN IS
        tableExists NUMBER(1,0);
    BEGIN
          SELECT COUNT(*) INTO tableExists FROM user_tables WHERE table_name=tableName;
          IF tableExists = 1 THEN
            RETURN TRUE;
          ELSE
            RETURN FALSE;
          END IF;
    END CHECK_TABLE_EXISTS;Thanks,
    Paul

    Hello Try the same at sqlplus and see how it goes. It should not throw any error messages as I tried the same as a normal user Scott with only (connect, resource) priveleges. You dont have to grant any specific previleges for user_tables.
    -Sri
    SRI>conn scott/tiger@sri
    Connected.
    SRI>CREATE OR REPLACE FUNCTION CHECK_TABLE_EXISTS(tableName VARCHAR2)
      2  RETURN BOOLEAN IS
      3      tableExists NUMBER(1,0);
      4  BEGIN
      5        SELECT COUNT(*) INTO tableExists FROM user_tables WHERE table_name=tableName;
      6        IF tableExists = 1 THEN
      7          RETURN TRUE;
      8        ELSE
      9          RETURN FALSE;
    10        END IF;
    11  END CHECK_TABLE_EXISTS;
    12  /
    Function created.
    SRI>set serverout on
    SRI>begin
      2  if check_table_exists('EMP') = TRUE
      3  THEN
      4  dbms_output.put_line('Found');
      5  else
      6  dbms_output.put_line('Not Found');
      7  end if;
      8  end;
      9  /
    Found
    PL/SQL procedure successfully completed.

  • Running JRA recording with Weblogic running as a service

    Is it possible to run JRA recording while running the WebLogic application server as a service?
    The spec for our environment is as follows:
    - JRockit JVM version: JRRT 3.1.0 1.4.2
    - Weblogic version: 8.1 SP6
    - OS: Windows XP SP3
    Ideally, we would like to be able to run JRA recording every hour as an automated process, however as there is no java.exe process to attach to it seems this might not be a possibility? I appreciate is certainly possible to run the application as a console application and attach to the PID of a running java process using JRCMD if WebLogic is not running as a service. Are there any solutions for taking JRA recordings when JRockit is running in a Weblogic Service?

    Tim,
    You can try to run beasvc.exe in debug mode, from a command prompt after the
    server is booted. You can run it by: >beasvc -debug ...
    This will simulate the service being started in the foreground so that you can
    see output messages. You may be trying to run beasvc in a way that is not
    intended. If you continue to have issues, you should open a case with BEA
    Support.
    Regards,
    Glenn
    Developer Relations Engineer
    BEA Support
    Tim Isenhart wrote:
    I want to collect performance data from weblogic running as a service. I
    customized the commandline in the installSvc script and inserted a profiler
    class in front of weblogic.Server.
    When i start the service, beasvc crashes.
    How can i work around this without resorting to running a manual script ?
    Thx,
    Tim

  • Query run time increases with subsequent runs.

    Hello All
    I am looking for some hint about if someone else has faced such an issue in OBIEE
    We are trying to enhance performance of some OBIEE Analysis reports. Every time we do a change and deploy out changes the report runs very quick like in 40 seconds . Even when I run the physical query in the database it runs quick as well. After few minutes we run the report again it take 10 minutes and then after some time we run it again it takes 20 minutes. It stabilized around 30 minutes.
    We thought it needs more tuning. We tried some more, removed outer joins from the RPD, tuned those joins where we are fectching large amounts of data and deployed it again. Again the first time we ran the report it returned results in less than 30 seconds. Ran it again and it took 6 minutes. And again around 9 mins.
    Once again the physical SQL is quick too in the database.
    The first time we run the report we are happy to see the run time but subsequent runs take so long.
    This is a test envt. so there are not huge load on the database. Also currently we dont have any caching enabled but we may do that as well.
    I am just curious to see if anyone has faced something like this. I am running out of options on further tuning the views and joins that we are using.  I am not able to think, why the first time we check our reports they run fast and this behavior is so reproducible now.  And every time we start with our changes we delete all presentation layer cache etc.
    Thanks

    query caching is primarily a run-time performance improvement capability.and over a period of time, performance tends to improve due to cache hits for more refer this Managing Performance Tuning and Query Caching - 11g Release 1 (11.1.1)

  • I run firefox 11 with xp I have avg2012 I will not shut down my avg so when is firefox going to fix this, there is now v 14available but still no answer

    if firefox will not let me run avg2012 then I will have to change to a browser that will I have anther computer running on windows 7 and avg2012 but will not use it yet on the net permanently
    This problem has been known since version 6 and even 4 it its now v14 please fix this well known problem.

    Hi I upgraded to 14.1, Avg safe search was disabled. Skype click to call as well but I do not use that function any way, a Video to mp program,again I do not use it..
    When I installed it I rebooted my computer, then ran a AVG update,
    however to Firefox I do not like running with out the SAFE search, I do have other save guards, but unless Firefox is made to run with the AVG safe search I would advise any one that has important documents on that computer to go to another browser.
    that is what I am going to do once I have all my toolbar contacts saved.
    I have been using Firefox for many years, it seems that is to come to an end.
    My other computer with windows 7 is not connected to the internet, only to connect to steam or other branded secure sites for registered programs.
    AVG SAFE SEARCH has protected me until now, so I am very worried.

  • Late 2014 iMac 5K running unusually slowly with fans running at high speed

    Problem description:
    iMac 5K
    The computer is running unusually slowly although it is not experiencing high CPU utilization.
    The computer's fans run at high speed although the computer is not experiencing heavy usage.
    Apple Diagnostics points to SMC problem.
    SMC and PRAM resets have not worked.
    See Etre Report below.
    Thanks for help.
    Herbie49
    EtreCheck version: 2.1.8 (121)
    Report generated 30. März 2015 07:32:40 MESZ
    Download EtreCheck from http://etresoft.com/etrecheck
    Hardware Information: ℹ️
        iMac (Retina 5K, 27-inch, Late 2014) (Technical Specifications)
        iMac - model: iMac15,1
        1 4 GHz Intel Core i7 CPU: 4-core
        32 GB RAM Upgradeable
            BANK 0/DIMM0
                8 GB DDR3 1600 MHz ok
            BANK 1/DIMM0
                8 GB DDR3 1600 MHz ok
            BANK 0/DIMM1
                8 GB DDR3 1600 MHz ok
            BANK 1/DIMM1
                8 GB DDR3 1600 MHz ok
        Bluetooth: Good - Handoff/Airdrop2 supported
        Wireless:  en1: 802.11 a/b/g/n/ac
    Video Information: ℹ️
        AMD Radeon R9 M295X - VRAM: 4096 MB
            iMac spdisplays_5120x2880Retina
    System Software: ℹ️
        OS X 10.10.2 (14C1514) - Time since boot: 0:31:53
    Disk Information: ℹ️
        APPLE SSD SM0512F disk1 : (500,28 GB)
            EFI (disk1s1) <not mounted> : 210 MB
            Macintosh SSHD (disk1s2) / : 499.42 GB (251.32 GB free)
            Recovery HD (disk1s3) <not mounted>  [Recovery]: 650 MB
        Samsung SSD 840 EVO 750GB disk0 : (750,16 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Herbies Daten (disk0s2) /Volumes/Herbies Daten : 749.30 GB (299.14 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
    USB Information: ℹ️
        Apple Inc. BRCM20702 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple, Inc. Keyboard Hub
            Apple Inc. Apple Keyboard
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Anywhere
    Kernel Extensions: ℹ️
            /Applications/Toast 11 Titanium/Spin Doctor.app
        [not loaded]    com.hzsystems.terminus.driver (4) [Click for support]
            /Library/Application Support/Symantec/AntiVirus
        [not loaded]    com.symantec.kext.SymAPComm (11.1.2f18) [Click for support]
            /System/Library/Extensions
        [not loaded]    com.Logitech.Control Center.HID Driver (2.4.0) [Click for support]
        [not loaded]    com.symantec.kext.internetSecurity (1.3.2f5) [Click for support]
        [not loaded]    com.symantec.kext.ips (3.2f8) [Click for support]
            /Users/[redacted]/Library/Services/ToastIt.service/Contents/MacOS
        [not loaded]    com.roxio.TDIXController (2.0) [Click for support]
    Startup Items: ℹ️
        ProTec6b: Path: /Library/StartupItems/ProTec6b
        Startup items are obsolete in OS X Yosemite
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.adobe.CS5ServiceManager.plist [Click for support]
        [running]    com.symantec.uiagent.application.plist [Click for support]
        [not loaded]    com.teamviewer.teamviewer.plist [Click for support]
        [not loaded]    com.teamviewer.teamviewer_desktop.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.adobe.SwitchBoard.plist [Click for support]
        [loaded]    com.bombich.ccc.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [loaded]    com.symantec.avscandaemon.plist [Click for support]
        [running]    com.symantec.diskMountNotify.plist [Click for support]
        [failed]    com.symantec.MissedTasks.plist [Click for support]
        [loaded]    com.symantec.navapd.plist [Click for support]
        [loaded]    com.symantec.navapdaemonsl.plist [Click for support]
        [loaded]    com.symantec.Sched503-1.plist [Click for support]
        [loaded]    com.symantec.Sched505-3.plist [Click for support]
        [running]    com.symantec.sharedsettings.plist [Click for support]
        [running]    com.symantec.symdaemon.plist [Click for support]
        [failed]    com.symantec.symSchedDaemon.plist [Click for support]
        [not loaded]    com.teamviewer.teamviewer_service.plist [Click for support]
        [loaded]    de.meilenstein.MSTFirstRunInstaller.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [failed]    com.adobe.ARM.[...].plist [Click for support] [Click for details]
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [loaded]    de.starface.STARFACE-Client.plist [Click for support]
        [running]    ws.agile.1PasswordAgent.plist [Click for support]
    User Login Items: ℹ️
        Notizzettel    Programm Hidden (/Applications/Stickies.app)
        Adobe Reader    Programm  (/Applications/Adobe Reader.app)
        Dropbox    Programm  (/Applications/Dropbox.app)
        SpyderUtility    Programm  (/Applications/Datacolor/Spyder4Pro/Support/SpyderUtility.app)
        PopChar    Programm  (/Applications/PopChar.app)
        STARFACE Client    Programm  (/Users/[redacted]/Desktop/STARFACE Client.app)
    Internet Plug-ins: ℹ️
        Google Earth Web Plug-in: Version: 7.0 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        AdobeExManDetect: Version: AdobeExManDetect 1.1.0.0 - SDK 10.7 [Click for support]
        Flip4Mac WMV Plugin: Version: 3.2.0.16   - SDK 10.8 [Click for support]
        OfficeLiveBrowserPlugin: Version: 12.2.8 [Click for support]
        AdobePDFViewerNPAPI: Version: 10.1.5 [Click for support]
        FlashPlayer-10.6: Version: 17.0.0.134 - SDK 10.6 [Click for support]
        Silverlight: Version: 5.1.10411.0 - SDK 10.6 [Click for support]
        Flash Player: Version: 17.0.0.134 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        iPhotoPhotocast: Version: 7.0
        SharePointBrowserPlugin: Version: 14.4.8 - SDK 10.6 [Click for support]
        AdobePDFViewer: Version: 10.1.5 [Click for support]
        JavaAppletPlugin: Version: 15.0.0 - SDK 10.10 Check version
    User internet Plug-ins: ℹ️
        RealPlayer Plugin: Version: Unknown
    Safari Extensions: ℹ️
        1Password
        ExifExt
    Audio Plug-ins: ℹ️
        DVCPROHDAudio: Version: 1.2
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Flip4Mac WMV  [Click for support]
        Growl  [Click for support]
        Norton\nQuickMenu  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Mobile backups: OFF
        Auto backup: YES
        Volumes being backed up:
            Macintosh SSHD: Disk size: 499.42 GB Disk used: 248.10 GB
        Destinations:
            Backups [Network]
            Total size: 6.00 TB
            Total number of backups: 39
            Oldest backup: 2015-01-31 05:27:48 +0000
            Last backup: 2015-03-27 20:28:54 +0000
            Size of backup disk: Excellent
                Backup size 6.00 TB > (Disk size 499.42 GB X 3)
    Top Processes by CPU: ℹ️
             5%    WindowServer
             0%    Dropbox
             0%    SymDaemon
    Top Processes by Memory: ℹ️
        241 MB    Mail
        206 MB    Finder
        172 MB    Safari
        137 MB    Stickies
        137 MB    WindowServer
    Virtual Memory Information: ℹ️
        29.20 GB    Free RAM
        2.79 GB    Active RAM
        721 MB    Inactive RAM
        1.64 GB    Wired RAM
        1.34 GB    Page-ins
        0 B    Page-outs
    Diagnostics Information: ℹ️
        Mar 30, 2015, 06:58:02 AM    /Library/Logs/DiagnosticReports/deleted_2015-03-30-065802_[redacted].crash
        Mar 30, 2015, 06:55:24 AM    Self test - passed

    First uninstall your antivirus. Use only a vendor-provided uninstaller or uninstallation instructions. Never remove files by hand. Never use an "app zapper".
    If that doesn't fix it, take it back to Apple for service.

  • How can I run Photoshop Elements4 with Windows7. The operating system will not open and run it.

    My New computer has windows 7 installed, and it will not open and run my photoshop elements 4  programme. Do I need an upgrade, or can it be run in any other format on this computer.

    Did it install and you're just getting errors trying to run it? If so, try clicking on your Start button. Then, go to All Programs, find the entry for Adobe Photoshop Elements 4 and "right click" on it. Select Properties, and in the Properties dialogue click the Compatibility Tab and try running it in XP Compatibility mode and see if it works that way.
    If not, then it is really not compatible. Just buy the latest (Photoshop Elelments 9) while they offer $40 mail-in rebate (Ends January 5, 2011)
    http://www.adobe.com/products/photoshopel/

  • Major issues with Google services on both my macs, not on XP machine

    Hi,
    Since a couple of weeks (latest OSX update?), I am having major problems publishing on my Blogger (Blogspot) blogs, accessing Gmail and even posting in Google's help forums. The worst behavior occurs in Blogspot: only (extremely!) rarely do posts publish at all. The behavior is not consistent:
    Most times I can’t even log in to my Google / Blogger account (page ‘hangs on loading’) and/or use any Google related services, including (f.i.) Gmail, help forums et cetera.
    Sometimes I can log in (yeehaw), but when I try to add a post and/or alter an existing one, I get the “Could not contact Blogger. Saving and publishing might fail. Retrying” (top of my head) message. Again and again and again. Additionaly, GMail is slow at best.
    This behavior occurs on both my Macs (iMac and brand new MacBook), latest OS X (10.5.7) with every conceivable update installed. All other internet sites (including https, Wordpress et cetera) function flawlessly. Only Google – related pages seem affected.
    I have tried resetting the (Sitecom) modem, restarting my AirportExtreme, flushing all caches (Leopard Cache Cleaner), ran every possible maintenance script I could think of, disabled the firewall and uninstalled PeerGuardian.
    Additionally, I tried Firefox (both stable and beta releases), Safari (including 4), Opera (never able to even get to my account details) and even installed Internet Explorer through CrossOver. Still: no dice. I have, however, been able to publish ONE post (today), which led me to believe the situation might be resolved. Alas, it isn’t, because when I tried to edit it (or post a new post), I encountered the same problems. In the past, this problem never occurred on either Mac. Also, I hooked up an ancient Windows based machine and all Google-sites functioned perfectly.
    If there is anyone out there, who is experiencing similar problems and/or found a solution, feedback would be very much appreciated.
    Erwin
    Message was edited by: erwinvee

    PS. Am I supposed to mark each response as 'helpful'? I consider all responses helpful, so I'd gladly do so.
    Generally, if a suggestion moves your troubleshooting forward (by eliminating possible problems, pointing out new avenues of investigation, etc) you could mark those as "helpful". Mark a suggestion with a green star if that suggestion actually helped solve your problem.
    Getting back to your problem, do you happen to have a VM (like Fusion) on one of your Macs? Just curious if an XP guest OS running on the Mac has a problem or not.
    Another test could be to use a browser that doesn't go through the same software layers that the other browsers do. For example, a command-line browser like "links". Note that this doesn't come with OS X, but can be installed. I use MacPorts, so it's as simple as running "sudo port install links" from the Terminal. If you're not familiar with the Terminal/command line, then this test is probably more hassle than it's worth...

  • SCSM 2012 R2 -Portal Opens with Full Content on Portal Server but not for other Machines

    Setup:
    SharePoint 2010Sp2 installed onto a Server, it uses a Remote SQL DB for SharePoint. Both WebContent Server and SharePoint Webparts are installed onto one computer. Both websites are using the exact same certificate that is registered as computer.domain.com
    Scenario
    When I open up the Https://computer.domain.com:444/SMPortal from the actual Portal server logged on as myself, the Prortal Completely shows everything, and does not ask me to logon, and correctly has
    the certificate. I can also access the Settings.xml and see it in IE.
    The issue is that when I use any other computer, logged in as myself again, it prompts me a few times and then shows me the portal, but none of the Silverlight functionality works, it has the same certificate and is valid, but it has is an empty window
    where it should show "Need Help?". Silverlight is installed. Also, I cannot access the Settings.xml from another Computer in IE.
    Any ideas where to start to figure this out?
    David Baur

    Fixed it...This was an SPN issue where I had two instances of the SPN for the Self Service Portal.
    How to Check: reference
    http://blog.scsmsolutions.com/2012/11/configure-the-kerberos-for-scsm-2012-spn-and-delegation/
    On the Self Service Portal open an elevated command prompt and typed in:
    SetSPN -Q HTTP/servername.domain.com
    This returned both a HTTPS and HTTP for the same server. (We need to remove the Non-Https one)
    To remove the Non-Https SPN I typed the following:
    SetSPN -D HTTPS/servername.domain.com DOMAIN\SMService     (<-Use the Service Manager service account as the name)
    All Fixed for me.
    David Baur

  • OCDM  - Sample Report Installation issue - Runs too longer with No progress

    Hello,
    As a part of OCDM environment setup for Practice we were successful installing following :
    * Supported Enterprise Linux
    * Oracle DB 11g R2 (OLAP & MINING option)
    * OWB was already installed as a part of Oracle DB 11gR2 - just unlocked the OWB accounts.
    * Installed OBIEE 11g R2 installation - Installation successful and able to open url's. (analytics and BI Publisher etc.) - Issue with login account.
    * Installation of Communication Data Model (First Installation type from OCDM Installer)
    When we try to install Sample Reports at same stage the screen remain open and runs too longer with No progress.
    The Installation process for OCDM Sample Reports is given in the attached doc with screenshot and the log file is also included in the attached document.
    Please let us know the following two issue:
    1) How to login to Analytics after OBIEE 11gR2 installed on Linux - ( in our case we use user as Administrator and tried password same as username, even checked with the user weblogic and other but no success. Please provide us the information which give details(document) about the Administartion of OBIEE 11gR2 on Linux).
    2) The issue with installation of OCDM Sampple Reports though successful installation of OCDM Data Model.(First Installation Type from OCDM Installer)
    Thanks & Best Regards,
    Amol Thite
    I think, I cant Attach the file here and character limit is 30K for the post here so putting below the few lines of Log File content:
    I can email the screen shots docs and complete log file on request if needed.
    It stuck in Configuration Assistance screen -
    After more than 1 hour the same screen – No progress – I tried 3 times but same issue. Log file also not growing and seems its waiting for some dependent thing that need to happen before it proceed.
    =====start few lines of Log File=======================================
    The file oraparam.ini could not be found at /u01/app/oracle/product/11.1.0/db_1/oui/bin/oraparam.ini
    Using paramFile: /u01/app/oracle/product/11.1.0/db_1/oui/oraparam.ini
    Checking swap space: must be greater than 500 MB. Actual 1027 MB Passed
    Checking monitor: must be configured to display at least 256 colors. Actual 65536 Passed
    The number of files bootstrapped for the jre is 689.
    The number of files bootstrapped for the oui is 77.
    Using the umask value '022' available from oraparam.ini
    =====end few lines of Log File==================================
    INFO: Copying Aggr XML for: Oracle Communications Data Model
    INFO: The Top level Aggreage File = /u01/app/oracle/product/11.1.0/db_1/inventory/ContentsXML/ConfigXML/oracle.ocdm.11_2_3_0_0.xml
    INFO: deleted all the required instance files
    INFO: OUI_CAPlugIn is not found in XML
    INFO: cf session will be created for OH: /u01/app/oracle/product/11.1.0/db_1/ TLAggr: oracle.ocdm instancePath: inventory/ContentsXML/ConfigXML/
    INFO: cf session for OH: /u01/app/oracle/product/11.1.0/db_1/ TL Aggr: [oracle.ocdm] instancePath: inventory/ContentsXML/ConfigXML/
    INFO: aggr ref length : 2
    INFO: cf session hashcode: 22855989
    INFO: cf session saved with key: OraDb11g_home1 oracle.ocdm
    INFO: cf session is ok
    INFO: created and saved cf session for oh: OraDb11g_home1
    INFO: passing params to cf
    INFO: Handling the storing of variables for aggr name oracle.ocdm
    INFO: This variable sl_ASMSelectableDiskGroups is not added to the global context map
    INFO: This variable s_scratchPath is not added to the global context map
    INFO: exitonly tools to be excuted passed: 0
    INFO: Starting to execute configuration assistants
    INFO: Command = oracle.ocdm.OCDMCfgPlugIn /u01/app/oracle/product/11.1.0/db_1/ocdm/ocdm_install.sh ${s_dbSysPasswd}
    OCDMCfgPlugIn: Starting OCDM configuration...
    OCDMCfgPlugIn: OCDM configuration initialized, waiting for script response...
    OCDMCfgPlugIn: Receiving SYSTEM password...
    OCDMCfgPlugIn: Passing SYSTEM credentials to configuration script...
    OCDMCfgPlugIn: SYSTEM credentials passed to configuration script.
    OCDMCfgPlugIn: SYSTEM password received.
    OCDMCfgPlugIn: Initializing config parameteres...
    OCDMCfgPlugIn: Creating log folder...
    OCDMCfgPlugIn: ocdm log folder exist
    OCDMCfgPlugIn: Exporting config env...
    OCDMCfgPlugIn: Performing OWB check...
    OCDMCfgPlugIn: Installing OWB...
    OCDMCfgPlugIn: WARNING: OWB OWNER already exists.
    OCDMCfgPlugIn: Archive: /u01/app/oracle/product/11.1.0/db_1/ocdm/pdm/relational/sample_schema/ocdm_sample.dmp.zip
    OCDMCfgPlugIn: inflating: /u01/app/oracle/product/11.1.0/db_1/ocdm/install_tmp/ocdm_sample.dmp
    OCDMCfgPlugIn: 2011_02_28_11_24_30 10 % complete
    OCDMCfgPlugIn: Importing OCDM sample schema
    ==================end of log File ========================================

    Hi Please check my answers
    1) How to login to Analytics after OBIEE 11gR2 installed on Linux - ( in our case we use user as Administrator and tried password same as username, even checked with the user weblogic and other but no success. Please provide us the information which give details(document) about the Administartion of OBIEE 11gR2 on Linux).
    The current OCDM version does not support BIEE 11g, so you need to install BIEE 10g. In next release(will be available soon), OCDM will support BIEE 11g.
    2) The issue with installation of OCDM Sampple Reports though successful installation of OCDM Data Model.(First Installation Type from OCDM Installer)
    The importing will take a long time, you can login database with ocdm_sample_sys/ocdm_sample_sys, and use "select count(*) from tabs;" to monitor the import process.

  • Mac Book Pro with Yosemite run clearly slower than Mavericks

    HI
    I come from other thread about problems whit wifi connection with Yosemite. The great Linc David solved the problem and that has meant thoroughly clean the Mac
    I have a Mac Book Pro 13", early 2011 (!only four years¡) with 8 GB of RAM (the maximum), 2,7 GHz Intel Core i7 processor and whit Yosemite everything it´s significantly slower that with Mavericks: open a word, do a screening...even when typing fast some first characters don´t appear.
    My conclusion it´s clear the max OS that you can install in one Mac Book Pro 13", early 2011,(like me) it´s Maverick. Yosemite clearly slows the mac.
    If someone can convince me otherwise I would be very grateful, because I did not backup before installing the Yosemite. And i don´t know how go back. Here you have the Entrecheck report:
    Thanks in advance
    Jesus
    Problem description:
    Mac Book Pro 13”, early 2011 , 8GB  1333 MHz DDR3 (the max), 2,7 GHz Intel Core i7, run clearly slower with Yosemite than Mavericks
    EtreCheck version: 2.1.8 (121)
    Report generated 13 de abril de 2015, 15:28:48 CEST
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook Pro (13-inch, Early 2011) (Technical Specifications)
        MacBook Pro - model: MacBookPro8,1
        1 2.7 GHz Intel Core i7 CPU: 2-core
        8 GB RAM Upgradeable
            BANK 0/DIMM0
                4 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                4 GB DDR3 1333 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 30
    Video Information: ℹ️
        Intel HD Graphics 3000
            Philips 244E 1920 x 1080 @ 60 Hz
    System Software: ℹ️
        OS X 10.10.3 (14D131) - Time since boot: 11:32:43
    Disk Information: ℹ️
        TOSHIBA MK5065GSXF disk0 : (500,11 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) / : 499.25 GB (274.47 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
        MATSHITADVD-R   UJ-8A8 
    USB Information: ℹ️
        Apple Inc. FaceTime HD Camera (Built-in)
        Iomega Storage 500,11 GB
            EFI (disk2s1) <not mounted> : 210 MB
            Time Machine (disk2s2) /Volumes/Time Machine : 499.76 GB (293.79 GB free)
        Iomega Storage 500,11 GB
            EFI (disk1s1) <not mounted> : 210 MB
            Copia de Seguridad (disk1s2) /Volumes/Copia de Seguridad : 499.76 GB (316.45 GB free)
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Computer, Inc. IR Receiver
        Microsoft Compact Optical Mouse 500
        C3PO USB SMART CARD READER
        Wacom Co.,Ltd. Intuos5 touch S
    Firewire Information: ℹ️
        iomega eGo Rugged FW USB2 800mbit - 800mbit max
            EFI (disk3s1) <not mounted> : 210 MB
            JVT (disk3s2) /Volumes/JVT : 999.86 GB (868.78 GB free)
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Configuration files: ℹ️
        /etc/hosts - Count: 30
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /Applications/VMware Fusion.app
        [not loaded]    com.vmware.kext.vmci (90.6.3) [Click for support]
        [not loaded]    com.vmware.kext.vmioplug.14.1.3 (14.1.3) [Click for support]
        [not loaded]    com.vmware.kext.vmnet (0249.89.30) [Click for support]
        [not loaded]    com.vmware.kext.vmx86 (0249.89.30) [Click for support]
        [not loaded]    com.vmware.kext.vsockets (90.6.0) [Click for support]
            /System/Library/Extensions
        [loaded]    com.Cycling74.driver.Soundflower (1.6.6 - SDK 10.6) [Click for support]
        [not loaded]    com.emu.driver.EMUUSBAudio (1.4.0 - SDK 10.6) [Click for support]
        [loaded]    com.hzsystems.terminus.driver (4) [Click for support]
        [not loaded]    com.macvide.driver.MacVideAudioConnectorDriver (1.0.0) [Click for support]
        [not loaded]    com.roxio.BluRaySupport (1.1.6) [Click for support]
        [not loaded]    com.wacom.kext.wacomtablet (6.3.7 - SDK 10.8) [Click for support]
            /Users/[redacted]/Library/Services/ToastIt.service/Contents/MacOS
        [not loaded]    com.roxio.TDIXController (2.0) [Click for support]
    Startup Items: ℹ️
        MySQLCOM: Path: /Library/StartupItems/MySQLCOM
        Startup items are obsolete in OS X Yosemite
    Problem System Launch Agents: ℹ️
        [killed]    com.apple.CallHistoryPluginHelper.plist
        [killed]    com.apple.CallHistorySyncHelper.plist
        [killed]    com.apple.cloudphotosd.plist
        [killed]    com.apple.coreservices.appleid.authentication.plist
        [killed]    com.apple.EscrowSecurityAlert.plist
        [killed]    com.apple.gamed.plist
        [killed]    com.apple.icloud.fmfd.plist
        [killed]    com.apple.Maps.pushdaemon.plist
        [killed]    com.apple.photolibraryd.plist
        [killed]    com.apple.rcd.plist
        [killed]    com.apple.SafariCloudHistoryPushAgent.plist
        [killed]    com.apple.SafariNotificationAgent.plist
        [killed]    com.apple.security.cloudkeychainproxy.plist
        [killed]    com.apple.telephonyutilities.callservicesd.plist
        14 processes killed due to memory pressure
    Problem System Launch Daemons: ℹ️
        [killed]    com.apple.AssetCacheLocatorService.plist
        [killed]    com.apple.awdd.plist
        [failed]    com.apple.mtrecorder.plist
        [killed]    com.apple.nehelper.plist
        [killed]    com.apple.tccd.system.plist
        [killed]    com.apple.wdhelper.plist
        [killed]    com.apple.xpc.smd.plist
        6 processes killed due to memory pressure
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.adobe.CS5ServiceManager.plist [Click for support]
        [loaded]    com.divx.dms.agent.plist [Click for support]
        [loaded]    com.divx.update.agent.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
        [running]    com.wacom.wacomtablet.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.adobe.SwitchBoard.plist [Click for support]
        [failed]    com.apple.spirecorder.plist
        [loaded]    com.bombich.ccc.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    com.oracle.java.JavaUpdateHelper.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.google.keystone.agent.plist [Click for support]
    User Login Items: ℹ️
        Mail    Aplicación Hidden (/Applications/Mail.app)
        Dropbox    Aplicación  (/Applications/Dropbox.app)
    Internet Plug-ins: ℹ️
        JavaAppletPlugin: Version: Java 8 Update 31 Check version
        WacomNetscape: Version: 2.1.0-1 - SDK 10.8 [Click for support]
        OVSHelper: Version: 1.1 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        WacomTabletPlugin: Version: WacomTabletPlugin 2.1.0.2 [Click for support]
        FlashPlayer-10.6: Version: 17.0.0.134 - SDK 10.6 [Click for support]
        DivX Web Player: Version: 3.2.4.1250 - SDK 10.6 [Click for support]
        Flash Player: Version: 17.0.0.134 - SDK 10.6 [Click for support]
        iPhotoPhotocast: Version: 7.0 - SDK 10.8
        QuickTime Plugin: Version: 7.7.3
        SharePointBrowserPlugin: Version: 14.0.0 [Click for support]
        DirectorShockwave: Version: 12.0.3r133 - SDK 10.6 [Click for support]
    User internet Plug-ins: ℹ️
        Google Earth Web Plug-in: Version: 7.1 [Click for support]
    Safari Extensions: ℹ️
        iMedia Converter Deluxe 
        iTube Studio
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Java  [Click for support]
        MySQL  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Mobile backups: OFF
        Auto backup: NO - Auto backup turned off
        Volumes being backed up:
        Destinations:
            Time Machine [Local]
            Total size: 499.76 GB
            Total number of backups: 2
            Oldest backup: 2012-11-25 14:45:01 +0000
            Last backup: 2012-11-26 22:08:06 +0000
            Size of backup disk: Excellent
                Backup size 499.76 GB > (Disk size 0 B X 3)
    Top Processes by CPU: ℹ️
             9%    mds
             5%    WindowServer
             0%    fontd
             0%    taskgated
             0%    com.apple.ifdreader
    Top Processes by Memory: ℹ️
        412 MB    Finder
        172 MB    Safari
        137 MB    Mail
        86 MB    com.apple.WebKit.WebContent
        69 MB    WindowServer
    Virtual Memory Information: ℹ️
        2.92 GB    Free RAM
        1.95 GB    Active RAM
        762 MB    Inactive RAM
        1.64 GB    Wired RAM
        21.92 GB    Page-ins
        212 MB    Page-outs
    Diagnostics Information: ℹ️
        Apr 13, 2015, 04:20:54 AM    /Library/Logs/DiagnosticReports/BDLDaemon_2015-04-13-042054_[redacted].cpu_reso urce.diag [Click for details]
        Apr 13, 2015, 03:55:58 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/cloudd_2015-04-13-035558_[reda cted].crash
        Apr 13, 2015, 03:55:31 AM    /Library/Logs/DiagnosticReports/com.apple.AmbientDisplayAgent_2015-04-13-035531 _[redacted].crash
        Apr 13, 2015, 03:54:03 AM    Self test - passed
        Apr 13, 2015, 03:53:27 AM    /Library/Logs/DiagnosticReports/BDLDaemon_2015-04-13-035327_[redacted].cpu_reso urce.diag [Click for details]
        Apr 13, 2015, 03:33:24 AM    /Library/Logs/DiagnosticReports/WacomTabletDriver_2015-04-13-033324_[redacted]. crash
        Apr 13, 2015, 01:03:43 AM    /Library/Logs/DiagnosticReports/BDLDaemon_2015-04-13-010343_[redacted].cpu_reso urce.diag [Click for details]
        Apr 13, 2015, 12:59:40 AM    /Library/Logs/DiagnosticReports/AntivirusforMac_2015-04-13-005940_[redacted].cp u_resource.diag [Click for details]
        Apr 12, 2015, 10:28:40 PM    /Library/Logs/DiagnosticReports/WacomTabletDriver_2015-04-12-222840_[redacted]. crash
        Apr 12, 2015, 07:58:07 PM    /Library/Logs/DiagnosticReports/System Preferences_2015-04-12-195807_[redacted].hang

    In fact many Mac forums talk about change the hard disk mechanical to other of solid state as solution for MacBook Pro.

  • Do I need Daq s/w while running a Labview exe which contains the DAQ hardware cards on a pc which does not have Labview s/w

    I am having a Labview 6i program which takes hardware status from the NI hardware cards...now I make its exe with Labview Run Time Engine & then I am unistalling complete Labview with "Remove all" option....then I am installing this exe......Do I need DAQ or MAX now ?

    Hello,
    If you have an executable with DAQ functions in it, then you are required to have NI-DAQ installed on the machine.
    Also, please post your LabVIEW/DAQ questions in the appropriate category...this category is for questions pertaining to the NI product "Measure for Windows", which you do not appear to be using.
    Have a nice day,
    Darren N.
    Darren Nattinger, CLA
    LabVIEW Artisan and Nugget Penman

  • I currently run Mac Pro with three hard drives. Can I dual boot or even triple boot with Snow Leaopard on one drive and Mountain Lion or Lion on others?

    I currently run Mac Pro with three hard drives. Can I dual boot or even triple boot with Snow Leopard on one drive and Mountain Lion or Lion on others?
    I need to keep Snow Leopard so that I can run some old softward.

    If you are careful you can put at least two on one drive, having Recovery from Lion and Mountain Lion on their own drives though.
    CCC can clone Lion Recovery - great for moving or backup.

  • How to Install crystal run time programs with out designer.

    Can anyone suggest me  how to install crystal run time program with out installing entire designer software.
    Is it coming along with CR software package, which we have to do custom install or is it coming as a different package.  
    Currently my client is using only the run time programs to trigger crystal  report from VB app but developers have installed entire software for development.  We need to figure out how this install can be done, as it was done long time before and folks who have done it left the company.  
    Any suggestion on this would be of great help to me.

    See this wiki:
    https://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsforVisualStudio.NETRuntimeDistribution-Versions9.1to12.0
    Ludek

Maybe you are looking for

  • Access privileges error message-help

    I have a cd-rw that I want to use and i'm not sure what's on it. I was going to see what is on it and erase it so I could use it to back up a few folders. When I insert the cd I get the message: "The operation could not be completed because you do no

  • Not able to round off value

    Hi guys Even after giving indicator "17" in (Rounding as per T001R) in the pricing procedure, we are not getting the round off value while sales processing.. Any suggestions. Regards Sidhu

  • Diff between pb00 and pbxx

    dear all, i want to what is the difference between PB00 AND PBXX. i WANT TO KNOW WHEN AND WHERE THESE CONDITIONS TYPES ARE USED. in some pricing schema , they are maintaining pb00,other shemas as PBXX. PL.GUIDE ME. Regards, velu

  • Frequency response vi and writing to lvm files

    I'm having trouble writing the magnitude y/x of the frequency response vi to an .lvm file. I don't get any samples in my file when I run the program. Any idea what I'm doing wrong here? Attachments: testernw.vi ‏381 KB

  • Need WXP MCE drivers for Qosmio F20

    Hi everyone. I recently reloaded the OS on a clients Qosmio F20 (PQF20A-00D00C). They didn't have any recovery disks and I didn't make any recovery disks (as per a KB article I found later - not that I recall any such menu item). I am looking for the