Perforce Workspace and LabVIEW

Hi,
I am taking over a job where I am using an existing PC which has got LabVIEW configured with Perforce for Source Ctrl.
I am using the same local workspace as my predecessor which is simple the c drive.
When I create a new VI and add it to perforce or edit an existing VI, those changes get added onto my predecessor's change list not mine.
The fix is to drag and drop my VIs from my predecessor's change list onto mine but it is a real nuisance.
This only happen with LabVIEW, I use text files. When I check them out they go in my change list without any problem.
Therefore I think the problem comes from LV.
I look into LabVIEW "configure source control", I can't see why the VIs always get checked out into my colleague change list instead of mine.
If anyone has a solution that would be greatly appreciated. 
We are using LV 8.2
Many Thanks,
Christophe 
Solved!
Go to Solution.

Is there a system environment variable P4USER set to the username of your predecessor on that computer?  If so, update it (and possibly other P4 variables) to reflect your name, or delete those environment variables.

Similar Messages

  • Perforce SCC and Labview 8.5

    I have been using Perforce with LV for a couple of years now and until recently, all has been ok.
    Trouble is I recently upgraded the PC that was running my SCC and upgraded my client installations, well I'm assuming thats part of the problem anyway.
    On my client PC, I have the perforce root set to a folder on my D drive. Now, everytime I open LV 8.5, open a library file or code that uses a library file I get an error from Perforce telling me that path xxx.vi is not under client root folder.
    Well, of course it isn't - it never was before, why does it need to be now?
    when it's only 1 message it's an annoyance. when it's 20 or 30 that i need to acknowledge before I can get on it's a right royal pain the arse.
    This behaviour is not seen on LV7, 7.1, 8.0 but it is on LV 8.2
    Any ideas on how to resolve this? other than moving my client root folder of course, which I don't want to do.
    Ta
    Matt

    Ooop - pressed the wrong button.
    I am using client version P4SCC/NTX86/2005.1/85663 and server version 2007.3/143793. SCC provider is set to Perforce and yes, all the versions of labview I have tried this with are on the same client PC.
    I haven't tried the P4 command line from my client PC - I'll give that a go and report back.
    My initial thought given that it affects both 8.2 and 8.5 is that it has something to do with the way LV is interfacing with Perforce, but beyond that I'm at a loss. For example both 8.2 and 8.5 request and are given a 12 houre perforce ticket, which none of the other versions do (login expiration dialog under SCC options --> advanced, tab connection.)
    M

  • Getting LabVIEW-Perforce integration to work with a complex Perforce Workspace

    Hi
    I am having trouble getting my Perforce system to work with LabVIEW 8.6 Professional. Briefly, Perforce has a special system for splitting a workspace over two logical drives. In my case these are a Novell shared drive which holds versions which I have "published" as a code branch for colleagues, and my local drive which holds the development line. To do this requires Perforce workspace settings of:
    Workspace-> VMware-NI
    root -> null
    AltRoots ->
    c:/
    r:/
    View->
    "//depot/LabVIEW/BJTB Library/LV851/release/..." "//VMWare-NI/r:/NI/LabVIEW851/user.lib/B.J. Treves Brown/..."
    "//depot/LabVIEW/BJTB Library/LV860/release/..." "//VMWare-NI/r:/NI/LabVIEW860/user.lib/B.J. Treves Brown/..."
    "//depot/LabVIEW/BJTB Library/main/..." //VMWare-NI/c:/Users/mcnssbt/Documents/LabVIEW/Lib-Devel/...
    <etc>
    This works correctly with the Perforce tools, but not from the LabVIEW project using either Perforce Command Line or Perforce SCM.
    If I cut the workspace down to 
    root -> c:/
    AltRoots->
    View ->  
    "//depot/LabVIEW/BJTB Library/main/..." //VMWare-NI/c:/Users/mcnssbt/Documents/LabVIEW/Lib-Devel/...
    Then LabVIEW integration works correctly, identifying which files are checked out, etc.
    Any ideas (apart from maintaining two workspace definitions)?
    Thanks
    Bernard Treves Brown

    Hi Bernard
    I received information from R&D regarding this issue, and it seems like
    the problem is not with the integration between Perforce and LabVIEW, but rather
    the way in which the   utilization of the "AltRoots" feature. This feature
    is intended to use the same Perforce client specifications on multiple
    platforms with different directory naming conventions. It was
    not meant to be used with two drives on the same platform, which can lead to the
    following issues. Please see the link below for a definition
    of the AltRoots command.
    http://www.perforce.com/perforce/doc.082/manuals/cmdref/client.html
    I hope this helps,
    Many thanks
    Andrew McLennan
    Applications Engineer
    National Instruments

  • NI 5660 Driver DLL Errors when using Teststand 2010 and LabVIEW Run-Time Engine 2010

    This problem seems similar to the post "Resource not found error in executable on developmen​t machine." but I didn't want to repost under that thread because I only happened upon it by chance and none of my searches brought me there... so I made a more descriptive Subject.
    I am working on a system that uses a PXI Chassis with a NI 5600 Downconverter and a NI 5620 high speed digitizer, among other PXI Cards. 
    I inherited working code written in LabVIEW 2010, running with the LabVIEW Run-Time Engine 2010.  The code was using a custom executive and my task was to rewrite the test using TestStand 2010.  I reused the majority of the old code.  The old code used NI-5660 to control the 5600 and 5620.  When I run my sequence using the LV Development System and TestStand, it runs without any issues.  When I change the adapter over to LabVIEW Run-Time Engine 2010, all of my NI5660 VIs become broken due to DLL issues.  It warns that the nipxi5600u​.dll was not initialized correctly.  Many of the errors are associated with the NI Tuner and NI Scope. After this LabVIEW will crash randomly, and the seqeunce will not work in TestStand even when back with the LV Development Adapter.  The only way to recover after this is to restart the computer - TestStand automatically reverts back to the development system, the VIs are no longer broken and the sequence works again. 
    I have all of my VIs associated with a project. After reading a little bit about DLLs and TestStand, I found all of the DLLs in the dependencies section of my project and added them to my TestStand workspace.  I also used Dependency Walker to track down the problems with the nipxi5600u​.dll, the 2 DLL files that it said were not found already existed in the same folder as the original DLL (C:\Windows\System32).  I have also performed a Mass Compile to make sure everything was running in LV 2010.  If I skip the steps involving the 5660, my entire sequence runs fine. 
    The previous code was running with the LabVIEW Run-Time Engine without any issues.  Is there just a step I am missing?  Has anyone seen anything like this before?  I can send screenshots of errors to provide more detail if necessary. 

    I have tried some more things and still can't get it to work.  I have added the VIs mentioned in the Notes On Creating Modulation Executables KB both to the TestStand workspace and the LabVIEW project holding all of my VIs.  This did not change the results. 
    When I try to run my sequence, The first error I get is shown in Error 1445.bmp.  This happens when I try to use the NI 5660 initialize.vi.  If I click ignore, the next error I see is shown in Error -20551.bmp.  When I try to open the VI to look at it, I get the 2 DLL errors shown in Error loading nipxi5600u.bmp and Error loading nidaq32.bmp.  When I close TestStand, I get the error LabVIEW Fatal Error.bmp. 
    Attachments:
    Error1445.JPG ‏164 KB
    Error -20551.JPG ‏174 KB
    Error loading nipxi5600u.JPG ‏9 KB

  • Error involving Report Generation Toolkit and Labview Run Time Engine

    Developed an application using LabVIEW 6.1 and LabVIEW Report Generation Toolkit for Microsoft Office 1.0.1. From there, tried to build a shared application for use with the LabVIEW Run Time Engine. The Run Time version functions properly until "New Report.vi" is called and then an error is generated, code 7, calling out "Open VI Reference in New Report.vi" could not be found. When building the application, I did include the "NI Reports Support" in the advanced installer options. The machine used for original development and application build is running Windows XP Pro and Office XP. Any suggestions??

    I am having the exact same problem but with LV 6.1 and M/S WORD 2000. It appears that the "New Report.vi" is trying to open "C:\APP.DIR\Word_Open.vi" and "C:\APP.Dir\Word_Open_Document.vi" by reference. The "OFFICE 2000.TXT" says that "_exclsub.llb and _wordsub.llb must be added as support files when building an application or a dynamic link library with the application builder." I added them as Support Files and I copied them to the "C:\TESTER\" where the TESTER.EXE is and I still get ERROR 7 in "NEW REPORT.VI" at VI OPEN REFERENCE.
    Do I need to make a "C:\TESTER\DATA\" sub-dir and put the support files there?
    I am building on MY COMPUTER on F: Drive on a network and transporting files to the real Tester.
    I displayed my App.Property of APP.DI
    R at start up and it is C:\TESTER\ ! How would my application know that "Word_Open.vi" and "Word_Open_Document.vi" are actually inside the _wordsub.llb?
    Any ideas ?
    Greg Klocek

  • Error while creating a workspace and workspace user

    Hi Everyone
    I have installed oracle 11.1.0.7 on our server and the os is windows server 2008. I tried creating a new workspace and workspace user using the repository assistant on the server itself i mean i am using OWB which comes along with the 11g database. It is installing 60% and at the end it gives me this error:
    The warehouse builder workspace installation failed Java.Sql.SQLexception ora -00942 table or view does not exist
    How can i deal with this error? any suggestions ?
    Thanks & Regards
    Subhasree

    Hi everyone,
    I got the same problem. It is very urgent to get an answer.
    Thanks
    Siegwin

  • 11.1.2.2  workspace and sharedservices error

    I installed 11.1.2.2 in my laptop....but iam getting following error for workspace and sharedservices.
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    please help how to resolve it

    Found the following in MIDDLEWARE_HOME/user_projects/epmsystem1/diagnostics/logs/validation/validationTool-stdout.txt
    ALL  ) HTTP Server checks failed!!!!!!!!!!!!!!!!!.......
    ( Feb 3, 2014 9:39:40 PM ) Configuration tasks state test successfully completed.
    ( Feb 3, 2014 9:39:40 PM )  - passed: Validating that configuration tasks have been completed
    ( Feb 3, 2014 9:39:41 PM ) Configuration tasks state test successfully completed.
    ( Feb 3, 2014 9:39:41 PM )  - passed: Validating that configuration tasks have been completed
    ( Feb 3, 2014 9:39:41 PM ) Configuration tasks state test successfully completed.
    ( Feb 3, 2014 9:39:41 PM )  - passed: Validating that configuration tasks have been completed
    ( Feb 3, 2014 9:39:41 PM ) Configuration tasks state test successfully completed.
    ( Feb 3, 2014 9:39:41 PM )  - passed: Validating that configuration tasks have been completed
    ( Feb 3, 2014 9:39:41 PM ) Configuration tasks state test successfully completed.
    ( Feb 3, 2014 9:39:41 PM )  - passed: Validating that configuration tasks have been completed
    ( Feb 3, 2014 9:39:42 PM ) Configuration tasks state test successfully completed.
    ( Feb 3, 2014 9:39:42 PM )  - passed: Validating that configuration tasks have been completed
    ( Feb 3, 2014 9:39:42 PM ) Configuration tasks state test successfully completed.
    ( Feb 3, 2014 9:39:42 PM )  - passed: Validating that configuration tasks have been completed
    ( Feb 3, 2014 9:39:42 PM ) Configuration tasks state test successfully completed.
    ( Feb 3, 2014 9:39:42 PM )  - passed: Validating that configuration tasks have been completed
    ( Feb 3, 2014 9:39:42 PM ) Configuration tasks state test successfully completed.
    ( Feb 3, 2014 9:39:42 PM )  - passed: Validating that configuration tasks have been completed
    ( Feb 3, 2014 9:39:43 PM ) Configuration tasks state test successfully completed.
    ( Feb 3, 2014 9:39:43 PM )  - passed: Validating that configuration tasks have been completed
    ( Feb 3, 2014 9:39:43 PM ) Configuration tasks state test successfully completed.
    ( Feb 3, 2014 9:39:43 PM )  - passed: Validating that configuration tasks have been completed
    ( Feb 3, 2014 9:39:43 PM ) Configuration tasks state test successfully completed.
    ( Feb 3, 2014 9:39:43 PM )  - passed: Validating that configuration tasks have been completed
    ( Feb 3, 2014 9:39:43 PM ) Configuration tasks state test successfully completed.
    ( Feb 3, 2014 9:39:43 PM )  - passed: Validating that configuration tasks have been completed
    ( Feb 3, 2014 9:39:44 PM ) DB Connectivity test for repository successfully completed.
    ( Feb 3, 2014 9:39:44 PM )  - passed: Checking connection to database jdbc:oracle:thin:@localhost:1521:orcl
    ( Feb 3, 2014 9:39:44 PM ) DB Connectivity test for repository successfully completed.
    ( Feb 3, 2014 9:39:44 PM )  - passed: Checking connection to database jdbc:oracle:thin:@localhost:1521:orcl
    ( Feb 3, 2014 9:39:44 PM ) DB Connectivity test for repository successfully completed.
    ( Feb 3, 2014 9:39:44 PM )  - passed: Checking connection to database jdbc:oracle:thin:@localhost:1521:orcl
    ( Feb 3, 2014 9:39:44 PM ) DB Connectivity test for repository successfully completed.
    ( Feb 3, 2014 9:39:44 PM )  - passed: Checking connection to database jdbc:oracle:thin:@localhost:1521:orcl
    ( Feb 3, 2014 9:39:45 PM ) DB Connectivity test for repository successfully completed.
    ( Feb 3, 2014 9:39:45 PM )  - passed: Checking connection to database jdbc:oracle:thin:@localhost:1521:orcl
    ( Feb 3, 2014 9:39:45 PM ) DB Connectivity test for repository successfully completed.
    ( Feb 3, 2014 9:39:45 PM )  - passed: Checking connection to database jdbc:oracle:thin:@localhost:1521:orcl
    ( Feb 3, 2014 9:39:45 PM ) DB Connectivity test for repository successfully completed.
    ( Feb 3, 2014 9:39:45 PM )  - passed: Checking connection to database jdbc:oracle:thin:@localhost:1521:orcl
    ( Feb 3, 2014 9:39:46 PM ) DB Connectivity test for repository successfully completed.
    ( Feb 3, 2014 9:39:46 PM )  - passed: Checking connection to database jdbc:oracle:thin:@localhost:1521:orcl
    ( Feb 3, 2014 9:39:50 PM ) Web Applications check failed.
    ( Feb 3, 2014 9:39:50 PM )  - failed: Availability of Web application context http://EPMSrvr:6550/aif/faces/setup/Main.jspx
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:39:50 PM )  - failed: Availability of Web application context http://EPMSrvr:6550/oracle-epm-erpi-webservices/RuleService
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:39:50 PM )  - failed: Availability of Web application context http://EPMSrvr:9000/aif/faces/setup/Main.jspx
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:39:50 PM )  - failed: Availability of Web application context http://EPMSrvr:9000/oracle-epm-erpi-webservices/RuleService
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:39:55 PM ) Web Applications check failed.
    ( Feb 3, 2014 9:39:55 PM )  - failed: Availability of Web application context http://EPMSrvr:9000/easconsole/console.html
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:39:55 PM )  - failed: Availability of Web application context http://EPMSrvr:9000/aps/APS
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:39:55 PM )  - failed: Availability of Web application context http://EPMSrvr:9000/essbase-webservices/AdminService
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:39:55 PM )  - failed: Availability of Web application context http://EPMSrvr:13080/aps/APS
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:39:55 PM )  - failed: Availability of Web application context http://EPMSrvr:13080/essbase-webservices/AdminService
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:39:57 PM ) Web Applications check failed.
    ( Feb 3, 2014 9:39:57 PM )  - failed: Availability of Web application context http://EPMSrvr:9000/awb/conf/AwbConfig.xml
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:39:57 PM )  - failed: Availability of Web application context http://EPMSrvr:9000/DataSync
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:39:59 PM ) Web Applications check failed.
    ( Feb 3, 2014 9:39:59 PM )  - failed: Availability of Web application context http://EPMSrvr:9000/calcmgr/index.htm
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:39:59 PM )  - failed: Availability of Web application context http://EPMSrvr:8500/calcmgr/index.htm
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:40:04 PM ) Web Applications check failed.
    ( Feb 3, 2014 9:40:04 PM )  - failed: Availability of Web application context http://EPMSrvr:9000/easconsole/console.html
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:40:04 PM )  - failed: Availability of Web application context http://EPMSrvr:10080/easconsole/console.html
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:40:04 PM )  - failed: Availability of Web application context http://EPMSrvr:9000/aps/APS
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:40:04 PM )  - failed: Availability of Web application context http://EPMSrvr:9000/essbase-webservices/AdminService
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:40:06 PM ) Web Applications check failed.
    ( Feb 3, 2014 9:40:06 PM )  - failed: Availability of Web application context http://EPMSrvr:9000/interop
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:40:06 PM )  - failed: Availability of Web application context http://EPMSrvr:28080/interop
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:40:10 PM ) Web Applications check failed.
    ( Feb 3, 2014 9:40:10 PM )  - failed: Availability of Web application context http://EPMSrvr:7363/oracle-epm-fm-webservices/ApplicationService
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:40:10 PM )  - failed: Availability of Web application context http://EPMSrvr:9000/oracle-epm-fm-webservices/ApplicationService
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:40:10 PM )  - failed: Availability of Web application context http://EPMSrvr:9000/hfmadf/faces/hfm.jspx
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:40:10 PM )  - failed: Availability of Web application context http://EPMSrvr:7363/hfmadf/faces/hfm.jspx
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:40:11 PM ) Web Applications check failed.
    ( Feb 3, 2014 9:40:13 PM ) Web Applications check failed.
    ( Feb 3, 2014 9:40:13 PM )  - failed: Availability of Web application context http://EPMSrvr:28080/workspace/status
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:40:13 PM )  - failed: Availability of Web application context http://EPMSrvr:9000/workspace/status
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:40:34 PM ) HTTP Server check failed.
    ( Feb 3, 2014 9:40:34 PM )  - failed: Checking availability of HTTP context http://EPMSrvr:9000/interop
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:40:34 PM )  - failed: Checking availability of HTTP context http://EPMSrvr:9000/workspace/status
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:40:34 PM )  - failed: Checking availability of HTTP context http://EPMSrvr:9000/awb/conf/AwbConfig.xml
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:40:34 PM )  - failed: Checking availability of HTTP context http://EPMSrvr:9000/easconsole/console.html
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:40:34 PM )  - failed: Checking availability of HTTP context http://EPMSrvr:9000/calcmgr/index.htm
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:40:34 PM )  - failed: Checking availability of HTTP context http://EPMSrvr:9000/DataSync
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:40:34 PM )  - failed: Checking availability of HTTP context http://EPMSrvr:9000/oracle-epm-fm-webservices/ApplicationService
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:40:34 PM )  - failed: Checking availability of HTTP context http://EPMSrvr:9000/hfmadf/faces/hfm.jspx
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:40:34 PM )  - failed: Checking availability of HTTP context http://EPMSrvr:9000/hfmofficeprovider/HFMOfficeProvider.aspx
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:40:34 PM )  - failed: Checking availability of HTTP context http://EPMSrvr:9000/HyperionFDM
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:40:34 PM )  - failed: Checking availability of HTTP context http://EPMSrvr:9000/hfmlcmservice/LCMWS.asmx
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:40:34 PM )  - failed: Checking availability of HTTP context http://EPMSrvr:9000/hfmapplicationservice/Application.asmx
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:40:34 PM )  - failed: Checking availability of HTTP context http://EPMSrvr:9000/hfm/default.asp
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:40:34 PM )  - failed: Checking availability of HTTP context http://EPMSrvr:9000/hyperion-bpma-server/Applications.asmx
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:40:34 PM )  - failed: Checking availability of HTTP context http://EPMSrvr:9000/aif/faces/setup/Main.jspx
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:40:34 PM )  - failed: Checking availability of HTTP context http://EPMSrvr:9000/oracle-epm-erpi-webservices/RuleService
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:40:34 PM )  - failed: Checking availability of HTTP context http://EPMSrvr:9000/raframework/index.jsp
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:40:34 PM )  - failed: Checking availability of HTTP context http://EPMSrvr:9000/aps/APS
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:40:34 PM )  - failed: Checking availability of HTTP context http://EPMSrvr:9000/essbase-webservices/AdminService
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:40:36 PM ) External Providers check successfully completed.
    ( Feb 3, 2014 9:40:36 PM )  - passed: Check Native Directory external authentication provider configuration
    ( Feb 3, 2014 9:40:37 PM ) External Providers check successfully completed.
    ( Feb 3, 2014 9:40:37 PM )  - passed: Check Native Directory external authentication provider configuration
    ( Feb 3, 2014 9:40:37 PM ) External Providers check successfully completed.
    ( Feb 3, 2014 9:40:37 PM )  - passed: Check Native Directory external authentication provider configuration
    ( Feb 3, 2014 9:40:37 PM ) External Providers check successfully completed.
    ( Feb 3, 2014 9:40:37 PM )  - passed: Check Native Directory external authentication provider configuration
    ( Feb 3, 2014 9:40:37 PM ) External Providers check successfully completed.
    ( Feb 3, 2014 9:40:37 PM )  - passed: Check Native Directory external authentication provider configuration
    ( Feb 3, 2014 9:40:38 PM ) External Providers check successfully completed.
    ( Feb 3, 2014 9:40:38 PM )  - passed: Check Native Directory external authentication provider configuration
    ( Feb 3, 2014 9:40:38 PM ) External Providers check successfully completed.
    ( Feb 3, 2014 9:40:38 PM )  - passed: Check Native Directory external authentication provider configuration
    ( Feb 3, 2014 9:40:38 PM ) External Providers check successfully completed.
    ( Feb 3, 2014 9:40:38 PM )  - passed: Check Native Directory external authentication provider configuration
    ( Feb 3, 2014 9:40:38 PM ) External Providers check successfully completed.
    ( Feb 3, 2014 9:40:38 PM )  - passed: Check Native Directory external authentication provider configuration
    ( Feb 3, 2014 9:40:39 PM ) External Providers check successfully completed.
    ( Feb 3, 2014 9:40:39 PM )  - passed: Check Native Directory external authentication provider configuration
    ( Feb 3, 2014 9:40:41 PM ) Login check failed.
    ( Feb 3, 2014 9:40:41 PM )  - failed: Checking availability of login http://EPMSrvr:28080/interop/logon
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:40:41 PM )  - failed: Checking availability of login http://EPMSrvr:28080/interop/logon
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:40:43 PM ) Login check failed.
    ( Feb 3, 2014 9:40:43 PM )  - failed: Checking availability of login http://EPMSrvr:28080/workspace/status
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:40:43 PM )  - failed: Checking availability of login http://EPMSrvr:28080/workspace/status
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:40:50 PM ) Missed registry links check successfully completed.
    ( Feb 3, 2014 9:40:50 PM )  - passed: Checking that all components in the registry have a link to host
    ( Feb 3, 2014 9:40:50 PM ) Datasource entries existence successfully completed.
    ( Feb 3, 2014 9:40:50 PM )  - passed: Checking if datasource property exists in the registry
    ( Feb 3, 2014 9:40:50 PM )  - passed: Checking if datasource property exists in the registry
    ( Feb 3, 2014 9:40:50 PM ) Datasource entries existence failed.
    ( Feb 3, 2014 9:40:50 PM ) Datasource entries existence failed.
    ( Feb 3, 2014 9:40:51 PM ) Datasource entries existence successfully completed.
    ( Feb 3, 2014 9:40:51 PM )  - passed: Checking if datasource property exists in the registry
    ( Feb 3, 2014 9:40:51 PM )  - passed: Checking if datasource property exists in the registry
    ( Feb 3, 2014 9:40:51 PM ) Datasource entries existence failed.
    ( Feb 3, 2014 9:40:51 PM ) Datasource entries existence failed.
    ( Feb 3, 2014 9:40:51 PM ) Datasource entries existence failed.
    ( Feb 3, 2014 9:40:52 PM ) Datasource entries existence failed.
    ( Feb 3, 2014 9:40:52 PM ) Datasource entries existence failed.
    ( Feb 3, 2014 9:40:52 PM ) Web Server Registry check successfully completed.
    ( Feb 3, 2014 9:40:52 PM )  - passed: Checking if Web Server linked to the all Web Applications
    ( Feb 3, 2014 9:40:57 PM ) Shared library targeting test successfully completed.
    ( Feb 3, 2014 9:40:57 PM )  - passed: Check if all shared libraries are targeted for application "ErpIntegrator0".
    ( Feb 3, 2014 9:40:58 PM ) Shared library targeting test successfully completed.
    ( Feb 3, 2014 9:40:58 PM )  - passed: Check if all shared libraries are targeted for application "AnalyticProviderServices0".
    ( Feb 3, 2014 9:40:58 PM ) Shared library targeting test failed.
    ( Feb 3, 2014 9:40:58 PM ) Shared library targeting test successfully completed.
    ( Feb 3, 2014 9:40:58 PM )  - passed: Check if all shared libraries are targeted for application "CalcMgr0".
    ( Feb 3, 2014 9:40:59 PM ) Shared library targeting test successfully completed.
    ( Feb 3, 2014 9:40:59 PM )  - passed: Check if all shared libraries are targeted for application "EssbaseAdminServices0".
    ( Feb 3, 2014 9:40:59 PM ) Shared library targeting test successfully completed.
    ( Feb 3, 2014 9:40:59 PM )  - passed: Check if all shared libraries are targeted for application "FoundationServices0".
    ( Feb 3, 2014 9:40:59 PM ) Shared library targeting test successfully completed.
    ( Feb 3, 2014 9:40:59 PM )  - passed: Check if all shared libraries are targeted for application "HFMWeb0".
    ( Feb 3, 2014 9:40:59 PM )  - passed: Check if all shared libraries are targeted for application "HFMWeb0".
    ( Feb 3, 2014 9:41:00 PM ) Shared library targeting test failed.
    ( Feb 3, 2014 9:41:00 PM ) Shared library targeting test successfully completed.
    ( Feb 3, 2014 9:41:00 PM )  - passed: Check if all shared libraries are targeted for application "FoundationServices0".
    ( Feb 3, 2014 9:41:08 PM ) Checking if registry database compy with taxonomy. successfully completed.
    ( Feb 3, 2014 9:41:08 PM )  - passed: All components comply with registry taxonomy.
    ( Feb 3, 2014 9:41:08 PM ) System path variable length test successfully completed.
    ( Feb 3, 2014 9:41:08 PM )  - passed: Checking whether system path variable length exceeds 2,000
    ( Feb 3, 2014 9:41:08 PM ) Product registry component test successfully completed.
    ( Feb 3, 2014 9:41:08 PM )  - passed: Checking if product has only one product node in registry.
    ( Feb 3, 2014 9:41:08 PM ) Product registry component test successfully completed.
    ( Feb 3, 2014 9:41:08 PM )  - passed: Checking if product has only one product node in registry.
    ( Feb 3, 2014 9:41:09 PM ) Product registry component test successfully completed.
    ( Feb 3, 2014 9:41:09 PM )  - passed: Checking if product has only one product node in registry.
    ( Feb 3, 2014 9:41:09 PM ) Product registry component test successfully completed.
    ( Feb 3, 2014 9:41:09 PM )  - passed: Checking if product has only one product node in registry.
    ( Feb 3, 2014 9:41:09 PM ) Product registry component test successfully completed.
    ( Feb 3, 2014 9:41:09 PM )  - passed: Checking if product has only one product node in registry.
    ( Feb 3, 2014 9:41:10 PM ) Product registry component test successfully completed.
    ( Feb 3, 2014 9:41:10 PM )  - passed: Checking if product has only one product node in registry.
    ( Feb 3, 2014 9:41:10 PM ) Product registry component test successfully completed.
    ( Feb 3, 2014 9:41:10 PM )  - passed: Checking if product has only one product node in registry.
    ( Feb 3, 2014 9:41:10 PM ) Product registry component test successfully completed.
    ( Feb 3, 2014 9:41:10 PM )  - passed: Checking if product has only one product node in registry.
    ( Feb 3, 2014 9:41:10 PM ) Product registry component test successfully completed.
    ( Feb 3, 2014 9:41:10 PM )  - passed: Checking if product has only one product node in registry.
    ( Feb 3, 2014 9:41:10 PM ) Product registry component test successfully completed.
    ( Feb 3, 2014 9:41:10 PM )  - passed: Checking if product has only one product node in registry.
    ( Feb 3, 2014 9:41:11 PM ) Product registry component test successfully completed.
    ( Feb 3, 2014 9:41:11 PM )  - passed: Checking if product has only one product node in registry.
    ( Feb 3, 2014 9:41:11 PM ) Product registry component test successfully completed.
    ( Feb 3, 2014 9:41:11 PM )  - passed: Checking if product has only one product node in registry.
    ( Feb 3, 2014 9:41:11 PM ) Product registry component test successfully completed.
    ( Feb 3, 2014 9:41:11 PM )  - passed: Checking if product has only one product node in registry.
    ( Feb 3, 2014 9:41:12 PM ) Check system-jazn-data.xml file for HIT entries successfully completed.
    ( Feb 3, 2014 9:41:12 PM )  - passed: All HIT entries are present in system-jazn-data.xml
    ( Feb 3, 2014 9:41:12 PM ) EPMA DimensionServer Server Configuration successfully completed.
    ( Feb 3, 2014 9:41:12 PM )  - passed: Validating EPMA Dimension Server hyperion-bpma-server startup... Successful...
    ( Feb 3, 2014 9:41:16 PM ) Check EPMA services individually failed.
    ( Feb 3, 2014 9:41:16 PM )  - failed: Validating whether jobmanager service is available.
        Error:com.hyperion.cis.utils.BadResponseCodeException: Bad response code: 500
    COMP ID = oracle.EPMOHPS
    Hyperion Provider Services - Release 11.1.2.2.100.2138
    Copyright (c) 1991, 2011 Oracle and / or its affiliates. All rights reserved.
    connection mode : EMBEDDED
    essbase.properties: essbase.properties
    java System properties -DESS_ES_HOME: null
    ( Feb 3, 2014 9:41:21 PM ) Essbase server check failed.
    ( Feb 3, 2014 9:41:21 PM )  - failed: Validating Essbase Server connection to EPMSrvr
        Error:Cannot connect to olap service. Cannot connect to Essbase Server at "EPMSrvr:1423". Network error [10061]: Failed to connect to [EPMSrvr:1423]
    ( Feb 3, 2014 9:41:26 PM ) Essbase server check using MaxL failed.
    ( Feb 3, 2014 9:41:26 PM )  - failed: Validating Essbase Server startup using MaxL command
        Error:EPMVLD-01010: Cannot connect to Essbase Server using MaxL.
    ( Feb 3, 2014 9:41:28 PM ) Essbase Studio Server failed.
    ( Feb 3, 2014 9:41:28 PM )  - failed: Validating Essbase Studio Server connection
        Error:Network communication with the server failed. Check your network connection and try again.
    ( Feb 3, 2014 9:41:28 PM ) Financial Management Application Server Configuration successfully completed.
    ( Feb 3, 2014 9:41:28 PM )  - passed: Validating Financial Management Server registration Successful...
    ( Feb 3, 2014 9:41:31 PM ) Financial Management Service Validation failed.
    ( Feb 3, 2014 9:41:31 PM )  - failed: Verify that the Financial Management service is working.
        Error:EPMVLD-01024: The Financial Management service check failed: ERROR: Unable to CreateApplicationCAS
    ( Feb 3, 2014 9:41:31 PM ) Financial Management Web Server successfully completed.
    ( Feb 3, 2014 9:41:31 PM )  - passed: Validating Financial Management Web application connection Successful...
    ( Feb 3, 2014 9:41:32 PM ) SmartView Provider successfully completed.
    ( Feb 3, 2014 9:41:32 PM )  - passed: Validating Financial Management SmartView Provider connection Successful...
    ( Feb 3, 2014 9:41:32 PM ) LCM Provider successfully completed.
    ( Feb 3, 2014 9:41:32 PM )  - passed: Validating Financial Management LCM Provider connection Successful...
    ( Feb 3, 2014 9:41:49 PM ) Module login test failed.
    ( Feb 3, 2014 9:41:49 PM )  - failed: Module test for Shared Services with URL http://EPMSrvr:28080/workspace/index.jsp?module=interop.interop
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:41:49 PM )  - failed: Module test for Performance Management Architect with URL http://EPMSrvr:28080/workspace/index.jsp?module=awb.awb
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:41:49 PM )  - failed: Module test for Essbase Administration Services with URL http://EPMSrvr:28080/workspace/index.jsp?module=eas.eas
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:41:49 PM )  - failed: Module test for Calculation Manager with URL http://EPMSrvr:28080/workspace/index.jsp?module=calcmgr.calcmgr
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:41:49 PM )  - failed: Module test for Performance Management Architect Data Synchronizer with URL http://EPMSrvr:28080/workspace/index.jsp?module=DataSync.DataSync
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:41:49 PM )  - failed: Module test for Financial Management Web Services with URL http://EPMSrvr:28080/workspace/index.jsp?module=oracle-epm-fm-webservices.oracle-epm-fm-webservices
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:41:49 PM )  - failed: Module test for Financial Management ADF Web Application with URL http://EPMSrvr:28080/workspace/index.jsp?module=hfmadf.hfmadf
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:41:49 PM )  - failed: Module test for Financial Management Smart View with URL http://EPMSrvr:28080/workspace/index.jsp?module=hfmofficeprovider.hfmofficeprovider
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:41:49 PM )  - failed: Module test for FDM with URL http://EPMSrvr:28080/workspace/index.jsp?module=HyperionFDM.HyperionFDM
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:41:49 PM )  - failed: Module test for Financial Management LCM Service with URL http://EPMSrvr:28080/workspace/index.jsp?module=hfmlcmservice.hfmlcmservice
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:41:49 PM )  - failed: Module test for Financial Management ASP Web Services with URL http://EPMSrvr:28080/workspace/index.jsp?module=hfmapplicationservice.hfmapplicationservice
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:41:49 PM )  - failed: Module test for Financial Management with URL http://EPMSrvr:28080/workspace/index.jsp?module=hfm.hfm
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:41:49 PM )  - failed: Module test for Performance Management Architect Dimension Server with URL http://EPMSrvr:28080/workspace/index.jsp?module=hyperion-bpma-server.hyperion-bpma-server
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:41:49 PM )  - failed: Module test for ERP Integrator with URL http://EPMSrvr:28080/workspace/index.jsp?module=aif.aif
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:41:49 PM )  - failed: Module test for Reporting and Analysis with URL http://EPMSrvr:28080/workspace/index.jsp?module=raframework.raframework
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:41:49 PM )  - failed: Module test for Provider Services with URL http://EPMSrvr:28080/workspace/index.jsp?module=aps.aps
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:41:50 PM ) Web Server link test failed.
    ( Feb 3, 2014 9:42:08 PM ) EnumerateDimensions failed.
    ( Feb 3, 2014 9:42:08 PM )  - failed: Launch external checker with next command: C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_29/bin/java -DEPM_ORACLE_HOME=C:\Oracle\Middleware\EPMSystem11R1 -DEPM_ORACLE_INSTANCE=C:\Oracle\Middleware\user_projects\epmsystem1 -Djava.util.logging.config.class=oracle.core.ojdl.logging.LoggingConfiguration -Doracle.core.ojdl.logging.config.file=C:\Oracle\Middleware\user_projects\epmsystem1\config\validation\11.1.2.0\validationTool-logging.xml com.oracle.epm.epma.config.validations.dimeditor.EnumDimensions
        Error:EPMVLD-01011: Result java.net.ConnectException; Error message:  Connection refused: connect
    ( Feb 3, 2014 9:42:26 PM ) EnumerateApplications failed.
    ( Feb 3, 2014 9:42:26 PM )  - failed: Launch external checker with next command: C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_29/bin/java -DEPM_ORACLE_HOME=C:\Oracle\Middleware\EPMSystem11R1 -DEPM_ORACLE_INSTANCE=C:\Oracle\Middleware\user_projects\epmsystem1 -Djava.util.logging.config.class=oracle.core.ojdl.logging.LoggingConfiguration -Doracle.core.ojdl.logging.config.file=C:\Oracle\Middleware\user_projects\epmsystem1\config\validation\11.1.2.0\validationTool-logging.xml com.oracle.epm.epma.config.validations.repository.EnumApplications
        Error:EPMVLD-01011: Result java.net.ConnectException; Error message:  Connection refused: connect
    ( Feb 3, 2014 9:42:44 PM ) EnumerateDataSynchronizations failed.
    ( Feb 3, 2014 9:42:44 PM )  - failed: Launch external checker with next command: C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_29/bin/java -DEPM_ORACLE_HOME=C:\Oracle\Middleware\EPMSystem11R1 -DEPM_ORACLE_INSTANCE=C:\Oracle\Middleware\user_projects\epmsystem1 -Djava.util.logging.config.class=oracle.core.ojdl.logging.LoggingConfiguration -Doracle.core.ojdl.logging.config.file=C:\Oracle\Middleware\user_projects\epmsystem1\config\validation\11.1.2.0\validationTool-logging.xml com.oracle.epm.epma.config.validations.repository.EnumDataSyncs
        Error:EPMVLD-01011: Result java.net.ConnectException; Error message:  Connection refused: connect
    ( Feb 3, 2014 9:43:03 PM ) DimensionEditorLoadAdf failed.
    ( Feb 3, 2014 9:43:03 PM )  - failed: Launch external checker with next command: C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_29/bin/java -DEPM_ORACLE_HOME=C:\Oracle\Middleware\EPMSystem11R1 -DEPM_ORACLE_INSTANCE=C:\Oracle\Middleware\user_projects\epmsystem1 -Djava.util.logging.config.class=oracle.core.ojdl.logging.LoggingConfiguration -Doracle.core.ojdl.logging.config.file=C:\Oracle\Middleware\user_projects\epmsystem1\config\validation\11.1.2.0\validationTool-logging.xml com.oracle.epm.epma.config.validations.dimeditor.DimEditorLoadAdf
        Error:EPMVLD-01011: Result java.net.ConnectException; Error message:  Connection refused: connect
    ( Feb 3, 2014 9:43:21 PM ) ApplicationManagerLoadAdf failed.
    ( Feb 3, 2014 9:43:21 PM )  - failed: Launch external checker with next command: C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_29/bin/java -DEPM_ORACLE_HOME=C:\Oracle\Middleware\EPMSystem11R1 -DEPM_ORACLE_INSTANCE=C:\Oracle\Middleware\user_projects\epmsystem1 -Djava.util.logging.config.class=oracle.core.ojdl.logging.LoggingConfiguration -Doracle.core.ojdl.logging.config.file=C:\Oracle\Middleware\user_projects\epmsystem1\config\validation\11.1.2.0\validationTool-logging.xml com.oracle.epm.epma.config.validations.appmanager.AppMgrLoadAdf
        Error:EPMVLD-01011: Result java.net.ConnectException; Error message:  Connection refused: connect
    ( Feb 3, 2014 9:43:22 PM ) Check if the Reporting and Analysis Setup (RA_SETUP) component exists. successfully completed.
    ( Feb 3, 2014 9:43:22 PM )  - passed: Found: 1.
    ( Feb 3, 2014 9:43:22 PM ) Check if all required RAF properties exist under the Reporting and Analysis Setup component. successfully completed.
    ( Feb 3, 2014 9:43:22 PM )  - passed: All required properties exist.
    ( Feb 3, 2014 9:43:23 PM ) Check if the Agent Module (AGENT_MODULE) components exist. successfully completed.
    ( Feb 3, 2014 9:43:23 PM )  - passed: Found: 1.
    ( Feb 3, 2014 9:43:23 PM ) Check if the Reporting and Analysis Service (RA_SERVICE) components exist. successfully completed.
    ( Feb 3, 2014 9:43:23 PM )  - passed: Found: 17.
    ( Feb 3, 2014 9:43:23 PM ) Check if the Agent (AGENT) components exist. successfully completed.
    ( Feb 3, 2014 9:43:23 PM )  - passed: Found: 1. Hosts for the components: EPMSrvr.
    ( Feb 3, 2014 9:43:24 PM ) Check if the RAF Logical Web App (LOGICAL_WEB_APP) component exists. successfully completed.
    ( Feb 3, 2014 9:43:24 PM )  - passed: Found: 1.
    ( Feb 3, 2014 9:43:24 PM ) Check if the RAF Web App (RA_FRAMEWORK_WEB_APP) components exist. successfully completed.
    ( Feb 3, 2014 9:43:24 PM )  - passed: Found: 2. Hosts for the components: EPMSrvr, EPMSrvr.
    ( Feb 3, 2014 9:43:25 PM ) Check consistency of the Service Agent sets between Registry and V8_SERVICEAGENT. successfully completed.
    ( Feb 3, 2014 9:43:25 PM )  - passed: Data in Registry and database are consistent.
    ( Feb 3, 2014 9:43:26 PM ) Check consistency of the Service Agent properties between Registry and database tables (V8_SERVICEAGENT, V8_SA_PROPS). successfully completed.
    ( Feb 3, 2014 9:43:26 PM )  - passed: Data in Registry and database are consistent.
    ( Feb 3, 2014 9:43:26 PM ) Check if all required RAF properties exist under the RAF Logical Web App component. successfully completed.
    ( Feb 3, 2014 9:43:26 PM )  - passed: All required properties exist.
    ( Feb 3, 2014 9:43:27 PM ) Check if all required Workspace configuration files exist under the RAF Logical Web App component. successfully completed.
    ( Feb 3, 2014 9:43:27 PM )  - passed: All required files exist.
    ( Feb 3, 2014 9:43:28 PM ) Check if Agents are available. failed.
    ( Feb 3, 2014 9:43:28 PM )  - failed: No available Agents.
        Error:No available Agents.
    ( Feb 3, 2014 9:43:30 PM ) Check if RAF Services are available. failed.
    ( Feb 3, 2014 9:43:30 PM )  - failed: No available RAF Services.
        Error:No available RAF Services.
    ( Feb 3, 2014 9:43:31 PM ) Check if Repository data folder exists. successfully completed.
    ( Feb 3, 2014 9:43:31 PM )  - passed: Data file locations are valid.
    ( Feb 3, 2014 9:43:33 PM ) Check if Job Factory data folder exists. successfully completed.
    ( Feb 3, 2014 9:43:33 PM )  - passed: Data file locations are valid.
    ( Feb 3, 2014 9:43:34 PM ) Check if Service Broker data folder exists. successfully completed.
    ( Feb 3, 2014 9:43:34 PM )  - passed: Data file locations are valid.
    ( Feb 3, 2014 9:43:36 PM ) Check if Event Server data folder exists. successfully completed.
    ( Feb 3, 2014 9:43:36 PM )  - passed: Data file locations are valid.
    ( Feb 3, 2014 9:43:36 PM ) Check if every Agent is associated with some Agent Module(s). successfully completed.
    ( Feb 3, 2014 9:43:36 PM )  - passed: Every Agent is associated with some Agent Module(s).
    ( Feb 3, 2014 9:43:37 PM ) Check if every Reporting and Analysis Service is associated with some Agent Module. successfully completed.
    ( Feb 3, 2014 9:43:37 PM )  - passed: Every Reporting and Analysis Service is associated with some Agent Module.
    ( Feb 3, 2014 9:43:38 PM ) Check if every Agent Module is associated with some Agent. successfully completed.
    ( Feb 3, 2014 9:43:38 PM )  - passed: Every Agent Module is associated with some Agent.
    ( Feb 3, 2014 9:43:38 PM ) Check if every Agent Module (except IR Log) is associated with some Reporting and Analysis Service(s). successfully completed.
    ( Feb 3, 2014 9:43:38 PM )  - passed: Every Agent Module (except IR Log) is associated with some Reporting and Analysis Service(s).
    ( Feb 3, 2014 9:43:38 PM ) Check if Agent Modules and corresponding Agents belong to the same host. successfully completed.
    ( Feb 3, 2014 9:43:38 PM )  - passed: Agent Modules and corresponding Agents belong to the same host.
    ( Feb 3, 2014 9:43:42 PM ) Check if Reporting and Analysis Services and corresponding Agent Modules belong to the same host. successfully completed.
    ( Feb 3, 2014 9:43:42 PM )  - passed: Reporting and Analysis Services and corresponding Agent Modules belong to the same host.
    ( Feb 3, 2014 9:43:43 PM ) CSS Status Check failed.
    ( Feb 3, 2014 9:43:43 PM )  - failed: Validating that CSS has been initialized
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:43:44 PM ) CES Status Check failed.
    ( Feb 3, 2014 9:43:44 PM )  - failed: Validating that CES has been initialized
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:43:46 PM ) Audit Status Check failed.
    ( Feb 3, 2014 9:43:46 PM )  - failed: Validating that Audit has been initialized
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:43:47 PM ) LCM Status Check failed.
    ( Feb 3, 2014 9:43:47 PM )  - failed: Validating that LCM has been initialized
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:43:48 PM ) HUB Status Check failed.
    ( Feb 3, 2014 9:43:48 PM )  - failed: Validating that HUB has been initialized
        Error:java.net.ConnectException: Connection refused: connect
    ( Feb 3, 2014 9:43:50 PM ) Registry Status Check failed.
    ( Feb 3, 2014 9:43:50 PM )  - failed: Validating that Registry has been initialized
        Error:java.net.ConnectException: Connection refused: connect
    Zipping logs...

  • Communication problem with FP-2000 and Labview 7.1

    I am using the FP-2000, DO-403 and TC-120 modules with Labview 7.1, being run on a host computer via an ethernet connection.  The setup has operated flawlessly for ~2 years; recently, I have noticed that while a VI is running on my PC, connection to the FP module ceases.  There is no pop-up "connection error" in my VI, and the all the power and status LEDs on the FP modules are normal.  I can still interact with the VI on the front panel while it is running, but nothing is passed to the FP module.  I have tried communicating with MAX when this occurs and receive a "no connection" message.  Is there a simple solution here, such as rebooting the FP module?  Or is it time to invest in new hardware?
    Justin

    I am having a very similar problem with my cFP-1804 and Labview 7.0.  I have no problem initiating communication over ethernet, and the vi will run perfectly for hours or even days.  Inevitably, however, at some point there is no longer communication with the cFP-1804.  Data is no longer being passed either to or from the cFP-1804, and MAX will show that the device is not connected.  I also will not see any pop-up error message that says the connection has been lost, either from Windows or from Labview.  The vi will just continue to run as if nothing has happened.  Turning the power to the cFP-1804 off and then on will always resolve this problem.  Since I am using the cFP-1804 primarily for data logging, however, this behavior is particularly problematic as the system will record nothing but zeroes until I discover that the communication has been severed and perform the manual power cycling.
    I have been unable thus far to determine the cause of this problem.  Any help would be greatly appreciated.
    Thanks,
    Derrick

  • I have a problem with simulation in Matlab 6.5 and LabVIEW for PID controllers

    I have a problem with simulation in Matlab 6.5 and LabVIEW. I have some methods for granting PID controllers in MATLAB to go but not LabVIEW. International Teams degree to transfer two but when I go past the fourth degree no longer work. We changed the formula for calculating the parameters for grade four and gave me some good values for Matlab award but when I put on LabVIEW have not settled. formulas are available in PDF and are. Please help me and me someone if possible. Thanks
    lim.4 generation parameters in MATLAB program and comparison methods are for second-degree transfer function.
    Solved!
    Go to Solution.
    Attachments:
    Pt net.zip ‏2183 KB

    This is the VIs what i try to make,but is not work. This pdf. document was used to create last VIs PID. thenk you for your colaboration.
    Attachments:
    PID create by me.vi ‏312 KB
    tut_3782.pdf ‏75 KB

  • Google Earth Plugin and LabVIEW: High CPU usage when adding placemarks

    Hi,
    I posted this question on stackoverflow earlier this week but feel it might be better suited to the LabVIEW community specifically so I'm reposting here:
    I'm writing an application which uses the Google Earth Plugin to display events on the globe. Each event is a single point kml placemark with an icon which is a 3kb png file. Placemarks are uploaded to the plugin as they are received by the software. I am experiencing increasing CPU usage with the number of placemarks that are added.
    I have tested displaying a new placemark every second and running until the software running the plugin completely froze (graph attached). The GEPlugin (green trace) stopped responding (i.e. the globe did not respond to the mouse) at around 1200 placemarks added and CPU usage was at ~30%. When the software itself (red trace) froze the plugin was using around 50% CPU and ~3700 placemarks had been added). After the freeze, no new placemarks were added which caused the software to respond (but not the plugin) so I could clear all the placemarks. After the placemarks were cleared from the globe, the CPU usage of the plugin returned to around 5% CPU.
    So what I've seen is that GEPlugin CPU usage increases linearly with each kml placemark added. Is this the expected behaviour/ a normal limitation of the plugin? If not is there a more efficient way of adding many placemarks to the globe?
    I am using GEPlugin version 7.1.1.1580 (API version 1.010) and LabVIEW 12.0f3
    Please see the test results attached. Any input greatly appreciated!
    Original stackoverflow post:
    http://stackoverflow.com/questions/20994323/google-earth-plugin-with-labview-high-cpu-usage-when-add...
    Attachments:
    Performance Log 020114_095115.png ‏82 KB

    Hello,
    I have had a look at your graphs and understood what you are trying to do. To me it seems that as the image gets more complex it gets harde to render which wold likely cause increase in CPU usage resulting in the freeze. I would suggest you try running the program on anoher computer to check on the RAM front of things. If this is a limitation of the GE Plugin then unfortunately I can not do much to help, but if you think this is a problem coming from your LabVIEW code then you can post your code here and I can take a look.

  • Run-time engine problem in Labview 2009 and Labview 2010

    I have a problem with Labview 2009 and Labview 2010. I updated my Labview 2009 into 2010. But it turned out to be a trial one, because i did not have the serial number. So I uninstalled the Labview 2010. however, the funny stuff came over. I cannot use my Labview 2009. So i uninstalled Labview 2009 again. But eventually, I could not reinstall Labview 2009. Every time i had a runtime error and i could not proceed with the installation. in addition, any installation  related to Labview is not permitted and the same error came up every time. it is very annoying.
    So, What is the deal?
    I attached the error here. Any comments or advice are welcomed and appreciated.
    Attachments:
    error.docx ‏2305 KB

    By chance is this machine's language set to any non-English locale?  You would check the locale setting by:
    Opening Control Panel.
    Opening "Regional and Language Options".
    Looking Under "Regional Options" >> "Standards and Formats"
    If it is set to something besides English, trying setting it to English and please report back what locale it was set to (or if this even solves the problem).
    Regards,
    - WesW

  • Report Generation Toolkit and Labview 8 ?

    I currently have Labview 7.1 on my computer, and Labview 8.  I have installed the Report generation Toolkit 1.1.1, but when I try to open several of the excel and word vi's in labview 8, I get the error that "constants wired to case structures were changed to a hidden control to maintain compatibility with labview 7.1 and earlier".  And therefore the subvi's don't run.  Labview 7.1 doesn't have the toolkit installed, and I've even tried uninstalling 7.1 but nothing works.  How do I fix this?  Relinking to subvi hasn't work because it is not offered on any of the errored vi's or subvi's.  The broken wires are going into invoke node vi's, but I don't know how to fix them.  It doesn't allow me to rewire them.

    If you dont want to use it in LabView 7.1, Just make a mass compile with LabView8.0 on the directory of you package.
    It could solve a lots of that kind of problem.
    Be sure that you do net need it with your previous version.
    Benoit
    Benoit Séguin
    Software Designer

  • How to acquire data through multiple channels in parallel using PXI 6070 E, PXI 4071 and LabVIEW?

    Hi,
    I am using NI LabVIEW, NI PXI 4071, and NI PXI 6070E to measure current through a variable resistance. Now, I am using one channel from SCB-68, but I want to add another channel in parallel so that I can have two resistors instead of one that I cam measure current through them.
    I have attached a Pdf file showing the setup for hardware in use and LabVIEW code also.
    Can anyone look at these files and give me guide lines or ideas that can help me resolving this issue, please.
    Thanks in advance.
    Best Regards,
    Shaheen.
    Solved!
    Go to Solution.
    Attachments:
    IV copy for HS.vi ‏55 KB
    Layout of NI Cards.pdf ‏248 KB

    Your 4071 can only do one measurement at a time. Your DAQ cannot measure resistance either nor has it got any analogue inputs.
    However, you could use a multiplexer and multiplex your 4071 DMM. This wont give you simultaneous measurements but can acquire data one after the other, the speed is obviously dependent on the multiplexer you choose!
    Hope this helps.
    Beginner? Try LabVIEW Basics
    Sharing bits of code? Try Snippets or LAVA Code Capture Tool
    Have you tried Quick Drop?, Visit QD Community.

  • MATLAB and LabVIEW Communication Optimal Performance

    I have tried my own code,  searched through forums and examples to try and figure out best method to communicate between LabVIEW and MATLAB.  Most of the information I found was over a year old and I was wondering if there was a better current solution.  My goal is to work in LabVIEW to collect the data, process in MATLAB and return the results to LabVIEW.  I have encountered some difficulty in my search and before I delve even further in to one in particular, I was wondering if anybody had an optimal solution with this communication protocol or solutions to my errors encountered thus far.
    I have looked at the following methods.
    1)TCP/IP and a very good example found here: http://www.mathworks.com/matlabcentral/fileexchange/11802-matlab-tcp-ip-code-example
    When I try to adjust even the example and communicate for my own purposes I get the following errors
    Error 63 if MATLAB server not running
    Error 66 occurs if the TCP/IP connection is closed by the peer. In this case, Windows notices that no data is returned within a reasonable time, and it closes the TCP/IP connection. When LabVIEW attempts to communicate after Windows closes the connection, error 66 is the result. 
    However, the example itself works perfectly and does not get these errors
    2)Math Script Node, works but the post below states that MATLAB Node is faster.
    "computing fft of a 1024x1024 matrix ten times (attached code). Result is that Matlab node version takes 0.5s versus 1.6s for Mathscript node version."
     http://forums.ni.com/t5/LabVIEW/Why-are-mathscript-performances-much-below-matlab-s/m-p/2369760/high...
    3) MATLAB Node, which states it uses ActiveX Technology seemingly works well, but loses time for data transfer.
    4) Trying to use the ActiveX functions or if there is other Automation potential.
    5)Other solutions that I have not found that might be better suited.
    Thank you for any help or suggestions in advance. 

    Barp and Mikeporter,
    Thank you for your assistance:
    The reason I need to do the processing in matlab is as you mentioned the processing script is coming from another person who has already developed it in matlab.  I almost have to treat it as a black box.
    The TCP/IP method was interesting is that none of the errors show up when I run the example but if I try to modify it in a new VI I get the errors.
    I have attached a simple program that just has a basic butterworth low pass filter I am trying to confirm if it works in the Matlab node.  I have done other simple codes which work, and this one does not seem the implement  the appropriate filter.  The LabVIEW signal and LabVIEW filter seem to work at the default values (but not if I change sampling rate) for the Simulation of signal, Matlab signal and Matlab filter work, but the Labview signal processed in Matlab is not working...
    Ideally it would be bandpass filtered (0.1-30) at sampling rate of 256 Hz and further processed from there, but I can't even seem to get low pass to work in the matlab to labview communication.
    Any help would be greatly appreciated.  Once I have that working I will have more of an idea of the constraints of the actual processing Matlab Code I will be using.
    Thank you again.
    -cj18
    Attachments:
    labview_matlab_filter.vi ‏70 KB

  • Not Able to Access the Properties of Workspace and Target

    Hello
    I have install PB 11.2 Build 9027 on my laptop ( Winows 7 (64 bit))). PowerBuilde is open and able to see the existing code.
    But when I am trying to access the properties of Workspace or target for Source code control Setup, Properties will not come and nothing happen, I am not able to view the properties of Workspace and targets.
    One more think I notice ,when I was trying to create new application (File > New > Target Tab > Application)  then window will not open.
    Please provide me some suggestion on this issue.
    Thanks
    Amit Maheshwari

    Hi,
    You might find a much larger audience for technical questions if you open a discussion at the PowerBuilder Developer Center
    PowerBuilder Developer Center
    Thanks,
    Ben

Maybe you are looking for