Validation Process

I have a java code that is calculating the marks of students and giving them there average. I just cant seem to make a validation process run. I need it to allow them to only enter in a number between 1-100, and no letters. this is what i have in the way of code, if you could help me work a validation process to do that into it. thx
import java.awt.*;
import hsa.Console;
public class ASMT11_LemireE
static Console c; // The output console
public static void main (String[] args)
c = new Console (); //'c' is the output console
// Place your program here:
// Place your program here:
//Identifiers
String name;
String mark1;
String mark2;
String mark3;
String mark4;
//Name of student
c.setTextColor(Color.red);
c.print("Please Enter Full Name:");
c.setTextColor(Color.blue);
name = c.readLine ();
//First Term Marks
c.setTextColor(Color.green);
c.println("First Term Marks:");
//Mark 1
c.setTextColor(Color.red);
c.print("Please enter mark for first course:"); //Question
c.setTextColor(Color.blue);
mark1 = c.readLine (); //response
//Mark 2
c.setTextColor(Color.red);
c.print("Please enter mark for second coruse:");
c.setTextColor(Color.blue);
mark2 = c.readLine ();
//Mark 3
c.setTextColor(Color.red);
c.print ("Please enter mark for third course:");
c.setTextColor(Color.blue);
mark3 = c.readLine ();
//Mark 4
c.setTextColor(Color.red);
c.print ("Please enter mark for fourth course:");
c.setTextColor(Color.blue);
mark4 = c.readLine ();
//Clear the screen
c.setTextColor(Color.green);
c.println("Press any key to see the marks you got");
c.getChar();
c.clear();
//System.out.println("This is the second page");
//Show marks
c.setTextColor(Color.green);
c.println("These are your marks:");
//Print Marks
c.setColor (Color.blue);
c.drawString ("First Course:" + mark1, 10, 40);
c.drawString ("Second Course:" + mark2, 10, 60);
c.drawString ("Third Course:" + mark3, 10, 80);
c.drawString ("Fourth Course:" + mark4, 10, 100);

do{
   //Mark 1
  c.setTextColor(Color.red);
  c.print("Please enter mark for first course:"); //Question
  c.setTextColor(Color.blue);
  mark1 = c.readLine (); //response
}while(!checkMark(mark1));and
public static boolean checkMark(String mark) {
          try {
               int m = Integer.parseInt(mark);
               if (m < 1 || m > 100) {
                    return false;
          } catch (NumberFormatException e) {
               return false;
          return true;
}

Similar Messages

  • Best way to create a multi-step validation process

    I am writing a multi step validation process and I was wondering what is the best method to have it operate on the value.  What I have:
    As a custom validation script, in that order:
    1- Calls a function that looks if the value is part of a particular array
    2- Calls a function that regroup some tests
         2a- function test1()
         2b- function test2()
         2c- function test3()
         2d- function test4()
    What I have now is every test ends as 'event.rc = false' when they fail which is what I need but I also need to stop the entire validation process.  As an example, if the value fails test2() and gets a "you have failed test 2" alert, I don't want to call test3() and test4() since it is already decided that it failed one of the tests.  I could return a boolean that triggers (or not) the next test() but isn't there a simple way to just say
    event.rc = false;
    "STOP EVERYTHING";
    I have the assumption that break; will only stop the test() but still move on to the next test().  Maybe I can return break; so it will be called from the 'master function'?   Is that even possible?

    Create another function and call it from the validation script, something like:
    function validate_field() {
        // Call the first validation routine
        test0();
        // Abort if first validation fails
        if (!event.rc) return;
        // Call the second validation routine
        test1();
        // Abort if second validation fails
        if (!event.rc) return;
        // Repeat for any other tests

  • Disable Html button in validation process using pl/sql

    Hi,
    I need to disable a html page button. It gets re-enabled afer a validation process is run on the page and errors for the form are returned. I need a way of writing a validation process using pl/sql returning boolean, that can disable the button again.
    I've tried:
    IF lname > 0 THEN
    Return TRUE;
    Else
    htp.p('<script type="text/javascript">');
    htp.p('document.getElementById("NEW_ENTRY").disabled=true');
    htp.p('</script>');
    Return FALSE;
    End If;
    The button id is NEW_ENTRY, but this is ignored and the buttons remains enabled.
    Any ideas on how to change the code to work?

    You have to create after region process that will be triggered on some condition.
    htp.p('
    <script type="text/javascript">
       document.getElementById("NEW_ENTRY").disabled="true";
    </script>
    ');

  • My windows software did not pass genuine validation process. how can i validate it?

    am using windows xp and there is an alert that my computer might be at risk because my software did pass genuine validation process. how can i help this?

    hello, this is a support forum for the mozilla firefox web-browser. we cannot help you with any problems regarding the validatiobn of your windows copy. please contact the microsoft support channels mentioned in the alert...
    a not related issue that also needs your attentions: from the system details that you've submitted it appears as you are using a very outdated version of firefox - there are [http://www.mozilla.org/security/known-vulnerabilities/firefox.html dozens of very critical security vulnerabilities] in firefox 5. please update to the latest firefox version 13 as soon as possible & also do a check of your plugins.
    www.getfirefox.com
    https://www.mozilla.org/plugincheck/

  • Would apple Support send me an email saying: "   We need to ask you to complete a short and brief step to securing and validating your account information.   Click here to complete validation   Failure to complete our validation process will result in a s

    We need to ask you to complete a short and brief step to securing and validating your account information.
    Click here to complete validation
    Failure to complete our validation process will result in a suspension of your Apple ID.

    You are welcome. The emails are difficult to block effectively, because the spammer/phishers continually fake their sending email address. You can, however forward the email to Apple.
    [email protected]

  • Demand Plan Validation Process Error - None of the Internal Organizations attached are included in plan scope

    Hi All,
    Following error on validating Demand Plan.
    Process Name: Demand Plan Validation Process
    None of the Internal Organizations attached are included in plan scope
    Please suggest.
    Thanks
    Abhishek

    It seems that nobody is facing any issues except me.
    If anybody is facing problems and have solved such problem, please respond.

  • Problem Validating & Processing Transformation file in NW 7.0 version

    I am trying to Validate & Process Transformation File against my Data file I am getting the error message that I have at the below. When I validate the Conversion files, I see the creation of corresponding .CDM files. I even deleted the .CDM files and recreated the files.
    So my question is why it is giving "Sheet does not exist  (CONVERSION)" warning for which it is rejecting the records inside the Data File?
    DATA FILE:
    C_Category,Time,R_ACCT,R_Entity,InputCurrency,Amount
    ACTUAL,2007.DEC,AVG,GLOBAL,USD,1
    ACTUAL,2007.DEC,END,GLOBAL,USD,1
    ACTUAL,2007.DEC,AVG,GLOBAL,JPY,110
    ACTUAL,2007.DEC,END,GLOBAL,JPY,110
    ACTUAL,2007.DEC,HIST,GLOBAL,JPY,110
    ACTUAL,2007.DEC,HIST,GLOBAL,USD,1
    ACTUAL,2008.MAR,AVG,GLOBAL,USD,1
    ACTUAL,2008.MAR,END,GLOBAL,USD,1
    ACTUAL,2008.MAR,AVG,GLOBAL,JPY,107.5
    ACTUAL,2008.MAR,END,GLOBAL,JPY,105
    ACTUAL,2008.MAR,HIST,GLOBAL,JPY,110
    ACTUAL,2008.MAR,HIST,GLOBAL,USD,1
    TRANSFORMATION FILE:
    FORMAT = DELIMITED
    HEADER = YES
    DELIMITER = ,
    AMOUNTDECIMALPOINT = .
    SKIP = 0
    SKIPIF =
    VALIDATERECORDS=YES
    CREDITPOSITIVE=YES
    MAXREJECTCOUNT=
    ROUNDAMOUNT=
    SPECIFICMAPPING=YES
    *MAPPING
    C_Category=*col(1)
    Time=*col(2)
    R_ACCT =*col(3)
    R_Entity=*col(4)
    InputCurrency=*col(5)
    Amount=*col(6)
    *CONVERSION
    C_Category=[COMPANY]C_Category.xls!CONVERSION
    Time=[COMPANY]Time.xls!CONVERSION
    R_ACCT=[COMPANY]R_ACCT.xls!CONVERSION
    R_Entity=[COMPANY]R_Entity.xls!CONVERSION
    InputCurrency=[COMPANY]InputCurrency.xls!CONVERSION
    ERROR
    [Start validating transformation file]
    Validating transformation file format
    Validating optionsu2026
    Validation on options was successful
    Validating mappingsu2026
    Validation on mappings was successful
    Validating conversionsu2026
    Sheet does not exist  (CONVERSION)
    Sheet does not exist  (CONVERSION)
    Sheet does not exist  (CONVERSION)
    Sheet does not exist  (CONVERSION)
    Sheet does not exist  (CONVERSION)
    Validation on conversions was successful
    Creating the transformation xml file; wait a moment
    Transformation xml file saved successfully
    Connecting to server...
    Begin validate transformation file with data fileu2026
    [Start test transformation file]
    Validate has successfully completed
    ValidateRecords = YES
    Task name CONVERT:
    No 1 Round:
    Record count: 12
    Accept count: 0
    Reject count: 12
    Skip count: 0
    Error: All records are rejected

    *CONVERSION
    C_Category=C_Category.xls
    Time=Time.xls
    R_ACCT=R_ACCT.xls
    R_Entity=R_Entity.xls
    InputCurrency=InputCurrency.xls
    On validating with the above format, I still getting the same error
    [Start validating transformation file]
    Validating transformation file format
    Validating optionsu2026
    Validation on options was successful
    Validating mappingsu2026
    Validation on mappings was successful
    Validating conversionsu2026
    Sheet does not exist  (CONVERSION)
    Sheet does not exist  (CONVERSION)
    Sheet does not exist  (CONVERSION)
    Sheet does not exist  (CONVERSION)
    Sheet does not exist  (CONVERSION)
    Validation on conversions was successful
    Creating the transformation xml file; wait a moment
    Transformation xml file saved successfully
    Connecting to server...
    Begin validate transformation file with data fileu2026
    [Start test transformation file]
    Validate has successfully completed
    ValidateRecords = YES
    Task name CONVERT:
    No 1 Round:
    Record count: 12
    Accept count: 0
    Reject count: 12
    Skip count: 0
    Error: All records are rejected

  • Digital Signature Validation process goes into unending state

    Hi all
    I am working Adobe Digital Signatures in Web Dynpro Java applications. I have been using [this|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/com.sap.km.cm.docs/media/streamingmedia/developer-areas/user-interface-technology/interactive-forms/securing%20online%20interactive%20forms%20by%20adobe%20(Session%208)/index.html?slide=] webinar to follow steps to configure SSL and validation of Digital Signatures.
    After doing all necessary configurations, I am able to run my web dynpro applications containing interactive forms in secure mode.
    But when I sign with digital signature and try to validate the form, the application keeps on processing and shows no result.
    I tried debugging my application but control does not reach my button action code. I am clueless.
    I would be thankful to receive any hints or pointers from you.
    Thanks in advance.
    Kapil

    Following blog discusses solution to this prob
    /people/kapil.kamble/blog/2009/07/08/experimenting-with-digital-signatures-in-sap-interactive-forms-by-adobe
    Kapil

  • Failed Item Validation = Process Before Headers isn't run? (APEX 2.2.0)

    Hi, all,
    I have an item validation that fails. When the page reloads, I see the following in the debug output:
    Do not run process "P41_BEFORE_HEADER", process point=BEFORE_HEADER, condition type=, when button pressed=If that process doesn't run, a flag I used to decide whether or not to display certain Page 0 regions never gets set properly, resulting in a mess.
    Is there a way around this? The only thing that I can think of is to run the same code in a failed validation that gets run in my process. Is there a more elegant way?
    Thanks!

    I ended up finding Page rendering process doesn't run after validation error which basically says to make a PL/SQL region with an empty template and put any display-related PL/SQL there. I set the PL/SQL region's display point to "After Header", which is before any of my other regions.
    I have a bunch of P0 regions that get conditionally displayed based on session state items set in the "Before Headers" process. All of the items are cleared by an application After Footer process. I don't want to rely on the session state, however, as the user might navigate using the browser buttons on a failed submit, and that might produce odd results. Unfortunately, I've realized that the application-wide processes don't get run either.
    It seems that my option is just to create a PL/SQL function
    FUNCTION SHOW_REGIONS
    THIS_REGION BOOLEAN := FALSE
    , THAT_REGION BOOLEAN := FALSE
    , THE_OTHER_REGION BOOLEAN := FALSE
    and call that function from my empty PL/SQL region, passing in true values for the regions that I want to show. Either this function would set application-level items, or other functions to get the individual flags could be called from each of the Page 0 region conditional display code. I think I will do the latter, unless there is some better way.
    Thanks!
    Message was edited by:
    Don_84
    CREATE OR REPLACE PACKAGE BODY
        TEST_PAGE_0_CONDITIONS
    AS
        my_flag_one BOOLEAN := FALSE;
        my_flag_two BOOLEAN := FALSE;
        PROCEDURE SET_DISPLAY_FLAGS
                FLAG_ONE BOOLEAN := FALSE,
              , FLAG_TWO BOOLEAN := FALSE
        IS
        BEGIN
            my_flag_one := FLAG_ONE;
            my_flag_two := FLAG_TWO;
        END;
        FUNCTION GET_ONE
            RETURN BOOLEAN
        IS
        BEGIN
            RETURN my_flag_one;
        END;
        FUNCTION GET_TWO
            RETURN BOOLEAN
        IS
        BEGIN
            RETURN my_flag_two;
        END;
    END;

  • Adobe XI processes left open with no threads to a valid process

    Processes are being left open after attempts to generate PDF's.
    The system is using the latest update for Acrobat XI.  This was not an issue with this version before about February, January for sure.
    Windows 7 Professional
    16G memory
    XEON processor
    Domain environment
    The user makes the request to generate the PDF's, which get generated.  But after, a process remains on the system.  It has no attachment to the main process that generated the PDF, as that process is gone.  The processes have no valid window, however, they have a lock on the file.  In order to clear the lock one of two things must happen.  Either the computer that was generating the PDF's needs to be restarted, or the locks need to be deleted from the server.  Neither one is a good option.
    Is it time to look for another PDF product?  What works good with AutoCAD?

    In your post https://forums.adobe.com/thread/1572490 you show message 'Documents is not a valid short file name'.  Now you have the same problem with AI_RecycleBin?

  • Oracle ATS Workflow and Validation process.

    Hi,
    Can any one know how Oracle ATS supports Workflow and Validation functionalities, or is there any plug-in's available to handle this feature.
    Please post your valuable suggestions,
    Thanks in Advance,
    Ramesh.

    Hi Rick/Rob,
    Thank you for your Suggestions/advice,I will try inheriting it in my future developments.
    I have iterated the complete requirement and reasons for why the Workflow is put into an error state.
    In most of the scenarios (in my project) the users/agents are allowed to restart the workflows.This is already in place and have been followed hence would try to simulate Rob's suggestions and would keep you posted on it.
    But w.r.t current issue it seems to be still pending.
    While creating an Service entry sheet for cost objects at the validation stage the SES would be waiting for confirmation for its approval from its valid approvers if they do not find the approvers the workflow is passed to an error state , post validation the user id provided with a link where he could restart the workflow(this is already been followed and has been working well ad people are used with this process)
    SES approver determination sequence:
    firstly the program will check partner function users Z1 or Z2 in PO, then if it has error it checks requisitioner of PO. In requisitioner check additional check we applied for validating PO creator is from Batch Id, if yes then email is triggered at functional mailbox with the link.
    Screenshots:
    So till here its been a legacy process what is been followed. But now my actual issue was how to access SWPR from web or from an hyperlink.
    I am able to access SWNWIEX transaction but not SWPR.
    So if you have come across or have worked any such scenarios kindly let me know so that I can implement this in my workflow.
    Apologies for not following the right process ,as I said earlier I ll try simulating the same workflow as per your advice and present it before the counterpart and try bringing a change in the existing process.
    Thank you.
    Regards,
    Vivek

  • Error validating process flow VLD-10010 after upgrade from 9i to 11gR2

    Upgraded OWB from 9i to 11g, and after upgrade all the process flows where throwing the below error while validating
    VLD-10010: DIM_COUNTRY_UI's bound object DIM_COUNTRY_UI of type PLSQL Map has been deleted.
    After synchronizing the mapping to itself, this error goes off, but synchroinzing in GUI for more than 300 mapping is huge task.
    Anyway to sychronizing in bulk in OMBPlus?
    Thank for help
    Regrds
    Samuel.

    Hi
    Plz, check /etc/hosts
    is IP and computer name valid?

  • Computation/validation processing

    I'm working with APEX3.0 - under 'Page Processing' I've created a computation and a validation - both are to initiate after a 'GO' button is pressed. Based upon the doc I've read I assumed the validation would fire first and prevent any subsequent processing if the validation failed. Unfortunately, that's not my case - the computation (seq 30) is executing prior to the validation (seq 20), creating problems with the PL/SQL associated within the computation. I've developed a workaround by duplicating the validation code within a computation condition - this seems redundant and it would appear I don't have the sequence quite right. I just simply need the validation to initiate prior to the computation. Any direction appreciated. Thank you.

    Scott,
    Thanks for the advice - profile updated. I suppose I don't fully understand your 'process' recommendation - I understand the code you've supplied but not the concept. This is my first APEX application so I apologize for not elaborating. The computation I've created generates the value for an item. This computation requires 2 additional items from the same page (entered by the user) as input. I was hoping to validate the fields prior to the computation firing but as you explained, that is not the order in which APEX processes them. If you could expound a little further on your 'process' advice I'd appreciate it. Thanks again.

  • After re-inistalling windows 7 ultimate the validation process fails and reports error code 0xC004E003

    Hi I have just reinstalled Win 7 Ultimate and the validation has failed due to error code 0xC004E003.  all of the windows updates have been complete.
    when I run slui 4 and I do not get an option to activate by phone and I have tried running the Command prompt "cscript %windir%\System32\slmgr.vbs /ilc %windir%\System32\licensing\ppdlic\Security-Licensing-SLC-ppdlic.xrm-ms"  which errored
    out
    Bellow is the MGADiag tool output
    Diagnostic Report (1.9.0027.0):
    Windows Validation Data-->
    Validation Code: 0
    Cached Online Validation Code: 0x0
    Windows Product Key: *****-*****-X92GV-V7DCV-P4K27
    Windows Product Key Hash: aU2z1/fnhnLHmhBm699qYZT2E6s=
    Windows Product ID: 00426-OEM-8992662-00400
    Windows Product ID Type: 2
    Windows License Type: OEM SLP
    Windows OS version: 6.1.7601.2.00010100.1.0.001
    ID: {58492533-DAC0-4F4B-8CB4-7C2572CD6AD2}(3)
    Is Admin: Yes
    TestCab: 0x0
    LegitcheckControl ActiveX: N/A, hr = 0x80070002
    Signed By: N/A, hr = 0x80070002
    Product Name: Windows 7 Ultimate
    Architecture: 0x00000009
    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 (x86)\Mozilla Firefox\firefox.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>{58492533-DAC0-4F4B-8CB4-7C2572CD6AD2}</UGUID><Version>1.9.0027.0</Version><OS>6.1.7601.2.00010100.1.0.001</OS><Architecture>x64</Architecture><PKey>*****-*****-*****-*****-P4K27</PKey><PID>00426-OEM-8992662-00400</PID><PIDType>2</PIDType><SID>S-1-5-21-3905371182-2698555194-554347162</SID><SYSTEM><Manufacturer>Dell
    Inc.</Manufacturer><Model>Latitude E6520</Model></SYSTEM><BIOS><Manufacturer>Dell Inc.</Manufacturer><Version>A18</Version><SMBIOSVersion major="2" minor="6"/><Date>20130628000000.000000+000</Date></BIOS><HWID>A05B3107018400FE</HWID><UserLCID>0809</UserLCID><SystemLCID>0409</SystemLCID><TimeZone>GMT
    Standard Time(GMT+00:00)</TimeZone><iJoin>0</iJoin><SBID><stat>3</stat><msppid></msppid><name></name><model></model></SBID><OEM><OEMID>DELL  </OEMID><OEMTableID>CBX3  
    </OEMTableID></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, Ultimate edition
    Description: Windows Operating System - Windows(R) 7, OEM_SLP channel
    Activation ID: 7cfd4696-69a9-4af7-af36-ff3d12b6b6c8
    Application ID: 55c92734-d682-4d71-983e-d6ec3f16059f
    Extended PID: 00426-00178-926-600400-02-2057-7601.0000-0452014
    Installation ID: 015022194896715926564380852615762536846771772141316646
    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: P4K27
    License Status: Initial grace period
    Time remaining: 37860 minute(s) (26 day(s))
    Remaining Windows rearm count: 3
    Trusted time: 14/02/2014 09:02:26
    Windows Activation Technologies-->
    HrOffline: 0x00000000
    HrOnline: 0x00000000
    HealthStatus: 0x0000000000000000
    Event Time Stamp: 2:14:2014 09:00
    ActiveX: Registered, Version: 7.1.7600.16395
    Admin Service: Registered, Version: 7.1.7600.16395
    HealthStatus Bitmask Output:
    HWID Data-->
    HWID Hash Current: NAAAAAEAAQABAAIAAAACAAAABAABAAEAHKLYsxuJLAK4jqbIhjvuI1YXxgem9B73it4ucw==
    OEM Activation 1.0 Data-->
    N/A
    OEM Activation 2.0 Data-->
    BIOS valid for OA 2.0: yes
    Windows marker version: 0x20001
    OEMID and OEMTableID Consistent: yes
    BIOS Information:
      ACPI Table Name    OEMID Value    OEMTableID Value
      APIC            DELL          CBX3   
      FACP            DELL          CBX3   
      HPET            A M I          PCHHPET
      BOOT            DELL          CBX3    
      MCFG            DELL          SNDYBRDG
      TCPA                    
      SSDT            DELLTP        TPM
      SSDT            DELLTP        TPM
      SSDT            DELLTP        TPM
      DMAR            INTEL         SNB
      SLIC            DELL          CBX3   
      SSDT            DELLTP        TPM

    Hi,
    The error code  0xC004E003 means that the Software Licensing Service reported that license evaluation failed.
    We may need to involve the phone activation center and check if they can resolve the issue:
    How to contact a Microsoft Product Activation Center by telephone
    http://support.microsoft.com/kb/950929/
    Meanwhile, you should post your question in the forum mentioned by Kamin of Ressik. They are the most knowledgeable about the topic.
    Hope it helps.
    Regards,
    Blair Deng
    Blair Deng
    TechNet Community Support

  • Expense Report stuck at Server Side Validation Process

    Hi to All,
    I have an expense report with seven lines. All charged to a project. When the end user submits the expense report, it tells user that it is going to her manager.
    Then within a few seconds shows: "Pending System Administrator Action"
    Looking at the notification sent by workflow. States the following information:
    "This expense report failed payables validation."
    For each line, states the following error reason: "The expenditure organization is not active."
    We are currently using 11.5.9/grants module. In reading metalink, I came across some docs that state to look at the setups in the organization hierarchy.
    IF SOMEONE HAS COME ACROSS THIS PROBLEM. AND CAN SHARE HOW TO TROUBLESHOOT THIS ISSUE FURTHER.
    Thanks in advance for any help in this matter.

    Hi to All,
    I have an expense report with seven lines. All charged to a project. When the end user submits the expense report, it tells user that it is going to her manager.
    Then within a few seconds shows: "Pending System Administrator Action"
    Looking at the notification sent by workflow. States the following information:
    "This expense report failed payables validation."
    For each line, states the following error reason: "The expenditure organization is not active."
    We are currently using 11.5.9/grants module. In reading metalink, I came across some docs that state to look at the setups in the organization hierarchy.
    IF SOMEONE HAS COME ACROSS THIS PROBLEM. AND CAN SHARE HOW TO TROUBLESHOOT THIS ISSUE FURTHER.
    Thanks in advance for any help in this matter.

Maybe you are looking for

  • Consignment settlement and a vendor paper invoice

    All, Is anyone aware of a SAP solution that allows a supplier to send an invoice for consignment materials? If there is no known SAP standard solution, has anyone developed a customized process that would integrate the two?   Regards, Sandra

  • Problem in TCODE-SM30

    Hi Experts, I came across a strange problem. I am going to SM30 and using this view BSPWDV_EHSET_ASG and making entry inside tht for the enhancement... i saved it..but i am not able to see the entry inside it... wht can be the problem..?? Its urgent

  • Jca Activation Agent error

    Hi, I am trying to deploy a process to the BPEL server which uses a FTPAdapter to get a file from a server, and bring it into the BPEL process. I have defined my "eis" entry in the oc4j-ra.xml file in the application-deployments/default/FtpAdapter fo

  • Can I skip the latest iPhoto 6.0.6 update ...

    ...since my iPhoto 6.0.5 version is working just fine. "The update addresses an issue associated with EXIF data compatibility and photocasting". As far as I know I've never used EXIF data. I suppose I could try the update and if problematic I can rev

  • Why the iPod classic needs to be updated

    Two things: - iTunes U content, should have its own menu section in the device. Why put all that stuff into a single Movies category. - Front Row or similar application is needed. Why is it sold a Universal Dock with a Remote, while there is no way o