Problem initializing 5620 digitizer

Trying to run example provided - Getting Started. When niScope_init is executed I get an error - BFFF0011 telling me the "Insufficient location information or ... device not found".
MAX does see the device and for the name I enter the information from MAX - PXI12::15::INSTR. I also tried to set up an alias using rename - same result, same error. At the same time MAX says the device is there, it is fine and I can run the NI-SCOPE soft panel just fine.
HELP!!!
Mark
What can cause that?

It looks like you're using the VISA name for the device.  NI-Scope
is expecting an IVI session, IVI logical name, or a DAQ name for the
device instead.  In MAX, under Devices and Interfaces, look for
the 5620 under Traditional NI-DAQ Devices.  It will have a certain
DAQ number.  Use this number in the resource name like the
following example: "DAQ::1"
Hope that works.
Patrick

Similar Messages

  • [PXE][IPv6] WdsClient: There was a problem initializing WDS Mode‎

    PXE/IPV6 show error after load boot image: WdsClient: There was a problem initializing WDS Mode‎ ; boot via IPV4 is pass and success to insall win8 to clent
    1. Server 2012(DHCP+WDS): fail at some times
    2. Server2012(DHCP)+Server2008R2(DHCP): fail always
    The test environment is pass before, i don't know what happened or any setting is changed.
    Hope your help, thanks.

    Yeah, same here.  Did you ever fix this?

  • Problem initializing device in applet for logitech camera

    I have an applet that uses a logitech camera.
    It works fine in the applet viewer for JBuilder 2005, but cannot initialize the camera in IE browser.
    The applet is signed, so that is not the problem.
    The error occurrs in the following line
    di = CaptureDeviceManager.getDevice(str2);
    in the following method:
    public boolean initCamera()
    try
    System.out.println( "Initializing device = " + str2 );
    try
    System.out.println("device = " + CaptureDeviceManager.getDevice(str2));
    di = CaptureDeviceManager.getDevice(str2);
    catch( Exception ex )
    System.out.println( ex.toString() );
    System.out.println( "Capture device = " + di.toString());
    ml = di.getLocator();
    System.out.println( "Locator = " + ml.toString() );
    player = Manager.createRealizedPlayer(ml);
    System.out.println( "Player = " + player.toString());
    player.start();
    System.out.println( "Player started" );
    catch( Exception e )
    System.out.println( "Error initializinig video player");
    System.out.println( e.toString() );
    return false;
    return true;
    I get the following error in the Applet
    Initializing device = vfw:Microsoft WDM Image Capture (Win32):0
    device = null
    Error initializinig video player
    java.lang.NullPointerException
    I get the following in the Applet Viewer
    Initializing device = vfw:Microsoft WDM Image Capture (Win32):0
    device = vfw:Microsoft WDM Image Capture (Win32):0 : vfw://0
    <camera list snipped>
    Locator = vfw://0
    Player = com.sun.media.content.unknown.Handler@6295eb
    Player started
    Camera started

    i want to get image from web camera and i dont know how ,
    i dont know how to open connection, and to get the image as input Stream .
    can any one gives me a link or any thing to help please

  • Problems initially loading web pages

    Hello,
    I have a macbook pro running safari 5.0.3 and for about a month I have been having problems logging on to the internet. I am using Mac Os 10.5.8. I have checked the diagnostics for the network and most of the time the items are all green, sometimes the server is yellow. The problem loading pages only seems to happen when I first try to log on. Sometimes I'll close Safari and have to retry it 3 or 4 times then I can connect. Sometimes emptying the cache helps, sometimes not.  On occasion it works the first time. It is frustrating to have to keep trying to log on but once I am able to load the initial page I can usually stay on with no problem. I've tried using Firefox to access the internet but I have the same problem. I've also downloaded Mackeeper software to see if it can recognize a problem, but it doesn't.
    Does anyone have any suggestions that I may try to solve this dilemma? Thanks in Advance-
    Marcel

    I would try using OpenDNS servers. System Preferences>Network>Advanced>DNS. In the left side column click on the + sign and add the following:
    208.67.222.222
    208.67.220.220
    Click OK. Then click Apply.
    Info on OpenDNS is here:
    http://www.opendns.com/

  • Problem initializing ConnectionPool with Login Failed

    Hi, we are using weblogic 8.1 on solaris with sybase 12.5, Our application initialize
    several connection pools to several sybase databases. We are having problem only
    with one of connection pool, we always get "JZ00L: Login failed. Examine the
    SQLWarnings chained to this exception for the reason(s)." We are pretty sure the
    user id and password is correct, they are all the same as other databases which
    we don't have problem. The setting is pretty much the same other than hostName,
    port and database name. we even set initialCapacity to 1, it still failed? What
    could be the reeason? and how can make weblogic spit out the Syabse specific SQLWarning
    which could give us some clue?
    Any help is appreciated!
    Thanks,
    Kevin

    It turns out there are something in the "Properties" attrib that this Sybase server
    didn't like. After we took out most of the them, (only leave the user, sqlinitstr,
    applicationname) , then it starts to work.
    Thanks,
    Joe Weinstein <[email protected]> wrote:
    >
    >
    Kevin wrote:
    We can login using the same user id and password through syabse's SQLwindow. That
    Error not neccessarily means userid and password problem. We had experiencewhen
    there weren't enough connections for initial connection allocationwe got the
    same error. That's why it would be helpful to see the real SQLWarningmsg. Is
    there anyway to make Weblogic to print out that?Interesting... What does a tiny standalone program using sybase's driver
    alone
    show with those connection properties? Unfortunately, that error message
    from the
    Sybase driver is a bit silly if it says to check the SQLWarning, because
    the
    only access to SQLWarnings in JDBC is via the Connection.getWarnings()
    call,
    which we wouldn't need to call if the driver returned us a connection
    to make
    the call ;)...
    Joe
    Kevin
    Joe Weinstein <[email protected]> wrote:
    Kevin wrote:
    Hi, we are using weblogic 8.1 on solaris with sybase 12.5, Our applicationinitialize
    several connection pools to several sybase databases. We are havingproblem only
    with one of connection pool, we always get "JZ00L: Login failed.
    Examine
    the
    SQLWarnings chained to this exception for the reason(s)." We are prettysure the
    user id and password is correct, they are all the same as other databaseswhich
    we don't have problem. The setting is pretty much the same other thanhostName,
    port and database name. we even set initialCapacity to 1, it stillfailed? What
    could be the reeason? and how can make weblogic spit out the Syabsespecific SQLWarning
    which could give us some clue?
    Any help is appreciated!That is coming straight from the DBMS, meaning the user/password is
    most likelly incorrect.
    Joe
    Thanks,
    Kevin

  • Problem 'initializing device access

    I am having trouble using the desktop manager.  I connect tablet using the USB cable.  It recognizes the tablet but it doesn't proceed past the pop-up window.....'initializing device access'   In the past it has only taken a few seconds to move past this message.  I have rebooted both playbook and computer, but still no luck.

    I recommend you to delete the Blackberry Drivers from your PC and Install the Desktop Manager again - This May Work out with your Problem
    Regards Eree - Follow me on Twitter - Facebook - Google+
    For More visit My Blog

  • Problem initializing phd 2000 pump in LabVIEW

    I am a LabVIEW rookie and I am trying to write a small programe controlling a Harvard Apparatus PHD 2000 pump. (I did find the driver for the pump from NI and it works fine, but it is too complicated for my purpose)
    I ran into problems at the beginning. I tried to use "simple serial.VI" found in LabVIEW examples and see if I can initialize the port and get any response from the pump. However, I cannot get any expected response from the pump though I set up the parameters right (baud rate 9600, stop bit 1, flow control none, etc).
    The commands I tried out are all from the pump manual, including some very basic commands such as VER (showing software version of pump), etc. The port is working fine through checking using HyperTerminal. Anybody has idea why this happens?

    When you configure the serial port, did you enable sending a termination character? When you use HyperTerminal, and you hit "Enter" at the end of a command, that "Enter" gets sent to the PHD pump. LabVIEW normally sends exactly the characters you provide. If you wire a single-line string, it won't include an end-of-line termination character (Carriage Return in this case). You can configure VISA to append a termination character after each transmit, as shown here: http://forums.ni.com/t5/LabVIEW/PHD-2000-Pump-driver-change-infuse-rate/m-p/2637177#M788074

  • Problem initiating process with multiple operations using HTTP/SOAP

    Hi,
    I have defined a process which has multiple operations. My process starts with a pick activity containing onMessage branches for each possible operation. When I initiate this service using the BPEL console, I choose one of the operations and everything works fine.
    However, when I initiate this process using an HTTP/SOAP web service call using JMeter, always the first branch is executed regardless of the message I send.
    My operations are document/literal. Due to some restrictions, I cannot define a SOAPAction for the operations. Could this be the problem? Is there a workaround for this? If this is not the problem, what could be the cause?
    I'm using version 10.1.2.1.
    Any help will be appreciated. Thanks in advance..

    hi i am using 10.1.3 and still i can not initiate a process with multiple operations. Is there anybody to tell if pick activity works fine and if there are some points to consider?
    If there is a problem is there any solution to make a process with multiple operations?

  • Problem Initializing data-source oc4j

    Hi,
    When starting the oc4j container I get the following error.
    ora03 $ Error initializing data-source 'jdbc/OracleCoreDS': DriverManagerDataSource driver 'oracle.jdbc.driver.OracleDri
    ver' not found
    Error initializing data-source 'jdbc/css_userCoreDS': DriverManagerDataSource driver 'oracle.jdbc.driver.OracleDriver' n
    ot found
    Error initializing data-source 'jdbc/AnteDateCoreDS': DriverManagerDataSource driver 'oracle.jdbc.driver.OracleDriver' n
    ot found
    Warning: Error reading transaction-log file (/u01/web/ias102/j2ee/home/persistence/transaction.state) for recovery: prem
    ature end of file
    Forced or abrubt (crash etc) server shutdown detected, starting recovery process...
    Recovery completed, 0 connections committed and 0 rolled back...
    Oracle9iAS (1.0.2.2.1) Containers for J2EE initialized
    Here is my data-sources.xml
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <!DOCTYPE data-sources PUBLIC "Orion data-sources" "http://xmlns.oracle.com/ias/dtds/data-sources.dtd">
    <data-sources>
    <data-source
         class="com.evermind.sql.DriverManagerDataSource"
         connection-driver="oracle.jdbc.driver.OracleDriver"
         ejb-location="jdbc/css_userDS"
         inactivity-timeout="30"
         location="jdbc/css_userCoreDS"
         name="css_userDS"
         password="css"
         url="jdbc:oracle:thin:@oradev01.nf.prv:1521:css"
         username="css_user"
         xa-location="jdbc/xa/css_userXADS"/>
    <data-source
         class="com.evermind.sql.DriverManagerDataSource"
         connection-driver="oracle.jdbc.driver.OracleDriver"
         ejb-location="jdbc/AnteDateDS"
         inactivity-timeout="30"
         location="jdbc/AnteDateCoreDS"
         name="AnteDateDS" password="date"
         url="jdbc:oracle:thin:@oradev01.nf.prv:1521:test"
         username="antedate"
         xa-location="jdbc/xa/AnteDateXADS"/>
    </data-sources>
    I have made sure that the classes12.zip in in my CLASSPATH. OS HP-UX 11.00. Help!!!

    David,
    OC4J does not pickup the CLASSPATH from $CLASSPATH env variable. Do you have the classes12.zip in $OC4J_HOME/j2ee/home/lib directory?
    If not can you please put that in that directory and restart your server.
    regards
    Debu Panda
    Oracle

  • Printing error: Problem initializing the current printer.

    I keep getting this message, when printing documents out of indesign CS1.3.0.1
    I have a PC running Window XP.
    Trying to print to a Xerox DC-240 with built in fiery rip over a wireless network. I know the printer is working because I can print web pages etc.
    When ever I try to print a document I have just created or one off and old template that I have updated and changed I get the above message.
    The confusing thing is that I have not changed any settings downloaded and updates etc in the last few days. On Friday the prints we working perfectly, but since this week they have not been working. Also what is strange that any older documents I have work as long as they have not been saved.
    I have tried copying the print settings from these jobs but this doesn't help. Also I have tried may different settings, ie changing font sets etc. But none of these seem to help.
    Any more info required please contact me and I will try and help.
    Any help would be much appreciated.
    JR

    Two ways to do it:<br /><br />Fast way which causes you to lose any customizations if it turns out not to be the problem is to hold down Ctrl + Alt + Shift, and while holding the keys down launch InDesign from the start menu or by right-clicking a desktop shortcut and selecting open (it won't work if you you hold the keys down before double-clicking a shortcut, but you can press them IMMEDIATELY after launching InDesign) and saying yes to the dialog asking if you want to delete your preferences. If you don't see the dialog, you weren't fast enough with the keyboard or you didn't hold the keys down long enough. <br /><br />My preferred method, which saves your old prefs in case you want them back, is to close ID, open Explorer and make sure you are set to show hidden and system files, then navigate to (for CS and CS2) C:\Documents and Settings\<User Name>\Application Data\Adobe\InDesign\Version [no.] and rename the two preference files: InDesign Defaults and InDesign SavedData. In CS3 the SavedData file has been moved to \Documents and Settings\<User Name>\Local Settings\Application Data\Adobe\InDesign\Version 5.0\Caches. The preferences will be replaced with a fresh set of factory defaults when you relaunch ID, but if that doesn't solve your problem you can always go back to explorer and throw out the new set and name the old ones back again, restoring any customizations. If new prefs solve your problem you should delete the renamed files.<br /><br />It's a good idea to also export any custom document and printer presets from the appropriate Preset > Define dialog prior to doing a preference replacement. Then you can just go back to the dialog and select load and you won't have to recreate all those wonderful things you've made and saved, and that will be wiped out with the old prefs files.<br /><br />Once you have a customized set of preferences which work, make a copy and store it somewhere on your system for easy retrieval and you can simply replace the two files with your good copies when things get funny.

  • Problems initializing the application

    Successfully installed the Wine reference application. Now trying to set up a real one.
    The deploy.sh ran fine. (I didn't reuse the port numbers from the Wine ref app.)
    When I run initialize_services.sh I get this (addendum #1 below) The only log which has any thing in it, has this: "ERROR: Failed to get instance configuration from IAP Workbench". No one is logged into the Workbench, and it is up and available on it's own port. (And this worked fine for the Wine ref app).
    Comparing AppConfig.xml from the Wine ref app, and the new application - the only differences are the ports numbers, and the name of the application.
    ==== Start addendum #1 ====
    Removing existing application provisioning...
    [08.07.12 09:23:14] INFO: Removing application. Any active components will be fo
    rced to stop.
    [08.07.12 09:23:17] INFO: Removing Web Studio config files.
    [08.07.12 09:23:17] INFO: [ITLHost] Starting shell utility 'emgr_update_remove_a
    ll_settings'.
    [08.07.12 09:23:18] INFO: Removing definition for custom component 'ConfigManage
    r'.
    [08.07.12 09:23:19] INFO: Updating provisioning for host 'ITLHost'.
    [08.07.12 09:23:19] INFO: Updating definition for host 'ITLHost'.
    [08.07.12 09:23:19] INFO: Removing definition for application 'basenpoload'.
    [08.07.12 09:23:20] INFO: Application 'basenpoload' removed.
    Setting EAC provisioning and performing initial setup...
    [08.07.12 09:23:20] INFO: Checking definition from AppConfig.xml against existin
    g EAC provisioning.
    [08.07.12 09:23:21] INFO: Setting definition for application 'basenpoload'.
    [08.07.12 09:23:21] INFO: Setting definition for host 'ITLHost'.
    [08.07.12 09:23:21] INFO: Setting definition for host 'MDEXHost'.
    [08.07.12 09:23:21] INFO: Setting definition for host 'webstudio'.
    [08.07.12 09:23:21] INFO: Setting definition for script 'BaselineUpdate'.
    [08.07.12 09:23:21] INFO: Setting definition for script 'PartialUpdate'.
    [08.07.12 09:23:21] INFO: Setting definition for script 'ConfigUpdate'.
    [08.07.12 09:23:21] INFO: Setting definition for custom component 'ConfigManager'.
    [08.07.12 09:23:21] INFO: Updating provisioning for host 'ITLHost'.
    [08.07.12 09:23:21] INFO: Updating definition for host 'ITLHost'.
    [08.07.12 09:23:22] INFO: Setting definition for component 'Forge'.
    [08.07.12 09:23:22] INFO: Setting definition for component 'PartialForge'.
    [08.07.12 09:23:22] INFO: Setting definition for component 'Dgidx'.
    [08.07.12 09:23:23] INFO: Setting definition for component 'Dgraph1'.
    [08.07.12 09:23:23] INFO: Setting definition for component 'Dgraph2'.
    [08.07.12 09:23:24] INFO: Setting definition for component 'LogServer'.
    [08.07.12 09:23:24] INFO: Setting definition for script 'DailyReports'.
    [08.07.12 09:23:24] INFO: Setting definition for script 'WeeklyReports'.
    [08.07.12 09:23:24] INFO: Setting definition for script 'DailyHtmlReports'.
    [08.07.12 09:23:25] INFO: Setting definition for script 'WeeklyHtmlReports'.
    [08.07.12 09:23:25] INFO: Setting definition for component 'WeeklyReportGenerator'.
    [08.07.12 09:23:25] INFO: Setting definition for component 'DailyReportGenerator'.
    [08.07.12 09:23:26] INFO: Setting definition for component 'WeeklyHtmlReportGenerator'.
    [08.07.12 09:23:26] INFO: Setting definition for component 'DailyHtmlReportGenerator'.
    [08.07.12 09:23:26] INFO: Definition updated.
    [08.07.12 09:23:26] INFO: Updating Oracle Endeca Workbench configuration...
    [08.07.12 09:23:26] INFO: Downloading config files from Web Studio.
    [08.07.12 09:23:26] INFO: [ITLHost] Starting shell utility 'emgr_update_get_ws_settings'.
    [08.07.12 09:23:27] SEVERE: Utility 'emgr_update_get_ws_settings' failed. Refer to utility logs in [ENDECA_CONF]/logs/shell on host ITLHost.
    Occurred while executing line 5 of valid BeanShell script:
    2|
    3| if (ConfigManager.isWebStudioEnabled()) {
    4| log.info("Updating Oracle Endeca Workbench configuration...");
    5| ConfigManager.updateWsConfig();
    6| log.info("Finished updating Oracle Endeca Workbench.");
    7| }
    8|
    [08.07.12 09:23:27] SEVERE: Caught an exception while invoking method 'run' on object 'InitialSetup'. Releasing locks.
    Caused by java.lang.reflect.InvocationTargetException
    sun.reflect.NativeMethodAccessorImpl invoke0 - null
    Caused by com.endeca.soleng.eac.toolkit.exception.AppControlException
    com.endeca.soleng.eac.toolkit.script.Script runBeanShellScript - Error executing valid BeanShell script.
    Caused by com.endeca.soleng.eac.toolkit.exception.EacComponentControlException
    com.endeca.soleng.eac.toolkit.utility.Utility run - Utility 'emgr_update_get_ws_settings' failed. Refer to utility logs in [ENDECA_CONF]/logs/shell on host ITLHost.
    ==== End addendum #1 ====

    Found out what I did wrong. When prompted for Tools/Workbench port, when running deploy.sh, I used a new one. I was thinking that a new Workbench was spun up for each application. Once I went back to the port I set up for the Wine referenece application the initiallize_services.sh ran with no errors.

  • Problem Initializing Face Recognition

    Whenever I open the "Toshiba Face Recognition" application, a "Face Verification and Logon Utility" window pops up. The window is blank except at the bottom where it says "Initializing...". I see the camera go on and off repeatedly. Nothing happens. I leave it for an hour and it still remains the same. I have a Satellite L505-S6946 running on Windows Vista, 32 bit. What should I do?

    try to check if your webcam is working fine, or if you can see yourself when you launch your camera...
    you can try to uninstall / reinstall the face recognition sw...
    =========================================================
    the only easy day was yesterday.....
    =========================================================

  • Problem initializing libsapsecu.so on Solaris 10 with SAP NW2004s.

    We have developed a Java application that we intend to serve with SAP NetWeaver 7.0 (NW2004s). Our NetWeaver system is running on Solaris 10 with an Oracle DB. We want our application to be able to extract usernames from SAP Login Tickets and to do these we need the external libraries <b>libsapsecu.so</b> and <b>libsapssoext.so</b>. However, when our application tries to initialize these libraries an exception is thrown:
    Mysapinitialize failed. rc=14
    However, we are using Windows versions of these libraries on another server and they work.
    Does anybody have experience using these libraries on Solaris, and if so, has anybody had similar problems.
    Any help would be greatly appreciated.

    Standard C++ defines two versions of qsort (and also bsearch): one that takes a pointer to a C function, and one that takes a pointer to a C++ function.
    Recall that in standard C++, a pointer to a C function has a different type than a pointer to a C++ function. This issue is discussed at length in the C++ Migration Guide that comes with the compiler.
    The version of qsort that takes a pointer to a C function is the C version of qsort, and is in libc.so (the basic Solaris runtime library that all programs use).
    The version of qsort that takes a pointer to a C++ function is in the C++ runtime library libCrun.so that all C++ programs use.
    But because it took a while for Solaris headers to be updated to the C++ requirement, early versions of libCrun did not have the C++ version of qsort (or bsearch). If you get the latest C++ runtime library patch (SUNWlibC) for your system, your program should link. You can get patches here:
    http://developers.sun.com/prodtech/cc/downloads/patches/index.html
    Not only the system where you build the program needs updating, but every system that runs the program you build.
    Alternatively, you can declare the comparison function extern "C" so that the C version of qsort will be used.
    extern "C"
    int comp(const void pv1, const void pv2)
    But if the comparison function is in a namespace or is a class member function, you cannot usefully declare it extern "C".

  • Problem Initializing Narration Recorder?

    Hi All!
    I found an un-resolved and locked thread on this subject and still didn't find an answer. Using an external audio interface to try slideshow recording.
    Note: upgrading to Keynote 08 version 4.0.3 didn't help.
    Curious if I am the only one with this issue left in the world.
    Thanks,
    Gabster

    Thanks Ron!
    I am getting the error "Keynote had a problem trying to initialize the narration recorder." when trying to click the Record button on the Slideshow Recording function in Keynote.
    I found this issue already discussed in http://discussions.apple.com/thread.jspa?messageID=5101233
    but unfortunately with no solving solution.
    To answer your questions:
    Ron Streicher wrote:
    Please be more specific: What is the problem you are experiencing?
    IF I can presume that you want to use an external audio interface as the input source for making a narration recording, you should have no problem doing so if you have selected this device in the System Preferences > Sound > Input menu.
    Yes, I did that. If in-built mic is choosen it works. If the external's interface input is used, I am getting the error.
    If this doesn't solve your problem, please describe in detail:
    1) what you want to accomplish
    I am trying to use my an external microphone via the external audio interface to have a recorded voice over my slideshow.
    2) what you have tried to do
    I tried rebooting, upgraded Keynote with the latest upgrade available from Apple.
    3) what were the results
    Unfortunately the same. If using the in-built mic, it works, if the interface's input, I receive the error (while clicking on Record).
    4) what went wrong or is not working to your satisfaction
    The whole thing. I want to use the external mic since that has a way better quality.
    Note that I am successfully the audio interface with no problem with other audio software on the same machine.
    It seems like it is an isolated problem to Keynote 08.
    Good luck
    Thanks for help!
    Gabstero.

  • Problems initializing an E61 calendar

    Hi,
    I have installed two E-61 phones using Blackberry connect Desktop for Nokia. I suceeded with the first installation, but the second phone initialisation stops when it tries to send the calendar for the first time (hitting connect in the Blackberry Connect Desktop window, wireless reconciliation is selected). It stops at entry number 15, but I have no way to know which entry is this one. Is there anyway to know what entry is stopping the initialisation?

    I'm having the exact same issue with one of our users. We have 5 up and running without problems, but this one will hang at a particular calendar entry. No clue which. Unfortunately he's our CEO and has tons of appointments, which can't be easily deleted to narrow the problem down.
    E61 firmware: 2.0618.06.05
    BB Connect: 6.28.3_4
    BB Connect Desktop: 2.1.1.17

Maybe you are looking for

  • Animated gifs not working

    I have created several animated gifs (using photos on a continuous loop) in photoshop on my mac, but they aren't working when we upload the gifs to our website. I've been creating these short animations for ages and all of the old ones are still work

  • I keep getting a message asking me to download the newest version of firefox even though i have the newest version, is there a fix for this?

    When i first start Fire-Fox i keep getting a message telling me i need to upgrade it. Problem is i have the newest version already. I have checked repeatedly and have the newest version on my desktop already.

  • EPM 11.1.2.1

    Hi, Installed and configured EPM 11.1..2.1 and checked that all services are running in services.But i can't able to access the workspace. Showing error like 404 not found.When i tried diagnostics,the error said login failed,Check that the applicatio

  • Event handlers:  click in mxml tags or in AS?

    Is there an advantage to putting click event handlers in AS rather than in the mxml tags?  For example in AS button_1.addEventListenter(MouseEvent.CLICK, someFunctionName); or in mxml tags <s:Button click="someHandlerName(event) /> Thanks

  • Annotation for EJB 3

    I'm a java programmer for a few years . I'm new EJB environment. ejb is very difficlut to get. and futhermore, like @EJB, what's @XXX form? does any body know the simple starting point? any artices or information is welcomed. Thanks.