Question for Joyce Peng regarding no homefolder

In your Sept. 02 posting, you said
"when users are created, it is possible to create them without a home folder. If the default value you list is set to false, then by default newly created users will not have home folders. Our clients and protocols are supposed to handle the situation of a user logging in, and that user is not having a home folder."
I use ifs web interface. The viewer.jsp source code shows exception handling block, within which the NoHomeFolderException and other general exceptions are caught. (catch(NoHomeFolderException e) and catch(exception e)).
Therefore, if a user without a homefolder loggin the webui, the exception will be caught. So I think there is only one way to avoid this, that is, when the nohomefolderexception is caught, just do nothing, and continue the process. Is it possible? Then how to do it?
Thanks.

Being researched...

Similar Messages

  • Question for T20 owners regarding aux input

    I'm hoping someone with T20s can answer a simple question for me. When you have two different sources plugged into the main input and the aux input, do you hear both mixed together? Or, does plugging in the aux "cut off" the main input? I've got two computers and I'd like to pipe both into just one set of speakers, and I've heard using reverse splitter adapters is a bad idea. All help is appreciated. Thanks! :-)

    I'm not an audio expert but here goes. The aux does not cut off the primary input for the speaker, and you can hear both sources at once. (I have my laptop plugged into the rear and an MP3 player feeding the aux input)? I don't know that it's really a great idea since you could probably overload the speakers quickly if both sources are playing, even with transient spikes, but if you keep the volume reasonable, it probably may work fine. Best of luck.

  • Beginner question for java appelets regarding positioning.

    I am creating a java appelet, and I am having issues positioning labels, text boxes , buttons. Is there a way I can specify where each is positioned?
    Thank you!
    for example here is my code:
    import java.awt.*;
    import java.applet.Applet;
    import java.awt.event.*;
    public class AdditionOfFractions extends Applet implements ActionListener {
        Label Num1Lbl = new Label("num1");
        Label Num2Lbl = new Label("num2");
        Label Den1Lbl = new Label("den1");
        Label Den2Lbl = new Label("den2");
        Label ResultLbl = new Label("Result");
        TextField Num1Text = new TextField(4);
        TextField Num2Text = new TextField(4);
        TextField Den1Text = new TextField(4);
        TextField Den2Text = new TextField(4);
        TextField ResultText = new TextField(4);
        Button ComputeBtn  = new Button("Compute");
        Button ExitBtn  = new Button("Exit");
        public void actionPerformed(ActionEvent thisEvent)throws NumberFormatException {
            if(ComputeBtn.hasFocus()){
                System.out.println("test");
                int num1 = Integer.parseInt(Num1Text.getText());
                int num2 = Integer.parseInt(Num2Text.getText());
                int den1 = Integer.parseInt(Den1Text.getText());
                int den2 = Integer.parseInt(Den2Text.getText());
                int newDen = 0;
                if(den1 != den2){
        public void init()
            //initialise
            ResultText.setEditable(false);
            ComputeBtn.addActionListener(this);
            ExitBtn.addActionListener(this);
            //add components
            add(Num1Lbl);
            add(Num1Text);
            add(Den1Lbl);
            add(Den1Text);
            add(Num2Lbl);
            add(Num2Text);
            add(Den2Lbl);
            add(Den2Text);
            add(ResultLbl);
            add(ResultText);
            add(ComputeBtn);
            add(ExitBtn);
    }

    797737 wrote:
    I am creating a java appelet, and I am having issues positioning labels, text boxes , buttons. Is there a way I can specify where each is positioned?Definitely, for your simple Applet you'll probably just want to use a <tt>java.awt.GridLayout</tt>. This will effectively position all your components in a grid pattern that you set in the contructor.
    //make a grid 4 rows, 2 columns
    GridLayout gridLayout = new GridLayout(4, 2);Then you'll need to set this for the Applet like so:
    pubic void init(){
      //initial your components as usual
      setLayout(gridLayout);
      //add components as usual;
    }Now 37, you don't want the <tt>actionPerformed()</tt> method to throw any Exceptions. Instead put your code inside a try/catch block:
    public void actionPerformed(ActionEvent ae)
      int num1, num2, den1, den2;
      try {
        num1 = Integer.parseInt(Num1Text.getText());
        num2 = Integer.parseInt(Num2Text.getText());
        den1 = Integer.parseInt(Den1Text.getText());
        den2 = Integer.parseInt(Den2Text.getText());
      catch(NumberFormatException)
        //provide DEFAULT VALUES HERE;
    }37, try to use the <tt>EventObject.getSource()</tt>, or <tt>ActionEvent.getActionCommand()</tt>.
    public void actionPerformed(ActionEvent ae) {
      //Choose one of the following lines
      //line 2 is probably a better choice here
      Button button = (Button)ae.getSource();
      String actionCommand = ae.getActionCommand();
      if(actionCommand.equals("Compute"))
        //try/catch block here
        //compute here
        //set results
        // OR create a compute() that
        // includes all three lines above
    }Now OP, I have a question for you. Do you see a way to LIMIT the values of <tt>num1, num2, den1, den2</tt> so that your program is safe to run -- so that the compute formula does not throw any ArithmeticExceptions?

  • Question for the masses regarding hard of hearing

    All,
    I have a new employee who is partially deaf. This user requires a telephone on my CUCM/IPCC system to take calls for our servicedesk. Here is my challenge that I was hoping some of you might have already faced and solved and be able to give me some advice. The employee who is partially deaf has a hearing aid that has bluetooth capability. A headset is not an option as the hearing aid has feedback if it is covered up with a headset.
    Per some of my research - the only phones I have found that are offered from Cisco that support bluetooth are for the 500 series small business system and then the 7925 series wireless phones. Both are not options for me here. Are any of you aware of headset devices that have bluetooth capability that would work with a Cisco 794X phone and that would pair with a bluetooth hearing aid?
    I welcome any insight or input you might have.
    Thanks.

    Hi,
    The Cisco 9951 and 9971 IP phones support Bluetooth for headset connections and so may be an option if you are running a version of CUCM that supports them.
    http://www.cisco.com/en/US/prod/collateral/voicesw/ps6788/phones/ps10453/ps10513/data_sheet_c78-565680.html

  • Question for dketcham and redfalconf35 regarding their "homework" solutions

    I have a question for dketcham and redfalconf35 regarding their "homework" solutions in my handy-dandy homework solutions thread:
    http://forum.java.sun.com/thread.jspa?threadID=5227051&messageID=9925415#9925415

    I promise I came up with that completely without the use of these forums!
    (Well, with the exception of the quality commenting, which is a vital part of any "urgent" set of code)
    Also, regardless of the question, the answer is 42, as any experienced programmer should know.

  • I am having trouble answering my old security questions for my itunes account and it is creating a problem because I am not able to purchase apps/songs on my new IPAD. What phone number/email adress should I call to get a quick response to my issue?

    I have recently bought an IPAD 2 for my girlfriend and have encountered a problem with purchasing apps through my itunes account. It is requesting that I not only enter my pasword (which I know) but answer my old account questions, which I have forgotten the answers to. It had since locked me out of changing my questions for eight hours. Is there any number I can call to prove that I am the real owner of my itunes account so my girlfriend will be able to use her ipad to purchase new apps without having to go through the trouble of using one of my other apple devices? Random information: I believe my questions were set back in 2007 when I purchased my first ipod nano, since then I have used this same itunes account for my own ipod touch and ipad 2 and my girlfriends iphone 1st generation. I have never run into a problem regarding my questions before on any of these devices

    http://www.apple.com/support/itunes/contact/

  • Can somebody give some real time questions for alv report

    hi guru
    can somebody give some real time questions for alv report.
    answers also.
    regards
    subhasis.

    hi,
    The ALV is a set of function modules and classes and their methods which are added to program code. Developers can use the functionality of the ALV in creating new reports,  saving time which might otherwise have been spent on report enhancement
    The common features of report are column    alignment, sorting, filtering, subtotals, totals etc. <b>To implement these, a lot of coding and logic is to be put. To avoid that we can use a concept called ABAP List Viewer (ALV).</b>
    Using ALV, we can have three types of reports:
       1. Simple Report
       2. Block Report
       3. Hierarchical Sequential Report
    <b>Reward useful points</b>
    Siva

  • Please answer a programming question for an admin

    I'm not a programmer (although my interest is growing), so I can't answer this question in a discussion regarding how Win32API w/OLE and COM is SO much better than programming for Unix/OS X applications.
    The original discussion was in regards to OS X's superior Unix based security, he devolved to this. Having only begun my venture into programming, his questions are a little above my head at this point. I'm also interested (as an amature programmer), how this would be accomplished in OS X/Unix.
    Thanks in advance.
    Here's his position:
    *(1st entry)*
    I have unsed Windows and many flavors of Unix and I have written programs in Assembler, Fortran, Pascal, Cobol, RPG, Smalltak, Basic, PowerBuilder, Delphi, C, C++, C#, Java, and Perl, and I have been programming for over 20 years, so I do have extensive knowledge about programming.
    So I have one question for you:
    If you had to build a business application that has to allow users to, spell and grammer check, and perform financial calculations, and render the HTML, how would you compare the effort to do this in Windows versus that in Linux, AIX, Solaris or any other Unix operating system?
    I can make this business application have these features in ONE DAY on Windows, because COM and OLE lets me, use Word to spell and grammer check, Excel to do the financial calculations, and IE to render the HTML!
    I make my living building complex customized business software, and Windows allow me to build these applications by myself in weeks, when it would take me and a team of programmers months to do these same things in Unix because of the lack of an the Win32 API, COM, and OLE, or I would have to BUY third party libraries that did these things, and deal with the licensing, versioning, and vendor problems that go with them, and none of those third party librabries would be close to Word, Excel, and IE in CAPABILITY!
    HONESTLY tell me and others reading this thread how you would go about create the customized business application I described above by yourself in a Unix instead of Windows, and tell us how many MONTHS or YEARS it would take you, or how you would have to BUY some other third party libraries to do what Word, Excel, and IE!
    Anyone who thinks a Unix has more CAPABILITIES than Windows, has never used Win32API/COM/OLE/.Net, and does not build customized complex business software for a living, because we people that do are the reason that you find some much customized business desktop software for Windows, and so little for any Unix.
    I have nothing against Unix, and it is great for simple business tasked server software, but for complex business tasked desktop software Windows with Win32API/COM/OLE/.Net wins hands down!
    *(2nd Entry)*
    A System administrators view of an operating system and an application developers view are entirely different, and the Win32API/COM/OLE/.NET simply make my job so much easier, and you simply don't understand because you do not have to deal with the "dirty' details of making what a user wants, which is why your definition of "integration" and mines are totally different!
    With the spell check you talked about, how will you keep in in synch with the dictionary in Word where the user is constantly adding and removing words?
    No, you would have the user to have to maintain two different spell check dictionaries, and you would totally ignore the grammer check requirement!
    Cutting and pasting data between applications is simple integration, and not the complex type that I am talking about.
    Can you make your application display and use the MacGourmet menus appear in its own window, and to access and use the MacGourmet functionality (ie. search for a recipe) in its own window?
    Give me one example of a Unix application that can display the menus of another application, yet alone control its features!
    Of course you can't, because you need COM and OLE!
    I am quite familiar with different flavors of Unix, but those operating systems do not have the rich API and program integration features namely COM and OLE that Windows has, because it violates the Unix idea of security by process isolation!
    Yes that idea of process isolation keeps the operating system safe from malicious code in applications and from one application taking the others down, but you lose the power of programs working together, and you simply cannot build the type of customized business applications that I build by myself, without reinventing the wheel over and over and without having a large team with lots of programmers.
    For example, my customers and millions of others spend all day working in Word and Excel, and the Windows idea that I can transparently integrate my complex business applications right in Word and Excel menu, and into their templates and macros, is why third party developers like me prefer Windows over Unix, regardless of how much better security in Unix is.
    Do not get me wrong, Java improves business application development on Unix, but unfortuantely it is not feasable to rewrite ever legacy application in Java, and Java does not integrate well with other programming languages.
    I used to code business application for both IBM MVS and Sun Solaris, and I never want to go back to those "bad" old days again, once I took the time to learn how to PROPERLY code using Win32API/COM/OLE/.NET!

    At risk of feeding the troll I'll wander in here:
    NOTE: Since this is an Apple programming boards and I have limited experience programming on traditional Unix systems (and most of that in college) I will confine my answers to the area I know.
    If you had to build a business application that has to allow users to, spell and grammer check, and perform financial calculations, and render the HTML, how would you compare the effort to do this in Windows versus that in Linux, AIX, Solaris or any other Unix operating system?
    I can make this business application have these features in ONE DAY on Windows, because COM and OLE lets me, use Word to spell and grammer check, Excel to do the financial calculations, and IE to render the HTML!
    Note that this scenario assumes the user has Microsoft office installed. The person argues that they don't have to purchase libraries to program but what they are effectively doing is simply transferring that cost to user. I don't have to purchase libraries but everyone of my users needs to. Good for you, very good for Microsoft but bad for your customer - IMHO. OK, I know "But all Windows business users have Office installed already." When it comes free with the system then I'll retract my objection.
    Under OS X and Cocoa many of these functions are intrinsic to the system layer and do not require any applications to be installed. Using Cocoa you can write a simple Word processor that has rulers, full font manipulation (including kerning, spacing and leading), Document Save and Load, Printing, Export to PDF as well as spell-checking in under 10 lines of actual code. Adding a custom file type and icon for full system integration will add another 5 minutes to your programing.
    In case you think I'm blowing smoke here is a tutorial from 2002 (yes, this has been possible for over 5 years) outlining the 8 line Word Processor build in Cocoa. http://www.stone.com/TheCocoa_Files/What_s_sofunny.html
    And yes, Cocoa also includes Webkit so I can add full HTML rendering by dragging in a WebKit window to my user interface. For an experienced Cocoa programmer this certainly sounds like less than a day of programming - in fact it sounds like a good tutorial for a middle-experienced training day or 2 day class in Cocoa.
    I won't include the link to the 1 line web browser you can build in Cocoa using Webkit because it's shorter than the description. Feel free to search for it if you want to.
    HONESTLY tell me and others reading this thread how you would go about create the customized business application I described above by yourself in a Unix instead of Windows, and tell us how many MONTHS or YEARS it would take you, or how you would have to BUY some other third party libraries to do what Word, Excel, and IE!
    BUT this is all done from the stock system that is on every OS X computer not simply those with Office installed. Obviously you'd need to add some features that were more complicated than this - because any halfway decent programmer could turn this stuff out - and polish takes a while but to meet the requirements of the challenge it would take 2 days tops.
    Is every *nix programming environment like this? I don't know I can only answer for the system that I have experience with and is the concern of this board. If you really have questions regarding *nix programming then I suggest you find an appropriate board and troll^H^H^H^H^H ask there.
    If you're ever serious about programming on the Mac feel free to stop by and actually take a look at it. I think you'll be surprised.
    =Tod

  • Upgrade question for laptop to run PPro CS6/CC

    All,
    I've spent the last several days reading, researching and generally getting up to speed on what my options are re hardware moving forward, and though I've been a lurker/user of these forums (and others) for years, this is my first time engaging directly now that I feel I know a bit more. I must also say how incredible a resource the regular users like Harm Millard have been to self-taught but enthusiastic newbies like me - thank you!
    I've been a longtime self-taught, relatively light but still barely pro Premiere Pro user for the past ten years. For the past couple of years, I've been barely getting by using CS4 on my once-top-of-the-line Dell Precision M6500 laptop running Win7 Pro 32-bit. The M6500 is by far my favorite PC I've ever owned and is still rocking, even with older specs (listed below), but it is time to grow up, bite the bullet and (hopefully) upgrade this machine so that I can take advantage of CS6/CC and do a bit more heavy lifting (basic color correction, light After Effects, etc).
    I currently shoot on a Sony AX2000 in AVCHD, but am starting to do more work on my Canon t3i and am close to moving up to a Canon 5D mk3, so will be using more HD MOV files in the near future, possibly alongside the old AVCHD footage. Most of my exports are for HD web uploads, but also occasionally export to DVD. I do not anticipate stepping up to Red footage or the like in the near or mid future.
    My current laptop specs are as follows:
    Win7 32-bit
    4GB RAM
    Intel i7 quad core M620 (2.67GHz)
    500GB 7200rpm HDD
    Nvidia Quadro FX 2800M
    I've already ordered a RAM upgrade to get me to 16GB, have Win7 64-bit ready to install, and just bought 2 x 750GB 7200rpm HDD (Western Digital). Instead of investing in an all new machine (laptop or desktop), and considering the amazing stability and longevity (so far) of the M6500, I'd like to try and see if I can get this machine to a place where I can take advantage of CS6/CC and have it run stably and somewhat fast. I realize it's not the best option, and that getting an all-new tricked out desktop is the preferred option, but for budget reasons, that's not possible right now.
    Here's my plan:
    Upgrade so that system will be:
    Win7 64bit
    16 GB RAM
    2 x 750GB 7200rpm HDDs (internal)
    rest of the system listed above would remain the same as above - namely CPU and graphics card
    The machine can also support a mSATA mini SSD (up to 256GB), but I haven't splurged for that yet. I'm  trying to figure out whether to use the two new HDDs in RAID 0 and have the OS, project files, cache, source footage and export files all on those two RAIDed drives, or whether it would make a truly huge difference to add another internal SSD as the boot/OS/Program Files drive and leave the RAID 0 configuration to handle all video and project files. I've read enough to assume that adding the SSD is the preferred option, but it's pricey, and what I'm trying to determine is whether or not it's really worth the cost vs a straight 2-HDD RAID 0 configuration.
    I've read a lot about the dangers of RAID 0, but am not too concerned about failures since I use an online backup system (Sugarsync) for all my document files (this machine doubles as my main work PC) and I regularly back up all source and exported video files.
    On a separate note, I realize that my graphics card is not listed among the supported cards for CS6/CC - is that going to cause stability and/or significant performance issues, or will it work since I won't be doing 4k/Red files? Is the CUDA hack an option for me? I have the option of upgrading the card to a supported card (Nividia M5000), but it's hugely pricey (close to $2k) and unless it will make the machine an absolute stud for years to come, it's not worth it.
    So in short (yeah right ), here are my questions:
    Does my proposed new system have the juice to handle what I want to do?
    Which HDD setup is preferred, and by what degree (do I absolutely have to get the SSD to make this work?):
    2 x 750GB 7200rpm HDDs in RAID 0 for the entire machine
    1 x SSD (what size is minimum recommended?) as boot/OS plus 2x750GB HDDs in RAID 0
    Will my existing Quadro 2800M graphics card make the other RAM/HDD upgrades a waste of money?
    Is my existing CPU powerful enough to warrant these other upgrades?
    Sorry for the long post, and thanks for any help you guys can provide!
    Van

    Van,
    Tough love - I'm going to give you my honest opinion here, but it does make me feel bad since you seem to have already ordered parts before you posted.
    1. In a word no. Your processor is dual core. You really want at least quad core + hyperthreading for the media that you will be pushing around. The Quadro 2800M only has 96 CUDA cores and DDR3 (slow) memory. BTW, task manager shows 4 "cores" when you have a dual-core + hyperthreading.
    2. I'd choose 2. - much nicer - worth the cost
    3. yes
    4. no
    So what to do if you cut bait on your current plan and get a new laptop. Check out recent (< 6 mths old) threads here for lots of discussion at various price points. Gamers laptops and Sager/Clevo models definitely offer the best bang for the buck for laptops to run Premiere, mostly due to the GTX video line trouncing the Quadro line for performance for the price. I loved the Dell M6500 in its time. If you want to replace it with something current day the M6700 is good, but I like what HP is doing for the 17" workstation class even better in 2013. If you can buy a few months, I suspect the new smaller die size 22nm Intel cpus will be really help for laptop performance (desktops have just about all the cpu cooling capacity required, but in laptops cooling through tiny tiny coolers and tiny, tiny, quiet fans is way limited - so, the new lower wattage, cooler 22nm cpus should be much larger boost for laptop users than workstations).
    I suspect that I would really enjoy editing on a well thought out $1500 Asus, even better on a $2200 Sager, and would have similar performance with the support of HP or Dell at closer to a $3000 price point for the media you mention above. ADK sells Sager/Clevo laptops and has much better support for video (and audio) editors than HP or Dell ever dreamed to provide; prices would be a bit more than www Sager dealers but ADK is a no-brainer if you want "real" support and a machine that is tweaked for Adobe.
    Regards,
    Jim

  • Interview Questions for FI- General Ledger and Special Purpose Ledger

    Hi Experts,
    Can you guys provide me interview questions for
    1) FI-SPL (Special Purpose Ledger)
    2) FI-GL (General Ledger)
    3) COPA
    4) Cost Center Accounting
    Help in this regard is highly appreciated. If you have any Interview Questions documents, please email it to [email protected]
    Thanks
    Rajanikanth.

    I have some cost center qns
    How is cost center realted to profit center?
    What is a cost element group?
    What is a cost center group?
    What is the difference between Assesment & Distribution?
    What is a activity type?
    Award points if helpful

  • Interview question for support engineer

    interview question for support engineer ....please can i get this sir..need to interview for apple as support engineer...thank you

    Hi Fritz,
    Let us address the problem one by one.
    1. You might need to change the source structure to :
    -root 1..1
    --Value 1..unbounded
    Please note root and Value are the names given by me you can use any names as per your wish. But we cannot have the source as you specified, will this source be ok for you?
    2. Give File content conversion parameter
    recordset name = Vale
    Value.endSeparator 'nl'
    By doing this there will be a Value node created when the source file has a newline character
    3. In message mapping create two UDF
    *UDF1 (Simple ?UDF with input field named *input )
    for (int i=0;i<input.length;i++)
       output += input<i>;
    return output
    *UDF2 (Simple UDF with input field named input)*
    int i = 1;
    String [] value = new String[112];
    while (input.indexOf(";") != -1)
    String counter = "";
    Integer i_int = new Integer (i);
    if (i<10)
        counter = "00"+ i_int.toString();
    else if (i>9 && i<100)
         counter = "0"+ i_int.toString();
    else counter = i_int.toString();
    if (input.startsWith(counter)) {
      value<i> = input.substring(3, input.indexOf(";"));
      if (input.indexOf(";") != -1 )
         input = input.substring(input.indexOf(";")+1);   
    else
      value <i> = "";
    i++;
    int j;
    GlobalContainer globalContainer = container.getGlobalContainer();
    globalContainer.setParameter("Output", value);
    Now do a mapping like this
    Value (context root)--> UDF1 > UDF2> target root node (ie Bewsatz)
    By this step you set all the values in global container named Output
    3. Now for each target  field call this UDF
    *UDF3 (Simple UDF with input field named pos)*
    GlobalContainer globalContainer = container.getGlobalContainer();
    String[] Value = (String[] )globalContainer.getParameter("Output");;
    String outvalue;
    if (Value != null) {
    outvalue = Value(pos) ;
    return outvalue;
    Call this UDF for each output field with positions like 1, 2, 3, ...111
    Please try this
    Regards
    Suraj

  • SAP Questions for WM/LE certification

    Hi SAP Gurus,
    Can any one please forward to me a list of questions for SAP certification in WM/LE ?
    Thanks for your help.
    Regards,
    Manoj

    Hi manoj,
                 Can you fwd the links,questionaries & requied materials for LE Professional Certifications..asap.
    Thanks
    Jyoti

  • Interview Questions for MTO from SD point of view

    Dear SAP Experts,
    I would like to know in detail the Interview Questions for MTO from SD point of view.
    Thanks
    Bhushan

    Hi,
    Since MTO is more a conceptually driven scenario first you need to understand what exactly happens in a business.
    1) Be clear on the strategy groups.
    2) Be clear on the cost center assignments since sales order is cost object in case of MTO
    3) So you need FI interface idea to execute MTO process.
    4) Understand how the SD is informed after the production is completed for an MTO order.
    5) Understand the movement types involved, since sometimes it may be required that this special stock may be needed to sent to unrestricted or perhaps assign it to some other sales order.
    6) Know clearly about requirement type since thats the key which identifies an MTO order.
    Make sure you als read the library. Hope it helps.
    regards
    sadhu kishore

  • Questions for BAS

    Questions for BAS
    New to this forum, but I am running three Athlon 64 Boards here. The Abit MAX3 the MSI NEO on the KT800 chipsets. Also running a Gigabyte Nforce 3 K8NPro.
    You have stated in many posts that the CPU decides what memory it uses, well I have to raise a few points. I have two sticks of Kingston Hyper X with Winbond BH5 work in both the MSI and the Abit, Two sticks of Kingston Hyper X Winbond CH5 will only work in the Abit, not in the MSI, all sticks also work on the Gigabyte. That disproves your theory somewhat. Also Abits bios update has listed as improved memory compatibility, if that is the case, then it is obvious that they cannot change your processor so they must be changing board paameters, relating to timing or voltages. This is a confusing issue.
    Regarding the PCI Lock, and that the FSB does not control the hypertransport or PCI clock, why would VIA be busy implementing this in the K8T880 if it had no effect, and why does the hard drive get corruption above 230 fsb if the clock is not changing, it does not happen on the Nforce150 chipset. Also Cool and Quiet works by manipulating the multiplier to change the processor frequency, this is a multiplication of the FSB, and CPU Z also is able to read correctly the FSB.I am  not saying that what you say is incorrect, but I am trying to evaluate the situation here.
    Some explanation would be welcome as I have not read this explanation anywhere else on the web, and no major hardware review site states this either. Lost Circuits has a pretty thorough review of the chipset and states issues with the PCI clock and hypertransport clock changing. If you use the Nvidia system Utility on the NForce 3 board it also reports the Hypertransport clock, and that is a direct association with the fsb and multiplier. Comments welcome. Also any idea when the voltage issue will be fixed regarding the Vcore, I know of a Beta bios but is it likely to be released soon. Strange thing is the Gigabyte board does almost the same thing, but will og to 1.55 just like the MSI will using windows to overclock.

    Hi,
    As for the memory controller, see this document:
    http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/23932.pdf
    As for the via chipset:
    http://www.via.com.tw/en/k8-series/k8t800.jsp
    Anyway, it's actually funny, as everyone has a different story....
    And nobody tells exactly how it's done, not even AMD....
    I just gave my best idea of how it works, as nobody seems to know exactly (or doesn't want to say) it's all guessing....
    As Anantech has another idea as well:
    http://www.anandtech.com/cpu/showdoc.html?i=1856&p=3
    He say it's taking it from the HT bus.....and the FSB doesn't exists....
    But my MSI manual states that it has an LDT transmitter clock, that controls HT and can only be set Auto, 200, 400, 600 or 800MHz...
    So if anyone has a better idea of how it exactly works, please enlighten us all.....
    One thing i'm 100% sure of, the memory is controlled by the CPU, not the board

  • Solman 7.0 : Resolution for error 'Answer the question for currnt SAP comp.

    Hello sap experts,
    We are in the process of setting up Service Desk for Solman 7.0 (SP 19) for which we have created a custom user status profile ZSLFN001 and attached to SLFN transaction.
    Now we are able to create a new message with the customized dropdown for user status (fast entry screen), but when a message processor is assigned to the notification an error is generated with the following details.
    Message type : Error (Red traffic light)
    Ref object : Header Data
    Message Text: "Answer the question for the current sap component.".
    I feel this has something to do with the action "Answer to app-specific questions" but am not sure what i am missing here.
    Regards,
    Vivek

    Hi,
    Yes you have to use that action.
    In addition check this note
    Note 1301955 - Error message for answering application-specific questions
    Regards
    Prakhar

Maybe you are looking for

  • How do I use Thunderbird to send third-party email through Verizon SMTP?

    What exact settings do I need to select in Thunderbird for outgoing email in order send email? I have a third-party email address, not Yahoo or Verizon. Based on other posts, I have set: server name: outgoing.verizon.net port: 587 CHECKED 'use name a

  • Calling another function if upate statement fails

    Hi there, I have written an update procedure and insert procedure. Is there a way of calling another function if the update statement fails? Thanks a lot for your help. Chris procedure update_costing(in_period in DATE,                in_project_id IN

  • How to make items in a list word wrap as needed and be variable heights

    I am trying to build a custom itemrenderer for the List control.  The items in the list are variable lengths of text, some of the text items will have different colors determined at runtime base on some criteria (this works fine now with my custom it

  • MX 6.1: ARGUMENT values in the wrong place

    Im having a very strange problem. I have a CF web service I am invoking and sending it several arguments. In one web service method it works fine and Im only sending 3 arguments. The other I am sending 6 and when I dump the ARGUMENTS arrary the value

  • Flex Bug - Cannot display full screen video in a new window

    My top level application consists of a login screen. When the user logs in successfully, the main application is closed using "this.close()" and a new Window() is opened. Inside the new window I've added the VideoPlayer component and specified a sour