Programming WebLogic security API authentication

Hi all

I'm trying to use weblogic API with weblogic 11g and jdeveloper 11.1.1.2 authentication.

According to security programming document, we can use class weblogic.security.SimpleCallbackHandler or weblogic.security.URLCallbackHandler.

But I don't see any library to import the class.

where can I download these library?

With respect,
Wai Phyo

weblogic.security.spi.AuthenticationProviderV2, weblogic.security.service.ContextHandler etc are in the following jar file

com.bea.Core.WebLogic.Security_2.0.1.0.jar

Tags: Fusion Middleware

Similar Questions

  • javax.security.auth.login.FailedLoginException: [Security: 090302] authentication failed: user specified user refused

    Hi guys.

    I have been working on this now for a few days and still not got that right. I'm trying to implement JAAS custom authentication provider.

    To do this, I created a jar file and place it under WebLogic\wlserver\server\lib\mbeantypes\. Provider shows everything by creating the new Kingdom, so that's good.

    I created the new Kingdom (webRealm) and changed web.xml to get the inside webRealm:

    <>login-config

    FORM < auth-method > < / auth-method >

    < domain name > webRealm < / realm-name >

    < form-login-config >

    Login.jsp < form-login-page > < / form-login-page >

    LoginError.jsp < form-error-page > < / form-error-page >

    < / form-login-config >

    < / login-config >

    webRealm default security model: is DDOnly.

    Here is the configuration of domain:

    < domain >

    " < sec: authentication - provider xmlns:sam = ' http://www.BEA.com/ns/90/WebLogic/security/samples "xsi: type =" sam:db - user-authenticatorType "> ".

    < sec: name > serenadeAuth < / sec: name >

    < sec: control - flag > REQUIRED < / sec: control - flag >

    < / sec: authentication - provider >

    " < sec: role - Mapper = xmlns:xac ' http://xmlns.Oracle.com/WebLogic/security/XACML "xsi: type =" xac:xacml - role-mapperType "> ".

    < sec: name > XACMLRoleMapper < / sec: name >

    < sec: role - deployment-enabled > true < / sec: role - deployment-enabled >

    < / sec: role - Mapper >

    " < sec: authorizer = xmlns:xac ' http://xmlns.Oracle.com/WebLogic/security/XACML "xsi: type =" xac:xacml - authorizerType "> ".

    < sec: name > XACMLAuthorizer < / sec: name >

    < sec: policy - deployment-enabled > true < / sec: policy - deployment-enabled >

    < / sec: authorizer >

    < sec: adjudicator xsi: type = "wls:default - adjudicatorType" >

    < sec: name > DefaultAdjudicator < / sec: name >

    < / sec: adjudicator >

    < sec: credential - Mapper xsi: type = "wls:default - credential-mapperType" >

    < sec: name > DefaultCredentialMapper < / sec: name >

    < sec: credential - mapping-deployment-enabled > true < / sec: credential - mapping-deployment-enabled >

    < / sec: credential - Mapper >

    < sec: cert - path-provider xsi: type = "wls:web - logic-cert-path-providerType" >

    < sec: name > WebLogicCertPathProvider < / sec: name >

    < / sec: cert - path-supplier >

    < sec: cert - road-builder > WebLogicCertPathProvider < / sec: cert - road-builder >

    < dry: use-locking-manager >

    < sec: lockout - active > false < / sec: lockout - active >

    < / dry: use-locking-manager >

    < s: deploy-role-ignored > false < / sec: deploy-role-ignored >

    < s: deploy-strategy-ignored > false < / sec: deploy-strategy-ignored >

    < s: deploy-credential-mapping-ignored > false < / sec: deploy-credential-mapping-ignored >

    < s: entirely delegate-permission-> true < / dry: completely delegate-permission->

    < sec: security - dd-model > DDOnly < / sec: security - dd-model >

    < s: handset-role-mapping-activated > false < / sec: handset-role-mapping-enabled >

    < sec: name > serenadeRealm < / sec: name >

    < sec: delegate - m-bean-authorization > false < / sec: delegate - m-bean-authorization >

    < s: deployable-provider-synchronization-enabled > false < / sec: deployable-provider synchronization-compatible >

    < sec:auto-restart-on-non-dynamic-changes > true < /sec:auto-restart-on-non-dynamic-changes >

    < s: retirement-timeout-seconds > 60 < / sec: retirement-timeout-seconds >

    < / domain >

    Please note that by default realm is myrealm.

    When I try to login, I get following exception:

    < 30 November 2015 14:25:49 EST > < Debug > < SecurityAtn > < EKAMOLID-US > < myserver > < ExecuteThread [ASSETS]: '7' for the queue: "(self-adjusting) weblogic.kernel.Default" > < < WLS Kernel > > < 64905dec-c109-4df8-8f2a-7dd696508bc9-0000002f > <>< 1448911549362 > < [gravity-value: 128] [RID: 0] [partition id: 0] [name of the partition: DOMAIN] > < BEA-000000 > < javax.security.auth.login.FailedLoginException : [Security: 090302] authentication failure: specified by the user the user refused

    at weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:343)

    to com.bea.common.security.internal.service.LoginModuleWrapper$ 1.run(LoginModuleWrapper.java:117)

    at java.security.AccessController.doPrivileged (Native Method)

    at com.bea.common.security.internal.service.LoginModuleWrapper.login(LoginModuleWrapper.java:114)

    at sun.reflect.GeneratedMethodAccessor1698.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:497)

    at javax.security.auth.login.LoginContext.invoke(LoginContext.java:755)

    to javax.security.auth.login.LoginContext.access$ 000 (LoginContext.java:195)

    to javax.security.auth.login.LoginContext$ 4.run(LoginContext.java:682)

    to javax.security.auth.login.LoginContext$ 4.run(LoginContext.java:680)

    at java.security.AccessController.doPrivileged (Native Method)

    at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)

    at javax.security.auth.login.LoginContext.login(LoginContext.java:587)

    at com.bea.common.security.internal.service.JAASLoginServiceImpl.login(JAASLoginServiceImpl.java:113)

    at sun.reflect.GeneratedMethodAccessor1696.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:497)

    to com.bea.common.security.internal.utils.Delegator$ ProxyInvocationHandler.invoke (Delegator.java:64)

    to com.sun.proxy. $Proxy48.login (unknown Source)

    to weblogic.security.service.internal.WLSJAASLoginServiceImpl$ ServiceImpl.login (WLSJAASLoginServiceImpl.java:92)

    at com.bea.common.security.internal.service.JAASAuthenticationServiceImpl.authenticate(JAASAuthenticationServiceImpl.java:83)

    at sun.reflect.GeneratedMethodAccessor1700.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:497)

    to com.bea.common.security.internal.utils.Delegator$ ProxyInvocationHandler.invoke (Delegator.java:64)

    to com.sun.proxy. $Proxy67.authenticate (unknown Source)

    at weblogic.security.service.WLSJAASAuthenticationServiceWrapper.authenticate(WLSJAASAuthenticationServiceWrapper.java:40)

    at weblogic.security.service.PrincipalAuthenticatorImpl.authenticate(PrincipalAuthenticatorImpl.java:349)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:497)

    at weblogic.security.service.ServiceHandler.invoke(ServiceHandler.java:55)

    to com.sun.proxy. $Proxy77.authenticate (unknown Source)

    to weblogic.servlet.security.CSSServletSecurityServices$ CSSApplicationServices.authenticate (CSSServletSecurityServices.java:318)

    at weblogic.servlet.security.internal.AbstractAppSecurity.authenticateAndSaveCredential(AbstractAppSecurity.java:63)

    at weblogic.servlet.security.internal.SecurityModule.checkAuthenticate(SecurityModule.java:313)

    at weblogic.servlet.security.internal.SecurityModule.checkAuthenticate(SecurityModule.java:260)

    at weblogic.servlet.security.internal.FormSecurityModule.processJSecurityCheck(FormSecurityModule.java:261)

    at weblogic.servlet.security.internal.FormSecurityModule.checkUserPerm(FormSecurityModule.java:198)

    at weblogic.servlet.security.internal.FormSecurityModule.checkAccess(FormSecurityModule.java:96)

    at weblogic.servlet.security.internal.SecurityModule.isAuthorized(SecurityModule.java:712)

    at weblogic.servlet.security.internal.WebAppSecurity.checkAccess(WebAppSecurity.java:576)

    at weblogic.servlet.security.internal.WebAppSecurity.checkAccess(WebAppSecurity.java:536)

    at weblogic.servlet.internal.WebAppServletContext.doSecuredExecute(WebAppServletContext.java:2369)

    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2280)

    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2258)

    at weblogic.servlet.internal.ServletRequestImpl.runInternal(ServletRequestImpl.java:1626)

    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1586)

    to weblogic.servlet.provider.ContainerSupportProviderImpl$ WlsRequestExecutor.run (ContainerSupportProviderImpl.java:270)

    at weblogic.invocation.ComponentInvocationContextManager._runAs(ComponentInvocationContextManager.java:348)

    at weblogic.invocation.ComponentInvocationContextManager.runAs(ComponentInvocationContextManager.java:333)

    at weblogic.work.LivePartitionUtility.doRunWorkUnderContext(LivePartitionUtility.java:54)

    at weblogic.work.PartitionUtility.runWorkUnderContext(PartitionUtility.java:41)

    at weblogic.work.SelfTuningWorkManagerImpl.runWorkUnderContext(SelfTuningWorkManagerImpl.java:617)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:397)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:346)

    >

    The problem is why the system tries to use LDAPAtnLoginModuleImpl when webRealm it does not use for the supplier?

    My client provider is not called at all, I know that because I put System.out.print () messages in there to see if it goes off.

    No idea why weblogic does not use my custom (webRealm) area?

    Thank you.

    webRealm configuration in the web.xml file has no effect on the authentication process with WLS.

    You can create your authentication provider in the default domain itself.

    Make sure that your custom authentication works.

    Also change the default authenticator control indicator and your authenticator personalized sufficient / option so that even wls default users can connect to the console of wls.

    You can see my article for more details on the custom authenticator.

    http://WebLogic-wonders.com/WebLogic/2014/01/14/simple-sample-custom-database-authenticator-Oracle-WebLogic-Server-11g/

    Hope you found my answer helpful.

    Thank you

    Faisal

  • Error: Attempt to access a secure API

    Hello

    I have a request, but when I run the application in the device, I get the following message:

    Error starting BBPlusSDKTest: module 'BBPlusSDK' trying to access a secure API

    the BBPlusSDK is a JAR file, and the BBPlusSDKTest is my main program.

    Inside my main program (BBPlusSDKTest). Apply an 'import' in the jar (BBPlusSDK).

    Initially, had problems with the Key RRT for the file BBPlusSDKTest.cod , but already completed the signing of this file.

    But now it shows another error message (trying to access a secure API).

    I use the tools following and device:

    (1) terminal Blackberry 8320

    (2) blackBerry JDE 4.5.0

    (3) Java JDK 1.6.0_14

    And also I read a few similar cases in the forum, but none of this has solved my problem.

    could someone help me with this problem.

    Kind regards

    I run the file of cod of the library with the signature tool.
    And is displayed with the status "signed".

    so, I have to sign another cod file. but still the error persists.

    by chance, the BlackBerry does not support this level of security of the operating system type?

    Kind regards

  • During the installation of Oracle sector Public Revenue Management Applications, we face "" java.lang.ClassNotFoundException: weblogic.security.Encrypt "issues."

    During the installation of Application Framework via./install.sh script, then that account activity held an entry for "WebLogic Admin User ID system" we face as "' java.lang.ClassNotFoundException: weblogic.security.Encrypt" emits messages. "


    Please, help us to solve this problem as soon as POSSIBLE.


    Details of the environment:

    Operating system: 64-bit 5U8 OEL.


    Follow-up document:

    PSRM - sector Public Revenue Management Oracle Installation Documentation (Doc ID 2067339.1)-PSRM_Installation_Guide_v2_4_0_0_0

    Error message:

    Enter the value to be encrypted: 160122:164014 < criteria > error occurred running /usr/java/jdk1.6.0_45/bin/java-Dweblogic.RootDirectory=/ebiz/app/ouaf/Release-FW-

    V4.2.0.0.0/FW. V4.2.0.0.0/data/product/WLS.splapp weblogic.security.Encrypt:

    Output is Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/security/encryption

    Caused by: java.lang.ClassNotFoundException: weblogic.security.Encrypt

    in java.net.URLClassLoader$ 1.run(URLClassLoader.java:202)

    at java.security.AccessController.doPrivileged (Native Method)

    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

    to Sun.misc.Launcher$appclassloader$ AppClassLoader.loadClass (Launcher.java:301)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

    The main class is not found: weblogic.security.Encrypt.  Program ends.

    End of output

    The program finished in line 118 of the data/bin/perllib/SPL/splLog.pm.

    Error: install.plx has not completed successfully. On the way out.

    From now on, we have completed the slot status of activities for your reference.

    Sl.No

    Name of the activity

    Status

    1

    Create users and groups

    Completed

    2

    Install prerequisite software

    Completed

    3

    Oracle 11.2.0.3 database

    Completed

    4

    Java 6

    Completed

    5

    Oracle WebLogic 10.3.6

    Completed

    6

    Hibernation 4.1.0

    Completed

    7

    Micro Focus Server 5.1 WrapPack 8

    Completed

    8

    Install Oracle Utilities application.

    Here issue facing

    9

    Install Oracle Utilities Application Framework Service Pack 1.

    Pending

    10

    Install Oracle Public Revenue Management sector

    Pending

    11

    Deploy Oracle sector Public Revenue Management application

    Pending















    Concerning

    Knani G

    Hello

    During the installation, we have wrongly given Home Directory Web Application Server like/Ebiz/app/woof/Middleware

    So we changed the Homepage Directory Web Application Server as /ebiz/app/ouaf/Middleware/wlserver_10.3

    then the problem is resolved.

    Thanks for the support.

    Concerning

    Villi Kumar

  • Several suppliers in weblogic even SQL authentication

    I have an ADF application which has a database of authentication. For this I need set a SQLProvider in the realms of WebLogic security, that is bound to data sources.

    Now, I want to deploy this same ADF application several times over WLS, each with different DataSource connection.

    To solve it, I modified my Application of ADF configuration to use an other JNDI Datasources. So I need to set a different data source in WLS with this JNDI, and I need another SqlAuthtentication provider in the field of security WLS.

    My question is this: I don't know how I can target an EAR deployment to use a particular security area. The result is a user that is defined in a DB could access all Aplications ADF since WLS was the union of all the users/passwords / groups.

    How can I solve it?

    I think that I could define a literal for groups in the configuration of authentication providers and define a filter security-> EAR deployment strategies.

    ADF 12 c and 12 c WLS

    Yes, you can set security policies (in the descriptors of deployment or the console) and set up of the groups in your database.

    -Faisal

  • GOSA security for OSB service - authenticate weblogic security realms

    Hello

    I have a safety obligation adds an OSB service.

    The user details are configured in the weblogic security areas. lets say there are ten different users.

    I have to protect my service osb using a GOSA strategy & policy must be configured to authenticate the user of the kingdoms.

    I am new to GOSA, & I was wondering if this is possible?

    May - experts please direct me to the docs or not?

    Thank you
    Ganesh

    There is an article KM that iscusses how to put that in place - 1265548.1.

    There are also many messages of the blog describing how to do this, for example

    http://niallcblogs.blogspot.com/2010/07/OSB-11g-and-WSM.html
    http://Tim.blackamber.org.UK/?p=825
    http://jvzoggel.WordPress.com/2011/08/09/using-UsernameToken-authorisation-authentication-OSB/

  • OSB: [Security: 090302] authentication failed: user... Jim

    Hi all

    I'm trying to set up my OSB so I can protect a Web service by using certificates.

    The problem is that when I add the security policies at the service of my proxy, I get the following error when you test the service proxy (although the sbconsole):

    Impossible to derive the token.javax.security.auth.login.FailedLoginException topic: [Security: 090304] authentication failed: user - Cert Test javax.security.auth.login.FailedLoginException company: [Security: 090302] authentication failed: user - Cert denied test company

    I used a few other posts in this forum to implement my wls and osb. For example How to call the service https OSB and how the CERT CN to the principal of ejb SessionContext?

    This means that I put the keys, ssl, defaultAuthenticator, defaultIdentityAsserter, enabled X.509 file, set suppliers etc.

    My key file contains 2 sets of key public and private keys and therefore should also be ok.

    Has anyone else had the same error after configuring their servers of wls and osb?

    Thank you

    William

    You have configured the default user name Mapper in the affirmation of identity by default to use the certificate CN as the mapped user, [Company - Cert Test is the CN name in the certificate] you will also need to create a user weblogic with the same name as the attribute certificate mapped... Check if you have done the steps as shown here:
    Re: How the proxy service can get the client certificate in Oracle Service Bus

  • Missing WebLogic.Security.SPI. classes

    Any idea what happened to these classes? Cannot find the right jar file.

    Import weblogic.security.spi.AuthenticationProvider;
    Import weblogic.security.spi.IdentityAsserter;
    weblogic.security.spi.PrincipalValidator import;
    Import weblogic.security.spi.SecurityServices;


    Import netscape.ldap.LDAPAttribute;
    Import netscape.ldap.LDAPEntry;
    Import netscape.ldap.LDAPException;
    Import netscape.ldap.LDAPSearchResults;
    import netscape.ldap.LDAPv2

    Incase if you are using Weblogic Workshop IDE, what IDE, press and hold "ctrl + shift + t". This opens a window of dialogue by the name of open Type. Just simply type your classname. It lists all the packages that this class exist. For each selected package, in the background, it shows the exact. JAR file that contains this class with this package. In my Studio IDE that I checked for all your security imports classes and they are found at this location:
    C:\beawlp103\wlserver_10.3\server\lib\wls-API.jar file.
    For netscape class files, you may need this particular JAR file.

    HTH
    Ravi Jegga

  • a program called security shield keeps asking me to activate an account I did not ask or like it.

    a program called security shield keeps asking me to activate an account I did not ask or like it. I can't remove it, it seems to be getting worse it won't let me in the control panel or regedit to remove it, said I have viruses in there. a search on the internet for security shield has led me to pcsecurity

    a program called security shield keeps asking me to activate an account I did not ask or like it. I can't remove it, it seems to be getting worse it won't let me in the control panel or regedit to remove it, said I have viruses in there. a search on the internet for security shield has led me to pcsecurity

    Restart the computer in safe mode with network. Click the second link below and download Malwarebytes. Update Malwarebytes and perform a full scan. Choose to quarantine found nothing. Once complete, click the third link below and download Superantispyware Portable. Run a full scan quarantined found anything yet. Restart your computer in normal mode and perform a quick scan with Malwarebytes.

    How to start in safe mode

    Malwarebytes.org

    Superantispy-portable

    I do not vote for me I'm not here for points. If this post helps you, vote. Visit my forum @ http://repairbotsonline.com/

  • Two different programs, is Security essentials and windows defender? They collide

    Original title: security essentials

    Two different programs, is Security essentials and windows defender? They collide

    Yes, 2 different applications. Defender is anti-spyware only and Security Essentials has antispyware and antivirus. Windows Defender is useless if you use Microsoft Security Essentials, given that the built-in anti-spyware component and allows you to disable Windows Defender by design.

    See http://answers.microsoft.com/en-us/protect/forum/protect_start/windows-defender-and-microsoft-security-essentials/5309cb8d-02e1-40e8-974f-0dcedb9ab9fd

  • I had a program called Security Master AV. I went and deletedd, at least I thought I did, but it reappear

    original title: remove a program.

    When my computer has been updated to my programs.  I had a program called Security Master AV.  I went and deletedd, at least I thought I did, but it reappear.  Help, please

    Follow the instructions given below Web site

    http://www.bleepingcomputer.com/virus-removal/remove-security-master-AV

    Use malwarebytes to remove this program

    http://www.Malwarebytes.org/MBAM.php

    Security Master AV is a program that impersonates an anti-malware program, but is actually a computer infection that uses deceptive tactics to make you think you are infected. This program is considered to be a fake anti-spyware and belongs to the family of Virus Doctor. Security Master AV is generally installed through Trojans that pretend to be legitimate programs, but instead to install this rogue on your computer without your permission. The installer will also create many harmless files that are detected as malware when Security Master AV scans your computer. Once installed, the thief will be configured to start automatically when you log in to Windows. Once launched, it will scan your computer and state that the files that it created during installation are malicious files residing on your machine. In reality, these files are harmless and pose no harm to your computer. They are only intended for you to scare you into thinking you are infected in the hopes that you will then purchase the program.

    Hope this helps

    If this post can help solve your problem, please click the 'Mark as answer"If you find it useful, mark it as useful by clicking the 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • Error startup Module attempts to access a secure API

    I had all three keys to blackbeery site and I managed to import them in eclipse...

    But when I run the application in the device. His displays this "Error Starting Module attempts to access a secure API".

    Can someone suggest how to solve this problem. Please help me for this. Thanks in advance.

    sign the application

  • Weird error of Secure API for app without Secure API

    Hi, some of my remote testers find it difficult to load my application on their devices. I sent the files .alx and .cod files each time so that they could use their application of Device Manager to load my application on the phone.

    The error more common that they are reporting is: "error at startup of XXXX: Module 'XXXX' attempts to access a secure API." This occurs when they start the app on their phone.

    There is no secure API used in my application. The signing of Code tool also tells me that I is not need to sign the application for what it is.

    All have OS 4.6.1 or higher on their phone, and the application is compiled for 4.6.1.

    1. can you a carrier unit applications run on the phone? As a carrier signature thing?

    2. are there other known problems should I watch?

    1 NO.

    2. in function

    You should ask one of them to send you a log of the device, it will specify where and what causes the exception.

  • Error starting "appName": Module "appName" is trying to access a secure API

    Dear all,

    I downloaded a few applications in the app world. When I try to install on the device, there is an error "error starting Sunfish6: Module 'Sunfish6' trying to access a secure API. I tried to update the files, he needs, but still get the same error message. What is the cause of the appearance of the error message? I developed this application using phonegap and blackberry webwork framework.

    Thanks & best regards.

    In the eclipse webworks menu, select project-> BlackBerry-> sign with Signature tool.

    Then upload the generated files.

  • Secure API question

    Hello

    in my application, I use the API signed... I want to deploy the application on the device... while deploying, I need to sign these APIs... I signed these APIs

    When I try to start the application on the device, it is said: application startup error: attempt to access a secure API

    I've done all that is necessary to do to signed API

    no particular reason for this?

    Thanks in advacne.

    Clean.bat helped.

    Thank you

Maybe you are looking for

  • I get a "not responding" top of the page and it freezes my computer at least 2-5 minutes each time

    He is now 2 years old and sometimes it freezes I perform all acts and sometimes every 3-4 guests. now, last week, it will freeze my mouse and I can not move and must unplug and restart. It never happens in SafeMode w / networking. all ideas

  • start the host vi pxi

    Hello I'm sure that this issue has a very simple answer, I can't find what it is.  I'm trying to implement a process of data acquisition on a PXI system.  I use a vi on the host PC to control the DAQ vi on the PXI target.  How to cause the host vi to

  • Windows Defender/Virus Scan problem

    Whenever Windows Defender (also Avast Virus Scan) to scan my pc in its scheduled taskmy PC freezes... whenever the analysis runs. I also noticed that it freezes on a particular file analyzed imapi2fs.dll, I tried the system restore, no longer works.

  • Drivers XP for Nvidia GeForce 7150M

    First, HP must provide more drivers for Windows XP.  You must face the fact that the failure of Vista and everyone is switch it on XP.  Any computer expert will tell you that Vista is a piece of * beep * which should never have been released. I own a

  • Check if the esx host is in maintenance mode

    HelloI need to know if there is a api in java vi which can let us know if any of the esx host is currently in maintenance mode?I know there is a way to discover this through the same monitoring using event Manager, I need to know is an api live which