PO Confirmation ES not working

Hi All,
We need to confirm a process order by Enterprise Service - ECC_PRODUCTIONCONFCRTRC
The platform we are using is ECC 6 EHP3 with ECC-SE Addon installed.
The problem we are facing is when we confirm PO corelating to the R3 procedure i.e. giving PO number, confirmation qauntity, plant and record type code, the ES does not confirm the PO but gives error as "Phase/operation  in process order 70000722 (Or 70000723) does not exist (please check entry)"
When we enter Production Order Operation ID and Production Order SequenceID along with Production Order ID then the service throws the error as"Operation 0010 of sequence 0 cannot be confirmed" although the input data is correct.
Also it gives error when any of the date time field is entered as "XML Serialization Error. GenericObject [ GenericObject        hashcode = 2098362138        type name = (http://sap.com/xi/APPL/SE/Global)DateTime        Attributes :                timeZoneCode =                daylightSavingTimeIndicator = false        Fields : ] does not have a mandatory simple content field. The field should have a specific name [#simpleContent]."
The documentation in ES Workplace does not explain in detail how to work with the ES and 'detailed field description' link also does not work. Though we found all the fields from table AFRU and AFVC still with valid input data the ES is giving same errors. In the documentation it is said this ES does not suffer from idempotency issue so no need to give UUID.
Anyone has worked with this ES?
Is there any way to debug or see the underlying code or API calls this ES makes in backend?
Is anything else is needed?
Please help...

Hi,
the best thing is always to look into the service itself.. Debugging...
Goto SE84
Enterprise Services -> Service Definitions
Enter the ECC_PRODUCTIONCONFCRTRC
Double click on Reference Object II_PORC_PRODUCTIONCONFCRTRC
Double click on Provider Class CL_PORC_PRODUCTIONCONFCRTRC
This is the implementation of your service... Try to find the right method... and create a breakpoint...
regards

Similar Messages

  • CONFIRM BOX NOT WORKING IN FIREFOX

    Hey, can anyone help me: I tried almost everything, the following code runs perfectly in Internet Explorer and the confirem box prompts the user, but when i run it in Firefox i do not get the confirm box, please help.
    This is the code:
    <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
    <html>
    <head>
    <title>View Clients Application for Firearm User License!</title>
    <link rel="stylesheet" type="text/css" href="Style.css"/>
    <script type="text/JavaScript">
         function validation(){
                   if (confirm('Are you Sure you want to Continue?')){
                                  var temp2=sampleform.atype.value;
                   var temp1=sampleform.firstinput.value;
                   var licnum=temp2.substring(0,1)+temp2.substring(8,9)+temp1.substring(0,4)+temp1.substring(5,7)+temp1.substring(8,10)+sampleform.enterFname.value.substring(0,1)+sampleform.enterLname.value.substring(0,1);
                   sampleform.hide3.value=licnum;
                   return true;
                   else
                   alert("noop");
                   return false;
         }//ends the validation function
         function tester(){
                   if (((sampleform.hide1.value!="")&&(sampleform.hide2.value!=""))&&((sampleform.hide1.value!="null")&&(sampleform.hide2.value!="null"))){
                        sampleform.process.disabled=false;
              }//ends tester function
    </script>
    </head>
    <body bgcolor="black" background="officer_bg.JPG" onLoad="tester()" bgproperties="fixed">
    <h1 class="heading1" align="center">Client Application Record for ${type}!</h1>
    <table width="100%">
         <tr><td align="left" width="60%">          
    <table width="100%">
    <c:forEach var="ar" items="${thisclient}">
    <form action="genlicense" method="post" onsubmit="return validation()" name="sampleform">
                             <input type="hidden" value="${ar.clientrecnum}" name="cnum"/>
                             <div class="heading1">Clients Information..</div>
                             <hr/>
                             <tr><td class="boldtext">Identification Number:</td><td><input type="text" value="${ar.idnum}" name="enterId" class="noInputbox" readonly/></div></td></tr>
    <tr><td class="boldtext">First Name:</td><td><input type="text" value="${ar.fname}" name="enterFname" class="noInputbox" readonly/></td></tr>
    <tr><td class="boldtext">Last Name:</td><td><input type="text" value="${ar.lname}" name="enterLname" class="noInputbox" readonly/></td></tr>
    <tr><td class="boldtext">Contact Number:</td><td><input type="text" value="${ar.contactnum}" name="enterHphone" class="noInputbox" readonly/></td></tr>
         <tr><td class="boldtext">Address:</td></tr>
    <tr><td align="center" class="boldtext">Street:</td><td><input type="text" value="${ar.street}" name="enterSaddress" class="noInputbox" readonly/></td></tr>
    <tr><td align="center" class="boldtext">City:</td><td><input type="text" value="${ar.city}" name="enterCaddress" class="noInputbox" readonly/></td></tr>
    <tr><td align="center" class="boldtext">Town:</td><td><input type="text" value="${ar.town}" name="enterTaddress" class="noInputbox" readonly/></td></tr>
    <tr><td class="boldtext">Nationality:</td><td><input type="text" value="${ar.nationality}" name="enterNationality" class="noInputbox" readonly/></td></tr>
    <tr><td class="boldtext">Date oF Birth:</td><td><input type="text" value="${ar.dateofbirth}" name="firstinput" class="noInputbox" readonly/></td><td></td></tr>
    <tr><td class="boldtext">Photo:</td><td><input type="text" value="${ar.photo}" name="pto" class="noInputbox" readonly/></td></tr>
    </c:forEach>
    <c:forEach var="ar" items="${thisapp}">
                             <input type="hidden" name="atype" value="${ar.applicensetype}"/>
    <tr><td class="boldtext">License Type:</td><td class="noInputbox"><h2>${ar.applicensetype}</h2></td></tr>
    <tr><td class="boldtext">State the type of Firearm, client wishes to Purchase and Sell:</td><td><input type="text" value="${ar.atypefirearm}" name="ftype" class="noInputbox" readonly/></td></tr>
    <tr><td class="boldtext">State the Ammunitions, client wishes to Purchase and Sell:</td><td><input type="text" value="${ar.afirearmammos}" name="ammotype" class="noInputbox" readonly/></td></tr>
    <tr><td class="boldtext">Firearms Order Total for a Period:</td><td><input type="text" value="${ar.afirearmquantity}" name="famount" class="noInputbox" readonly/></td></tr>
    <tr><td class="boldtext">Ammunitions Order Total for a Period:</td><td><input type="text" value="${ar.aammosquantity}" name="aamount" class="noInputbox" readonly/></td></tr>
    <tr><td class="boldtext">Results of the Application:</td><td><input type="text" value="${ar.appresults}" class="noInputbox" readonly/></td><tr>
    <tr><td colspan="2"><u><b>Address of Business that would be Distributing Firearms and Ammunitions:</td></b></u></tr>
    <tr><td class="boldtext">Street Address:</td><td><input type="text" value="${ar.bsaddress}" name="saddress" class="noInputbox" readonly/></td></tr>
    <tr><td class="boldtext">City Address:</td><td><input type="text" value="${ar.bcaddress}" name="caddress" class="noInputbox" readonly/></td></tr>
    <tr><td class="boldtext">Town Address:</td><td><input type="text" value="${ar.btaddress}" name="taddress" class="noInputbox" readonly/></td></tr>
    <tr><td class="boldtext">Name of the Business:</td><td><input type="text" value="${ar.bname}" name="nbusiness" class="noInputbox" readonly/></td></tr>
    <tr><td class="boldtext">Facts that proves applicant to become a Licensed Dealer:</td><td><textarea name="facts" cols="30" rows="2" value="${ar.proofofapp}" class="noInputbox" readonly>${ar.proofofapp}</textarea></td><tr>
                             <tr><td class="boldtext">Application Date:</td><td><input type="text" value="${ar.dateofapplication}" name="appdate" class="noInputbox" readonly/></td></tr>
    <tr><td class="boldtext">Application Time:</td><td><input type="text" value="${ar.timeofapplication}" name="apptime" class="noInputbox" readonly/></td><tr>
    <tr><td class="boldtext">Results of the Applicattion:</td><td><input type="text" value="${ar.appresults}" name="fresult" class="noInputbox" readonly/>
         </c:forEach>
    <tr><td align="center"><input type="submit" name="process" value="Generate License" class="genlicButton" disabled="disabled"/></td><td align="left"><input type="button" class="genlicButton" value="BACK" onClick="history.back()"/></td></tr>
    <tr><td colspan="2"></td></tr>
    </table>
         </td>
         <td valign="bottom">
              <table width="100%" border="0">
    <tr>
    <td valign="bottom">
              <iframe name="confirm" noresize="" height="200" width="490" src="form2regs.jsp" frameborder="0"></iframe>
              </td>
    </tr>
    </table>
         </td></tr>
    </table>
    <hr/>
         <input type="hidden" name="hide1" value='<%=request.getParameter("pname")%>'/>
              <input type="hidden" name="hide2" value='<%=request.getParameter("choice")%>'/>
              <input type="hidden" name="hide3" value=''/>
              <input type="hidden" name="hide4" value='<%=request.getParameter("pname")%>'/>
    </form>
    </body>
    </html>

    Off the top of my head, confirm is a function of the window object, so you can call it like window.confirm(......whatever....
    I think it should work without explicitly referencing the window object (ie like you have done) but maybe it depends on the firefox version.
    Failing that, some pop-up blockers might block confirm boxes (i know some block alert boxes, anyway) so try disabling any pop up blockers.
    Thirdly, this is really (I reckon) a Javascript issue, so if you don't have any luck on this forum, you might have better luck on a javascript forum (such as sitepoint.com or webdeveloper.com). If you post the HTML output from the server to the browser, then someone there might be able to help.

  • Popup to confirm does not work

    Hello.
    Within a toolbar there is a toolbar button which should show a comfirm popup. This one comes up, and the cancel function does work. But if I click 'YES', the action defined on OnCLick is performed, but the page does not come back There is a BSP error, which I cannot identify.(no further text). Is this the right way for the button definition or is there another possibility to get the popup?
    code]
    <xhtmlb:toolbarButton id="statfinal"
    onClick="<%=qs620_c_change_status%>"
    onClientClick="if(confirm('Do you really want to save ?')==false) htmlbevent.cancelSubmit = true;" 
    text="<%= otr(r3qs_620/statusfinal) %>" />
    [/code]
    Thanks and kind regards.
    Carola

    Hi Carola,
    I use something like this, it works fine.
    Notice the curly brackets after th if -statement.
    onClientClick = "var cfoo=document.getElementById('wa_head-email'); if (cfoo.value==''){ alert('<%= otr(zbc10/no_email) %>'); htmlbevent.cancelSubmit=true;}else{ if (confirm('<%= otr(zbc10/process) %>')){thx_win();}else{htmlbevent.cancelSubmit=true;}}"
    Regards,
    Dirk.

  • Confirming names not working

    Is anyone else having the issue where when they pick names to confirm or reject and than say "done", its as if nothing has happened? I have tried exiting out of iphoto and with different faces, same issue.

    Same happened to me today.
    In Faces section I could confirm person’s face over and over again. Simply, as soon as I left Faces section of iPhoto and came back to vew person’s photos I could see that X number of photos are pending confirmation, despite confirming them just a second ago.
    It started to happen around time I started to mess up with FaceBook sharing in iPhoto (upload of photos froze, then I had to delete em from within iPhoto, but FB did not delete it, then I.... and so on and so on)
    I managed to fix it by going straight into Events view (I think it could be done within Photos view also) and in Edit mode I confirmed those problematic photos and it worked.
    Glad I didn’t had like thousands of 'em, just 20-ish scattered around my events.

  • Exit button - Germany Personal data service does not work

    Hi all,
    We just upgraded our portal to EP7 Sp22 with 1.3 ESS Business Package and 603 XSS components in the back-end.
    In testing Germany and all countries that use the Germany personal data service, the Exit button on all screens (Overview, Edit, Review and Save, Confirmation) does not work. The Exit button, when selected, keeps the user on the same screen. 
    I am not sure where the button is configured, but it should always take us back to the page from where the service was launched.  So if I accessed through the Overview page or Personal Information page, and then click on the exit button, I should be taken back to one of those pages.
    Where can we configure the exit button for the German Personal data service, so that it works and takes the user back to the page where they started.....?
    Cheers!, Neeta

    Hi,
    The Germany personal data service is the only one where the exit button is not working. All other countries are testing fine.
    Is it a customization issue on the back-end? The resource in spro for germany is configured with the pcd link of the german personal data i-view.
    The other countries are also customized in the back-end with the pcd link of the appropriate i-view.
    Regards, Neeta

  • NetStream.send not working in Flash Player 11.2 Beta with Cirrus, Please confirm if it is a bug

    Title
    NetStream.send not working in Flash Player 11.2 Beta with Cirrus, Please confirm if it is a bug or feature
    Description
    Problem Description:
    NetStream.send can not send data to peerstreams when using with cirrus. Conflict with documents.
    Sorry for tag the build as 11.0.1.3 while the bug is actually on 11.2 beta since the bug report system didn't have 11.2 beta yet.
    If you are not responsible for 11.2 beta bug fix, please help a hand to handle this bug to 11.2 team.
    This bug is "killing" to your application, so we really appreciate your help. Thanks.
    ==Publisher==
    nc.connect("rtmfp://");
    var ns:NetStream = new NetStream(nc, NetStream.DIRECT_CONNECTIONS);
    ns.publish("sendtest");
    ...//after connection success.
    ns.send("clientfunction", "ok"); // this line cannot reach subscribers. even if subscribers have client object correctly.
    ==Subscriber==
    nc.connect("rtmfp://");
    var ns:NetStream = new NetStream(nc, cirrusid);
    var client:Object = new Object();
    client.clientfunction = clientfunction; // target function
    ns.client = client;
    ns.play("sendtest");
    Steps to Reproduce:
    1. compile the code in the attachment to SendTestExample.swf (not be able to paste it here)
    2. run it under flash player 11.2.202.19 beta
    3. run it under flash player 11
    Actual Result:
    HeartBeat is:
    Start HeartBeat:
    send hello
    send hello
    send hello
    which means NetStream.send was not able to call "clientfunction" as expected.
    Expected Result:
    Start HeartBeat:
    send hello
    in client function: hello
    send hello
    in client function: hello
    send hello
    in client function: hello
    which can call into the clientfunction as flash player 11 did.
    Any Workarounds:
    I can not find it out since it's an api level bug. But this can be very important for lots of applications which rely on send to do rpc.
    Test Configuration
    IE8, Firefox under Windows 7
    Also have problem under Windows XP (but not well tested on this platform)
    App Language(s)
    ALL
    OS Language(s)
    ALL
    Platform(s)
    Windows 7
    Browser(s)
    Internet Explorer 8.0
    ==Attachment==
    package {
        import flash.display.Sprite;
        import flash.events.Event;
        import flash.events.NetStatusEvent;
        import flash.events.TimerEvent;
        import flash.media.Video;
        import flash.net.NetConnection;
        import flash.net.NetStream;
        import flash.text.TextField;
        import flash.utils.Timer;
        import flash.utils.setTimeout;
        public class SendTestExample extends Sprite
            public static var statusArea:TextField;
            var ncServer:NetConnection = new NetConnection();
            var nsServer:NetStream;
            var ncClient:NetConnection = new NetConnection();
            var nsClient:NetStream;
            var timer:Timer = new Timer(1000);
            public function SendTestExample() {
                ncServer.addEventListener("netStatus", onNCStatusServer);
                ncServer.connect("rtmfp://p2p.rtmfp.net","99f72ccbed0948d7589dc38a-3ce1b2616680");
                statusArea = new TextField();
                status("status");
                statusArea.x = 0;
                statusArea.y = 0;
                statusArea.border = true;
                statusArea.width = 200;
                statusArea.height = 350;
                addChild(statusArea);
            function onNCStatusServer(event:NetStatusEvent):void {
                status("Step 1:");
                status("server: " + event.info.code);
                status("id: " + ncServer.nearID);
                switch (event.info.code) {
                    case "NetConnection.Connect.Success":
                        nsServer = new NetStream(ncServer, NetStream.DIRECT_CONNECTIONS);
                        nsServer.addEventListener(NetStatusEvent.NET_STATUS, onNSStatusServer);
                        nsServer.publish("sendtest");
                        ncServer.removeEventListener(NetStatusEvent.NET_STATUS, onNCStatusServer);
                        ncClient.connect("rtmfp://p2p.rtmfp.net","99f72ccbed0948d7589dc38a-3ce1b2616680");
                        ncClient.addEventListener("netStatus", onNCStatusClient);
                    case "NetStream.Publish.BadName":
                        //status("Please check the name of the publishing stream" );
                        break;
            function onNCStatusClient(event:NetStatusEvent):void {
                status("Step 2:");
                status("client: " + event.info.code);
                status("id: " + ncClient.nearID);
                switch (event.info.code) {
                    case "NetConnection.Connect.Success":
                        nsClient = new NetStream(ncClient, ncServer.nearID);
                        var c:Object = new Object();
                        c["clientfunction"] = clientfunction;
                        nsClient.client = c;
                        nsClient.play("sendtest");
                        ncClient.removeEventListener(NetStatusEvent.NET_STATUS, onNCStatusClient);
                        //setTimeout(sendHello, 5000);
                    case "NetStream.Publish.BadName":
                        //status("Please check the name of the publishing stream" );
                        break;
            protected function onNSStatusServer(event:NetStatusEvent):void {
                status("nsserver: " + event.info.code);
                if (event.info.code == "NetStream.Play.Start") {
                    status("Start HeartBeat:");
                    this.timer.addEventListener(TimerEvent.TIMER, function (e:Event):void {
                        sendHello();
                    this.timer.start();
            protected function sendHello():void {
                status("send hello");
                nsServer.send("clientfunction", "hello");
            protected function status(msg:String):void
                statusArea.appendText(msg + "\n");
                trace("ScriptDebug: " + msg);
            protected function clientfunction(event:Object):void {
                status("in client function: " + event);

    Thanks for reporting. I can reproduce the bug in house. We will investigate.
    Calise

  • Confirmation process in SRM does not work whenever there is a discrepancy

    Hello,
    we are on SRM 5.0 version with classic scenario(follow on documents in backed system - ECC 5.0). to procure maintainence service user cretes a shopping cart by selecting describe requirements method and UOM at times in incorrectly asssigned as EA so upon shopping cart approval a follow on ducument (purchase requistion) is created in ECC  as per config set up(in SRM). Buyer while coverting this purchase requisition to PO rectifies this erroe and chages the UOM of meausre to Hr and send a PO to vendor.
    we are not bale to use confirmation feature in SRM to perform receipt of this service. is this how system works? any configration or a BADI needs to be usd to allow to perform confirmation in SRM even tough there is discrepancy in shopping cart UOM and Purcahse requsition UOM.
    when thre is change in UOM in ECC that Purchase
    *Confirmation process in SRM does not work whenever there is a discrepancy (i.e. different UM )between Shoping cart and Purchase Requisition related to that Shoping cart.*
    we donot use serive option in SRM and donnot MM service module in ECC.
    any help on this will be much appreciated.
    Thanks,
    sairam

    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

  • SC Confirmation Not Working

    Dear Experts,
    I've the following scenario for Employee role which is not working as expected. For Confirmations the tab in SC, create confirmation button is displaying all the POs created by the that particular user. However as per client requirement, configured another confirmation ivew on left side navigation under services. I've tried below iviews and results varied differently
    1.com.sap.pct.srm.core.iv_create_conf - No POs are getting displayed
    2.com.sap.pct.srm.core.iv_create_conf_blank - All POs created by all users are getting displayed
    3.com.sap.pct.srm.core.iv_create_conf_prof - All POs created by all users are getting displayed
    can you please help me in figuring out what is that I might be missing. Any pointers would be highly appreciated.
    Best Regards,
    Prasad

    I ti si happening the same to me. I forgot my password and settled a new one, Now when I try to make changes in my profile and when I confirmed the changes with the new password it says taht the password is incorrect.

  • Partial Confirmation not working through Backorder Processing in GATP

    Dear SAP Folks,
    We are having issue with our Backorder Processing in APO.
    During backorder processing we have seen (in BOP Spool) orders are getting picked for
    processing but despite availability of Allocations and inventory, orders are remaining unconfirmed which could have been partially confirmed. 
    Order which can be partially confirmed, BOP doesnt do partial confirmation. For Example - If SO is for 100 pieces and
    can be confirmed for only 60 pieces, ideally BOP should confirmed 60, but it doesnt.
    But same sales order can be confirmed by doing manual online ATP Check in Sales Order.
    BOP only confirms the orders when it can be fully confirmed, not partial confirmation thru BOP.
    This is very strange, ideally BOP should confirm those orders, but its not doing it.
    Please help.
    Thanks
    Satish

    Dear SAP Experts,
    We tried the suggested solution to OVZJ setting = 'E'. This soulution is not working properly - results are inconsistent. Meaning with these  setting BOP confirmed orders partially, with the rerun of same BOP job on same orders it didnt confirm the orders partially, orders were kept unchanged. We tried this activity multiple times, but results are inconsistent.
    But online ATP check can always confirms those orders partially, without any issues there.
    Also please provide details about impact of this change for OVZJ setting= 'E', to any other processes in ERP system.
    Please help
    Thanks
    Satish
    Edited by: SatishW on Mar 17, 2010 10:05 PM

  • So, I am travelling to Italy next week.  I am from the US.  VW's "Trip Planner" suggests my iPhone 5s will not work there.  Then, they suggest (via options below) that I can send Txt for $0.050/txt and Receive for $0.05/txt.  How can I confirm which is tr

    So, I am travelling to Italy next week.  I am from the US.  VW's "Trip Planner" suggests my iPhone 5s will not work there.  Then, they suggest (via options below) that I can send Txt for $0.050/txt and Receive for $0.05/txt.  How can I confirm which is true?

    We are here to help! Where are you traveling to? How long will you be there for? What kind of services are you looking to use?
    KarenC_VZW
    Follow us on Twitter @VZWSupport

  • IMessage Confirmed Not working.

    Hi. I upgraded my iPhone 4 to iOS 5 from the latest iOS 4 version, Everything seems to be working fine except iMessage. It will not work, no matter how hard I try.
    Whenever I send an iMessage, it says delivery failed after a long while. If I tap the exclamation mark next to the bubble and select the try again option, I get no progress bar unless I go back to home, lock the phone, unlock and open Messaging again. The progress bar then shows and remains stuck at 90% for a long while before failing again. This happens again and again, no matter how many times I retry. I cannot receive any iMessages either. Every other method is working fine, including tweets, emails and text messages. If I add my own phone number as a contact and send an iMessage, it goes through and shows up in as received too almost instantly.
    I have tried with 2 different people for whom it works perfectly when they send iMessages to each other, I have confirmed all settings and methods to be identical. I have confirmed that activation is successful and have reconfirmed my Apple ID and have viewed all details within the configuration options located in the Settings > Messages menu. I have tried over Edge, 3G and Wifi. I have restarted Messaging many times along with turning the iMessages option on and off multiple times. I have tried rebooting the phone and turning iMessages off before and on after and leaving it on during the reboot. I have also tried a factory restore with and without reinstalling my apps on it.
    Nothing fixes the problem and I am very frustrated. How can I fix it? Please help.

    Hey Guys
    Im getting a little bit confused with this imessage
    i can imessage to my 2 girls ipods from my iphone and they can imessage me back. but when they try to imessage each other its says they are not registered for imessage??
    but they must be or they wouldnt recieve my imessages!!!
    Very strange

  • Account creation confirmation e-mail- link not working

    I wanted to create a Itunes account, i do not have a credit card since i cancelled it 2 years ago for never using it.
    I created one by using Click&buy, but at step 3 it's not working i get directed to this site:
    http://www.apple.com/itunes/affiliates/download
    Obviously this was not working, i tried it another way, i picked a free app from the store, then i was asked to log in, or create an account, i picked the second.
    This time at the payment part i could pick "none" so i did. after that i finally received a verification e-mail with a link in it to activate my account.. guess to what page i get linked to:
    http://www.apple.com/itunes/affiliates/download
    I want to order Apps & music but without an account it's impossible, atm my Iphone is only my phone and nothing more.
    Please assist!

    On a side note:
    I've tried to activate it on 4 different computers: XP, win98, Vista, Internet on the Iphone non working.
    In total 5 hours spend on searching on google, browsing these forums for a solution.

  • 9630 Keyboard/Buttons not working; hard resets and multiple reloads of OS did not correct

    My BlackBerry 9630 Tour is a little more than a year old. Yesterday the keyboard, trackball, and all buttons stopped working while I was typing out an email. I could not power off the Blackberry without removing the battery for a hard reset. Unfortunately, even after many hard resets, the problem persisted, so I went to the forums for help and tried everything that seemed relevant (multiple times) with no success.
    After reviewing a number of tech support posts, this problem does not appear to be unique to any given model of BB and contact with liquids is cited as a common but not the only cause for this condition.
    I was outside on a very hot and humid day when the malfunction occurred so it is possible some perspiration may have come into contact with the keypad, convenience buttons, or trackball and caused the lockup.
    I'm looking for someone with more smarts than me to help me troubleshoot, identify the actual problem, and identify the proper corrective actions. See below for a synopsis of my actions taken, with the exception of taking it to the shop for repair/replacement.
    The corrective actions listed on the forums and blogs are varied but essentially fall into two primary solutions:
    1. If moisture is suspected to be the issue, let the BB dry out overnight
        a. Pull the battery, naturally air dry or use a blow dryer, let it sit unplugged with no battery for at least 12 hours 
        b. If this doesn't immediately work, try a clean install of the OS (see below)
        c. If this doesn't work, take to the shop and they'll either replace the keyboard and/or trackball or replace entire unit
    2. If moisture is not suspected to be a factor then perform a backup followed by a clean install of OS
         a. Backup your files using Desktop Manager Backup and Restore
         b. Do a clean reinstall OS using Desktop Manager Application Loader
             i. The OS installation process is dicey  and takes a little patience and focus-- you have to wait for the Desktop Manager to properly recognize the device before it can proceed on some of the steps and it may take several iterations to get completely through the process and get the "successful installation" message.
             ii. Further, you may need to keep the battery removed during the initial steps in the process and only insert it when the process gets to the point of actually trying to copy files into the BB memory
                * The BB LCD will display an icon that looks like a battery with a slash through it letting you know the process cannot proceed until a battery is inserted and the Desktop Manager Application Loader will also give you an error indicating it cannot find the device.
                * After inserting the battery, it will take a few seconds or more for the computer to recognize the USB device and for Desktop Manager to respond with the BB password pop-up window.
                * After typing in your BB password, the installation should continue.
        c. If you can get the OS successfully reloaded and your keyboard/trackball/buttons work -- great -- now restore your files and settings using Desktop Manager Backup and Restore and get on with your life.
        d. If this does NOT work after multiple successful clean OS installations apparently you are completely hosed; the only other option is to get it to the shop for repair or replacement.
    1.. Does anyone have a troubleshooting procedures that will identify whether moisture is the root cause or not?
    2. Is there another corrective procedure that's been missed?

    Took  BB to Sprint Store and technician took it apart, saw no evidence of moisture or any other damage, and concluded that the keyboard had failed. Not an uncommon occurance.
    Also, he told me you cannot simply replace the keyboard, it is integral to the systemboard, so you need to replace the entire device.
    He did commend the troubleshooting approach used prior to going to the store -- most folks won't take the time to do even basic troubleshooting (like taking out the battery), they just go to the store and say "fix it please". He confirmed that the steps outlined in the initial post were correct and did not have any other solutions.
    Take away:
    If you want to do some troubleshooting yourself to check for moisture, the process was pretty straightforward. After watching the technician, most folks with a little technical or mechanical aptitude should be able to manage the dismantling process. You just need a small phillips head screwdriver and a little patience. Good lighting and a magnifying glass or reading glasses also help!

  • Autodiscovery not working at a complete loss

    Hi 
    I have a setup with one CAS server and one Exchange backend server. Serves 4 Domains.
    Activesynch is working (both on intranet and internet). owa is working both Networks too.
    heres some test data (domain and such stuff have been sanitized contoso.com is the excernal name, contoso is the internal name, casserver is the CAS Server etc.
    my autodiscover is on
    https://mail.contoso.com/autodiscover/autodiscover.xml
    any http on autodiscovery.* (my 4 domains) will do a 302 redirect to
    https://mail.contoso.com/autodiscover/autodiscover.xml
    browsing https://mail.contoso.com/autodiscover/autodiscover.XML from intranet or internet yields this response (after providing username and password
    <Autodiscover>
    <Response>
    <Error Time="09:32:02.3112517" Id="2271660173">
    <ErrorCode>600</ErrorCode>
    <Message>Invalid Request</Message>
    <DebugData/>
    </Error>
    </Response>
    </Autodiscover>
    Other Things I've done to help showing the configuration: 
    1. Test autodiscover configuration: Test-OutlookWebServices -ClientAccessServer "casserver"
    [PS] C:\Program Files\Microsoft\Exchange Server\V14\Scripts>Test-OutlookWebServices -ClientAccessServer casserver
    RunspaceId : 735fd88b-e9e1-4350-b7d7-c0aca66ebecd
    Id : 1019
    Type : Information
    Message : A valid Autodiscover service connection point was found. The Autodiscover URL on this object is https://casserver.contoso.com/Autodiscover/Autodiscover.xml.
    RunspaceId : 735fd88b-e9e1-4350-b7d7-c0aca66ebecd
    Id : 1013
    Type : Error
    Message : When contacting https://casserver.contoso.com/Autodiscover/Autodiscover.xml received the error The remote server returned an error: (404) Not Found.
    RunspaceId : 735fd88b-e9e1-4350-b7d7-c0aca66ebecd
    Id : 1023
    Type : Error
    Message : The Autodiscover service couldn't be contacted.
    RunspaceId : 735fd88b-e9e1-4350-b7d7-c0aca66ebecd
    Id : 1013
    Type : Error
    Message : When contacting https://casserver.contoso.com/EWS/Exchange.asmx received the error The request failed with HTTP status 404: Not Found.
    RunspaceId : 735fd88b-e9e1-4350-b7d7-c0aca66ebecd
    Id : 1025
    Type : Error
    Message : [EXCH] Error contacting the AS service at https://casserver.contoso.com/EWS/Exchange.asmx. Elapsed time was 437 milliseconds.
    RunspaceId : 735fd88b-e9e1-4350-b7d7-c0aca66ebecd
    Id : 1013
    Type : Error
    Message : When contacting https://casserver.contoso.com/EWS/Exchange.asmx received the error The remote server returned an error: (404) Not Found.
    RunspaceId : 735fd88b-e9e1-4350-b7d7-c0aca66ebecd
    Id : 1027
    Type : Error
    Message : [EXCH] Error contacting the UM service at https://casserver.contoso.com/EWS/Exchange.asmx. Elapsed time was 0 milliseconds.
    RunspaceId : 735fd88b-e9e1-4350-b7d7-c0aca66ebecd
    Id : 1013
    Type : Error
    Message : When contacting https://mail.contoso.com/ews/exchange.asmx received the error Client found response content type of '', but expected 'text/xml'.
    The request failed with an empty response.
    RunspaceId : 735fd88b-e9e1-4350-b7d7-c0aca66ebecd
    Id : 1025
    Type : Error
    Message : [EXPR] Error contacting the AS service at https://mail.contoso.com/ews/exchange.asmx. Elapsed time was 468 milliseconds.
    RunspaceId : 735fd88b-e9e1-4350-b7d7-c0aca66ebecd
    Id : 1026
    Type : Success
    Message : [EXPR] Successfully contacted the UM service at https://mail.contoso.com/ews/exchange.asmx. The elapsed time was 140 milliseconds.
    RunspaceId : 735fd88b-e9e1-4350-b7d7-c0aca66ebecd
    Id : 1113
    Type : Error
    Message : When contacting https://casserver.contoso.com/ews/exchange.asmx received the error The request failed with HTTP status 404: Not Found.
    RunspaceId : 735fd88b-e9e1-4350-b7d7-c0aca66ebecd
    Id : 1125
    Type : Error
    Message : [Server] Error contacting the AS service at https://casserver.contoso.com/ews/exchange.asmx. Elapsed time was 0 milliseconds.
    RunspaceId : 735fd88b-e9e1-4350-b7d7-c0aca66ebecd
    Id : 1113
    Type : Error
    Message : When contacting https://casserver.contoso.com/ews/exchange.asmx received the error The remote server returned an error: (404) Not Found.
    RunspaceId : 735fd88b-e9e1-4350-b7d7-c0aca66ebecd
    Id : 1127
    Type : Error
    Message : [Server] Error contacting the UM service at https://casserver.contoso.com/ews/exchange.asmx. Elapsed time was 0 milliseconds.
    [PS] C:\Program Files\Microsoft\Exchange Server\V14\Scripts>
    2. Ping and browse https://mydomain/autodiscover/autodiscover.xm
    Browse https://casserver/autodiscover/autodiscover.XML = 404
    ping casserver Works OK
    note above about
    https://mail.contoso.com/autodiscover/autodiscover.XML actually Works.
    3. If you are testing from outside, test https://autodiscover.mydomain/autodiscover/autodiscover.xml
    See 2
    4. Test autodiscover virtual diretories: Get-AutodiscoverVirtualDirectory |FL
    [PS] C:\Program Files\Microsoft\Exchange Server\V14\Scripts>Get-AutodiscoverVirtualDirectory |FL
    RunspaceId : 735fd88b-e9e1-4350-b7d7-c0aca66ebecd
    Name : Autodiscover (Default Web Site)
    InternalAuthenticationMethods : {Basic, Ntlm, WindowsIntegrated}
    ExternalAuthenticationMethods : {Basic, Ntlm, WindowsIntegrated}
    LiveIdSpNegoAuthentication : False
    WSSecurityAuthentication : False
    LiveIdBasicAuthentication : False
    BasicAuthentication : True
    DigestAuthentication : False
    WindowsAuthentication : True
    MetabasePath : IIS://casserver.contoso.com/W3SVC/1/ROOT/Autodiscover
    Path : C:\Program Files\Microsoft\Exchange Server\V14\ClientAccess\Autodiscover
    ExtendedProtectionTokenChecking : None
    ExtendedProtectionFlags : {}
    ExtendedProtectionSPNList : {}
    Server : CASSERVER
    InternalUrl :
    ExternalUrl :
    AdminDisplayName :
    ExchangeVersion : 0.10 (14.0.100.0)
    DistinguishedName : CN=Autodiscover (Default Web Site),CN=HTTP,CN=Protocols,CN=CASSERVER,CN=Servers,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=contoso,DC=com
    Identity : CASSERVER\Autodiscover (Default Web Site)
    Guid : 9f99c3b7-f63f-474c-899d-72c6d4f5d480
    ObjectCategory : contoso.com/Configuration/Schema/ms-Exch-Auto-Discover-Virtual-Directory
    ObjectClass : {top, msExchVirtualDirectory, msExchAutoDiscoverVirtualDirectory}
    WhenChanged : 29-08-2014 02:45:44
    WhenCreated : 29-08-2014 02:46:03
    WhenChangedUTC : 29-08-2014 00:45:44
    WhenCreatedUTC : 29-08-2014 00:46:03
    OrganizationId :
    OriginatingServer : adserver.contoso.com
    IsValid : True
    [PS] C:\Program Files\Microsoft\Exchange Server\V14\Scripts>
    5. Also Checked my Certificate:
    The certificate is a signed UCC / SAN certificate from my own authority it contains the following (sanitized) information:
    Certificate:
    Identity / Subject:
    casserver.contoso.com
    SAN
    dns=casserver.contoso.com
    dns=mail.contoso.com
    dns=autodiscover.contoso.com
    dns=mail.domain2.com
    dns=autodiscover.domain2.com
    dns=mail.domain4.com
    dns=autodiscover.domain4.com
    dns=mail.domain3.com
    dns=autodiscover.domain3.com
    dns=contoso.com
    dns=domain2.com
    dns=domain4.com
    dns=domain3.com
    dns=casserver
    6. Tried resetting the Autodiscovery Virtual Directory.
    7. Testing on https://testconnectivity.microsoft.com/ (remote Connectivity Analyzer):
    Exchange ActiveSync Autodiscover:
    <?xml version="1.0" encoding="utf-8"?>
    <testresult status="Error" errorid="734044ef-11c2-4e30-9ee6-450d49e9d92c" contentUrl="" testdescription="Attempting the Autodiscover and Exchange ActiveSync test (if requested)." resultdescription="Testing of Autodiscover for Exchange ActiveSync failed." additionaldetails="" elapsedMilliseconds="22354">
    <children>
    <testresult status="Error" errorid="734044ef-11c2-4e30-9ee6-450d49e9d92c" contentUrl="" testdescription="Attempting each method of contacting the Autodiscover service." resultdescription="The Autodiscover service couldn't be contacted successfully by any method." additionaldetails="" elapsedMilliseconds="22354">
    <children>
    <testresult status="Error" errorid="734044ef-11c2-4e30-9ee6-450d49e9d92c" contentUrl="" testdescription="Attempting to test potential Autodiscover URL https://contoso.com:443/Autodiscover/Autodiscover.xml" resultdescription="Testing of this potential Autodiscover URL failed." additionaldetails="" elapsedMilliseconds="17286">
    <children>
    <testresult status="Success" errorid="00000000-0000-0000-0000-000000000000" contentUrl="" testdescription="Attempting to resolve the host name contoso.com in DNS." resultdescription="The host name resolved successfully." additionaldetails="IP addresses returned: 255.255.255.255" elapsedMilliseconds="332">
    <children />
    </testresult>
    <testresult status="Success" errorid="00000000-0000-0000-0000-000000000000" contentUrl="" testdescription="Testing TCP port 443 on host contoso.com to ensure it's listening and open." resultdescription="The port was opened successfully." additionaldetails="" elapsedMilliseconds="293">
    <children />
    </testresult>
    <testresult status="Success" errorid="734044ef-11c2-4e30-9ee6-450d49e9d92c" contentUrl="" testdescription="Testing the SSL certificate to make sure it's valid." resultdescription="The certificate passed all validation requirements." additionaldetails="" elapsedMilliseconds="15540">
    <children>
    <testresult status="Success" errorid="00000000-0000-0000-0000-000000000000" contentUrl="" testdescription="The Microsoft Connectivity Analyzer is attempting to obtain the SSL certificate from remote server contoso.com on port 443." resultdescription="The Microsoft Connectivity Analyzer successfully obtained the remote SSL certificate." additionaldetails="Remote Certificate Subject: CN=casserver.contoso.com, OU=contoso, O=contoso, L=City, S=State, C=US, Issuer: CN=my-ca-autority, DC=contoso, DC=com." elapsedMilliseconds="15517">
    <children />
    </testresult>
    <testresult status="Success" errorid="00000000-0000-0000-0000-000000000000" contentUrl="" testdescription="Validating the certificate name." resultdescription="The certificate name was validated successfully." additionaldetails="Host name contoso.com was found in the Certificate Subject Alternative Name entry." elapsedMilliseconds="0">
    <children />
    </testresult>
    <testresult status="Success" errorid="00000000-0000-0000-0000-000000000000" contentUrl="" testdescription="Testing the certificate date to confirm the certificate is valid." resultdescription="Date validation passed. The certificate hasn't expired." additionaldetails="The certificate is valid. NotBefore = 8/28/2014 11:15:35 PM, NotAfter = 8/27/2016 11:15:35 PM" elapsedMilliseconds="0">
    <children />
    </testresult>
    </children>
    </testresult>
    <testresult status="Success" errorid="00000000-0000-0000-0000-000000000000" contentUrl="" testdescription="Checking the IIS configuration for client certificate authentication." resultdescription="Client certificate authentication wasn't detected." additionaldetails="Accept/Require Client Certificates isn't configured." elapsedMilliseconds="679">
    <children />
    </testresult>
    <testresult status="Error" errorid="734044ef-11c2-4e30-9ee6-450d49e9d92c" contentUrl="" testdescription="Attempting to send an Autodiscover POST request to potential Autodiscover URLs." resultdescription="Autodiscover settings weren't obtained when the Autodiscover POST request was sent." additionaldetails="" elapsedMilliseconds="440">
    <children>
    <testresult status="Error" errorid="12f4b21a-7e8d-4c95-b4a8-f4608e7d73b0" contentUrl="" testdescription="The Microsoft Connectivity Analyzer is attempting to retrieve an XML Autodiscover response from URL https://contoso.com:443/Autodiscover/Autodiscover.xml for user [email protected]." resultdescription="The Microsoft Connectivity Analyzer failed to obtain an Autodiscover XML response." additionaldetails="A Web exception occurred because an HTTP 404 - NotFound response was received from Unknown.&#xD;&#xA;HTTP Response Headers:&#xD;&#xA;Connection: close&#xD;&#xA;Content-Length: 315&#xD;&#xA;Content-Type: text/html; charset=us-ascii&#xD;&#xA;Date: Fri, 29 Aug 2014 07:46:13 GMT&#xD;&#xA;Server: Microsoft-HTTPAPI/2.0&#xD;&#xA;" elapsedMilliseconds="440">
    <children />
    </testresult>
    </children>
    </testresult>
    </children>
    </testresult>
    <testresult status="Error" errorid="734044ef-11c2-4e30-9ee6-450d49e9d92c" contentUrl="" testdescription="Attempting to test potential Autodiscover URL https://autodiscover.contoso.com:443/Autodiscover/Autodiscover.xml" resultdescription="Testing of this potential Autodiscover URL failed." additionaldetails="" elapsedMilliseconds="2303">
    <children>
    <testresult status="Success" errorid="00000000-0000-0000-0000-000000000000" contentUrl="" testdescription="Attempting to resolve the host name autodiscover.contoso.com in DNS." resultdescription="The host name resolved successfully." additionaldetails="IP addresses returned: 255.255.255.255" elapsedMilliseconds="321">
    <children />
    </testresult>
    <testresult status="Success" errorid="00000000-0000-0000-0000-000000000000" contentUrl="" testdescription="Testing TCP port 443 on host autodiscover.contoso.com to ensure it's listening and open." resultdescription="The port was opened successfully." additionaldetails="" elapsedMilliseconds="347">
    <children />
    </testresult>
    <testresult status="Success" errorid="734044ef-11c2-4e30-9ee6-450d49e9d92c" contentUrl="" testdescription="Testing the SSL certificate to make sure it's valid." resultdescription="The certificate passed all validation requirements." additionaldetails="" elapsedMilliseconds="505">
    <children>
    <testresult status="Success" errorid="00000000-0000-0000-0000-000000000000" contentUrl="" testdescription="The Microsoft Connectivity Analyzer is attempting to obtain the SSL certificate from remote server autodiscover.contoso.com on port 443." resultdescription="The Microsoft Connectivity Analyzer successfully obtained the remote SSL certificate." additionaldetails="Remote Certificate Subject: CN=casserver.contoso.com, OU=contoso, O=contoso, L=City, S=State, C=US, Issuer: CN=my-ca-autority, DC=contoso, DC=com." elapsedMilliseconds="483">
    <children />
    </testresult>
    <testresult status="Success" errorid="00000000-0000-0000-0000-000000000000" contentUrl="" testdescription="Validating the certificate name." resultdescription="The certificate name was validated successfully." additionaldetails="Host name autodiscover.contoso.com was found in the Certificate Subject Alternative Name entry." elapsedMilliseconds="0">
    <children />
    </testresult>
    <testresult status="Success" errorid="00000000-0000-0000-0000-000000000000" contentUrl="" testdescription="Testing the certificate date to confirm the certificate is valid." resultdescription="Date validation passed. The certificate hasn't expired." additionaldetails="The certificate is valid. NotBefore = 8/28/2014 11:15:35 PM, NotAfter = 8/27/2016 11:15:35 PM" elapsedMilliseconds="0">
    <children />
    </testresult>
    </children>
    </testresult>
    <testresult status="Success" errorid="00000000-0000-0000-0000-000000000000" contentUrl="" testdescription="Checking the IIS configuration for client certificate authentication." resultdescription="Client certificate authentication wasn't detected." additionaldetails="Accept/Require Client Certificates isn't configured." elapsedMilliseconds="676">
    <children />
    </testresult>
    <testresult status="Error" errorid="734044ef-11c2-4e30-9ee6-450d49e9d92c" contentUrl="" testdescription="Attempting to send an Autodiscover POST request to potential Autodiscover URLs." resultdescription="Autodiscover settings weren't obtained when the Autodiscover POST request was sent." additionaldetails="" elapsedMilliseconds="451">
    <children>
    <testresult status="Error" errorid="12f4b21a-7e8d-4c95-b4a8-f4608e7d73b0" contentUrl="" testdescription="The Microsoft Connectivity Analyzer is attempting to retrieve an XML Autodiscover response from URL https://autodiscover.contoso.com:443/Autodiscover/Autodiscover.xml for user [email protected]." resultdescription="The Microsoft Connectivity Analyzer failed to obtain an Autodiscover XML response." additionaldetails="A Web exception occurred because an HTTP 404 - NotFound response was received from Unknown.&#xD;&#xA;HTTP Response Headers:&#xD;&#xA;Connection: close&#xD;&#xA;Content-Length: 315&#xD;&#xA;Content-Type: text/html; charset=us-ascii&#xD;&#xA;Date: Fri, 29 Aug 2014 07:46:15 GMT&#xD;&#xA;Server: Microsoft-HTTPAPI/2.0&#xD;&#xA;" elapsedMilliseconds="451">
    <children />
    </testresult>
    </children>
    </testresult>
    </children>
    </testresult>
    <testresult status="Error" errorid="734044ef-11c2-4e30-9ee6-450d49e9d92c" contentUrl="" testdescription="Attempting to contact the Autodiscover service using the HTTP redirect method." resultdescription="The attempt to contact Autodiscover using the HTTP Redirect method failed." additionaldetails="" elapsedMilliseconds="2487">
    <children>
    <testresult status="Success" errorid="00000000-0000-0000-0000-000000000000" contentUrl="" testdescription="Attempting to resolve the host name autodiscover.contoso.com in DNS." resultdescription="The host name resolved successfully." additionaldetails="IP addresses returned: 255.255.255.255" elapsedMilliseconds="8">
    <children />
    </testresult>
    <testresult status="Success" errorid="00000000-0000-0000-0000-000000000000" contentUrl="" testdescription="Testing TCP port 80 on host autodiscover.contoso.com to ensure it's listening and open." resultdescription="The port was opened successfully." additionaldetails="" elapsedMilliseconds="161">
    <children />
    </testresult>
    <testresult status="Success" errorid="00000000-0000-0000-0000-000000000000" contentUrl="" testdescription="The Microsoft Connectivity Analyzer is checking the host autodiscover.contoso.com for an HTTP redirect to the Autodiscover service." resultdescription="The redirect (HTTP 301/302) response was received successfully." additionaldetails="Redirect URL: https://mail.contoso.com/Autodiscover/Autodiscover.xml&#xD;&#xA;HTTP Response Headers:&#xD;&#xA;Content-Length: 179&#xD;&#xA;Content-Type: text/html; charset=UTF-8&#xD;&#xA;Date: Fri, 29 Aug 2014 07:46:15 GMT&#xD;&#xA;Location: https://mail.contoso.com/Autodiscover/Autodiscover.xml&#xD;&#xA;Server: Microsoft-IIS/7.5&#xD;&#xA;X-Powered-By: ASP.NET&#xD;&#xA;" elapsedMilliseconds="310">
    <children />
    </testresult>
    <testresult status="Error" errorid="734044ef-11c2-4e30-9ee6-450d49e9d92c" contentUrl="" testdescription="Attempting to test potential Autodiscover URL https://mail.contoso.com/Autodiscover/Autodiscover.xml" resultdescription="Testing of this potential Autodiscover URL failed." additionaldetails="" elapsedMilliseconds="2006">
    <children>
    <testresult status="Success" errorid="00000000-0000-0000-0000-000000000000" contentUrl="" testdescription="Attempting to resolve the host name mail.contoso.com in DNS." resultdescription="The host name resolved successfully." additionaldetails="IP addresses returned: 255.255.255.255" elapsedMilliseconds="368">
    <children />
    </testresult>
    <testresult status="Success" errorid="00000000-0000-0000-0000-000000000000" contentUrl="" testdescription="Testing TCP port 443 on host mail.contoso.com to ensure it's listening and open." resultdescription="The port was opened successfully." additionaldetails="" elapsedMilliseconds="169">
    <children />
    </testresult>
    <testresult status="Success" errorid="734044ef-11c2-4e30-9ee6-450d49e9d92c" contentUrl="" testdescription="Testing the SSL certificate to make sure it's valid." resultdescription="The certificate passed all validation requirements." additionaldetails="" elapsedMilliseconds="354">
    <children>
    <testresult status="Success" errorid="00000000-0000-0000-0000-000000000000" contentUrl="" testdescription="The Microsoft Connectivity Analyzer is attempting to obtain the SSL certificate from remote server mail.contoso.com on port 443." resultdescription="The Microsoft Connectivity Analyzer successfully obtained the remote SSL certificate." additionaldetails="Remote Certificate Subject: CN=casserver.contoso.com, OU=contoso, O=contoso, L=City, S=State, C=US, Issuer: CN=my-ca-autority, DC=contoso, DC=com." elapsedMilliseconds="329">
    <children />
    </testresult>
    <testresult status="Success" errorid="00000000-0000-0000-0000-000000000000" contentUrl="" testdescription="Validating the certificate name." resultdescription="The certificate name was validated successfully." additionaldetails="Host name mail.contoso.com was found in the Certificate Subject Alternative Name entry." elapsedMilliseconds="0">
    <children />
    </testresult>
    <testresult status="Success" errorid="00000000-0000-0000-0000-000000000000" contentUrl="" testdescription="Testing the certificate date to confirm the certificate is valid." resultdescription="Date validation passed. The certificate hasn't expired." additionaldetails="The certificate is valid. NotBefore = 8/28/2014 11:15:35 PM, NotAfter = 8/27/2016 11:15:35 PM" elapsedMilliseconds="0">
    <children />
    </testresult>
    </children>
    </testresult>
    <testresult status="Success" errorid="00000000-0000-0000-0000-000000000000" contentUrl="" testdescription="Checking the IIS configuration for client certificate authentication." resultdescription="Client certificate authentication wasn't detected." additionaldetails="Accept/Require Client Certificates isn't configured." elapsedMilliseconds="669">
    <children />
    </testresult>
    <testresult status="Error" errorid="734044ef-11c2-4e30-9ee6-450d49e9d92c" contentUrl="" testdescription="Attempting to send an Autodiscover POST request to potential Autodiscover URLs." resultdescription="Autodiscover settings weren't obtained when the Autodiscover POST request was sent." additionaldetails="" elapsedMilliseconds="445">
    <children>
    <testresult status="Error" errorid="a28be452-a4b2-419c-851a-37f441f3120e" contentUrl="" testdescription="The Microsoft Connectivity Analyzer is attempting to retrieve an XML Autodiscover response from URL https://mail.contoso.com/Autodiscover/Autodiscover.xml for user [email protected]." resultdescription="The Microsoft Connectivity Analyzer failed to obtain an Autodiscover XML response." additionaldetails="An HTTP 500 response was returned from Unknown.&#xD;&#xA;HTTP Response Headers:&#xD;&#xA;Content-Length: 0&#xD;&#xA;Cache-Control: private&#xD;&#xA;Date: Fri, 29 Aug 2014 07:46:18 GMT&#xD;&#xA;Server: Microsoft-IIS/7.5&#xD;&#xA;X-AspNet-Version: 2.0.50727&#xD;&#xA;X-Powered-By: ASP.NET&#xD;&#xA;" elapsedMilliseconds="444">
    <children />
    </testresult>
    </children>
    </testresult>
    </children>
    </testresult>
    </children>
    </testresult>
    <testresult status="Error" errorid="734044ef-11c2-4e30-9ee6-450d49e9d92c" contentUrl="" testdescription="Attempting to contact the Autodiscover service using the DNS SRV redirect method." resultdescription="The Microsoft Connectivity Analyzer failed to contact the Autodiscover service using the DNS SRV redirect method." additionaldetails="" elapsedMilliseconds="132">
    <children>
    <testresult status="Error" errorid="8249cc81-d0ce-43d2-b319-48ceadb1bfe7" contentUrl="http://go.microsoft.com/?linkid=9843849" testdescription="Attempting to locate SRV record _autodiscover._tcp.contoso.com in DNS." resultdescription="The Autodiscover SRV record wasn't found in DNS." additionaldetails="" elapsedMilliseconds="132">
    <children />
    </testresult>
    </children>
    </testresult>
    <testresult status="Warning" errorid="c0f75b77-072c-48d5-ab17-eebc99a4b3d9" contentUrl="http://go.microsoft.com/?linkid=9843786" testdescription="Checking if there is an autodiscover CNAME record in DNS for your domain 'contoso.com' for Office 365." resultdescription="Failed to validate autodiscover CNAME record in DNS. If your mailbox isn't in Office 365, you can ignore this warning." additionaldetails="There is no Autodiscover CNAME record for your domain 'contoso.com'." elapsedMilliseconds="145">
    <children />
    </testresult>
    </children>
    </testresult>
    </children>
    </testresult>
    8. Testing Autodiscover from Exchange Client (intranet):
    [email protected]
    Attempting URL https://casserver.contoso.com/Autodiscover/Autodiscover.xml Found Through SCP
    Autodiscover to https://casserver.contoso.com/Autodiscover/Autodiscover.xml starting
    GetLastError=0;httpStatus=404.
    ... more errors...
    Redirect Check to http:/autodiscover.contoso.com/Autodiscover/Autodiscover.xml starting
    (recieves redirect)
    Autodiscover to https://mail.contoso.com/Autodiscover/Autodiscover.xml starting
    GetLastError=0;httpStatus=500.
    ..SRV Attempt..
    .Fails.
    End of tests.
    (sorry for lack of details in this test) - the tests done by Outlook has to be transcribed by hand :-(
    I hope anyone out there can help me resolve my issue.
    Regards,
    Henrik

    Found these instructions in another post:
    After doing the below changes , Exchange 2010 and 2013 Autodiscovery working without any error .
    Set-ClientAccessServer -Identity e2013ht -AutodiscoverServiceInternalUri https://mail.mydomain.com/autodiscover/autodiscover.xml
    Set-WebServicesVirtualDirectory -Identity “e2013ht\EWS (Default Web Site)” –InternalUrl https://mail.mydomain.com/EWS/Exchange.asmx
    Set-OABVirtualDirectory -Identity “e2013ht\OAB (Default Web Site)” -InternalURL https://mail.mydomain.com/OAB
    Set-ActiveSyncVirtualDirectory -Identity “e2013ht\Microsoft-Server-ActiveSync (Default Web Site)” -InternalURL https://mail.mydomain.com/Microsoft-Server-Activesync
    For Outlook Anywhere,
    Set-WebServicesVirtualDirectory –Identity ‘e2013ht\EWS (Default Web Site)’ –ExternalUrl https://mail.mydomain.com/ews/exchange.asmx
    Regards
    Bhupen
    After changing and applying these commands to match my server etc:
    Set-ClientAccessServer -Identity CASSERVER -AutodiscoverServiceInternalUri https://mail.contoso.com/autodiscover/autodiscover.xml
    Set-WebServicesVirtualDirectory -Identity "CASSERVER\EWS (Default Web Site)" –InternalUrl https://mail.contoso.com/EWS/Exchange.asmx
    Set-OABVirtualDirectory -Identity "CASSERVER\OAB (Default Web Site)" -InternalURL https://mail.contoso.com/OAB
    Set-ActiveSyncVirtualDirectory -Identity "CASSERVER\Microsoft-Server-ActiveSync (Default Web Site)" -InternalURL https://mail.contoso.com/Microsoft-Server-Activesync
    Set-WebServicesVirtualDirectory –Identity "CASSERVER\EWS (Default Web Site)" –ExternalUrl https://mail.contoso.com/ews/exchange.asmx
    The result of Test 1. Test autodiscover configuration: Test-OutlookWebServices -ClientAccessServer CASSERVER changed, its still not working - but there are less errors now.
    [PS] C:\Program Files\Microsoft\Exchange Server\V14\Scripts>Test-OutlookWebServices -ClientAccessServer CASSERVER
    RunspaceId : 735fd88b-e9e1-4350-b7d7-c0aca66ebecd
    Id : 1019
    Type : Information
    Message : A valid Autodiscover service connection point was found. The Autodiscover URL on this object is https://mail.contoso.com/autodiscover/autodiscover.xml.
    RunspaceId : 735fd88b-e9e1-4350-b7d7-c0aca66ebecd
    Id : 1013
    Type : Error
    Message : When contacting https://mail.contoso.com/autodiscover/autodiscover.xml received the error The remote server returned an error: (500) Internal Server Error.
    RunspaceId : 735fd88b-e9e1-4350-b7d7-c0aca66ebecd
    Id : 1023
    Type : Error
    Message : The Autodiscover service couldn't be contacted.
    RunspaceId : 735fd88b-e9e1-4350-b7d7-c0aca66ebecd
    Id : 1113
    Type : Error
    Message : When contacting https://CASSERVER.contoso.com:443/autodiscover/autodiscover.xml received the error The remote server returned an error: (404) Not Found.
    RunspaceId : 735fd88b-e9e1-4350-b7d7-c0aca66ebecd
    Id : 1123
    Type : Error
    Message : The Autodiscover service couldn't be contacted.
    RunspaceId : 735fd88b-e9e1-4350-b7d7-c0aca66ebecd
    Id : 1013
    Type : Error
    Message : When contacting https://mail.contoso.com/EWS/Exchange.asmx received the error Client found response content type of '', but expected 'text/xml'.
    The request failed with an empty response.
    RunspaceId : 735fd88b-e9e1-4350-b7d7-c0aca66ebecd
    Id : 1025
    Type : Error
    Message : [EXCH] Error contacting the AS service at https://mail.contoso.com/EWS/Exchange.asmx. Elapsed time was 15 milliseconds.
    RunspaceId : 735fd88b-e9e1-4350-b7d7-c0aca66ebecd
    Id : 1026
    Type : Success
    Message : [EXCH] Successfully contacted the UM service at https://mail.contoso.com/EWS/Exchange.asmx. The elapsed time was 15 milliseconds.
    RunspaceId : 735fd88b-e9e1-4350-b7d7-c0aca66ebecd
    Id : 1013
    Type : Error
    Message : When contacting https://mail.contoso.com/ews/exchange.asmx received the error Client found response content type of '', but expected 'text/xml'.
    The request failed with an empty response.
    RunspaceId : 735fd88b-e9e1-4350-b7d7-c0aca66ebecd
    Id : 1025
    Type : Error
    Message : [EXPR] Error contacting the AS service at https://mail.contoso.com/ews/exchange.asmx. Elapsed time was 0 milliseconds.
    RunspaceId : 735fd88b-e9e1-4350-b7d7-c0aca66ebecd
    Id : 1026
    Type : Success
    Message : [EXPR] Successfully contacted the UM service at https://mail.contoso.com/ews/exchange.asmx. The elapsed time was 234 milliseconds.
    RunspaceId : 735fd88b-e9e1-4350-b7d7-c0aca66ebecd
    Id : 1113
    Type : Error
    Message : When contacting https://casserver.contoso.com/ews/exchange.asmx received the error The request failed with HTTP status 404: Not Found.
    RunspaceId : 735fd88b-e9e1-4350-b7d7-c0aca66ebecd
    Id : 1125
    Type : Error
    Message : [Server] Error contacting the AS service at https://casserver.contoso.com/ews/exchange.asmx. Elapsed time was 0 milliseconds.
    RunspaceId : 735fd88b-e9e1-4350-b7d7-c0aca66ebecd
    Id : 1113
    Type : Error
    Message : When contacting https://casserver.contoso.com/ews/exchange.asmx received the error The remote server returned an error: (404) Not Found.
    RunspaceId : 735fd88b-e9e1-4350-b7d7-c0aca66ebecd
    Id : 1127
    Type : Error
    Message : [Server] Error contacting the UM service at https://casserver.contoso.com/ews/exchange.asmx. Elapsed time was 0 milliseconds.
    [PS] C:\Program Files\Microsoft\Exchange Server\V14\Scripts>
    regards,
    Henrik

  • AdobeCreatePDFDesktopPrinter is not working

    hi all,
    I recently posted this into another thread which is quite old so this again in a new one. (http://forums.adobe.com/thread/962899)
    we executed all the suggested steps from this and the mentioned threads to get along with it and make the printed files from Adobe CreatePDF Desktop Printer visible. until now we were not successful.
    If you're having issues installing the CreatePDF Printer, please read this article:http://kb2.adobe.com/cps/904/cpsid_90492.html
    If you've installed the CreatePDF Printer but the printer is not working (on Windows 7 SP1), please read this article:http://kb2.adobe.com/cps/901/cpsid_90130.html
    Finally, if your CreatePDF Printer is appearing as "offline" in your printer list, please try this work-around:http://forums.adobe.com/message/4183649#4183649
    - installing works fine,
    - is there a similar solution for winXP too?
    - printer is online, tried the "setting to 50" in the registry without success
    at least we try to print/convert a tif file with it but it does not show up.
    the testing was done on a winXP and win7 system with the same bad results.
    uploading manually when logged in on acrobat.com is possible.
    there is no error message coming up, on the network monitor the file seems to be sent.
    since the tif files did not work we tried jpg and docx without success. is there anything apart from the regedit solution on winXP or rerunning installation/repairing procedure that could be done to make it work?
    would be great if somebody would have a suggestion what elso could be done.
    EDIT:
    meanwhile I got some new information
    when I open the spooler information window the file appears to be printed but after the upload is complete it switches to "error"
    i checked the printer settings but changing between the following options does not have an effect.
    since I changed the options back and forth some times the menu would not let me confirm changes so I have to stick to that "lead to printer directly" - option
    if I try to confirm windows shows that error:

    Hi,
    I apologize for the trouble.
    Please install Adobe PS printer to make sure you did not install clone Adobe PS driver( choose
    Xerox and Xerox Phasor 6120PS) then reinstall Adobe CreatePDF Desktop printer.
    Please make sure your printer post is showing your Adobe ID and password.
    To open the port:
    1. Start menu > Devices and Printers >Adobe CreatePDF Desktop printer
    2. Right mouse click to the icon and select "Printer Properties" then select "Ports"
    3. Select "Adobe CreatePDF Desktop printer" then click "Configure Port"(please retype your Adobe ID and Password"
    Please let me know if you still have the same issue.
    Thank you.
    Hisami

Maybe you are looking for