Regarding doubts in installers

Hi Nic,
Should i use Peopletools8.51(32-bit) and oracle 11g client(32-bit) for the installation of peoplesoft enterprise with oracle 11.2.0.1(64-bit) on windows 2008 R2-64-bit.

There is only one Peoplesoft installer, take the one given for the Peopletools version you are choosing.
The database should be running on 64bits wordsize librairies on W2k8 64bit, but Peoplesoft needs the 32bit client whatever the wordsize of Windows OS.
Nicolas.

Similar Messages

  • Regarding doubts in my Speck (Urgent)

    Hi Experts,
    <b>My Selection screen is like this
    product hierarchy:
    material:
    Price group:
    Bill-to-Party:
    Period of analyse : Month :</b>
    The following are the outputs fields in Excel sheet:
    <b>Material code, Mat description, Free goods code, Invoice quantity, Invoice Net Value,  percentage diff, Invoice qty for previous yr, Invoice value for previous yr, cost of free goods, total cost of free goods</b>
    Free goods are defined in SAP using transaction <b>VBN1</b>.
    Could you please help me with the tables involved.
    Kindly help.
    Thanking you
    Regards
    Naveen

    Hi,
    Go back to the person who wrote the specification and ask them - only they will know exactly what they want.
    Gareth.

  • Regarding Doubt in Query

    Hi Friends,
    I have a doubt in Oracle Query.
    Query
    SELECT ID FROM LIST;
    ResultSet
    1
    2
    3
    4
    5
    789
    In the above query the result will in seperate rows, bu i want it as
    1,2,3,4,5.............,789.
    Can anyone help me to write a query for this type of output.
    Thanks,
    Dick....

    with t as(select 1 col1 from dual
    union select 2 from dual
    union select 3 from dual
    union select 4 from dual
    union select 5 from dual
    union select 6 from dual)
    select   ltrim(max(sys_connect_by_path(to_char(col1),',')),',') col1
    from (select col1,
           row_number() over(order by col1) r1,
           row_number() over(order by col1)-1 r2
          from t)
    start with r1 = 1
    connect by prior r1=r2;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Rp_provide_from_last   regarding doubts

    Dear All,
                    I am using rp_provide_from_last to fetch a record from the  infotype.
    I am getting only the last record  from the infotype by  i need all the record between the valid date range.
    my date range is      01.04.2005  to 31.03.2006.
    empno    begda               endda
    01          01.04.2005       30.10.2005
    01          01.11.2005       30.12.2005
    <b>01          01.01.2006       30.02.2006</b>
    I am getting the last record but i need all the three record what macro i should use.
    with regards,
    Prince Elvis

    You can use the Provide statement which is specifically meant for this purpose in this fashion:
    PROVIDE * FROM p0001 BETWEEN r_begda AND r_endda.
    Do your processing here
    For example
      WRITE / p0001-pernr, p0001-plans.
    ENDPROVIDE.
    Note: Here you dont need to check for pernr because in the LDB, only one PERNR data is available in each pass of the GET PERNR event. So we dont need to bother abt that at all.
    Please dont forget to award points if this helped.

  • Regarding doubt in JCO Connection

    Hai,
         I am doing jco connection in jsp page. its getting executed with out any errors. i have give the detaisl below whci is working fine but where i have to mention the url of "bsp page" ie (http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci1154530,00.html) . Please go through the code below so that by establishing the following connection it should (ie take username and password automatically) straightly go that url mentioned. 
    client = JCO.createClient( "020",  // SAP client "balal",   // userid
    "143bala",  // password "EN",        // language
    "sealerp.sealconsult.com", // host name "00" );      // system number
    <%@ page import="com.sap.mw.jco.*" %>
    <html>
    <head>
    </head>
    <body >
    <form name="form1">
    <%
    //String paramView = request.getParameter("h1")==null?"":request.getParameter("h1");
    //if(paramView.equals("view"))
        JCO.Client client = null;
    JCO.Repository mRepository;
    try {
      // Print the version of the underlying JCO library
    // out.println("\n\nVersion of the JCO-library:\n" +
    \n" +      JCO.getMiddlewareVersion());
      // Create a client connection to a dedicated R/3 system
      client = JCO.createClient( "020",       // SAP client
                         "balal",   // userid
                         "143bala",     // password
                         "EN",        // language
                         "sealerp.sealconsult.com", // host name
                         "00" );      // system number
      // Open the connection
      client.connect();
    mRepository = new JCO.Repository("seal",client);
      // Get the attributes of the connection and print them
      JCO.Attributes attributes = client.getAttributes();
      out.println("Connection attributes:\n" +"----
    \n" + attributes);
      // All done
      out.println("\n\nCongratulations! It worked.");
    catch (Exception ex) {
      out.println("Caught an exception: \n" + ex);
    finally {
        // do not forget to close the client connection
        if (client != null) client.disconnect();
    %>
    </form>
    </body>
    </html>
    Please help me in getting solution.
    Thanks in Advance.
    Thanks & Regards,
    Giridhar.

    Hai,
    sorry i have mentioned wrong bsp url. please check this url.
    http://sealerp.sealconsult.com:8080/sap/bc/bsp/sap/zbsp_primv/project.htm
    the above the bsp page url to be viewed.
    Please help me.
    Thanks in Advance.
    Thanks & Regards,
    Giridhar.

  • Regarding Doubt of oracle upgrade and oracle migration

    Hello,
    What is the diffrence between oracle upgrade and oracle migration, duirng any one of this is oracle going to touch oracle database and its data?
    Regards,
    V.Singh

    Singh wrote:
    Oracle migration means most likely from non-oracle database to migrate to oracle DB or lower hardware platform to higher/advance hardware platformI would say so. Note Oracle was also confused about word "+migrate+" since it was used till 9i to open the database in a special mode to upgrade the database itself. Nowadays, on 10g+, the command became "+upgrade+".
    In oracle upgrade we are updating oracle's new software version (9i to 10g) or patchset (102.0.2 to 102.0.4), once software is updated we giving command statup upgrade , during this phase some scripts are updating data so i belive it is updating oracle realted views,data dictionary,functions,triggers etc etc , instead of touching oracle data.Yes, upgrade script modify Oracle data and objects dictionary, but do not modify user's data and objects (if we expect a recompile of invalide objects as recommanded by the latest step of an upgrade).
    Nicolas.

  • Regarding doubt in Report

    Hi All,
    In Datamodel query ..
    I need to eliminate one or two tables based on some conditon ..
    In lexical parameter.. we can write conditon .. wht abt tables?
    Kindly let me know how can we achieve the above funcitonality.
    Thanks
    Ali

    user633508 wrote:
    In lexical parameter.. we can write conditon .. wht abt tables?Hi Ali,
    Yes, you can use lexicals anywhere in the query model.
    Just like when you set up the where clause variable, you will have to have a valid default from clause in order for it to validate properly. Also, you have to make sure that the fields in the select clause are all available at runtime too.
    For example, if you have set up a user parameter 'from_clause' and set the default value (like you did for your from clause parameter), you would set the runtime value in the before-report trigger based on whatever input parameter you are using.
    Create a user parameter called from_clause and set it's default value to 'from table1 t'. Then in the before-report trigger place:
    If :parameter.inparm = 1 Then
       :parameter.from_clause := 'From table1 t';
    Else
       :parameter.from_clause := 'From table2 t';
    End If;Then, in your data model, you would use the parameter in the same way as you did with the where clause parameter.
    Select
       t.field1,
       t.field2
    &from_clause
    &where_clauseIf the same fields are not available in both tables, you will have to do the same thing with your Select clause and build it on the fly too.
    Good luck,
    - James
    Edited by: James M on Sep 17, 2010 7:54 AM
    added "parameter." to the If statement.

  • REGARDING DOUBT IN NOKIA ASHA 310

    SIR I PURCHASED A NOKIA ASHA 310 MODEL , I WANT TO USE ONE SIM FOR ALL PURPOSE I.E FOR OUTGOING , INCOMING ,MMS , SMS AND GPRS, EDGE AND ANOTHER SIM  ONLY FOR INCOMING SMS . I WANT TO PERFORM THIS ACTIONS BY USING SETTINGS IN PHONE. IS IT POSSIBLE OR NOT . PLEASE ANSWER ME AS EARLY AS POSSIBLE 

    as your device is a dual-SIM device, i would presume that yes you can do that. basically for the first SIM, make sure that your MMS is activated and so is your data connection, and for the second one (with a different network carrier), that your MMS / data plan is deactivated.

  • SOS : Bean not found in 'findByName'

    Blank
    Hi Rob,
    thankx for the fast reply and the detailed explanations.
    it's gettings things cleared for me..
    let me explain the way I have understood your explanation.
    I have an EJB (entity bean) called T_Exception. Suppose, this uses few classes in the jar file frwUtil.jar
    So, do you mean to say that I should have a manifest file with the EJB Jar of T_Exception saying "Class-Path: frwUtil.jar" ?
    And this frwUtil.jar should be a part of the .ear where I have T_Exception?
    I have another EJB (session bean) T_ASM which uses T_Exception and also the classes in frwUtil.jar
    So, do you mean to say that I should have a manifest file with the EJB Jar of T_ASM saying something like
    "Class-Path: T_Exception.jar frwUtil.jar" or it just have to be "Class-Path: T_Exception.jar" ?
    And this T_Exception.jar or frwUtil.jar doesn't have to be a part of this .ear file it the previous .ear file is already deployed, right?
    Please correct me if am wrong.
    In short, you are telling me that a support class or jar file which is deployed as part of an .ear file into an application server will be available for another EJB / class file in another .ear file which is also deployed after that. Am I right? I am getting confused in these areas.
    Another doubt is about the significance of manifest files.
    Is it something like one manifest file per a package / folder or something?
    Can I have more than one manifest file for the same package? doesn't sounds logical but just to know
    where and all manifest file comes into play? am not sure abt this..
    Is there some good tutorial available to learn more about this? if yes, please let me know!
    Like you said, setting the $CLASSPATH is definitely a bad practice. We are going to aviod that once this starts working. Thanks for your suggestion.
    regarding dOubt 3 -
    For your reference, below is the erorr that I got -
    javax.ejb.ObjectNotFoundException: Bean not found in 'findByName'.
    at com.tech.framework.propertyEJB.PropertyEJB_kzue3c__WebLogic_CMP_RDBMS.ejbFindByName(PropertyEJB_kzue3c__WebLogic_CMP_RDBMS.java:2001)
    at java.lang.reflect.Method.invoke(Native Method)
    the deployment of the bean goes without an error.
    and it doesn't look like a Finder exception also, right?
    and that's where am confused.
    the same bean is working without any problems like this in 2 - 3 application server instances.
    For the same reason, I don't think that there's a prob with the EJB QL used.
    But now we are trying to remotely deploy the EJBs and deployment doesnt give an error too.
    But the very first call to this bean is giving this error only in this set up.
    and we are struggling with this since the past few days.. trying out all possibilities..
    no luck so far.. .:(
    Thankx again.. in advance..
    "Rob Woollen" <[email protected]> wrote in message news:[email protected]...
    ibmMQ wrote:
    Hi Folks..
    sorry but these doubts are probably cause am a new bie..
    dOubt No 2:
    can I put all the support classes / jar files into the server the way I
    deploy a bean?Yes, make a Jar (or jars) that have the support classes. Package them within
    the EAR file and include a Class-Path entry in the manifest of any component
    that uses these classes.
    Here's an example: http://learnweblogic.com/updates/webauction.zip
    Do not put the classes in the $CLASSPATH. You will not be able to redeploy
    them if they are there.
    mean to ask, can I make a .war or .ear file with all these support jar files
    and ca I uplaod to the application server so that when I deploy a bean, it
    will have these necessary dependency classes ready in the server? As of now,
    I set the classpath in the startweblogic.cmd file which requires a server
    restart every now and then I add something to the server classpath.
    dOubt No 3:
    when do I get Bean not found in 'findByName'?
    I am rather confused with this error!
    We'd need some more info here. Are you sure that your EJB-QL is correct?
    -- Rob
    thankx in advance
    mNs
    [att1.html]
    [Blank Bkgrd.gif]

    BlankIs it possible that a corresponding object is not found for this findByName call and hence it throws this?
    because we tried accessing the same bean from an ordinary java client and it works!!!
    but I thought if it's not finding an Object to return for a given key, it throws FinderException!
    am more confused now, I guess..
    mNs
    "ibmMQ" <[email protected]> wrote in message news:[email protected]...
    Hi Rob,
    thankx for the fast reply and the detailed explanations.
    it's gettings things cleared for me..
    let me explain the way I have understood your explanation.
    I have an EJB (entity bean) called T_Exception. Suppose, this uses few classes in the jar file frwUtil.jar
    So, do you mean to say that I should have a manifest file with the EJB Jar of T_Exception saying "Class-Path: frwUtil.jar" ?
    And this frwUtil.jar should be a part of the .ear where I have T_Exception?
    I have another EJB (session bean) T_ASM which uses T_Exception and also the classes in frwUtil.jar
    So, do you mean to say that I should have a manifest file with the EJB Jar of T_ASM saying something like
    "Class-Path: T_Exception.jar frwUtil.jar" or it just have to be "Class-Path: T_Exception.jar" ?
    And this T_Exception.jar or frwUtil.jar doesn't have to be a part of this .ear file it the previous .ear file is already deployed, right?
    Please correct me if am wrong.
    In short, you are telling me that a support class or jar file which is deployed as part of an .ear file into an application server will be available for another EJB / class file in another .ear file which is also deployed after that. Am I right? I am getting confused in these areas.
    Another doubt is about the significance of manifest files.
    Is it something like one manifest file per a package / folder or something?
    Can I have more than one manifest file for the same package? doesn't sounds logical but just to know
    where and all manifest file comes into play? am not sure abt this..
    Is there some good tutorial available to learn more about this? if yes, please let me know!
    Like you said, setting the $CLASSPATH is definitely a bad practice. We are going to aviod that once this starts working. Thanks for your suggestion.
    regarding dOubt 3 -
    For your reference, below is the erorr that I got -
    javax.ejb.ObjectNotFoundException: Bean not found in 'findByName'.
    at com.tech.framework.propertyEJB.PropertyEJB_kzue3c__WebLogic_CMP_RDBMS.ejbFindByName(PropertyEJB_kzue3c__WebLogic_CMP_RDBMS.java:2001)
    at java.lang.reflect.Method.invoke(Native Method)
    the deployment of the bean goes without an error.
    and it doesn't look like a Finder exception also, right?
    and that's where am confused.
    the same bean is working without any problems like this in 2 - 3 application server instances.
    For the same reason, I don't think that there's a prob with the EJB QL used.
    But now we are trying to remotely deploy the EJBs and deployment doesnt give an error too.
    But the very first call to this bean is giving this error only in this set up.
    and we are struggling with this since the past few days.. trying out all possibilities..
    no luck so far.. .:(
    Thankx again.. in advance..
    "Rob Woollen" <[email protected]> wrote in message news:[email protected]...
    > ibmMQ wrote:
    >
    > > Hi Folks..
    > >
    > > sorry but these doubts are probably cause am a new bie..
    > >
    > > dOubt No 2:
    > > can I put all the support classes / jar files into the server the way I
    > > deploy a bean?
    >
    > Yes, make a Jar (or jars) that have the support classes. Package them within
    > the EAR file and include a Class-Path entry in the manifest of any component
    > that uses these classes.
    >
    > Here's an example: http://learnweblogic.com/updates/webauction.zip
    >
    > Do not put the classes in the $CLASSPATH. You will not be able to redeploy
    > them if they are there.
    >
    > >
    > > mean to ask, can I make a .war or .ear file with all these support jar files
    > > and ca I uplaod to the application server so that when I deploy a bean, it
    > > will have these necessary dependency classes ready in the server? As of now,
    > > I set the classpath in the startweblogic.cmd file which requires a server
    > > restart every now and then I add something to the server classpath.
    > >
    > > dOubt No 3:
    > > when do I get Bean not found in 'findByName'?
    > > I am rather confused with this error!
    > >
    >
    > We'd need some more info here. Are you sure that your EJB-QL is correct?
    >
    > -- Rob
    >
    >
    >
    > >
    > > thankx in advance
    > > mNs
    >
    [att1.html]
    [Blank Bkgrd.gif]

  • How to make installer?

    Hello,
    Friends I want to build installer that will install all the packaged programs in the current environment.
    I have an web application that requires Tomcat Server, MySQL database server and JRE to run. I want to install all these softwares when i click on the installer.
    Please help me, if anyone know, how to do this?
    Thanks and Regards
    Dagadu akambe

    Generally installers are platform dependent.
    If you want to make the installer platform independent, create one yourself using Java like IBM has done for installing RAD. Prerequisite of such installer is - appropriate JRE must be available.
    Thanks,
    Mrityunjoy

  • Issue a report by SCCM2012, but distribution was applied by WSUS

    Guys, need some help regarding doubts below: 
    I have a server environment, where a team manage the application of microsoft patches through WSUS own. However I need to know if it is possible or if there is any way to issue a report of installed using the Configuration Manager SCCM 2012 updates, without
    being distributed by SCCM itself? 
    Sure of attention, I'm waiting.
    hugs!
    VagnerOliveira

    >
    a report of installed  
    If you want to know what updates are installed, that can be inventoried in general through the Win32_QFE class.
    However, that doesn't give you the compliance view that I assume you really want (what updates are needed but are not installed).  For that, you need Software Update Management compliance views which don't get data when clients are pointed at WSUS.
    It is possible to temporarily turn off the Group Policy that points devices to WSUS and instead let ConfigMgr 'manage' the updates so that you get the compliance data. I've done this before to show WSUS teams the benefit of using Software Update Management
    instead to get higher compliance with more flexibility especially with maintenance windows.
    I hope that helps,
    Nash
    Nash Pherson, Senior Systems Consultant
    Now Micro -
    My Blog Posts
    If you found a bug or want the product to work differently,
    share your feedback.
    <-- If this post was helpful, please click the up arrow or propose as answer.

  • Costing run in PP

    Dear all,
    I am new to costing run,by using previous forum from the expert of kumar and rupesh i have studied the costing run process
    From my understanding
    1) For  FG/SFG materials with quantity structure  to be maintained in material master.
    2) Relevant BOM and routing should be maintained for FG/SFGmaterials.
    3) In work center proper cost center and activity type to be maintained
    4 )what are the activity type is maintaining in work center for that price to be determined in KP26 for valid time period.
    5) By using CK11N running the standard cost estimate and save
    6)By  using ck24 marking and release the price of the material.
    7)Now checking in material master costing view 2 planned prices values has updated.
    In above points kindly please correct me if i am wrong.
    Regarding doubts
    For example;1)I am maintaining fixed prices as 102 in material master,what will be in COGM & COGS cost value?(if cost lot size 1 & 100)
                          2)What will the price value in costing 2 view once after marking & releasing the price in ck24?
                          3)I have mainatined labour price in kp26 but tha cost values its coming as zero?
    Kindly please let me clarify on this
    Regards
    Rajasekaran

    Dear Muralidhar,
    The flow path for Costing Run is
    SAP Menu
    - Production
    - Product Cost Planning
    - Material costing
    - Costing Run - CK40N
    Or else
    SAP Menu
    - Production
    - Product Cost Planning
    - Material costing
    - Cost Estimate with Quantity Structure
    - CK11N - Create.
    I hope your question is answered.
    If satisfied rewards suitable points and close the thread as asnwered.
    Regards
    Mangalraj.S

  • Terminal Installation Commands

    I have a silent install of Symantec Endpoint Protection package and ready to install to several client Mac systems. I am having issues creating a script to execute the installation however.
    Please advise:
    SYSTEM:~ USERNAME$ sudo /usr/sbin/installer -pkg "/usr/desktop/symantec endpoint protection.mpkg" -target "/usr/applications"
    installer: Error the package path specified was invalid: '/usr/desktop/symantec endpoint protection.mpkg'

    And is providing the above information more appropriate?
    As far as guiding the OP to solve his problem? yes... certainly when taken in context with the rest of the post. I explained why I think his original command failed, provided pointers for more likely options.
    Are you sure that the command above will properly install the software?
    Am I sure? no, but I included a caveat that I "...expect this to have more chance of success". There are no guarantees since it depends on details that I'm not privvy to, including the actual location of the package itself. Hopefully the rest of the details in my post give sufficient direction.
    Are you sure it won't delete vital portions of the OS and/or other applications?
    Unlikely. As much as you and I don't like Symantec I doubt their installers are going to do something that draconian. That would put a really big egg over Symantec's face, especially in the enterprise market which is who they cater to.
    Granted, it will likely work fine, but I have more confidence in double-clicking it in the Finder
    I do prefer the Finder, too. The GUI installer is far preferable for most users, however the OP stated that he was trying to create a silent (presumably headless/unattended) install and that precudes the use of the GUI installer which requires numerous clicks and keyboard input from the user.
    At the end of the day, Apple provide a command-line interface to the package installer because it's more convenient in some cases, especially for admins coming from other UNIX/Linux environments. There's nothing wrong with guiding a user through the idosyncrasies of Apple's installer syntax/command line switches.

  • I removed flash player by accident on toshiba excite at305 i upgraded to jellybean could not play mo

    i removed flash player by accident on toshiba excite at305 i upgraded to jellybean i was supposed to upgrade flash not remove cant watch movies please help me

    Thank you for providing so much detailed information; I wish more users seeking help would do that!
    Unfortunately I do not have a clear solution for the specific problem you are seeing.  The video link you provided works fine for me with Flash Player 11.2 on Firefox 12 on both Windows XP-SP3 and Windows 7.
    What I would try if the same thing happened to me:
    try a clean install using the instructions in http://forums.adobe.com/thread/928315
    to reinstall use the offline installers from http://helpx.adobe.com/flash-player/kb/installation-problems-flash-player-windows.html#ins tall_in_a_firewall_proxy_server_environment
    if the above does not improve the situation, I would try if a graphics driver update changes anything; see http://forums.adobe.com/thread/945765 (but I'm sure you know how to update drivers, with your background)
    if all fails, I would try a System Restore to a date before the Flash Player update; all FP files are in the C:\Windows\... folders, so it should revert completely to the previous working version
    Or you could try a manual install of an older version by
    using the uninstaller from http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-windows.html
    then download and install the appropriate archived Flash Player from http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html
    P.S. regarding the archived installers, you may need to disconnect from the Internet during the installation.  Some of the newer installers go and check for the availability of newer versions, and refuse to continue if they find any.
    P.P.S. You can permanently turn off auto-update by using a mms.cfg file; see http://www.adobe.com/devnet/flashplayer/articles/flash_player_admin_guide.html
    Most information in this admin guide refers to the new silent background update, but it also works on the earlier FP updater.

  • Small Doubt Regarding SY-MANDT

    Hi All,
         SELECT changenr FROM cdhdr CLIENT SPECIFIED INTO CORRESPONDING FIELDS OF TABLE it_cdhdr
                                             WHERE mandant = syst-mandt
                                             AND   objectclas = 'MATERIAL'
                                             AND   objectid   = wa_matl-matnr
                                             AND   tcode      = 'MM02'.
         I have written the select stament as shown above.
         In this i have a doubt like adding a field sy-mandt  in the where condition will increase the Efficiency of program or not.
    regards,
    raghu.

    Hi..
    No doubt the efficency would be affected but from business point of view there will many  things that need to be checked as in:
    If you are viewing data from CDHDR and CDPOS which is client specific then you are not viewing complete data.
    These tables give us and document changes made to a particular object in SAP but if anything is cross client like company code(lets assume) then changes to it wont be visible in all the clients..
    so there can be some key information you can miss out while working on some of the objects.
    else in this case its good to make query cross client.
    regards
    vishal

Maybe you are looking for

  • MacBook Air 2013 battery drains quickly while in sleep mode

    I just purchased a 13" mid-2013 MacBook Air this week, and so far everything is working well - a remarkable improvement over my 2007 MacBook! But, I've noticed that the battery seems to drain very quickly while in sleep mode. For example, it drained

  • HTPC without a recei

    Does anybody, besides me, have an HTPC centric home theater Translation - NO receiver. All audio decode and control is done by an Audigy 2 zs Platinum. HT control is provide by a LiteOn keyboard/mouse (AirBoard). Input selection by an HDVio switch (T

  • How many JDBC receiver CC?

    Hi all, I am in doubt how many JDBC receiver CC I need to configure. I have many different inbound interfaces on database side (Oracle ). At first I have thought that I would need one JDBC receiver per interface, but now it seems that one CC could be

  • CD burner problems

    hi i have problems w/ burning cd or dvd's everytime i try to burn one via itunes or finder. it starts.. (at least i think).. it makes a lot of noise and in the end it gives me an error and it says that the cd isn't burned. is this a known problem?

  • Multi Language implementation for on screen keyboard

    Hi, I live in Belgium where we speak several languages. It is very annoying to type an english email using the dutch keyboard layout, since spelling correction will try to change the email into Dutch (unless i turn of spelling correction, but that's