SPNego Not Working

Hello,
We wanted to have desktop single sign on by using SPNEgo and we have configured everything as said in SAP Help document and we could not achieve single sign on. Not sure where we are going wrong.
When we run the Diagtool, we are getting the error "Cannot login user" and " Error sending krb5 token".
Need your inputs and suggestions and corrections in this. Below are the details.
<b>Landscape information:</b>
Active Directory – Windows 2003 SP1
Active Directory Domain – ED.ET.COM
Portal – EP 7.0 (NW2004s SPS8)
Portal OS – AIX 5.3
Database – DB2 UDB
Portal/J2EE Engine domain – comp.com
JDK – IBM JDK
Client / Workstation – Windows XP SP1 (Domain – ED.ET.COM)
Portal sysid – B01
<b>Steps</b>
1. Created the User j2ee-b01 in the active directory, with password never expires option
2.     Created keytab files using windows ktpass.
<b>ktpass -princ host/[email protected] -pass password –out g023us08.keytab -mapUser j2ee-b01 +DesOnly /crypto DES-CBC-MD5 /ptype KRB5_NT_PRINCIPAL
ktpass –princ HTTP/[email protected] –pass password –out g023us08.keytab -in g023us08.keytab -mapUser j2ee-b01 +DesOnly /crypto DES-CBC-MD5 /ptype KRB5_NT_PRINCIPAL</b>
3. setspn –A HTTP/g023us08.comp.com j2ee-b01
4. Placed the g023us08.keytab and krb5.conf under /usr/sap/B01/certfiles.
5.Jave parameters are added in the configtool
6. Resolution mode = <b>simple</b> and in the UME added the attribute "<b>krb5principalname</b>"  and physicalAtrrbibute  "<b>userprincipalname</b>".
7. Configured of login to use SPNego Login Module.
8.The maintained parameters for SPNegoLoginModule are
com.sap.spnego.jgss.name = [email protected]
com.sap.spnego.uid.resolution.mode = simple
com.sap.spnego.uid.resolution.attr = krb5principalname
<b>Krb5.conf contents.</b>
[domain_realm]
.comp.com = ED.ET.COM
[libdefaults]
   default_keytab_name = /usr/sap/B01/certfiles/g023us08.keytab
   default_realm = ED.ET.COM
   dns_lookup_kdc = true
   default_tgs_enctypes=des-cbc-md5;des-cbc-crc
   default_tkt_enctypes=des-cbc-md5;des-cbc-crc
[realms]
   ED.ET.COM = {
      admin_server = g1432dc01.ed.et.com
      kdc = g1432dc01.ed.et.com
[appdefaults]
pam = {
   debug = false
   ticket_lifetime = 36000
   renew_lifetime = 36000
   forwardable = true
   krb4_convert = false
Thanks in Advance.
Regards,
Praveen<b></b><b></b>

Hi Praveen,
I did a compare of your configuration with mine.
My ktpass commands are same as yours, but I did not use the mapuser option in the first one. There is no dash in front of it too.
Ex :
ktpass -princ host/[email protected] -pass password -out c:\keytab_p1d +DesOnly /crypto DES-CBC-MD5 /ptype KRB5_NT_PRINCIPAL
ktpass -princ HTTP/[email protected] -pass password -out c:\keytab_p1d -in c:\keytab_p1d mapUser kerb_p1d +DesOnly /crypto DES-CBC-MD5 /ptype KRB5_NT_PRINCIPAL
In my Krb5.conf, I put the ip of the admin_server and kdc
instead of pc name, but it should be valid.
To verify that your datasource changes are good, check in the portal useradmin if the new attribute krb5principalname shows up in the "customized information" tab.
You got an error at
com.sap.spnego.jgss.name
It should be :
com.sap.spnego.jgss.name  =  HTTP/[email protected]
Also, you did not give your other login modules config, like krb5loginmodule and mappingmodule.
Please note that all the config is case sensitive.
Brad

Similar Messages

  • SPNego not working for EP UME DB

    Hi,
    We have try to implement SPNego in EP 7.0 EHP2 SP9, We follow all steps maintain  as per document attached to  SAP Note 1488409.
    But User is still prompted for logon screen.
    Below is Hardware detail:  (all are in same domain)
    Active directory : Windows 2008 Enterprise Server R2
    Portal Server: Windows 2008 Server Standard
    Client : Windows Vista Ultimate SP2
    Below is the steps which I performed to configure :
    KDC Configuration:
    Windows Domain: windomain.corp
    FQDN Portal:  ephost.windomain.corp
    SID Portal: p11
    - Create a service user j2ee-p11-ephost with password never expired
    - Disable Data Encryption Standard (DES) support for this account
    - Register SPN as below
    setspn u2013a HTTP/ephost.windomain.corp j2ee-p11-ephost
    UME Configuration :
    Mapping Mode: Principal only
    mapped to: logon ID
    Configure Encryption Key:
    -Using JDK1.6 we generated keytab file.
    ktab u2013a j2ee-p11-ephost @ windomain.corp u2013k keytab
    -Finally we add the generated keytab in Created Realm
    -Enable the Realm
    Adjust The Authentication Stack:
    - In visual Administrator ServerXX -> Services -> Security Provider Service -> ticket
    We add SPNegoLoginModule with OPTIONAL flag
    -> Restart the Portal server.
    Please help me.
    Thanks & Regards,
    Kaushal

    Hi,
    I think there was a problem on configuration with SPNego module configure in Visual Admin tool.
    (Visual admin -> SID -> ServerXX -> Services -> Security provider  -> ticket)
    Below is how my login modules look like
    com.sap.security.core.server.jaas.EvaluateTicketLoginModule : SUFFICIENT: ume.configuration.active = tue
    SPNegoLoginModule : OPTIONAL  :  No Options define !!
    BasicpasswordLoginModule:  REQUISITE
    com.sap.security.core.server.jaas.CreateTicketLoginModule: OPTIONAL : ume.configuration.active = tue
    Am i forgort something to put in options for SPNegoLoginModule ?
    Thanks & Regards,
    Kaushal

  • After SPNEGO is activated other existing services with Technical user not working

    Hi All,
    We have activated SPNEGO, One of our existing service with Technical user is not working.
    When SPNEGO is disabled it works.
    Regards
    Ram

    Hi Patrick
    We are using SSO. and domain controller has service user. We are in 7.31 PI as Java so user mapping is not done but have same users in Active directory.
    SSO is working fine. But, once specific service is not working where we are using technical user when SSO is active and it is working when SSO is inactive.
    Regards
    Gangula

  • SSO using spnego set up but not working for an Enterprise Web Service

    Hello, I am looking for some guidance. I have a function module that is exposed as a web service. I am trying to be able to access the web service with sso so the user does not need to logon. Systems has set up SSO using spnego to issue sap login tickets on our dual stack and sso is working if I try to access a netweaver link such as http://mycompany:8001/nwa but it is not working when I try to access my service
    http://mycompany.com:8001/sap/bc/srt/rfc/sap/myservice/500/myservice/myservice. I am wondering why this would not work and if it is possible to use sso with enterprise services?
    Thanks for any help...we have been stuck for a while now.
    Edited by: Katie Doody on Jul 13, 2011 3:48 PM

    Hi, I have created the redirect app with a jsp page in it. So, would you be suggesting that I add another call within there? In the error pages section of my web service in sicf I have the redirect going to my redirect jsp which is then sent to my web service.
    http://myserver:50100/redirectApp/redirect.jsp?to=http://myserver:8001/sap/bc/srt/rfc/sap/zsd_hr_cats_insert/500/zsd_hr_cats_insert/zsd_hr_cats_insert
    Here is  part of the the log from SMICM. It looks like I am making a connection but I am not sure what to look for to determine if the tickets is being sent and received.
    Thr 4824] HttpSubHandlerClose: Call Handler: HttpSAPR3Handler (00000001404EABA0), task=TASK_CLOSE(3)
    [Thr 4824] HttpSubHandlerClose: Call Handler: HttpJ2EEHandler (00000001404EAA70), task=TASK_CLOSE(3)
    [Thr 4824] HttpJ2EEHandler called: task=3
    [Thr 4824] Handler 3: HttpAuthHandler matches url: /sap/bc/srt/rfc/sap/zsd_hr_cats_insert/500/zsd_hr_cats_insert/zsd_hr_cats_ins
    [Thr 4824] Handler 4: HttpCacheHandler matches url: /sap/bc/srt/rfc/sap/zsd_hr_cats_insert/500/zsd_hr_cats_insert/zsd_hr_cats_in
    [Thr 4824] Handler 2: HttpSAPR3Handler matches url: /sap/bc/srt/rfc/sap/zsd_hr_cats_insert/500/zsd_hr_cats_insert/zsd_hr_cats_in
    [Thr 4824] Handler 0: HttpJ2EEHandler matches url: /sap/bc/srt/rfc/sap/zsd_hr_cats_insert/500/zsd_hr_cats_insert/zsd_hr_cats_ins
    [Thr 4824] HttpSubHandlerCall: Call Handler: HttpAuthHandler, task=1, header_len=647
    [Thr 4824] >> start >> CsiGetInstance(0000000000E79950)
    [Thr 4824] << end   << CsiGetInstance(0000000000E79950) returned inst=00000000005A5030
    [Thr 4824] >> start >> CsiExecute(00000000005A5030,000000000CB19CE0,85,1,000000000CB19CD0,000000000CB1BE10,0)
    [Thr 4824] >> VsaScan(00000000005A72F0,000000000055D750,000000000055D790,00000000005B94F0,NULL) >>
    [Thr 4824] << VsaScan(00000000005A72F0,000000000055D750,000000000055D790,00000000005B94F0,NULL) = 0 <<
    [Thr 4824] << end   << CsiExecute(CSI_RC==VSI_OK)
    [Thr 4824] >> start >> CsiFreeInstance(00000000005A5030)
    [Thr 4824] << end   << CsiFreeInstance(CSI_RC==VSI_OK)
    [Thr 4824] HttpSubHandlerItDeactivate: handler 0: HttpAuthHandler
    [Thr 4824] HttpSubHandlerCall: Call Handler: HttpCacheHandler, task=1, header_len=647
    [Thr 4824] HttpCacheHandler: 1 647 00000001404EACD0 0000000000000000
    [Thr 4824] ISC: Cache Lookup. 1. try: browser independent.
    [Thr 4824] ISC: hashed querystr = 7e8c2651 'null&*&'
    [Thr 4824] HttpCacheMakeObjectKey() -> '/sap/bc/srt/rfc/sap/zsd_hr_cats_insert/500/zsd_hr_cats_insert/zsd_hr_cats_insert&&&GZ=1&
    [Thr 4824] MTX_LOCK 1635 0000000000E77AA0
    [Thr 4824] MTX_UNLOCK 1766 0000000000E77AA0
    [Thr 4824] IctCmOpen#3977 R '/sap/bc/srt/rfc/sap/zsd_hr_cats_insert/500/zsd_hr_cats_insert/zsd_hr_cats_insert&&&GZ=1&1562C8E7&'.
    [Thr 4824] MTX_LOCK 1635 0000000000E77950
    [Thr 4824] MTX_UNLOCK 1766 0000000000E77950
    [Thr 4824] IctCmOpen#11089 R '/sap/bc/srt/rfc/sap/zsd_hr_cats_insert/500/zsd_hr_cats_insert/zsd_hr_cats_insert&&&GZ=1&1562C8E7&'
    [Thr 4824] ISC: Cache Lookup. 2. try: browser specific key.
    [Thr 4824] ISC: hashed querystr = 83bd39d4 'null&Mozilla/4.0 (compatible; MSIE 8.0;&'
    [Thr 4824] HttpCacheMakeObjectKey() -> '/sap/bc/srt/rfc/sap/zsd_hr_cats_insert/500/zsd_hr_cats_insert/zsd_hr_cats_insert&&&GZ=1&
    [Thr 4824] MTX_LOCK 1635 0000000000E77AA0
    [Thr 4824] MTX_UNLOCK 1766 0000000000E77AA0
    [Thr 4824] IctCmOpen#3978 R '/sap/bc/srt/rfc/sap/zsd_hr_cats_insert/500/zsd_hr_cats_insert/zsd_hr_cats_insert&&&GZ=1&4D93DB38&'.
    [Thr 4824] MTX_LOCK 1635 0000000000E77950
    [Thr 4824] MTX_UNLOCK 1766 0000000000E77950
    [Thr 4824] IctCmOpen#11090 R '/sap/bc/srt/rfc/sap/zsd_hr_cats_insert/500/zsd_hr_cats_insert/zsd_hr_cats_insert&&&GZ=1&4D93DB38&'
    [Thr 4824] HttpCacheHandler: cache miss.
    [Thr 4824] HttpSubHandlerItDeactivate: handler 1: HttpCacheHandler
    [Thr 4824] HttpSubHandlerCall: Call Handler: HttpSAPR3Handler, task=1, header_len=647
    [Thr 4824] HttpSAPR3Handler: url_tab_init: 1, force_dest: 0
    [Thr 4824] ICT: IctLookupPathTable() -> 0
    Thank you,
       Katie
    Edited by: Katie Doody on Jul 22, 2011 3:25 PM

  • FPN in Portal 7.3 not working

    Hello All,
    FPN in portal 7.3 is not working. Please advice.
    Errors found in logs -
    1.
    Could not validate SPNEGO token.
    [EXCEPTION]
    com.sap.engine.services.security.authentication.umapping.UserMappingNoSuchUserException: No user with account attributes [[namespace=com.sap.security.core.authentication, name=principal, value=vs-sys45.IBM-ERP, isCaseSensitive=false], [namespace=com.sap.security.core.authentication, name=realm, value=ALJAZEERA.TV, isCaseSensitive=false]] found
    at com.sap.engine.services.security.authentication.umapping.UserMappingServiceImpl.getUserByAccountAttributes(UserMappingServiceImpl.java:184)
    at com.sap.security.core.server.jaas.spnego.util.SPNEGOUserMappingUtil.searchUser(SPNEGOUserMappingUtil.java:82)
    2.
    Could not validate SPNEGO token.
    [EXCEPTION]
    java.lang.Exception: Store of token in replay cache failed. Possible replay attack detected.
    at com.sap.security.core.server.jaas.spnego.krb5.KrbApReq.throwValidationException(KrbApReq.java:125)
    at com.sap.security.core.server.jaas.spnego.krb5.KrbApReq.validate(KrbApReq.java:118)
    at com.sap.security.core.server.jaas.SPNegoLoginModule.validateSPNEGOToken(SPNegoLoginModule.java:323)
    at com.sap.security.core.server.jaas.SPNegoLoginModule.processAuthorizationHeader(SPNegoLoginModule.java:504)
    at com.sap.security.core.server.jaas.SPNegoLoginModule.login(SPNegoLoginModule.java:154)
    at com.sap.engine.services.security.login.LoginModuleLoggingWrapperImpl.login(LoginModuleLoggingWrapperImpl.java:254)
    at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:66)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.services.security.login.FastLoginContext.login(FastLoginContext.java:269)
    at com.sap.security.core.logon.imp.SAPJ2EEAuthenticator.logon(SAPJ2EEAuthenticator.java:876)
    3.
    LOGIN.FAILED
    User: N/A
    IP Address: 10.234.11.20
    Authentication Stack: ticket
    Authentication Stack Properties:
    Login Module                                                               Flag        Initialize  Login      Commit     Abort      Details
    1. com.sap.security.core.server.jaas.EvaluateTicketLoginModule             SUFFICIENT  ok          false                 true     
            #1 ume.configuration.active = true
    2. com.sap.security.core.server.jaas.SPNegoLoginModule                     OPTIONAL    ok          exception             true       Trigger SPNEGO authentication.
    3. com.sap.security.core.server.jaas.CreateTicketLoginModule               SUFFICIENT  ok          false                 true     
    4. com.sap.engine.services.security.server.jaas.BasicPasswordLoginModule   REQUIRED    ok          false                 false    
    5. com.sap.security.core.server.jaas.CreateTicketLoginModule               REQUIRED    ok          false                 true
    4. Can't map exception.
    [EXCEPTION]
    com.sap.engine.services.security.exceptions.BaseLoginException: Cannot authenticate the user.
    at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:131)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.services.security.login.FastLoginContext.login(FastLoginContext.java:269)
    at com.sap.security.core.logon.imp.SAPJ2EEAuthenticator.logon(SAPJ2EEAuthenticator.java:876)
    Caused by: javax.security.auth.login.LoginException: NTLM token received in authorization header.
    at com.sap.security.core.server.jaas.SPNegoLoginModule.failedAuthenticationException(SPNegoLoginModule.java:369)
    at com.sap.security.core.server.jaas.SPNegoLoginModule.checkAuthorizationHeaderToken(SPNegoLoginModule.java:463)
    at com.sap.security.core.server.jaas.SPNegoLoginModule.parseSPNEGOToken(SPNegoLoginModule.java:282)
    at com.sap.security.core.server.jaas.SPNegoLoginModule.processAuthorizationHeader(SPNegoLoginModule.java:484)
    at com.sap.security.core.server.jaas.SPNegoLoginModule.login(SPNegoLoginModule.java:154)
    at com.sap.engine.services.security.login.LoginModuleLoggingWrapperImpl.login(LoginModuleLoggingWrapperImpl.java:254)
    at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:66)
    ... 59 more
    Have investigated a lot since last 3 days, tried many possible solutions but they are not working like to mention a few,
    SAP Note # 1649110, http://scn.sap.com/people/holger.bruchelt/blog/2010/04/08/new-spnego-login-module--just-around-the-corner,
    http://scn.sap.com/people/holger.bruchelt/blog/2008/01/09/configuring-and-troubleshooting-spnego--part-1
    Please advice.
    Thanks a tonne,
    Ritu

    Hi Ritu
    Could you check this SAP Notes
    1679902 - java.lang.NumberFormatException: multiple points in SPNego
    1732610 - SPNego ABAP: Troubleshooting Note
      1783663 - SPNego Authentication based relogin failed
    Regards
    Sriram

  • Not work tablet UI on Prestigio 5080 PRO tablet

    I read that browser.ui.layout.tablet = "1" can fix this problem. But it not works. I can work only in pnone interface that is not good for my 8'' tablet.

    Would it be possible for you to share the problematic pdf and OS information  with us at [email protected] so that we may investigate?
    Thanks,
    Adobe Reader Team

  • Why self-defined access sequences of free goods can not work?

    Hi gurus,
    I have maintained access sequences of free goods self-defined.but when i creat the SO it does not work!
    when i used the standard access sequences ,it is OK .
    Can anybody tell me why?
    thanks in advance

    Dear Sandy,
    Go to V/N1 transaction select your self defined access sequence then go in to the accesses and fields and check all fields are activated.
    Make sure that these fields are flowing in your sales order.
    I hope this will help you,
    Regards,
    Murali.

  • Adobe bridge raw not working with windows vista in photoshop cc, why?

    adobe bridge raw not working in photoshop cc, is there a fix?

    Your sure your using photoshop cc on windows vista?
    I was under the impression that photoshop cc would not even install on windows vista.
    What version of camera raw do you have?
    In photoshop under Help>About Plugin does it list Camera Raw and if so which version is it?
    (click on the words Camera Raw to see the version)
    Camera raw doesn't work if it's a camera raw file or some other file type such as jpeg or tif?
    What camera are the camera raw files from?
    Officially camera raw 8.3 is the latest version of camera raw that will work on windows vista.

  • Adobe Bridge CS5 in windows 7 not working?

    Adobe Bridge CS5 in windows 7 not working. I was using bridge perfectly for last 2 years. It stops working since 3 days. I tried to install updates. Showing some error to install.
    Tried to install creative cloud..again some error. Error code : 82
    Could you please advice how I can fix my adobe bridge.

    https://www.youtube.com/watch?v=xDYpTOoV81Q&feature=youtu.be
    please check this video I uploaded..this is what happens when I click adobe bridge.. just blinks and go off. bridge not working on task manager

  • ADOBE CLOUD ON MY DESKTOP WILL NOT WORK. IT LOADS UP BUT NOTHING FILLS THE WINDOW

    ADOBE CLOUD ON MY DESKTOP WILL NOT WORK. IT LOADS UP BUT NOTHING FILLS THE WINDOW

    BLANK Cloud Screen http://forums.adobe.com/message/5484303 may help
    -and step by step http://forums.adobe.com/thread/1440508?tstart=0
    -and http://helpx.adobe.com/creative-cloud/kb/blank-white-screen-ccp.html

  • Partner application logoff not working

    We have a partner application registered with sso with custom login screen. The login works fine. We use the following code to logoff the partner application in logoff.jsp
    response.setHeader("Osso-Return-Url", "http://my.oracle.com" );
    response.sendError(470, "Oracle SSO");
    session.invalidate();
    but the logoff is not working properly. It is not invalidating the session and the logout http request is not going from the application server to the sso server.
    Are there any additional configurations for SSO logoff.Any help is appreciated.
    Thanks

    Hi
    The WF should also trigger if i add the Partner function in UI.If i change any Attribute the WF triggers but i dont want to change the attribute when i add the partner function.
    If i have only one event for WF that is Partner Change the WF will not trigger it for the 1st time when i save the UI. But next i come to the same saved doc and add a partner function then the Wf triggers.
    So this means that Partner change is active.
    the issue here is i need to trigger the WF on , the 1st time i save the UI, for which i wil be using Attribute Change and next time when i come back to saved doc the and add only the partner function and no changes are made to attributes the WF should again trigger.
    Thanks
    Tarmeem

  • IPhone 4 Voice Memos not working/saving

    Hi there,
    I'm having trouble with my voice memos too. Up until yesterday they were working fine and now, even though the record button works, the stop button does not and I can only pause them. Worse again is that the button to go into the menu to view all voice memos is not working so I can't play them from my iPhone and nothing new is saving to my iTunes. Please help!

    I've always had the "Include Voice Memos" option selected. I think that only pertains to syncing voice memos from iTunes to the iPhone after it has been copied to iTunes. It has to be the new OS/iTunes not communicating that new memos have been recorded. For some reason they won't sync when I want them to, and then a few syncs later they magically appear.
    By the way, I'm VERY comfortable with the iTunes and iPhone systems. I've been using iTunes for 5 years, and I've been recording class lectures with the iPhone voice memo app (and another app) for a couple years. It's not an error of not seeing that the memos were added; they don't exist in my library or music folders.
    JUST OUT OF CURIOSITY, POST WHICH FIRMWARE YOU ARE RUNNING EXACTLY!!!
    I'm on an iPhone 4, running firmware 4.0.1

  • Installed Premiere Pro CS4 but video display does not work?

    I just got my copy of CS$. After installing Premiere I found two things that seem very wrong:
    1) video display does not work, not even the little playback viewer next to improted film clips located on the project / sequence window. Audio works fine.
    2) the UI is way too slow for my big beefy system.
    My pc is a dual boot Vista-32 and XP system with 4GB of memory installed and nvidia geforce 280 graphics board with plenty of GPU power. The CS4 is installed on the Vista-32 partition. My windows XP partition on the same PC with Premiere CS2 works great and real fast.
    Any ideas how to solve this CS4 install issue?
    Ron

    I would like to thank Dan, Hunt, and Haram:
    The problem is now very clear to me. The problem only shows up with video footage imported into PP CS4 encoded with "MS Video 1" codec. So this seems to be a bug. The codec is very clearly called out and supported within various menues but video with this codec just will not play in any monitor or preview window. In addition the entire product looks horrible with respect to performance while PP CS4 trys its best to play the video. Audio will start playing after about 30 seconds. And once in awhile part of video shows up at the wrong magnification before blanking out again.
    My suggestion to the Adobe team: fix the bug and add some sample footage to the next release so new installations can test their systems with known footage.
    My PC is brand new with the following "beefy" components:
    Motherboard
    nForce 790i SLI FTW
    Features:
    3x PCI Express x16 graphics support
    PCI Express 2.0
    NVIDIA SLI-Ready (requires multiple NVIDIA GeForce GPUs)
    DDR3-2000 SLI-Ready memory w/ ERP 2.0 (requires select third party system memory)
    Overclocking tools
    NVIDIA MediaSheild w/ 9 SATA 3 Gb/sec ports
    ESA Certified
    NVIDIA DualNet and FirstPacket Ethernet technology
    Registered
    CPU: Intel Core 2 Quad Q9550
    S-Spec: SLAWQ
    Ver: E36105-001
    Product Code: BX80569Q9550
    Made in Malaysia
    Pack Date: 09/04/08
    Features:
    Freq.: 2.83 GHz
    L2 Cache: 12 MHz Cache
    FSB: 1333 MHz (MT/s)
    Core: 45nm
    Code named: Yorkfield
    Power:95W
    Socket: LGA775
    Cooling: Liquid Cooled
    NVIDIAGeForce GTX 280 SC graphics card
    Features:
    1 GB of onboard memory
    Full Microsoft DirectX 10
    NVIDIA 2-way and 3-way SLI Ready
    NVIDIA PureVideo HD technology
    NVIDIA PhysX Ready
    NVIDI CUDA technology
    PCI Express 2.0 support
    Dual-link HDCP
    OpenGL 2.1 Capaple
    Output: DVI (2 dual-link), HDTV
    Western Digital
    2 WD VelociRaptor 300 GB SATA Hard Drives configured as Raid 0
    Features:
    10,000 RPM, 3 Gb/sec transfer rate
    RAM Memory , Corsair 4 GB (2 x 2 GB) 1333 MHz DDR3
    p/n: TW3X4G1333C9DHX G
    product: CM3X2048-1333C9DHX
    Features:
    XMS3 DHX Dual-Path 'heat xchange'
    2048 x 2 MB
    1333 MHz
    Latency 9-9-9-24-2T
    1.6V ver3.2

  • Ideapad A1-07 tablet wifi-bluet​ooth does not work!

    Hello everyone. As you can see from the title on my tablet is not working wifi and bluetooth. When turning wifi tablet is reset and continues to be off and on until it forcibly turns off, and when you turn it on again, and do not touch wifi everything is normal and there are no problems with resetting. Can someone help me and give suggestion to solve this stupid problem.  I'm from Croatia and I'm bad with the English writing.

    Hi
    Welcome To Lenovo Community
    Please perform a  factory reset 
    Please ensure you have backed any important data before doing factory reset
    Hold the volume down and the power till Lenovo logo appears .
    System will boot into recover mode. Follow the instructions
    Hope This Helps
    Cheers!!!
    Important Note: If you need help, post your question in the forum, and include your system type, model number and OS. Do not post your serial number.
    Did someone help you today? Press the star on the left to thank them with Kudos!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!  This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Polygonal lasso tool not working with stylus on Surface Pro 2

    Hi guys,
    I'm new here so please bare with me if I'm posting in the wrong place or don't make immediate sense.
    Hardeware / software used: surface pro 2 and I'm running photoshop CS5.
    Problem is a fairly basic one: I am trying to make basic selections using the polygonal lasso tool (using the stylus that comes with the tablet) but it simply will not work. All I get when I touch the stylus to the screen is the circle that appears then fades. If I attach the keypad and try using that then it works no problem at all.
    Does anyone have any ideas as to whether there is a particular setting that I need to switch on or off e.g. something relating to pressure sensitivity (although not sure why this would affect this particular selection tool)?
    I've searched the web and come up with nothing so far so any help is greatly appreciated!
    Thanks for your time
    Scott

    same problem on surface pro 3 !!!!
    and i think quite significant, for lot of artists using polygonal lasso a lot (including me). How come that the stupid surface cannot work properly

Maybe you are looking for