session or the servlet context

Hi all

Can I access values of session context and servlet in the code of people...

Here I want to achieve...
I want to store a value or a java object in the OCntext application... When the appserver is launched for the first time I want to save the java object in the session and then later I want to user the variable/object in users...


Let me know if you have pointers...

Your Java/class code must be stateless and can take this value as a parameter. Whenever you want to use the Java object, you will need to pass the value of the global variable.

Tags: Oracle Applications

Similar Questions

  • Standalone APEX listener error: the request not in a servlet context path

    Hello world

    Details:
    OS: RHEL 6
    APEX listener: 1.1.0.60.10.38

    I configured and started the independent auditor.
    When I try to open the page
    http://hostname.domain:8080/apex/apex
    It loads a static page of APEX without no images etc, and I am not able to connect.

    I also get the following stack trace when the page is loaded:
    SEVERE: service exception:
    java.lang.IllegalStateException: Request path not in servlet context.
            at com.sun.grizzly.http.servlet.HttpServletRequestImpl.getPathInfo(HttpServletRequestImpl.java:796)
            at javax.servlet.http.HttpServletRequestWrapper.getPathInfo(HttpServletRequestWrapper.java:133)
            at oracle.dbtools.rt.web.Requests.path(Requests.java:185)
            at oracle.dbtools.rt.web.Requests.path(Requests.java:175)
            at oracle.dbtools.rt.web.Requests.headers(Requests.java:161)
            at oracle.dbtools.rt.web.Requests.request(Requests.java:111)
            at oracle.dbtools.rt.web.HttpEndpointBase.request(HttpEndpointBase.java:174)
            at oracle.dbtools.rt.web.HttpEndpointBase.service(HttpEndpointBase.java:83)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
            at com.sun.grizzly.http.servlet.FilterChainImpl.doFilter(FilterChainImpl.java:195)
            at com.sun.grizzly.http.servlet.FilterChainImpl.invokeFilterChain(FilterChainImpl.java:139)
            at com.sun.grizzly.http.servlet.ServletAdapter.doService(ServletAdapter.java:376)
            at ____bootstrap.SecureServletAdapter.doService(SecureServletAdapter.java:72)
            at com.sun.grizzly.http.servlet.ServletAdapter.service(ServletAdapter.java:324)
            at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:166)
            at com.sun.grizzly.tcp.http11.GrizzlyAdapterChain.service(GrizzlyAdapterChain.java:180)
            at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:166)
            at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:791)
            at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:693)
            at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:954)
            at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:170)
            at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:135)
            at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:102)
            at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:88)
            at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76)
            at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:53)
            at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:57)
            at com.sun.grizzly.ContextTask.run(ContextTask.java:69)
            at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:330)
            at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:309)
            at java.lang.Thread.run(Thread.java:662)
    Can someone help me with this please?

    Thanks in advance.

    Hello

    the error and the effect that you do not see the images is probably caused by a typo or another error in the path that you entered for the static content at the first time you started the independent auditor. Maybe you just press enter in the configuration dialog box.
    Search for the apex.properties file, which is usually stored in/tmp/apex and fix the value for apex.images parameter points to a directory where your pictures of the APEX are stored.
    If you do not, download the release of APEX belonging to your installation and unzip the installation package. The images directory content in there, that's what you'll need. Copy it in any place, for example/opt/oracle/products/apex/images and configure the listener APEX to use this path.

    -Udo

  • GemFire Http Module Session using the Client/Server mode

    Hello

    I have a server of GemFire autonomous 2 and 1 GemFire running separately in the ports index: Locator: 13489, GF-Server1: 13490 and GF - Server2:13491

    and below cache.xml in Server GemFire, which also has the configured session area

    <?xml version="1.0"?>
    <!DOCTYPE cache PUBLIC 
         "-//GemStone Systems, Inc.//GemFire Declarative Caching 7.0//EN"
         "http://www.gemstone.com/dtd/cache7_0.dtd">
    
    <cache lock-lease="120" lock-timeout="60" search-timeout="300" is-server="true" copy-on-read="false">
         <cache-server bind-address="${address}" port="${port}"></cache-server>
         <disk-store name="insuranceOFDS" allow-force-compaction="true" auto-compact="true" 
                        compaction-threshold="40" max-oplog-size="2048" queue-size="1000" time-interval="1000" write-buffer-size="65536">
              <disk-dirs>
                   <disk-dir dir-size="3072">${GF_SERVER_DS_FOLDER}\insurance_ds</disk-dir>
              </disk-dirs>
         </disk-store>
         <disk-store name="httpSessionDS" allow-force-compaction="true" auto-compact="true" 
                        compaction-threshold="40" max-oplog-size="2048" queue-size="1000" time-interval="1000" write-buffer-size="65536">
              <disk-dirs>
                   <disk-dir dir-size="3072">${GF_SERVER_DS_FOLDER}\httpSession_ds</disk-dir>
              </disk-dirs>
         </disk-store>
         <region-attributes id="defaultRegionAttr" refid="PARTITION_REDUNDANT_OVERFLOW" data-policy="partition" statistics-enabled="true" multicast-enabled="false" disk-store-name="insuranceOFDS" disk-synchronous="false">
              <entry-time-to-live>
                   <expiration-attributes timeout="900" action="destroy"/>
              </entry-time-to-live>
              <partition-attributes redundant-copies="1" recovery-delay="10000" startup-recovery-delay="5000" total-num-buckets="113"></partition-attributes>
              <subscription-attributes interest-policy="cache-content"/>
              <eviction-attributes>
                   <lru-memory-size maximum="100" action="overflow-to-disk"/>
              </eviction-attributes>
         </region-attributes>
    
          <region-attributes id="sessionAttr" refid="PARTITION_REDUNDANT_OVERFLOW" data-policy="partition" statistics-enabled="true" 
              multicast-enabled="false" disk-store-name="httpSessionDS" disk-synchronous="false">
              <entry-time-to-live>
                   <expiration-attributes timeout="1800" action="destroy">
                        <custom-expiry>
                             <class-name>com.gemstone.gemfire.modules.util.SessionCustomExpiry</class-name>
                        </custom-expiry>
                   </expiration-attributes>
              </entry-time-to-live>
              <partition-attributes redundant-copies="1" recovery-delay="10000" startup-recovery-delay="5000" total-num-buckets="113"></partition-attributes>
              <subscription-attributes interest-policy="cache-content"/>
              <eviction-attributes>
                   <lru-memory-size maximum="100" action="overflow-to-disk"/>
              </eviction-attributes>
         </region-attributes>
    
         <!-- Customer region -->
         <region name="customers" refid="defaultRegionAttr"/>
         
            <!-- Policy region  -->
         <region name="policies" refid="defaultRegionAttr"/>
         
            <!-- Claims region  -->
         <region name="claims" refid="defaultRegionAttr"/>
         
            <!-- Payment region  -->
         <region name="payments" refid="defaultRegionAttr"/>
         
            <!-- http session object distributed region -->
         <region name="gemfire_modules_sessions" refid="sessionAttr"/>
         <resource-manager critical-heap-percentage="90" eviction-heap-percentage="80"/>
    </cache>     
    
     
    
    

    and I created an instance of tcServer with module gemfire-cs:

    tcruntime-instance.bat create Server4 --version 6.0.35.A.RELEASE --layout separate 
    --property base.shutdown.port=-1 --property base.jmx.port=6972 --property bio.http.port=8087 --property bio.https.port=8446 
    --template base --template gemfire-cs --interactive
    
    Catalina.properties, I have disabled local cache
    ------------------------------------------------
    gemfire-cs.enable.debug.listener=false
    gemfire-cs.enable.gateway.replication=false
    gemfire-cs.enable.local.cache=false
    gemfire-cs.region.attributes.id=sessionAttr
    gemfire-cs.region.name=gemfire_modules_sessions
    gemfire-cs.cache.configuration.file=cache-client.xml
    gemfire-cs.critical.heap.percentage=0.0
    gemfire-cs.eviction.heap.percentage=80.0
    gemfire-cs.log.file=gemfire_modules.log
    gemfire-cs.statistic.archive.file=gemfire_modules.gfs
    gemfire-cs.statistic.sampling.enabled=false
    

    and in CONF\client - cache.xml inside CATALINA_BASE, I have below the syntax pointing to standalone locator

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE client-cache PUBLIC
    "-//GemStone Systems, Inc.//GemFire Declarative Caching 7.0//EN"
    "http://www.gemstone.com/dtd/cache7_0.dtd">
    <client-cache>
         <pool name="sessions" subscription-enabled="true">
              <locator host="localhost" port="13489"/>
         </pool>
    </client-cache>
    

    I started locator both gemfire server and when I run tcServer, tcServer throws an error that "'gemfire_modules_sessions ' region cannot be found. "

    I believed that tcServer will connect to standalone GemFire locator and search for the session to the server area. I understand OK if not, can someone explain how gemfire-cs module, code examples if we can post will also be useful for everyone.


    Hi Mathieu,

    Glad you got things sorted. Here are some answers to your questions:

    1 were the same for the ClientCacheFactoryBean and the pool defined in client - cache.xml the names of your pool?

    2 - if all your host names are resolvable on all systems in your cluster so you should not use IP addresses.

    4 - this property snuck in the config that I sent you. It is no longer valid to go to 7.0.0.2. Previously, we have defined a valve optional commit in context.xml. This valve valid changes of the session at the end of the request/response http instead immediately when each session attribute is changed. It is allowed to improve performance. Since version 7.0.0.2 definition of the valve is removed from context.xml is configured programmatically and is enabled using this property.

    -Jens

  • Problem with the definition of the Application context Variable

    Hi all

    In our application, we use political VPD. We use the app context variables to store session level settings. When I'm trying to set the value of context separately through SQL PLUS he started after the exception.

    ORA-01031: insufficient privileges
    ORA-06512: at "SYS." DBMS_SESSION", line 90

    But the same works very well a procedure. When I am executing the procedure it works fine.

    Can anyone of you pls help me?

    user12097713 wrote:
    Hi all

    In our application, we use political VPD. We use the app context variables to store session level settings. When I'm trying to set the value of context separately through SQL PLUS he started after the exception.

    ORA-01031: insufficient privileges
    ORA-06512: at "SYS." DBMS_SESSION", line 90

    But the same works very well a procedure. When I am executing the procedure it works fine.

    Can anyone of you pls help me?

    I assume that you have created the context related to the packaging?

    Create context SOME_CONTEXT using SOME_PACKAGE;
    

    When you do this, the ONLY place you can set the values of context is the specified package. If you cannot change it directly, you must call the package (whatever the process change it and is available).

    This is a safety mechanism, so you can't do whatever it is that you're probably trying to do :)

  • To access the servlet code causing problems AM...

    Hello
    I use 11gr1p1 and stack of the ADF. I have an ImageServlet and in it, I created an AM root to access the VO to read the image using the VO.
    Everything works fine but anyway it messes with the framework and my beginning of LOVs gives below error when I click on the LOV icon.

    java.lang.ClassCastException: oracle.jbo.uicli.binding.JUCtrlActionDef cannot be cast to oracle.adfinternal.view.faces.model.binding.FacesCtrlActionDef

    To locate what is causing the problem, I commented lines where I create an AM and return directly to the servlet. Then I did a mistake.

    Any ideas?

    The servlet code
    -----------
              if( request.getParameter( "ImageId" ) != null )
              {
                   String contentType = "image/jpeg; charset=UTF-8";
                   response.setContentType( contentType );
                   oracle.jbo.domain.Number imageId = null;
    
                   try
                   {
                        imageId = new oracle.jbo.domain.Number( request.getParameter( "ImageId" ) );
                   }
                   catch( Exception e )
                   {
    
                        return;
                   }
    
    
                   OutputStream os = response.getOutputStream();
                   String amDef = "com.zzz.model.mdm.am.MDMMainService";
                   String config = "ConfigurationServiceLocal";
                   String viewObject = "OperaImagesRev";
                   String imageAttributeName = "BfileLocator";
                   String viewObjectBindParamName = "pBlobId";
    
    
                   if( imageId != null )
                   {
                       ApplicationModule am = Configuration.createRootApplicationModule( amDef, config );
                        
                        try
                        {
                             
                             ViewObject vo = am.findViewObject( viewObject );
    
                             vo.setNamedWhereClauseParam( viewObjectBindParamName, imageId );
                             vo.executeQuery();
                             if( vo.getEstimatedRowCount() > 0 )
                             {
                                  Row row = vo.first();
                                  oracle.jbo.domain.BFileDomain image =
                                                             ( oracle.jbo.domain.BFileDomain )row.getAttribute( imageAttributeName );
                                  image.openFile();
                                  InputStream is = image.getInputStream();
    
                                  byte[] buffer = new byte[10 * 1024];
                                  int nread;
                                  while( ( nread = is.read( buffer ) ) > 0 )
                                       os.write( buffer, 0, nread );
    
                                  os.close();
                                  image.closeFile();
    
                             }
                        }
                        catch( Exception e )
                        {
                             //e.printStackTrace();
                        }
                        finally
                        { if (am != null)
                            Configuration.releaseRootApplicationModule( am, false );
                        }
                   }

    I ran in the same issue.
    Creating an application root module breaks the link whole layer, when done outside the context of limited application. I mean there a servlet or the e-mail application itself.
    In my case, I launched a planner to start all batch tasks now and then. Because the task has no application module I create a new one, that breaks the user interface.

    Good news for you is that you can solve your problem in the servlet image if you change your web.xml file so that the servlet image goes through the filter adfBindings.
    Just add a filter mapping

    
      adfBindings
      ImageServlet
      FORWARD
      REQUEST
      
    

    to your web.xml file and your servlet is working again.

    My case I still looking for a valid solution :-(

    Timo

  • I received an error message on my iPad: the application has lost the device context when I try to open the Jam Cookie

    If someone got the error message: "the application has lost the device context? This appeared on my iPad on the application of jam cookie there is a thin red strip across a black screen with the error message locked in the red band. Help!

    Reset the iPad.  Press and hold the power and home together for 10 seconds until the Apple logo appears.

  • Firefox 24 - options not remembered from one session to the other

    When I've upgraded to Firefox 24, all the v23 option settings restore default values. I put them back the way I had them before, but after restarting the browser, all default as before. I use NoScript, and any change to its rules is also lost when I restart the browser. I rebooted several times. with no system restarts and the results are always the same.

    History and passwords seem to be updated and kept in sessions. The problem is with the data to configure Firefox and NoScript.

    I am running XP SP3 with 2 user accounts. One is an administrator account that I use only for the maintenance of the system, and the other is a limited account where I do most of my work. The admin account, where I installed v24, remembers changes in configuration between sessions; the problem is with the limited account, which is the one that I care.

    I checked the profile in use for the limited account, and files have updated definitives in application Data Mozilla \limited user\application folders, so it doesn't look like a permission problem. This folder contains now 86 prefs-files numbered out of all 3 have maintenance date today, but the file prefs.js watch was yesterday, before I improved versions.

    There are also 25 sessionstore-files numbered, that have all of the old dates, but the sessionstore.js and sessionstore.bak files show as recent.

    Any suggestions?

    After posting the question, I found this thread in the support forum - https://support.mozilla.org/en-US/kb/how-to-fix-preferences-wont-save?esab=a & s = firefox + + 24- + options + not + remembered & r = 1 & as=s#w_reset-firefox-to-fix-the-problem.

    Following the instructions, it seems that the file for the limited account has been altered in the upgrade to the Version 24. I deleted, and the problem is solved.

  • Restart the PC under Windows XP, Firefox Sessions restore previous Session, not the last one I closed Firefox on.

    I formatted my PC and re-installed Firefox I saved application data about the configuration of firefox, after having reinstalled everything on pc and install firefox I can see my old tabs from last session, but when I say delete and or to make new tabs and option tools States still show my windows and last time labels , I then restart my pc and when firefox loads again the session is loaded from a former session before the format, I have create new sessions and the Firefox saves when I close and open them but whenever I restart my pc it still load pre format sessions. How can I make normal firefox once again without wiping my application data, passwords and settings and re - install the program? There must be a way.

    You can check for problems with the sessionstore.js and sessionstore.bak files in the profile folder of Firefox that store session data.

    Delete the sessionstore.js file possible sessionstore-# .js files with a number and sessionstore.bak in the Firefox profile folder.

    Delete sessionstore.js will cause App Tabs and tab groups and opened and closed the tabs (back) to get lost, so you will need to create them again (take note or bookmarks).

  • I can restore a session when the Session restore fails?

    After a kernel panic (I assume that's what it was), I was not able to restore my Firefox session, which had about 5 tabs open with a few dozen URLS to the breast. I'm writing this, there has been more than panic the kernel and Firefox crashes and Firefox allowed me to restore these sessions. However, this is the session that preceded the first accident/panic that holds these tabs I want to restore. Which can be reached?

    When I launched Firefox after the first crash, Session Restore window did not offer to restore my previous session, that the list was empty, not showing any tab list.

    I tried to search for the files sessionrestore.js and sessionrestore.bak in my system (OS x Lion), but they are not here. By the advice of some google search results, they said that there should be a Firefox folder to library > Application Support > Firefox, but I have no such folder Firefox just Mozilla file, and the js/bak files are not there either.

    Finally, I would like to make a backup (a clone) of my HARD drive for a few weeks, in the case which can also be used to help restore my session.

    I have included 2 Crash ID below. The first is one of the most recent (05/02/2012). There is indeed a dozen for that date, but it is earlier (in time) of the bunch, so I guess that maybe he'll relate to my first fall, even if that happened yesterday evening (2/14). The second ID is the 2nd most recent crash as of 1/14.

    Thanks for any help you can provide on this issue.

    You are welcome.

    In Mac OS X v10.7, the file $HOME/Library is a hidden folder.

    Open Finder and use one of them:

    • Go > go to folder (command-SHIFT-G) and in the type of dialogue: ~/Library
    • Open the 'Go' menu and hold down the Option key to display the library

    You can also use this command in a Terminal window to remove the hidden flag.

    • Mac HD > Applications > utilities > Terminal
    • chflags nohidden ~/Library
  • I can't get the tabs of the previous session of the return when I reopen it Firefox. The header of the window, or 'Quit' in the file Menu using 'Close' of Firefox not working. Note that "Restoration of previous Session" on my Menu history is grayed out so

    Question
    I can't get the tabs of the previous session of the return when I reopen it Firefox. I tried closing with 'Close' header of Firefox window, but also 'Quit' in the file Menu. Note that "Restoration of previous Session" on my Menu history is grayed out so I can't use it. In addition, there is no tab at the top of my window to open Firefox Firefox - only a menu bar that shows "File", "Edit", "View", "History", "Favorites", "Tools" and "Help". I am running Windows 7 Home Professional and Firefox 4.01

    "I can't do the tabs from the previous session of the return when I reopen it Firefox.

    Remember that you are not private browsing or they are in permanent private browsing mode. See: https://support.mozilla.com/en-US/kb/Private%20Browsing (2nd and 3rd options menu on this page)

    Make sure that you are not clearing history during a session or when Firefox is closed. See:

    • Clear recent history: https://support.mozilla.com/en-US/kb/Clear%20Recent%20History
    • Clear history of Firefox closing: uncheck 'Clear history of Firefox closing' options > Privacy panel (the first item under "History" on this Panel should be set on "Firefox will be: use the custom settings for history" to see that point to uncheck)

    "There is no Firefox tab at the top of my Firefox window open - only a menu bar.

    The Firefox button is supposed to be on by default in Vista and Windows 7.

    In Firefox 4, you have the choice of using the Firefox (orange or grey) button in the upper left or the menu bar (File, Edit, View, history, Favorites, tools.) Help).

    • The selections on the Firefox button are distinguished by the menu bar options.
    • You can easily switch between the Menu bar and the Firefox button or leave one or the other active.
    • One used depends on if the Menu bar is enabled
      • Bar menu checked = Bar Menu on, Firefox off button
      • Bar menu unchecked = Menu Bar off, Firefox button on

    When the Firefox button appears and you want to temporarily view and use the menu bar, press ALT or F10 displays the menu bar and you can make your selections in the Menu bar displayed temporarily.

    To check (or uncheck) the menu bar, do one of the following:

    • using the Firefox button: click on the Firefox button > Options > Menu bar
    • using the Menu bar: click on view > toolbars > Menu bar
    • Hold DOWN the ALT key while pressing the VTM keyboard letters
  • Since the installation of FF4, I wonder is if I want to save the tabs to close, and they are not open during the seizure of the next session. The only way answer correctly is opening in safe mode.

    As suggested in the troubleshooting guide, I have disabled all of the Plugins/extensions, search for corrupted files potential and checked all the settings (although it does not seem to have one for this feature) all to nothing does not. FF behaves as I hope however when closing and reopening in safe mode. All previous versions of FF I got does not show this problem.

    One of the changes in Firefox 4: by default Firefox 4 does not display the warning "Save tabs and exit" then to the closure of several tabs, but it can be turned on again by changing some preferences.

    • Record of the tabs was not removed from Firefox 4, but it works a little differently.

      • By default, Firefox 4 will not ask to save tabs, but instead it will always save your tabs in the output. You can restore the next time by selecting "Restore previous Session" in the history menu, or by pressing the button restore Firefox's default homepage.
      • Note: This was a decision by the developers. On this forum, we are all volunteers without compensation here to help other users. Develop them and employees of Mozilla/Firefox rarely, if ever visit here.

    Browsing history must be saved

    • Button Firefox: Firefox button > Options > Options > privacy > [X] Remember my browsing history
    • Menu bar: Tools > Options > privacy > [X] Remember my browsing history

    Also, make sure that you do not erase "Browsing history" when you use clear recent history or when Firefox is closed

    • Using clear recent history

      • Button Firefox: Firefox button > history > clear recent history
      • Menu bar: Tools > clear recent history
    • When Firefox is closed
      • Button Firefox: Firefox button > Options > Options > privacy (verified) > settings
      • Menu bar: Tools > Options > privacy (verified) > settings
    • See: https://support.mozilla.com/en-US/kb/Clear%20Recent%20History

    To display the message "save tabs and exit" when closing multiple tabs, you can do the following:

    1. Type of topic: config in the URL/address bar and press the Enter key
    2. Accept the warning message (promise to be careful)
    3. Open the preferences/list page
    4. Filter = browser.tabs.warnOnClose
    5. If its value is set to false, double-click top (in the lower panel) to toggle its value to true
    6. Repeat steps 4 and 5 for the 3 following preferences also:
      • browser.warnOnQuit
      • browser.warnOnRestart
      • browser.showQuitWarning
    7. See:
  • I have to log on to a web site under 2 different companies, but I clicked on 'remember login' for one and now I can not simply to the start page to open a session to the other company - he continues to go to the page for the first.

    I have two companies for which I connect to an Internet site for the data. I clicked "remember me" for the first company and now I can't get to the home page to open a session for the 2nd, he just guard logging in for the first.

    You can also try one of these:
    CookiePie: http://www.nektra.com/oss/firefox/extensions/cookiepie/
    CookieSwap: https://addons.mozilla.org/firefox/addon/3255
    Multifox: http://br.mozdev.org/multifox/

  • HP laptop, Stream 11th session of the Committee: is my portable internet compatiable

    Hi, just bought a HP laptop, Stream 11th session of the Committee. 11d015na with intel Celeron processor N2840 (2.16 Ghz), 32 Gb MEM, 2048 MB DDR3 SDRAM, 8.1, 29.5 cm diagonal HD LED display Windows, with WLAN & bluetooth...

    I have 2 questions...

    Is the MEM 32 GB hard drive size? small enough sizes todays...

    Can I connect to my home Wi - Fi network to go on the internet, as after I bought this laptop, I noticed there is no mention of a Wi - Fi connection

    Any help in these important issues would be appreciated, especially an internet wireless connection.

    Thanks in advance

    Hello

    The following link shows its specifications:

    http://support.HP.com/au-en/document/c04719506

    1. Yes, it's the size of the hard drive. Normally you do not keep the programs and files in a flow machine,.

    2. Yes, it has WiFi and Bluetooths as mentioned above.

    Kind regards.

  • NOR-IMAQ: The transmitted session or the interface is not valid, why?

    Hello:

    I am facing an error that I can't explain. I configured a NI 1742 smart camera, to do some tests. The camera is configured in Max Max I can make some shots of the image and image captures without problem, I can do the same thing in the Vision Assistant. However, in LabVIEW I can't even start a session IMAQ.

    When I try to log in with the Vi Init IMAQ, I always get an error that says "NI-IMAQ: the transmitted session or the interface is not valid. I don't understand why this is happening. I did some research and found that this error indicates when the specified interface does not exist or the unit is unplugged. But I checked and rechecked, and as you can see in the previous image, the interface exists, and of course the smart camera is connected and working. No error status displays the status doesn't lead. I tried with the VI generated with the Vision Assistant, but had no luck, in LabVIEW always manifest error.

    I have LabVIEW 8.6, Vision Assistant 8.6, OR-IMAQ 4.3, MAX 4.6.1

    No idea why this error?, I tried, but I can't understand why!

    I really appreciate help. I'm a bit desperate.

    Thanks in advance.

    Robst.

    Hello

    Just to make sure, you run LabVIEW RT? and if you are, you are your VI running on my computer or have you create a project and added to your target of the smart camera and the VI under this goal?

    If you use your VI on your local computer, the error message makes sense because there is no img0 interface in your computer.

    -Christophe

  • sessions of the factory. can I do this?

    Dell latitude e6400 does not turn the way it should be if im wanting to everything from the beginning of the sessions of the factory. can I do this?

    Probably, but it's a pretty drastic (and usually not necessary) step.  If you do this, you will have to:

    • uninstall all the trial versions of Norton or McAfee antivirus applications (which do not work, because the trial period is over) using the appropriate removal tool
    • Install service packs needed to pass to service pack 3 (assuming that you have little variety of XP)
    • Install all Windows updates
    • Install a new anti-virus program
    • possibly install a new antimalware program
    • install all the programs that you installed after that you bought the computer
    • restore all your personal files (documents, photos, music, etc.) the backup you do carefully until you've done the restoration

    Assuming that you are willing to do everything above, see http://www.dell.com/support/troubleshooting/us/en/19/KCS/KcsArticles/ArticleView?c=us&docid=533148&doclang=en&l=en&s=bsd&cs

    Also http://www.dell.com/support/troubleshooting/us/en/19/KCS/KcsArticles/ArticleView?c=us&l=en&s=dhs&docid=DSN_87F38510018B5A15E040AC0A65E90A1A

Maybe you are looking for