Web Form Error Message

I have a very large collection form although it only has 14 "Required fields
When I press submit, I get a new page with the following message -
ERROR: An error occurred. Your web form must capture customer name and email address. Please fix this issue and re-insert your web form on your web page.
Name and email are definitely there, and I have tested every field and submitted data.
However if I enter just my name and email address, then all the other required fields are ignored.
I cut down the code to only include the fields that are important to check - same result
here it is
<script type="text/javascript" src="http://propertywealthpartners.businesscatalyst.com/CatalystScripts/ValidationFunctions.js"></script>
            <script type="text/javascript">
//<![CDATA[
var submitcount75734 = 0;function checkWholeForm75734(theForm){var why = "";if (theForm.FirstName) why += isEmpty(theForm.FirstName.value, "First Name");if (theForm.LastName) why += isEmpty(theForm.LastName.value, "Last Name");if (theForm.EmailAddress) why += checkEmail(theForm.EmailAddress.value);if (theForm.HomeAddress) why += isEmpty(theForm.HomeAddress.value, "Home Address");if (theForm.HomeCity) why += isEmpty(theForm.HomeCity.value, "Home City");if (theForm.HomeState) why += isEmpty(theForm.HomeState.value, "Home State");if (theForm.HomeZip) why += isEmpty(theForm.HomeZip.value, "Home Zipcode");if (theForm.HomeCountry) why += checkDropdown(theForm.HomeCountry.value, "Home Country");if (theForm.CellPhone) why += isEmpty(theForm.CellPhone.value, "Cell Phone Number");if (theForm.CAT_Custom_19946743) why += isEmpty(theForm.CAT_Custom_19946743.value, "Your Age");if (theForm.CAT_Custom_19946749) why += checkDropdown(theForm.CAT_Custom_19946749.value, "Marital Status");if (theForm.CAT_Custom_19946750) why += checkDropdown(theForm.CAT_Custom_19946750.value, "Living Arrangements");if (theForm.CAT_Custom_19947405) why += isEmpty(theForm.CAT_Custom_19947405.value, "What would you like to discuss at our first meeting?");if (theForm.CAT_Custom_19947406) why += isEmpty(theForm.CAT_Custom_19947406.value, "What would you like to achieve in the next 5 years.");if (theForm.CAT_Custom_19948331) why += checkDropdown(theForm.CAT_Custom_19948331.value, "Please read and consent to our use of your information as per our Privacy Statement");
if(why != ""){alert(why);return false;}if(submitcount75734 == 0){submitcount75734++;theForm.submit();return false;}else{alert("Form submission is in progress.");return false;}}
//]]>
</script>
I checked it against another smaller form, which is working but can't see any difference between the first few lines and last lines.

It is a module inserted basic implementation.
It allows for drag and drop ordering which will update the form and any changes and new additions will update the form - which is what is happening in your case.
ID's etc changing have no baring on what is happening.
But what your saying... I am not sure your seeing what your saying. Even in this case I do can not replicate what your doing.
This is a test form:
The ID is - CAT_Custom_19956061
I can edit auto responder, I can add new fields, I can save and update the form in the admin, go into another part of the admin and come back - the ID for this field NEVER changes. The Script ID etc in the html of course updates if I make changes this never changes.
The ONLY way this changes is if I delete and remake the field.
So you need to make a BC support ticket. Your either doing something critical like removing and re-adding the form fields and not stating that here or, for what ever reason on that site only there is an issue.

Similar Messages

  • E-mail signup web form - Error message

    My index page has a newsletter signup web form. The workflow attached works, but when a user enters their e-mail and clicks "submit" they get an error message. I used a bc gurus template and this is the one thing I cannot find, how to change the link of the submit button or fix the confirmation. url is thesoleconnectionllc.com
    I'm stumped, help would be greatly appreciated!!
    Thanks

    It is a module inserted basic implementation.
    It allows for drag and drop ordering which will update the form and any changes and new additions will update the form - which is what is happening in your case.
    ID's etc changing have no baring on what is happening.
    But what your saying... I am not sure your seeing what your saying. Even in this case I do can not replicate what your doing.
    This is a test form:
    The ID is - CAT_Custom_19956061
    I can edit auto responder, I can add new fields, I can save and update the form in the admin, go into another part of the admin and come back - the ID for this field NEVER changes. The Script ID etc in the html of course updates if I make changes this never changes.
    The ONLY way this changes is if I delete and remake the field.
    So you need to make a BC support ticket. Your either doing something critical like removing and re-adding the form fields and not stating that here or, for what ever reason on that site only there is an issue.

  • How do i solve - cannot access web server - error message when creating a project in 4.5 with PHP

    How do i solve - cannot access web server - error message when creating a project in 4.5 with PHP

    Screenshot of how it looks when i try to show a ms access form inside a iframe:
    http://oi58.tinypic.com/2vj4ish.jpg

  • Locating Oracle Forms Error Messages File to Load into Table

    I would like to create a procedure to suppress and replace Form errors and messages via ON-ERROR and ON-MESSAGE triggers.
    Is there a file that I can load the ERROR Messages from using SQLLDR?
    I have loaded the Oracle error file, $ORACLE_HOME/rdbms/mesg/oraus.msg as identified by Tom Kyte in the following link,
    http://asktom.oracle.com/pls/ask/f?p=4950:8:13189517973890228983::NO::F4950_P8_DISPLAYID,F4950_P8_CRITERIA:558822941373
    but it did not contain Forms Errors Messages such as:
    FRM-40106: No navigable items in destination block.
    FRM-40202: Field must be entered
    FRM-40401: No changes to save
    FRM-40405: No changes to apply
    etc.
    Any help in getting these error messages in a table, other than typing or copy/paste from Forms online help would be greatly appreciated.

    kolipaka wrote:
    Need to write control file to read .csv file for sql*load utility into oracle table.
    Thanks
    KLRWe're sorry that google is broken for you at this time.
    Please try our alternative search site...
    http://lmgtfy.com/?q=oracle+sql*loader+control+file+example
    or
    http://lmgtfy.com/?q=oracle+external+table+example

  • Forms Error Message

    Hi,
    I am using Forms 9i Version 9.0.2.9.0 and Database Oracle 9i Enterprise Edition Release 9.0.1.1.1.
    Database and Developer are in the same computer (Windows XP Professional). Folders are ora90 and 9iDSHome respectively. OC4J is running properly. My problems are:
    1)After building a form, when I am running it after
    compilation, it shows Error FRM-90928 : Positional
    parameter after key on command line. I don't know the
    reason. Even I have made a control block without any
    database item, and when running, it is still showing
    the same message.
    2)I don't know how to get Forms Error message or
    Database Error messages. In earlier versions of Oracle
    there were ways to get these messages, but I could
    not get any in Oracle 9i.
    Could anybody please help me in this regard?
    Sarwar

    The Member Feedback forum is for suggestions and feedback for OTN Developer Services. This forum is not monitored by Oracle support or product teams and so Oracle product and technology related questions will not be answered. We recommend that you post this thread to the Oracle Technology Network (OTN) > Products > Developer Suite > Forms forum.
    OTN

  • Web form Error Number:-2147467259

    Dears,
    i'm facing the below error when running a web form
    Error Number:-2147467259
    Error Description:Unspecified error
    Error Source:msxml6.dll
    Page On which Error Occurred:/hfm/data/webformgenerated.asp
    would you please adivse.
    Thanks.

    The response buffer size of IIS Server has to be increased. Execute the below steps in HFM Web server:
    - Go to Start > All Programs > Oracle EPM System > Foundation Services > EPM system Configuration.
    - Select Configure Web Server under Financial Management > Configure IIS for Financial management Web Application > Click on Advanced Options.
    - Change the "Response Buffer Size to 1073741824 > OK > Next > Finish the configuration.

  • Web Form Validation Message Language Setting at Runtime when work in multi lingual environment

    Business Catalyst use the default culture language to display web form validation message.
    When we are in multi lingual environment and not using subdoamin to handle multilingual sites, we found that the validation message did appear in the default culture setting. To make this work, we need to add the below script in our template.
    <script type="text/javascript">
    $(document).ready(function(){               
    var head= document.getElementsByTagName('head')[0];
    var script= document.createElement('script');
    script.src= '/BcJsLang/ValidationFunctions.aspx?lang=FR';
    script.charset = 'utf-8';
    script.type= 'text/javascript';
    head.appendChild(script);
    </script>
    Assuming the template is in french. You can change the lang parameter in the script according to your language.

    After user 1 submits the page, it might not even be committed, so there is no way to have the pending data from user1 seen by user2.
    However, we do have a new feature in ADF 11g TP4 that I plan to blog more about called Auto-Refresh view objects. This feature allows a view object instance in a shared application module to refresh its data when it receives the Oracle 11g database change notification that a row that would affect the results of the query has been changed.
    The minimum requirements in 11g TP4 to experiment with this feature which I just tested are the following:
    1. Must use Database 11g
    2. Database must have its COMPATIBLE parameter set to '11.0.0.0.0' at least
    3. Set the "AutoRefresh" property of the VO to true (on the Tuning panel)
    4. Add an instance of that VO to an application module (e.g. LOVModule)
    5. Configure that LOVModule as an application-level shared AM in the project properties
    6. Define an LOV based on a view accessor that references the shared AM's VO instance
    7. DBA must have performed a 'GRANT CHANGE NOTIFICATION TO YOURUSER'
    8. Build an ADF Form for the VO that defined the LOV above and run the web page
    9. In SQLPlus, go modify a row of the table on which the shared AM VO is based and commit
    When the Database delivers the change notification, the shared AM VO instance will requery itself.
    However that notification does not arrive all the way out to the web page, so you won't see the change until the next time you repaint the list.
    Perhaps there is some way to take it even farther with the active data feature PaKo mentions, but I'm not familiar enough with that myself to say whether it would work for you hear.

  • Forms Error Message Documentation

    Dear Colleague,
    Could someone please give me a link to documentation that contains the explanations of the Forms Error Messages, e.g. FRM-99999 etc.
    I have not been able to find it in OTN.
    Kind regards,
    Randy

    Yes, there are all available from the online help of the Forms builder.
    click the Summary panel, then the reference -> All Forms error messages link
    Francois

  • HCM Form Error messages

    Hi,
    I need a solution on the Adobe form error messages, here the requirement is to throw the error message, if the employee belongs to employee group=3. This error message need to show when the form opens (After Form selected in the process step) . This error message show on the header message area  not on the form header.
    Please let me know if any one have solution.
    Thanks

    Hey Nagaraju,
    The problem with throwing errors when the form loads, is that you can't right now.  Errors in the framework can only be thrown when you do a check and send, or run an operation to the backend.
    What I've done in the past for throwing an error message for when a form loads, is to have a hidden field somewhere in the form, and if a flag is set detecting an error, then change the status of the field from hidden to visible, and pass the error message to the field.
    The other way is to force the form to refresh itself when it loads so the error shows up in the framework.
    Hope this helps...
    Cheers,
    Kevin

  • Modidy the Web Dispatcher Error message

    Hi,
    Where do we modify the web dispatcher error message "500 Dispatching error" to a cutome message on the J2EE?
    Thank you.

    note says:
    Customization of 500 Internal Server Error
    This response code is returned when there is a problem with the application or the server. Any not handled Exception or Error triggers the return of response with code 500.
    To return different content on error occurance, you need to handle the error by inserting the appropriate declaration in web.xml.
    Sample declaration for handling of test.MyApplicationException occurances in the application scope:
      <error-page>
        <exception-type>test.MyApplicationException< /exception-type>
        <location>/customerrors/MyApplicationException.jsp</location>
      </error-page>
               Note1: For each error condition you need to handle (application exception use a separate error page. For all other exceptions use a global error handling definition for java.lang.Throwable.
    However you must be aware of the following:
    In case java.lang.OutOfMemoryError appears the subsequent behaviour of the JVM is undefined and this may lead to unpredicatable effects. Therefore the webcontainer will not pass such error to the error page for handling.
    If the following general definition
      <error-page>
        <exception-type>java.lang.Throwable< /exception-type>
        <location>/customerrors/WhateverProblem.jsp</location>
      </error-page>
    is in place, then the error handler resource is responsible for logging the error condition.
    This means the resource handling general problems if such is declared must be dynamic (a JSP page or a servlet not HTML page)
               Note2: Exceptions are searched in order of appearance in web. xml and not determining closest in class hierarchy.
               This is true for all patchlevels of J2EE Engine 6.20 and versions of J2EE Engine 6.40 lower than SP11.
    Therefore if test.ChildException extends test.ParentException extends java.lang.Exception and
    <error-page>
       <exception-type>test.ParentException</exception-type>
      <location>/customerrors/ParentException.jsp</location>
    </error-page>
    <error-page>
      <exception-type>test.ChildException</exception-type>
      <location>/customerrors/ChildException.jsp</location>
    </error-page>
    is specified in the web.xml of the application as exceptions are searched in order of appearance regardless if ChildException or ParentException is thrown, the call will be directed to /Customerrors/ParentException.jsp because ChildException is a subclass of ParentException..
    Working mapping would be :
    <error-page>
      <exception-type>test.ChildException</exception-type>
      <location>/customerrors/ChildException.jsp</location>
    </error-page>
    <error-page>
      <exception-type>test.ParentException</exception-type>
      <location>/customerrors/ParentException.jsp</location>
    </error-page>
    so you need to switch the declarations in the web.xml (effective on next start of the application).
    BR, Oliver

  • How to suppress Oracle Seeded Form Error Message

    I have a requirement to suppress the oracle seeded form error message.
    How this can be done. Can any one please advise?
    Thanks,
    Ananga

    Also, a redirect is possible - look for note 555137.1 in My Oracle Support.
    -Vinod

  • "Unable to display this Web Part" error message after patch KB2844286

    We use a Web Part to show a list item in the boxed style. We have modified this Web Part with SharePoint Designer to remove the header columns. The result looks like this:
    After installing the latest patch KB2844286 we’ve got the following error message:
    Here are the SharePoint logs entries corresponding to the Correlation ID:
    Line 2759: 07/11/2013 10:04:21.53 w3wp.exe (0x1EA4) 0x03A4 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:http://server01:80/sites/home/project/PJ-000092/SitePages/Home.aspx) 8356852e-0df2-4b5a-9473-b50153e73406
    Line 2760: 07/11/2013 10:04:21.54 w3wp.exe (0x1EA4) 0x03A4 SharePoint Foundation Logging Correlation Data xmnv Medium Site=/sites/home 8356852e-0df2-4b5a-9473-b50153e73406
    Line 2761: 07/11/2013 10:04:21.54 w3wp.exe (0x1EA4) 0x03A4 SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope (PostResolveRequestCacheHandler). Execution Time=13.5386987057768 8356852e-0df2-4b5a-9473-b50153e73406
    Line 2762: 07/11/2013 10:04:21.56 w3wp.exe (0x1EA4) 0x03A4 Web Content Management Publishing 7fz3 Medium Setting [Display] as the FormContext.FormMode for the current page 8356852e-0df2-4b5a-9473-b50153e73406
    Line 2763: 07/11/2013 10:04:21.63 w3wp.exe (0x1EA4) 0x03A4 SharePoint Foundation Web Parts 89a1 High Error while executing web part: System.NullReferenceException: Object reference not set to an instance of an object. at System.Xml.Xsl.XslCompiledTransform.Load(MethodInfo executeMethod, Byte[] queryData, Type[] earlyBoundTypes) at Microsoft.Xslt.STransform.GetCompiledTransform() at Microsoft.SharePoint.WebPartPages.BaseXsltListWebPart.LoadXslCompiledTransform(WSSXmlUrlResolver someXmlResolver) at Microsoft.SharePoint.WebPartPages.DataFormWebPart.GetXslCompiledTransform() at Microsoft.SharePoint.WebPartPages.DataFormWebPart.PrepareAndPerformTransform(Boolean bDeferExecuteTransform) 8356852e-0df2-4b5a-9473-b50153e73406
    Line 2764: 07/11/2013 10:04:21.68 w3wp.exe (0x1EA4) 0x03A4 SharePoint Foundation General b9y3 High Failed to open the file 'C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\Resources\core.en-GB.resx'. 8356852e-0df2-4b5a-9473-b50153e73406
    Line 2765: 07/11/2013 10:04:21.68 w3wp.exe (0x1EA4) 0x03A4 SharePoint Foundation General b9y4 High #20015: Cannot open "": no such file or folder. 8356852e-0df2-4b5a-9473-b50153e73406
    Line 2766: 07/11/2013 10:04:21.68 w3wp.exe (0x1EA4) 0x03A4 SharePoint Foundation General b9y4 High (#2: Cannot open "": no such file or folder.) 8356852e-0df2-4b5a-9473-b50153e73406
    Line 2767: 07/11/2013 10:04:21.68 w3wp.exe (0x1EA4) 0x03A4 SharePoint Foundation General b9y9 High Failed to read resource file "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\Resources\core.en-GB.resx" from feature id "(null)". 8356852e-0df2-4b5a-9473-b50153e73406
    Line 2768: 07/11/2013 10:04:21.68 w3wp.exe (0x1EA4) 0x03A4 SharePoint Foundation General 8e26 Medium Failed to open the language resource keyfile core. 8356852e-0df2-4b5a-9473-b50153e73406
    Line 2769: 07/11/2013 10:04:21.70 w3wp.exe (0x1EA4) 0x03A4 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:http://server01:80/sites/home/project/PJ-000092/SitePages/Home.aspx)). Execution Time=169.668938358136 8356852e-0df2-4b5a-9473-b50153e73406
    After deinstalling the patch the Web Part is displayed correctly again.
    Our SharePoint Server has the Feb. 2013 CU installed.
    This also happens to other Web Parts we manually updated via SharePoint Designer.
    Any suggestion what’s going wrong?

    Also affected here!!!!
    Hey all,  I know they want responses here, but also go to the bloody KB itself and click the Give Feedback link on any KBs that break stuff.
    Glad I found this by the way.
    Here are the installed updates (Gotten by doing wmic qfe get Caption, Description, HotFixID):
    Caption                                        Description     
    HotFixID   
    Microsoft-Windows-ADRMS-BPA                    Update           KB981391   
    Microsoft-Windows-ApplicationServer-BPA        Update           KB981392   
    Microsoft-Windows-DHCP-BPA                     Update           KB977236   
    Microsoft-Windows-FileServices-BPA             Update           KB981111   
    Microsoft-Windows-HyperV-BPA                   Update           KB977238   
    http://support.microsoft.com?kbid=974405       Update           KB974405   
    http://go.microsoft.com/fwlink/?LinkId=133041  Update           KB2764913  
    http://go.microsoft.com/fwlink/?LinkId=133041  Update           KB2764916  
    http://go.microsoft.com/fwlink/?LinkId=133041  Update           KB2718695  
    Microsoft-Windows-NPAS-BPA                     Update           KB977239   
    http://support.microsoft.com/                  Update           KB2670838  
    http://support.microsoft.com/                  Update           KB2592687  
    Microsoft-Windows-WSUS-BPA                     Update           KB981390   
    http://support.microsoft.com/?kbid=2386667     Update           KB2386667  
    http://support.microsoft.com/?kbid=2425227     Security Update  KB2425227  
    http://support.microsoft.com/?kbid=2476490     Security Update  KB2476490  
    http://support.microsoft.com/?kbid=2478662     Security Update  KB2478662  
    http://support.microsoft.com/?kbid=2479943     Security Update  KB2479943  
    http://support.microsoft.com/?kbid=2484033     Update           KB2484033  
    http://support.microsoft.com/?kbid=2488113     Update           KB2488113  
    http://support.microsoft.com/?kbid=2492386     Update           KB2492386  
    http://support.microsoft.com/?kbid=2503665     Security Update  KB2503665  
    http://support.microsoft.com/?kbid=2505438     Update           KB2505438  
    http://support.microsoft.com/?kbid=2506014     Update           KB2506014  
    http://support.microsoft.com/?kbid=2506212     Security Update  KB2506212  
    http://support.microsoft.com/?kbid=2506928     Update           KB2506928  
    http://support.microsoft.com/?kbid=2507618     Security Update  KB2507618  
    http://support.microsoft.com/?kbid=2507938     Security Update  KB2507938  
    http://support.microsoft.com/?kbid=2508272     Security Update  KB2508272  
    http://support.microsoft.com/?kbid=2509553     Security Update  KB2509553  
    http://support.microsoft.com/?kbid=2510531     Security Update  KB2510531  
    http://support.microsoft.com/?kbid=2511250     Update           KB2511250  
    http://support.microsoft.com/?kbid=2511455     Security Update  KB2511455  
    http://support.microsoft.com/?kbid=2515325     Update           KB2515325  
    http://support.microsoft.com/?kbid=2518869     Security Update  KB2518869  
    http://support.microsoft.com/?kbid=2522422     Update           KB2522422  
    http://support.microsoft.com/?kbid=2524375     Security Update  KB2524375  
    http://support.microsoft.com/?kbid=2529073     Update           KB2529073  
    http://support.microsoft.com/?kbid=2530548     Security Update  KB2530548  
    http://support.microsoft.com/?kbid=2533552     Update           KB2533552  
    http://support.microsoft.com/?kbid=2533623     Update           KB2533623  
    http://support.microsoft.com/?kbid=2534366     Update           KB2534366  
    http://support.microsoft.com/?kbid=2536275     Security Update  KB2536275  
    http://support.microsoft.com/?kbid=2536276     Security Update  KB2536276  
    http://support.microsoft.com/?kbid=2539635     Security Update  KB2539635  
    http://support.microsoft.com/?kbid=2541014     Update           KB2541014  
    http://support.microsoft.com/?kbid=2544893     Security Update  KB2544893  
    http://support.microsoft.com/?kbid=2545698     Update           KB2545698  
    http://support.microsoft.com/?kbid=2547666     Update           KB2547666  
    http://support.microsoft.com/?kbid=2552343     Update           KB2552343  
    http://support.microsoft.com/?kbid=2555917     Security Update  KB2555917  
    http://support.microsoft.com/?kbid=2556532     Security Update  KB2556532  
    http://support.microsoft.com/?kbid=2560656     Security Update  KB2560656  
    http://support.microsoft.com/?kbid=2562937     Security Update  KB2562937  
    http://support.microsoft.com/?kbid=2563227     Update           KB2563227  
    http://support.microsoft.com/?kbid=2563894     Security Update  KB2563894  
    http://support.microsoft.com/?kbid=2564958     Security Update  KB2564958  
    http://support.microsoft.com/?kbid=2567053     Security Update  KB2567053  
    http://support.microsoft.com/?kbid=2567680     Security Update  KB2567680  
    http://support.microsoft.com/?kbid=2570791     Update           KB2570791  
    http://support.microsoft.com/?kbid=2570947     Security Update  KB2570947  
    http://support.microsoft.com/?kbid=2572077     Security Update  KB2572077  
    http://support.microsoft.com/?kbid=2574819     Update           KB2574819  
    http://support.microsoft.com/?kbid=2584146     Security Update  KB2584146  
    http://support.microsoft.com/?kbid=2585542     Security Update  KB2585542  
    http://support.microsoft.com/?kbid=2588516     Security Update  KB2588516  
    http://support.microsoft.com/?kbid=2603229     Update           KB2603229  
    http://support.microsoft.com/?kbid=2604115     Security Update  KB2604115  
    http://support.microsoft.com/?kbid=2607047     Update           KB2607047  
    http://support.microsoft.com/?kbid=2607712     Update           KB2607712  
    http://support.microsoft.com/?kbid=2608658     Update           KB2608658  
    http://support.microsoft.com/?kbid=2616676     Update           KB2616676  
    http://support.microsoft.com/?kbid=2617657     Security Update  KB2617657  
    http://support.microsoft.com/?kbid=2618451     Security Update  KB2618451  
    http://support.microsoft.com/?kbid=2620704     Security Update  KB2620704  
    http://support.microsoft.com/?kbid=2620712     Security Update  KB2620712  
    http://support.microsoft.com/?kbid=2621440     Security Update  KB2621440  
    http://support.microsoft.com/?kbid=2631813     Security Update  KB2631813  
    http://support.microsoft.com/?kbid=2633873     Security Update  KB2633873  
    http://support.microsoft.com/?kbid=2633952     Update           KB2633952  
    http://support.microsoft.com/?kbid=2636573     Update           KB2636573  
    http://support.microsoft.com/?kbid=2639417     Security Update  KB2639417  
    http://support.microsoft.com/?kbid=2640148     Update           KB2640148  
    http://support.microsoft.com/?kbid=2641653     Security Update  KB2641653  
    http://support.microsoft.com/?kbid=2641690     Update           KB2641690  
    http://support.microsoft.com/?kbid=2643719     Security Update  KB2643719  
    http://support.microsoft.com/?kbid=2644615     Security Update  KB2644615  
    http://support.microsoft.com/?kbid=2645640     Security Update  KB2645640  
    http://support.microsoft.com/?kbid=2647518     Security Update  KB2647518  
    http://support.microsoft.com/?kbid=2647753     Update           KB2647753  
    http://support.microsoft.com/?kbid=2653956     Security Update  KB2653956  
    http://support.microsoft.com/?kbid=2654428     Security Update  KB2654428  
    http://support.microsoft.com/?kbid=2655992     Security Update  KB2655992  
    http://support.microsoft.com/?kbid=2656356     Security Update  KB2656356  
    http://support.microsoft.com/?kbid=2656373     Security Update  KB2656373  
    http://support.microsoft.com/?kbid=2656411     Security Update  KB2656411  
    http://support.microsoft.com/?kbid=2658846     Security Update  KB2658846  
    http://support.microsoft.com/?kbid=2659262     Security Update  KB2659262  
    http://support.microsoft.com/?kbid=2660075     Update           KB2660075  
    http://support.microsoft.com/?kbid=2660465     Security Update  KB2660465  
    http://support.microsoft.com/?kbid=2660649     Security Update  KB2660649  
    http://support.microsoft.com/?kbid=2661254     Update           KB2661254  
    http://support.microsoft.com/?kbid=2665364     Security Update  KB2665364  
    http://support.microsoft.com/?kbid=2667402     Security Update  KB2667402  
    http://support.microsoft.com/?kbid=2676562     Security Update  KB2676562  
    http://support.microsoft.com/?kbid=2677070     Update           KB2677070  
    http://support.microsoft.com/?kbid=2685811     Update           KB2685811  
    http://support.microsoft.com/?kbid=2685813     Update           KB2685813  
    http://support.microsoft.com/?kbid=2685939     Security Update  KB2685939  
    http://support.microsoft.com/?kbid=2686831     Security Update  KB2686831  
    http://support.microsoft.com/?kbid=2688338     Security Update  KB2688338  
    http://support.microsoft.com/?kbid=2690533     Security Update  KB2690533  
    http://support.microsoft.com/?kbid=2691442     Security Update  KB2691442  
    http://support.microsoft.com/?kbid=2695962     Security Update  KB2695962  
    http://support.microsoft.com/?kbid=2698365     Security Update  KB2698365  
    http://support.microsoft.com/?kbid=2699779     Update           KB2699779  
    http://support.microsoft.com/?kbid=2705219     Security Update  KB2705219  
    http://support.microsoft.com/?kbid=2709162     Security Update  KB2709162  
    http://support.microsoft.com/?kbid=2709630     Update           KB2709630  
    http://support.microsoft.com/?kbid=2709715     Security Update  KB2709715  
    http://support.microsoft.com/?kbid=2709981     Update           KB2709981  
    http://support.microsoft.com/?kbid=2712808     Security Update  KB2712808  
    http://support.microsoft.com/?kbid=2718523     Security Update  KB2718523  
    http://support.microsoft.com/?kbid=2718704     Update           KB2718704  
    http://support.microsoft.com/?kbid=2719033     Security Update  KB2719033  
    http://support.microsoft.com/?kbid=2719857     Update           KB2719857  
    http://support.microsoft.com/?kbid=2719985     Security Update  KB2719985  
    http://support.microsoft.com/?kbid=2724197     Security Update  KB2724197  
    http://support.microsoft.com/?kbid=2726535     Update           KB2726535  
    http://support.microsoft.com/?kbid=2727528     Security Update  KB2727528  
    http://support.microsoft.com/?kbid=2729094     Update           KB2729094  
    http://support.microsoft.com/?kbid=2729452     Security Update  KB2729452  
    http://support.microsoft.com/?kbid=2731847     Security Update  KB2731847  
    http://support.microsoft.com/?kbid=2732059     Update           KB2732059  
    http://support.microsoft.com/?kbid=2735855     Update           KB2735855  
    http://support.microsoft.com/?kbid=2736233     Update           KB2736233  
    http://support.microsoft.com/?kbid=2736422     Security Update  KB2736422  
    http://support.microsoft.com/?kbid=2742599     Security Update  KB2742599  
    http://support.microsoft.com/?kbid=2743555     Security Update  KB2743555  
    http://support.microsoft.com/?kbid=2749655     Update           KB2749655  
    http://support.microsoft.com/?kbid=2750841     Update           KB2750841  
    http://support.microsoft.com/?kbid=2753842     Security Update  KB2753842  
    http://support.microsoft.com/?kbid=2756822     Update           KB2756822  
    http://support.microsoft.com/?kbid=2756921     Security Update  KB2756921  
    http://support.microsoft.com/?kbid=2757638     Security Update  KB2757638  
    http://support.microsoft.com/?kbid=2758857     Security Update  KB2758857  
    http://support.microsoft.com/?kbid=2761217     Update           KB2761217  
    http://support.microsoft.com/?kbid=2761226     Security Update  KB2761226  
    http://support.microsoft.com/?kbid=2763523     Update           KB2763523  
    http://support.microsoft.com/?kbid=2765809     Security Update  KB2765809  
    http://support.microsoft.com/?kbid=2769369     Security Update  KB2769369  
    http://support.microsoft.com/?kbid=2770660     Security Update  KB2770660  
    http://support.microsoft.com/?kbid=2778344     Security Update  KB2778344  
    http://support.microsoft.com/?kbid=2778930     Security Update  KB2778930  
    http://support.microsoft.com/?kbid=2779030     Security Update  KB2779030  
    http://support.microsoft.com/?kbid=2779562     Update           KB2779562  
    http://support.microsoft.com/?kbid=2785220     Security Update  KB2785220  
    http://support.microsoft.com/?kbid=2786081     Update           KB2786081  
    http://support.microsoft.com/?kbid=2786400     Update           KB2786400  
    http://support.microsoft.com/?kbid=2789645     Security Update  KB2789645  
    http://support.microsoft.com/?kbid=2790113     Security Update  KB2790113  
    http://support.microsoft.com/?kbid=2790655     Security Update  KB2790655  
    http://support.microsoft.com/?kbid=2791765     Update           KB2791765  
    http://support.microsoft.com/?kbid=2798162     Update           KB2798162  
    http://support.microsoft.com/?kbid=2799494     Security Update  KB2799494  
    http://support.microsoft.com/?kbid=2803821     Security Update  KB2803821  
    http://support.microsoft.com/?kbid=2804579     Security Update  KB2804579  
    http://support.microsoft.com/?kbid=2807986     Security Update  KB2807986  
    http://support.microsoft.com/?kbid=2808679     Update           KB2808679  
    http://support.microsoft.com/?kbid=2808735     Security Update  KB2808735  
    http://support.microsoft.com/?kbid=2813170     Security Update  KB2813170  
    http://support.microsoft.com/?kbid=2813347     Security Update  KB2813347  
    http://support.microsoft.com/?kbid=2813430     Security Update  KB2813430  
    http://support.microsoft.com/?kbid=2820197     Security Update  KB2820197  
    http://support.microsoft.com/?kbid=2820331     Update           KB2820331  
    http://support.microsoft.com/?kbid=2829361     Security Update  KB2829361  
    http://support.microsoft.com/?kbid=2830290     Security Update  KB2830290  
    http://support.microsoft.com/?kbid=2832414     Security Update  KB2832414  
    http://support.microsoft.com/?kbid=2833946     Security Update  KB2833946  
    http://support.microsoft.com/?kbid=2834140     Update           KB2834140  
    http://support.microsoft.com/?kbid=2834886     Security Update  KB2834886  
    http://support.microsoft.com/?kbid=2835361     Security Update  KB2835361  
    http://support.microsoft.com/?kbid=2835364     Security Update  KB2835364  
    http://support.microsoft.com/?kbid=2836502     Update           KB2836502  
    http://support.microsoft.com/?kbid=2836942     Update           KB2836942  
    http://support.microsoft.com/?kbid=2836943     Update           KB2836943  
    http://support.microsoft.com/?kbid=2839894     Security Update  KB2839894  
    http://support.microsoft.com/?kbid=2840149     Security Update  KB2840149  
    http://support.microsoft.com/?kbid=2840631     Security Update  KB2840631  
    http://support.microsoft.com/?kbid=2845187     Security Update  KB2845187  
    http://support.microsoft.com/?kbid=2845690     Security Update  KB2845690  
    http://support.microsoft.com/?kbid=2846071     Security Update  KB2846071  
    http://support.microsoft.com/?kbid=2847927     Security Update  KB2847927  
    http://support.microsoft.com/?kbid=2850851     Security Update  KB2850851  
    http://support.microsoft.com/?kbid=976902      Update           KB976902   
    http://support.microsoft.com/?kbid=982018      Update           KB982018 
    Information from systeminfo command
    OS Name:                   Microsoft Windows Server 2008 R2 Standard
    OS Version:                6.1.7601 Service Pack 1 Build 7601
    OS Manufacturer:           Microsoft Corporation
    OS Configuration:          Member Server
    OS Build Type:             Multiprocessor Free
    Registered Owner:          Windows User
    Registered Organization:   
    Product ID:                55041-264-0143992-84091
    Original Install Date:     7/22/2011, 4:50:33 PM
    System Boot Time:          7/19/2013, 9:45:37 AM
    System Manufacturer:       VMware, Inc.
    System Model:              VMware Virtual Platform
    System Type:               x64-based PC
    Processor(s):              2 Processor(s) Installed.
                               [01]: Intel64 Family 6 Model 23 Stepping 6 GenuineIntel ~1995 Mhz
                               [02]: Intel64 Family 6 Model 23 Stepping 6 GenuineIntel ~1995 Mhz
    BIOS Version:              Phoenix Technologies LTD 6.00, 6/22/2012
    Windows Directory:         C:\Windows
    System Directory:          C:\Windows\system32
    Boot Device:               \Device\HarddiskVolume1
    System Locale:             en-us;English (United States)
    Input Locale:              en-us;English (United States)
    Time Zone:                 (UTC-08:00) Pacific Time (US & Canada)
    Total Physical Memory:     8,192 MB
    Available Physical Memory: 3,785 MB
    Virtual Memory: Max Size:  16,381 MB
    Virtual Memory: Available: 9,596 MB
    Virtual Memory: In Use:    6,785 MB
    Page File Location(s):     C:\pagefile.sys
    Hotfix(s):                 196 Hotfix(s) Installed.
    List removed.
    Information from SP CA Upgrade and patches
      Server Product Version Install Status
      Microsoft SharePoint Server 2010   Installed
       Microsoft Access Services English Language Pack
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6105.5000 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Access Services Server
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2775353) 64-Bit Edition
     14.0.6136.5000 Superseded
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6120.5000 Superseded
       Hotfix for Microsoft Office Server (KB2597150)
     14.0.6116.5000 Superseded
       Hotfix for Microsoft Office Server (KB2597014)
     14.0.6114.5000 Superseded
       Hotfix for Microsoft Office Server (KB2596505)
     14.0.6110.5000 Superseded
       Hotfix for Microsoft Office Server (KB2553048)
     14.0.6108.5000 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6105.5000 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Document Lifecycle Components
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5004 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2775353) 64-Bit Edition
     14.0.6137.5000 Superseded
       Hotfix for Microsoft SharePoint Server 2010 (KB2596955) 64-Bit Edition
     14.0.6131.5003 Superseded
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6129.5003 Superseded
       Hotfix for Microsoft Office Server (KB2597150)
     14.0.6116.5000 Superseded
       Hotfix for Microsoft Office Server (KB2597014)
     14.0.6114.5000 Superseded
       Hotfix for Microsoft Office Server (KB2596505)
     14.0.6112.5000 Superseded
       Hotfix for Microsoft Office Server (KB2553048)
     14.0.6109.5000 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6106.5001 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Document Lifecycle Components English Language Pack
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6128.5000 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6105.5000 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Excel Mobile Viewer Components
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5004 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2775353) 64-Bit Edition
     14.0.6137.5000 Superseded
       Hotfix for Microsoft SharePoint Server 2010 (KB2596955) 64-Bit Edition
     14.0.6131.5000 Superseded
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6129.5000 Superseded
       Hotfix for Microsoft Office Server (KB2597150)
     14.0.6115.5000 Superseded
       Hotfix for Microsoft Office Server (KB2596505)
     14.0.6112.5000 Superseded
       Hotfix for Microsoft Office Server (KB2553048)
     14.0.6108.5000 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6106.5000 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Excel Services Components
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5004 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2775353) 64-Bit Edition
     14.0.6137.5000 Superseded
       Hotfix for Microsoft SharePoint Server 2010 (KB2596955) 64-Bit Edition
     14.0.6131.5000 Superseded
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6129.5000 Superseded
       Hotfix for Microsoft Office Server (KB2597150)
     14.0.6115.5000 Superseded
       Hotfix for Microsoft Office Server (KB2596505)
     14.0.6112.5000 Superseded
       Hotfix for Microsoft Office Server (KB2553048)
     14.0.6108.5000 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6106.5000 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Excel Services English Language Pack
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6105.5000 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft InfoPath Form Services English Language Pack
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6123.5000 Superseded
       Hotfix for Microsoft Office Server (KB2553048)
     14.0.6108.5000 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6106.5001 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft InfoPath Forms Services
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5003 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2775353) 64-Bit Edition
     14.0.6137.5000 Superseded
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6128.5000 Superseded
       Hotfix for Microsoft Office Server (KB2597150)
     14.0.6117.5000 Superseded
       Hotfix for Microsoft Office Server (KB2553048)
     14.0.6109.5000 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6106.5001 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Office Server Proof (Arabic) 2010
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6105.5000 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Office Server Proof (English) 2010
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2775353) 64-Bit Edition
     14.0.6135.5000 Superseded
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6129.5000 Superseded
       Hotfix for Microsoft Office Server (KB2597014)
     14.0.6114.5000 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6105.5000 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Office Server Proof (French) 2010
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6105.5000 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Office Server Proof (German) 2010
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6105.5000 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Office Server Proof (Russian) 2010
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6105.5000 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Office Server Proof (Spanish) 2010
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6119.5000 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6105.5000 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Search Server 2010 Core
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5004 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2775353) 64-Bit Edition
     14.0.6137.5000 Superseded
       Hotfix for Microsoft SharePoint Server 2010 (KB2596955) 64-Bit Edition
     14.0.6131.5003 Superseded
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6129.5003 Superseded
       Hotfix for Microsoft Office Server (KB2597150)
     14.0.6117.5002 Superseded
       Hotfix for Microsoft Office Server (KB2597014)
     14.0.6114.5000 Superseded
       Hotfix for Microsoft Office Server (KB2596505)
     14.0.6112.5000 Superseded
       Hotfix for Microsoft Office Server (KB2553048)
     14.0.6109.5005 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6106.5002 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Search Server 2010 English Language Pack
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6128.5000 Superseded
       Hotfix for Microsoft Office Server (KB2553048)
     14.0.6108.5000 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6105.5000 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Shared Components
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5004 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2775353) 64-Bit Edition
     14.0.6137.5000 Superseded
       Hotfix for Microsoft SharePoint Server 2010 (KB2596955) 64-Bit Edition
     14.0.6131.5003 Superseded
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6129.5003 Superseded
       Hotfix for Microsoft Office Server (KB2597150)
     14.0.6117.5002 Superseded
       Hotfix for Microsoft Office Server (KB2597014)
     14.0.6114.5000 Superseded
       Hotfix for Microsoft Office Server (KB2596505)
     14.0.6112.5000 Superseded
       Hotfix for Microsoft Office Server (KB2553048)
     14.0.6108.5000 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6106.5001 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Shared Coms English Language Pack
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6128.5000 Superseded
       Hotfix for Microsoft Office Server (KB2553048)
     14.0.6108.5000 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft SharePoint Foundation 2010 1033 Lang Pack
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Foundation 2010 (KB2817552) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft SharePoint Foundation 2010 (KB2794728) 64-Bit Edition
     14.0.6136.5000 Superseded
       Hotfix for Microsoft SharePoint Foundation 2010 (KB2596957) 64-Bit Edition
     14.0.6131.5000 Superseded
       Hotfix for Microsoft SharePoint Foundation 2010 (KB2687566)
     14.0.6127.5000 Superseded
       Hotfix for Microsoft SharePoint Foundation 2010 (KB2598321)
     14.0.6120.5000 Superseded
       Hotfix for Microsoft SharePoint Foundation 2010 (KB2597132)
     14.0.6117.5000 Superseded
       Hotfix for Microsoft SharePoint Foundation 2010 (KB2597058)
     14.0.6114.5000 Superseded
       Hotfix for Microsoft SharePoint Foundation 2010 (KB2553050)
     14.0.6109.5000 Superseded
       Hotfix for Microsoft SharePoint Foundation 2010 (KB2536601)
     14.0.6106.5000 Superseded
       Microsoft SharePoint Foundation 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft SharePoint Foundation 2010 Core
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Foundation 2010 (KB2817552) 64-Bit Edition
     14.0.7102.5004 Installed
       Hotfix for Microsoft SharePoint Foundation 2010 (KB2794728) 64-Bit Edition
     14.0.6137.5000 Superseded
       Hotfix for Microsoft SharePoint Server 2010 (KB2596955) 64-Bit Edition
     14.0.6131.5003 Superseded
       Hotfix for Microsoft SharePoint Foundation 2010 (KB2596957) 64-Bit Edition
     14.0.6131.5000 Superseded
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6129.5002 Superseded
       Hotfix for Microsoft SharePoint Foundation 2010 (KB2687566)
     14.0.6129.5000 Superseded
       Hotfix for Microsoft SharePoint Foundation 2010 (KB2598321)
     14.0.6120.5006 Superseded
       Hotfix for Microsoft SharePoint Foundation 2010 (KB2597132)
     14.0.6117.5002 Superseded
       Hotfix for Microsoft SharePoint Foundation 2010 (KB2597058)
     14.0.6114.5000 Superseded
       Hotfix for Microsoft SharePoint Foundation 2010 (KB2596508)
     14.0.6112.5000 Superseded
       Hotfix for Microsoft SharePoint Foundation 2010 (KB2553050)
     14.0.6109.5005 Superseded
       Hotfix for Microsoft SharePoint Foundation 2010 (KB2536601)
     14.0.6106.5002 Superseded
       Microsoft SharePoint Foundation 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft SharePoint Portal
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5004 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2775353) 64-Bit Edition
     14.0.6137.5000 Superseded
       Hotfix for Microsoft SharePoint Server 2010 (KB2596955) 64-Bit Edition
     14.0.6131.5003 Superseded
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6129.5003 Superseded
       Hotfix for Microsoft Office Server (KB2597150)
     14.0.6117.5002 Superseded
       Hotfix for Microsoft Office Server (KB2597014)
     14.0.6114.5000 Superseded
       Hotfix for Microsoft Office Server (KB2596505)
     14.0.6112.5000 Superseded
       Hotfix for Microsoft Office Server (KB2553048)
     14.0.6109.5005 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6106.5002 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft SharePoint Portal English Language Pack
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2775353) 64-Bit Edition
     14.0.6133.5000 Superseded
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6129.5000 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6105.5000 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft SharePoint Server 2010  
     14.0.6029.1000 Installed
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Slide Library
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2775353) 64-Bit Edition
     14.0.6136.5000 Superseded
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6120.5000 Superseded
       Hotfix for Microsoft Office Server (KB2597014)
     14.0.6114.5000 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6105.5000 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Slide Library English Language Pack
     14.0.6029.1000 Installed
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft User Profiles
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5004 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2775353) 64-Bit Edition
     14.0.6137.5000 Superseded
       Hotfix for Microsoft SharePoint Server 2010 (KB2596955) 64-Bit Edition
     14.0.6131.5003 Superseded
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6129.5003 Superseded
       Hotfix for Microsoft Office Server (KB2597150)
     14.0.6117.5002 Superseded
       Hotfix for Microsoft Office Server (KB2597014)
     14.0.6114.5000 Superseded
       Hotfix for Microsoft Office Server (KB2596505)
     14.0.6112.5000 Superseded
       Hotfix for Microsoft Office Server (KB2553048)
     14.0.6109.5005 Superseded
       Security Update for Microsoft SharePoint Server 2010 (KB2560890)
     14.0.6106.5009 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6106.5002 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Visio Services English Language Pack
     14.0.6029.1000 Installed
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Visio Services Web Front End Components
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2775353) 64-Bit Edition
     14.0.6136.5000 Superseded
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6124.5000 Superseded
       Hotfix for Microsoft Office Server (KB2597014)
     14.0.6114.5000 Superseded
       Hotfix for Microsoft Office Server (KB2596505)
     14.0.6112.5000 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6105.5000 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Web Analytics English Language Pack
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2596955) 64-Bit Edition
     14.0.6105.5000 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Web Analytics Web Front End Components
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2775353) 64-Bit Edition
     14.0.6136.5000 Superseded
       Hotfix for Microsoft SharePoint Server 2010 (KB2596955) 64-Bit Edition
     14.0.6130.5000 Superseded
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6129.5000 Superseded
       Hotfix for Microsoft Office Server (KB2553048)
     14.0.6107.5000 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6105.5000 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Word Server
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5004 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2775353) 64-Bit Edition
     14.0.6137.5000 Superseded
       Hotfix for Microsoft SharePoint Server 2010 (KB2596955) 64-Bit Edition
     14.0.6131.5003 Superseded
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6129.5000 Superseded
       Hotfix for Microsoft Office Server (KB2596505)
     14.0.6112.5000 Superseded
       Hotfix for Microsoft Office Server (KB2553048)
     14.0.6108.5000 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6106.5001 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       Microsoft Word Server English Language Pack
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6128.5000 Superseded
       Hotfix for Microsoft Office Server (KB2597150)
     14.0.6115.5000 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6105.5000 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       PerformancePoint Services for SharePoint
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2775353) 64-Bit Edition
     14.0.6136.5000 Superseded
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6129.5000 Superseded
       Hotfix for Microsoft Office Server (KB2597150)
     14.0.6117.5000 Superseded
       Hotfix for Microsoft Office Server (KB2597014)
     14.0.6114.5000 Superseded
       Hotfix for Microsoft Office Server (KB2596505)
     14.0.6112.5000 Superseded
       Hotfix for Microsoft Office Server (KB2553048)
     14.0.6109.5000 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6106.5001 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed
       PerformancePoint Services in SharePoint 1033 Language Pack
     14.0.6029.1000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2817527) 64-Bit Edition
     14.0.7102.5000 Installed
       Hotfix for Microsoft SharePoint Server 2010 (KB2596955) 64-Bit Edition
     14.0.6131.5000 Superseded
       Hotfix for Microsoft Office Server (KB2687564)
     14.0.6124.5000 Superseded
       Hotfix for Microsoft Office Server (KB2597150)
     14.0.6117.5000 Superseded
       Hotfix for Microsoft Office Server (KB2597014)
     14.0.6114.5000 Superseded
       Hotfix for Microsoft Office Server (KB2596505)
     14.0.6112.5000 Superseded
       Hotfix for Microsoft Office Server (KB2553048)
     14.0.6109.5000 Superseded
       Hotfix for Microsoft Office Server (KB2536599)
     14.0.6106.5001 Superseded
       Microsoft SharePoint 2010 Service Pack 1 (SP1)
     14.0.6029.1000 Installed

  • BPM 11.1.1.7 Oracle Web Forms Error

    Hi,
    I have successfully installed Oracle BPM 11.1.1.7 on 32 bit Window machine.
    Under BPM Composer, when I tried to create new Web Forms(follows BPM Composer User Guide- Chapter 3), I am getting this error message:
    Error getting form: LeaveRequestForm
    Caused by: Could not instantiate form: got wrong status=500
    Is anyone have any clue- How to rectify this error message ?
    Regards,
    RS

    The error you are getting is because you are using "localhost". Change it to the fully qualified machine name. When invoking Composer, most of us are in the habit of not fully qualifying the machine's name in the URL. For example, the URL http://localhost:7001/bpm/composer will be used to invoke Composer from a browser on the same machine that WebLogic is running or http://MachineName:7001/bpm/composer to invoke it when WebLogic is running on a machine named "MachineName".
    If you plan to use the Web Forms Designer feature in Composer, you now instead must fully qualify the URL with the full machine's name when you invoke Composer (e.g. http://MachineName.SomeDomainName.com:7001/bpm/composer or if you are using an Amazon EC2 instance http://ec2-50-19-167-0.compute-1.amazonaws.com:7001/bpm/composer).
    More than you wanted to know, but another change I believe that you will likely have to make is to change the WebLogic settings for the domain. When creating the WebLogic domain for Oracle BPM, the "Listen Address" and "Frontend Host" fields are left blank by default. While this does not cause an issue when you're in development normally, when using Composer's Web Forms Designer tool these fields need to be set to the fully qualified name of the machine.
    1. Backup the current config.xml file in the <WebLogic domain home directory>\config directory before doing the next step.
    2. In the WebLogic Administration Console expand Environment -> click Servers -> click the server's name -> with both the Configuration and General tabs selected, enter the fully qualified name of the machine where WebLogic is running (e.g. machineName.someDomain.com) in the Listen Address field -> click Save.
    3. Next, enter this same text into the Frontend Host field by clicking the Protocols tab -> click the HTTP tab -> enter the fully qualified name of the machine in the Frontend Host field -> click Save. Finally, be sure to stop and restart the WebLogic domain after making these two changes.
    After you have changed these two fields, you will no longer be able to use localhost in the URLs to invoke Composer, the Workspace, Enterprise Manager or the Administration Console and will instead need to use the fully qualified machine name in these URLs as well.
    Just another heads-up - you will also likely run another issue when you attempt to run Composer's Player. The role names in the processes cannot have any space characters or special characters. You will know that you've run into this issue when you see the error message:
    exception.70207.description: Action INITIATE on process Player/EmployeeOnboarding!1.0*soa_5eba8a37-486e-4451-a714-78912aad9fa9/Process1 cannot be performed by <some user name>Although you are allowed to enter space and special characters (including the "_" character) into the names of the roles in Composer and in Oracle BPM Studio, the role names in the process cannot have any space characters or special characters if you plan on running the process in Composer's Process Player.
    Hope this gets you going,
    Dan

  • Forms Error Message displayed twice

    But on clicking the save button to commit the changes in the form, the validation trigger fires and the error message is displayed twice. This is once for the item and at the other at the form level.
    The error message has to be displayed only once i.e. while submitting the form by clicking the save button. Please suggest.
    Thanks in advance.
    Edited by: sri_menon on Sep 24, 2008 8:30 AM

    Do you alter the data in your Character Item through a program unit? Since you only have a WVI trigger at the item level, something in the form is causing the status of the item to become "Dirty" or "Invalid" after the WVI trigger fires. Therefore, Forms fires the WVI trigger again. Something else you can try is to turn "Debug Messages" on (go to Preferences => Runtime tab => check Debug Messages). This will display an Alert for each trigger that fires during Runtime. Then you can record all of the triggers that fire after the WVI trigger fires the first time. Once you know which trigger fire between the first execution of the WVI and the second execution of WVI then you can put break points in these triggers and then run the Form with the Debugger and see what it happening during the validate cycle. If you are using Form6i, the debugger is very easy to use. If you on Form 9 or greater, there is some setup that must be done to debug the web deployed form, but it well worth the setup to be able to debug your form.
    Hope this helps.
    Craig...
    Edited by: CraigB on Sep 25, 2008 8:18 AM

  • Web-form errors/Its urgent

    ERROR: An error occurred. Your web form must capture customer name and email address. Please fix this issue and re-insert your web form on your web page.
    Why above error occues in folllowing form:
    <div class="mid-container col2-left-layout" id="rowan" rel="pay">
    <div class="col-1">
    <div class="div-0ne">
    <div class="para-col1">
    <p><span>Rowan</span></p>
    <p><span>Document Solutions</span></p>
    <p> is a family-owned, recognized </p>
    <p> leader in ROI, document scanning</p>
    <p> and records</p>
    <p>management for the</p>
    <p>medical industry. </p>
    </div>
    <div class="free-quote"><img alt="" src="img/get-free.png" /> </div>
    </div>
    <div class="border-document">
    <div class="img-document">
    <img alt="" src="img/document-scan.png" />
    </div>
    <div class="para-document">
    <p>Document Scanning &amp; Records Management </p>
    </div>
    <div class="clr"></div>
    </div>
    <div class="border-document">
    <div class="img-document-circle">
    <img alt="" src="img/circle-img.png" />
    </div>
    <div class="para-document-roi">
    <p>ROI </p>
    <p>Release of Information) </p>
    </div>
    <div class="clr"></div>
    </div>
    <div class="border-document-new">
    <div class="para-document-roi-nr">
    <img alt="" src="img/trangle.png" />
    </div>
    <div class="para-document-recordes">
    <p>Request Your Records </p>
    <p>&amp; Pay Online </p>
    </div>
    <div class="clr"></div>
    </div>
    </div>
    <div class="col-2">
    <div class="about-documnett">
    <h1>PAY ONLINE </h1>
    </div>
    <div class="clr"></div>
    <div class="experience-h">
    <div class="payonline">
    <p class="para"> Have you received invoice from Rowan Document Solutions? You can securely pay on line and also retrieve the requested records online.</p>
    <p class="para">Just enter the requested information below exactly as shown on your Rowan Document Solutions invoice:
    </p>
    </div>
    <form name="catwebformform10549" method="post" onsubmit="return checkWholeForm10549(this)" enctype="multipart/form-data" action="http://rowan.creativeimagewebsites.com/FormProcessv2.aspx?WebFormID=29207&OID={module_oid}&amp;OTYPE={module_otype}&amp;EID={module_eid}&amp;CID={module_cid}">
        <table cellspacing="0" cellpadding="2" border="0" id="paytable" class="webform">
            <tbody>
                <!--- <tr>
                    <td><label for="Title">Title</label><br />
                    <select class="cat_dropdown_smaller" id="Title" name="Title">
                    <option value="1559314">DR</option>
                    <option value="1559313">MISS</option>
                    <option selected="selected" value="1559310">MR</option>
                    <option value="1559311">MRS</option>
                    <option value="1559312">MS</option>
                    </select></td>
                </tr>
                <tr>
                    <td><label for="FirstName">First Name <span class="req">*</span></label><br />
                    <input type="text" maxlength="255" class="cat_textbox" id="FirstName" name="FirstName" /> </td>
                </tr>
                <tr>
                    <td><label for="LastName">Last Name <span class="req">*</span></label><br />
                    <input type="text" maxlength="255" class="cat_textbox" id="LastName" name="LastName" /> </td>
                </tr>
                <tr>
                    <td><label for="EmailAddress">Email Address <span class="req">*</span></label><br />
                    <input type="text" maxlength="255" class="cat_textbox" id="EmailAddress" name="EmailAddress" /> </td>
                </tr>--->
                <tr>
                    <td><label for="CAT_Custom_131280">INVOICE NUMBER:</label></td>
                    <td>
                    <input type="text" size="30" maxlength="100" name="CAT_Custom_131280" id="CAT_Custom_131280" class="new-put" /></td>
                    <td> </td>
                </tr>
                <tr>
                    <td><label for="CAT_Custom_131281">ORGCODE/PO NUMBER:</label></td>
                    <td>
                    <input type="text" size="30" maxlength="100" name="CAT_Custom_131281" id="CAT_Custom_131281" class="new-put" /></td>
                    <td> </td>
                </tr>
                <tr>
                    <td><label for="CAT_Custom_131282">PATIENT'S LAST NAME:</label></td>
                    <td>
                    <input type="text" size="30" maxlength="100" name="CAT_Custom_131282" id="CAT_Custom_131282" class="new-put" /></td>
                    <td> </td>
                </tr>
                <!--<tr>
                    <td style=""> </td>
                    <td><input type="image" id="catwebformbutton" value="Submit" class="cat_button" src="/img/get-free.png" /></td>
                </tr>-->
            </tbody>
        </table>
        <script type="text/javascript" src="http://rowan.creativeimagewebsites.com/CatalystScripts/ValidationFunctions.js"></script>
        <script type="text/javascript">
    //<![CDATA[
    var submitcount10549 = 0;function checkWholeForm10549(theForm){var why = ""; if (theForm.CAT_Custom_131280) why += isEmpty(theForm.CAT_Custom_131280.value, "INVOICE NUMBER");if (theForm.CAT_Custom_131281) why += isEmpty(theForm.CAT_Custom_131281.value, "ORGCODE/PO NUMBER");if (theForm.CAT_Custom_131282) why += isEmpty(theForm.CAT_Custom_131282.value, "PATIENT'S LAST NAME");if(why != ""){alert(why);return false;}if(submitcount10549 == 0){submitcount10549++;theForm.submit();return false;}else{alert("Form submission is in progress.");return false;}}
    //]]>
    </script>
        <div class="payonline">
        <p class="para"><input type="image" src="/img/get-free.png" class="cat_button" value="Submit" id="catwebformbutton" /></p>
        </div>
    </form>
    </div>
    </div>
    </div>
    <div class="clr"></div>

    I am adding a form for the first time. I created a web form and I am using the code to adjust an existing form:
    <code>
    <form name="catwebformform81533" method="post" onsubmit="return checkWholeForm81533(this)"
                enctype="multipart/form-data" action="http://domain.businesscatalyst.com/FormProcessv2.aspx?WebFormID=74594&OID={module_oid}&OTYPE={module_otype}&EID={module_eid}&CID={module_cid}" id="form">
      <div class="span4">
    <input type="text" name="FirstName" id="FirstName" class="cat_textbox" maxlength="255" value="ingevuld"/>
    <input type="text" name="LastName" id="LastName" class="cat_textbox" maxlength="255" value="ingevuld" />
      <div class="field">
      <label>Name:</label>
      <input type="text" name="name" value="" id="name"/>
      </div>
      <div class="field">
      <label>Email:</label>
      <input type="text" name="email" value="" id="email" />
      </div>
      <div class="field">
      <label>Subject:</label>
      <input type="text" name="subject" value="" name="CAT_Custom_343661" id="CAT_Custom_343661" />
      </div>
      </div>
      <div class="span4">
      <div class="field">
      <label>Message:</label>
      <textarea rows="7" name="CAT_Custom_343660" id="CAT_Custom_343660"
                        onkeydown="if(this.value.length>=4000)this.value=this.value.substring(0,3999);"></textare a>
      </div>
                    <div class="field">
      {module_recaptcha}
                    </div>
      <div class="submitbutton clearfix">
      <input type="submit" value="Send Your Message" class="m-btn red rnd right"/>
      </div>
      </div>
                    <script type="text/javascript" src="http://domain.businesscatalyst.com/CatalystScripts/ValidationFunctions.js">
                    </script><script type="text/javascript">
    //<![CDATA[
    var submitcount81533 = 0;function checkWholeForm81533(theForm){var why = "";
    if (theForm.email) why += checkEmail(theForm.email.value);
    if (theForm.CAT_Custom_343661) why += isEmpty(theForm.CAT_Custom_343661.value, "Subject");
    if (theForm.CAT_Custom_343660) why += isEmpty(theForm.CAT_Custom_343660.value, "Message");
    if(why != ""){alert(why);return false;}if(submitcount81533 == 0){submitcount81533++;
    theForm.submit();return false;}else{alert("Form submission is in progress.");return false;}}
    //]]>
    </script>
      </form>
    </code>
    As you can see the FirsName and LastName have been added. I do still get the same error that I need to insert the form again. What am I missing here?

Maybe you are looking for