Adding a device type in SPAD - Printer installation

Hi,
For installing a new HP 9050 printer we do not have device type HPLJ9050 listed in SPAD. Please explain me how could we update it?

Hi,
Please check below link and Notes
For Device types for HP
http://h20338.www2.hp.com/enterprise/cache/37011-0-0-0-121.html
FOr How to Install Device Type:
1. http://h71028.www7.hp.com/enterprise/downloads/HPPrinterSAP-DT2008.pdf
2. Note 1036961 - Device type selection wizard in transaction SPAD - check document selectdevtype_wizard.pdf
If you still do not find the device type for printer check Note 1100779 - Participants in the SAP Printer Vendor program. If the printer vendor is a gold-level member of the SAP Printer Vendor program, open a customer message on component BC-CCM-PRN-DVM
Thank You,
Praveen

Similar Messages

  • ZHANWIN device type does not print Korean characters

    Hi All,
    We are trying to print smart forms containing Chinese,Taiwanese and Korean characters from our ECC 6.0
    As per SAP Note 1038413 - Unicode SAPWIN device type for CJK fon, we used the device type ZHANWIN to print smart forms for these characters. 
    But with this device type we are unable to print smart forms with Korean characters. But as per the note, it has to support Korean characters too.
    Please help with this issue.
    Thanks and Regards,
    Subashree

    Hi Subashree,
    it is likely that the problem with ZHANWIN is related to the font used in the form. if you want to print Korean characters via ZHANWIN, you need to specify a Korean font like KPBATANG for the Korean characters in the form. Then this will be mapped to a suitable windows font in windows. If you chosse e.g font COURIER , it is mapped to windosw font Courier New which does nto contain the Korean characters.
    For SWINCF or SWINCFCK the font in SAP is not so impertant. The mapping of the characters in windows is based on the Unicode character range. So as Nils said, SWINCFCK should work regardless of the font in the SAP form.
    Regards,
    Aidan

  • Need proper device type for Xerox printer "WorkCentre 5755. 5775, 5790"

    Hi ,
    Could anybodies suggest the proper device type for *"Xerox printer "WorkCentre 5755. 5775, 5790".
    Thanks
    Regards
    Priyabrata Mishra

    Hi Sujit,
    I need he information about the device types for these printer models
    Work Centre 5755/5775/5790
    Please suggest if there is any compatible device types available in the given link by you. I have already downloded all the device types from this link but there is no device type information for these mentioned printer models above. Please suggest
    Thank you so much for giving your valuable time
    Regards
    Priyabrata

  • Which device type support Unicode printing ?

    Hi all,
    Do you know which cascading font device types support Customer-defined true type fonts ?
    I use HP LaserJet printer. I've imported ZSWINCF device type in to SAP system and installed some true type fonts required for my report. It's able to print <b>Unicode </b>text in ABAP List but unable in SAPScript/Smartform printing.
    I also try to use ZHPUTF8 or HPUTF8, and install these fonts. But i've problem in printing out.
    Do you know how to resolve this problem ?
    Thanks,
    Best regards,

    Hi
    see this OSS notes may be useful
    OSSNote:960341
    Symptom
    In some device types (e.g HPLJ4, HPLJ5) you experience non-uniform character spacing in the PDF document after the PDF conversion of SAPscript or Smart Forms documents, using HELVE or TIMES fonts. You want to know the reason.
    Other terms
    CONVERT_OTF, SAPscript, Smart Forms
    Reason and Prerequisites
    The problem is not due to an error in the PDF converter but due to the fact, that the printer font, underlying the device type (e.g. Univers or CG Times in PCL-5 device types), is not available for the PDF converter and is either not available in Adobe Reader. The PDF converter has to try to simulate the layout of the printer font by means of a font which is predefined in Adobe Reader. This is done by assigning the letter widths of the printer font to the font used in Adobe Reader.
    The PDF file contains a table with letter widths, used by Adobe Reader in the output of text, for each used printer font (except PostScript fonts).
    Example:
    %Charwidth values from HP4300 HELVE 060 normal
    /Widths
    [ 278 333 500 633 633 1000 758 333 333 333 633...
    Adobe reader converts this width table, by modifying the space between each character, so that the specified letter width (= space between the current and the next letter) is kept.
    This 'Simulation' of printer fonts results in the sometimes visible irregular spaces in PDF.
    The PDF converter always uses the Helvetica Adobe PostScript font for the display of HELVE and the Times Roman Adobe PostScript font for the display of TIMES. However, for these Adobe PostScript fonts, Adobe Reader often uses a Windows TrueType font, which differs slightly from the original PostScript font.
    Solution
    Workaround: Use the POST2 PostScript device type or the PDF1 PDF device type for the PDF conversion of documents in the Latin-1 character set. They both use the Adobe PostScript fonts Helvetica or Times Roman for the HELVE/TIMES printer fonts.
    Header Data
    Release Status: Released for Customer
    Released on: 30.06.2006  12:44:06
    Priority: Recommendations/additional info
    Category: Consulting
    Primary Component: BC-CCM-PRN Print and Output Management
    Secondary Components: BC-SRV-SCR SAPscript
    OSS Note: 776507
    Symptom
    Documents printed via SAPscript or SmartForms do not print with correct special characters, e.g. ### prints instead of Japanese or Russian characters. What to do?
    Other terms
    SAPscript, SmartForms, printing, device types, OTF
    Reason and Prerequisites
    Help required to choose proper fonts in a SAPscript or SmartForm
    Solution
    When using SAPscript or SmartForms to print (or email or fax) a form from a business application, many factors influence the outcome of the actual text within the form. All these factors must be checked in order to ensure a correct printout:
    1) The language version of the form used to produce the printout.
    Example: If you want to print a French invoice, you need to have a FR version of your SAPscript or SmartForms invoice form RVINVOICE01. And the application program must specify the corresponding language key (FR) when calling the SAPscript or SmartForms API.
    2) The font selections specified in the form (possibly also in a SAPscript style or SmartStyle used in a form).
    Example: In a SAPscript form or a SmartStyle you need to specify HELVE if you want to print German text in Helvetica (or similar) font. If you want to print Japanese text, HELVE is not a valid choice but you need to specify a Japanese font like JPMINCHO in your Japanese form.
    3) The output character set of the device type
    Every printer in transaction SPAD has a "device type" assigned. Device types used by the spooler for printing support only one single specific output character set. All text from the form has to be converted (using SAP's built-in character conversion mechanism) to this output character set.
    A character set can typically support either a single language (e.g. Shift-JIS which supports only Japanese) or a set of languages (e.g. ISO 8859-1, which supports Western-European languages). It is possible that a given language (such as German) can be supported by several output character sets, e.g. you may use either ISO 8895-1 (Latin-1) or ISO 8859-2 (Latin-2) to represent German text. This is so because both character sets contain the special characters used in German.
    Example: HPLJ4000 is a HP LaserJet device type supporting the ISO 8859-1 (Latin-1) character set. ISO 8859-1 can be used to represent e.g. Dutch, English, French, German, Spanish, Swedish but NOT Russian or Japanese.
    As a consequence, it is ok to use HPLJ4000 to print English, German French etc. but not for Japanese or Russian.
    4) The set of available printer fonts for a given device type
    When formatting a document, SAPscript and SmartForms perform an automatic mapping of the font definitions in the form (e.g. "HELVE 14 point bold") and the available printer fonts of the device type. A replacement printer font is chosen, should the specified font selection not be available in the device type. Now this replacement can be problematic if a language-specific font, such as Chinese CNSONG, is specified in a form and it gets replaced by a font which does not support this language, e.g. COURIER.
    To solve this problem, font families in SE73 have language attribute assigned, e.g. some fonts are characterized as being suitable only for certain languages. And when a replacement has to be chosen because the original font from the form is not available in the device type, a replacement font is chosen which has the same language attributes.
    If no fonts for the language in question exist in the device type, the resulting font will not be able to print the special characters and you will see "wrong" output characters in the printout.
    Note on SAPscript/SmartForms Print Preview:
    The OTF Print Preview available in Windows GUI (e.g. from transaction SP01) will sometimes not show the "wrong" characters which appear on the final printout. Here is the reason: since the Print Preview runs in Windows environment, it will use Windows fonts to represent the actual printer fonts. A Windows font typically has more available characters (i.e. covers more character sets) than are actually available in a printer's resident font.
    A typical example where the Print Preview will differ from the printout is here: if you have a Chinese PCL5 printer such as CNHPLJ4 and use the Western Latin font COURIER in your document, the print preview will show you Chinese characters if you (by accident) tried to format Chinese characters in COURIER font. This is because Windows will automatically choose a font that can output Chinese characters (which is actually not Courier). But when you print the job on an actual PCL5 printer with resident Western and Chinese fonts, the Courier font will not print any Chinese characters but Western special characters instead, because the printer's resident Courier font does not include Chinese characters.
    Rule of thumb: all Asian device types (e.g. CNHPLJ4, JPHPLJ4, JPPOST, KPHPLJ4) support not only Asian fonts but also COURIER, HELVE and TIMES fonts. But these Latin fonts can only be used to print English text, not Chinese/Japanese/Korean characters.
    Which fonts are suitable for a given language?
    Language(s):            Font family to use in a form:
    Latin-1 (Western Europe/Americas) *******
    DE,EN,FR,ES,NL,SV       COURIER, HELVE, TIMES
                            (LETGOTH, LNPRINT)
    Latin-2 (Central Europe) ****************
    PL, CZ                  COURIER, HELVE, TIMES
    ISO 8859-4 (Baltic) *********************
    ET, LT, LV              COURIER, HELVE, TIMES
    ISO 8859-5 (Cyrillic) *******************
    BG, RU, SR, UK          COURCYR, HELVCYR, TIMECYR
    ISO 8859-7 (Greek) **********************
    EL                      COUR_I7, HELV_I7, TIME_I7
    ISO 8859-8 (Hebrew) *********************
    HE                      COURIER, HELVE, TIMES
    ISO 8859-9 (Turkish) ********************
    TR                      COURIER, HELVE, TIMES
    Simplified Chinese **********************
    ZH                      CNHEI, CNKAI, CNSONG
    Japanese ********************************
    JA                      JPMINCHO, DBMINCHO, DBGOTHIC
    Korean **********************************
    KP                      KPBATANG, KPDODUM, KPGULIM
                            KPGUNGSE, KPSAMMUL
    Traditional Chinese *********************
    ZF                      TWDPHEI, TWMING, TWSONG
    Thai ************************************
    TH                      THANGSAN, THDRAFT, THVIJIT
    Arabic (Unicode systems only) ***********
    AR                      ANDALE_J
    Verify your output by examining the OTF data
    When analysing printing problems of this type, be sure to check the OTF data which gets produced by SAPscript or SmartForms. OTF or "Output Text Format" is the intermediate page-description format generated from SAPscript or SmartForms. OTF will contain the final printer font names and character set/language identifiers which help to solve the problem. OTF will even name the form and the language of the form used to create the output.
    The easiest way to do this is to create a spool request from your application, run transaction SP01, use menu
    Goto->Display Requests->Settings
    and choose
    Display Mode: Raw
    Now display your spool request. If this is a SAPscript or SmartForms spool request, you will see OTF data. Each line represents one OTF command, every command starts with a 2-character cmd identifier and possibly some cmd parameters follow.
    Here is an excerpt from a sample OTF file where we highlight the most interesting commands:
    //XHPLJ8000    0700 00000000001
    IN04EALEXTEST_ZEBRA
    IN05%PAGE1
    OPDINA4  P 144  240 1683811906000010000100001
    IN06%WINDOW2
    MT0024401289
    CP11000000E
    FCHELVE  120  00109XSF100SF101110000067E X
    UL +0000000000000
    SW00067
    CT00000000
    ST0453037Dieses SF hat Stil ALEXTEST_ZEBRA mit
    The 1st line with the // (Control) command reveals the device type usedto print: HPLJ8000
    //XHPLJ8000    0700 00000000001
    The 2nd line (IN = Info command) shows the name and (internal 1-char)language key of the form:
    IN04EALEXTEST_ZEBRA
    In this case it is the English (E = EN) SmartForm ALEXTEST_ZEBRA
    The OP-line (OP = Open Page) gives the page format used in the form, it is DINA4 Portrait orientation:
    OPDINA4  P 144  240 1683811906000010000100001
    The CP (CodePage) cmd shows the SAP system codepage used to code the text and the active language. In our case it is codepage 1100 and language E = EN = English.
    CP11000000E
    Finally, the FC-cmd (Font Call) lists a printer font selected within SmartForms. Please note that every SmartForm has a designated default SmartStyle under "Form Attributes->Output Options". In addition, every text node can have a SmartStyle attached (which will override the definitions from the default style for the text). In our case the resulting printer font that was selected is HELVE 12.0 pt bold-off, italic-off.
    FCHELVE   120  00109XSF100SF101110000067E X
    Header Data
    Release Status: Released for Customer
    Released on: 22.08.2005  09:57:20
    Priority: Recommendations/additional info
    Category: Customizing
    Primary Component: BC-CCM-PRN Print and Output Management
    Secondary Components: BC-SRV-SCR SAPscript
    BC-SRV-SSF Smart Forms
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • Device type for Toshiba printer TECB431

    Hi,
    I have to print DHL labels onto printer TECB431 (Toshiba). I used SAPWIN device type to configure it but the problem is that printer is not feeding the paper whilst multiple page are to be printed. If the spool has only one page, than it prints fine.
    Can anybody please suggest the correct device type to be used with this printer.
    Thanks in advance !

    Hi,
    As per your query pls check the same in your windows machine. If you are getting cont. printing on windows machine then you will get the same in the sap also. Pls check the same configuration in other printer who is installed in your sap and working fine. This is realted to printer configuration or installaiton configuration in SPAD.
    Anil

  • Adding new printer Device Type

    Hi Friends,
    we have a new printer. now we don't have the exact device type matching the printer(Xerox Workcentre 7232). i visited xerox website and their i found a exact device type. Now my question is
    1) If i install this new Device Type at saplevel does it overwrite any existing devicetypes at sap level.
    2) Do we have any device type which matches this printer.
    Thanks,
    Vijay

    follow note 8928       List of supported printers/device types
    note 635230       Xerox SAP PCL and PostScript Device Types
    note 6427       Information about device type upload/download
    cheers,
    -Sunil

  • Printing problem: device type?driver?

    Hello friends.
    There is a Smartfrom "Transfer Order label" that contains some plain text and also bar code (new bar code technology). Printers Epson LQ-1900KII are used.
    While printing if the user selects LOCL printer (of device type SAPWIN, frontend printer), then in frontend, in Windows selects the proper "LQ-1900KII", the Label is printed correctly with bar code. So phisycally the printer can print the label correctly.
    Now we need to create in SAP logical printer, that is assigned directly to the proper "LQ-1900KII". I tried the standard epson device type 'EPESCP', but it supplies only several font-sizes and doesn't supply new bar codes. So the label is printed, but the size of characters is incorrect and the bar code is not printed at all.
    Do you have any ideas regarding which device type can I use? Or if I need to create a new one, than with wich driver?
    Thank you.

    Hi,
    please look at this
    [http://help.sap.com/saphelp_nw70/helpdata/EN/d9/4a956151ea11d189570000e829fbbd/content.htm]
    New device type
    [http://help.sap.com/saphelp_nw70/helpdata/EN/d9/4a956e51ea11d189570000e829fbbd/content.htm]
    Regards,
    Muralidhar

  • Device Type to print Vietnamese Characters

    Hi Gurus,
    I can print Vietnamese characters in a laser printer using the device type SWINCF and Access Method F (Frontend printing).
    Now I want to print using Access Method U (Print using Berkeley Protocol) in a network printer (located overseas). I am using a unicode device type ZHPUTF8F because our SAP system is running under Unicode (ECC 6.0). Unfortunately the printout for the Vietnamese characters are wrong (garbage characters). Is it possible to print Vietnamese characters using a device type other than SWINCF? The printer model that I am testing with is HPLJ 4250.
    One more thing, we will be needing to print using a dot matrix printer. Is there a specific device type that can print Vietnamese characters for dot matrix printer (e.g. Printronix)?
    Thanks,
    Andre

    Hi Andre,
    did you check SAP note 750219 that all listed prerequisites are met ?
    Regarding other printers and Unicode support, please have a look at:
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/1015a496-94d5-2b10-3c8e-845ff55480c0
    or apply SAP note 1036961.
    Best regards,
    Nils Buerckel
    SAP AG
    Edited by: Nils Buerckel on Mar 19, 2010 5:09 PM

  • Search device Type for Printer Ricoh Aficio BP20n

    Hi does anyone knows a Device type for the printer
    Ricoh Aficio BP20n
    I looked the sNOTE 8928 which routes me to sNOTE 485240.
    but "485240" does not exist.
    Notes with device types for Gestetner and Savin are not listening the BP20n printer.
    "Savin" is a US subsidiary company from Ricoh.
    greets chris

    Hi Christian,
    That's strange, I could see note 485240: Device types supplied by SAVIN
    <a href="https://websmp204.sap-ag.de/form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=485240&_NLANG=E">https://websmp204.sap-ag.de/form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=485240&_NLANG=E</a>
    Symptom
    The printer manufacturer SAVIN supplies SAP with the following device types. These device types are produced, maintained and supported by Ricoh.
    Should you encounter problems while you are using these device types in SAP, do not direct them to the SAP Support hotline. Instead, use the support addresses of the SAVIN Corporation listed below.
    Other terms
    Device type, SAVIN
    Reason and Prerequisites
    Detailed information on the SAP device types supplied by the printer manufacturer SAVIN.
    Solution
    The following products are supported by the SAVIN device types:
    Multi-functional Devices
    - 4015/4018/4018d
    - 8016/8020/8020d
    - 9922DP/9927DP *1
    - 2522/2527
    - 4022/4027
    - 8025/8030
    - 8025e/8030e *2
    - 9935D/9935DP/2035DP/9945DP/2045DP *1
    - 2535/2235/2545/2245
    - 4035/4135g/4045/4145g
    - 4035e/4135eG/4045e/4145eG
    - 8035/8045
    - 8035e/8035eg/8045e/8045eg *2
    - 2055DP/2070DP Type700
    - 2555
    - 2560/2575
    - 4051/4060/4075
    - 8055/8065/8075 *2
    - 2085DP/2105DP Type850
    - 2585/25105 Type850
    - 4090/40105 Type2105
    - 8090/8110/8135 *2
    - C2408/C2524/C3210/C2532
    - C2525/C3030 *2
    - C2820/C3224/C3828
    - C2410/C3210e
    - C2824/C3528/C4535
    - C3535/C4540 *2
    - C6045/SDC555
    Printers
    - SLP26/SLP26n
    - MLP26/MLP26n
    - MLP25/MLP25n
    - MLP28/MLP28n
    - SLP32
    - MLP32/MLP35n
    - MLP45
    - MLP145 *2
    - CLP1620
    - CLP22
    - CLP1036
    - SLP38c
    - CLP28
    - CLP35
    - CLP17
    - CLP18
    - CLP831
    - CLP26DN
    - CLP27DN/CLP31DN *2
    - MLP75n
    - MLP175n *2
    - CLP128/CLP135
    SAP device types ZA001vvv (Latin-1)/ZA002vvv (Latin-2)
    These device types support the above-mentioned printers and multi-functional devices. You can download them from the Internet sites listed under "Support".
    Latin-1 (Western Europe) supports the following languages:
      English, German, French, Italian, Spanish, Portuguese, Dutch, Swedish, Norwegian, Danish, Finnish
    Latin-2 (Eastern Europe) supports the following languages:
      Hungarian, Polish, Czech, Croatian, Romanian, Slovak, Slovenian
    The ZA001vvv/ZA002vvv device types support the following functions:
    Input bin / Output bin
    Stapling & Hole punching
    Paper type
    Duplex printing
    Job offset
    Resolution
    Number of Copies & Collation
    EconoMode / Toner saving
    Auto tray change/switching
    Edge enhancement/Smoothing
    Paper size
    Orientation
    Character set / Symbol set
    Color printing
    Slip sheet
    Edge-to-edge mode
    *1: Does not support bar code printing and OCR typefaces.
    *2: Supports Unicode printing.
    For more information, download the customer documentation from the Internet sites listed under "Support".
    Support:
    Telephone: 1-800-RICOH(74264)-38
    Internet: http://www.savin.com/
    Download: http://www.savin.com/savin/savin_com.nsf/SupportDrivers/

  • Device type for HP Officejet 7700

    Good Day;
    I have a problem with SAP priniting on HP officejet 7700(color All in one). Its not printing with SAPWIN default . I used device type HP laser jet 1160 and its printing fine( only black and white).
    I am looking to get the colour print out. I have searched for getting the matching device type for this printer , and am not winning.
    I have the SAPNOTE mentioning the list of SAP supported printers and device type ,  this printer is not in the list.
    Your help is highly appreciated .
    Regards
    Seethy

    Hi ;
    I tried to create a device type using SPAD and just copy the parameters and print controls from other device type HP laserget 1160. But its not working. Should I copy the drivers from OS level? Please assist me in creating a new device type.
    Your help is much appreciated.
    regards
    seethy

  • Device Type for EPSON TM-U220

    Hi All,
    We are using EPSON TM-U220 dot matrix printer. Can anybody tell me which device type should be used for this? How to find a appropriate device type for a printer? Where we can get this info? I have selected EPESCP and its not printing the way how its appearing in the preview. I tested with SAPWIN too, same problem I have faced with SAPWIN too.
    Thanks in advance.
    Hernando

    is correct, the printer is set up in the Tx SPAD, we tested several device types, but none has proved effective, as reported, the preview is fine but when printing it is so wrong. My question is, If you have used this type of printer, if so what kind of device type are you used?
    Thanks
    Edited by: Hernando Enrique Polania Cadena on Dec 30, 2008 10:00 PM

  • Creating a device type for Chinese Simplified

    Hello Gurus ,
    i have a question regarding Device types. We recently bought a Chinese Simplified Font Flash USB and we installed it on an HP Laserjet 4515. In windows mode the printer is printing chinese correctly . But in SAP i didnt found how to make it print. I was searching for OSS notes but i couldnt find something relevant.
    So i copied the device type for the printer , which is HPLJ4000 and i set the character set to 8416 which is (Printer HP LaserJet PCL-5 series Simplified Chin) .
    Unfortunately this didnt work , i also tried other char sets but the problem remains . Did anyone had this problem before ?
    Best thanks for an idea !
    regards,
    david

    I'm not really sure if you can transport it... but you can export it to file and imported in the target system
    SPAD -> Full Administration -> Device Type -> select the device -> Edit -> Transfer -> Export.... same in the target system but Import.
    Hope that help.
    Regards
    Juan

  • Smartform Device type

    Dear Friends,
    The page format I have created for printing a smartform is of dimensions:
    ( 91 mm X 290 mm ).
    It's showing the correct printout but when I try to take the printout,
    it gives error -->
                             <u> Device typeSAPWIN does not support page format ZTAG.</u>
    In SPAD --> full administration --> Device types Tab --> Device types there are many devices, and I am confused about which one to choose.
    Pls. guide.

    no , thing is u have to assign this Page format to Device Types.
    SPAD-->Full->Device Types->Device Types->SAPWIN--->double click on SAP WIN --->come in change mode --->here u can see all Supported Page Formats --->Add ur ZTAG.
    Regards
    Peram

  • Device type creation

    can anybody let me know how to create a new device type in SPAD.
    I need to upload a *.pri file into sap and create a device type first and then create the output device..It would be helpful if you could explain what the character set is?
    Thanks
    Raghav

    Check with below links :
    http://help.sap.com/saphelp_nw04s/helpdata/en/d9/4a956151ea11d189570000e829fbbd/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a956151ea11d189570000e829fbbd/frameset.htm
    Thanks
    Seshu

  • Canon device types

    Hello,
    I have tried looking for devices types for the Canon laserjets models 3025i and 5870i. The suggested devices types (CN30P and CN68G1S) do not exist in our sap system. Does anyone know where I can upload these device types from to place them into sap. Alternatively, does anyone know any other devices types which could be used for these particular canon printers?
    Thanks in advance......

    check this thread.
    How to add a Device Type in SPAD?

Maybe you are looking for

  • Phone service over Wi-Fi

    I am looking at purchasing a Pre when it comes out this weekend. Does anyone know whether it has the capability to use the phone over broadband? I have a friend that just purchased another smartphone that has the ability to use the phone over his wir

  • Creation of user sand roles

    Hello sdn i installed Newweaver snekapeakpreview(Java) in my system when i tried to create a new user other than admin , user is created but when i logged as newly created user it showing  password has expired please advise me to rectify this problem

  • G780: dual boot Win 7 and Linux

    I have a G780 with win7 pre-installed. When I tried to get GNU/Linux Mint Dual-booting, the wifi-driver didn't work and most importantly, I wasn't able to make a new partition because there were already four: the boot-partition, the windows-partition

  • How to compare a string with integer in jsp

    I have a field in database called as enddate i m trying to split the entire date and get date,month and year once i store the date in a variable called as fmdate which is string, i need to compare it with another integer. how can i compare it..heres

  • Migration of EBS Linux to AIX

    Hi, i am making a migration of EBS 11.5.10 CU2 of Linux to AIX 6.1, and only i have a question about the documentation. The steps are: 1) Generate and upload the manifest of customer-specific files 2) Create the Target System APPL_TOP 3) Clone the Au