No boot action. rejected

Desperately need some help.
Getting the following error from smspxe log.
![LOG[84:8F:69:CC:94:FB, 4C4C4544-004E-4D10-8030-B8C04F535331: device is not in the database.]LOG]!><time="11:57:52.972+480" date="01-17-2014" component="SMSPXE" context="" type="1" thread="3592"
file="database.cpp:483">
<![LOG[Getting boot action for unknown machine: item key: 2046820352]LOG]!><time="11:57:52.972+480" date="01-17-2014" component="SMSPXE" context="" type="1" thread="3592" file="pxehandler.cpp:231">
<![LOG[In SSL, but with no client cert]LOG]!><time="11:57:53.019+480" date="01-17-2014" component="SMSPXE" context="" type="1" thread="3592" file="libsmsmessaging.cpp:8738">
<![LOG[In SSL, but with no client cert]LOG]!><time="11:57:53.097+480" date="01-17-2014" component="SMSPXE" context="" type="1" thread="3592" file="libsmsmessaging.cpp:8738">
<![LOG[Client boot action reply: <ClientIDReply><Identification Unknown="0" ItemKey="2046820352" ServerName=""><Machine><ClientID/><NetbiosName/></Machine></Identification><PXEBootAction
LastPXEAdvertisementID="" LastPXEAdvertisementTime="" OfferID="" OfferIDTime="" PkgID="" PackageVersion="" PackagePath="" BootImageID="" Mandatory=""/></ClientIDReply>
]LOG]!><time="11:57:53.113+480" date="01-17-2014" component="SMSPXE" context="" type="1" thread="3592" file="libsmsmessaging.cpp:6544">
<![LOG[84:8F:69:CC:94:FB, 4C4C4544-004E-4D10-8030-B8C04F535331: no advertisements found]LOG]!><time="11:57:53.113+480" date="01-17-2014" component="SMSPXE" context="" type="1" thread="3592"
file="database.cpp:483">
<![LOG[In SSL, but with no client cert]LOG]!><time="11:57:53.175+480" date="01-17-2014" component="SMSPXE" context="" type="1" thread="3592" file="libsmsmessaging.cpp:8738">
<![LOG[In SSL, but with no client cert]LOG]!><time="11:57:53.238+480" date="01-17-2014" component="SMSPXE" context="" type="1" thread="3592" file="libsmsmessaging.cpp:8738">
<![LOG[84:8F:69:CC:94:FB, 4C4C4544-004E-4D10-8030-B8C04F535331: No boot action. Rejected.]LOG]!><time="11:57:53.253+480" date="01-17-2014" component="SMSPXE" context="" type="1" thread="3592"
file="database.cpp:483">
<![LOG[84:8F:69:CC:94:FB, 4C4C4544-004E-4D10-8030-B8C04F535331: Not serviced.]LOG]!><time="11:57:53.253+480" date="01-17-2014" component="SMSPXE" context="" type="1" thread="3592" file="database.cpp:483">
I have deployed the install os task sequence to unknown computers.

![LOG[84:8F:69:CC:94:FB, 4C4C4544-004E-4D10-8030-B8C04F535331: device is not in the database.]LOG
<![LOG[Getting boot action for unknown machine: item key: 2046820352]LOG
<![LOG[Client boot action reply: <ClientIDReply><Identification Unknown="0" ItemKey="2046820352" ServerName=""><Machine><ClientID/><NetbiosName/></Machine></Identification><PXEBootAction LastPXEAdvertisementID=""
LastPXEAdvertisementTime="" OfferID="" OfferIDTime="" PkgID="" PackageVersion="" PackagePath="" BootImageID="" Mandatory=""/></ClientIDReply>
]LOG
<![LOG[84:8F:69:CC:94:FB, 4C4C4544-004E-4D10-8030-B8C04F535331: no advertisements found]LOG
I have deployed the install os task sequence to unknown computers.
The machine is detected as Unknown, but, no advertisement was found.
This usually means that no TS has been advertised to Unknown Computers...
Is it an architecture-detection issue? (e.g. you advertised to x86 vs. x64 ?)
Did you enable Unknown Computer support on the PXE-enabled DP?
http://technet.microsoft.com/en-us/library/gg712337.aspx
Don
(Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

Similar Messages

  • Photoshop action : "do action" rejected by apple script

    Hallo,
    I cannot get apple script to run a photoshop action.
    OSX 10.4.8
    Photoshop CS (8)
    Apple script 2.1.1(81)
    My action changes the ITPC info then saves and closes the image. I want to be able to control click a folder and change the ITPC info for all files in the folder.
    I have tried copying various solved answers from the forum and compiling them in order to rewrite them to fit my needs But Apple script stumbles at "do action" and tells me " expected end of line but found identifier "
    This script was adapted form a solved answer on the forum:
    TIA
    Martin
    set inputFolder to choose folder with prompt "Please choose the folder containing Images" --without invisibles
    tell application "Finder"
    --filesList is list of images
    set filesList to files in inputFolder
    end tell
    repeat with aFile in filesList
    tell application "Finder"
    set theFile to aFile as alias
    end tell
    tell application "Adobe Photoshop CS"
    open theFile
    tell front document
    do action "fotoname" from "MCACTIONS"
    end tell
    end tell
    end repeat

    Hello Tia Martin,
    Tente este Script Por aqui funciona.
    Bom escrever em Proyugues não?
    Mas cuidaddo tenho uma linha final que deleta os arquivos.
    Se você não quer que isto aconteça fina lize a linha antes.
    Boa sorte
    Sidnei
    property speak_alert : false -- if true, the script will speak the alert. If false, the script will display an alert dialog
    property dialog_timeout : 30 -- set the amount of time before dialogs auto-answer.
    property copychecksindicator : false
    property itemcheck_delaytime : 2
    property foldercheck_delaytime : 3
    property speciallabelindex : 7
    on adding folder items to this_folder after receiving added_items
    if copychecksindicator is true then
    set the added_items to my checkaddeditems(the added_items)
    if the added_items is {} then return "no vaild items"
    end if
    set input to choose folder
    tell application "Finder"
    set filesList to files in input
    end tell
    repeat with aFile in filesList
    set fileIndex to 0
    tell application "Finder"
    set theFile to aFile as alias
    set theFileName to name of theFile
    end tell
    tell application "Adobe Photoshop CS"
    activate
    set display dialogs to never
    open theFile
    tell the current document
    do action "fotoname" from "MCACTIONS"
    tell application "Finder" to delete file theFile
    end tell
    end tell
    end repeat
    end adding folder items to

  • Post Approval Processing Actions(Approved,Recived,Reject)

    HI All
    My Requirement is performing actions on inbox items. indetail iam using Sequential Approval processing.in First sequence (2 approvers), 2nd Sequence(2 approvers).
    if any one of the from sequence1 performing the Action "Approverd" the inbox item not avilbel for 2nd Approver in sequence1.it would be avilbel to 2ng Stage Approval inbox iteam level based on Creteria.its working fine..... My Scenario  is  if any one of Approver in any Sequence(Stage). perform the action "Rejected" or "Recived" the Inbox Item is not avilble to other Approvers in the same sequence(stage). but it would be avaiable in other approvers inbox iteamsin same sequence. plese let me know how to achive this.
    Thanks & Regards
    Gopi
    My Mail Id: [email protected]

    Hi ....
    i got the solution

  • Can't PXE boot a Surface Pro 3 after already successfully imaging it

    hey guys. To try to eliminate a lot of the initial question that come up with this issue, I figure I will start with established info.  Our SCCM environment is healthy, and all images, drivers and apps are distributed to all of our DP's. We can image
    PC's and laptops with no issue at all. We use network PXE booting.  Using a 64 bit boot image. Needed drivers are injected into the boot image. Firmware on the Surface was updated.  Using the Surface NIC dongle. THis dongle was only used to image
    this Surface Pro 3 tablet one time. There is no record of the MAC of the dongle in SCCM since I deleted the Surface out, to make it an unknown again.
    So, with a lot of trial and error, I was finally able to get this tab to PXE boot, and then successfully image. Was testing out the new windows 8.1 image I had built.
    Since it ewas successful I wanted to add all of our apps to the TS and test them out in imaging. Well, I can no longer get this thing to PXE boot. It shows trying to Start PXE over IPv4, then just skips to IPv6, then boots up into windows.
    I have delted the secure keys form ther BIOS, then reloaded them.  I have tried hte full shut down method (Holding Volume Up and Power for 15 seconds, then waiting for 10 seconds or longer, then trying to PXE boot. I am getting a valid connection fro
    mthe dongle.
    Nothinhg I try works. Its tries to PXE boot over IPv4, but never gets there.  But I can PXE boot any of our PC's or Laptops,m so its just an issue with this damn Surface Pro 3.
    ANy advice?

    So I finally got our server guy to enable the logging and get that smspxe.log file to be accessible. So here is the info from the log, when I attempt to PXE boot the Surface. I see the last 2 lines where it ignores the request, I just don't know why its
    ignoring it.
    PXE::CNotifyTimer::TimerSignalFunc SMSPXE 4/14/2015 3:04:18 PM 8896 (0x22C0)
    PXE::CNotifyTimer::ProcessTimer SMSPXE 4/14/2015 3:04:18 PM 8896 (0x22C0)
    Potentially missed device 50:1A:C5:FE:D6:E9 SMSPXE 4/14/2015 3:04:18 PM 8896 (0x22C0)
    Cleared Old Devices: 1 / 1 SMSPXE 4/14/2015 3:04:18 PM 8896 (0x22C0)
    PXE::CBootImageManager::PerformMaintenenceTasks SMSPXE 4/14/2015 3:04:18 PM 8896 (0x22C0)
    PXE::CBootImageManager::PurgeOldImages SMSPXE 4/14/2015 3:04:18 PM 8896 (0x22C0)
    Purging old images: 0 SMSPXE 4/14/2015 3:04:18 PM 8896 (0x22C0)
    PXE::CNotifyTimer::Init SMSPXE 4/14/2015 3:04:18 PM 8896 (0x22C0)
    PXE::CNotifyTimer::CancelTimer SMSPXE 4/14/2015 3:04:18 PM 8896 (0x22C0)
    PXE::CNotifyTimer::RegisterTimeout SMSPXE 4/14/2015 3:04:18 PM 8896 (0x22C0)
    [172.028.000.223:67] Recv From:[172.028.011.002:67] Len:347 1ad0230 SMSPXE 4/14/2015 3:04:37 PM 5928 (0x1728)
    ============> Received from client: SMSPXE 4/14/2015 3:04:37 PM 5928 (0x1728)
    DHCP message:
     Operation: BootRequest (1)
     Hardware Address type: 1
     Hardware Address Length: 6
     Hop Count: 1
     Transaction ID: 24038353
     Seconds Since Boot: 0
     Client IP Address: 000.000.000.000
     Your IP Address: 000.000.000.000
     Server IP Address: 000.000.000.000
     Relay Agent IP Address: 172.028.011.002
     Hardware Address: 50:1a:c5:fe:d6:e9:
     Magic Cookie: 63538263
     Options:
        Type = 53 DHCP Message Type: 1=DHCPDiscover
        Type = 57 Max DHCP Message Size: 05b8
        Type = 55 Paramerter Request List: 0102030405060c0d0f111216171c28292a2b3233363a3b3c4243618081828384858687
        Type = 97 UUID: 0068745ee6b94c0e21b76054522b6a7e02
        Type = 94 UNDI: 010310
        Type = 93 Client system Arch: 0007
        Type = 60 ClassIdentifier: PXEClient:Arch:00007:UNDI:003016 SMSPXE 4/14/2015 3:04:37 PM 5928 (0x1728)
    <============ SMSPXE 4/14/2015 3:04:37 PM 5928 (0x1728)
    ProcessMessage: Context:0241DF40  dTime:0 SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    50:1A:C5:FE:D6:E9, E65E7468-4CB9-210E-B760-54522B6A7E02: DHCP Discover received. SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    [172.028.000.223:67] Recv From:[172.028.011.003:67] Len:347 159d1f0 SMSPXE 4/14/2015 3:04:37 PM 5928 (0x1728)
    ============> Received from client: SMSPXE 4/14/2015 3:04:37 PM 5928 (0x1728)
    DHCP message:
     Operation: BootRequest (1)
     Hardware Address type: 1
     Hardware Address Length: 6
     Hop Count: 1
     Transaction ID: 24038353
     Seconds Since Boot: 0
     Client IP Address: 000.000.000.000
     Your IP Address: 000.000.000.000
     Server IP Address: 000.000.000.000
     Relay Agent IP Address: 172.028.011.003
     Hardware Address: 50:1a:c5:fe:d6:e9:
     Magic Cookie: 63538263
     Options:
        Type = 53 DHCP Message Type: 1=DHCPDiscover
        Type = 57 Max DHCP Message Size: 05b8
        Type = 55 Paramerter Request List: 0102030405060c0d0f111216171c28292a2b3233363a3b3c4243618081828384858687
        Type = 97 UUID: 0068745ee6b94c0e21b76054522b6a7e02
        Type = 94 UNDI: 010310
        Type = 93 Client system Arch: 0007
        Type = 60 ClassIdentifier: PXEClient:Arch:00007:UNDI:003016 SMSPXE 4/14/2015 3:04:37 PM 5928 (0x1728)
    <============ SMSPXE 4/14/2015 3:04:37 PM 5928 (0x1728)
    ProcessMessage: Context:0241DE50  dTime:0 SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    50:1A:C5:FE:D6:E9, E65E7468-4CB9-210E-B760-54522B6A7E02: DHCP Discover received. SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    Initialized CStringStream object with string: c7c22c7d-4f40-49f1-b7ed-871c18a07b05;2015-04-14T19:04:37Z. SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    Initialized CStringStream object with string: c7c22c7d-4f40-49f1-b7ed-871c18a07b05;2015-04-14T19:04:37Z. SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    Set enterpirse certificate in transport SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    Set enterpirse certificate in transport SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    Set media certificate in transport SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    Set authenticator in transport SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    CLibSMSMessageWinHttpTransport::Send: URL: JAG-SCCM-01E.jonesapparel.com:443  GET /SMS_MP_AltAuth/.sms_aut?MPKEYINFORMATIONEX SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    In SSL, but with no client cert SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    Set media certificate in transport SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    Set authenticator in transport SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    CLibSMSMessageWinHttpTransport::Send: URL: JAG-SCCM-01E.jonesapparel.com:443  GET /SMS_MP_AltAuth/.sms_aut?MPKEYINFORMATIONEX SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    In SSL, but with no client cert SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    Request was successful. SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    Request was successful. SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    Set authenticator in transport SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    Set authenticator in transport SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    Setting message signatures. SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    Setting the authenticator. SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    CLibSMSMessageWinHttpTransport::Send: URL: JAG-SCCM-01E.jonesapparel.com:443  CCM_POST /ccm_system_AltAuth/request SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    In SSL, but with no client cert SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    Setting message signatures. SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    Setting the authenticator. SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    CLibSMSMessageWinHttpTransport::Send: URL: JAG-SCCM-01E.jonesapparel.com:443  CCM_POST /ccm_system_AltAuth/request SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    In SSL, but with no client cert SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    Request was successful. SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    ::DecompressBuffer(65536) SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    Decompression (zlib) succeeded: original size 148, uncompressed size 298. SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    Client lookup reply: <ClientIDReply><Identification Unknown="0" ItemKey="0" ServerName=""><Machine><ClientID/><NetbiosName/></Machine></Identification></ClientIDReply>
     SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    MP_LookupDevice succeeded: 0 1 0 1 0 SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    50:1A:C5:FE:D6:E9, E65E7468-4CB9-210E-B760-54522B6A7E02: device is not in the database. SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    Getting boot action for unknown machine: item key: 2046820352 SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    Request was successful. SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    ::DecompressBuffer(65536) SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    Decompression (zlib) succeeded: original size 148, uncompressed size 298. SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    Client lookup reply: <ClientIDReply><Identification Unknown="0" ItemKey="0" ServerName=""><Machine><ClientID/><NetbiosName/></Machine></Identification></ClientIDReply>
     SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    MP_LookupDevice succeeded: 0 1 0 1 0 SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    50:1A:C5:FE:D6:E9, E65E7468-4CB9-210E-B760-54522B6A7E02: device is not in the database. SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    Getting boot action for unknown machine: item key: 2046820352 SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    Initialized CStringStream object with string: c7c22c7d-4f40-49f1-b7ed-871c18a07b05;2015-04-14T19:04:37Z. SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    Set enterpirse certificate in transport SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    Initialized CStringStream object with string: c7c22c7d-4f40-49f1-b7ed-871c18a07b05;2015-04-14T19:04:37Z. SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    Set enterpirse certificate in transport SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    Set media certificate in transport SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    Set authenticator in transport SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    CLibSMSMessageWinHttpTransport::Send: URL: JAG-SCCM-01E.jonesapparel.com:443  GET /SMS_MP_AltAuth/.sms_aut?MPKEYINFORMATIONEX SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    In SSL, but with no client cert SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    Set media certificate in transport SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    Set authenticator in transport SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    CLibSMSMessageWinHttpTransport::Send: URL: JAG-SCCM-01E.jonesapparel.com:443  GET /SMS_MP_AltAuth/.sms_aut?MPKEYINFORMATIONEX SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    In SSL, but with no client cert SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    Request was successful. SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    Request was successful. SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    Set authenticator in transport SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    Set authenticator in transport SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    Setting message signatures. SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    Setting the authenticator. SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    CLibSMSMessageWinHttpTransport::Send: URL: JAG-SCCM-01E.jonesapparel.com:443  CCM_POST /ccm_system_AltAuth/request SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    In SSL, but with no client cert SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    Setting message signatures. SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    Setting the authenticator. SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    CLibSMSMessageWinHttpTransport::Send: URL: JAG-SCCM-01E.jonesapparel.com:443  CCM_POST /ccm_system_AltAuth/request SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    In SSL, but with no client cert SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    Request was successful. SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    ::DecompressBuffer(65536) SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    Decompression (zlib) succeeded: original size 409, uncompressed size 950. SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    Client boot action reply: <ClientIDReply><Identification Unknown="0" ItemKey="2046820352" ServerName=""><Machine><ClientID>c70485df-9130-4b41-b61b-6c9e11b2f69a</ClientID><NetbiosName/></Machine></Identification><PXEBootAction
    LastPXEAdvertisementID="" LastPXEAdvertisementTime="" OfferID="10020125" OfferIDTime="4/2/2015 11:12:00 AM" PkgID="100000D0" PackageVersion="" PackagePath BootImageID="10000087" Mandatory="0"/></ClientIDReply>
     SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    Client Identity: c70485df-9130-4b41-b61b-6c9e11b2f69a SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    50:1A:C5:FE:D6:E9, E65E7468-4CB9-210E-B760-54522B6A7E02: SMSID=c70485df-9130-4b41-b61b-6c9e11b2f69a OfferID=10020125, PackageID=100000D0, PackageVersion=, BootImageID=10000087, PackagePath=http://JAG-SCCM-01E.jonesapparel.com/SMS_DP_SMSPKG$/10000087, Mandatory=0 SMSPXE 4/14/2015
    3:04:37 PM 7484 (0x1D3C)
    50:1A:C5:FE:D6:E9, E65E7468-4CB9-210E-B760-54522B6A7E02: found optional advertisement 10020125 SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    ============> Reply to client (DHCPDISCOVER): SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    DHCP message:
     Operation: BootReply (2)
     Hardware Address type: 1
     Hardware Address Length: 6
     Hop Count: 0
     Transaction ID: 24038353
     Seconds Since Boot: 0
     Client IP Address: 000.000.000.000
     Your IP Address: 000.000.000.000
     Server IP Address: 172.028.000.223
     Relay Agent IP Address: 172.028.011.002
     Hardware Address: 50:1a:c5:fe:d6:e9:
     Magic Cookie: 63538263
     Options:
        Type = 53 DHCP Message Type: 2=DHCPOffer
        Type = 54 Server idenitifier: 172.028.000.223
        Type = 97 UUID: 0068745ee6b94c0e21b76054522b6a7e02
        Type = 60 ClassIdentifier: PXEClient SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    <============ SMSPXE 4/14/2015 3:04:37 PM 7484 (0x1D3C)
    Request was successful. SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    ::DecompressBuffer(65536) SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    Decompression (zlib) succeeded: original size 409, uncompressed size 950. SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    Client boot action reply: <ClientIDReply><Identification Unknown="0" ItemKey="2046820352" ServerName=""><Machine><ClientID>c70485df-9130-4b41-b61b-6c9e11b2f69a</ClientID><NetbiosName/></Machine></Identification><PXEBootAction
    LastPXEAdvertisementID="" LastPXEAdvertisementTime="" OfferID="10020125" OfferIDTime="4/2/2015 11:12:00 AM" PkgID="100000D0" PackageVersion="" PackagePath="xx
    BootImageID="10000087" Mandatory="0"/></ClientIDReply>
     SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    Client Identity: c70485df-9130-4b41-b61b-6c9e11b2f69a SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    50:1A:C5:FE:D6:E9, E65E7468-4CB9-210E-B760-54522B6A7E02: SMSID=c70485df-9130-4b41-b61b-6c9e11b2f69a OfferID=10020125, PackageID=100000D0, PackageVersion=, BootImageID=10000087, PackagePath=http://JAG-SCCM-01E.jonesapparel.com/SMS_DP_SMSPKG$/10000087, Mandatory=0 SMSPXE 4/14/2015
    3:04:37 PM 7480 (0x1D38)
    50:1A:C5:FE:D6:E9, E65E7468-4CB9-210E-B760-54522B6A7E02: found optional advertisement 10020125 SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    ============> Reply to client (DHCPDISCOVER): SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    DHCP message:
     Operation: BootReply (2)
     Hardware Address type: 1
     Hardware Address Length: 6
     Hop Count: 0
     Transaction ID: 24038353
     Seconds Since Boot: 0
     Client IP Address: 000.000.000.000
     Your IP Address: 000.000.000.000
     Server IP Address: 172.028.000.223
     Relay Agent IP Address: 172.028.011.003
     Hardware Address: 50:1a:c5:fe:d6:e9:
     Magic Cookie: 63538263
     Options:
        Type = 53 DHCP Message Type: 2=DHCPOffer
        Type = 54 Server idenitifier: 172.028.000.223
        Type = 97 UUID: 0068745ee6b94c0e21b76054522b6a7e02
        Type = 60 ClassIdentifier: PXEClient SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    <============ SMSPXE 4/14/2015 3:04:37 PM 7480 (0x1D38)
    [172.028.000.223:67] Recv From:[172.028.011.003:67] Len:359 1acbeb0 SMSPXE 4/14/2015 3:04:40 PM 5928 (0x1728)
    [172.028.000.223:67] Recv From:[172.028.011.002:67] Len:359 15a41f0 SMSPXE 4/14/2015 3:04:40 PM 5972 (0x1754)
    ============> Received from client: SMSPXE 4/14/2015 3:04:40 PM 5928 (0x1728)
    ============> Received from client: SMSPXE 4/14/2015 3:04:40 PM 5972 (0x1754)
    DHCP message:
     Operation: BootRequest (1)
     Hardware Address type: 1
     Hardware Address Length: 6
     Hop Count: 1
     Transaction ID: 24038353
     Seconds Since Boot: 0
     Client IP Address: 000.000.000.000
     Your IP Address: 000.000.000.000
     Server IP Address: 000.000.000.000
     Relay Agent IP Address: 172.028.011.003
     Hardware Address: 50:1a:c5:fe:d6:e9:
     Magic Cookie: 63538263
     Options:
        Type = 53 DHCP Message Type: 3=DHCPRequest
        Type = 54 Server idenitifier: 172.028.000.015
        Type = 50 Requested IP: 172.028.011.052
        Type = 57 Max DHCP Message Size: ff00
        Type = 55 Paramerter Request List: 0102030405060c0d0f111216171c28292a2b3233363a3b3c4243618081828384858687
        Type = 97 UUID: 0068745ee6b94c0e21b76054522b6a7e02
        Type = 94 UNDI: 010310
        Type = 93 Client system Arch: 0007
        Type = 60 ClassIdentifier: PXEClient:Arch:00007:UNDI:003016 SMSPXE 4/14/2015 3:04:40 PM 5928 (0x1728)
    DHCP message:
     Operation: BootRequest (1)
     Hardware Address type: 1
     Hardware Address Length: 6
     Hop Count: 1
     Transaction ID: 24038353
     Seconds Since Boot: 0
     Client IP Address: 000.000.000.000
     Your IP Address: 000.000.000.000
     Server IP Address: 000.000.000.000
     Relay Agent IP Address: 172.028.011.002
     Hardware Address: 50:1a:c5:fe:d6:e9:
     Magic Cookie: 63538263
     Options:
        Type = 53 DHCP Message Type: 3=DHCPRequest
        Type = 54 Server idenitifier: 172.028.000.015
        Type = 50 Requested IP: 172.028.011.052
        Type = 57 Max DHCP Message Size: ff00
        Type = 55 Paramerter Request List: 0102030405060c0d0f111216171c28292a2b3233363a3b3c4243618081828384858687
        Type = 97 UUID: 0068745ee6b94c0e21b76054522b6a7e02
        Type = 94 UNDI: 010310
        Type = 93 Client system Arch: 0007
        Type = 60 ClassIdentifier: PXEClient:Arch:00007:UNDI:003016 SMSPXE 4/14/2015 3:04:40 PM 5972 (0x1754)
    <============ SMSPXE 4/14/2015 3:04:40 PM 5928 (0x1728)
    <============ SMSPXE 4/14/2015 3:04:40 PM 5972 (0x1754)
    Ignoring req from [172.028.011.003:67] Dest Server:[172.028.000.015] SMSPXE 4/14/2015 3:04:40 PM 5928 (0x1728)
    Ignoring req from [172.028.011.002:67] Dest Server:[172.028.000.015] SMSPXE 4/14/2015 3:04:40 PM 5972 (0x1754)

  • Did a little too much maintenence - now I can't boot from my system drive

    I figured I'd watch the Bears game this afternoon and do a little maintenence on my G4/733, currently runnint 10.4.9.
    I booted from an older (10.3.9) system disk I have in the computer, Verified the disk (all was well, no repairs needed), then booted from my Disk Warrior (Tiger) disk and rebuilt the directory. Booted from the newly verified and rebuilt disk and it started up fine. Then ran Onyx and emptied several caches, including the system cache and kernel cache. Ooops, no longer boots...instead, I get the grey Apple screen, and then it just sits. When this happened the first time, I reset the PRAM by pressing the restart button six times...still no boot action.
    The drive mounts fine, and so I'm in the process of copying the entire volume over to an external drive before performing any more maintenence. I can't do an archive and install from my supplied OS disc, as it's a lower OS version than I'm currently running. I'm loathe to do an erase and install, as then I get to perform the always-painful "make the computer work like it used to" process. And, the maintenence steps I've taken on this drive are nothing I haven't done recently on my other two Macs (both now running 10.4.10), both of which are running fine. So I'm still classifying this glitch as "minor".
    Any suggestions out there? I'm gonna try to repair the disk again, and then run the OS 10.4.10 upgrade, unless I hear different from anyone here. Idears?

    I had a similar problem. A mac started doing wierd things like not starting. All the tests showed no problem except one..I ran TechTool and did a full surface scan. It showed some bad blocks. The only way to repair was to clone to a back-up----erase and zero out the whole drive---then restore from the back-up.
    That cured it....even a disk utility did not see the error.
    Bad blocks can happen anytime, it may be no big deal but if this is your problem check it every so often and if more start showing up....start shopping..
    Cheers,
    Glynn

  • Machines cannot PXE boot using SCCM 2012 DP

    There are a lot of posts about PXE boot, but I can't find the common thread to tie them all together.  My test machines cannot PXE boot.
    My lab environment is very simple:
    10.10.0.0/24 subnet
    10.10.0.10 = W2k8 R2 DC, DHCP, DNS
    10.10.0.11 = SCCM2012 (on W2k8R2 with SQL Server 2008 SP3 and CU4)
    All machines are Hyper-V virtual machines connecting through the same virtual network.
    Setup the PXE service from DP properties.  I let SCCM install WDS.  WDS in Server Manager does not have a server node, but the WDS service is running.  DP PXE tab is configured as follows:
    "Enable PXE support for clients" is checked
    "Allow this distribution point to resond to incoming PXE requests" is checked
    "Enable unknown computer support" is checked
    "Require a password when computers use PXE" is not checked
    "User device affinity" is set to "Allow user device affinity with automatic approval"
    PXE is configured to respond on all network interfaces
    The PXE server response delay is 0 seconds
    The DHCP server has options configured as follows:
    Option 66: 10.10.0.11
    Option 67: smsboot\x86\wdsnbp.com
    Both DP and MP on SCCM server are configured for HTTP.
    Both x86 and x64 boot images have been distributed to DP.  The media was updated after PXE was enabled on the DP.
    Both x86 and x64 boot images have "Deploy this image from the PXE service point" enabled on the Data Source tab of their properties.
    I have tried both unknown computer task sequence and a computer import task sequence (old computer association).  They all end in abortpxe.com
    Complete PXE response is as follows:
    =================================================================
    PXE Network Boot 03.23.2009
    (C) Copyright 2009 Microsoft Corporation, All Rights Reserved
    CLIENT MAC ADDR: 00 DD CC BB AA 00  GUID: 532D27E3-A184-4D27-A822-30A8B6F4A39D
    CLIENT IP: 10.10.0.106    MASK: 255.255.255.0    DHCP IP: 10.10.0.10
    GATEWAY IP: 10.10.0.5
    Download WDSNBP...
    Architecture: x64
    WDSNBP started using DHCP Referral.
    Contacting Server: 10.10.0.11 (Gateway: 0.0.0.0)
    The detalis below show the information relating to the PXE boot request for
    this computer.  Please provide these details to your Windows Deployment Services
    Administrator so that this request can be approved.
    Pending Request ID: 6
    Contacting Server: 10.10.0.11
    TFTP Download: smsboot\x64\abortpxe.com
    PXE Boot aborted.  Booting to next device
    =========================================================== 
    From the smspxe.log:
    ]LOG]!><time="16:31:39.445+240" date="05-06-2012" component="SMSPXE" context="" type="1" thread="3600" file="libsmsmessaging.cpp:6402">
    <![LOG[Client Identity: {C9929C4D-735A-4973-8659-4D3D5D5E4F92}]LOG]!><time="16:31:39.445+240" date="05-06-2012" component="SMSPXE" context="" type="1" thread="3600" file="libsmsmessaging.cpp:6428">
    <![LOG[Set enterpirse certificate in transport]LOG]!><time="16:31:39.480+240" date="05-06-2012" component="SMSPXE" context="" type="1" thread="3600" file="libsmsmessaging.cpp:9207">
    <![LOG[Set media certificate in transport]LOG]!><time="16:31:39.505+240" date="05-06-2012" component="SMSPXE" context="" type="1" thread="3600" file="libsmsmessaging.cpp:9220">
    <![LOG[Set authenticator in transport]LOG]!><time="16:31:39.505+240" date="05-06-2012" component="SMSPXE" context="" type="1" thread="3600" file="libsmsmessaging.cpp:7592">
    <![LOG[Set authenticator in transport]LOG]!><time="16:31:39.533+240" date="05-06-2012" component="SMSPXE" context="" type="1" thread="3600" file="libsmsmessaging.cpp:7592">
    <![LOG[PXE::CBootImageManager::FindMatchingArchitectureBootImage]LOG]!><time="16:31:39.553+240" date="05-06-2012" component="SMSPXE" context="" type="1" thread="3600" file="bootimagemgr.cpp:1736">
    <![LOG[PXE::CBootImageManager::FindMatchingArchitectureBootImage]LOG]!><time="16:32:00.963+240" date="05-06-2012" component="SMSPXE" context="" type="1" thread="3600" file="bootimagemgr.cpp:1736">
    <![LOG[Set enterpirse certificate in transport]LOG]!><time="16:32:01.008+240" date="05-06-2012" component="SMSPXE" context="" type="1" thread="3600" file="libsmsmessaging.cpp:9207">
    <![LOG[Set media certificate in transport]LOG]!><time="16:32:01.027+240" date="05-06-2012" component="SMSPXE" context="" type="1" thread="3600" file="libsmsmessaging.cpp:9220">
    <![LOG[Set authenticator in transport]LOG]!><time="16:32:01.027+240" date="05-06-2012" component="SMSPXE" context="" type="1" thread="3600" file="libsmsmessaging.cpp:7592">
    <![LOG[Set authenticator in transport]LOG]!><time="16:32:01.084+240" date="05-06-2012" component="SMSPXE" context="" type="1" thread="3600" file="libsmsmessaging.cpp:7592">
    <![LOG[Client boot action reply: <ClientIDReply><Identification Unknown="0" ItemKey="16777218" ServerName="" ServerRemoteName=""><Machine><ClientID/><NetbiosName/></Machine></Identification><PXEBootAction LastPXEAdvertisementID=""
    LastPXEAdvertisementTime="" OfferID="" OfferIDTime="" PkgID="" PackageVersion="" PackagePath="" BootImageID="" Mandatory=""/></ClientIDReply>
    ]LOG]!><time="16:32:01.108+240" date="05-06-2012" component="SMSPXE" context="" type="1" thread="3600" file="libsmsmessaging.cpp:6402">
    <![LOG[Client Identity: {C9929C4D-735A-4973-8659-4D3D5D5E4F92}]LOG]!><time="16:32:01.108+240" date="05-06-2012" component="SMSPXE" context="" type="1" thread="3600" file="libsmsmessaging.cpp:6428">
    <![LOG[Set enterpirse certificate in transport]LOG]!><time="16:32:01.151+240" date="05-06-2012" component="SMSPXE" context="" type="1" thread="3600" file="libsmsmessaging.cpp:9207">
    <![LOG[Set media certificate in transport]LOG]!><time="16:32:01.174+240" date="05-06-2012" component="SMSPXE" context="" type="1" thread="3600" file="libsmsmessaging.cpp:9220">
    <![LOG[Set authenticator in transport]LOG]!><time="16:32:01.174+240" date="05-06-2012" component="SMSPXE" context="" type="1" thread="3600" file="libsmsmessaging.cpp:7592">
    <![LOG[Set authenticator in transport]LOG]!><time="16:32:01.209+240" date="05-06-2012" component="SMSPXE" context="" type="1" thread="3600" file="libsmsmessaging.cpp:7592">
    <![LOG[PXE::CBootImageManager::FindMatchingArchitectureBootImage]LOG]!><time="16:32:05.230+240" date="05-06-2012" component="SMSPXE" context="" type="1" thread="3600" file="bootimagemgr.cpp:1736">
    <![LOG[Set enterpirse certificate in transport]LOG]!><time="16:32:05.290+240" date="05-06-2012" component="SMSPXE" context="" type="1" thread="3600" file="libsmsmessaging.cpp:9207">
    <![LOG[Set media certificate in transport]LOG]!><time="16:32:05.325+240" date="05-06-2012" component="SMSPXE" context="" type="1" thread="3600" file="libsmsmessaging.cpp:9220">
    <![LOG[Set authenticator in transport]LOG]!><time="16:32:05.325+240" date="05-06-2012" component="SMSPXE" context="" type="1" thread="3600" file="libsmsmessaging.cpp:7592">
    <![LOG[Set authenticator in transport]LOG]!><time="16:32:05.366+240" date="05-06-2012" component="SMSPXE" context="" type="1" thread="3600" file="libsmsmessaging.cpp:7592">
    <![LOG[Client boot action reply: <ClientIDReply><Identification Unknown="0" ItemKey="16777218" ServerName="" ServerRemoteName=""><Machine><ClientID/><NetbiosName/></Machine></Identification><PXEBootAction LastPXEAdvertisementID=""
    LastPXEAdvertisementTime="" OfferID="" OfferIDTime="" PkgID="" PackageVersion="" PackagePath="" BootImageID="" Mandatory=""/></ClientIDReply>
    =============================================================================================
    I've been hammering this for about 10 hours now (or to be honest, it's been hammering me) and it must be something very simple I'm missing.  I have a feeling that I'm doing something I used to do in 2007 and whatever that is, it does not work in
    2012.
    If I connect using boot media, Task Sequences execute perfectly.
    TIA,
    Tom

    Option 66: 10.10.0.11
    Option 67: smsboot\x86\wdsnbp.com
    Pending Request ID: 6
    Contacting Server: 10.10.0.11
    TFTP Download: smsboot\x64\abortpxe.com
    PXE Boot aborted.  Booting to next device
    <![LOG[Client boot action reply: <ClientIDReply><Identification Unknown="0" ItemKey="16777218" ServerName="" ServerRemoteName=""><Machine><ClientID/><NetbiosName/></Machine></Identification><PXEBootAction
    LastPXEAdvertisementID="" LastPXEAdvertisementTime="" OfferID="" OfferIDTime="" PkgID="" PackageVersion="" PackagePath="" BootImageID="" Mandatory=""/></ClientIDReply>
    Those options are fine when using DHCP options. They must be configured right because ConfigMgr does send a reply to the client ("abortpxe"). It basically tells you that ConfigMgr knows the MAC address and/or SMBIOSGUID of the client, but cannot find
    a deployment for it.
    Just find ResourceID 16777218 in the console (you might have to add the ResourceID column) and double check if there's an deployment available (properties of the client with resourceID 16777218).
    Torsten Meringer | http://www.mssccmfaq.de
    Your answer really helped me. I was searching for 2 days trying to find a computer in Config Manager. Your suggestion to "Just
    find ResourceID 16777218 in the console (you might have to add the ResourceID column) and double check if there" was the trick to finding the computer in Config Manager. Thanks for all of your help
    Gregory Campbell System Administrator

  • SCCM 2012 pxe boot issue

    My test machines cannot PXE boot.
    My lab environment is very simple:
    10.10.0.0/24 subnet
    10.10.0.5 = Server2012, DHCP, DNS, SQL Server 2008 R2 Sp2
    10.10.0.7 = Server2012, SCCM2012
    All machines are Oracle VM Box virtual machines connecting through the same virtual network.
    Setup the PXE service from DP properties.  I let SCCM install WDS.  WDS in Server
    Manager does not have a server node, but the WDS service is running.  DP PXE tab is configured as follows:
    "Enable PXE support for clients" is checked
    "Allow this distribution point to respond to incoming PXE requests" is checked
    "Enable unknown computer support" is checked
    "Require a password when computers use PXE" is not checked
    "User device affinity" is set to "Allow user device affinity with automatic approval"
    PXE is configured to respond on all network interfaces
    The PXE server response delay is 0 seconds
    The DHCP server has options configured as follows:
    Option 66: 10.10.0.7
    Option 67: smsboot\x86\wdsnbp.com
    Both DP and MP on SCCM server are configured for HTTP.
    Both x86 and x64 boot images have been distributed to DP.  The media was updated after
    PXE was enabled on the DP.
    Both x86 and x64 boot images have "Deploy this image from the PXE service point" enabled on the Data Source tab of their properties
    SMSPXE.Log
    <![LOG[Client boot action reply: <ClientIDReply><Identification Unknown="0" ItemKey="16777219" ServerName=""><Machine><ClientID/><NetbiosName/></Machine></Identification><PXEBootAction
    LastPXEAdvertisementID="" LastPXEAdvertisementTime="" OfferID="" OfferIDTime="" PkgID="" PackageVersion="" PackagePath="" BootImageID="" Mandatory=""/></ClientIDReply>
    ]LOG]!><time="15:05:09.346-330" date="07-07-2014" component="SMSPXE" context="" type="1" thread="13592" file="libsmsmessaging.cpp:6544">
    <![LOG[08:00:27:61:59:79, BF2ACCDD-1455-E149-963C-9A845B9C111E: no advertisements found]LOG]!><time="15:05:09.346-330" date="07-07-2014" component="SMSPXE" context="" type="1" thread="13592"
    file="database.cpp:483">
    <![LOG[08:00:27:61:59:79, BF2ACCDD-1455-E149-963C-9A845B9C111E: No boot action. Aborted.]LOG]!><time="15:05:09.441-330" date="07-07-2014" component="SMSPXE" context="" type="1" thread="13592"
    file="database.cpp:483">
    <![LOG[08:00:27:61:59:79, BF2ACCDD-1455-E149-963C-9A845B9C111E: Not serviced.]LOG]!><time="15:05:09.441-330" date="07-07-2014" component="SMSPXE" context="" type="1" thread="13592" file="database.cpp:483">
    <![LOG[Client boot action reply: <ClientIDReply><Identification Unknown="0" ItemKey="16777219" ServerName=""><Machine><ClientID/><NetbiosName/></Machine></Identification><PXEBootAction
    LastPXEAdvertisementID="" LastPXEAdvertisementTime="" OfferID="" OfferIDTime="" PkgID="" PackageVersion="" PackagePath="" BootImageID="" Mandatory=""/></ClientIDReply>
    ]LOG]!><time="15:05:09.705-330" date="07-07-2014" component="SMSPXE" context="" type="1" thread="13592" file="libsmsmessaging.cpp:6544">
    <![LOG[08:00:27:61:59:79, BF2ACCDD-1455-E149-963C-9A845B9C111E: no advertisements found]LOG]!><time="15:05:09.705-330" date="07-07-2014" component="SMSPXE" context="" type="1" thread="13592"
    file="database.cpp:483">

    Resource ID is already present in the Unknown Computer (Windows 7) Properties please look into it and
    OSD Task Sequences is there :(.

  • Boot\BCD error - SCCM 2012 R2

    Hi,
    This is a last ditch attempt before I throw in the towel and rebuild the server. 
    I am running an SCCM 2012 R2 Hierarchy with two primaries and multiple distribution points. 
    One of our main DPs has started coming up with an error when pxe booting a windows 7 machine. This happened after a corrupt driver was added to the boot image. The driver was removed and all the DP's rolled back but the issue still remains on this server
    alone. We use an IPhelper to point the pxe requests at this server. 
    The error message is:
    File: \Boot\BCD
    Status: 0xc0000098
    Info: The Windows Boot Configuration Data file does not contain a valid OS entry. 
    I have tried the following:
    1. Removing the PXE role and reapplying it.
    2. Removing the Boot images and reapplying them.
    3. Removing the DP altogether from the console and reapplying. 
    4. Removing all data from the DP and starting again. 
    5. Redistributing the boot images. both x86 and x64
    6. creating a new boot image for both x86 and x64 and applying those.
    smspxe log is as follows 
    D4:3D:7E:BF:11:A4, 00000000-0000-0000-0000-D43D7EBF11A4: device is not in the database.
    SMSPXE 20/10/2014 09:30:44
    5064 (0x13C8)
    Warning: Matching Processor Architecture Boot Image (0) not found
    SMSPXE 20/10/2014 09:30:44
    5064 (0x13C8)
    D4:3D:7E:BF:11:A4, 00000000-0000-0000-0000-D43D7EBF11A4: Not serviced.
    SMSPXE 20/10/2014 09:30:44
    5064 (0x13C8)
    Warning: Matching Processor Architecture Boot Image (0) not found
    SMSPXE 20/10/2014 09:31:04
    5064 (0x13C8)
    D4:3D:7E:BF:11:A4, 00000000-0000-0000-0000-D43D7EBF11A4: Not serviced.
    SMSPXE 20/10/2014 09:31:04
    5064 (0x13C8)
    Begin validation of Certificate [Thumbprint C435C200EAF495312097132FFE12CF330A54DA8A] issued to '3ed87d92-4f15-4d7d-ba52-35dc6b972484'
    SMSPXE 20/10/2014 09:33:20
    2208 (0x08A0)
    Completed validation of Certificate [Thumbprint C435C200EAF495312097132FFE12CF330A54DA8A] issued to '3ed87d92-4f15-4d7d-ba52-35dc6b972484'
    SMSPXE 20/10/2014 09:33:20
    2208 (0x08A0)
    Begin validation of Certificate [Thumbprint C435C200EAF495312097132FFE12CF330A54DA8A] issued to '3ed87d92-4f15-4d7d-ba52-35dc6b972484'
    SMSPXE 20/10/2014 10:33:20
    5012 (0x1394)
    Completed validation of Certificate [Thumbprint C435C200EAF495312097132FFE12CF330A54DA8A] issued to '3ed87d92-4f15-4d7d-ba52-35dc6b972484'
    SMSPXE 20/10/2014 10:33:20
    5012 (0x1394)
    Found new image CAS00004 SMSPXE
    20/10/2014 10:53:11 6076 (0x17BC)
    ADK installation root registry value not found.
    SMSPXE 20/10/2014 10:53:11
    6076 (0x17BC)
    Loaded C:\Windows\system32\wimgapi.dll SMSPXE
    20/10/2014 10:53:11 6076 (0x17BC)
    Opening image file D:\RemoteInstall\SMSImages\CAS00004\boot.CAS00004.wim
    SMSPXE 20/10/2014 10:53:11
    6076 (0x17BC)
    Found Image file: D:\RemoteInstall\SMSImages\CAS00004\boot.CAS00004.wim
     PackageID: CAS00004
     ProductName: Microsoft® Windows® Operating System
     Architecture: 0
     Description: Microsoft Windows PE (x86)
     Version:  
     Creator: 
     SystemDir: WINDOWS
    SMSPXE
    20/10/2014 10:53:11 6076 (0x17BC)
    Closing image file D:\RemoteInstall\SMSImages\CAS00004\boot.CAS00004.wim
    SMSPXE 20/10/2014 10:53:11
    6076 (0x17BC)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 10:53:40
    6076 (0x17BC)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 10:53:40
    6076 (0x17BC)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 10:58:12
    4928 (0x1340)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 10:58:12
    4928 (0x1340)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 10:59:07
    4928 (0x1340)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 10:59:07
    4928 (0x1340)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:00:05
    4928 (0x1340)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:00:05
    4928 (0x1340)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:05:24
    4928 (0x1340)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:05:24
    4928 (0x1340)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:06:05
    4928 (0x1340)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:06:05
    4928 (0x1340)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:07:15
    4928 (0x1340)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:07:15
    4928 (0x1340)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:07:58
    4928 (0x1340)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:07:58
    4928 (0x1340)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:09:31
    4664 (0x1238)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:09:31
    4664 (0x1238)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:11:58
    4664 (0x1238)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:11:58
    4664 (0x1238)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:13:52
    4664 (0x1238)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:13:52
    4664 (0x1238)
    Client lookup reply: <ClientIDReply><Identification Unknown="0" ItemKey="0" ServerName=""><Machine><ClientID/><NetbiosName/></Machine></Identification></ClientIDReply>
    SMSPXE
    20/10/2014 11:15:27 5064 (0x13C8)
    E8:03:9A:B3:F3:8A, 163A84E0-1DD8-11B2-8000-DF82815C2DDB: device is not in the database.
    SMSPXE 20/10/2014 11:15:27
    5064 (0x13C8)
    Getting boot action for unknown machine: item key: 2046820364
    SMSPXE 20/10/2014 11:15:27
    5064 (0x13C8)
    Client boot action reply: <ClientIDReply><Identification Unknown="0" ItemKey="2046820364" ServerName=""><Machine><ClientID>47938388-164c-4bfb-8621-28b57859ad3c</ClientID><NetbiosName/></Machine></Identification><PXEBootAction
    LastPXEAdvertisementID="" LastPXEAdvertisementTime="" OfferID="PNL20009" OfferIDTime="26/02/2014 15:13:00" PkgID="PNL0000C" PackageVersion="" PackagePath="http://INTCMNCLDP001.intraining.co.uk/SMS_DP_SMSPKG$/CAS00004"
    BootImageID="CAS00004" Mandatory="0"/></ClientIDReply>
    SMSPXE
    20/10/2014 11:15:27 5064 (0x13C8)
    E8:03:9A:B3:F3:8A, 163A84E0-1DD8-11B2-8000-DF82815C2DDB: found optional advertisement PNL20009
    SMSPXE 20/10/2014 11:15:27
    5064 (0x13C8)
    Getting boot action for unknown machine: item key: 2046820364
    SMSPXE 20/10/2014 11:16:14
    5064 (0x13C8)
    Client boot action reply: <ClientIDReply><Identification Unknown="0" ItemKey="2046820364" ServerName=""><Machine><ClientID>47938388-164c-4bfb-8621-28b57859ad3c</ClientID><NetbiosName/></Machine></Identification><PXEBootAction
    LastPXEAdvertisementID="" LastPXEAdvertisementTime="" OfferID="PNL20009" OfferIDTime="26/02/2014 15:13:00" PkgID="PNL0000C" PackageVersion="" PackagePath="http://INTCMNCLDP001.intraining.co.uk/SMS_DP_SMSPKG$/CAS00004"
    BootImageID="CAS00004" Mandatory="0"/></ClientIDReply>
    SMSPXE
    20/10/2014 11:16:14 5064 (0x13C8)
    E8:03:9A:B3:F3:8A, 163A84E0-1DD8-11B2-8000-DF82815C2DDB: found optional advertisement PNL20009
    SMSPXE 20/10/2014 11:16:14
    5064 (0x13C8)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:26:15
    4664 (0x1238)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:26:15
    4664 (0x1238)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:27:12
    4664 (0x1238)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:27:12
    4664 (0x1238)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:27:25
    4664 (0x1238)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:27:25
    4664 (0x1238)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:28:36
    4664 (0x1238)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:28:36
    4664 (0x1238)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:29:41
    4664 (0x1238)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:29:41
    4664 (0x1238)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:30:43
    4664 (0x1238)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:30:43
    4664 (0x1238)
    Begin validation of Certificate [Thumbprint C435C200EAF495312097132FFE12CF330A54DA8A] issued to '3ed87d92-4f15-4d7d-ba52-35dc6b972484'
    SMSPXE 20/10/2014 11:33:20
    4664 (0x1238)
    Completed validation of Certificate [Thumbprint C435C200EAF495312097132FFE12CF330A54DA8A] issued to '3ed87d92-4f15-4d7d-ba52-35dc6b972484'
    SMSPXE 20/10/2014 11:33:20
    4664 (0x1238)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:33:51
    4664 (0x1238)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:33:51
    4664 (0x1238)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:35:31
    4664 (0x1238)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:35:31
    4664 (0x1238)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:37:29
    6076 (0x17BC)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:37:29
    6076 (0x17BC)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:39:25
    6076 (0x17BC)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:39:25
    6076 (0x17BC)
    ================= PXE Provider shutdown. =====================
    SMSPXE 20/10/2014 11:42:25
    4700 (0x125C)
    ================= PXE Provider loaded. =====================
    SMSPXE 20/10/2014 11:43:19
    4372 (0x1114)
    Machine is running Windows Longhorn. (NTVersion=0X603, ServicePack=0)
    SMSPXE 20/10/2014 11:43:19
    4372 (0x1114)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:43:19
    4372 (0x1114)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:43:19
    4372 (0x1114)
    Begin validation of Certificate [Thumbprint C435C200EAF495312097132FFE12CF330A54DA8A] issued to '3ed87d92-4f15-4d7d-ba52-35dc6b972484'
    SMSPXE 20/10/2014 11:43:19
    4372 (0x1114)
    Completed validation of Certificate [Thumbprint C435C200EAF495312097132FFE12CF330A54DA8A] issued to '3ed87d92-4f15-4d7d-ba52-35dc6b972484'
    SMSPXE 20/10/2014 11:43:19
    4372 (0x1114)
    Initializing PXEPerfObject. SMSPXE
    20/10/2014 11:43:19 4372 (0x1114)
    Could not load logging configuration for component ccmperf. Using default values.
    SMSPXE 20/10/2014 11:43:19
    4372 (0x1114)
    HTTP is selected for Client. The current state is 0.
    SMSPXE 20/10/2014 11:43:19
    4372 (0x1114)
    Client lookup reply: <ClientIDReply><Identification Unknown="0" ItemKey="0" ServerName=""><Machine><ClientID/><NetbiosName/></Machine></Identification></ClientIDReply>
    SMSPXE
    20/10/2014 11:43:20 4372 (0x1114)
    PXE::CBootImageInfo::CBootImageInfo: key= SMSPXE
    20/10/2014 11:43:20 4372 (0x1114)
    PXE::CBootImageInfo::CBootImageInfo: key= SMSPXE
    20/10/2014 11:43:20 4372 (0x1114)
    Adding CAS00004.40 SMSPXE
    20/10/2014 11:43:20 4372 (0x1114)
    Adding CAS00005.45 SMSPXE
    20/10/2014 11:43:30 4372 (0x1114)
    Found new image CAS00004 SMSPXE
    20/10/2014 11:43:44 4372 (0x1114)
    ADK installation root registry value not found.
    SMSPXE 20/10/2014 11:43:44
    4372 (0x1114)
    Loaded C:\Windows\system32\wimgapi.dll SMSPXE
    20/10/2014 11:43:44 4372 (0x1114)
    Opening image file D:\RemoteInstall\SMSImages\CAS00004\boot.CAS00004.wim
    SMSPXE 20/10/2014 11:43:44
    4372 (0x1114)
    Found Image file: D:\RemoteInstall\SMSImages\CAS00004\boot.CAS00004.wim
     PackageID: CAS00004
     ProductName: Microsoft® Windows® Operating System
     Architecture: 0
     Description: Microsoft Windows PE (x86)
     Version:  
     Creator: 
     SystemDir: WINDOWS
    SMSPXE
    20/10/2014 11:43:44 4372 (0x1114)
    Closing image file D:\RemoteInstall\SMSImages\CAS00004\boot.CAS00004.wim
    SMSPXE 20/10/2014 11:43:44
    4372 (0x1114)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:44:34
    2028 (0x07EC)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:44:34
    2028 (0x07EC)
    Found new image CAS00005 SMSPXE
    20/10/2014 11:44:56 4372 (0x1114)
    ADK installation root registry value not found.
    SMSPXE 20/10/2014 11:44:56
    4372 (0x1114)
    Loaded C:\Windows\system32\wimgapi.dll SMSPXE
    20/10/2014 11:44:56 4372 (0x1114)
    Opening image file D:\RemoteInstall\SMSImages\CAS00005\boot.CAS00005.wim
    SMSPXE 20/10/2014 11:44:56
    4372 (0x1114)
    Found Image file: D:\RemoteInstall\SMSImages\CAS00005\boot.CAS00005.wim
     PackageID: CAS00005
     ProductName: Microsoft® Windows® Operating System
     Architecture: 9
     Description: Microsoft Windows PE (x64)
     Version:  
     Creator: 
     SystemDir: WINDOWS
    SMSPXE
    20/10/2014 11:44:56 4372 (0x1114)
    Closing image file D:\RemoteInstall\SMSImages\CAS00005\boot.CAS00005.wim
    SMSPXE 20/10/2014 11:44:57
    4372 (0x1114)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:45:45
    2028 (0x07EC)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:45:45
    2028 (0x07EC)
    Begin validation of Certificate [Thumbprint C435C200EAF495312097132FFE12CF330A54DA8A] issued to '3ed87d92-4f15-4d7d-ba52-35dc6b972484'
    SMSPXE 20/10/2014 11:45:54
    4372 (0x1114)
    Completed validation of Certificate [Thumbprint C435C200EAF495312097132FFE12CF330A54DA8A] issued to '3ed87d92-4f15-4d7d-ba52-35dc6b972484'
    SMSPXE 20/10/2014 11:45:54
    4372 (0x1114)
    PXE Provider finished loading. SMSPXE
    20/10/2014 11:45:54 4372 (0x1114)
    Error opening file: D:\RemoteInstall\SMSImages\CAS00005\boot.CAS00005.wim. Win32=32
    SMSPXE 20/10/2014 11:46:33
    4744 (0x1288)
    Retrying D:\RemoteInstall\SMSImages\CAS00005\boot.CAS00005.wim
    SMSPXE 20/10/2014 11:46:33
    4744 (0x1288)
    Boot image CAS00005 has changed since added
    SMSPXE 20/10/2014 11:46:36
    4744 (0x1288)
    ADK installation root registry value not found.
    SMSPXE 20/10/2014 11:46:36
    4744 (0x1288)
    Loaded C:\Windows\system32\wimgapi.dll SMSPXE
    20/10/2014 11:46:36 4744 (0x1288)
    Opening image file D:\RemoteInstall\SMSImages\CAS00005\boot.CAS00005.wim
    SMSPXE 20/10/2014 11:46:36
    4744 (0x1288)
    Found Image file: D:\RemoteInstall\SMSImages\CAS00005\boot.CAS00005.wim
     PackageID: CAS00005
     ProductName: Microsoft® Windows® Operating System
     Architecture: 9
     Description: Microsoft Windows PE (x64)
     Version:  
     Creator: 
     SystemDir: WINDOWS
    SMSPXE
    20/10/2014 11:46:36 4744 (0x1288)
    Closing image file D:\RemoteInstall\SMSImages\CAS00005\boot.CAS00005.wim
    SMSPXE 20/10/2014 11:46:36
    4744 (0x1288)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:46:53
    2028 (0x07EC)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:46:53
    2028 (0x07EC)
    Boot image CAS00005 has changed since added
    SMSPXE 20/10/2014 11:47:50
    4744 (0x1288)
    ADK installation root registry value not found.
    SMSPXE 20/10/2014 11:47:50
    4744 (0x1288)
    Loaded C:\Windows\system32\wimgapi.dll SMSPXE
    20/10/2014 11:47:50 4744 (0x1288)
    Opening image file D:\RemoteInstall\SMSImages\CAS00005\boot.CAS00005.wim
    SMSPXE 20/10/2014 11:47:50
    4744 (0x1288)
    Found Image file: D:\RemoteInstall\SMSImages\CAS00005\boot.CAS00005.wim
     PackageID: CAS00005
     ProductName: Microsoft® Windows® Operating System
     Architecture: 9
     Description: Microsoft Windows PE (x64)
     Version:  
     Creator: 
     SystemDir: WINDOWS
    SMSPXE
    20/10/2014 11:47:50 4744 (0x1288)
    Closing image file D:\RemoteInstall\SMSImages\CAS00005\boot.CAS00005.wim
    SMSPXE 20/10/2014 11:47:50
    4744 (0x1288)
    ================= PXE Provider shutdown. =====================
    SMSPXE 20/10/2014 11:47:58
    4372 (0x1114)
    ================= PXE Provider loaded. =====================
    SMSPXE 20/10/2014 11:48:26
    5008 (0x1390)
    Machine is running Windows Longhorn. (NTVersion=0X603, ServicePack=0)
    SMSPXE 20/10/2014 11:48:26
    5008 (0x1390)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:48:26
    5008 (0x1390)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:48:26
    5008 (0x1390)
    Begin validation of Certificate [Thumbprint C435C200EAF495312097132FFE12CF330A54DA8A] issued to '3ed87d92-4f15-4d7d-ba52-35dc6b972484'
    SMSPXE 20/10/2014 11:48:26
    5008 (0x1390)
    Completed validation of Certificate [Thumbprint C435C200EAF495312097132FFE12CF330A54DA8A] issued to '3ed87d92-4f15-4d7d-ba52-35dc6b972484'
    SMSPXE 20/10/2014 11:48:26
    5008 (0x1390)
    Initializing PXEPerfObject. SMSPXE
    20/10/2014 11:48:26 5008 (0x1390)
    Could not load logging configuration for component ccmperf. Using default values.
    SMSPXE 20/10/2014 11:48:26
    5008 (0x1390)
    HTTP is selected for Client. The current state is 0.
    SMSPXE 20/10/2014 11:48:26
    5008 (0x1390)
    Client lookup reply: <ClientIDReply><Identification Unknown="0" ItemKey="0" ServerName=""><Machine><ClientID/><NetbiosName/></Machine></Identification></ClientIDReply>
    SMSPXE
    20/10/2014 11:48:26 5008 (0x1390)
    PXE::CBootImageInfo::CBootImageInfo: key= SMSPXE
    20/10/2014 11:48:26 5008 (0x1390)
    PXE::CBootImageInfo::CBootImageInfo: key= SMSPXE
    20/10/2014 11:48:26 5008 (0x1390)
    Adding CAS00004.40 SMSPXE
    20/10/2014 11:48:26 5008 (0x1390)
    Adding CAS00005.45 SMSPXE
    20/10/2014 11:48:50 5008 (0x1390)
    Found new image CAS00004 SMSPXE
    20/10/2014 11:49:15 5008 (0x1390)
    ADK installation root registry value not found.
    SMSPXE 20/10/2014 11:49:15
    5008 (0x1390)
    Loaded C:\Windows\system32\wimgapi.dll SMSPXE
    20/10/2014 11:49:15 5008 (0x1390)
    Opening image file D:\RemoteInstall\SMSImages\CAS00004\boot.CAS00004.wim
    SMSPXE 20/10/2014 11:49:15
    5008 (0x1390)
    If anyone has any further info on this please can you let me know?
    Thanks so much.
    Katie

    Hello,
    Is your WDS running properly? If WDS is stopped, can you start it manually?
    Or you get an error like 'The service did not respond in a timely fashion'?
    The symptom is so similar to that I have encountered. You referred that you have tried to remove WDS, DP, but I wonder how. Before removing WDS and DP role, try to delete corrupt package in SCCMContentLib folder.
    I just recreated SCCMContentLib, and WDS did start working. I guess there are corrupt packages in the my folder as well. But another problem occur, I installed all the roles on the same server in my lab, so it is a primary site server as well. As a result,
    it seems that I have to re-deploy all the packages. Not sure if there is any further problem yet. Since it is just a lab environment, it doesn't matter for me.
    I hope what I have done will give you some clue.

  • UWL Approve and Reject buttons not available in Portal 7.31?

    Hi I've been doing some research and came across some interesting articles...
    http://scn.sap.com/thread/1871429
    http://wiki.scn.sap.com/wiki/pages/viewpage.action?pageId=221611154
    I am trying to enable the Approve and Reject buttons per customer requirements but having some issues making these options available in the UWL ...
    Based on the articles above...
    Does the UWL not support this ?
    If it does, can anyone direct me on how to enable these ?
    Thanks

    After doing some research, it looks like the XML needs to be modified...
    Can anyone confirm that the code is still relevant in 7.31?
    <Action
    reference="com.sap.pct.srm.core.action.approve"/>
    <Action
    reference="com.sap.pct.srm.core.action.reject"/>

  • SRM 7.0 Invoice Rejection in SRM Portal

    Hi,
    We have come across a scenario where an approver is unable to reject an invoice in their tasks queue. An error message of "/sapsrm/cx_pdo_error Reason for rejection is mandatory" appears
    However, when they reject a Shopping Cart for example, it works fine and they get a message saying "Action <Reject> performed successfully"
    I can't find where these reason codes are configured in SPRO.
    Does anybody know?
    Thanks,
    Bernard.

    Hello Bernard,
    Check text schema assigned to your Invoice document type:
    SAP Implementation Guide > SAP Supplier Relationship Management > SRM Server > Cross-Application Basic Settings > Define Transaction Types
    Text ID RREJ is assigned at header level, that's why you have this error message (see method CHECK_REJECTION_NOTE from class interface /SAPSRM/CL_PDO_BO_INV_ADV ):
    SAP Implementation Guide > SAP Supplier Relationship Management > SRM Server > Cross-Application Basic Settings > Text Schema > Define Text Schema.
    Regards.
    Laurent.

  • Reject button Issue - GRC 10

    Hi All,
    I have a query regarding REJECT in OTHER ACTIONS button in GRC.
    In my workflow I have maintained task settings as below.
    Approval Level - Role
    Rejection Level - Role
    Individual Line Items I am able to Approve/Reject using the Approve or Reject buttons.
    I tested below scenario.
    Created a GRC request with 2 roles. Both roles have different role owners.
    Request once completed in first stage went to 2 role owners separately with their respective roles.
    First role owner opened the request, went to other actions -> Reject and rejected the entire request.
    Because of this entire request got rejected and closed irrespective of other role owners action.
    I wanted to disable REJECT option under Other Actions in role owner stage.
    I have already went through various discussions in the forum but couldn't find any
    https://scn.sap.com/thread/3211542
    http://scn.sap.com/thread/3367477
    http://scn.sap.com/thread/3272504
    http://scn.sap.com/thread/3485469
    http://scn.sap.com/thread/3504767
    http://scn.sap.com/thread/3151204
    Please help if anyone faced the same issue
    Regards,
    Sai

    Hi Sai,
    I believe this is a SP13 functionality problem issue - maybe upgrade to SP15 will solve the issue.
    According to SAP Documentation - what you have described should not be the case as under the Task Settings section, SAP advise to select the checkboxes for the features you want to be available to approvers on the access request screen. Rejection level allows approvers to approve requests for the following levels:
    Request
    Approvers have the authority to approve all roles in a request. For example, security approvers can approve any role relevant to a request. Role Approvers can approve only those roles that belong to them.
    System and Role
    Approvers have the authority to approve systems and roles.
    So taking into account what is described - it should work as you requested, so maybe this is SP13 issue, migrate to SP15 and let us know,
    Filip

  • Got stuck on rerun PXE boot

    Required OSD TS work flawless except one thing:
    If PC got error on first PXE-PE loading step (missing network driver or required package) i can`t force that PC to re-run PXE deployment, except redeploying TS on OSD Collection. It always shows me abortpxe message.
    Is there any way to automate or better way to handle this situation? Where can i delete information about PXE Boot of "00:21:5A:15:21:EC, 88476A71-3D11-11DD-BBDA-5A1521EC0021" PC
    At smspxe.log i see, that no advertisements found for item key: 2046820353 which is "x64 Unknown Computer" account.
    <![LOG[Getting boot action for unknown machine: item key: 2046820353]LOG]!><time="14:06:23.259-180" date="02-27-2015" component="SMSPXE" context="" type="1" thread="5168" file="pxehandler.cpp:231">
    <![LOG[Client boot action reply: <ClientIDReply><Identification Unknown="0" ItemKey="2046820353" ServerName=""><Machine><ClientID/><NetbiosName/></Machine></Identification><PXEBootAction
    LastPXEAdvertisementID="" LastPXEAdvertisementTime="" OfferID="" OfferIDTime="" PkgID="" PackageVersion="" PackagePath="" BootImageID="" Mandatory=""/></ClientIDReply>
    ]LOG]!><time="14:06:23.368-180" date="02-27-2015" component="SMSPXE" context="" type="1" thread="5168" file="libsmsmessaging.cpp:6544">
    <![LOG[00:21:5A:15:21:EC, 88476A71-3D11-11DD-BBDA-5A1521EC0021: no advertisements found]LOG]!><time="14:06:23.369-180" date="02-27-2015" component="SMSPXE" context="" type="1" thread="5168"
    file="database.cpp:483">

    There is a report, MAC - Computers for a specific MAC address.  Use that report to find the computer in question and then search for it in the console to remove it.
    Jeff
    Аfter error on PXEBoot , I found the object "Unknown" and delete it from SCCM using console. At the moment search by MAC does not find anything that corresponds with troublesome PC. It refuses
    to re-apply PXE-Boot advertisement even after weekend.
    That problem is very worries me, because a large number of scheduled baremetal deployments will be done next month and i can`t manage collection every time PC fails PXE-Boot

  • Voting group in condition is if anyone reject, then WF suddenly end process

    Hi Team,
    Apps 11.5.10.2
    Customer has already reviewed Doc ID 104421.1
    BUT they want to setup condition like below. Is it possible ?
    They don't want to wait for all approver vote finish.They want voting is close immediate if just only one do action reject. They don't want to wait for everyone approve/reject. Currently they use Black Ball voting now, but they want like below.
    Ex:
    Current is
    18:00 - Submit vote to 5 persons
    18:01 First person : Approve
    18:02 Second person : Reject
    18:03 Third person : Approve
    18:04 Forth person: Approve
    18:05 Fifth person : Approve
    18:05 Result is rejected
    They want
    18:00 - Submit vote to 5 persons
    18:01 First person : Approve
    18:02 Second person : Reject
    18:02 Result is rejected
    18:03 Third person :<no need to action>
    18:04 Forth person: <no need to action>
    18:05 Fifth person : <no need to action>
    Please suggest
    Thanks Regards
    Manju

    See that it has the attribute 'Voting Option' which you can set to "Tally on Every Vote". It also has the attribute "Percent No" which you can set to an item attribute of type number. When the workflow process is created then you set that item attribute to (1/number of roles notified)*100 and that is the value that "Percent No" will take.
    Regards.

  • Boot an ESX 5.1 VM to my SCCM 2012 (WDS) server?

    Hi folks,
    I just got my SCCM 2012 server installed, configured a distribution point, published new boot.wim to distribution point.
    I am trying to test booting up a 'bare metal' ESXi 5.1 VM to my SCCM 2012 (WDS) server, but fails with attached error.
    Configuration Manager is looking for policy.
    Anyone have a suggestion?
    Thanks, romatlo

    Thank you so much for responding!  I must admit that this is my first install.  :)
    I could not find that option, so I deleted/recreated my task sequence, then found it as part of Deploy option.
    I deployed the task sequence to unknown computers but I still get that message and will not boot up correctly.
    I've pasted last part of my SMSPXE.log in case you see something definitive.
    I did not have my WDS server role installed when enabling PXE on my DP, maybe that messed me up.
    Thanks again, I may snapshot my VM here and start over on install if there is not a clue.
    <![LOG[Client lookup reply: <ClientIDReply><Identification Unknown="0" ItemKey="16777219" ServerName=""><Machine><ClientID/><NetbiosName/></Machine></Identification></ClientIDReply>
    ]LOG]!><time="22:34:31.229+360" date="12-17-2013" component="SMSPXE" context="" type="1" thread="4716" file="libsmsmessaging.cpp:6346">
    <![LOG[00:50:56:AD:01:C8, 94F72D42-9BE7-24BB-8BB6-D90C68B8CF33: device is in the database.]LOG]!><time="22:34:31.229+360" date="12-17-2013" component="SMSPXE" context="" type="1" thread="4716" file="database.cpp:483">
    <![LOG[Client boot action reply: <ClientIDReply><Identification Unknown="0" ItemKey="16777219" ServerName=""><Machine><ClientID/><NetbiosName/></Machine></Identification><PXEBootAction LastPXEAdvertisementID=""
    LastPXEAdvertisementTime="" OfferID="" OfferIDTime="" PkgID="" PackageVersion="" PackagePath="" BootImageID="" Mandatory=""/></ClientIDReply>
    ]LOG]!><time="22:34:31.273+360" date="12-17-2013" component="SMSPXE" context="" type="1" thread="4716" file="libsmsmessaging.cpp:6544">
    <![LOG[00:50:56:AD:01:C8, 94F72D42-9BE7-24BB-8BB6-D90C68B8CF33: no advertisements found]LOG]!><time="22:34:31.273+360" date="12-17-2013" component="SMSPXE" context="" type="1" thread="4716" file="database.cpp:483">
    <![LOG[00:50:56:AD:01:C8, 94F72D42-9BE7-24BB-8BB6-D90C68B8CF33: No boot action. Aborted.]LOG]!><time="22:34:31.319+360" date="12-17-2013" component="SMSPXE" context="" type="1" thread="4716" file="database.cpp:483">
    <![LOG[00:50:56:AD:01:C8, 94F72D42-9BE7-24BB-8BB6-D90C68B8CF33: Not serviced.]LOG]!><time="22:34:31.319+360" date="12-17-2013" component="SMSPXE" context="" type="1" thread="4716" file="database.cpp:483">
    <![LOG[Client boot action reply: <ClientIDReply><Identification Unknown="0" ItemKey="16777219" ServerName=""><Machine><ClientID/><NetbiosName/></Machine></Identification><PXEBootAction LastPXEAdvertisementID=""
    LastPXEAdvertisementTime="" OfferID="" OfferIDTime="" PkgID="" PackageVersion="" PackagePath="" BootImageID="" Mandatory=""/></ClientIDReply>
    ]LOG]!><time="22:34:33.422+360" date="12-17-2013" component="SMSPXE" context="" type="1" thread="4716" file="libsmsmessaging.cpp:6544">
    <![LOG[00:50:56:AD:01:C8, 94F72D42-9BE7-24BB-8BB6-D90C68B8CF33: no advertisements found]LOG]!><time="22:34:33.422+360" date="12-17-2013" component="SMSPXE" context="" type="1" thread="4716" file="database.cpp:483">

  • Creating new OSD task sequence causes PXE boot to fail

    I'm running SCCM 2012 on Server 2008 R2. Currently we have a standard task sequence we use for all of our Windows 7 deployments that is working fine. We use PXE boot to load up WinPE to select the task sequence to load and all is good.
    I've made a new task sequence to deploy custom configuration settings to a group of computers. I've duplicated much of the original task sequence, using the same boot media. After i deploy the new TS to the All Unknown Computers collection, PXE boot does
    not work anymore.
    It downloads WDSNBP, starts by DHCP referral, contacts the server. After that I just get a Pending Request ID: number says contacting server then fails. If i go back to my new TS and delete the deployment, all is good again.
    Can i create a new task sequence using an existing reference image? Has anyone seen this type of issue before? I see similar issues online, but it seems to be for people that cannot PXE boot at all. My problem is just that the new task sequence seems to
    kill PXE boot when it's deployed.

    This is from the log file, looks like it can't find the boot image. I'm using the same boot image for both of the task sequences though.
    <![LOG[Set media certificate in transport]LOG]!><time="11:35:45.257+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="libsmsmessaging.cpp:9220">
    <![LOG[Set authenticator in transport]LOG]!><time="11:35:45.257+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="libsmsmessaging.cpp:7592">
    <![LOG[Set authenticator in transport]LOG]!><time="11:35:45.301+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="libsmsmessaging.cpp:7592">
    <![LOG[Client lookup reply: <ClientIDReply><Identification Unknown="0" ItemKey="0" ServerName="" ServerRemoteName=""><Machine><ClientID/><NetbiosName/></Machine></Identification></ClientIDReply>
    ]LOG]!><time="11:35:45.359+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="libsmsmessaging.cpp:6204">
    <![LOG[Set media certificate in transport]LOG]!><time="11:35:45.419+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="libsmsmessaging.cpp:9220">
    <![LOG[Set authenticator in transport]LOG]!><time="11:35:45.420+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="libsmsmessaging.cpp:7592">
    <![LOG[Set authenticator in transport]LOG]!><time="11:35:45.455+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="libsmsmessaging.cpp:7592">
    <![LOG[PXE::CBootImageManager::FindMatchingArchitectureBootImage]LOG]!><time="11:35:45.508+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="bootimagemgr.cpp:1736">
    <![LOG[Getting boot action for unknown machine: item key: 2046820353]LOG]!><time="11:35:45.572+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="pxehandler.cpp:226">
    <![LOG[Set media certificate in transport]LOG]!><time="11:35:45.637+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="libsmsmessaging.cpp:9220">
    <![LOG[Set authenticator in transport]LOG]!><time="11:35:45.637+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="libsmsmessaging.cpp:7592">
    <![LOG[Set authenticator in transport]LOG]!><time="11:35:45.678+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="libsmsmessaging.cpp:7592">
    <![LOG[Client boot action reply: <ClientIDReply><Identification Unknown="0" ItemKey="2046820353" ServerName="" ServerRemoteName=""><Machine><ClientID>44f40eda-b0b0-44ae-87e1-9b9464046c39</ClientID><NetbiosName/></Machine></Identification><PXEBootAction
    LastPXEAdvertisementID="" LastPXEAdvertisementTime="" OfferID="COL20062" OfferIDTime="20/02/2014 11:22:00 AM" PkgID="COL00086" PackageVersion="" PackagePath="http://TECH-SVR2.county-lambton.on.ca/SMS_DP_SMSPKG$/COL00045" BootImageID="COL00045" Mandatory="0"/></ClientIDReply>
    ]LOG]!><time="11:35:45.743+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="libsmsmessaging.cpp:6402">
    <![LOG[Client Identity: 9ca0acb3-06b1-4737-9db0-1e4b75336ec9]LOG]!><time="11:35:45.743+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="libsmsmessaging.cpp:6428">
    <![LOG[PXE::CBootImageManager::FindMatchingArchitectureBootImage]LOG]!><time="11:35:45.743+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="bootimagemgr.cpp:1736">
    <![LOG[PXE::CBootImageManager::FindBootImage: COL00045]LOG]!><time="11:35:45.743+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="bootimagemgr.cpp:1652">
    <![LOG[Looking for bootImage COL00045]LOG]!><time="11:35:45.743+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="bootimagemgr.cpp:1686">
    <![LOG[PXE::CBootImageCache::FindImage]LOG]!><time="11:35:45.743+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="bootimagecache.cpp:657">
    <![LOG[MAC=9C:B6:54:A3:53:19 SMBIOS GUID=70DCD781-5008-11E4-8264-8BD5B90C0061 > Could not find an available image BootImageID=COL00045]LOG]!><time="11:35:45.743+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="pxehandler.cpp:2095">
    <![LOG[PXE::CBootImageManager::FindMatchingArchitectureBootImage]LOG]!><time="11:36:05.335+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="bootimagemgr.cpp:1736">
    <![LOG[PXE::CBootImageManager::FindBootImage: COL00045]LOG]!><time="11:36:05.335+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="bootimagemgr.cpp:1652">
    <![LOG[Looking for bootImage COL00045]LOG]!><time="11:36:05.335+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="bootimagemgr.cpp:1686">
    <![LOG[PXE::CBootImageCache::FindImage]LOG]!><time="11:36:05.335+300" date="02-20-2014" component="SMSPXE" context="" type="1" thread="4532" file="bootimagecache.cpp:657">

Maybe you are looking for