PO, PR 의 승인을 위한 NOTIFICATION 이 발송되지 않았거나 삭제된 경우 NOTIFICATION 메일의 재발송 방법

제품 : MFG_PO
작성날짜 : 2004-11-29
PO, PR 의 승인을 위한 NOTIFICATION 이 발송되지 않았거나 삭제된 경우 NOTIFICATION 메일의 재발송 방법
=======================================================================
PURPOSE
Purchase/Requisition Approval Notification 메일의 재발송 방법.
Explanation
Notification 은 메일로 보내져도 Notifications Summary window 에서 조회
가 가능하며, Notification 메일이 삭제되면 Notifications Summary window
에서 처리할 수있다.
또한, PO/PR approval workflow 는 초기 Notification 에 응답이 없을 경우
remainder notifications 기능이 있다.
참조 : Purchasing Setup, Automatically Forward Notifications When Users
Do Not Respond.
만약, Notification 이 누락되었을 경우, employee 에 대한 user 의 중복
assignment, 중복 Login 를 확인한다.
참조 : Purchasing Template: Documents Stuck In Process.
상기와 같은 경우 email notification 을 재발송할 수있다.
1) Purchasing Document 의 WF item key and item type 을 확인한다.
SQL>
SELECT
wf_item_type,
wf_item_key
FROM po_headers_all
WHERE segment1=&po_number;
sQL>
SELECT
wf_item_type,
wf_item_key
FROM po_requisition_headers_all
WHERE segment1=&pr_number;
2) 발송할 Notification ID 확인 :
SQL>
SELECT
wf.notification_id nid,
wf.status,
wf.mail_status,
wf.begin_date,
wf.end_date,
substr(wf.from_user,1,25) from_user,
substr(wf.to_user,1,25) to_user,
substr(wf.subject,1,80) subject
FROM
wf_notifications wf,
wf_item_activity_statuses wias
WHERE
wias.item_type = '&item_type'
and wias.item_key = '&item_key'
and wias.notification_id = WF.NOTIFICATION_ID
and wias.activity_status = 'NOTIFIED'
order by wf.begin_date desc
Notification ID 는 notification subject 에 있는 Document number 를 사용
할수 있다.
SQL>
SELECT
wf.notification_id nid,
wf.status,
wf.mail_status,
wf.begin_date,
wf.end_date,
substr(wf.from_user,1,25) from_user,
substr(wf.to_user,1,25) to_user,
substr(wf.subject,1,80) subject
FROM
wf_notifications wf
WHERE
subject like '%&document_number%'
order by wf.begin_date desc
3) 발송할 Notification 을 Update :
SQL>
UPDATE wf_notifications
SET status ='OPEN',
mail_status ='MAIL',
end_date = NULL
WHERE notification_id= &NID
Notification Mailer 가 상기 Notification 을 메일로 발송한다.
Example
Reference Documents
Note 255209.1 - How To Resend Last Purchase/Requisition Approval
Notification In Case It Was Deleted Or Lost

Similar Messages

  • EWS Push Notification : Notification Service is not getting called from Exchange Server.

    I have written 2 web services 1) Subscribing to Exchange Server 2) Notification client
    I am able to create subscription to Exchange Server. But from Exchange server my notification client webservice is nt getting called. I am not sure how i am missing out any setting. below is my subscribe code and notification client code.
    Subscribe code :
    ExchangeService service = new ExchangeService(ExchangeVersion.Exchange2010_SP1);
                    service.UseDefaultCredentials = true;
                    service.Url = new Uri(exchangeServerurl);
                    FolderId parentId= FindFolderIdByDisplayName(service, "Order", WellKnownFolderName.PublicFoldersRoot);
                     pushSubscription = service.SubscribeToPushNotifications(
                                new FolderId[] {FindFolderIdfromRoot(service, "EmpCreatealert", parentId)},
                                new Uri(notificationService)         /* The endpoint of the listener. */,
                                1                              /* Get a status event every 5 minutes if no new events
    are available. */,
                                null                           /* watermark: null to start a new subscription. */,
                                EventType.NewMail);
    Notification client : 
     public class Notification : NotificationServicePortType, INotification 
            public SendNotificationResponse SendNotification(SendNotificationRequest request)
                log("Enter SendNotification");
                SendNotificationResponse snr = new SendNotificationResponse();
                snr.SendNotificationResult = new SendNotificationResultType();
                snr.SendNotificationResult.SubscriptionStatus = SubscriptionStatusType.OK;
                return snr;
    Can anyone suggest me what els i should do to get notification client to get called.

    How are you testing this ? Are you just creating posts in the Public Folder or is the folder mail enabled and your sending email to it ?
    Are you getting the heartbeat notifications ?
    Have you tested your endpoint is accessible from the Exchange Server ? are you getting any error logged see
    http://www.infinitec.de/post/2009/06/21/Troubleshooting-Push-notifications-failures.aspx
    Your only subscribing to the NewMail event on public folder I would suggest at least for testing you subscribe to the CreateItem, MoveItem, DeleteItem events as well to see if other event fires when you create and delete Items in the folder. You might also
    want to test something like
    http://blogs.msdn.com/b/emeamsgdev/archive/2012/12/20/ews-push-notification-sample.aspx which is a basic sample
    Cheers
    Glen

  • Propagate long text from order to notification, notification to order

    Hi Experts!
    Like in subject I want to propagate long text from PM order to PM notification and the other way round. If text will be changed in one document it should be changed in second too.
    Have you any idea how to do that?
    Thank from advance
    Bartek
    Edited by: Julius Bussche on May 4, 2009 11:25 AM
    Subject formatting corrected.

    Hi,
    If these are two different fields having different data elements then I dont think its possible until and unless they both have the same data element...
    if they have the same data element I think you can keep the long text for the data element and it will reflect both the sides...
    Regards,
    Siddarth

  • Disable "Notification" notifications

    Hi everyone, I would like to get the "Notifications" section out of the hub.    These are the ones with the bell icon that usually tell me useless information about wifi connectivity or whether or not some app I haven't used in a year has an update, etc.  I don't want these nag messages.  EVER.  Any way to turn it off or at least limit the **bleep** that is considered to be a "notification"?  Whenever I click on settings in notifications it just goes to hub management and hub management doesn't have an option to not get these notifications. I could understand it if it was OS updates, but the rest is all nagging garbage.

    Eppic wrote:
    Hi everyone, I would like to get the "Notifications" section out of the hub.    These are the ones with the bell icon that usually tell me useless information about wifi connectivity or whether or not some app I haven't used in a year has an update, etc.  I don't want these nag messages.  EVER.  Any way to turn it off or at least limit the **bleep** that is considered to be a "notification"?  Whenever I click on settings in notifications it just goes to hub management and hub management doesn't have an option to not get these notifications. I could understand it if it was OS updates, but the rest is all nagging garbage.Well in the Notification setup, at the bottom of the screen if you tap the OTHER APPLICATION, in the new page you can see BlackBerry World, from there you can disable the notification for program updates

  • Facebook Notifications

    I've read through several posts of people who suddenly stopped recieving Facebook notifications.  I guess the answer to this problem depends upon clarifying my understanding of how the app actually works.
    I used to receive all my notifications through email, but that's been off for about six months now, because it clogged up my email.  However, even with the email notifications off, on my BlackBerry Torch I've always gotten the red asterisk next to the little globe and sound notifier that show ups/sounds off when Facebook is updated or when close friends make a post.
    I haven't receved any stars, dings, or notifications in the last two days, and the notifications section of FB for BB is completely empty.  BUT my news feed/home page on BB is current and updating.  The issue is that while FB for BB is updating, it's not showing notifications in the notifications sections, nor is it giving me the red star.  Now I have to constantly go into the app and check the FB news feed/home page page rather than seeing the red star next to the F on my phone's home page/desktop.
    I'm not sure what would have caused this change, since it's always worked fine.  But also, not sure what the settings were, to begin with, to make it work right in the first place.  It just always worked, so if something was reset or changed accidentally, I wouldn't know what that was.
    All my FB notifications were always received within the app itself - not through email or through text.  But I don't know what the settings have to be on the PC version of Facebook in order to receive them as notifications on my phone (and notifications through the app, not via text or email)??  I've checked everything I know to check, on both my phone and the PC, and I'm stumped.  :

    Hello SuperScriber22,
    The following articles should provide you with more information regarding Facebook® for BlackBerry® smartphones notifications:
    Notifications are not received from Facebook for BlackBerry smartphones - http://www.blackberry.com/btsc/KB14358
    Push and email notifications are received for the same item or no notification is received when using Facebook for BlackBerry smartphones - http://www.blackberry.com/btsc/KB17087
    We hope this helps.
    Thank you.
    -FB
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click "Accept as a Solution" for posts that have solved your issue(s)!

  • Facebook notifications while using seperate email folders?

    I don't use the primary message folder because I like my emails seperate. When I get a Facebook notification via email, it would typically be intercepted by the FB app and would go to the location on the FB app (Like messages or notifications). This doesn't happen anymore when I hid the primary message folder and only used the individual email folders. Is there any way to fix this? It annoys the fact that I can't just quickly click on the folder and see what's up. Now I have to go to the Facebook app itself and look there.
    Thanks!
    "If it ain't broke, shoot it with a .44 until it is. Then get it replaced."

    Hello SuperScriber22,
    The following articles should provide you with more information regarding Facebook® for BlackBerry® smartphones notifications:
    Notifications are not received from Facebook for BlackBerry smartphones - http://www.blackberry.com/btsc/KB14358
    Push and email notifications are received for the same item or no notification is received when using Facebook for BlackBerry smartphones - http://www.blackberry.com/btsc/KB17087
    We hope this helps.
    Thank you.
    -FB
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click "Accept as a Solution" for posts that have solved your issue(s)!

  • Facebook Notifications on Hub don't appear

    I updated my Z10 recently with os 10.1. After the update, I noticed that Facebook notifications dont appear in the hub like they used to.
    I tried performing a system restore to the extent of losing all my contacts in full hope of it solving the problem. But still, the notifications dont appear in the hub.
    I hope theres a solution to this asap.

    Hello aperture1115,
    Welcome to the BlackBerry Support Community.
    Thank you for your question regarding notification on Facebook for BlackBerry on your BlackBerry Z10 smartphone.
    Do you have Facebook enabled in your Hub settings and do you currently have notification enabled withing your Facebook settings? Tap the menu icon in the top right of the application. Select Account Settings - Notifications - Notifications from apps. Is Facebook for BlackBerry 10 checked?
    -FB
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click "Accept as a Solution" for posts that have solved your issue(s)!

  • How to create a new field for Q3 - QM notification in Header and item level

    Dear All,
    l
               Sub: How to create a new field for Q3 - QM notification in Header and item level
    Ref. the link --> Quality Notification
    We want to create a new field in header level and item level.
    As per the thread the solution is given below.
    In the IMG Config: Quality Management -> Quality Notification -> Notification Types -> Define screen areas for notification types Then Choose 'Define screen areas' Then Click on 'New entries' button Now, select the relevant Notification Type and click in 'Enter'. Select the 'Iten Cases' register and remember to setup the Tabstrip Header, Icon, etc. Set the 'Tabstrip active' flag. Then Save.
    Quality Notification -> Notification Types -> Define screen areas for notification types
    WE ARE UNABLE TO FIND IN CUSTOMIZATION PATH --> DEFINE SCREEN AREAS FOR NOTIFICATION TYPES.
    Please help.
    Question No. 2 :
    THE REQUIREMENT IS GIVEN BELOW.
    We want to hide the field in Q3 - QM Notification
    In header --> Reference tab --> Item (sub heading) --> "DEFECT LOCATION" FIELD TO BE ELIMINATED (HIDE)
    Ref the link --> Quality notification
    The solutiion is given below.
    Hi Sami,
    We can hide the collumns using the Transaction OQM1 and Program Name SAPLIQS0.
    Lets say Defect location need to be hidden, the field TXTCDOT need to have the radio button HIDE.
    Hope this will suffice your requirement.
    Kindly ask me if you need any other details.
    Thanks & Regards,
    Srinivas.D
    Hi Sami,
    We can hide the collumns using the Transaction OQM1 and Program Name SAPLIQS0.
    Lets say Defect location need to be hidden, the field TXTCDOT need to have the radio button HIDE.
    Hope this will suffice your requirement.
    Kindly ask me if you need any other details.
    Thanks & Regards,
    Srinivas.D
    By double clicking the "DEFECTIVE QUANTITY (EXTERNAL), WE COULD NOT GET --> field TXTCDOT .
    Plese do the needful.
    We are using ECC6.0 Ehp3 and Ehp4.
    With Best Regards,
    Raghu Sharma

    Dear Pushpa,
    Transaction Code :SHD0 is working fine.
    Please accept my sincere thanks for your sharing your Knowledge.
    I am able to fulfill my
    Regarding the enhancement, I have not tried.
    Once I will complete, I will award the fulll marks to you.
    With Best Regards,
    Raghu Sharma

  • Error while creating Notification: Partner Function is Not Allowed in Partner Determination Profile Q2

    During Notification Creation I get the error --Partner Function is Not Allowed in Partner Determination Profile Q2
    As I enter Purchase Document Number in the transaction QM01 and press Enter. I get the above error and donot go further.
    Can anyone help me here.

    Hello Prashant,
    You are missing some configuration for the partner function;
    Go- to
    SPRO>IMG>QM>Quality Notifications>Notification Creation>Partners>Define partner Determination Procedure>
    Again Select "Define Partner Determination Procedure".
    Select Quality management> Change Partner
    Now Select Q2.
    Compare settings with Partner Determination Procedure on any other client. Also check Partner functions on the same screen.
    Amol.

  • Use of business transaction variant in QM notification

    Dears
    I have a issue with notification.
    I have defined action box as below
    SPRO>Quality Management>Quality Notifications>Notification Processing>Additional Notification Functions>Define Action Box>Define Functions for the Action Box
    For a notification type, I have defined 3 actions
    Yes, NO, TBD
    I am usiong std function module - QM06_FM_TASK_SEND_PAPER in function and QM06_SEND_PAPER_STEP2 FM when saving field.
    The difference is Code and code group + business transaction attached to above 3 action
    for Yes - code gropup/code is ACTION/YES, business transaction - QN74
    for N0   - code gropup/code is ACTION/NO - business transaction - QN75
    for TBD - code gropup/code is ACTION/TBD - business transaction - QN71
    I have created user status with status as Yes/No/TBD
    I have attached thebusiness transaction(QN74, QN75, QN7 created aboveto user status status, Yes/No/TBD respectvely. "allowed and set" in OIBS-user status maintenance.
    Hence while on clicking on action in QM notificatioon systems does 2 things
    Task creation with code and code group mention above
    User status mention above.
    Till here it is fine, by mistake user clicked on No and he wants to change it to Yes...system is not allowing him to change it gives popup error that " The function you selected cannot be carried out: - Follow-up function: Variant 5", when I click on detailed info, no status is shown as preventing this action.
    Did any one faced this type of problem? Is it a bug? Please help me.

    hi
    can you post the status profile you have created with the status number and the lowest and highest number,if for example you have status number as 10,20,30 for each status you can maintain the low and highest number
    10        10   20
    20        20   30
    30        30   30
    hence if the status number 20 is activated either you can assign the status with status no 30 and reassign with the same status number 20 you cannot able to reassign to 10 since lowest number is not between the limits
    regards
    thyagarajan

  • Creation of breakdown order only from the breakdown notification

    Hi Experts,
    While creating the order from the notification client has requirement that user should able to create the breakdown order only from the breakdown notification and not from the any type of notification.
    Please guide me what are the configuration that I am missing or do I need to use any BAPI/FM for the above functionality.
    Warm regards,
    Parag

    Hi Parag,
    you can use following customizing setting:
    Plant Maintenance and Customer Service - Maintenance and Service Processing - Maintenance and Service Notifications - Notification Creation - Notification Types - Assign Notification Types to Order Types
    Here you can define the default order type for a notification type.
    Hope that helps.
    Regards,
    Patrick

  • Automatic Creation of Maintenance Order from Notification

    Hello Eperts,
    I need an opinion. I have a scenario where i am required to create a maintenance order automatically from a notification. I want to know the best way of doing it. Can it be done by configuration in the node> Notification processing>Define follow up actions for tasks, where based on a open status of task an order can be automatically created.
    Please let me know the best way to do it.
    Regards,
    Boby Mathew

    Hi Pete,
    Thanks a lot for the reply. Based on your experience can you tell me which function module can be used to create an order if an open task exists in the notifictaion. What I am trying to do is,
    in Customization >Plant Maintenance & Customer service>Maint & Ser Processing>Maintenance & Service Notifications>Notification Processing>Additional function>Define follow-up actions for tasks;
    Here I am creating a follow-up action for a task as create order and thought of assigning an order create function module ALM_ME_ORDER_CREATE with modifying the subrc parameters with some return values. Can it be done this way? I am asking because I am not very sure as to what is the best way to acieve it. I want to achieve this min minimum development.
    Please explain in detail.
    Thanks & Regards,
    Boby Mathew

  • Windows 7 Pro giving a notification that "this windows isn't genuine" message.

    Hello - I was told to post this question here by
    Srimadhwa B
    I work at a museum and I just upgraded an exhibit the first one out of MANY!!!
    This is a rack mount system - AMX Controller controlling 9 PC's - 8 of the PC's drive uncompressed HD video to 8 projectors and one PC just for sound.
    I upgraded these PC's and now - this is the 2nd one doing this - its saying that this windows isn't genuine!!!  I already registered it AND activated it on all of the PC's during installation and now you want me to re-activate them all??!!
    This system is networked together, but will never ever be online as to ensure it's security and uptime.  It's costing us a great deal of time, money and down time to have to remove each PC by PC to connect it to the internet just so it can be revalidated. 
    I need a permanent solution to this issue.
    Another reason I need a solution to this is that we're opening a new wing soon and the number of interactive's is well over 100, I do not want to have to hook up all of them to the internet.
    There's an interesting line in this diagnostic report and I Quote: "Remaining Windows rearm count: 3"  So does that mean I'm going to have to reactivate Windows 3 more times?!?!?
    Diagnostic Report (1.9.0027.0):
    Windows Validation Data-->
    Validation Code: 50
    Cached Online Validation Code: N/A, hr = 0xc004f012
    Windows Product Key: *****-*****-KBGWK-WTK2P-VJMCW
    Windows Product Key Hash: i9aC7mSVhX4O9JwvXlFbJcqJra8=
    Windows Product ID: 00371-OEM-9046295-92149
    Windows Product ID Type: 3
    Windows License Type: OEM System Builder
    Windows OS version: 6.1.7601.2.00010100.1.0.048
    ID: {10DA2532-FBA4-425F-AC61-A0D87763AEC1}(3)
    Is Admin: Yes
    TestCab: 0x0
    LegitcheckControl ActiveX: N/A, hr = 0x80070002
    Signed By: N/A, hr = 0x80070002
    Product Name: Windows 7 Professional
    Architecture: 0x00000000
    Build lab: 7601.win7sp1_gdr.130828-1532
    TTS Error:
    Validation Diagnostic:
    Resolution Status: N/A
    Vista WgaER Data-->
    ThreatID(s): N/A, hr = 0x80070002
    Version: N/A, hr = 0x80070002
    Windows XP Notifications Data-->
    Cached Result: N/A, hr = 0x80070002
    File Exists: No
    Version: N/A, hr = 0x80070002
    WgaTray.exe Signed By: N/A, hr = 0x80070002
    WgaLogon.dll Signed By: N/A, hr = 0x80070002
    OGA Notifications Data-->
    Cached Result: N/A, hr = 0x80070002
    Version: N/A, hr = 0x80070002
    OGAExec.exe Signed By: N/A, hr = 0x80070002
    OGAAddin.dll Signed By: N/A, hr = 0x80070002
    OGA Data-->
    Office Status: 109 N/A
    OGA Version: N/A, 0x80070002
    Signed By: N/A, hr = 0x80070002
    Office Diagnostics: 025D1FF3-364-80041010_025D1FF3-229-80041010_025D1FF3-230-1_025D1FF3-517-80040154_025D1FF3-237-80040154_025D1FF3-238-2_025D1FF3-244-80070002_025D1FF3-258-3
    Browser Data-->
    Proxy settings: N/A
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Win32)
    Default Browser: C:\Program Files\Internet Explorer\iexplore.exe
    Download signed ActiveX controls: Prompt
    Download unsigned ActiveX controls: Disabled
    Run ActiveX controls and plug-ins: Allowed
    Initialize and script ActiveX controls not marked as safe: Disabled
    Allow scripting of Internet Explorer Webbrowser control: Disabled
    Active scripting: Allowed
    Script ActiveX controls marked as safe for scripting: Allowed
    File Scan Data-->
    Other data-->
    Office Details: <GenuineResults><MachineData><UGUID>{10DA2532-FBA4-425F-AC61-A0D87763AEC1}</UGUID><Version>1.9.0027.0</Version><OS>6.1.7601.2.00010100.1.0.048</OS><Architecture>x32</Architecture><PKey>*****-*****-*****-*****-VJMCW</PKey><PID>00371-OEM-9046295-92149</PID><PIDType>3</PIDType><SID>S-1-5-21-1184973269-3014466564-1678097423</SID><SYSTEM><Manufacturer>System
    manufacturer</Manufacturer><Model>P5E-VM DO</Model></SYSTEM><BIOS><Manufacturer>American Megatrends Inc.</Manufacturer><Version>0902   </Version><SMBIOSVersion major="2" minor="4"/><Date>20090217000000.000000+000</Date></BIOS><HWID>F2A63407018400F8</HWID><UserLCID>0409</UserLCID><SystemLCID>0409</SystemLCID><TimeZone>Pacific
    Standard Time(GMT-08:00)</TimeZone><iJoin>0</iJoin><SBID><stat>3</stat><msppid></msppid><name></name><model></model></SBID><OEM/><GANotification/></MachineData><Software><Office><Result>109</Result><Products/><Applications/></Office></Software></GenuineResults> 
    Spsys.log Content: 0x80070002
    Licensing Data-->
    Software licensing service version: 6.1.7601.17514
    Name: Windows(R) 7, Professional edition
    Description: Windows Operating System - Windows(R) 7, OEM_COA_NSLP channel
    Activation ID: e120e868-3df2-464a-95a0-b52fa5ada4bf
    Application ID: 55c92734-d682-4d71-983e-d6ec3f16059f
    Extended PID: 00371-00180-462-992149-02-1033-7601.0000-1522014
    Installation ID: 010826463341752166179886891925238932675373958674141693
    Processor Certificate URL:
    http://go.microsoft.com/fwlink/?LinkID=88338
    Machine Certificate URL:
    http://go.microsoft.com/fwlink/?LinkID=88339
    Use License URL:
    http://go.microsoft.com/fwlink/?LinkID=88341
    Product Key Certificate URL:
    http://go.microsoft.com/fwlink/?LinkID=88340
    Partial Product Key: VJMCW
    License Status: Notification
    Notification Reason: 0xC004F009 (grace time expired).
    Remaining Windows rearm count: 3
    Trusted time: 6/2/2014 3:46:56 PM
    Windows Activation Technologies-->
    HrOffline: 0x00000000
    HrOnline: N/A
    HealthStatus: 0x0000000000000000
    Event Time Stamp: N/A
    ActiveX: Registered, Version: 7.1.7600.16395
    Admin Service: Registered, Version: 7.1.7600.16395
    HealthStatus Bitmask Output:
    HWID Data-->
    HWID Hash Current: NgAAAAEABAABAAEAAQADAAAAAQABAAEA6GFWCTZI1qMor+JfiFuOQYiJ/Jw0aZqIkNi0PEbK
    OEM Activation 1.0 Data-->
    N/A
    OEM Activation 2.0 Data-->
    BIOS valid for OA 2.0: yes, but no SLIC table
    Windows marker version: N/A
    OEMID and OEMTableID Consistent: N/A
    BIOS Information:
      ACPI Table Name OEMID Value OEMTableID Value
      APIC   A_M_I_  OEMAPIC
      FACP   A_M_I_  OEMFACP
      HPET   A_M_I_  OEMHPET
      MCFG   A_M_I_  OEMMCFG
      OEMB   A_M_I_  AMI_OEM
      ASF!   LEGEND  I865PASF
      GSCI   A_M_I_  GMCHSCI
      iEIT   A_M_I_  EITTABLE
    Split from:
    http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_install/pop-up-windows-message-this-computer-is-not/a707e4ca-9c3e-4330-b7bd-c9f2ca9912f3
    <button aria-label="Reply" class="msaActionText msgReplyBtn" role="menuitem" title="Reply to this post">Reply</button>            
                     <button aria-label="Reply with quote" class="msaActionText msgReplyQtBtn" role="menuitem" title="Include original text
    with your reply">Reply with quote</button>                             
                         <button aria-label="Edit" class="msaActionText thdEditBtn" role="menuitem" title="Move, edit,
    or delete this post">Edit</button>                         
    <button aria-label="Report abuse" class="msaActionText msgAbuseBtn" role="menuitem" title="Report inappropriate content">Report abuse</button>       
    <button aria-label="Stop emails" class="msaActionText" id="unsubscribeThreadBtn" role="menuitem" title="Click to stop notifications from this thread">Stop emails</button>           
    All Replies (1)                
    Found this helpful<button class="msaActionText ratingYBtn" title="Click to vote this post as helpful">Me Too</button>                
                        0                
    Srimadhwa B        replied on    
    <button aria-label="Date" class="msaActionText msgHistoryBtn" title="See post history">June 3, 2014</button>                
    <button aria-label="" class="msaActionText msgHistoryClose dropNavClose placeRight" role="menuitem" tabindex="-1" title="Close">                
    </button>            
    Microsoft                            
    Support Engineer                 
    Hi,
    Your Windows question is more complex than what is typically answered in the Microsoft Answers forums. It is better suited in the TechNet forums.
    Please post your question in the TechNet forums: http://social.technet.microsoft.com/Forums/windows/en-US/home?category=w7itpro

    Shoot! I'll have to see if I can get access to it later today - we have a lot of visitors at the moment and post a diagnostic.  I've done 3 of them so far - and so far so good.
    I was wondering if there is a way to 'force' an activation by phone.  I changed the date on one I have now and its saying it wants to be activated.   FYI: I tried sliu 4 but it has 'Afghanistan' as the country and it's grayed out so I can't change
    it to USA.  Would it be okay to go through the process of phone activation even though the country is indicated as Afghanistan?
    Here's the report for the one I have now - but I did change the date to 2015.
    Diagnostic Report (1.9.0027.0):
    Windows Validation Data-->
    Validation Code: 0
    Cached Online Validation Code: 0x0
    Windows Product Key: *****-*****-J8D7P-XQJJ2-GPDD4
    Windows Product Key Hash: xgsndMkYdJsYmUng0qIJ/thx+HI=
    Windows Product ID: 00371-868-0000007-85048
    Windows Product ID Type: 1
    Windows License Type: KMS Client
    Windows OS version: 6.1.7601.2.00010100.1.0.048
    ID: {0C911078-FE03-444F-9B3C-0D3ED547A959}(1)
    Is Admin: Yes
    TestCab: 0x0
    LegitcheckControl ActiveX: N/A, hr = 0x80070002
    Signed By: N/A, hr = 0x80070002
    Product Name: Windows 7 Professional
    Architecture: 0x00000000
    Build lab: 7601.win7sp1_gdr.140303-2144
    TTS Error:
    Validation Diagnostic:
    Resolution Status: N/A
    Vista WgaER Data-->
    ThreatID(s): N/A, hr = 0x80070002
    Version: N/A, hr = 0x80070002
    Windows XP Notifications Data-->
    Cached Result: N/A, hr = 0x80070002
    File Exists: No
    Version: N/A, hr = 0x80070002
    WgaTray.exe Signed By: N/A, hr = 0x80070002
    WgaLogon.dll Signed By: N/A, hr = 0x80070002
    OGA Notifications Data-->
    Cached Result: N/A, hr = 0x80070002
    Version: N/A, hr = 0x80070002
    OGAExec.exe Signed By: N/A, hr = 0x80070002
    OGAAddin.dll Signed By: N/A, hr = 0x80070002
    OGA Data-->
    Office Status: 109 N/A
    OGA Version: N/A, 0x80070002
    Signed By: N/A, hr = 0x80070002
    Office Diagnostics: 025D1FF3-364-80041010_025D1FF3-229-80041010_025D1FF3-230-1_025D1FF3-517-80040154_025D1FF3-237-80040154_025D1FF3-238-2_025D1FF3-244-80070002_025D1FF3-258-3
    Browser Data-->
    Proxy settings: N/A
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Win32)
    Default Browser: C:\Program Files\Internet Explorer\iexplore.exe
    Download signed ActiveX controls: Prompt
    Download unsigned ActiveX controls: Disabled
    Run ActiveX controls and plug-ins: Allowed
    Initialize and script ActiveX controls not marked as safe: Disabled
    Allow scripting of Internet Explorer Webbrowser control: Disabled
    Active scripting: Allowed
    Script ActiveX controls marked as safe for scripting: Allowed
    File Scan Data-->
    Other data-->
    Office Details: <GenuineResults><MachineData><UGUID>{0C911078-FE03-444F-9B3C-0D3ED547A959}</UGUID><Version>1.9.0027.0</Version><OS>6.1.7601.2.00010100.1.0.048</OS><Architecture>x32</Architecture><PKey>*****-*****-*****-*****-GPDD4</PKey><PID>00371-868-0000007-85048</PID><PIDType>1</PIDType><SID>S-1-5-21-2067590038-3250003096-2884818968</SID><SYSTEM><Manufacturer>System
    manufacturer</Manufacturer><Model>P5E-VM DO</Model></SYSTEM><BIOS><Manufacturer>American Megatrends Inc.</Manufacturer><Version>0902   </Version><SMBIOSVersion major="2" minor="4"/><Date>20090217000000.000000+000</Date></BIOS><HWID>20F43907018400F8</HWID><UserLCID>0409</UserLCID><SystemLCID>0409</SystemLCID><TimeZone>Pacific
    Standard Time(GMT-08:00)</TimeZone><iJoin>0</iJoin><SBID><stat>3</stat><msppid></msppid><name></name><model></model></SBID><OEM/><GANotification/></MachineData><Software><Office><Result>109</Result><Products/><Applications/></Office></Software></GenuineResults> 
    Spsys.log Content: 0x80070002
    Licensing Data-->
    Software licensing service version: 6.1.7601.17514
    Name: Windows(R) 7, Professional edition
    Description: Windows Operating System - Windows(R) 7, VOLUME_KMSCLIENT channel
    Activation ID: b92e9980-b9d5-4821-9c94-140f632f6312
    Application ID: 55c92734-d682-4d71-983e-d6ec3f16059f
    Extended PID: 00371-00170-868-000000-03-1033-7600.0000-3502013
    Installation ID: 020165725436933650327690672275629684439902418092376921
    Partial Product Key: GPDD4
    License Status: Additional grace period (KMS license expired or hardware out of tolerance)
    Time remaining: 43200 minute(s) (30 day(s))
    Remaining Windows rearm count: 4
    Trusted time: 6/17/2015 11:32:41 AM
    Please use slmgr.vbs /ato to activate and update KMS client information in order to update values.
    Windows Activation Technologies-->
    HrOffline: 0x00000000
    HrOnline: 0x80072F8F
    HealthStatus: 0x0000000000000000
    Event Time Stamp: 6:17:2015 11:15
    ActiveX: Registered, Version: 7.1.7600.16395
    Admin Service: Registered, Version: 7.1.7600.16395
    HealthStatus Bitmask Output:
    HWID Data-->
    HWID Hash Current: NgAAAAEABAABAAEAAQADAAAAAQABAAEA6GGqDTZI1qMor+JfiFscVCjJ/Jw0aWI9kNgea0bK
    OEM Activation 1.0 Data-->
    N/A
    OEM Activation 2.0 Data-->
    BIOS valid for OA 2.0: yes, but no SLIC table
    Windows marker version: N/A
    OEMID and OEMTableID Consistent: N/A
    BIOS Information:
      ACPI Table Name           OEMID Value     OEMTableID Value
      APIC                                   
    A_M_I_                               OEMAPIC
      FACP                                  
    A_M_I_                               OEMFACP
      HPET                                   
    A_M_I_                               OEMHPET
      MCFG                                
    A_M_I_                               OEMMCFG
      OEMB                                
    A_M_I_                               AMI_OEM
      ASF!                                    
    LEGEND                                I865PASF
      GSCI                                   
    A_M_I_                               GMCHSCI
      iEIT                                      
    A_M_I_                               EITTABLE

  • QM_Control on Required start date in quality notifications

    Dear QM experts,
    Requirement is,
    For Q2 notification type the entries in required start date filed (QMEL-STRMN) to be restricted in such a way so that user can not do entry for last month.
    Foe example,
    1.     Today is June 12, 2009. If a user is creating Q2 notification today he/she may change the required start date in the past but not before 1st June 2009.
    2.     User should be in a position to enter back date in required filed only for the current month
    3.     The concept is just similar to period closing activities.
    I tried through SPRO-Quality Management-Quality notifications-Notification creation u2013Notification types-Define screen templates-Field Selection: General Screens. Here there is facility to make the field grey, hide or required. One of the limitations is that this is client level setting.
    Can the requirement be mapped for particular plant and for perticular notification type?
    Thanks is advance
    Best Regards,
    Anand Rao

    Dear Anand
    Here are some of the thoughts. Please check and then come back with your feedback
    1) Make Priority button mandatory for Q2 notification .VIQMEL-PRIOK. You can do only for Notification type Q2 by using the influencing fields
    2) Make required date in grey so that no changes can be done . do this notification Q2
    2) Maintain QM priorities SPRO >Quality Notifications > Notification Processing>Response Control> Define Priorities
    3) Maintain Priorities in the QM priority in the same config
    When you set the priority in the notification required from and end date is updated in the system automatically
    4) Use this exit QQMA0018  Deadline setting based on entered priority  to make sure that always the date doesnt fall on past date
    Hope this gives some idea
    Regards
    gajesh

  • How to make fields mandatory in Message Address for Custom Notification.

    Hi Experts,
    We have created a new custom Notification Type and we were in the process of configuring it. I want to know, if I want to make a few fields obligatory in Message Address, can that be achieved through configurations. I am basically an ABAPer so please pardon my ignorance if the question looks basic.
    In our implementation, I have seen different Work Orders with different mandatory fields in Message Addresses. I hope the same is achievable for notification as well.
    Thanks for your help.
    Regards,
    Subhrangsu

    There are 2 ways to make any Notification filed mandatory.
    1. Configuration route:
    Here Under Plant Maintenance->Maintenance and Service Processing>Maintenance & Service Notifications>Notification Creation>Notification types> Set Field selection for Notifications:
    You select influencing button and your notification type then select the Radio button under Required column (against the 
    field you want to make mandatory)
    2. User Exit Route: Through SMOD -->User Exit QQMA0014 -->Cutsomer Exit EXIT_SAPMIWO0_020 -->Include ZXQQMU20.
    Then put your code in this include.
    Code Sample:
    IF I_VIQMEL-QMART= 'AC'.
    IF T_VIQMSM-MNGRP IS INITIAL.
    MESSAGE ID 'IW' TYPE 'I' NUMBER 464 WITH 'Tasks'.
    RAISE EXIT_FROM_SAVE.
    ENDIF.
    ENDIF.
    (The above Code makes the 'Tasks' filling mandatory in the Notification type 'AC')
    Hope this answers your query.
    Regards
    Jogeswara Rao
    Edited by: K Jogeswara Rao on Oct 8, 2010 9:21 AM

Maybe you are looking for

  • How do i write a if statement in SQL?

    say, I have a table has 3 fields: item, invoice, cost In report, if invoice='123', show cost1, if ivoice='456', show cost2 thanks.

  • Agent is up but targets are showing

    Hi My agent is up and running. But target databases are showing Current Status Agent Unreachable Agent Unreachable Since Nov 26, 2008 9:51:51 PM I don't want to remove the targets and re add them back here. This will affect our regular monthly databa

  • Regarding CALL FUNCTION 'CLAF_CLASSIFICATION_OF_OBJECTS'

    Hi Friends, I want to know, Can this module update the Class information? I can retrive class information using this function module, but i am not able to update the class information. If all of you know any other way to update class information. Ple

  • Problem in downpayment

    Hi Gurus, i posted down payment to vendors through f-48 and the check was cancelled and now i want to reverse the down payment made to vendors how it has to be done in sap, it's urgent, please help me out sd/- Sreeni.P

  • Can a forms central generated fillable PDF be updated and submitted multiple times?

    I am creating a set of forms to support a client's workflow.  One of the forms is a budget worksheet, showing budgeted amount and actual amount.  Since a previous form submission can't be accessed and updated, I was conidering using a fillable PDF.