After completion problem

Hi all,
I have got a new problem, the client is inserted into the database but after the completion, I get that, it is not a client-side exception but the server out trace:
Appel de ClientBean() -- idClient = null -- nomClient = null
2003.06.05 05:47:50.030--ServerSession(939240)--Thread[ExecuteThread: '12' for q
ueue: 'default',5,Thread Group for Queue: 'default']--client acquired
2003.06.05 05:47:50.061--ClientSession(1663204)--Thread[ExecuteThread: '12' for
queue: 'default',5,Thread Group for Queue: 'default']--acquire unit of work:5938
057
2003.06.05 05:47:50.061--UnitOfWork(5938057)--Thread[ExecuteThread: '12' for que
ue: 'default',5,Thread Group for Queue: 'default']--JTS#register()
2003.06.05 05:47:50.061--UnitOfWork(5938057)--Thread[ExecuteThread: '12' for que
ue: 'default',5,Thread Group for Queue: 'default']--EJB#create(clientbmp.ClientB
ean_xfbnqj_Impl@1e9f93)
2003.06.05 05:47:50.092--UnitOfWork(5938057)--Thread[ExecuteThread: '12' for que
ue: 'default',5,Thread Group for Queue: 'default']--#executeQuery(DataReadQuery(
2003.06.05 05:47:50.092--ClientSession(1663204)--Thread[ExecuteThread: '12' for
queue: 'default',5,Thread Group for Queue: 'default']--#executeQuery(DataReadQue
ry())
2003.06.05 05:47:50.092--ServerSession(939240)--Thread[ExecuteThread: '12' for q
ueue: 'default',5,Thread Group for Queue: 'default']--Connection(662751)--SELECT
SEQ_CLIENTEJB.NEXTVAL FROM DUAL
2003.06.05 05:47:50.154--UnitOfWork(5938057)--Thread[ExecuteThread: '12' for que
ue: 'default',5,Thread Group for Queue: 'default']--#assignSequence(14->clientbm
p.ClientBean_xfbnqj_Impl@1e9f93)
2003.06.05 05:47:50.154--UnitOfWork(5938057)--Thread[ExecuteThread: '12' for que
ue: 'default',5,Thread Group for Queue: 'default']--#registerNew(clientbmp.Clien
tBean_xfbnqj_Impl@1e9f93)
Appel de ClientBean() -- idClient = null -- nomClient = null
2003.06.05 05:47:50.154--UnitOfWork(5938057)--Thread[ExecuteThread: '12' for que
ue: 'default',5,Thread Group for Queue: 'default']--#register(clientbmp.ClientBe
an@4df76a)
Appel de ClientBean() -- idClient = null -- nomClient = null
Appel de ClientBean() -- idClient = null -- nomClient = null
Apres tlCreateImpl()
Appel de ejbPostCreate() -- idClient = 14 -- nomClient =
2003.06.05 05:47:50.185--UnitOfWork(5938057)--Thread[ExecuteThread: '12' for que
ue: 'default',5,Thread Group for Queue: 'default']--JTS#beforeCompletion()
2003.06.05 05:47:50.185--UnitOfWork(5938057)--Thread[ExecuteThread: '12' for que
ue: 'default',5,Thread Group for Queue: 'default']--#mergeCloneWithReferences(cl
ientbmp.ClientBean_xfbnqj_Impl@1e9f93)
2003.06.05 05:47:50.200--ClientSession(1663204)--Thread[ExecuteThread: '12' for
queue: 'default',5,Thread Group for Queue: 'default']--Connection(998659)--begin
transaction
2003.06.05 05:47:50.200--UnitOfWork(5938057)--Thread[ExecuteThread: '12' for que
ue: 'default',5,Thread Group for Queue: 'default']--#executeQuery(WriteObjectQue
ry(clientbmp.ClientBean@2e7707))
Appel de ClientBean() -- idClient = null -- nomClient = null
Appel de ClientBean() -- idClient = null -- nomClient = null
2003.06.05 05:47:50.216--UnitOfWork(5938057)--Thread[ExecuteThread: '12' for que
ue: 'default',5,Thread Group for Queue: 'default']--Connection(998659)--INSERT I
NTO CLIENTEJB (IDCLIENT, NOMCLIENT) VALUES (14, '')
2003.06.05 05:47:50.216--ClientSession(1663204)--Thread[ExecuteThread: '12' for
queue: 'default',5,Thread Group for Queue: 'default']--Connection(998659)--commi
t transaction
2003.06.05 05:47:50.231--UnitOfWork(5938057)--Thread[ExecuteThread: '12' for que
ue: 'default',5,Thread Group for Queue: 'default']--EJB#store(clientbmp.ClientBe
an_xfbnqj_Impl@1e9f93)
2003.06.05 05:47:50.231--UnitOfWork(5938057)--Thread[ExecuteThread: '12' for que
ue: 'default',5,Thread Group for Queue: 'default']--JTS#afterCompletion()
java.lang.NullPointerException
at oracle.toplink.threetier.ClientSession.afterCommitJTSTransaction(Unkn
own Source)
at oracle.toplink.jts.AbstractSynchronizationListener.afterCompletion(Un
known Source)
at oracle.toplink.jts.wls.WebLogicSynchronizationListener.afterCompletio
n(Unknown Source)
at weblogic.transaction.internal.ServerSCInfo.callAfterCompletions(Serve
rSCInfo.java:448)
at weblogic.transaction.internal.ServerTransactionImpl.callAfterCompleti
ons(ServerTransactionImpl.java:2224)
at weblogic.transaction.internal.ServerTransactionImpl.setCommitted(Serv
erTransactionImpl.java:2188)
at weblogic.transaction.internal.ServerTransactionImpl.globalRetryCommit
(ServerTransactionImpl.java:2044)
at weblogic.transaction.internal.ServerTransactionImpl.globalCommit(Serv
erTransactionImpl.java:1989)
at weblogic.transaction.internal.ServerTransactionImpl.internalCommit(Se
rverTransactionImpl.java:242)
at weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTran
sactionImpl.java:208)
at weblogic.ejb20.internal.BaseEJBHome.postHomeInvoke(BaseEJBHome.java:4
08)
at weblogic.ejb20.internal.EntityEJBHome.create(EntityEJBHome.java:271)
at clientbmp.ClientBean_xfbnqj_HomeImpl.create(ClientBean_xfbnqj_HomeImp
l.java:81)
at clientbmp.ClientBean_xfbnqj_HomeImpl_WLSkel.invoke(Unknown Source)
at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:346)
at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerR
ef.java:114)
at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:300)
at weblogic.security.service.SecurityServiceManager.runAs(SecurityServic
eManager.java:762)
at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.jav
a:295)
at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest
.java:30)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)
It looks like another topic in this forum Re: Why I can not create my BMP bean that extends BMPEntityBase but I have already the tlCreateImpl() call.
Any idea to work around?
Thanks a lot.

It looks like there is somthing to do with JTS, but I'm a bit lost, where have I to write the code furnished in the example of the documentation, in the ejbCreate, in the project class?
Thanks for help.

Similar Messages

  • Problems printing a converted PDF which was converted to Word after completing the form

    Problems printing a converted PDF which was converted to Word after completing the form.  I have spent the last 3 hours trying to figure out what I am doing incorrectly.  I can't get it to print in either the PDF or Word file.  Please help, I need to complete this form and sent it NJ Department of Motor Vehicles Commission.

    Hi, make sure you are using the latest release of PDF program.
    Please mark the post that solves your issue as "Accept as Solution".
    If my answer was helpful click the “Thumbs Up" on the left to say “Thanks”!
    I am not a HP employee.

  • I installed the new version of iTunes today. It's 12.1.1. After completing the installation, including restarting my computer, I was no longer able to use Windows Internet Explorer. Has anybody else experienced this? If so, how did you fix Explorer?

    I installed the new version of iTunes today. It's 12.1.1. After completing the installation, including restarting my computer, I was no longer able to use Windows Internet Explorer. Has anybody else experienced this? If so, how did you fix Explorer? I was using Explorer 11 and Windows 7, installed on an HP Pavilion g series

    Never heard of that being caused by installing iTunes. Try asking on a Windows forum. This isn't a problem with iTunes or any other Apple product. If you believe it is, uninstall iTunes. If the problem persists, you'll have to seek advice on a Windows forum or contact Microsoft for support.

  • Acrobat X crashes directly after completing first-side scan from Canon MF4570DN (both usb & network)

    Hi all,
    There was a time when, blissfully, scanning via Acrobat X Pro worked perfectly. Around 6 months ago, Acrobat X Pro crashes directly after completing the first side scan for whatever documents I have placed in the Automatic Document Feeder (or just the first side if scanning from the platen glass).
    The software that comes with the scanner scans fine, and the timing of the crash leads me to believe that this has something to do with Acrobat's image processing/optimization. When I click on Debug, it mentions the error code: 6056
    I have tried repairing the installation.
    I have tried the tips mentioned in the following thread(s):
    http://forums.adobe.com/thread/767290
    http://forums.adobe.com/message/4713172
    http://forums.adobe.com/thread/1050323?start=0&tstart=0
    For what it's worth, deleting a bunch of the profile folders (actually renaming them) slowed down the process of crashing, which leads me to believe that whatever the process is that leads to the crash, it comes directly after writing a bunch of those preference folders...
    I've been fighting this for 6 months now and it's really, really frustrating. Any help would be greatly appreciated.
    --Jason

    Dear Mamak,
    Many thanks for the note.
    I followed your advice and dowloaded new drivers for my Canon MF4880dw.
    The filename was different than yours, because the model was different.
    However, I noticed that this last version I downloaded is pretty new (released in April), so I was hoping it would fix the problem. Also, it was the same file for all versions of Mac OS X from 10.5 through 10.8.
    Unfortunately, no luck: Acrobat still does not ask me to scan the reverse side. Maybe I should have uninstalled the printer before reinstalling it?
    I more or less solved the problem by scanning double-sided documents on Acrobat 7 for Windows (which I also have installed on my Mac), which is not optimal, but at least works.
    Any thoughts?
    Thank you again,
    Salvatore

  • How to send a mail to a person  from after completeing bdc .

    Hi Xperts,
    Please send me a options how to send a mail to a person after completing a bdc or from any report program.
    mailed can be a sapuser or other service provider(ex:yahoo,gmail.any thing)
    Please Any one i want it now .
    Thank You.

    FUNCTION RS_SEND_MAIL_FOR_SPOO* Email ITAB structure
    DATA: BEGIN OF EMAIL_ITAB OCCURS 10.
            INCLUDE STRUCTURE SOLI.
    DATA: END OF EMAIL_ITAB.
    DATA: T_EMAIL LIKE SOOS1-RECEXTNAM.  "EMail distribution list
    CONSTANTS: C_EMAIL_DISTRIBUTION LIKE SOOS1-RECEXTNAM VALUE
               ‘[email protected],[email protected]’.
    Initialization
    REFRESH EMAIL_ITAB.
    Populate data
    EMAIL_ITAB-LINE = ‘Email body text 1’.
    APPEND EMAIL_ITAB.
    EMAIL_ITAB-LINE = ‘Email body text 2’.
    APPEND EMAIL_ITAB.
    T_EMAIL = C_EMAIL_DISTRIBUTION.
    --- EMAIL FUNCTION ---------------------------------------------------
    REQUIRMENTS:
    1) The user running the program needs a valid email address in their
       address portion of tx SU01 under external comms -> SMTP -> internet
       address.
    2) A job called SAP_EMAIL is running with the following parameters:
       Program: RSCONN01  Variant: INT   User: XXX
       This program moves mail from the outbox to the mail server using
       RFC destination: SAP_INTERNET_GATEWAY_SERVER
    INTERFACE:
    1) APPLICATION: Anything
    2) EMAILTITLE:  EMail subject
    3) RECEXTNAM:   EMail distribution lists separated by commas
    4) TEXTTAB:     Internal table for lines of the email message
    EXCEPTIONS:
    Send OK = 0 otherwise there was a problem with the send.
        CALL FUNCTION 'Z_SEND_EMAIL_ITAB'
             EXPORTING
                  APPLICATION = 'EMAIL'
                  EMAILTITLE  = 'Email Subject'
                  RECEXTNAM   = T_EMAIL
             TABLES
                  TEXTTAB     = EMAIL_ITAB
             EXCEPTIONS
                  OTHERS      = 1.
    Function Z_SEND_EMAIL_ITAB
    ""Local interface:
    *"       IMPORTING
    *"             VALUE(APPLICATION) LIKE  SOOD1-OBJNAM
    *"             VALUE(EMAILTITLE) LIKE  SOOD1-OBJDES
    *"             VALUE(RECEXTNAM) LIKE  SOOS1-RECEXTNAM
    *"       TABLES
    *"              TEXTTAB STRUCTURE  SOLI
    *- local data declaration
      DATA: OHD    LIKE SOOD1,
            OID    LIKE SOODK,
            TO_ALL LIKE SONV-FLAG,
            OKEY   LIKE SWOTOBJID-OBJKEY.
      DATA: BEGIN OF RECEIVERS OCCURS 0.
              INCLUDE STRUCTURE SOOS1.
      DATA: END OF RECEIVERS.
    *- fill odh
      CLEAR OHD.
      OHD-OBJLA    = SY-LANGU.
      OHD-OBJNAM   = APPLICATION.
      OHD-OBJDES   = EMAILTITLE.
      OHD-OBJPRI   = 3.
      OHD-OBJSNS   = 'F'.
      OHD-OWNNAM   = SY-UNAME.
    *- send Email
      CONDENSE RECEXTNAM NO-GAPS.
      CHECK RECEXTNAM <> SPACE AND RECEXTNAM CS '@'.
    *- for every individual recipient send an Email
    (see OSS message 0120050409/0000362105/1999)
      WHILE RECEXTNAM CS ','.
        PERFORM INIT_REC TABLES RECEIVERS.
        READ TABLE RECEIVERS INDEX 1.
        RECEIVERS-RECEXTNAM = RECEXTNAM+0(SY-FDPOS).
        ADD 1 TO SY-FDPOS.
        SHIFT RECEXTNAM LEFT BY SY-FDPOS PLACES.
        MODIFY RECEIVERS INDEX 1.
        PERFORM SO_OBJECT_SEND_REC
         TABLES TEXTTAB RECEIVERS
          USING OHD.
      ENDWHILE.
    *- check last recipient in recipient list
      IF RECEXTNAM <> SPACE.
        PERFORM INIT_REC TABLES RECEIVERS.
        READ TABLE RECEIVERS INDEX 1.
        RECEIVERS-RECEXTNAM = RECEXTNAM.
        MODIFY RECEIVERS INDEX 1.
        PERFORM SO_OBJECT_SEND_REC
         TABLES TEXTTAB RECEIVERS
          USING OHD.
      ENDIF.
    ENDFUNCTION.
          FORM SO_OBJECT_SEND_REC                                       *
    FORM  SO_OBJECT_SEND_REC
    TABLES  OBJCONT      STRUCTURE SOLI
            RECEIVERS    STRUCTURE SOOS1
    USING   OBJECT_HD    STRUCTURE SOOD1.
      DATA:   OID     LIKE SOODK,
              TO_ALL  LIKE SONV-FLAG,
              OKEY    LIKE SWOTOBJID-OBJKEY.
      CALL FUNCTION 'SO_OBJECT_SEND'
           EXPORTING
                EXTERN_ADDRESS             = 'X'
                OBJECT_HD_CHANGE           = OBJECT_HD
                OBJECT_TYPE                = 'RAW'
                OUTBOX_FLAG                = 'X'
                SENDER                     = SY-UNAME
           IMPORTING
                OBJECT_ID_NEW              = OID
                SENT_TO_ALL                = TO_ALL
                OFFICE_OBJECT_KEY          = OKEY
           TABLES
                OBJCONT                    = OBJCONT
                RECEIVERS                  = RECEIVERS
           EXCEPTIONS
                ACTIVE_USER_NOT_EXIST      = 1
                COMMUNICATION_FAILURE      = 2
                COMPONENT_NOT_AVAILABLE    = 3
                FOLDER_NOT_EXIST           = 4
                FOLDER_NO_AUTHORIZATION    = 5
                FORWARDER_NOT_EXIST        = 6
                NOTE_NOT_EXIST             = 7
                OBJECT_NOT_EXIST           = 8
                OBJECT_NOT_SENT            = 9
                OBJECT_NO_AUTHORIZATION    = 10
                OBJECT_TYPE_NOT_EXIST      = 11
                OPERATION_NO_AUTHORIZATION = 12
                OWNER_NOT_EXIST            = 13
                PARAMETER_ERROR            = 14
                SUBSTITUTE_NOT_ACTIVE      = 15
                SUBSTITUTE_NOT_DEFINED     = 16
                SYSTEM_FAILURE             = 17
                TOO_MUCH_RECEIVERS         = 18
                USER_NOT_EXIST             = 19
                X_ERROR                    = 20
                OTHERS                     = 21.
      IF SY-SUBRC <> 0.
        RAISE OTHERS.
      ENDIF.
    ENDFORM.
          FORM INIT_REC                                                 *
    FORM INIT_REC TABLES RECEIVERS STRUCTURE SOOS1.
      CLEAR RECEIVERS.
      REFRESH RECEIVERS.
      MOVE SY-DATUM  TO RECEIVERS-RCDAT .
      MOVE SY-UZEIT  TO RECEIVERS-RCTIM.
      MOVE '1'       TO RECEIVERS-SNDPRI.
      MOVE 'X'       TO RECEIVERS-SNDEX.
      MOVE 'U-'      TO RECEIVERS-RECNAM.
      MOVE 'U'       TO RECEIVERS-RECESC.
      MOVE 'INT'     TO RECEIVERS-SNDART.
      MOVE '5'       TO RECEIVERS-SORTCLASS.
      APPEND RECEIVERS.
    ENDFORM.
    2.

  • Firefox 19 always crashes after completing download and opening download window

    I never had this problem before, it only started after the update to Firefox 19.
    After completing a download, FF crashes, when the crash happens FF closes and doesn't give the option to send a report.
    I already disabled virus scanning and it didn't solve the problem.
    I'm using Windows 8 64 bits.

    Try to disable hardware acceleration in Firefox.
    Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    https://hacks.mozilla.org/2010/09/hardware-acceleration/
    THANK YOU A LOT cor-el!!!!!!! :D

  • Not opening a browser after completion of setup (ask toolbar) in windows 7.

    Hi friends,
           I just right know i facing a problem for installation ask toolbar in windows 7 PC on command line. I need to silently installation without interface displaying and after completion of installation then can't be open automatically
    browser with asks web site.
    How can i disable a browser it not open after completion of setup (ask toolbar) in windows7 on command line.

    Hello,
    The closest Microsoft forum would be the
    Windows 7 forum on Microsoft Community.
    However, this is not a Microsoft product, so I'd ask on
    http://help.ask.com/link/portal/30015/30018/ArticleFolder/9/Ask-com-Q-A-Community
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog:http://unlockpowershell.wordpress.com
    My Book:Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C40686F746D61696C2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • Scheduling job2 after completing job1 both periodically

    I have a problem in scheduling second job2 after completing the first job1. Both the jobs have to be scheduled / executed periodically.
    In the After job step only first time job2 is executing after first job1 is executed. There is no option to execute second job periodically. Second time when first job1 executes, second job2 is not executing second time.
    In the After event step, there is an option to execute second job2 periodically.
    I am not sure which event to fire. But by going through the F4 (possible list of) values, I thought "SAP_END_OF_JOB" event may suit for my requirement.
    But I could not find where to attach my job1, job2 to the event SAP_END_OF_JOB in the JOB Overview screen.
    Job1 creates a batch input session in background in SM35.
    Job2 has to be executed after completing the processing of session created by Job1.
    Any help is great and appreciated.
    Thanks in advance.

    Hi Chakra,
    Please explain your requirement further.
    1. A program creates SM35 sessions. A periodic job is defined for that.
    2. Another program or a person processes those sessions.
    3. A third one should be scheduled to run right after that.
    If my assumption is true, I have some questions about it. How are the sessions processed? Are they manually processed or are they scheduled in batch processing?
    I have a couple of scenarios in mind.
    <u>Scenario 1.</u>
    1. One program creates the sessions and also processes them by using RSBDCSUB program. This program will be scheduled as step 1 of the job.
    2. Program 2 will be scheduled as step 2 of the job.
    <u>Scenario 2.</u>
    1. One program creates the sessions. This will be step 1 of the job.
    2. RSBDCSUB will be scheduled as step 2.
    3. Program 2 will be scheduled as step 3.
    <u>Scenario 3.</u>
    1. One program takes of creating the sessions, then submitting the RSBDCSUB to process and then submits the program2. You can then schedule one job for this one program.
    If you can give more details of your requirement may be I can help.
    Regards,
    Srinivas

  • Regarding after updating my iphone4 with itunes in laptop after completing,when iam trying to use apps on my iphone4 they are not working

    Hi everybody,
    From last week when iam syncing my iphone with my laptop and updating songs or apps iam facing some problems.
    1) While iam trying to update my iphone with itunes for updating songs.First in library in itunes i will remove old songs and will update new songs,then after syncing with itunes my iphone4 it must show in music only new songs not old songs.but for me both mix it showing for me old and new songs.I tried in manual option also then also it showing same mix songs.please tell me how to over come this problem.I tried my removing update backup also then also it is not showing any advantage in it.
    2) Another problem is while iam updating my iphone4 with itunes it automatically sync the apps also but after completing the update when iam trying to use apps in my iphone they are not working.
    Please help me how to solve from these problems.

    No NAS other than an Apple one includes native support for AFP. They all use an open source package called Netatalk that is junk. Many years ago Apple deprecated the old security modules that Netatalk uses.
    The easiest solution is to hack up Lion so that it will connect with the old security protocol. Do a search for "lion dhx2" or something like that. Another option is to update your NAS to a version of Netatalk that includes support for DHX2. That is easier said than done. Netatlk isn't as "open" as other open source packages.

  • How to re-activate 'Mail' after complete successful Time machine re-installation except 'Mail' backup keeps getting stuck?

    How to re-activate 'Mail' after complete successful Time machine re-installation except 'Mail' backup keeps getting stuck?

    Trying to re-instal my email history the 'Mail Message Import' dialogue screen says: 'Mail needs to import your messages. This might take a few minutes. You won't be able to use Mail until the import is finished'.
    The problem is: after importing 5,000 messages it stops and the 'Time remaining' only keeps adding up to many hours (17 hours). There are almost 80,000 email messages in my Time machine backup.
    How to get this working? I am even prepared to give up my email history if i can only get my 'Mail' application working again.

  • After completing the OS X Mavericks everything runs slow

    After completing the OS X Mavericks everything runs slow.  Programs, menus and files.  When I click on them it is like they hesitate to open.  Programs are slow at opening and working with them.

    First, back up all data immediately, as your boot drive might be failing.
    Step 1
    This diagnostic procedure will query the log for messages that may indicate a system issue. It changes nothing, and therefore will not, in itself, solve your problem.
    If you have more than one user account, these instructions must be carried out as an administrator.
    Triple-click anywhere in the line below on this page to select it:
    syslog -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|find tok|n Cause: -|NVDA\(|timed? ?o' | tail | open -ef
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V). I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key.
    The command may take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear.
    A TextEdit window will open with the output of the command. Normally the command will produce no output, and the window will be empty. If the TextEdit window (not the Terminal window) has anything in it, stop here and post it — the text, please, not a screenshot. The title of the TextEdit window doesn't matter, and you don't need to post that.
    Step 2
    There are a few other possible causes of generalized slow performance that you can rule out easily.
    Disconnect all non-essential wired peripherals and remove aftermarket expansion cards, if any.
    Reset the System Management Controller.
    Run Software Update. If there's a firmware update, install it.
    If you're booting from an aftermarket SSD, see whether there's a firmware update for it.
    If you have a portable computer, check the cycle count of the battery. It may be due for replacement.
    If you have many image or video files on the Desktop with preview icons, move them to another folder.
    If applicable, uncheck all boxes in the iCloud preference pane. See whether there's any change.
    Check your keychains in Keychain Access for excessively duplicated items.
    Boot into Recovery mode, launch Disk Utility, and run Repair Disk.
    If you have a MacBook Pro with dual graphics, disable automatic graphics switching in the Energy Saverpreference pane for better performance at the cost of shorter battery life.
    Step 3
    When you notice the problem, launch the Activity Monitor application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Activity Monitor in the icon grid.
    Select the CPU tab of the Activity Monitor window.
    Select All Processes from the View menu or the menu in the toolbar, if not already selected.
    Click the heading of the % CPU column in the process table to sort the entries by CPU usage. You may have to click it twice to get the highest value at the top. What is it, and what is the process? Also post the values for User, System, and Idle at the bottom of the window.
    Select the Memory tab. What value is shown in the bottom part of the window for Swap used?
    Next, select the Disk tab. Post the approximate values shown for Reads in/sec and Writes out/sec (not Reads in andWrites out.)
    Step 4
    If you have more than one user account, you must be logged in as an administrator to carry out this step.
    Launch the Console application in the same way you launched Activity Monitor. Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Select the 50 or so most recent entries in the log. Copy them to the Clipboard by pressing the key combinationcommand-C. Paste into a reply to this message (command-V). You're looking for entries at the end of the log, not at the beginning.
    When posting a log extract, be selective. Don't post more than is requested.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some personal information, such as your name, may appear in the log. Anonymize before posting. That should be easy to do if your extract is not too long.

  • Remove Persistent Network Drive Z:\MDTLogs$ after Complete Deployment through MDT

    Hi 
    I just completed  my Windows 7 Deployment using MDT 2013. I use a Light Touch installation. After completing i log into my computer, everything looks
    fine. But I have a persistent Network Drive Z:\MDTLogs$(Shared folder for MDT Logs on MDT Server). I don't want permanently have this Network Drive mapped.
    Is there an way to disable this in the Deployment Workbench or similar?
    CS.ini for MDT Logs location on MDT server
    SLShare=\\192.168.1.10\MDTLogs$\%ComputerName%
    SLShareDynamicLogging=\\192.168.1.10\MDTLogs$\%ComputerName%
    Shailendra Dev

    Hi,
    LTICleanup is supposed to remove mapped drive at the end of a deployment.
    Check what the logs say in C:\windows\temp\deployment logs\ 
    You can also try to add to your customsettings.ini file the variable FinishAction=Restart
    Other problem could be a remaining of the default profile, check this post: http://social.technet.microsoft.com/Forums/en-US/b6e79f90-241c-4878-81c5-bc1800004f1b/mdt-copyprofile-and-network-drive?forum=mdt#0d21ff7a-d346-42bc-883e-be67cbefbb84

  • HT4840 Boot camp does not boot to Windows 7 disk after completing disk partition - white blank screen

    After completing the partitionning of the hard disk, the iMac reboots but nothing happens. The system does not boot from the Windows 7 disk.
    A blank screen appears and that's all.
    I have tried to manually boot from the disk by pressing the <Alt> kei will restarting the iMac. The system display the option of booting from the iMac hard disk or the Windows 7 disk. Seelcting the Windows 7 option does noting.
    Thanks in helping me find a solution to my boot problem.
    Danarc54

    Are using a 64 bit version or a 32 bit version of Windows?
    I'm not up on the iMacs but according to this article you may not be able to use 64bit Windows.

  • HT3964 my built-in isight camera will still not work on my macbook pro after completing smc reset.  The green light comes on but no video.

    my built-in isight camera will still not work on my macbook pro after completing smc reset.  The green light comes on but no video. 
    Any Suggestions?

    Restart the computer.

  • After completing my upgrade to Adobe Reader 11.0.10 When I attpemt to use "Tools/File/File Save As" from IE 11 I get a "Adobe Reader is not Responding" and my browser is locked up.

    After completing my upgrade to Adobe Reader 11.0.10. when I attempt to save an online PDF to my local drive I receive a blank window where I would expect to see file directory structure to save to.
    No local directories are displayed for "Saving To", it is all blank.   When I try to Close (by clicking X)  the "File Save As" box a message pops up on top that says "Adobe Reader is not Responding"  It locks up all of my IE windows, not just the one with the PDF doc.
    I then need to go Task Manager and stop the IE task.  All my browser windows are then closed.
    That is the only way to recover from the "Adobe Reader is Not Responding" message.
    This was not happening in previous versions of Reader.
    Tolls/File/File Save As always worked properly.
    I have installed IE 11 (11.0.9600.17690)

    Please don't post the same question multiple times!

Maybe you are looking for