Problem with kill session

Hello

I want to kill one of my session and I can't :/ I paste this query:
SELECT sid, serial #, osuser, program, server, machine FROM v$ session;

Find the sid and serial # my process and carry out this change the command:
alter system kill session '544 793';

So, I can see this output:
change kill system succeeded.

But once retype selected first, I still have a trial '544 793'?
Might explain my why?

Tutu wrote:
I don't have the privileges to kill the process level OS :/ That from database. But what this process is KILLED? She still exists in the database, is not it.

Yes, the process is still in the database, using the amount of space between the sessions and processes and other resources of the system as well.
There may be several reasons for this:
1 session remains in this status as asociated process is not killed, for example session expected SQLNet client message. Customer at the moment would be an activity that he would receive the error and the session would leave.
2 PMON can do sometihng with this session. Doing little cleaning, then kill is issued and this session remains for some time.

In order to get rid of this session - ID opsystem kill command. If do not have rights - you ask someone who has.

Tags: Database

Similar Questions

  • Hello, I have a big problem with Firefox: Session Manager & Undo Closed Tab addons don't work, synchronization is not working do not. The story works. How to solve this problem?

    Firefox remembers the story, but doesn't remember the closed tabs, sessions.
    It happened after the Fox update to v. 19.0.2 on a single computer.

    In Options of Firefox is set to use Custom Settings For History, everything is checked except always use Private Browsing Mode. So I'm not in private browsing.

    When I press to Undo Closed button nothing happens, & in the Manager session Save Session button is grayed. I tried to install other add-ons that remembers the tabs. tried to reinstall/disable these 2 modules. Did ' t help. On my 2nd computer I have same modules, same settings and they work normally. the 3rd closed computer undo works tabs also. How to solve this problem? I decided to ask before Firefox Reset...

    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------
    

    Sync is a separate issue. It works, but quite often it connects me sync account. Then I can connect only using the recovery key password and long (option choice I have no device with me because he does not accept the key to pairing device).

    Thanks for reading.

    In case you use "clear history of Firefox closing:

    • do not erase browsing history

    Note that compensation "Preferences of Site" clears all exceptions for cookies, images, windows pop up, installation of software and passwords.

  • problems with hearing session

    Hi, my audition multitrack session Don t I would like to work with keyframes in the timeline, the last time it works, someone has had this problem before?

    You have, in the menus, multitrack > Enable clip keyframe editing enabled?

  • problem with stateless session bean

    Hello

    I don't know if this is the right forum for this discussion. I have not found the answer elsewhere. In any case, here's my problem

    I have a java client (main program) calling a remote SLSB by a search

    [CODE]

    int choice = 1;

    String viewClassName = LibrarySessionBeanRemote.class.getName ();

    LibrarySessionBeanRemote libraryBean = (LibrarySessionBeanRemote) ctx.lookup ("LibrarySessionBean EJBTutorial/EJBTutorialEJB / /!") (+ viewClassName);

    While (choice! = 2) {}

    String bookName;

    showGUI();

    String strChoice = brConsoleReader.readLine ();

    choice = Integer.parseInt (strChoice);

    If (choice == 1) {}

    System.out.Print ("enter the name of book :");

    bookName = brConsoleReader.readLine ();

    libraryBean.addBook (bookName);

    } else if (choice == 2) {}

    break;

    }

    }

    List < String > booksList = libraryBean.getBooks ();

    System.out.println ("book seized until then:" + booksList.size ());

    for (int i = 0; i < booksList.size (); ++ I) {}

    System.out.println ((i + 1) + "". "") + booksList.get (i));

    }

    [/ CODE]

    Before I do my research, I have run a dozen threads that call a servlet. Each servlet contains an instance of my SLSB

    [CODE]

    @WebServlet (name = "ServletCallSessionBean", urlPatterns = {"/ test"})

    SerializableAttribute public class ServletCallSessionBean extends HttpServlet {}

    @EJB (nomBean = "LibrarySessionBean")

    Private LibrarySessionBeanLocal monBean;

    protected void processRequest (HttpServletRequest request, HttpServletResponse response)

    throws ServletException, IOException {}

    response.setContentType("text/html;charset=UTF-8");

    PrintWriter out = response.getWriter ();

    monBean.getBooks ();

    System.out.println ("WAITING for DEBUT");

    try {}

    Thread.Sleep (300000);

    } catch (InterruptedException e) {}

    Generative TODO catch block

    e.printStackTrace ();

    }

    System.out.println ("WAITING for the END");

    PrintWriter out = new PrintWriter (response.getOutputStream ());

    try {}

    out.println ("< html >");

    out.println ("< head >");

    out.println ("< title > Servlet MaServlet < /title >");

    out.println ("< sandwiched >");

    out.println ("< body >");

    out.println ("< juncture >");

    out.println ("< /html >");

    } {Finally

    out. Close();

    }

    }

    @Override

    protected void doGet (HttpServletRequest request, HttpServletResponse response)

    throws ServletException, IOException {}

    processRequest (request, response);

    }

    @Override

    protected void doPost (HttpServletRequest request, HttpServletResponse response)

    throws ServletException, IOException {}

    processRequest (request, response);

    }

    @Override

    public String getServletInfo() {}

    return "my test servlet;

    }

    }

    [/ CODE]

    This SLSB has a shelf of List < String > attribute.

    [CODE]

    @Stateless (name = "LibrarySessionBean")

    @Local (LibrarySessionBeanLocal.class)

    @Remote (LibrarySessionBeanRemote.class)

    @LocalBean

    public class LibrarySessionBean {}

    virtual library from the list < String > private;

    /**

    * Default constructor.

    */

    public LibrarySessionBean() {}

    TODO auto-generated constructor stub

    System.out.println ("object this.toString =" + this.toString ());

    System.out.println ("constructor called LibrarySessionBean");

    virtual library = new ArrayList < String > ();

    }

    {} public void addBook (String bookname)

    System.out.println ("object this.toString =" + this.toString ());

    System.out.println ("addbook called");

    bookShelf.add (bookname);

    }

    public List < String > getBooks() {}

    System.out.println ("object this.toString =" + this.toString ());

    System.out.println ("getBooks called");

    return the shelf;

    }

    }

    [/ CODE]

    When I add a book on the client side in the main program (see the red part of the code) and when I inspect my book list (debug) is not in

    I know it's a SLSB (stateless), but immediately after the addition of a book, the book should be in the list. When I'm not running the dozen threads before, the book is in the list

    You have an idea? Thanks in advance for your answers.

    Hello again,

    I finally understood the general problem.

    When you perform a search remotely on a SLSB as a client, the server side send a proxy. When you use a method on the proxy, the server will use a random pool SLSB.

    When I was doing 2 successive calls on the client side, the pool side server was a size of a SLSB and I used the same SLSB with her own State. When I create SLSB 15 with 15 different thread, and subsequently, I search remote, the proxy will invoke one of the SLSB of the pool which is made of now several instances (in my case, 13). The SLSB used by search will be random among instances of pool-(13 in my case). The discussion has been resolved.

  • Problem with BBM when

    Hello

    I am facing a problem while developing my BBM app.

    I use BBMPlatformSession to send invitation.

    UserA sends the request to UserB. UserB is attached to it and we have a session in the list and each other.

    UserA-> UserB

    UserB-> UserA

    Now, If UserB sends request to UserC UserC joins, and each user is to have 2 members in the list of contacts of their session. , His work as expected.

    UserA-> UserB, UserC

    UserB-> UserA, UserC

    UserC-> UserA, the UserB

    But, the problem comes when inverter happends, i.e. UserC sends the request to UserB. In this case, each user can see only another user in their contact list.

    UserA-> UserB

    UserB-> UserC

    -> UserB UserC

    I do not know this is the way THAT BBM works or miss what either.

    Thank you

    Sumit.

    Hi Sumit,

    This looks like a problem with the session handling in your application. You can check to see if a session is already established with UserB before allowing the UserB join another session with UserC, or ask us for UserC to join your existing session. TicTacToe sample shows a logic similar to the former, it blocks the second user tries to join and sends a message if a game is already in progress.

    Kind regards

  • Only intermittent problem with wifi on alienware m17x with qualcomm wireless killer

    Hi, I have an alienware M17x with windows 8.1 and qualcomm wireless killer. I have a serious problem with intermittent wifi, that appears when I use programs like Skype, steam, multiplayer games, etc.

    Even if the wifi is connected, the connection suddenly stops working sometimes, especially when I use the applications mentioned above. (if I try to load a Web page during this time, the page remains attached to "resolving host"). Strange thing is if I disconnect and reconnect to the wifi Internet starts working immediately. Or I can wait a few minutes and the connection is re-established automatically. This isn't a problem with the network, because I had this problem on countless wifi networks I've worked, and all my other devices work fine in the same time, that my laptop no longer works.

    Additionally, this problem occurs only on wifi, if I use a connection cable, this never happens. (this is not yet a case of the wifi signal strength, as happens even when I am sitting right next to wifi router and wifi in the notification area icon is visible full signal).

    In the last months, I tried various possible solutions, but none of them have solved this problem:

    -Updated to 8.1 windows

    -Update of the qualcomm network drivers

    -Stop of various applications that I think might have been the origin of the problem

    -Uninstall completely different applications

    -Close all anti-virus programs

    Still after all of these steps, the problem persists. It would not be a big problem, as the loss of connectivity is not permanent, but what makes multiplayer games completely unplayable on my alienware machine. :(

    Just today I tried to launch AlienAutopsy test for my network card in Killer Wireless - N 1103 several times, and each time that the "transfer of data verification test" failed due to no connectivity (all other tests passed very well, only this one test failure all 6 times). I thought that it could be linked and gave me some hope that I might be able to target the cause of this unique problem. Therefore, I post here. If anyone can help me, it would be much appreciated!

    +++ S.O.L.U.T.I.O.N. +++

    «Go to network-> Network and Sharing Center-> change the adapter settings-> Wireless - N 1103-> properties (right click) Killer network card-> and finally UNCHECK it (the f * cking) "Qualcomm Atheros control bandwidth «»

    Enjoy the rush.

    See you soon

  • Sporadic problems with pdf through Citrix session

    We run Citrix XenApp 6.5 with the installed 15.10.20056 CD player.  Sporadically when we launch a PDF through our session, data will not show, but this is.  If you take the mouse and you're trying to highlight, it will then appear and be seen.  If this isn't the case, then the user does not know it is there.  This does not always happen however, and the text will appear without having to highlight something.  We have tried to disable scrolling smoothly and some other items made, but it doesn't seem to make a difference, unless there is a setting I'm missing somewhere?  Any ideas are appreciated.

    Hello

    We did some checking and looked for a solution.

    Finally, we found this setting here in the image:

    In our area is the problem with the display of PDF files in Citrix Envirement

    much better (.. maybe went) if we change this setting on "Immer" (always).

    Can check you in your area too?

    Thanks for your comments!

  • Problem with blocking of sessions

    Hello
    I have so many sessions of blocking, suspended DB, although I killed sessions, yet once same sessions are Dungeon blocking each other.
    How can I fix it?
     
       ZT5754 
     11 3603 3811 5sk5hgs4dw37k Idle SQL*Net message from client 1413697536 1 0 2514 
       OPBH 
     10 3312 7764 
     Application enq: TX - row lock contention 1415053318 4128776 66 293 
       LexS 
     3 569 48534 
     Application enq: TX - row lock contention 1415053318 3014689 57942 3151 
       LexS 
     0 4051 1255 
     Application enq: TX - row lock contention 1415053318 2162702 71661 2737 
       LexS 
     0 5053 313 
     Application enq: TX - row lock contention 1415053318 2162702 71661 2958 
       LexS 
     0 5830 8880 
     Application enq: TX - row lock contention 1415053318 2162702 71661 2848 
       T9094 
     2 1827 21808 fu73r701fs7wv Application enq: TX - row lock contention 1415053318 3014689 57942 603 
       F9960 
     0 4056 41557 178swwzvyjw30 Application enq: TX - row lock contention 1415053318 3145730 62208 203 
       T9083 
     0 824 42250 178swwzvyjw30 Application enq: TX - row lock contention 1415053318 3145730 62208 387 
       ZS5183 
     0 833 20906 90bzanz7zc016 Application enq: TX - row lock contention 1415053318 3014689 57942 332 
       BAT
     0 3615 3100 90bzanz7zc016 Application enq: TX - row lock contention 1415053318 3014689 57942 112 
       ZT5954 
     0 4867 5910 3c9jvs9kj3dvd Application enq: TX - row lock contention 1415053318 3014689 57942 436 
        
     
     
     
    Thanks in advance!
    RAS

    Published by: sachinpawan on November 1, 2012 10:15

    Published by: sachinpawan on November 1, 2012 10:16

    Grant your application. Try adjusting your SQL query first. She can use the scan of table full and taking a lot of time to complete the request. If they use query index will become faster and it will create a lot less locking session.

    Concerning
    Asif Kabir

  • Problem with Session variables

    On page 1, I'll put a session based on a user variable to connect:

    < cfif NOT IsDefined "(SESSION. EmpNo") >
    < cfset SESSION. EmpNo = #Form.HREmpNo # >
    < / cfif >

    On page 2, I call the session variable in a query to a form in advance, it works fine:

    < cfquery name = "qEmpInfo" datasource = "SelfNom" >
    SELECT *.
    OF tblEmployeeList
    WHERE EmployeeNo = #session. EmpNo #.
    < / cfquery >

    On the same page, I give the pre-populated information hidden tags, so I can enter information in a table on the next page. qEmpInfo is the request that I'm hitting successfully with my session variable. Here are my tags:

    #qEmpInfo.EmployeeNo # < cfoutput > < / cfoutput >
    < input type = "hidden" name = "EmployeeNo" value = "" #qEmpInfo.EmployeeNo # "/ >"

    On the 3rd page, where I'm trying to insert information in another table, I am getting an error. Itacts as my session variable is over.

    Error:
    Syntax error in date in a query expression ' #qEmpInfo.EmployeeNo # '.

    I entered this code in page 3 to check and she in the past that I guess because it does not find the session variable:

    < cfif NOT IsDefined "(SESSION. EmpNo") >
    < cfoutput > #session. EmployeeNo # < / cfoutput >
    < / cfif >

    I put my session expires in the admin for 24 hours, so it's not the question. And I turned on the session variables in the Application.cfm:

    < name cfapplication = "SelfNom".
    sessionmanagement = "Yes" >



    Someone sees something I am doing wrong?

    Jatrix wrote:
    > Does someone sees something I am doing wrong?

    Well, the first thing I noticed is this:

    #session. EmployeeNo #.

    'session.empNo' AND ' session. EmployeeNo' are not the same variable. You
    Verify the existence for the first and then try to get out of the second.
    You create a variable named "employeeNo" in your form. It is that the
    the one you want to use here? "form.employeeNo" not "session.employeeNo".

  • Problem with ssl on ISA Server 2004 traffic shaping

    Hello

    I use "Bandwidthsplitter" addon for ISA Server 2004 (Enterprise Edition) for shaping traffic and quota control. I have a serious problem with it. This addon does not take into account the ssl traffic user, and I need to restart the Microsoft ISA Server priodically Control Service or allow the users to be connected via ssl until they themselves kill their session.

    I will be grateful if someone help me to solve this problem.

    Thanks in advance

    Bijan

    Hello

    The question you posted would be better suited to the TechNet community. Please visit the link below to find a community that will support what ask you

    http://social.technet.Microsoft.com/forums/en-us/Forefrontedgegeneral/threads

  • iMac 27 "mid-2011 - Intermittent problem with CPU fan running at full speed and sleep mode.

    Hello!

    My iMac 27 "has an intermittent problem with the CPU fan runs at full speed. Sometimes it happens at the time when I start it, sometimes only in my session, and sometimes only after a certain time. So does seem to be a problem of "heating".

    Second issue is with the mode 'sleep'. It may occur also at any time, at the start of the iMac, session, or after a certain time. But once he starts to go in mode 'sleep', when I wake up, it goes right back in mode after a few seconds and that it will continue indefinitely until I restart the computer.

    What could be?

    Please help me!

    4ntoine

    Here is my model of iMac:

    iMac 27 "mid-2011 model 12.2

    Intel Core i7 3.4 GHz

    AMD Radeon HD 6970M 1024 MB

    OS X El Capitan 10.11.6
    SMC 1.72f2

    Boot ROM IM121.0047.B23

    reset the SMC

    Reset the management system (SCM) controller on your Mac - Apple Support

  • Anyone having problems with distnoted?

    A number of our machines have been touched by a runaway distnoted process after the upgrade to El Capitan. We never had a problem with it in Yosemite.

    Basically, the machine will become insensitive and if you are able to open the Terminal or SSH into the machine and run it, you will see the distnoted process consuming more than 380% of the processor and load average equal to or greater than 300. I recently had an average load of more than 800 on my MacBook Air, until I could kill the distnoted process. And as soon as the process is killed, the load average start dropping immediately.

    Anyone have any idea what causes this runaway process?

    Yes.  Several times a day and it's maddening!

    Sometimes I can kill disunited over time, and sometimes I go back to my Mac with the fans screaming and nothing to do but to restart.

  • A multitude of problems with 4.0.1: how to revert to a previous version?

    Updated my Firefox, I must say that I have never been so disappointed in Mozilla in my 10 years of use. The 4.0.1 release is currently in such a small feature that I've switched back to Safari until either 1) current bugs are fixed, 2) a new version comes out, 3) I can revert to the previous version.

    I have questions include some superficial questions such as:
    -Satisfied with the new positioning of the tabs (prefer under the address bar)
    -Satisfied with the new location of the buttons update
    -Tabs rarely save after the closure of FF as they have in previous versions
    -On my Mac, can generally use the touchpad to zoom in and out of pages, which is useful with small text or when I try to view lots of photos at the same time as thumbnails. This no longer works with the new version.

    However, the problems that forced my switch on have been at a more serious level:
    -Substantially slower page load
    -Refreshing seems to "time out" as the fact click on links sometimes, so that clicking on a link or to refresh a page should be done two or three times before it to load in fact

    And the biggest problem:
    -FF now locked up my Mac very frequently while I 'force quit' it. When I say "very often" I mean that it is not uncommon for me to have to force stop two to four times in a one hour period. When I FF pulls up and it is on the page to restore the tabs, I now just create a new session. If I try to restore the tabs, it tends to lock up again immediately.

    Information to go back to the previous version enjoyed. However, I saw a few complaints that doing so may clear Favorites, & etc. I would really like to avoid rather.

    Credit Tony E

    Downgrade to Firefox 3.6 first of all uninstall Firefox 4, but do not select the option 'remove my Firefox personal data '. If you select this option, it will delete your bookmarks, passwords and other user data. See https://support.mozilla.com/kb/Uninstalling+Firefox

    Then you can install the latest version of Firefox 3.6 available to http://www.mozilla.com/en-US/firefox/all-older.html - it will automatically use your favorite courses, passwords etc.

    I recommend, to avoid possible problems with decommissioning, accessing your profile folder and delete the following files if they exist - extensions.cache, extensions.rdf, extensions.ini, extensions.sqlite and localstore.rdf. Delete these files will force Firefox to rebuild the list of installed extensions, check their compatibility and cancel the toolbar customizations.

    For more information on how to find your profile folder, see https://support.mozilla.com/kb/Profiles

  • Toshiba Tecra A3 - problem with Port Replikator III

    Hello

    I have a problem with a Toshiba Tecra A3 combined with a Port Replikator III. Both work very well together until you disconnect the laptop computer. After you start the Toshiba Tecra A3 without the Docking Station, everything is always ok. But when I anchor again and start it, Win XP is not able to display the logon session on the external monitor screen. All configurations, I did (for example only display on external monitor) with the mobile extension module are only available after login. But when I don't see the logon screen, I can't do that; (o). so, does anyone have a solution how can I use the external screen after the boot (without using the FN + F5) key.

    any help is much appreciated
    Thank you
    Mario

    Hello

    As far as I know logon window can be displayed on the primary monitor only. Computers laptop LCD is set to a primary, and it cannot be changed. As you can see this option is grayed out in display properties.

    Good bye

  • Initial problems with my Qosmio

    Hi all

    Now please don't misunderstand here because I liked my Qosmio, it's good game power little. - but there are a few things that I was very unhappy and others I was impressed and have simply not had the opportunity to share with the community.

    First of all, I live in Christchurch, New Zealand, and you may remember that we had major problems with earthquakes, these are now installed but nevertheless relate to my story.

    Also related that I have a blood disease which caused damage to my skin over the years, leaving less sensitive most people are accustomed.

    First parts of displeasure.
    I bought my Qosmio, nine of Harvey Normans in Christchurch, I bought the extended warranty, the yards brand new... No problems; However after about 6 weeks, I finally decided to look beyond the image of the BIOS Toshiba reviews that see you when the machine starts up to read what was on my machine.

    (1) to my surprise and dismay I found out that my bios stated that 1 my 4 core CPU core was locked and that the BIOS was NFR (not for resale) that is to say the machine was supposed to be one that was released by Toshiba as a demonstrator, confused, that I talked to Toshiba New Zealand , who basically told me that it "was not possible and I must be mistaken", to research on the Web from Toshiba site, I couldn't find a BIOS version later.

    (2) I decided after using for the system that it was time to make a recovery and began in the recovery disc creation process, everything went well and I decided to do a clean cleaning at all, even if it would take some time, some time was certainly what he needed, I started on the first CD and started the process. 8 hours later I finally got a message pop up on the screen saying that the recovery had... failure of SIP. OH NO.. !

    I restarted the hard disk in the vain hope that it was a mistake on the part of the message, but it wasn't.
    Trolling the Internet on my desktop computer, I found a reference to failed drives to rescue & recovery for my model due to a fault in the creation of the disk.

    I called Toshiba who informed me the only way I could get the disks of rescue and recovery had to pay for them, I informed them that I already had rescue and recovery disks, but they did not work, they don't want to know - essentially pay up or shut up.

    I got my DVD of windows 7 and install it on my Toshiba using the serial number on the device that I caught from the recovery discs manually, decompression all drivers and install them manually as well, in the end, I had a whole system that works, no thank you recovery disks.

    Now these are not all the bad things, but I must say that the service I received from Toshiba SUCK!

    Shortly after that, we had earthquakes of Christchurch that killed so many people, at the time that their Commission that I had my Qosmio on the kitchen table and had prepared just a large cup of coffee, I sat or rather is dropped down as the earthquake hit - it was extremely violent and struck me on the floor. When everything settles I picked up myself - to find my coffee - all 900mls worth was now on the keyboard of Toshibas and biscuit barrel my wife kept on the table had fallen more to slam the back of the lid of the laptop and it has broken in two places; However, the computer was still ongoing! incredible.

    I very quickly stop the machine down and very gently at end it to the back corner to allow the coffee to drain on a towel. Although damaged keyboard soaked after I had dried the machine and dehumidified it I then ran it for a month to use it to manage our statement of claim - I have to say its a bit beasty Tuff.

    Now, a kind word for Toshiba, after them on incidents and curious about the status of the warranty etc, phoning told me that I should have my Qosmio verified and provided with a certified Toshiba technician said he was OK, clean to the top of the coffee and all repairs worked that "Toshiba would honour all other issues related to the guarantee based on own issues merit" I was basically shocked if their tech said that it was OK then, it was OK and my warranty would continue. So Bravo to Toshiba for a vision very fair to the guarantees.

    Now for the good, the bad and the dangerous plain.
    Finally a new BIOS has appeared on the support site, I downloaded it looking forward with impatience to unlock this core I was missing, I installed it and the system has restarted after you start Windows 7 installed some additional elements of INF files and I found that I had a couple of additional entries in the BIOS.

    After that my system has been repaired I had some more memory added to it by Toshiba technology, it also made me a working set of rescue and recovery disks that I was crazy, he did a beautiful job on the machine and it was back to looking brand new, into the new smell of tech.

Maybe you are looking for

  • Recovery Manager - please help - have wim have no recovery manager

    Hello I have NOT created recovery media. Someone I'm installed Windows 8 and formatted the disk C assiting in the process. The system should now be reimagee again. She would like to return to conditions facotry, and I know how to do this. My question

  • Problem in reboot loop after updates.

    I have windows XP on an Asus A8V-E-SE motherboard has developed a problem in reboot loop after updates.  It will not go in safe mode either.  Stop at a display of the driver.  I used the recovery console using the XP cd and you can see the update dir

  • Microsoft visual c++ 2010 redistributable package

    Do you need to uninstall the older versions (2005 + 2008) before you install the 2010 version? Or are the older versions with 2010 compaitable and should be left alone? I just wanted to know before installing the latest version.

  • 802.11n support... 2.4 or 5 GHz?

    Which printers have support for 802.11n on the 5 GHz band, rather than the (more current, but subject to interference) 2.4 GHz?

  • Import faxes sent and received

    I can not access old faxes sent and received by using fax for Windows 7 and the scanning application. Win XP had an import feature in Fax Console, but this doesn't seem to be present in Win7.  I have correctly sent and received new faxes under Win 7