Use of  register g4 in kernel code

Hi,
My kernel is solaris 8, 64 bit and applications run as 32 bit. I was faciing a strange kernel panic (occured only once till now) where register $g4 contained a value which was not consistant with the contents in memory which it referenced to.
ppd_wput+0x78: call +0x5ec <ppd_pcproto>
mov %l1, %o1
ldx [%l1 + 0x18], %g4
ld [%g4], %g4 #exception occured here
panic message: BAD TRAP: type=34 rp=2a100c3ca30 addr=30001ced3ed mmu_fsr=0
3000007fc40: alignment error:
30001c60a40: addr=0x30001ced3ed
30001ccbee0: pid=1243, pc=0x10304d8c, sp=0x2a100c3c2d1, tstate=0x4400001606,
context=0x1a03
3000007f820: g1-g7: 3000d123e30, 100, 3000d10e060, 30001ced3ed, 20000000000,
0, 3000d10e060
g4 is 30001ced3ed, which caused the alignment exception.
l1 is 0x000003000d337600.
But when I looked at contents of l1 + 0x18, what I find does not match what %g4 has. It is 30001ced3d8
0x3000d337600: next prev cont
300019b0880 0 3000d335a40
0x3000d337618: rptr wptr datap
30001ced3d8 30001ced3f0 30001ced360
0x3000d337630: band flag queue
0 0 3000d3375f8
So I could not explain why I saw the panic. I read in one of the solaris ABI manual, that with V8, g4 is to be
used by only applications, but with V9 it can be used more freely by both application and system.
The compilation flags used to compile my driver are :
cc -D_KERNEL -xarch=v9 -xregs=no%appl -D_SYSCALL32 -D_SYSCALL32_IMPL -D_ELF64 -D__sparcv9cpu -DSYSACCT -DC2_AUDIT
By specifying -xcode=abs32 the compiler uses %l0 instead of %g4.
In this case where applications are still 32 bit and kernel is 64 bits, is it okay for kernel to use g4 ?
Thanks in advance.
-madhusudan

On the face of it, Session is ideal for this, however this is SharePoint and the obvious isn't always the best. 
You'd need to do the calculation about memory usage and number of concurrent users to ensure it really is a viable option in Production. 
If it isn't viable, or wouldn't scale to possible future usage what would you do? Then you need to ask if it's really necessary to move between pages? If the user needs to move through a dialog for example, that could be hosted on a single page which might
have different controls or sections made visible as the user progressed through the use case.
Passing data between pages in SharePoint is a lot more difficult than it should be. Sometimes it's best to stay put, and certainly safer than using Session if you're really not sure if Session will stop your solution from scaling.
Always remember, SharePoint might be hosted on ASP.NET but the design considerations are significantly different than if this were a pure ASP.NET application.
w: http://www.the-north.com/sharepoint | t: @JMcAllisterCH | YouTube: http://www.youtube.com/user/JamieMcAllisterMVP

Similar Messages

  • Trying to register the VirtualBox kernel modules using DKMS [FAILED]

    Hi,
    I am getting the following error while installing Oracle VirtualBox on OEL 5.2, 64-bit.
    I am able to see Virtual Machine Wizard from "Applications > System Tools > Oracle VM VirtualBox". Can I go ahead and do 11gR2 RAC installation using Oracle VirtualBox ???
    If I need to install DKMS kernel modules please let me know how to do that.
    ====================================================================================
    [root@linux2 OracleVM]# rpm -Uvh VirtualBox-4.1-4.1.18_78361_rhel5-1.x86_64.rpm
    warning: VirtualBox-4.1-4.1.18_78361_rhel5-1.x86_64.rpm: Header V4 DSA signature: NOKEY, key ID 98ab5139
    Preparing... ########################################### [100%]
    1:VirtualBox-4.1 ########################################### [100%]
    Creating group 'vboxusers'. VM users must be member of that group!
    No precompiled module for this kernel found -- trying to build one. Messages
    emitted during module compilation will be logged to /var/log/vbox-install.log.
    Stopping VirtualBox kernel modules [ OK ]
    Uninstalling old VirtualBox DKMS kernel modules [ OK ]
    Trying to register the VirtualBox kernel modules using DKMS [FAILED]
    (Failed, trying without DKMS)
    Recompiling VirtualBox kernel modules [ OK ]
    Starting VirtualBox kernel modules [ OK ]
    ====================================================================================
    Thanks.
    -Joy.

    And this relates to RAC, ASM, and Clusterware installation in what way?
    Please lock this thread and open one in the appropriate forum. Thanks.

  • Using a %% tag to write vb code in aspx file

    <p>Trying to create a pdf from an rpt. I used the wizard wich generated the code within the div tags. I authored the code inside the <%%> tags. I am following an article written by Edward Tanguay-How to create PDF files from ASP.NET pages. Can I refer to the Crystal Report filename outside the div code-block and refer to those elements inside my <%-block. Here is the code</p><hr /><font size="1"><%</font><font size="1" color="#0000ff">@</font><font size="1"> </font><font size="1" color="#800000">Page</font><font size="1"> </font><font size="1" color="#ff0000">Language</font><font size="1" color="#0000ff">="VB"</font><font size="1"> </font><font size="1" color="#ff0000">AutoEventWireup</font><font size="1" color="#0000ff">="false"</font><font size="1"> </font><font size="1" color="#ff0000">CodeFile</font><font size="1" color="#0000ff">="Default.aspx.vb"</font><font size="1"> </font><font size="1" color="#ff0000">Inherits</font><font size="1" color="#0000ff">="_Default"</font><font size="1"> %></font><font size="1"> <p><%<font size="1" color="#0000ff">@</font><font size="1"> </font><font size="1" color="#800000">Register</font><font size="1"> </font><font size="1" color="#ff0000">TagPrefix</font><font size="1" color="#0000ff">="CR"</font><font size="1"> </font><font size="1" color="#ff0000">Namespace</font><font size="1" color="#0000ff">="CrystalDecisions.Web"</font><font size="1"> </font><font size="1" color="#ff0000">Assembly</font><font size="1" color="#0000ff">="CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"</font><font size="1"> %><%</font></p></font><font size="1" color="#0000ff">@</font><font size="1"> </font><font size="1" color="#800000">Import</font><font size="1"> </font><font size="1" color="#ff0000">Namespace</font><font size="1" color="#0000ff">="CrystalDecisions.CrystalReports.Engine"</font><font size="1"> %></font><font size="1"> <p><%<font size="1" color="#0000ff">@</font><font size="1"> </font><font size="1" color="#800000">Import</font><font size="1"> </font><font size="1" color="#ff0000">Namespace</font><font size="1" color="#0000ff">="CrystalDecisions.Shared"</font><font size="1"> %></font></p></font><font size="1" color="#0000ff"><!</font><font size="1" color="#800000">DOCTYPE</font><font size="1"> </font><font size="1" color="#ff0000">html</font><font size="1"> </font><font size="1" color="#ff0000">PUBLIC</font><font size="1"> </font><font size="1" color="#0000ff">"-//W3C//DTD XHTML 1.1//EN"</font><font size="1"> </font><font size="1" color="#0000ff">"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"></font><font size="1" color="#0000ff"> <<font size="1" color="#800000">html</font><font size="1"> </font><font size="1" color="#ff0000">xmlns</font><font size="1" color="#0000ff">="http://www.w3.org/1999/xhtml"</font><font size="1"> </font><font size="1" color="#0000ff">></font><font size="1" color="#0000ff"> <p><<font size="1" color="#800000">head</font><font size="1"> </font><font size="1" color="#ff0000">runat</font><font size="1" color="#0000ff">="server"></font></p></font></font><font size="1" color="#0000ff"><</font><font size="1" color="#800000">title</font><font size="1" color="#0000ff">></font><font size="1">Test Report</font><font size="1" color="#0000ff"></</font><font size="1" color="#800000">title</font><font size="1" color="#0000ff">></font><font size="1" color="#0000ff"> </<font size="1" color="#800000">head</font><font size="1" color="#0000ff">></font><font size="1" color="#0000ff"> <p><<font size="1" color="#800000">body</font><font size="1" color="#0000ff">></font></p></font></font><font size="1"><p><font size="1" color="#0000ff"><</font><font size="1" color="#800000">form</font><font size="1"> </font><font size="1" color="#ff0000">id</font><font size="1" color="#0000ff">="form1"</font><font size="1"> </font><font size="1" color="#ff0000">runat</font><font size="1" color="#0000ff">="server"></font></p></font><font size="1"><p><font size="1" color="#0000ff"><</font><font size="1" color="#800000">div</font><font size="1" color="#0000ff">></font></p></font><font size="1"><p><font size="1" color="#0000ff"><</font><font size="1" color="#800000">CR</font><font size="1" color="#0000ff">:</font><font size="1" color="#800000">CrystalReportViewer</font><font size="1"> </font><font size="1" color="#ff0000">ID</font><font size="1" color="#0000ff">="CrystalReportViewer1"</font><font size="1"> </font><font size="1" color="#ff0000">Runat</font><font size="1" color="#0000ff">="server"</font><font size="1"> </font><font size="1" color="#ff0000">AutoDataBind</font><font size="1" color="#0000ff">="True"</font></p></font><font size="1"><p><font size="1" color="#ff0000">Height</font><font size="1" color="#0000ff">="947px"</font><font size="1"> </font><font size="1" color="#ff0000">ReportSourceID</font><font size="1" color="#0000ff">="CrystalReportSource1"</font><font size="1"> </font><font size="1" color="#ff0000">Width</font><font size="1" color="#0000ff">="845px"</font><font size="1"> </font><font size="1" color="#ff0000">BackColor</font><font size="1" color="#0000ff">="Beige"/></font></p></font><font size="1"><p><font size="1" color="#0000ff"><</font><font size="1" color="#800000">CR</font><font size="1" color="#0000ff">:</font><font size="1" color="#800000">CrystalReportSource</font><font size="1"> </font><font size="1" color="#ff0000">ID</font><font size="1" color="#0000ff">="CrystalReportSource1"</font><font size="1"> </font><font size="1" color="#ff0000">runat</font><font size="1" color="#0000ff">="server"></font></p></font><font size="1"><p><font size="1" color="#0000ff"><</font><font size="1" color="#800000">Report</font><font size="1"> </font><font size="1" color="#ff0000">FileName</font><font size="1" color="#0000ff">="CrystalReport1.rpt"></font></p></font><font size="1"><p><font size="1" color="#0000ff"></</font><font size="1" color="#800000">Report</font><font size="1" color="#0000ff">></font></p></font><font size="1" color="#0000ff"></</font><font size="1" color="#800000">CR</font><font size="1" color="#0000ff">:</font><font size="1" color="#800000">CrystalReportSource</font><font size="1" color="#0000ff">></font><font size="1"> </font><font size="1"><p><font size="1" color="#0000ff"></</font><font size="1" color="#800000">div</font><font size="1" color="#0000ff">></font></p></font><font size="1"><p><% </p></font><font size="1" color="#0000ff">Dim</font><font size="1"> myDoc </font><font size="1" color="#0000ff">As</font><font size="1"> ReportDocument = </font><font size="1" color="#0000ff">New</font><font size="1"> ReportDocument</font><font size="1"> <p><font size="1" color="#0000ff">Dim</font><font size="1"> ExpOpt </font><font size="1" color="#0000ff">As</font><font size="1"> ExportOptions = myDoc.ExportOptionsmyDoc.Load(</font></p></font><font size="1" color="#800000">"CrystalReport1.rpt"</font><font size="1">) </font><font size="1"><p>ExpOpt.ExportFormatType = ExportFormatType.PortableDocFormat</p><p>ExpOpt.ExportDestinationType = ExportDestinationType.DiskFile</p><p>myDoc.Export()</p><p>%> </p><p><font size="1" color="#0000ff"></</font><font size="1" color="#800000">form</font><font size="1" color="#0000ff">></font></p></font><font size="1" color="#0000ff"><</font><font size="1" color="#800000">button</font><font size="1"> </font><font size="1" color="#ff0000">title</font><font size="1" color="#0000ff">="Click Me"></font><font size="1">Do me again</font><font size="1" color="#0000ff"><</font><font size="1" color="#800000">img</font><font size="1"> </font><font size="1" color="#ff0000">src</font><font size="1" color="#0000ff">="icon-adobe-acrobat.gif"</font><font size="1"> </font><font size="1" color="#ff0000">alt</font><font size="1" color="#0000ff">="WoW"</font><font size="1"> </font><font size="1" color="#0000ff">/></</font><font size="1" color="#800000">button</font><font size="1" color="#0000ff">></font><font size="1" color="#0000ff"> </<font size="1" color="#800000">body</font><font size="1" color="#0000ff">></font><font size="1" color="#0000ff"> <p></<font size="1" color="#800000">html</font><font size="1" color="#0000ff">></font></p></font></font>

    You're trying to put code tag in an auto-generated CrystalReportViewer aspx page, and putting code in the code tag.
    That won't work - ASP.NET won't work like classic ASP.
    In VS, drop a component - like a Button - on the page, then put your code in the codebehind for the click event for the Button.
    Sincerely,
    Ted Ueda

  • OpenCL freezes when trying to run kernel code

    Hi,
    I have some openCL kernel that runs through pixels stored in a frame buffer object, and counts non-black and non-white pixels. It used to run fine on my machine, but I believe that updates to Mac OS X and/or devtools might have caused a problem to cause it stall.
    The kernel object associated with the kernel code is attached to a QT window, and the kernel code is run n-times when the window requires an render update. This window is updated twice after it is created initially, which means that the sequence of openCL code does not cause problems initially. When I bring the window to the foreground, it requires another update and attempts to run the kernel code another n-times. But in the middle of those n-times, it stalls. i.e. if it needs to run 51 times, it stalls at iteration 26.  It appears that a call to clEnqueueReadBuffer causes a stall.
    I'm going to leave out details about why I use the openCL code unless it's absolutely necessary since that might confuse code. I thought it would be good to focus on the OpenCL code itself. Here it is for reference: http://dl.dropbox.com/u/10838242/forumsquestion.cpp
    Here's the gdb backtrace:
    #0  0x00007fff8e3a6122 in __psynch_mutexwait ()
    #1  0x00007fff8955ad9d in pthread_mutex_lock ()
    #2  0x000000010dd3acbd in gldFlushQueue ()
    #3  0x000000010bbc193f in IOAccelContextFinishResourceSysMem ()
    #4  0x000000010bbcd5b0 in gpumAcquireFenceOnQueue ()
    #5  0x000000010dd43fcd in gldCopyBufferDataWithQueue ()
    #6  0x00007fff8ffa7e2e in GCC_except_table49 ()
    #7  0x00007fff8ffc5f11 in clFinish ()
    #8  0x00007fff936800b6 in _dispatch_client_callout ()
    #9  0x00007fff93681723 in _dispatch_barrier_sync_f_invoke ()
    #10 0x00007fff8ffc5ddb in clFinish ()
    #11 0x00007fff8ffc25c2 in clSetEventCallback ()
    #12 0x00007fff8ffb86e6 in clEnqueueReadBuffer ()
    #13 0x0000000100020a31 in CLHandler::update (this=0x107683e20, tagged=@0x7fff5fbfb960, w=761, h=711) at clhandler.cpp:343
    #14 0x000000010002f8c1 in CustomBladesGLWidget::render (this=0x1072b09e0, indexMode=true, offset=135288, numPnts=4416, blobID=25, bladeIdsIntersected=@0x7fff5fbfb960) at customBladesGLWidget.cpp:943
    In the attached file, line 343 (bold above) corresponds to this call (in function CLHandler::update):
    //read data from buffer
      status = clEnqueueReadBuffer(cqueue,hitbuffer,CL_TRUE,0,mNumBladeCells * sizeof(float),mBladesHit,0,
                                   NULL,&event);
      handleError("clEnqueueReadBuffer","",status);
    Now, if I were to comment everything BELOW the initial call to clEnqueueWriteBuffer, it would stall at that function call instead. I have no idea why this occurs. Any help is greatly appreciated.
    If this problem is indicative of something more problematic then I guess Apple support might be one option.  System specs: MacbookPro 8,2, Core i7 2.2 GHz, AMD Radeon HD 6750M, OS X 10.8.2.
    Thanks

    Oh, I see, sorry, if it is legitmate, then ignore my post. My copy runs perfectly so I was wondering why yours did not. I understand that its a valuable computer, in fact, for the amount of money you payed for that mbp, you can build a computer of your own with state of the art components. Just saying. @sig, lets hope that he finds something on the support page to help him.

  • Why did I only get a part of wave chart even if I have appended the wave together using shift register?

    It seems only read 200 samples and then stop. Shouldn't I get a continuous wave chart after using shift register on a while loop?
    Solved!
    Go to Solution.
    Attachments:
    trial 4.vi ‏21 KB

    You must remove Start VI out from the loop...
    You cannot 'Start' a task which is already running...
    You also remove the Start VI completely from your code... If you do not use Start VI, a measurement task starts automatically when the DAQmx Read VI runs.
    Find the attached VI.
    I am not allergic to Kudos, in fact I love Kudos.
     Make your LabVIEW experience more CONVENIENT.
    Attachments:
    trial 4 [with START-VI removed].vi ‏15 KB

  • Referencing bits within a register, using another register

    I'm getting an odd error that I don't know how to handle.  I've extracted the relevant code below:
    parameter NUM_REG = 9
    input [7:0] spi_in,
    output reg spi_in_ready, //this module is ready to receive data
    output reg [7:0] spi_out,
    output reg [(NUM_REG) * 8 - 1:0] register
    spi_out <= register[spi_in*8 + 7: spi_in*8];
    //error generated: "spi_in is not a constant"
    I thought this was allowed... what am I missing? Is there a better means of doing this? The only alternative I see is a large case statement. Functional, but far from elegant!

    nleahcim wrote:
    As an update, I ran across this thread: http://www.edaboard.com/thread176046.html which suggests that, while you can use a register to specify the index of a single bit, you cannot use a register to specify a range of bits. This seems like an odd limitation to me.
    That's not correct, at least not for Verilog 2001.  The problem with Verilog is that you can't use a variable for both ends of a range, i.e. on both sides of the colon in your code.
    You have essentially:
      [variable + constant : variable]
    and this is not allowed since "variable" appears on both sides of the colon.
    You can do the equivalent however using the Verilog 2001 range syntax:
      [variable +: constant]
    Where in this case the value of "variable" selects the least significant (rightmost) bit of the part select, and "constant" selects the width of the part select.
    Another way is:
      [variable -: constant]
    Where in this case the value of "variable" selects the most significant (leftmost) bit of the part select, and "constant" selects the width of the part select.
    Note that since "constant is the width in bits, you don't want to subtract one like you would if you were calculating the two ends of the range.  i.e.
      [variable +: 8]
    is equivalent to:
     [variable + 7 : variable]
    and
      [variable -: 8]
    is equivalent to:
      [variable : variable - 7]
     

  • How to use an if statement in javascript code

    Hello,
    I have a batch processing script to search for text "employee signature" on each page in a multiple page file and to then list in the console any pages that do not have the "Employee Signature" text included.
    The script is not yet functional as an if statement needs to be included.
    Can anyone please advise how to use an if statement in javascript code?
    var numpages = this.numPages;
    for (var i=0; i < numpages; i++)
    search.query("Employee Signature", "ActiveDoc");
    console.println('Pages that do not include an employee signature: ' + this.pageNum +' ');
    Any assistance will be most appreciated.

    Thank you very much for your assistance try.
    I have modified the code as suggested and the page numbers are now listing correctly, thank you, but....................,
    The console  lists every page as having an "employee signature" when there are pages in the document that do not have an employee signature.
    The code (revised as follows) is not processing the "getPageNthWord part of the statement" in the console report?
    Can you please advise where the code needs reworking?
    var ckWords; // word pair to test
    var bFound = false; // logical status of found words
    // loop through pages
    for (var i = 0; i < this.numPages; i++ ) {
       bFound = false; // set found flag to false
       numWords = this.getPageNumWords(i); // number of words on page
       // loop through the words on page
       for (var j = 0; j < numWords; j++) {
          // get word pair to test
          ckWords = this.getPageNthWord(i, j) + ' ' + this.getPageNthWord(i, j + 1); // test words
          // check to see if word pair is 'Employee' string is present
          if ( ckWord == "Employee") {
             bFound = true; // indicate found logical value
             console.println('Pages that includes an employee signature: ' + (i + 1) +' ');
             break; // no need to further test for this page
          } // end Employee Signature
       } // end word loop
       // test to see if words not found
       if(bFound == false) {
             console.println('Pages that do include an employee signature: ' + (i + 1) +' ');
        } // end not found on page  
    } // end page loop
    Thank you

  • How can I find what apple ID I used to register my iMac when I first booted up? I am being told that by using this ID I will be able to go on to the App store and down load iPhoto at no cost. Is this true? My iMac does not have iPhoto resident on it now

    How can I find what apple ID I used to register my iMac when I first booted up? I am being told that by using this ID I will be able to go on to the App store and down load iPhoto at no cost. Is this true? My iMac does not have iPhoto resident on it now and I only purchased my new iMac in December 2012
    Thanks....

    Launch Keychain Access and click on Login in the left hand pane and then on Passwords.  Next do search for Apple in the search field at the top and click on Apple ID Authenicication in the list that comes up.  That will give you the ID no. and password.
    OT

  • How do I use Cisco Registered Email Service with 10.7?

    I received a email via someone using Cisco Registered Email/Envelope Service.  The authentication process required the latest version of JAVA for 10.7, which I downloaded and installed.  When I try to logon, the screen hangs with the message "Loading Envelope Tools."  If I press "open" again it states "Inactive tools."  The alternate method is to open the mail via a secure Web site, which I can open, but I am unable to download attachments.  To download attachments, I am directed to a page that begins with "x-msg:" and I get a message that says: "Safari can't open the address .. . because MAC OX doesn't recognize Internet Addresses starting with "x-msg:"

    Thanks for the info Roger, this is indeed did work for me (at least the part about signing in on apple.com, haven't tried the rest). Since Apple does not allow for the merging of Apple IDs, my plan is to use the old me.com address (from the free trial) with iCloud but then forward all the messages from the old me.com to my current Apple ID. Problem is all my devices are already associated with iCloud. So... if I want to activate iCloud using the old me.com, how do I do it?
    I have two ideas: 1) as you suggest, signing out and signing back in through the iCloud preference pane (either on Mac OS or iOS); but I'm worried this will have consequence - will I be able to sign back in to my main Apple ID account after doing this?
    2) create a new user on my Mac and then sign in to iCloud with the old me.com address there, then delete the account.
    Thanks for any help with this.

  • I use a registered copy of LR5. I lost my hard drive and need to reinstall it on my new HD. Please advise the correct way to do this.

    I Use a registered copy of LR5.5.  my hard drive has been replaced & I need to know the correct procedure to reinstall it on my new HD.  I should get my PC back within a week.  Can you please provide direction for this?

    Paulewog you can install Lightroom 5.6 by downloading the installation files from Product updates.  Please choose the download appropriate for your operating system.  If you need to locate your serial number then it can be found under your account at http://www.adobe.com/.  You can find more details at Find your serial number quickly - http://helpx.adobe.com/x-productkb/global/find-serial-number.html.

  • Facebook like button is not working, I have used the muse widget and created code from facebook. Does anyone know how to get this to work?

    Facebook like button is not working, I have used the muse widget and created code from facebook. Does anyone know how to get this to work?

    Hi connally25,
    Below is a link to a video tutorial on how to add a Facebook Log button, please check if you have followed the same steps to add the video.
    http://tv.adobe.com/watch/learn-adobe-muse-cc/adding-a-facebook-like-button/
    If you have followed the steps correctly and the button still does not work; here is a link to a forum thread which might help solving the issue:
    Facebook Follow Widget not working
    Regards
    Sonam

  • I don't know which Apple ID I used to register my Ipod Nano. I had to restore my Computer and now I can't connect my iPod to iTunes again. I have my serial number and ECID

    Hi, I don't know which Apple ID I used to register my Ipod Nano. I had to restore my Computer and now I can't connect my iPod to iTunes again. I have my serial number and ECID. I'm using Windows, BTW, sorry!

    Search your email for the word Logic (and set the search to All) and you should find the receipt (so long as you didn't delete it)
    Other than that.. simply contact Apple directly and ask.. Make sure you have your transaction details ready for them as they will need it...
    http://www.apple.com/contact/

  • Acrobat Pro for Mac bought on Amazon;how can I register it?. registration code they give me, it doesn't work. (It has letters and the registration boxes won't accept letters.)  How do I get this to work?

    I purchased Acrobat Pro for Mac on Amazon. When I try to register with the registration code they give me, it doesn't work. (It has letters and the registration boxes won't accept letters.) How do I get this to work?

    If you don't have original install disks for your Mac, you can order replacements disks directly from Apple at a nominal cost. The original install DVDs are required to reset the password.
    If you have no data on your drive that you want to keep, you can boot up from the OSX Snow Leopard disk and install OSX SL.
    Insert the Snow Leopard DVD and hold the C key during startup. The Mac should boot from the CD/DVD drive into the installer.
    Follow the prompts, erase the disk and install OSX Snow Leopard.

  • How to use shift register in this structure?

    Dear All,
    In order to use less variety of graph, I want to use shift register to manage and send data to graph.
    But there is not only event structure in my vi, for some reason(because I want to use only one button to control running and stop, and this must do through variety of button, I can't put this loop into the event structure) I must use other while loops, I don't know how to use shift register in this structure.
    Please tell me anything helpful.
    Thank you!
    Attachments:
    shift register.vi ‏26 KB

    hi there
    there are a lot of solutions. my favorite one is the usage of a so called "FGV" (functional global variable). this allows you to strore, manipulate and transport data through your app with a minimum of wires. see attachment.. (other users may have other favorite solutions...)
    Best regards
    chris
    CL(A)Dly bending G-Force with LabVIEW
    famous last words: "oh my god, it is full of stars!"
    Attachments:
    Shift Register 7.1.zip ‏20 KB

  • Bapi is used to 'post incoming payments (t-code F-28)'

    hi all
    can any one tell which bapi is used to 'post incoming payments (t-code F-28)'.
    thanks in advance,
    lokesh

    Hi
    Try 'BAPI_ACC_GL_POSTING_POST' and fill the parameters correctly.Contact ur functional to fill it correctly.
    That will work.
    If helpful give me points.
    Regards
    Manas Ranjan Panda

Maybe you are looking for

  • My iPhone 5 is not allowing updating to the newest iOS version 6.1.3.

    My iPhone 5 is not allowing updating to the newest iOS version 6.1.3.  I missed doing the 6.1.2 update before 6.1.3 was available.  It wants to install the 6.1.2 update, but, once I agree to the terms it tells me I can't because I am not connected to

  • How do I add buttons to specific spots on a panel?

    Hi, I currently have a 500 * 500 image which is the background of a JPanel (So I suppose I have a 500 * 500 JPanel, basically). I would like to be able to place (20*20) buttons on various places of this image - for instance, add button1 at position (

  • Presenter did not install

    Hi All, I've just installed Technical Communication Suite 2.5 (as an upgrade from Captivate 3). After installing DVD 1 a message came up to say that Presenter did not install and to refer to a technical document (which I didn't note). How can I get P

  • ALV Totals

    Hi All, How to display Totals and Sub Totals in ALV Report using REUSE_ALV_GRID_DISPLAY with Field Symbol Please find the below link for source code of the program http://www.sapfans.com/forums/viewtopic.php?f=13&t=357372 Please do the needful Thanks

  • Cost Planning for networks in a CO plan version other than 0

    Hi, We have a specific requirement of getting the planned cost in terms of $ and hours on a network activity getting posted to some other CO version other than 0 in certain cases. It would be great if anyone could suggest a FM or a BAPI to achieve th