Weblogic 8.1 SP2 does not support 'Order by' clause in EJB-QL

It seems that Weblogic 8.1 SP2 does not support 'Order by' clause in EJB-QL. EJB 2.1 spec supports 'Order by' clause in EJB-QL. Am I right when I say that it indicates : "Weblogic 8.1 SP2 does not support EJB 2.1" ? In that case, what can be the alternative since I am using Weblogic 8.1 and I require 'Order by' clause in Ejb-QL as well.

In WL 8.1 SP4 I can use the ORDERBY just fine.
Try ORDERBY instead of Order by

Similar Messages

  • WebLogic 6.1 sp2 does not allow Anonymous LDAP Binding

    Hi,
    I am trying to setup LDAP on WebLogic 6.1 SP2 and it refuses to bind
    anonymously
    to our iPlanet LDAP server.
    If I specify an admin user that is in LDAP there isn't a problem, all
    authentication works fine. Anonymous binding works find from
    ldapsearch, PeopleSoft, etc ...
    My config.xml definition is below, am I missing something ?
    <CustomRealm
    ConfigurationData="user.filter=(&(uid=%u)(objectclass=person));serve
    r.authprotocol=none;user.dn=ou=People,ou=Internal,ou=Clients,o=mycorp;server.p
    rincipal=uid=admin,ou=People,ou=Internal,ou=Clients,o=mycorp;membership.fil
    ter=(&(uniquemember=%M)(objectclass=groupofuniquenames));group.filter=(&
    (cn=%g)(objectclass=groupofuniquenames));server.host=ldap.mycorp.com;
    group.dn=ou=Groups,ou=Internal,ou=Clients,o=mycorp"
    Name="UMDSv2"
    Notes="This is provided as an example. Before enabling this
    Realm, you m
    ust edit the configuration parameters as appropriate for your
    environment."
    Password="{3DES}lwSDdYvmhJClhXHELTDQlA=="
    RealmClassName="weblogic.secur
    ity.ldaprealmv2.LDAPRealm"/>
    Thanks,
    Kim

    Hi,
    I am trying to setup LDAP on WebLogic 6.1 SP2 and it refuses to bind
    anonymously
    to our iPlanet LDAP server.
    If I specify an admin user that is in LDAP there isn't a problem, all
    authentication works fine. Anonymous binding works find from
    ldapsearch, PeopleSoft, etc ...
    My config.xml definition is below, am I missing something ?
    <CustomRealm
    ConfigurationData="user.filter=(&(uid=%u)(objectclass=person));serve
    r.authprotocol=none;user.dn=ou=People,ou=Internal,ou=Clients,o=mycorp;server.p
    rincipal=uid=admin,ou=People,ou=Internal,ou=Clients,o=mycorp;membership.fil
    ter=(&(uniquemember=%M)(objectclass=groupofuniquenames));group.filter=(&
    (cn=%g)(objectclass=groupofuniquenames));server.host=ldap.mycorp.com;
    group.dn=ou=Groups,ou=Internal,ou=Clients,o=mycorp"
    Name="UMDSv2"
    Notes="This is provided as an example. Before enabling this
    Realm, you m
    ust edit the configuration parameters as appropriate for your
    environment."
    Password="{3DES}lwSDdYvmhJClhXHELTDQlA=="
    RealmClassName="weblogic.secur
    ity.ldaprealmv2.LDAPRealm"/>
    Thanks,
    Kim

  • IIS proxy 5.1 and Weblogic 6.1 does not support sticky session

    Dear Sir,
    Our system is migrating from Weblogic 5.1 to Weblogic 6.1. After testing on
    development environment, it is found that IIS proxy for 5.1 plug-in and Weblogic
    6.1 server is perfect match for our case. Since our appliction system hit some
    bugs of IIS proxy for 6.1. In development environment, one IIS match with one
    Weblogic.
    During production launch, another problem found. It seems that IIS proxy 5.1
    plug-in with Weblogic 6.1 does not support the sticky load balancing. A sticky
    service is one where a client sends its requests to the same instance and those
    requests are not redirected to other instances. In production, two IIS match with
    two Weblogic. Below is
    #WebLogicHost=10.0.3.12
    #WebLogicPort=8012
    WebLogicCluster=10.0.3.12:8012,10.0.3.13:8012
    COnnectionTimeoutSecs=10
    ConnectionRetrySecs=2
    ErrorPage=https://www.xxxx.com/eBank/sysnotready.htm
    CookieName=eBankingWebLogicSession
    Anyone have idea on out case?
    Thanks,
    KAI

    My test was with 6.1 SP3.
    The way to tell is by analyzing the cookie(JSESSIONID).
    Perhaps the behaviour changed post SP1. I can't say for sure.
    Eric
    "Gary Rudolph" <[email protected]> wrote in message
    news:[email protected]...
    Is that entirely true concerning you don't need the persistence set to
    replicated in the weblogic.xml to gain sticky load balancing?
    The reason I ask was that in our situation sticky wouldn't work without
    having the persistence set to replicated. This was with NSAPI and WLS 6.1
    SP1. The weblogic servers were configured in a weblogic cluster. So..based
    on this statement we should not have needed to set the persistence, but in
    practice we did for it to work.
    Gary
    "Eric Gross" <[email protected]> wrote in message
    news:[email protected]...
    I just checked, and you are correct. You just need to have clustering
    enabled in 6.1. You do not necessarily need to have persistence set to
    replicated.
    Of course, you won't get failover, but you will get the sticky load
    balancing.
    Regards,
    Eric
    "Ricky Wong" <[email protected]> wrote in message
    news:[email protected]...
    Why do we need to set session persistence to replicate in order to
    perform
    sticky load balancing ? There is no such requirement in WebLogic 5.1.
    As
    far
    as I know, the IIS plugin simply interprets the value of the sessioncookie,
    which should be embedded with the application server address, then
    forward
    the request to that particular application server.
    We didn't use session replication in our environment because not allsession
    variables are serializable.
    "Eric Gross" <[email protected]> wrote in message
    news:[email protected]...
    The problem you mentionned in the other newsgroup post has been
    fixed
    and
    will be in SP4. If you are in production or nearing production and
    need
    a
    resolution now, then please open a case with support.
    You should not need any other parameters to do the load balancing.
    But
    to
    have the sticky load balancing, you must make sure you have session
    persistence set to replicated for the webapp in question.
    I'm not sure I am understanding your 3rd question.
    In any case, my advice is to either wait for SP4 to bereleased(scheduled
    sometime this month) or if you really need to go into production
    soon,
    contact support to obtain the latest IIS plugin.
    Regards,
    Eric
    "Mike" <[email protected]> wrote in message
    news:[email protected]...
    Dear Eric,
    Thanks very much for you kindly information, but we still have thefollowing issues
    regarding the WL IIS proxy:
    1. We have already tried the IIS proxy that comes with WL6.1 SP3.However, the
    result from that version of IIS proxy is not satisfactory, as weexperienced cases
    where the web page is not displayed correctly (as in
    http://newsgroups.bea.com/cgi-bin/dnewsweb?cmd=article&group=weblogic.develo
    per.interest.plug-in&item=994&utag=).
    If there is any IIS proxy released after WL6.1 SP3, Could you
    kindly
    give
    us
    a pointer to the plugin?
    2. In WL5.1 case, we are only required to have "WebLogicCluster"
    parameter
    set
    to two weblogic servers in order use the load balancing features.
    In
    WL6.1, we
    do not come across any additional settings required to support
    load
    balancing.
    Is there any such settings required (e.g. in
    config.xml,weblogic.xml,
    application.xml,
    etc?)
    3. Does WL IIS proxy problem has anything to do with the version
    of
    the
    IIS server/windows
    versions that are using? we have already tried with IIS4 and IIS5
    and
    have
    different
    kinds of issues.
    Thanks in advance for your kind assistance.
    Mike
    "Eric Gross" <[email protected]> wrote:
    Yes, the session format has changed when using clustering and you
    cannot
    use
    the 5.1 plugin to proxy to 6.1.
    What problems did you have using the 6.1 plugin? Maybe you need
    the
    latest
    6.1 plugin.
    Regards,
    Eric
    "KAI" <[email protected]> wrote in message
    news:[email protected]...
    Dear Sir,
    Our system is migrating from Weblogic 5.1 to Weblogic 6.1.
    After
    testing on
    development environment, it is found that IIS proxy for 5.1
    plug-in
    and
    Weblogic
    6.1 server is perfect match for our case. Since our appliction
    system
    hit
    some
    bugs of IIS proxy for 6.1. In development environment, one IIS
    match
    with
    one
    Weblogic.
    During production launch, another problem found. It seems
    that
    IIS
    proxy 5.1
    plug-in with Weblogic 6.1 does not support the sticky load
    balancing.
    A
    sticky
    service is one where a client sends its requests to the same
    instance
    and
    those
    requests are not redirected to other instances. In production,
    two
    IIS
    match with
    two Weblogic. Below is
    #WebLogicHost=10.0.3.12
    #WebLogicPort=8012
    WebLogicCluster=10.0.3.12:8012,10.0.3.13:8012
    COnnectionTimeoutSecs=10
    ConnectionRetrySecs=2
    ErrorPage=https://www.xxxx.com/eBank/sysnotready.htm
    CookieName=eBankingWebLogicSession
    Anyone have idea on out case?
    Thanks,
    KAI

  • TestStand Open SQL Statement does not support SQL's ORDER BY clause???

    TestStand 1.0.3
    Windows 2000 SP1
    SQL Server 2000 Personal
    You've got to be kidding me...
    It appears that the built-in TestStand Open SQL Step does NOT support the
    "ORDER BY" clause in the SELECT statement, even though the documentation
    says it does. Is this true?
    I have an Open SQL Statement query:
    "SELECT * FROM [MyTable] WHERE ([Batch ID]=1234)"
    it works fine, returning a correct record count 120 records. If I change
    the Open SQL Statement query simply by adding an ORDER BY clause, such as:
    "SELECT * FROM [MyTable] WHERE ([Batch ID]=1234) ORDER BY [MyField] ASC"
    it returns a record count of zero. I know that "MyField" exists in the
    MyTable table and contains valid data. The
    second query works fine in SQL
    Server Enterprise Manager.
    Am I missing something? Is it true that the TestStand Open SQL Step does
    NOT support the "ORDER BY" clause? If not, what &#$!ing good is it and why
    does the manual state it is supported? Is there any other way using just
    the TestStand steps to order a database recordset on one or more fields?
    Any help would be appreciated.
    Grrrrr....
    Bob Rafuse
    Etec Inc.

    > Bob -
    > The database step types do not do anything special to the SQL command
    > that you give it. The step just passes the command to the ADO
    > provider. I tried a simple query using the step types with the
    > following command,
    >
    > "SELECT UUT_RESULT.* FROM UUT_RESULT WHERE ([UUT_SERIAL_NUMBER] =
    > 12345) ORDER BY [EXECUTION_TIME] ASC"
    >
    > and this return the expected results and the record count parameter
    > was as expected. I tried this on TS 1.0.2 and TS 2.0 with MS Access
    > 2000 and MS SQL Server 7.0. I do not have MS SQL Server 2000 at this
    > time.
    >
    > It would be surprised if the step types are messing something up.
    I've been doing some experimenting over the past couple of days. Simple,
    one-table queries seem to handle the ORDER BY clause fine. Th
    ings seem to
    get messed up when I try multi-table queries with ORDER BY clause with the
    TestStand database steps. I get no errors but the returned record counts
    are always 0 with the ORDER BY and positive without the ORDER BY. The exact
    same queries work fine in Visual Basic/ADO and the SQL Server Query
    Analyzer.
    > Questions:
    > 1. Have you verified whether the data is actually returned even though
    > the record count is zero?
    Hmmm... yes data IS getting returned (at least on the two instances I just
    checked), but the record count is always zero. I was not proceeding with
    processing if the record count was 0.
    Still... I don't know how to loop through the recordset without knowing how
    many records there are an not eventually generate an error by passing EOF.
    Is there another way using the TestStand database steps to determine a) the
    number of records in the recordset or b) when I'm at EOF?
    > 2. Are you using any advanced options on the Opend SQL Statement step
    > type, specifically
    the cursor type set to forward only? Forward only
    > cursors do not allow for record counts.
    Everything on the Advanced tab of the Open SQL Statement step is set to "Use
    Default".
    Bob.

  • It is true that Weblogic 10.3 does not support the 1.2.840.113549.1.1.11?

    It is true that Weblogic 10.3 does not support the 1.2.840.113549.1.1.11. - SHA1 with RSA signature encryption?

    Refer: Re: SSL not working with 10.3 and jdk 1.6.0_13
    -Akshay

  • JDBC/RMI driver does not support BLOB data type

    WLS 5.1 JDBC/RMI driver does not support BLOB data type. It is said in the Weblogic e-doc.
    I am using DataSource for database connections, meaning JDBC/RMI driver is actually producing
    database connections. I need several columns of BLOB types in my Oracle tables.
    Should I use the "JTS" driver instead in order to have the BLOB types supported ?
    Thanks for help.
    [att1.html]

    The error java.rmi.UnmarshalException seems to indicate you are somehow accessing the data-source over RMI, this seems odd. Are you running TopLink on a client and trying to connect to a WebLogic DataSource on the server?
    Maybe try connecting directly to the DataSource without going through TopLink and see if you encounter the same issue.
    You could also look at the TopLink WebLogic Examples and see how their configuration is different than your own.

  • IE11/Win 8.1 error 'Your client does not support opening this list in windows explorer'

    I hoping someone might be able to help with this frustrating issue.
    I work on a project where we are using various versions of on-line SharePoint (2007/O365).  In order to quickly drag and drop folders we need to often open the document libraries by using the 'open in windows explorer view'.
    Using the same device, on occassion this works.  But often it gives a rather unhelpful message 'Your client does not support opening this list in Windows Explorer'. 
    I've searched for this issue over the net and confirm that the sites are added to the 'trusted' sites area and that the 'remember you credientials' is checked on logging in.However, the searches do not seem to apply to IE11/Win8.1 or on-line version of sharepoint
    (the suggested hot fix is not suitable)
    Only this morning, using the same device I was able, for a short while to open in explorer view, and then for no apparent reason, it began to display the error message.  I had changed nothing regarding settings or even closed the browser.
    Do you have any support/ideas/fixes on how to resolve this.
    Many thanks
    val

    Hi Val,
    sometimes an answer can be found on the internet by typing the error message from your computer into your favourite search engine.
    eg.
    http://www.bing.com/search?q=your+client+does+not+support+opening+this+list+in+windows+explorer&form=IE10TR&src=IE10TR&pc=HPNTDFJS
    see
    http://blogs.technet.com/b/asiasupp/archive/2011/06/13/error-message-quot-your-client-does-not-support-opening-this-list-with-windows-explorer-quot-when-you-try-to-quot-open-with-explorer-quot-on-a-sharepoint-document-library-in-office-365-site.aspx
    follow the directions given above.... you need to add the domains to your Intranet sites list, not the Trusted sites list.
    Perhaps you already have it mapped to your intranet zone....in which case make sure that you have unchecked "Enable Enhance Protected Mode" on the Intranet  zone dialog in Internet Options.
    If this is happening 'randomly' on client machines, then users are probably changing their internet security settings in Internet Options. Ensure they are accepting the default.... Internet Options>Security tab, click "Reset all zones to default".
    Consult with your system administrators to find out if they are applying a custom security template for the Intranet zone... It may be removing the sharepoint domains from the client Intranet zone's domains lists.
    HTH.
    Rob^_^

  • Mac mini on a LCD TV which does not support interlace mode

    Dear all,
    I am going to buy a new Mac mini and I wish to connect it to a Samsung LCD TV 37A656A1F (serie 6.
    The TV manual says that it does not support the interlace mode. I then deduce that it supports progressive mode only.
    My question: Does it mean that this LCD TV model cannot be used as a monitor for a Mac mini?
    Please give a help to me

    All computer monitors are progressive mode displays. Therefore all computers, including the mini, are very comfortable running progressive mode. It is their natural state. It is more a problem when a computer has to run interlace mode in order to support a display. That is when there is trouble. So I think you have nothing to worry about if your Samsung runs in progressive mode.

  • Webelements : does not support when i add the data sourcce& view in HTML

    hi Masters,
    i am using sap crystal reports 2008 and when i add the data source and add tables to the report and i use web elements functions as my selection screen then it does not show i mean the script remains as it is and when i take out my data source
    then it works when i view it in HTML VIEWR.
    how can i make it to work despite me using the data soruce.
    thank you,
    pasala

    hi Pasala,
    this is due to the sap integration kit which does not support pass-through html. webelements require pass-through html in order to show up as html.
    here's what you can try though:
    1) install the latest sap integration kit on your boe system machine(s)
    2) if the above does not solve the issue follow the steps at the bottom of [this thread|WebElements: HTML not rendering when using Bex Query as Source]
    3) if 2 above doesn't work then see [this thread |Re: WebElements only show HTML tags (even after following WebElement guides)]as a last resort
    hopefully step 1 & step 2 will solve the issue.
    jamie

  • I run a studio in Atlanta.  I am doing an upgrade to Protools 11.  Avid does not support Yosemite.  Mavericks is no where to be found on App store.  Had to purchase Mountain Lion.  I am losing money waiting on Apple to "ship" / email me a activation

    I run a studio here in Atlanta.  YEster day morning I called an Apple store to see if I could buy a copy of Mavericks.  They forwarded me to Apple Care.  Apple Care tech and myself could not find Mavericks anywhere on the app store.  Avid does not support Yosemiteam yet, so I had no other choice but to purchase Mountain Lion.  It has been over 24 hours waI ting on Apple to "ship" / email me a code to download from the app store.  I read a lot of horror stories from when they rolled out Mountain Lion in 2012 about it taking 72 hours to receive the codes.  I hope that maybe it doesn't take that l9ng this time because I am losing money by the minute.  Microsoft would have had a code to me in minutes.  This is just crazy.  I have used Apple products for years, but this is very disappointing.  Anyone else ordered Mountain Lion recently?  How long dI'd it take Apple to "ship" you your code via email?  Thanks

    From what I've read on these forums over the past few months, it hasn't gotten any better. An electronic order from any company shouldn't take more than 12 hours for a system to respond to, but people have been waiting up to a week for their redemption code email to arrive. It makes no sense to me why it would take that long.

  • Apple TV 3 does not support the Microsoft Wedge Mobile Bluetooth Keyboard

    Apple TV (3. Generation) still (17.02.2013) does not support the Microsoft Wedge Mobiloe Keyboard. I bought it especially for use with Apple TV but it doesn't work. Apple TV finds the keyboard with the exact name but can not connect. No 4 digit code appears that you can type in to your keyboard to compelete the connecting process and after a few seconds "connections fails" appears.
    Now i dont't know if i should send it back to amazon to get back my money or keep it and wait until it maybe will work some day... I red from articles from beginning of january 2013 that a new Version of Apple TV is in the Pipeline (3.2) and that it has an other bluetooth chip. The same as in the iphone 5 that works with the MS wedge keyboard. So i really don't know if i should wait for the next few updates of my Apple TV or wait for a new Apple TV hardware- Update... Telephone calls with apple and microsoft doesn't brought useful results. Restore function of Apple TV doesn't work.
    I hate that Apple always brew their own soup... Bluetooth is know for an easy connection to ALL devices but Apple TV supports only a hand full of keyboards. **** S**t!!!!!!!!!!!! -.-

    Hi
    This is the solution from Microsoft website. Work fine (don´t forget press and hold Fn key!!):
    Connecting the Wedge Mobile Keyboard to a tablet PC
    By default, the Bluetooth Wedge Mobile Keyboard pairs with most tablet PCs through secure simple pairing (SSP) with a passkey. Some tablets, however, may not support SSP well with a passkey.
    In order to successfully pair your Wedge Mobile Keyboard to such a tablet, use the following alternative pairing mode.
    Pair your keyboard through SSP without a passkey
    Press and hold the Fn key at the same time as you press and hold the Connect button located under the keyboard. After 3 to 5 seconds, a small light on the top of the keyboard will blink green and red alternately. This means that your keyboard is discoverable to your tablet within 6 minutes.
    On your tablet PC, from the Start menu, select Control Panel, and in Category view, locate Hardware and Sound.
    Select Add a device.
    When the keyboard is listed, select it, and follow the instructions to successfully pair your Wedge Keyboard with your tablet.
    Note
    If you want to pair your keyboard with a tablet or other computer that supports SSP with a passkey, press and hold the Connect button only.

  • My av adaptor does not work. Tried to plug my ipad into my samsung hd tv and ipad said it does not support that accessory...help

    My av adaptor does not work. Tried to plug my ipad into my samsung hd tv and ipad said it does not support that accessory...help

    What ipad,  which model samsung?  Are you attempting HDMI, VGA, or an RGB connection.  Ipad 2 supports mirroring into an HDMI at an output of 1080.  Ipad 1 is limited to only a few apps capable of the output, such as Youtube.
    page64,65 of the latest ipad manual has more details.
    Samsungs are good and should switch with the input - but sometimes you will have to select from the menu manually.
    If in doubt, contact the customer support at samsung UK.
    Also check - Settings/Video, that you have it enabled for Home Sharing.  Apple Id  which will be your .me.com  email plus your apple ID password.  I am not too sure about  this as I cannot remember the exact order I set things up in - but page 89 of the manual references Home Sharing for sharing ipad/itunes content on a home pc/mac - so I would think it applies to content relayed to a tv or monitor too.

  • Hp the system recovery media does not support this computer, WIN7 GS72 Notebook

    HProduct: GS-B66US (17" I3 notebook)
    OS:             Win7
    Bios Rev:   F.47
    Error message: "hp the system recovery media does not support this computer.  You are not able to restore this system"
    Changes made to system:  Updated bios (I think).
    Getting error messages (at system boot, as windows start, and from the intel hard drive controller) warning me to backup data and hard drive my fail.
    I replaced the harddrive and inserted the first of my 4 recovery DVDs (created before I updated the bios).  After booting from the first recovery disk I get the following message
    "hp the system recovery media does not support this computer. You are not able to restore this system with the media"
    The computer still boots with the old hard drive (with drive failure imminent messages)  I do see support assistant offering another bios update but I did not install it with the hard drive problem
    PLEASE HELP
    TIA

    Hi,
    I think there could be two possible reason. wrong media or systemboard is changed.
    did you create any recovery media yourself or you ordered the recovery media from hp? also, was there any systemboard replacement done before?
    media created on some other computer (same model) may not work on your computer.
    you can order the media from hp.com here.
    http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&lc=en&docname=c00810334
    also once systemboard is replaced you need to get the configuration settings done for BIOS(only HP can do it).
    hope it helps
    Regards,
    WW
    “I am an HP Employee“
    ***** Click the KUDOS star on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem***

  • Lexmark does not support USB printing with Airport express

    See email from Lexmark:
    Hi Herman,
    Welcome to Lexmark e-mail support. I appreciate your query into Lexmark.
    Lexmark Inkjet printers are host based & work only USB attached. Currently Lexmark International does not support Airport Express on these printers.
    If you have any more questions or concerns, please contact me at your convenience and I will be happy to assist you. (If I am not available, another representative will reply to you as soon as possible.) To respond, please select "Reply" in your e-mail software, and be sure that the past e-mail is included in this reply.
    Regards,
    Arshad
    Lexmark Technical Support
    ***Original Message***
    On Sun Jun 18th 03:20:53 PM EST 2006, hernan.
    Dear Mamta,
    Thank you very much for your support. I already tried what you
    mention, but still without success. I downloaded again the x1100 all
    in one driver but still I can't print.
    Any suggestions?
    Thank you,
    Hernan
    -----Original Message-----
    From: [email protected] [mailto:[email protected]]
    Sent: Sunday, June 18, 2006 7:30 AM
    To: hernan
    Subject: Re:Lexmark Technical Support (Req# 942782055)
    Dear Hernan,
    Thank you for contacting us regarding this matter. I appreciate the
    opportunity to assist you, and I hope my suggestions will provide a
    resolution.
    Please follow the steps given below:
    1. Click on "Start," "Control Panel" and "Printers and Faxes."
    2. Right click on the Lexmark printer icon.
    3. Click on "Properties."
    4. Click on "Ports" tab.
    5. Place a check mark against "Enable Bidirectional Support."
    6. Click on "OK."
    You may copy and paste the web address given below to access the
    Lexmark 1000/1100 Color Jet printer Windows XP driver:
    http://downloads.lexmark.com/cgi-perl/downloads.cgi?ccs=229:
    1:0:1:0:0&emeafr
    ame=&fileID=1580&searchLang=en&searchLang=en
    Please use the following steps to download the Lexmark 1100 Color Jet
    printer Windows XP driver to your desktop:
    1. Click on "Download Now."
    2. On the "File Download" screen, choose "Save."
    3. The next screen will be titled "Save As." Choose to "Save in
    Desktop"
    and click "OK."
    4. You should see files being transferred.
    ***Note*** If your browser uses a different file downloading format
    than specified above, you will need to resort to your browsers help
    files for downloading instructions. The object of steps 1 - 4 is to
    download the driver to your desktop. This way it is easily accessible.
    5. Once the files have completed downloading, double click on the icon
    with your file name.
    6. On the "Win Zip Self-Extractor" screen click "OK."
    7. To unzip the downloaded file choose "Unzip."
    8. A screen will then display the number of files unzipped
    successfully, click "OK."
    9. Please follow the on screen instructions to complete installation
    of your Lexmark printer.
    If you have any more questions or concerns, please contact me at your
    convenience and I will be happy to assist you. (If I am not available,
    another representative will reply to you as soon as
    possible.) To respond,
    please select "Reply" in your e-mail software, and be sure that the
    past e-mail is included in this reply.
    [AOL Users: In order to include the previous e-mail, you must
    highlight it with your mouse when you are replying.]
    If you need to reply, please be sure to include in your message all
    information from prior e-mail messages & replies. If your e-mail
    client automatically deletes prior e-mail thread information, it will
    cause a delay while we look up your support history. If this is the
    case you may want to save the old e-mails as attachments and attach
    them to the current e-mail.
    Sincerely,
    Mamta V
    Lexmark eSupport Team
    http://support.lexmark.com
    Rate Your Support Experience! Your feedback is extremely valuable to
    us.
    Please click the link below to participate in the Lexmark Customer
    Support Survey.
    http://support.lexmark.com//cgi-bin/survey.cgi?getSurveyID=7
    07&getSurveyName
    =
    ***Original Message***
    On Sat Jun 17th 06:20:55 AM EST 2006,
    hernan.>
    I purchased the Apple airport express that connects
    multiple
    wireless-networked PCs to a usb printer.
    is there a driver that can make this work?. I configured
    the printer
    according to the manual, received a test page and so on, but now it
    takes ages to start printing and printing never gets to 100%
    completion but to 99%. I am not able to cancel printing jobs and this
    is a whole mess.
    Best regards,
    Hernan
    vaio pcg-6c2l and IBM x40   Windows XP   Both service pack2

    Did you have a question?

  • Nokia E75 does not support sis files

    I've been trying to upgrade the Ovi maps on my E75, because navigation has kept me saying that I need to renew the license. I went to Nokia web site and found out that I need to upgrade Ovi maps in order to get the free navigation. I have a 202.12.01 firmware and I installed it once again when I had unsuccessfully tried to upgrade Ovi maps. I have Ovi maps v3.01 09wk44b01 (MW OpenGL LM MN) and Map version 0.1.24.114 (OpenBitLM 6.22.5). I've deleted all old maps and started to download new ones successfully over Nokia Ovi Suite. I've downloaded Nokia Ovi Suite and followed the instructions for downloading and installing the newest version of Ovi maps application (I suppose it must be newer than the one I have on now, because navigation still wants me to buy license, I guess it must be 3.03 or higher). I've tried it several times from the scratch, just to make sure I did it right. Of course I've also chosen the right E75 phone from the drop down menu and I downloaded the file nokia_maps_3.01_09wk44_b01_s60_3.2_lm_rom.sis. I double-clicked it and everything seems to be right, but when action on the phone should be required the installation guide says "Nokia E75 does not support sis files". From the sis file name I can only now see that I have this version already installed.
    Does this mean I can not use navigation for free on E75?
    Can anybody help me ASAP, because I need the navigation evey day very badly?

    I'v followed the directions of chanchan05 "Just uninstall the maps app, delete the folder and file I mentioned, then reboot your phone. Open the maps app, and it should recreate the qf file and cities folder in a version compatible to 3.03." on /t5/Maps-Navigation-and-GPS/Wasn-t-it-supposed-to-be-quot-Navigation-on-your-Nokia-Free/m-p/668305#M...
    Afterwards I installed the sis file you pointed me to and it worked. The maps on the phone were deleted, so I downloaded new ones over Nokia Ovi Suite and tried the navigation. Unfortunately it stills demands buying the licence for the navigation.
    I guess this is because the recommended sis file is v3.01 and not v3.03? Is that right?
    Any other solution?

Maybe you are looking for

  • OIM 11g Login Screen not showing up

    Hi, I installed OIM 11g and could able to login successfully.Couple of days back,my database has got some problem and I solved it and restarted my OIM.OIM server is starting up but when I try to access the admin console,it is just saying "Loading" bu

  • Can't install Share Online 3.0 update on N95-4!

    Hello, I am trying to install the Share Online 3.0 update on my N95 8GB NAM (N95-4), and no matter what I try it doesn't work. When I try to install it, I get the error message "Unable to install. Component is built-in". I also tried a hard reset, an

  • Non standard Post Conditions

    Hi All, I would like to know if it is possible with a post condition or something else, to skip and go to another step from another jobchain and not its own jobchain. Here is an example, let's say we have : - a jobchain A contains 2 steps step 1: job

  • E65 not showing callers name

    I have not had this E65 long but very fond of it. Problem is that it will not always show the name of a caller even though it is a number in my contacts. It does show the number, just not the name of the contact. Prob something simple I am missing -

  • Safari on Snow Leopard slow

    I have loved safari 4 and have used it dedicatedly on leopard with ad block for the last 1 year. However, since I upgraded to snow leopard, and not having ad block, I feel safari is extremely slow. Is anyone else experiencing such a speed drop?