PR not created in MD03

Hi All,
I have created a sale order for a material. There is no stock for this material. When I am running MD03 requirement is flowing but PR is not getting created.
I have used MRP Parameter 1,3,1,3,2
Please guide.
Thanks and Regards
Pavan

When you create a third-party order, the automatic creation of a purchase requisition can be stopped for various reasons:
1. Data relevant for the creation of the purchase requisition is missing, for example, plant, item category of the purchase requisition (to be set in the schedule line category of the order item), order type (to be set in the schedule line category of the order item).
2. The sales order is credit blocked.
3. A user status in the sales order forbids the business transaction RMBA (material purchase requisition).
4. The user does not have sufficient authorizations for creating a purchase requisition.
5. Required-entry fields were not filled in the purchase requisition. When you create a third-party order, you automatically branch to the purchase requisition if required-entry fields are empty in the purchase requisition. If these are not filled during order processing, the purchase requisition is not saved.

Similar Messages

  • Automatic schedule lines not creating after MD03

    HI Gurus,
    When I am running MD03 system is creating Pur. Requisitions instead of Schedule lines
    I am running with
    NETCH
    2
    3
    1
    1
    1
    29102011
    Data maintained
    1.Material master /vendor master Auto po ticked (MRP type VB ROP 500 ,Safety stock 600, current stock 200)
    2.Sch. Agreement created with LP (validity period, Qty ok)
    3.Pur. Info rec maintained for vendor material for the plant.
    4.Source list maintained with Vendor,scheduling agreement no ,item no, MRP indicator 2 Fixed vendor ticked
    Now after Running MD03
    Pur. Req created for 400 qty
    but when I click on Procurement proposal manually I can select Del. Schedule and create
    but system is asking Agreement no. item,qty etc (I already maintained Source list system is asking again )
    Then why not system creating automatically..
    Please help..
    Thanks in advance

    Thanks  Jürgen,
    It was a problem of Date ,validity period of the SA.
    which I sort out any way thank you. for your input

  • MRP batch job not creating planned orders

    Hi Experts,
    Can anyone help with suggestions of where/what to look at with this situation. My MRP background (batch) job is not creating planned orders for materials in certain MRP planning areas as expected, but will create planned orders in other MRP planning areas.   Running MD01 or MD03 creates planned orders for materials in all MRP planning areas of the plant as expected.

    Ben,
    Any time you get a difference between interactive MRP and batch MRP, first look to the planning file.
    Start out by finding some of the discrepant parts (no planned orders are being created) Review for the presence of a planning file entry in MD21. If an entry does not exist, create one in MD20.  If an entry does exist in MD21, but there is nothing in the NETCH/ NETPL/reset ord/reexpl bom cols, then this means no relevant changes have taken place, and NETCH MRP will ignore the parts. You can optionally reset these flags in MD21.
    If you discover that you have one material for which there is nothing in MD21 (no record at all), then you probably have others as well. Run MDAB in Background, which will mass create all the missing entries. Also a good idea to run MDRE in case something has been corrupted.
    Here is [OSS note 205681|https://service.sap.com/sap/support/notes/205681] which explains a bit about the planning file.  Also, See  [OSS 371016|https://service.sap.com/sap/support/notes/371016] which describes a similar problem.
    Rgds,
    DB49

  • Save as does not Create PDF Compatible File even when the creare pdf compatible files is on, Illustrator CC 2014

    save as does not Create PDF Compatible File even when the creare pdf compatible files is on, Illustrator CC 2014

    When I open is adobe acrobat I get this message.
    "This is an Adobe® Illustrator® File that was
    saved without PDF Content.
    To Place or open this  le in other
    applications, it should be re-saved from
    Adobe Illustrator with the "Create PDF
    Compatible File" option turned on. This
    option is in the Illustrator Native Format
    Options dialog box, which appears when
    saving an Adobe Illustrator  le using the
    Save As command."

  • Can not create the connection in the enrironment!!

    hello,every one:
    please see the following code:
              Environment *env = Environment::createEnvironment(Environment::OBJECT);
              Connection *conn = env->createConnection(userName,password,connectString);
    try
    //use the conn
              catch (SQLException &ex)
                   env->terminateConnection(conn);
                   Environment::terminateEnvironment(env);
                   throw;//re-throw
              env->terminateConnection(conn);
              Environment::terminateEnvironment(env);
              Environment *ev = Environment::createEnvironment(Environment::OBJECT);
    //the program stopped here,display i can not create the new connection
              Connection *cn = ev->createConnection(userName,password,connectString);
              ev->terminateConnection(cn);
              Environment::terminateEnvironment(ev);
    I have terminated the connection and the environment,then why I can not create the
    connection in the new environment?
    I have tried several times,if you connect the same database as the former,then it
    does not work,but if you connect a new database ,it can create the new connection!
    plus:I don't want to use conection pool .
    Can I have some method to solve the problem?
    Please help me!
    Thanks a lot in advance!
    tony from China

    Hi Tony,
    This similar sample works perfectly fine for me. Can you
    retry with this?
    #include <iostream>
    #include <occi.h>
    using namespace std;
    using namespace oracle::occi;
    int main()
            Environment *env = Environment::createEnvironment(Environment::OBJECT);
            Connection *conn = env->createConnection("scott","tiger","inst1");
            try
            //use the conn
            catch (SQLException &ex)
                    env->terminateConnection(conn);
                    Environment::terminateEnvironment(env);
                    cout<<ex.getMessage();
            env->terminateConnection(conn);
            Environment::terminateEnvironment(env);
            Connection *cn;
            Environment *ev;
            try{
            ev = Environment::createEnvironment(Environment::OBJECT);
            cn = ev->createConnection("scott","tiger","inst1");
            catch (SQLException &ex)
                    ev->terminateConnection(cn);
                    Environment::terminateEnvironment(ev);
                    cout<<ex.getMessage();
            ev->terminateConnection(cn);
            Environment::terminateEnvironment(ev);
    }Rgds
    Amogh

  • Crystal Server 2013: How to troubleshoot "Can not create temp file---- Error code:-2147215357"

    We have a Java7 web app, which generate PDF report by calling Crystal Server 2013 SP4.
    The app is being deployed on many different servers. We sometimes got the error below when generating report:
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Can not create temp file---- Error code:-2147215357 [CRSDK00000615] Error code name:internal
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.controllerExportInternal(PrintOutputController.java:280)
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(PrintOutputController.java:152)
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(PrintOutputController.java:130)
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(PrintOutputController.java:113)
    Problem is, this seems to be  a pretty generic exception. It could be caused by many different reasons.
    e.g. network connection problem, wrong DB login, wrong folder path, lack of folder access right, etc.
    Each time we could only guess what's wrong.
    We are running into it again, and this time everything seems correctly configured so far.
    We wonder if there are more info we can get to troubleshoot? For example, any log file of Crystal Server we should look into? Or does Crystal Server has debug mode which prints more details to tell us what goes wrong?

    Prithviraj Shekhawat wrote:
    Hi Henry,
    I believe you are using RAS SDKs to export the reports to PDF.
    Apply trace on RAS server and check what you find in RAS logs.
    Check whether you can see timeout error is RAS logs. Usually if connection is lost and the RAS server no more have the session to write to the temp directory, we do see these errors.
    Also, does the account that runs RAS have permissions to create a file in RAS's default temp directory? Are you getting any out of memory or out of disk space exceptions on App server or RAS, tracing RAS server is the way to move forward.
    Thanks,
    Prithvi
    >>I believe you are using RAS SDKs to export the reports to PDF.
    Yes
    >>Apply trace on RAS server and check what you find in RAS logs.
    >>Check whether you can see timeout error is RAS logs.
    How to configure tracing, and where are RAS logs? Is it configured in CMC --> Servers --> Crystal Report Services?
    >>Also, does the account that runs RAS have permissions to create
    >>a file in RAS's default temp directory?
    Pretty sure yes.
    >> Are you getting any out of memory or out of disk space exceptions
    >>on App server or RAS, tracing RAS server is the way to move forward.
    Not on App server.
    For RAS, that's the problem, I am not sure where to look.......

  • JMStudio Error  "Can not create session manager"

    Hi,
    I'm trying to transmit an mpg file through a simple pc to pc network, using the transmission wizard in the JMStudio, and everytime it causes a "can not create session manager" error, even when I try to transmit .mp3 file
    I'm using an ip like 100.100.0.1 for the sender machine, and 100.100.0.2 for the receiver machine, and I don't know where is the problem
    thanks in advance

    Um,maybe the port that you use for transmission is already occupied.
    Make sure that you are not using JMStudio to transmit streams while trying to receive streams from the same port.

  • Can not create temp file---- Error code:-2147215357 [CRSDK00000615] Error code name:internal

    Hello,
    While exporting Export reporting from BI4 getting exception
    Can not create temp file---- Error code:-2147215357 [CRSDK00000615] Error code name:internal
    In Trace Log I am getting
    com.crystaldecisions.xml.serialization.XMLWriter||Failed to create an object instance for CrystalReports.TextObjectFormat
    java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key CrystalReports.TextObjectFormat
      at java.util.ResourceBundle.getObject(ResourceBundle.java:374)
      at java.util.ResourceBundle.getString(ResourceBundle.java:334)
    I tried following solution according to the all forums but still issue exist.
    Done changes mention in KB article In <Installation-dir-of-BO>\Common\4.0\java\CRConfig.XML we have to increase the JAVA heap MIN and Max size
              <JVMMaxHeap>64000000</JVMMaxHeap>          <JVMMinHeap>32000000</JVMMinHeap>
    Increase the value in the ReportApplicationServer Services in the CMC for "Number of database records to read when previewing or refreshing a report". The value -1 is for unlimited records but not recommended for performance.
    Check for temporary read write permission on server
    Using SDK library from C:\Program Files (x86)\SAP Business Objects\SAP BusinessObjects Enterprise XI 4.0\java\lib
    Can you please let me know is there anything missing.

    Hi,
    We face the same problem with some BI4 reports.
    The same report works well with the "Crystal Reports Viewers API", as used in Infoview, but not with the "Report Application Server (RAS) API".
    This error appears after some time working on a report. If we reproduce the same report, but from zero, no problem.
    Hope it can help.
    Ludovic.

  • Can not create recovery discs on satellite C875D-S7330

    Can not create recovery discs on satellite C875D-S7330. Drive runs and appears to be doing it thing, then aborts saying it has error to check disc for scratch or dust on media. Error code: OEO1B5-26-2AO3OC 00 . Tried 3 new discs all same results. Tried a 4th disc trying to continue on with disc 2 of recovery discs, got another error on this one. Error code: 020150-20-00000000.
      Anyone have a fix for this? Had this machine less than 24hrs.
    Thanks
    Don B.

    Personally, I would get a 16gig USB thumb drive and put your recovery on it.  It eliminates having to swap disks during recovery and it's easy to store.  I've used mine several times and it's worked perfectly every time.
    L875D-S7232 (Win 8.1)

  • IDOC not created in R/3

    Hi,
    I am sending IDOC from XI to R/3 using IDOC Adapter.
    When I send around 2000 documents(2000 idoc are created in R/3)it works fine and I can see Idoc created in WE02.
    But When I send more then 6000 documents,IDOCS are not created in R/3.But I can see in idx5 in XI 6000 outbound idocs.
    Thanks in advance.
    Rekha.

    Have you checked whether the tRFC queue is full and creating with time delay ?
    Try to increase remote user login parameter in the instance profile.
    regards
    Shravan

  • Index not created but it still reserved space on the disk

    Hi all,
    I have got a problem with creating an index. I am using oracle 10.2 DB on Windows 2003 Server.
    There are several jobs that are running at night to collect data from another database. Therefor I am always dropping the indices (for faster inserts, because the tables are really big) and after the data is loaded I am recreating the indices.
    Now when reacreating one of the index it gave me an error: ORA-01652: unable to extend temp segment by 8192 in tablespace CEXPLUS
    which I interpreted that there is no space left in tablespace CEXPLUS. I figured out on which disk the tablespace is saved. At that time I still had 55,5 MB free space left. Then I deleted some files and got 600 MB free space. Afterwards I created the index again. But after 1h or so there was still no index and now I only got 712 KB free space.
    Where is the free space if the index was not created and how can I get it back?
    How can I figure out, how much space I will need for the index?
    Any help is highly appreciated.
    Regards,
    Denise

    Hi,
    I used this query (I am not sure whether it is correct):
    SELECT tablespace_name, (sum(bytes)/1024)/1024 mb
    from dba_free_space
    group by tablespace_name
    and it says for the tablespace CEXPLUS (in which I want to create the failed index) there is still 8074 MB left. But I know that on the server itself the harddisk has got 712 KB free space. How can that be? And still my question, before I created the failed index I had 600 MB free space? How can I get it back?
    What about the sort segment? Is ist still used by the failed index? Or is it used by other transactions, so meaning that it is overwritten? And if I restart the database will the space it had taken be free again, meaning will I then have back my 600 MB?
    Thanks for your help.
    Regards,
    Denise

  • Cisco LMS 4.1 Installation on Windows Server 2008 R2, Databases not created

    Hi There,
    As always, I am trying to install LMS 4.1 on windows server 2008 R2 and after the installation and login to the LMS I find the following:
    DCRServer is down or may not be completely up. Check if the DCRServer process is running.
    And after some troubleshooting I found that the LMS is not creating the CMF database and the other databases. Attached is the installation log file, if someone could help me with it would be appreciated. Please note the following:
    1. I have downloaded the installation file from Cisco website twice, so I do not think it is the file that is corrupted, also it is only evaluation license.
    2. I have met all the prerequisites and requirement as in the documentation guides, but maybe there is something still wrong.
    Thanks,

    Also Here is more info output:
    C:\Program Files (x86)\CSCOpx>pdshow -brief
      Process               State                                     Pid
      Tomcat                Program started - No mgt msgs received    1572
      TomcatMonitor         Running normally                          2236
      Apache                Program started - No mgt msgs received    2436
      DataPurge             Administrator has shut down this server   0
      DCRServer             Failed to run                             0
      CMFOGSServer          Administrator has shut down this server   0
      EssentialsDM          Administrator has shut down this server   0
      ConfigMgmtServer      Never started                             0
      ConfigUtilityService  Never started                             0
      CTMJrmServer          Administrator has shut down this server   0
      ChangeAudit           Never started                             0
      SyslogAnalyzer        Program started - No mgt msgs received    2976
      ICServer              Running normally                          5096
      EnergyWise            Never started                             0
      PMCOGSServer          Administrator has shut down this server   0
      IPMOGSServer          Administrator has shut down this server   0
      IPMProcess            Never started                             0
      TISServer             Program started - No mgt msgs received    2544
      DFMOGSServer          Program started - No mgt msgs received    876
      InventoryCollector    Running normally                          3052
      Interactor            Program started - No mgt msgs received    5136
      InventoryCollector1   Program started - No mgt msgs received    5144
      Interactor1           Program started - No mgt msgs received    5308
      PTMServer             Program started - No mgt msgs received    5320
      UPMProcess            Never started                             0
      TISDiscoveryJobCreate Administrator has shut down this server   0
      SyslogCollector       Running normally                          5340
      Proxy                 Program started - No mgt msgs received    5348
      PMServer              Running normally                          5360
      NameServer            Program started - No mgt msgs received    5680
      NameServiceMonitor    Running normally                          5876
      LicenseServer         Program started - No mgt msgs received    5884
      FHPurgeTask           Never started                             0
      EventFramework        Program started - No mgt msgs received    5892
      EPMServer             Program started - No mgt msgs received    5904
      FHServer              Administrator has shut down this server   0
      NOSServer             Program started - No mgt msgs received    5580
      diskWatcher           Running normally                          5640
      DFMMultiProcLogger    Program started - No mgt msgs received    5864
      DFMLogServer          Program started - No mgt msgs received    4896
      DFMCTMStartup         Administrator has shut down this server   0
      DfmBroker             Running normally                          6104
      DfmServer             Running normally                          6416
      DfmServer1            Running normally                          6424
      DCRDevicePoll         Never started                             0
      CSRegistryServer      Running normally                          6432
      CSDiscovery           Never started                             0
      AdapterServer1        Program started - No mgt msgs received    6440
      AdapterServer         Program started - No mgt msgs received    6448
    C:\Program Files (x86)\CSCOpx>pdshow DCRServer
            Process= DCRServer
            State  = Failed to run
            Pid    = 0
            RC     = -3
            Signo  = 1073741821
            Start  = N/A
            Stop   = 07/02/2012 17:39:06
            Core   = Not applicable
            Info   = Application failed or was registered incorrectly.
    C:\Program Files (x86)\CSCOpx>net stop crmdmgtd
    The Cisco Prime Daemon Manager service is stopping..........................................
    The Cisco Prime Daemon Manager service was stopped successfully.
    C:\Program Files (x86)\CSCOpx>bin\perl.exe objects\db\conf\configureDb.pl action=validate dsn=cmf
    INFO: C:\PROGRA~2\CSCOpx/objects/db/conf/ConfigureDB.LOCK locked for the operation...
    ERROR: [StandardDbUpgrade] : Database cmf is not installed.
    INFO: C:\PROGRA~2\CSCOpx/objects/db/conf/ConfigureDB.LOCK released for the future operations...
    C:\Program Files (x86)\CSCOpx>bin\perl.exe bin\dbpasswd.pl all
    ERROR: There is no database available to change password.
    C:\Program Files (x86)\CSCOpx>bin\perl.exe bin\dbRestoreOrig.pl dsn=cmf dmprefix=Cmf npwd=pwd
    'cmf' is not a valid data source for the product.

  • Could not create task file

    We are installing SAP R3 4.7 sr1 on Linux SuSE SLES9, 32/bit.
    Problem: During the installation of DI, phase Database Load (Pst Processing), installation stopped , and in the log file said
    Could not create task file tmp/sapinst_instdir/.../SAPREPOS.TSK
    Anyone with the similar problem? Solution?
    Best regards,
    Igor Kokai

    Hello:
    I do not know exactly what of the following elements contributed to fix the problem, but
    following is the list of changes we did in a 3rd try to install R/3 on Sun Solaris.
    1.  Get latest SAPINST.
    2.  Use a different installation directory, which is permitted by the use os a new SAPINST.  We used something outside /tmp, which is used by default by the SAPINST that comes with the CDs.
    3.  Delete the whole installation and start again, because by just using SAPINST in the middle of the installation, the problem was not fixed.
    4.  Change the SID from DEN to DE1.
    5.  There was an answer in sdn about the problem telling a linux user to use another environment variable that was for HP-UX, but since it was suggested for them, we took it, just in case. That was also done in the middle of the installation when the problem was happening, but did not fix the problem.
    6. We did not install the oracle patch 9.2.0.7 because the patch is the one that looks for a bunch of sun patches, that although we already had them, since the error we were getting was oracle related, it was decided not to do that for now.
    7.  Smile and go ahead without desperation.
    Regards,
    Juan

  • Text Entry Captions not created

    Using Adobe Captivate 5.0 - Training mode is not creating the Text Captions for Text Entry Boxes, even though selected in the Training/Recording settings. Creates Text Entry box, but no Text Caption. Really want this to work when recording SAP simulations, but doesn't even seem to work when recording internet browser or MS Oulook either. Any ideas?  Thanks.

    Hello again
    Perhaps it will help if I simply describe how Captivate usually works. There are several ways to record. There is "Full Motion" (FMR) where everything is recorded just like a movie. Not the best way of working bit is possible. In FMR no captions or anything of the sort is added during the recording process, but you may add them later if you like.
    Then there is the "slide by slide" capture mode. Each click of the mouse generally results in a screen capture. But this mode of capturing has four variations.
    * Demonstration
    * Training Simulation
    * Assessment Simulation
    * Custom
    Demonstration mode provides text captions for activity. Click this or that. Also, highlight boxes are added along with tracking mouse movement.
    Both of the simulation modes will ignore text captions, mouse tracking and highlight boxes. Instead, these modes simply add Click Boxes and Text Entry Boxes to allow "simulation" or interacting with the Captivate. These objects offer "Feedback" captions to indicate Correct or Incorrect actions.
    From what you have described, you want to enable "Custom" recording mode where you choose the mix of elements you get.
    However, NONE of these modes will analyze what is happening and describe it to the user. Instead, they may or may not recognize what you are clicking on in order to create captions. You might see funky names like "Click the TechnicalNameForControl" control.
    Does this help any?
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Sharepoint 2010 - SPUCWorkerProcess - Could not create file

    I have some type of permission issue that is preventing my User Code Host service from running (it starts then stops).    I am seeing the following in my ULS:
    03/01/2011 09:59:13.42 SPUCWorkerProcess.exe (0x0F78)
    0x1254 SharePoint Foundation
    Unified Logging Service f05l
    High Could not create file C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS\\IH-PORTAL002.ulstest, HRESULT=0x80070005
    03/01/2011 09:59:13.42 SPUCWorkerProcess.exe (0x0F78)
    0x1254 SharePoint Foundation
    Unified Logging Service f05n
    High No permission to write on C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS\
    Followed by:
    03/01/2011 09:59:16.64 SPUCHostService.exe (0x13A8)
    0x0D00 SharePoint Foundation
    General 84yj
    Medium Performance Counter OS (pdh) call failed with error code PDH_INVALID_HANDLE.
    03/01/2011 09:59:16.77 SPUCHostService.exe (0x13A8)
    0x0D00 SharePoint Foundation
    Sandboxed Code Service ei0p
    Monitorable - Unhandled exception System.ComponentModel.Win32Exception: Unknown error (0xc0000bbc)     at Microsoft.SharePoint.Win32.SPPdh.CheckReturnValue(PDH_STATUS status, Boolean throwOnError)  
      at Microsoft.SharePoint.Utilities.SPPerformanceCounter.NextValue(Int32 retry, Int32 retryInterval)     at Microsoft.SharePoint.UserCode.SPUserCodePerformanceCounterHelper..ctor(String processName, Int32 processInstanceId) thrown while reading
    perf counters for process "SPUCWorkerProcess".
    03/01/2011 09:59:16.77 SPUCHostService.exe (0x13A8)
    0x0D00 SharePoint Foundation
    General 84yj
    Medium Performance Counter OS (pdh) call failed with error code PDH_INVALID_HANDLE.
    03/01/2011 09:59:16.77 SPUCHostService.exe (0x13A8)
    0x0D00 SharePoint Foundation
    Sandboxed Code Service ei0p
    Monitorable - Unhandled exception System.ComponentModel.Win32Exception: Unknown error (0xc0000bbc)     at Microsoft.SharePoint.Win32.SPPdh.CheckReturnValue(PDH_STATUS status, Boolean throwOnError)  
      at Microsoft.SharePoint.Utilities.SPPerformanceCounter.NextValue(Int32 retry, Int32 retryInterval)     at Microsoft.SharePoint.UserCode.SPUserCodePerformanceCounterHelper..ctor(String processName, Int32 processInstanceId) thrown while reading
    perf counters for process "SPUCWorkerProcess".
    03/01/2011 09:59:16.77 SPUCHostService.exe (0x13A8)
    0x0D00 SharePoint Foundation
    General 84yj
    Medium Performance Counter OS (pdh) call failed with error code PDH_INVALID_HANDLE.
    03/01/2011 09:59:16.78 SPUCHostService.exe (0x13A8)
    0x0D00 SharePoint Foundation
    Sandboxed Code Service ei0p
    Monitorable - Unhandled exception System.ComponentModel.Win32Exception: Unknown error (0xc0000bbc)     at Microsoft.SharePoint.Win32.SPPdh.CheckReturnValue(PDH_STATUS status, Boolean throwOnError)  
      at Microsoft.SharePoint.Utilities.SPPerformanceCounter.NextValue(Int32 retry, Int32 retryInterval)     at Microsoft.SharePoint.UserCode.SPUserCodePerformanceCounterHelper..ctor(String processName, Int32 processInstanceId) thrown while reading
    perf counters for process "SPUCWorkerProcess".
    I have verified that the service account for the SPUCHostService is a domain account belonging to the the WSS_WPG local group (I also tried adding to the WSS_ADMIN_WPG group with no more success).  The WSS_WPG
    group has read and write access to the log folder mentioned above.
    I started troubleshooting this when I tried to activate and use the CRM 2011 list control.  And found that other sandboxed solutions also fail which lead me to look at the SharePoint 2010 User Code Host, which will not keep running.
    I have a Sharepoint 2010 enterprise farm with one WFE and one seperate database server all on a single domain.   The WFE is running on Windows 2008 sp2 (64 bit).   
    I look forward to your advice / suggestions.
    PS.  I have been working on this for a couple days, and have read many issues that seem to be related, but I have already checked that the Service is now set to automatic, that the service account is a member of the WSS_WPG group and should therefore
    have rights to the Logs folder.  It is also a member of the Local Administrators and the Performance Log Users group.
    Fred Zilz

    After IISReset I don't see the Logs directory issue but I still have the following:
    03/01/2011 14:00:53.35 SPUCHostService.exe (0x15E0)
    0x13DC SharePoint Foundation
    General 84yj
    Medium Performance Counter OS (pdh) call failed with error code PDH_INVALID_HANDLE.
    03/01/2011 14:00:53.46 SPUCHostService.exe (0x15E0)
    0x13DC SharePoint Foundation
    Sandboxed Code Service ei0p
    Monitorable - Unhandled exception System.ComponentModel.Win32Exception: Unknown error (0xc0000bbc)     at Microsoft.SharePoint.Win32.SPPdh.CheckReturnValue(PDH_STATUS status, Boolean throwOnError)  
      at Microsoft.SharePoint.Utilities.SPPerformanceCounter.NextValue(Int32 retry, Int32 retryInterval)     at Microsoft.SharePoint.UserCode.SPUserCodePerformanceCounterHelper..ctor(String processName, Int32 processInstanceId) thrown while reading
    perf counters for process "SPUCWorkerProcess".
    03/01/2011 14:00:53.46 SPUCHostService.exe (0x15E0)
    0x13DC SharePoint Foundation
    General 84yj
    Medium Performance Counter OS (pdh) call failed with error code PDH_INVALID_HANDLE.
    03/01/2011 14:00:53.46 SPUCHostService.exe (0x15E0)
    0x13DC SharePoint Foundation
    Sandboxed Code Service ei0p
    Monitorable - Unhandled exception System.ComponentModel.Win32Exception: Unknown error (0xc0000bbc)     at Microsoft.SharePoint.Win32.SPPdh.CheckReturnValue(PDH_STATUS status, Boolean throwOnError)  
      at Microsoft.SharePoint.Utilities.SPPerformanceCounter.NextValue(Int32 retry, Int32 retryInterval)     at Microsoft.SharePoint.UserCode.SPUserCodePerformanceCounterHelper..ctor(String processName, Int32 processInstanceId) thrown while reading
    perf counters for process "SPUCWorkerProcess".
    03/01/2011 14:00:53.46 SPUCHostService.exe (0x15E0)
    0x13DC SharePoint Foundation
    General 84yj
    Medium Performance Counter OS (pdh) call failed with error code PDH_INVALID_HANDLE.
    03/01/2011 14:00:53.47 SPUCHostService.exe (0x15E0)
    0x13DC SharePoint Foundation
    Sandboxed Code Service ei0p
    Monitorable - Unhandled exception System.ComponentModel.Win32Exception: Unknown error (0xc0000bbc)     at Microsoft.SharePoint.Win32.SPPdh.CheckReturnValue(PDH_STATUS status, Boolean throwOnError)  
      at Microsoft.SharePoint.Utilities.SPPerformanceCounter.NextValue(Int32 retry, Int32 retryInterval)     at Microsoft.SharePoint.UserCode.SPUserCodePerformanceCounterHelper..ctor(String processName, Int32 processInstanceId) thrown while reading
    perf counters for process "SPUCWorkerProcess".
    03/01/2011 14:00:53.47 SPUCHostService.exe (0x15E0)
    0x13DC SharePoint Foundation
    General 84yj
    Medium Performance Counter OS (pdh) call failed with error code PDH_INVALID_HANDLE.
    03/01/2011 14:00:53.47 SPUCHostService.exe (0x15E0)
    0x13DC SharePoint Foundation
    Sandboxed Code Service ei0p
    Monitorable - Unhandled exception System.ComponentModel.Win32Exception: Unknown error (0xc0000bbc)     at Microsoft.SharePoint.Win32.SPPdh.CheckReturnValue(PDH_STATUS status, Boolean throwOnError)  
      at Microsoft.SharePoint.Utilities.SPPerformanceCounter.NextValue(Int32 retry, Int32 retryInterval)     at Microsoft.SharePoint.UserCode.SPUserCodePerformanceCounterHelper..ctor(String processName, Int32 processInstanceId) thrown while reading
    perf counters for process "SPUCWorkerProcess".
    03/01/2011 14:00:53.47 SPUCHostService.exe (0x15E0)
    0x13DC SharePoint Foundation
    General 84yj
    Medium Performance Counter OS (pdh) call failed with error code PDH_INVALID_HANDLE.
    03/01/2011 14:00:53.47 SPUCHostService.exe (0x15E0)
    0x13DC SharePoint Foundation
    Sandboxed Code Service ei0p
    Monitorable - Unhandled exception System.ComponentModel.Win32Exception: Unknown error (0xc0000bbc)     at Microsoft.SharePoint.Win32.SPPdh.CheckReturnValue(PDH_STATUS status, Boolean throwOnError)  
      at Microsoft.SharePoint.Utilities.SPPerformanceCounter.NextValue(Int32 retry, Int32 retryInterval)     at Microsoft.SharePoint.UserCode.SPUserCodePerformanceCounterHelper..ctor(String processName, Int32 processInstanceId) thrown while reading
    perf counters for process "SPUCWorkerProcess".
    03/01/2011 14:00:53.47 SPUCHostService.exe (0x15E0)
    0x13DC SharePoint Foundation
    General 84yj
    Medium Performance Counter OS (pdh) call failed with error code PDH_INVALID_HANDLE.
    03/01/2011 14:00:53.49 SPUCHostService.exe (0x15E0)
    0x13DC SharePoint Foundation
    Sandboxed Code Service 0000
    Unexpected - Process perf counters are disabled. Sandboxed code monitoring cannot continue.
    03/01/2011 14:00:53.52 SPUCHostService.exe (0x15E0)
    0x14AC SharePoint Foundation
    General 84yi
    Unexpected An SPPerformanceCounter was not properly disposed.  This could cause excessive memory use.
    03/01/2011 14:00:53.52 SPUCHostService.exe (0x15E0)
    0x14AC SharePoint Foundation
    General 84yi
    Unexpected An SPPerformanceCounter was not properly disposed.  This could cause excessive memory use.
    Any ideas on what is going on with the Performance Counter?
    Fred Zilz

Maybe you are looking for