Can anybody come accorss this SLS not sis?

hi all gurus,
i am very thankful to u all
am getting everything from sdn...
can anybody explain about SLS not sis?
ok thank u
vasan

Sales is a process, which consist of sales cycle as under (in SAP):
Inquiry (Optional) - Transaction Code: VA11 / VA12 / VA13
Quotation (Optional) - Transaction Code: VA21 / VA22 / VA23
Sales Order - Transaction Code: VA01 / VA02 / VA03
Delivery (Create Delivery (Required), Packing (Optional), Picking (Optional), Post Goods Issue (Required)) - Transaction Code: VL01N / VL02N / VL03N
Invoice / Billing Document - Transaction Code VF01 / VF02 / VF03
Regards,
Rajesh Banka
Reward points if helpful.

Similar Messages

  • Servlet Life Cycle. .can anybody say whether this is correct or not

    Hello everyone
    Servlet Life Cycle.This is what i understood .can anybody say whether this is correct or not
    According to sevlet specification,servlet life cycle has 4 stages
    1)Loading and instantiation
    2)Initialization
    3)service the request
    4)destroy
    When we start webcontainer, webcontainer looks for deployed web applications and reads deployment descriptor of each web application.In the process of reading web.xml webcontainer container creates servletcontext object for holding context parameters and servletconfig object for holding servlet init-parameters after finding the servlet classes of the web application.
    After finding the servlet classes webcontainer loads the servlet classes.
    Loading can be done in 2 ways
    1)When Webcontainer starts(loads) the webaplication by using load on startup in web.xml.
    or
    2)when first request comes for the webapplication
    Say webcontainer starts the webaplication by using load on startup in web.xml ,Webcontainer creates an instance of servlet class and call init method of GenericServlet class by passing ServletConfig as parameter to init method i.e init(ServletConfig config).The code that is part of this init method initilize the ServletConfig variable of GenericServlet class and call init() method of GenericServlet class.
    So when a request comes,webcontainer creates HttpServletRequest object,
    HttpServletResponse object ,identifies the servlet class based onthe URL and
    allocates a thread for the request and calls
    service(ServletRequest req,ServletResponse resp) of HttpServlet class by
    passing HttpServletRequest object, HttpServletResponse object as arguments.
    Since req,resp are of type ServletRequest,ServletResponse they are type
    casted to HttpServletRequest , HttpServletResponse and calls
    service(HttpServletRequest req,HttpServletResponse resp) of HttpServletand
    here request method is determined and either doGet()/doPost() methods are executed.
    And finally when desroy method is called.

    Mostly, but a servlet that has been initialized may service any number of 0 or more requests before being destroyed. So the life cycle might be:
    1) Load
    2) Initialize
    3) Service a Request
    4) Destroy
    or
    1) Load
    2) Initialize
    3) Service a Request
    3) Service a Request
    3) Service a Request
    3) Service a Request
    3) Service a Request
    3) Service a Request
    3) Service a Request
    3) Service a Request
    3) Service a Request
    3) Service a Request
    3) Service a Request
    4) Destroy
    or
    1) Load
    2) Initialize
    4) Destroy
    For any given <servlet> definition, you might have a combination of all:
    1) Load (instance 1)
    2) Initialize
    4) Destroy
    1) Load (instance 2)
    2) Initialize
    3) Service a Request
    3) Service a Request
    3) Service a Request
    3) Service a Request
    3) Service a Request
    3) Service a Request
    3) Service a Request
    3) Service a Request
    3) Service a Request
    3) Service a Request
    3) Service a Request
    4) Destroy
    1) Load (instance 3)
    2) Initialize
    3) Service a Request
    4) Destroy
    And for some Servlets with special configurations you might get:
    1) Load (instance 1)
    2) Initialize
    1) Load (instance 2)
    2) Initialize
    1) Load (instance 3)
    2) Initialize
    3) Service a Request (instance 1)
    3) Service a Request (instance 2)
    3) Service a Request (instance 3)
    3) Service a Request (instance 2)
    3) Service a Request (instance 2)
    3) Service a Request (instance 2)
    3) Service a Request (instance 1)
    3) Service a Request (instance 2)
    3) Service a Request (instance 2)
    3) Service a Request (instance 3)
    3) Service a Request (instance 1)
    4) Destroy (instance 1)
    3) Service a Request (instance 2)
    4) Destroy (instance 3)
    4) Destroy (instance 2)
    Finally, if you have multiple <servlet> entries in the web.xml (maybe with different servlet names and mappings) then you could have multiple parallel chains of this sort of life-cycle.
    The key concept you have is correct. But once you understand that it is important to know that you really have no control over the lifecycle of the Servlet and that you should not assume anything about it.

  • HT1222 My iPhone 5 keeps saying I don't have enough storage to update software even though I just purchased 15GB of storage. Can anybody please explain this to me? I'm really not tech savvy AT ALL so I don't have a clue what to do :(

    My iPhone keeps telling me I don't have enough space to update my software. But I just bought 15GB of storage, of which 11.7GB is free! So I don't understand. Can anybody please help me? I'm really bad with technology so I don't have a clue.

    Hi Caroline,
    The storage issue you are having is not related to iCloud. The error is telling you that you do not have enough room on your device itself. You need to go to Settings>General>Usage, and under the Storage section at the top, it lists all of your apps and other things taking up room on your device.
    You will have to delete or reduce the size of items on this list in order to free up some room for your update.
    Also, you may want to try the update by hooking up your device to iTunes on the computer you sync with. It does not require as much free memory to update via iTunes as it does OTA.
    Cheers,
    GB

  • I am getting the following error in DAC, can anybody look into this ?

    Hi All
    I am getting the following error in DAC while Registering Informatica Services & repository services in DAC ?
    This is for RS(Repository services):
    ======================
    Failure connecting to "BIA_RS"!
    ANOMALY INFO::: Error while pinging informatica repository server
    MESSAGE:::F:\DAC\bifoundation\dac\log\pmrepConnect.log (The system cannot find the file specified)
    EXCEPTION CLASS::: java.io.FileNotFoundException
    java.io.FileInputStream.open(Native Method)
    java.io.FileInputStream.<init>(FileInputStream.java:106)
    java.io.FileInputStream.<init>(FileInputStream.java:66)
    com.siebel.etl.functional.ReadFileToBuffer.readFileToBuffer(ReadFileToBuffer.java:39)
    com.siebel.analytics.etl.infa.interaction.PmrepInvoker.pmrep(PmrepInvoker.java:100)
    com.siebel.etl.gui.data.StaticDatabaseCalls.testRepositoryServer(StaticDatabaseCalls.java:959)
    com.siebel.etl.gui.data.StaticDatabaseCalls.testInformaticaServer(StaticDatabaseCalls.java:890)
    com.siebel.etl.net.ExecutionPlan.getInformaticaStatus(ExecutionPlan.java:275)
    com.siebel.etl.net.ClientMessageDispatcher$WorkerThread.mBeanRequestInformaticaStatus(ClientMessageDispatcher.java:433)
    com.siebel.etl.net.ClientMessageDispatcher$WorkerThread.consoleMessage(ClientMessageDispatcher.java:224)
    com.siebel.etl.net.ClientMessageDispatcher$WorkerThread.run(ClientMessageDispatcher.java:144)
    This is for IS(integration services):
    ====================
    Failure connecting to "BIA_IS"!
    Can anybody please provide the solution for this ?
    Regards
    Srini
    Edited by: Srini on Feb 26, 2012 4:58 AM

    Check weather Your able to Ping Data warehouse, might be your ETL is not able to ping DW.

  • Can anybody help with this........I've bought a pack of self adhesive lables with a view to printing them via my printer,  However, I can't find a programme that allows me to do this.  Personnel in the MAC shops don't know either!!  I've a IMAC running on

    I've bought a pack of self adhesive labels that I wanted to print up on my IMAC,running on Snow Leopard.  However, I can't find a programme that will do this, nor can the personnel in the MAC shops.  The labels are stuck on a normal sheet od A4, and I just want to print addresses on them.   Can anybody help?

    Are they Avery Labels? If so there are templates here:
    http://www.avery.com/avery/en_us/Templates-&-Software/Templates

  • How can I fix the "This is not a test user account, please create a new account in the sandbox environment" error?

    Hi there everyone,
    Recently I tried to make an in-app purchase, I'm not sure whether the app is relevant or not but it was for Tapped Out, however, after trying to make the purchase I received an error message saying "Sign-In Required, tap continue to sign in to check for downloads [Environment: Sandbox]" so I followed the instructions and was then presented with another error message saying "This is not a test user account, please create a new account in the sandbox environment. [Environment: Sandbox]"
    I have been doing a lot of research online trying to find a solution and so far nothing has worked for me, I have also been passing emails backwards and forwards between an Apple Customer Support colleague and are yet to find a working solution.
    Here are a few pieces of information.
    1. I am running iOS 6.1.3 on a 4th Gen iPod, it's relatively new, I got it for Christmas.
    2. My iPod is not, and never has been Jail Broken.
    3. I do not have a test account and have never tried to make my own apps.
    4. I have tried signing out of my Apple ID, resetting my iPod's settings and signing in again.
    5. I have tried resetting my Apple ID password
    6. I have tried restoring my iPod to factory settings.
    If anyone has another suggestion for something I could try it would be greatly appreciated, thanks.

    Yep, I've been reading through other threads on lots of different sites over the last few hours and I can't seem to find a working solution, even though some seem to have worked for other people.
    Most of them hadn't been updated in a while so I made my own post to see if anyone has anything new.

  • Hi want to convert a number in crore, e.g. 10000000 to 1.00 Can anybody help on this?

    Hi All,
    I want to convert a number in crore format.
    My basic problem is, I am using a custome format:
    #,##0.00,,,%;
    Here main task is done by ,,,%.
    Each comma (,) is dividing a number by 1000. Thus three commas are dividing a number by 10^9 digits.
    But I need number in crore (i.e. 10^7), Thus we have used this percent sign (%).
    Here I can get required Value but appended percent (%) to it. I can temporary hide this using wrap text.
    But I need exact solution to convert a number in crore.
    Can anybody help me regarding the same.

    Hi Neha,
    You can use EPMScaleData function, in that give scaling factor as per your requirement.
    For more details you can go through following link
    How to use EPMScaleData in a fully dynamic report
    Regards,
    Shrikant

  • Why have I been sent an email asking me for my Apple ID and Password. How can I check that this is not a scam.

    I want to know why I have been sent an email from Apple to verify my account by asking for my Apple ID and password.
    how do I know this is genuine and is there a way to check that this is not a scam

    I would be very careful about email asking for your Apple ID and password. These are some of the Official Apple email addresses that would contact you:
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    These email are not to be replied to at all and if the email you receive asks you to reply or has a link that doesn't go the Apple.com or iCloud.com domains, then they are definitely fake.

  • Can anybody help identify this symptom? HELP!

    12" 867 G4 PB, worked great until today.
    Wouldn't shut down, so we held the power button & forced it off.
    Later we went to reboot and received nothing but a grey screen after hearing the normal boot tune. The unit never completely boots.
    Inserted TechTools CD and unit boots off of the disk but cannot complete diagnostic tests. Video & mouse work fine in this mode.
    Removed extra memory, no change.
    Removed hard drive and took to a different Mac. Drive works fine, recovered data to use on another iBook.
    One can hear the hard drive click on boot but seems pretty quiet afterwards (obviously, this is in the suspect laptop - works fine on another system). Fan working okay.
    Reset PMU and NVRAM. No change.
    At this point I'm thinking either a bad motherboard or a bad DC invertor? I've never had a bad invertor so I'm not real sure what that may do to one of these.
    So, before I scratch up funds for a motherboard replacement, I thought I'd see if anybody here experienced similar symptoms or could shed some light on this so I can repair as needed.
    We miss our PowerBook! Solid as a rock until this unfortunate turn of events. Bummer.
    Thanks in advance for any advice or ideas to try on getting it back in action!

    Dead system board... Conveniently just barely past the 1 year warranty. Ugh.

  • Can anybody assist with this Kernal Panic:

    I am getting these forced restarts and ahve not been able to isolate the problem. I can only assume some automated update went wrong??
    Interval Since Last Panic Report:  -1182635 sec
    Panics Since Last Report:          13
    Anonymous UUID:                    3B5C5E5C-66E8-4F38-B668-CBAA36B48F87
    Thu Mar 22 12:47:16 2012
    panic(cpu 0 caller 0xffffff80002ab713): "pmap_pv_remove(0xffffff8016e7e550,0x7fff7d4f9000,0x390, 0x390000): pv not on hash, head: 0xffffff80008bf5e0, 0xffffff8000390000"@/SourceCache/xnu/xnu-1699.24.23/osfmk/i386/pmap_internal.h: 813
    Backtrace (CPU 0), Frame : Return Address
    0xffffff80e89fbc30 : 0xffffff8000220702
    0xffffff80e89fbcb0 : 0xffffff80002ab713
    0xffffff80e89fbd50 : 0xffffff80002abb2a
    0xffffff80e89fbd90 : 0xffffff8000273b86
    0xffffff80e89fbe80 : 0xffffff800027490a
    0xffffff80e89fbeb0 : 0xffffff8000237889
    0xffffff80e89fbef0 : 0xffffff8000541579
    0xffffff80e89fbf40 : 0xffffff800053f0ce
    0xffffff80e89fbf50 : 0xffffff80005caa7b
    0xffffff80e89fbfb0 : 0xffffff80002d8363
    BSD process name corresponding to current thread: launchd
    Mac OS version:
    11D50b
    Kernel version:
    Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64
    Kernel UUID: 7B6546C7-70E8-3ED8-A6C3-C927E4D3D0D6
    System model name: MacBook6,1 (Mac-F22C8AC8)
    System uptime in nanoseconds: 2130077526390
    last loaded kext at 1946953029094: com.apple.iokit.IOAVBFamily          1.0.0d22 (addr 0xffffff7f80802000, size 36864)
    last unloaded kext at 2006965561061: com.apple.iokit.IOEthernetAVBController          1.0.0d5 (addr 0xffffff7f807d2000, size 20480)
    loaded kexts:
    org.virtualbox.kext.VBoxNetAdp          3.2.10
    org.virtualbox.kext.VBoxNetFlt          3.2.10
    org.virtualbox.kext.VBoxUSB          3.2.10
    org.virtualbox.kext.VBoxDrv          3.2.10
    com.eltima.SyncMate.kext          0.2.5b15
    com.rim.driver.BlackBerryUSBDriverInt          0.0.67
    com.apple.driver.AppleIntelProfile          85.2
    com.apple.filesystems.msdosfs          1.7.1
    com.apple.driver.AppleHWSensor          1.9.4d0
    com.apple.driver.AppleMikeyHIDDriver          122
    com.apple.driver.AppleUpstreamUserClient          3.5.9
    com.apple.driver.AppleMCCSControl          1.0.26
    com.apple.driver.AppleHDA          2.1.7f9
    com.apple.driver.AppleMikeyDriver          2.1.7f9
    com.apple.driver.AudioAUUC          1.59
    com.apple.driver.AGPM          100.12.42
    com.apple.driver.AppleLPC          1.5.3
    com.apple.driver.AppleBacklight          170.1.9
    com.apple.GeForce          7.1.8
    com.apple.driver.SMCMotionSensor          3.0.1d2
    com.apple.filesystems.autofs          3.0
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AudioIPCDriver          1.2.2
    com.apple.driver.ACPI_SMC_PlatformPlugin          4.7.5d4
    com.apple.driver.AppleUSBTCButtons          225.2
    com.apple.driver.AppleUSBTCKeyboard          225.2
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          33
    com.apple.iokit.SCSITaskUserClient          3.0.3
    com.apple.iokit.IOAHCIBlockStorage          2.0.1
    com.apple.driver.AirPort.Brcm4331          513.20.19
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleUSBHub          4.5.0
    com.apple.driver.AppleAHCIPort          2.2.0
    com.apple.nvenet          2.0.17
    com.apple.driver.AppleUSBEHCI          4.5.8
    com.apple.driver.AppleUSBOHCI          4.4.5
    com.apple.driver.AppleEFINVRAM          1.5.0
    com.apple.driver.AppleRTC          1.4
    com.apple.driver.AppleHPET          1.6
    com.apple.driver.AppleACPIButtons          1.4
    com.apple.driver.AppleSMBIOS          1.7
    com.apple.driver.AppleACPIEC          1.4
    com.apple.driver.AppleAPIC          1.5
    com.apple.driver.AppleIntelCPUPowerManagementClient          167.3.0
    com.apple.nke.applicationfirewall          3.2.30
    com.apple.security.quarantine          1.1
    com.apple.driver.AppleIntelCPUPowerManagement          167.3.0
    com.apple.driver.AppleProfileTimestampAction          85.2
    com.apple.driver.AppleProfileThreadInfoAction          85.2
    com.apple.driver.AppleProfileRegisterStateAction          85.2
    com.apple.driver.AppleProfileReadCounterAction          85.2
    com.apple.driver.AppleProfileKEventAction          85.2
    com.apple.driver.AppleProfileCallstackAction          85.2
    com.apple.iokit.AppleProfileFamily          85.2
    com.apple.driver.DspFuncLib          2.1.7f9
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.driver.AppleBacklightExpert          1.0.3
    com.apple.nvidia.nv50hal          7.1.8
    com.apple.NVDAResman          7.1.8
    com.apple.kext.triggers          1.0
    com.apple.iokit.IOSurface          80.0
    com.apple.driver.AppleHDAController          2.1.7f9
    com.apple.iokit.IOHDAFamily          2.1.7f9
    com.apple.iokit.IOBluetoothSerialManager          4.0.3f12
    com.apple.iokit.IOSerialFamily          10.0.5
    com.apple.iokit.IOAudioFamily          1.8.6fc6
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.driver.ApplePolicyControl          3.0.16
    com.apple.driver.AppleGraphicsControl          3.0.16
    com.apple.iokit.IONDRVSupport          2.3.2
    com.apple.iokit.IOGraphicsFamily          2.3.2
    com.apple.driver.AppleSMC          3.1.1d8
    com.apple.driver.IOPlatformPluginFamily          4.7.5d4
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.driver.BroadcomUSBBluetoothHCIController          4.0.3f12
    com.apple.driver.AppleUSBBluetoothHCIController          4.0.3f12
    com.apple.iokit.IOBluetoothFamily          4.0.3f12
    com.apple.driver.AppleUSBMultitouch          227.1
    com.apple.iokit.IOUSBHIDDriver          4.4.5
    com.apple.driver.AppleUSBMergeNub          4.5.3
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.0.3
    com.apple.iokit.IOBDStorageFamily          1.6
    com.apple.iokit.IODVDStorageFamily          1.7
    com.apple.iokit.IOCDStorageFamily          1.7
    com.apple.driver.XsanFilter          403
    com.apple.iokit.IOAHCISerialATAPI          2.0.1
    com.apple.iokit.IO80211Family          412.2
    com.apple.iokit.IOUSBUserClient          4.5.8
    com.apple.iokit.IOAHCIFamily          2.0.7
    com.apple.iokit.IONetworkingFamily          2.0
    com.apple.driver.NVSMU          2.2.9
    com.apple.driver.AppleEFIRuntime          1.5.0
    com.apple.iokit.IOHIDFamily          1.7.1
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          177.3
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          331.3
    com.apple.driver.AppleKeyStore          28.18
    com.apple.iokit.IOUSBMassStorageClass          3.0.1
    com.apple.driver.AppleUSBComposite          4.5.8
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.0.3
    com.apple.iokit.IOStorageFamily          1.7
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.0.3
    com.apple.iokit.IOUSBFamily          4.5.8
    com.apple.driver.AppleACPIPlatform          1.4
    com.apple.iokit.IOPCIFamily          2.6.8
    com.apple.iokit.IOACPIFamily          1.4

    I am getting these forced restarts and ahve not been able to isolate the problem. I can only assume some automated update went wrong??
    Interval Since Last Panic Report:  -1182635 sec
    Panics Since Last Report:          13
    Anonymous UUID:                    3B5C5E5C-66E8-4F38-B668-CBAA36B48F87
    Thu Mar 22 12:47:16 2012
    panic(cpu 0 caller 0xffffff80002ab713): "pmap_pv_remove(0xffffff8016e7e550,0x7fff7d4f9000,0x390, 0x390000): pv not on hash, head: 0xffffff80008bf5e0, 0xffffff8000390000"@/SourceCache/xnu/xnu-1699.24.23/osfmk/i386/pmap_internal.h: 813
    Backtrace (CPU 0), Frame : Return Address
    0xffffff80e89fbc30 : 0xffffff8000220702
    0xffffff80e89fbcb0 : 0xffffff80002ab713
    0xffffff80e89fbd50 : 0xffffff80002abb2a
    0xffffff80e89fbd90 : 0xffffff8000273b86
    0xffffff80e89fbe80 : 0xffffff800027490a
    0xffffff80e89fbeb0 : 0xffffff8000237889
    0xffffff80e89fbef0 : 0xffffff8000541579
    0xffffff80e89fbf40 : 0xffffff800053f0ce
    0xffffff80e89fbf50 : 0xffffff80005caa7b
    0xffffff80e89fbfb0 : 0xffffff80002d8363
    BSD process name corresponding to current thread: launchd
    Mac OS version:
    11D50b
    Kernel version:
    Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64
    Kernel UUID: 7B6546C7-70E8-3ED8-A6C3-C927E4D3D0D6
    System model name: MacBook6,1 (Mac-F22C8AC8)
    System uptime in nanoseconds: 2130077526390
    last loaded kext at 1946953029094: com.apple.iokit.IOAVBFamily          1.0.0d22 (addr 0xffffff7f80802000, size 36864)
    last unloaded kext at 2006965561061: com.apple.iokit.IOEthernetAVBController          1.0.0d5 (addr 0xffffff7f807d2000, size 20480)
    loaded kexts:
    org.virtualbox.kext.VBoxNetAdp          3.2.10
    org.virtualbox.kext.VBoxNetFlt          3.2.10
    org.virtualbox.kext.VBoxUSB          3.2.10
    org.virtualbox.kext.VBoxDrv          3.2.10
    com.eltima.SyncMate.kext          0.2.5b15
    com.rim.driver.BlackBerryUSBDriverInt          0.0.67
    com.apple.driver.AppleIntelProfile          85.2
    com.apple.filesystems.msdosfs          1.7.1
    com.apple.driver.AppleHWSensor          1.9.4d0
    com.apple.driver.AppleMikeyHIDDriver          122
    com.apple.driver.AppleUpstreamUserClient          3.5.9
    com.apple.driver.AppleMCCSControl          1.0.26
    com.apple.driver.AppleHDA          2.1.7f9
    com.apple.driver.AppleMikeyDriver          2.1.7f9
    com.apple.driver.AudioAUUC          1.59
    com.apple.driver.AGPM          100.12.42
    com.apple.driver.AppleLPC          1.5.3
    com.apple.driver.AppleBacklight          170.1.9
    com.apple.GeForce          7.1.8
    com.apple.driver.SMCMotionSensor          3.0.1d2
    com.apple.filesystems.autofs          3.0
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AudioIPCDriver          1.2.2
    com.apple.driver.ACPI_SMC_PlatformPlugin          4.7.5d4
    com.apple.driver.AppleUSBTCButtons          225.2
    com.apple.driver.AppleUSBTCKeyboard          225.2
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          33
    com.apple.iokit.SCSITaskUserClient          3.0.3
    com.apple.iokit.IOAHCIBlockStorage          2.0.1
    com.apple.driver.AirPort.Brcm4331          513.20.19
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleUSBHub          4.5.0
    com.apple.driver.AppleAHCIPort          2.2.0
    com.apple.nvenet          2.0.17
    com.apple.driver.AppleUSBEHCI          4.5.8
    com.apple.driver.AppleUSBOHCI          4.4.5
    com.apple.driver.AppleEFINVRAM          1.5.0
    com.apple.driver.AppleRTC          1.4
    com.apple.driver.AppleHPET          1.6
    com.apple.driver.AppleACPIButtons          1.4
    com.apple.driver.AppleSMBIOS          1.7
    com.apple.driver.AppleACPIEC          1.4
    com.apple.driver.AppleAPIC          1.5
    com.apple.driver.AppleIntelCPUPowerManagementClient          167.3.0
    com.apple.nke.applicationfirewall          3.2.30
    com.apple.security.quarantine          1.1
    com.apple.driver.AppleIntelCPUPowerManagement          167.3.0
    com.apple.driver.AppleProfileTimestampAction          85.2
    com.apple.driver.AppleProfileThreadInfoAction          85.2
    com.apple.driver.AppleProfileRegisterStateAction          85.2
    com.apple.driver.AppleProfileReadCounterAction          85.2
    com.apple.driver.AppleProfileKEventAction          85.2
    com.apple.driver.AppleProfileCallstackAction          85.2
    com.apple.iokit.AppleProfileFamily          85.2
    com.apple.driver.DspFuncLib          2.1.7f9
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.driver.AppleBacklightExpert          1.0.3
    com.apple.nvidia.nv50hal          7.1.8
    com.apple.NVDAResman          7.1.8
    com.apple.kext.triggers          1.0
    com.apple.iokit.IOSurface          80.0
    com.apple.driver.AppleHDAController          2.1.7f9
    com.apple.iokit.IOHDAFamily          2.1.7f9
    com.apple.iokit.IOBluetoothSerialManager          4.0.3f12
    com.apple.iokit.IOSerialFamily          10.0.5
    com.apple.iokit.IOAudioFamily          1.8.6fc6
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.driver.ApplePolicyControl          3.0.16
    com.apple.driver.AppleGraphicsControl          3.0.16
    com.apple.iokit.IONDRVSupport          2.3.2
    com.apple.iokit.IOGraphicsFamily          2.3.2
    com.apple.driver.AppleSMC          3.1.1d8
    com.apple.driver.IOPlatformPluginFamily          4.7.5d4
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.driver.BroadcomUSBBluetoothHCIController          4.0.3f12
    com.apple.driver.AppleUSBBluetoothHCIController          4.0.3f12
    com.apple.iokit.IOBluetoothFamily          4.0.3f12
    com.apple.driver.AppleUSBMultitouch          227.1
    com.apple.iokit.IOUSBHIDDriver          4.4.5
    com.apple.driver.AppleUSBMergeNub          4.5.3
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.0.3
    com.apple.iokit.IOBDStorageFamily          1.6
    com.apple.iokit.IODVDStorageFamily          1.7
    com.apple.iokit.IOCDStorageFamily          1.7
    com.apple.driver.XsanFilter          403
    com.apple.iokit.IOAHCISerialATAPI          2.0.1
    com.apple.iokit.IO80211Family          412.2
    com.apple.iokit.IOUSBUserClient          4.5.8
    com.apple.iokit.IOAHCIFamily          2.0.7
    com.apple.iokit.IONetworkingFamily          2.0
    com.apple.driver.NVSMU          2.2.9
    com.apple.driver.AppleEFIRuntime          1.5.0
    com.apple.iokit.IOHIDFamily          1.7.1
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          177.3
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          331.3
    com.apple.driver.AppleKeyStore          28.18
    com.apple.iokit.IOUSBMassStorageClass          3.0.1
    com.apple.driver.AppleUSBComposite          4.5.8
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.0.3
    com.apple.iokit.IOStorageFamily          1.7
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.0.3
    com.apple.iokit.IOUSBFamily          4.5.8
    com.apple.driver.AppleACPIPlatform          1.4
    com.apple.iokit.IOPCIFamily          2.6.8
    com.apple.iokit.IOACPIFamily          1.4

  • Anybody come across this before?!

    Hi
    I've had my MPB now for a couple of years now. But occasionally it will freeze with blocks of green lines across the screen (see pic).
    Also there is a series of 3 beeps. (which i read somewhere was a RAM issue).
    It has been in for a Logic board repair a couple of times and nothing was found on the apple store diagnostic.  I also heard it could be a logic board issue.
    My Mac has a 8g 3rd party Ram installed, could it be this?
    Any light on this situation would be greatly appreciated.
    Cheers
    Ed

    The three beeps does indeed represent a RAM problem.  Install the original RAM and see if that will stop the beeping.  Macs are very selective when it come to RAM.  Even with the exact specifications, some brands of RAM will not work properly in a Mac.
    In regards to the display, it may be a GPU or display issue.  If you have a monitor, connect it to your MBP.  If the monitor display is identical to the MBP, then it is a GPU problem.  If the display is 'normal'. then the MBP display or display connection is faulty.
    An appointment at an Apple store genius bar should be able to determine the exact cause.
    Ciao.

  • Can anybody help with this error message

    I work with CS5.6 on RAW pictures shot with a Canon EOS 5 Mk II and have problems saving. Mycomputer is 32-bit with 4 Gb RAM, Windows 7. 
    Die Error Message in Adobe CS5.6 ist: „ could not complete the SAVE AS command because there is not enough memory (RAM)”

    Its saying exactly what it means you do not have enough memory to save the file. You can either change the properties to save a smaller image
    Or update your computer. In order to use the entire 4GB of RAM your computer needs to be 64bit not 32. 32bit can only access 2GB of ram and some apps can access an additional GB of ram. But if you do upgrade your computer get 6 or 8 GB of Ram, you will be happy you did.

  • I can make my finder crash on cue - can anybody else replicate this?

    Hey everyone,
    even though the new gestures took some time getting used to and I've stumbled across a handful of bugs and errors, I already like Lion a lot and am glad I upgraded. Here's a funny quirk though, whenever I select any random number of files on my desktop (two at least), drag them over a folder and wait for the folder to spring open, the files get grouped into a smaller flock and the number of selected files is displayed in a red circle. That itself is a neat new feature, but when I move the files back out to my desktop from the springloaded folder (mouse button still pressed mind you) the finder crashes and restarts. This only happen when I try to move files from my desktop into a folder on my desktop and, as I said, happens with any number of selected files and all file types. It works fine in other folders however, even from my desktop. Is that a good enough explanation or is this confusing?
    Can any of you guys replicate this or is it just happening on my mac? It's happening every time I try this without exception. There's no error message, the finder just relaunches itself right away.
    Thanks,
    Sebastian.

    I'm dragging groups of files in and out of windows as fast as I can on my trackpad and nothing unusual is happening.
    Lets test in a new user account to determine if this issue is with this user only or systemwide:
              .          Choose Apple menu > System Preferences, and then click Users & Groups.
              .          Click the lock icon to unlock it, and type an administrator name and password.
              .          Click Add "+" below the list of accounts.
              .          Enter a full name for the account.
              .          Enter the account password in the Password and Verify fields.
              .          Click Create User.
              .          Go to Apple menu > Log out.
              .          Login to the new user and test the dragging.

  • Has anybody come across this

    I've installed my iPod 60Gb and everything runs smoothly when I use iTunes to update - I've started both a manual and automatic (checked items) update, at some point during the update the iPod disappears from iTunes, and when I use the Windows O/S to eject the disk and reconnect it I end with a file corrupt error on the iPod database. I've tried transferring files through a third-party app usinfg drag-and-drop, with the same result - a couple of hours or so into the operation and the iPod disappears from my system.
    Anybody got any ideas?

    I've done a restore (in fact I've done several restores) what I'd really like to do is to get some music on there and have a chance to listen to it.

  • Anybody come across this error message? [repost]

    Before I tell you my problem:
    • Yes, I have updated my iPod software
    • Yes, I have unplugged all USB devices, sans my keyboard and mouse
    I had to restored my iPod for non-technical reasons, and when I went to re-stock it with my iTunes library I was getting the following error message after about 2 gigs of uploading:
    I tried using different USB ports, etc., but to no avail. Sometimes it pops up after 2 gigs of upload, sometimes after 10 seconds of loading.
    Any experience with this kind of problem?

    See if this troubleshooting article helps.
    Disk cannot be read from or written to error syncing iPod in iTunes.

Maybe you are looking for

  • How do i sync my iphone with itunes

    how do i sync my iphone with itunes?

  • Screen caps of DVDs?

    I have tried taking screen shots of paused DVDs but, of course, the traditional Mac screen shot function is grayed out. I downloaded and tried a couple of apps: CaptureMe and DVDCapture. Neither of them worked for me, producing only a blank gray fram

  • Analytics in InDesign SWF or Interactive PDF

    I am starting to add video to a SWF newsletter that I make. Is there a way to track how many people view the embedded video? If there is does it work with the Interactive PDF option too?

  • Regex & java.util.Scanner

    I am trying to make a simple txt parser using regular expressions but the problem has appeared. The program's code is too long so I have stated only the part of the code implementing the method data_types() which doesn't work properly, it reads only

  • Cyclic network issue after recent update

    This topic is covered in a recent post but thought I would highlight it in a separate post now that I know more about it. Having installed the recent Udev update on a virgin Noodle system, my network (Internet via LAN and Cable using dhcp) goes throu