Not able to Register-ObjectEvent for System.Diagnostics.Eventlog "EntryWritten" Event

Hi,
I'm trying to listen for an entry in an EventLog created. 
New-EventLog -LogName TestLog -Source "MyScript" # This is my eventlog
# And for monitoring, the code goes like this:
$testlogs = Get-EventLog -LogName TestLog
Register-ObjectEvent -INputObject $testlogs -SourceIdentifier NewEventLogEntry -EventName EntryWritten -Action{....some actions...}
But I'm encountering an error:
Register-ObjectEvent : Cannot register for event. An event with name 'EntryWritten' does not exist.
Parameter name: eventName
At line:1 char:1
+ Register-ObjectEvent -InputObject $testlogs -SourceIdentifier NewEventLogEntry - ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (System.Diagnostics.EventLogEntry:EventLogEntry) [Register-ObjectEvent], ArgumentExce 
   ption
    + FullyQualifiedErrorId : INVALID_REGISTRATION,Microsoft.PowerShell.Commands.RegisterObjectEventCommand
What's wrong with this one ? Thanks in advance !

This works for me:
New-EventLog -LogName TestLog -Source "MyScript" # This is my eventlog
$testlogs = Get-EventLog -List | Where-Object {$_.Log -eq 'TestLog'}
Register-ObjectEvent -InputObject $testlogs -EventName EntryWritten -SourceIdentifier NewEventLogEntry -Action{Write-Host "New entry"}
Write-EventLog -LogName TestLog -Source "MyScript" -EntryType Information -EventId 1 -Message "this is a test"

Similar Messages

  • I am not able to register my Apple ID for iCloud and the error is "the maximum no of free accounts have been activated on this phone" can any one help me why I need to do

    I am not able to register my Apple ID for iCloud and the error is "the maximum no of free accounts have been activated on this phone" can any one help me why I need to do

    Sir, your Apple ID can be used as an iCloud account as well. They are both the same thing.
    You can learn more from --> Set up your Apple ID for iCloud and iTunes - Apple Support

  • System.Diagnostics.EventLog - A device attached to the system is not functioning

    I was getting an error ....
    System.ComponentModel.Win32Exception was caught
      ErrorCode=-2147467259
      HResult=-2147467259
      Message=A device attached to the system is not functioning
      NativeErrorCode=31
      Source=System
      StackTrace:
           at System.Diagnostics.EventLogInternal.InternalWriteEvent(UInt32 eventID, UInt16 category, EventLogEntryType type, String[] strings, Byte[] rawData, String currentMachineName)
           at System.Diagnostics.EventLogInternal.WriteEntry(String message, EventLogEntryType type, Int32 eventID, Int16 category, Byte[] rawData)
           at System.Diagnostics.EventLog.WriteEntry(String message, EventLogEntryType type)
           at VB_Braums_ClassLib.LogIt.WriteEventLog(String Entry, EventLogEntryType eventType, String Source) in \\Corp01\Vol1\Mis\Pccode\Ms.net\ProductionLibs\ProductionLibs\ProdLibCommon.vb:line 3666
      InnerException: 
    This code is in a library, so I create a "hello world" to demonstrate the issue. I will post it at the end. This .net 4 framework and it's been around for a while in our code. We are starting to upgrade from XP to Win 7. Basically event log sizes
    are limited to the 32667 number. So we had a test, if the string is bigger than that, then we would write it in 32000 byte chucks. On two different win7 boxes we get the "device attached" error message. Run the same code on a XP box and it works.
    Oh, and the Win 7 boxes are 64 bit.  I wonder if the win 7 32 bit would have the same issue? Can others duplicate it? The tmpsize seems to be different numbers, but if you play with it, you can get it down to number x works and (x+1) does not.
    Here the code .....
    Module Module1
        Sub Main()
            Dim logName As String = "BraumsLog"
            Dim objEventLog As New System.Diagnostics.EventLog()
            Dim needCreate As Boolean = False
            Dim Source As String = ""
            If Source.Length = 0 Then Source = "Test"
            Dim Entry As String = "".PadLeft(64000, "1"c)
            'Register the App as an Event Source
            If EventLog.SourceExists(Source) Then
                Dim slog As String = EventLog.LogNameFromSourceName(Source, ".")
                If slog <> logName Then EventLog.DeleteEventSource(Source) : needCreate = True
            Else
                needCreate = True
            End If
            If needCreate Then EventLog.CreateEventSource(Source, logName)
            objEventLog.Source = Source
            '*********** New Code ****************
            objEventLog.MaximumKilobytes = 20480
            objEventLog.ModifyOverflowPolicy(OverflowAction.OverwriteAsNeeded, 0)
            'WriteEntry is overloaded; this is one
            'of 10 ways to call it
            Dim tmp As String = ""
            Dim tmpSize As Integer = 32000 '31890 works 31891 does not
            Do While Entry.Length > tmpSize
                tmp = Entry.Substring(0, tmpSize - 1)
                objEventLog.WriteEntry(tmp, EventLogEntryType.Information)
                Debug.WriteLine(tmp.Length.ToString)
                Entry = Entry.Substring(tmpSize)
            Loop
            tmp = Entry
            objEventLog.WriteEntry(tmp, EventLogEntryType.Information)
        End Sub
    End Module

    Run the same code on an XP 64 bit box and it works? XP comes in multiple flavors.
    Perhaps you should compile to x86 CPU and see if it works on Win 7 64 bit. Win 7 comes in 32 and 64 bit also.
    On the other hand Win 7 service pack 1 mainstream support ended on the 13th of this month. Extended support ends in 2020 supposedly. Perhaps you should upgrade to Win 8.1 instead. Win 10 is coming soon enough.
    Windows lifecycle fact sheet
    Microsoft Product Lifecycle Search - Windows 7 result
    La vida loca

  • Planning Appl not able to register and unregister with shared services

    Hi All,
    I created a planning application before that I created a datasource. After crearting an application I got an error as Application  not able to register with shared services .
    And also I am facing one more issue that is if I delete any particular planning application at that time I got an error as Application  not able to unregister with shared services.
    I am able to open the planning application through http://<planningmachine>:8300/HyperionPlanning/AppWizard.jsp and its working fine. I am able to open the Shared Services though Workspace but I am not able to find the option for planning application.
    Kindly guide me how to overcome it.
    Thanks and Regards
    ChiDam

    Have you checked the logs? Found something?
    This normally happens when there is issue with Planning app and cluster mapping. For some reason, the application maps to non-existent cluster in Planning system schema resulting in failure of HSS registration. you can manually re associate the cluster using configuration tool and try registering again.
    Cheers..!!

  • SAP system not starting or not able to logon to SAP system

    Hi All,
    Our OS is AIX5.3
    DB is Oracle 10.2
    And the machine is in cluster for HA. Cluster is running fine.
    I am starting SAP using startsap all, the command shows that database and all instances have been started successfully. But we are not able to logon to the system.
    Following is the output of startsap command and dpmon command :
    bash-3.00$ startsap all
    Checking ARP Database
    ABAP Database is not available via R3trans
    Starting SAP-Collector Daemon
    14:45:38 11.10.2008   LOG: Effective User Id is root
    This is Saposcol Version COLL 20.95 700 - AIX v11.15 5L-64 bit 080317
    Usage:  saposcol -l: Start OS Collector
            saposcol -k: Stop  OS Collector
            saposcol -d: OS Collector Dialog Mode
            saposcol -s: OS Collector Status
    The OS Collector (PID 286752) is already running .....
    saposcol already running
    Running /usr/sap/ARP/SYS/exe/run/startdb
    Trying to start ARP database ...
    Log file: /home/arpadm/startdb.log
    ARP database started
    /usr/sap/ARP/SYS/exe/run/startdb completed successfully
    Starting SAP Instance ASCS00
    Startup-Log is written to /home/arpadm/startsap_ASCS00.log
    Instance Service on host sapprodail started
    Instance on host sapprodail started
    Starting SAP Instance DVEBMGS01
    Startup-Log is written to /home/arpadm/startsap_DVEBMGS01.log
    Instance Service on host sapprodail started
    Instance on host sapprodail started
    bash-3.00$
    bash-3.00$ dpmon
    dpmon=>sapparam(1c): No Profile used.
    dpmon=>sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    DpMonInit failed - possibly no dispatcher running
    DpMon: External/Internal dplib version: 110/237
    bash-3.00$
    Developer trace out put is as follows
    trc file: "dev_disp.new", trc level: 1, release: "700"
    sysno      01
    sid        ARP
    systemid   324 (IBM RS/6000 with AIX)
    relno      7000
    patchlevel 0
    patchno    159
    intno      20050900
    make:      single threaded, Unicode, 64 bit, optimized
    pid        295220
    Sat Oct 11 14:46:22 2008
    kernel runs with dp version 237000(ext=110000) (@(#) DPLIB-INT-VERSION-237000-UC)
    length of sys_adm_ext is 576 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (01 295220) [dpxxdisp.c   1254]
            shared lib "dw_xml.so" version 159 successfully loaded
            shared lib "dw_xtc.so" version 159 successfully loaded
            shared lib "dw_stl.so" version 159 successfully loaded
            shared lib "dw_gui.so" version 159 successfully loaded
            shared lib "dw_mdm.so" version 159 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3900
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >sapprodail_ARP_01                       <
    DpShMCreate: sizeof(wp_adm)             19200   (1600)
    DpShMCreate: sizeof(tm_adm)             5941560 (29560)
    DpShMCreate: sizeof(wp_ca_adm)          24000   (80)
    DpShMCreate: sizeof(appc_ca_adm)        8000    (80)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/8/548056/548064
    DpShMCreate: sizeof(comm_adm)           548064  (1088)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)          0       (104)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)           0       (72)
    DpShMCreate: sizeof(vmc_adm)            0       (1864)
    DpShMCreate: sizeof(wall_adm)           (40056/36728/64/192)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY             (addr: 0x700000000126000, size: 6626392)
    DpShMCreate: allocated sys_adm at 0x700000000126000
    DpShMCreate: allocated wp_adm at 0x7000000001280f8
    DpShMCreate: allocated tm_adm_list at 0x70000000012cbf8
    DpShMCreate: allocated tm_adm at 0x70000000012cc58
    DpShMCreate: allocated wp_ca_adm at 0x7000000006d7590
    DpShMCreate: allocated appc_ca_adm at 0x7000000006dd350
    DpShMCreate: allocated comm_adm at 0x7000000006df290
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 0x700000000764f70
    DpShMCreate: allocated gw_adm at 0x700000000764ff0
    dev_disp (58%)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)           0       (72)
    DpShMCreate: sizeof(vmc_adm)            0       (1864)
    DpShMCreate: sizeof(wall_adm)           (40056/36728/64/192)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY             (addr: 0x700000000126000, size: 6626392)
    DpShMCreate: allocated sys_adm at 0x700000000126000
    DpShMCreate: allocated wp_adm at 0x7000000001280f8
    DpShMCreate: allocated tm_adm_list at 0x70000000012cbf8
    DpShMCreate: allocated tm_adm at 0x70000000012cc58
    DpShMCreate: allocated wp_ca_adm at 0x7000000006d7590
    DpShMCreate: allocated appc_ca_adm at 0x7000000006dd350
    DpShMCreate: allocated comm_adm at 0x7000000006df290
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 0x700000000764f70
    DpShMCreate: allocated gw_adm at 0x700000000764ff0
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 0x700000000765020
    DpShMCreate: allocated wall_adm at 0x700000000765028
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    rdisp/queue_size_check_value :  -> off
    ThTaskStatus: rdisp/reset_online_during_debug 0
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 4096 kByte.
    Using implementation std
    <ES> Info: use normal pages (no huge table support available)
    EsStdUnamFileMapInit: ES base = 0x0x700000030000000
    EsStdInit: Extended Memory 4092 MB allocated
    <ES> 1022 blocks reserved for free list.
    ES initialized.
    WLM Tag 'ARP/DSP' successfully set for this process
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG CPS=> DpLoopInit, ICU ( 3.0 3.0 4.0.1) [dpxxdisp.c   1656]
    ***LOG Q0K=> DpMsAttach, mscon ( sapprodail) [dpxxdisp.c   11937]
    DpStartStopMsg: send start message (myname is >sapprodail_ARP_01                       <)
    DpStartStopMsg: start msg sent to message server o.k.
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: Initalizing shared memory of size 60000000 for monitoring segment.
    CCMS: Checking Downtime Configuration of Monitoring Segment.
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpMsgAdmin: Set release to 7000, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1050]
    DpMsgAdmin: Set patchno for this platform to 159
    Release check o.K.
    Sat Oct 11 14:46:32 2008
    MBUF state ACTIVE
    DpModState: change server state from STARTING to ACTIVE
    Please help me step by step to solve this problem.
    Regards
    Edited by: Infoseek Sap123 on Oct 12, 2008 8:22 AM

    The command is
    dpmon pf=/usr/sap/SID/SYS/profile/<profile>
    Regards

  • Not able to install onedrive for business, keeps telling its already installed but its not (W7)

    not able to install onedrive for business,  keeps telling its already installed but its not  (W7)
    after a change of the 365 office version OneDrive for business it is not possible to reinstall the software
    it keeps telling me it is already installed.
    I think some settings are still there from the old install.
    how can I remove them or force the reinstall

    yeah finally
    Problem solved! , my tube is back to normal ( to rock )
    all i did is , removed the sys,private,system,resources,data folders from the memory card , switched off my phone , removed the memory card , did a soft reset (*#7370#) and tried to install an application from downloads , i was able to install in the phone memory as memmory card was not inserted then switched off the phone , inserted the memory card and tried to install an application from the downloads, finally i was asked where to install the app. and gave memory card , viola application installed sucessfully
    Regards,
    evil_night13

  • Not able to do GR for STO delivery with packing.

    Hi All,
    Hi All,
    I am not able to do GR for STO delivery.
    I am getting the following error:
    Data for creating a delivery is incomplete (Vendor)
    Message no. M7279
    Business scenario:
    STO between two plants of same company code with packing material.
    Sales Org(Supp)-4444
    Sales Org(Rec)- 3333
    Plant(Supp)-2003
    Plant(Rec)-2002
    ME21N->VL10B->PGI->VF01(Proforma)->MIGO w.r.t outbound delivery(error)
    Note: PGI with packing material-separate line item generated for packing material-movement type for main material-641 and for packing material-601)
    with regards
    Azeez.Mohd

    Hi,
    When the stock is going to be moved between two plants or two storage locations that are under single company code called as stock transfer order business process. Receiving plant raises the purchase order with supplying plant; supplying plant delivers the goods to the receiving plant by raising sales order.
    Config Steps
    Create Vendor: Transaction code: XK01
    Assign Plant to Vendor
    Go to change mode of Vendor [XK02]
    Specify Vendor number that we created in the previous step
    Define shipping data for plants
    Create material by maintaining u201CPurchasingu201D view: Transaction code: MM01
    Extend the material from XXXX to YYYY plants
    As we are extending material from plant XXXX into YYYY plant, system copies all the data into the new plant.So that we have to change the delivering plant in delivering plant field as YYYY in Sales: Sales organization data 1 view.
    Create Purchase order: Transaction code: ME21N
    Activities due for Shipping (Purchase order fast display): Transaction code: VL10B
    Display stock in transit: Transaction code: MB5T
    Goods receipt: Transaction code: MIGO
    Stock movement types: INTRAand INTER
     INTRA
    Stand order type (Document type) = UB
    Delivery type = NL
    Determination of document type:
    Supplying plant + Receiving plant = UB
    Supplying plant + UB = NL
    Movement types:
                      Issuing plant Receiving plant
    Single step    647                        101
    Two step        641                        101
     INTER
    Standard order type (Document type) = NB
    Delivery type = NLCC
    Determination of document type:
    Supplying plant + Receiving plant = NB
    Supplying plant + NB = NLCC
    Movement types:
                            Issuing plant Receiving plant
    Single step              645               101
    Two step                 643                101
    PBXX is the Gross price condition type for Stock Transfer Order
    Vendor = Supplying plant
    Customer = Receiving plant
    NOTE: In single step method updations takes place in both plats simultaneously.
    In two-step method updations should takes place manually.

  • Configuration check error: The SMD Agent is not able to connect the Satellite System (J2EE stack)

    Hi friends,
    Getting the below error in step 10 (configuration check) in managed system configuration.
    The SMD Agent is not able to connect the Satellite System (J2EE stack).
    Please check the JAVA Connect Parameters provided in the Managed System Setup Wizard for this
    System.
    java.rmi.RemoteException.P4 Connection failed -
    P4AuthorizationException -
    com.sap.smdagent.plugins.connectors.p4.exceptions.P4AuthorizationException:
    Access is denied to SAP System sid [XYZ/null]: check the connection
    credentials.More details about the error in agent 'xyz' log file
    (SMDAgentApplication.X.log).; nested exception is:
    com.sap.engine.services.security.exceptions.BaseLoginException: Cannot
    authenticate the user.
    The SMD log file referred to in the log above gives the same information and not anything much useful.
    Any idea what could be the reason for the above error?
    Thanks,
    Arindam

    Hi All,
    Thaks for your suggestions. I chcked the note 182020, but the issue described in the note is for error byte code adapter installation whcih is not my case. The byte cde adapter intallation has been successful in our solman system All the steps from 1 to 9 are green. Only in step 10, check cniguration I am getting the above error.
    The logon test wth the user id in step 3 "Enter system parameters" is successful. The message server port is also correct.
    Hi Khaja,
    I went to the links as suggestedby you but there its about a ifferent error message "Invalid Response Code: (401) Unauthorized.". I am not getting any such kind of error.
    All I am getting is this -
    The SMD Agent is not able to connect the Satellite System (J2EE stack).
    Please check the JAVA Connect Parameters provided in the Managed System Setup Wizard for this System.
    java.rmi.RemoteException.P4 Connection failed -
    P4AuthorizationException -
    com.sap.smdagent.plugins.connectors.p4.exceptions.P4AuthorizationException:
    Access is denied to SAP System sid [XYZ/null]: check the connection
    credentials.More details about the error in agent 'xyz' log file
    (SMDAgentApplication.X.log).; nested exception is:
    com.sap.engine.services.security.exceptions.BaseLoginException: Cannot
    authenticate the user.
    Thanks,
    Arindam

  • Not able to change the original system of the object

    Hello
    BW infosource was created in the system Q01 (test) and transported back to D01 (dev).
    I would like to change original system from Q01 to D01 to enable object modification.
    I am not able to change the original system of the object in the tran se03 as  system is disabled.
    Original System          Q01   (grey)
    Any solution for this ?
    thanks

    hi,
    before transporting maintain the settings in the Dev system as follows.
    Open tcode RSA1 in dev system, from Menu goto -- tools -- Conversion of Logical system Names.
    In this maintain the
    Original source system                                   Target source system
    Technical name of R/3 client of test              Technical name of R/3 client of dev system
    This setting has to be maintained while transporting the changes to next system, this ensures that the objects are mapped to the correct source system name on importing and are replicated properly from them.
    regards,
    Arvind.

  • Not able to see published task and not able to reset version for the task

    Hi,
    Created a task ,validated,by selecting the task clicked Publish button in tools to publish the task.
    In Client Application(Callcenter) navigated Administration-Business Process->Task Deployment
    Here not able to see published task to activate.
    Tried twice by copying record but not able to see.
    I am not able to reset version for the task created.
    Could you please let me know how to overcome these.
    Using sample database of siebel8.0.0.5
    Thank you

    Hi Dude,
    To trobleshoot this you need to do the following steps:
    1) cross check in tools the srf which you are compling , the same srf should be used by the clent application i.e. call center
    2) the secound thing is in the Siebel tools there is a toolbar at the top, from where you have published the task, there beside you will find a button called Revise you can revise you task, first select task and click revise button.
    3) and also you remember a task which you create is validated by right clicking the task record and choose validate.
    4) remember, a task which you create should be registered same as like responsibilities, by navigating to Administration-Applicatrion > Task
    Register the task with same name as you have used in Siebel Tools.
    As, for best practices after creating a task first validate it, then after register it in Administration-Applicatrion > Task , then after toolbar there is a button callled publish and activate click that one .
    and that's All.
    Regards,
    Neeraj Verma

  • I just upgraded the 3GS to ios 6.1, but not able to register it. itunes fails to register

    i just upgraded the 3GS to ios 6.1, but not able to register it. itunes fails to register

    There are hundreds (and still counting) problems with 3gs activation after upgrading to iOS 6.1.
    No one fixed it yet. The possible reason is that jailbroken 3gs' unable to be updated to 6.1 operation system.

  • Not able to create index for organization

    in transaction ses_admin, i created an index for business object BAS_BUPA of type 1,ie individual account.
    However, i am not able to create index for BAS_BUPA of type 2
    It says "No entry in table SIC_INDEX_MAIN for index object BAS_BUPA and index 2"

    hi,
    The index is for Business Partner, so it includes both Persons and Organizations. So, only one index needs to be created for both.
    The functioning is correct, just that i missed it.

  • Not able to put reason for rejection at sales order level.

    Hi Gurus,
    I have an issue where I am not able to put reason for rejection for line item in sales order. It gives error as please delete the follow on document purchase order line item number 10. I have already deleted the line item in purchase order. Then tried but did not work. Tried by deleting the purchase requision item also but it did not work.
    Tried to undelete the item from PO and then again tried to put reason for rejection but it could no worked out. 
    Please guide me what can be the solution.
    Regards
    Vinod

    As far a I understand you created PO for line item
    So first check whether GR is reversed or not for PO
    Then mark this line item for deletion in PO and then in PR
    Check if you have created any billing document for PO if so reversed that invoice
    Also check if you have created any delivery for the Line item in sales order if yes then reversed the same
    If you have Sales order related Billing, and if you have done billing reverse the same
    If you have Delivery related Billing, and if you have done billing reverse the same
    After reversing all docuemnts created for Sales order then only try to reject the line item
    You can check table VBFA for document flow

  • Not able to do GR  for PO's , Delivery Completion Indicator Not Ticked

    Hi ,
    In SRM 5.0 
    Users Not able to do GR  for PO's eventhough  Delivery Completion Indicator Not Ticked , having Confirmation Roles
    Either the PO is not appearing in the List or when they click the confirmation icon , the screen is not taking to the next screen to enter the quantity.
    What all must be the probable reasons.
    Thanks & Regards,

    Hello,
    You can check following things,
    1. User in the PO should be correctly assigned in org without any sync errors(check users_gen)
    2. Check in PO if the Confirmation/services performed tick is assigned properly.
    3. Check if the PO in SRM and backend is correctly synchorinzed with PO in Ordered status.
    4. Finally if there is any existing confirmation for the PO, then they can create the next confirmation only after the earlier conf is synchronized with backend, which means it would depend upon your schedule of clean_reqreq_up report.
    Regards,
    Sanjeev

  • HT201364 why am I not able to download the mavericks system... I just bought my computer right now.

    Why am I not able to download the mavericks system? I just bought my computer right now.

    A new Mac comes with 90 days of free tech support from AppleCare.
    AppleCare: 1-800-275-2273
    Call AppleCare.
    Best.

Maybe you are looking for

  • GR/IR clearing account in open items in MR11

    Dear Experts , In MR11 , the GR/IR clearing account is showing as an open item despite the the fact that credit entries in GR are knocked off in invoice . If I check the GL balance it is showing debit & credit entried properly . But still in MR11 it

  • Table for G/L Account

    Hi all, I need to find the opening and closing balance amount for each day of a month based on gl account. Please suggest me a table that has gl account ,date and closing balance of a particular day. Regards, Vidhya

  • How to restrict material master by material type  t-code MM01

    Hi, how to restrict Materilal master by Material type in t-code MM01 I do restrict by M_MATE_MAR authorization object . After i see there not restrict. Amit

  • SBO Mailer, message fails to be sent

    Hi, I try to send invoices via SBO Mailer... the message appears in my SENT ITEMS (in Messages/alerts overview), but with a red X, meaning that there is an error while trying to send the message.  When I try to send messages without attachments, it w

  • Show ip bgp not showing all BGP Paths

    Hi, We've setup BGP as shown in the diagram. Now Router Router A and B are peers of each other. Router A peers with ISP A and Router B peers with Router B. The issue we have is that Router B knows how to get to router C via eBGP connection to ISP B r