Repeated 401 error on EWS for Hybrid

Hi,
I've been in touch with MS Support but haven't got anywhere, so I thought I'd try a wider knowledge base.
I'm trying to configure a hybrid between Exchange Online and Exchange 2010. I've configured on premise servers but am failing when trying to create the migration endpoint in Exchange Online. Autodiscover and OWA are working correctly both internally and
externally. When I try to access either https://internalurl/EWS/Exchange.asmx or the external version I'm getting 401 error.
I have compared the output from "get-webservicesvirtualdirectory |fl" with my working test lab and it all looks okay, including Authentication Methods Ntlm, WindowsIntegrated, WSSecurity.
I have noticed that in IIS > EWS > Authentication that Forms Authentication is enabled which it isn't on my test lab. If I disable this I get Resource cannot not be found 404 error.
For the Migration Endpoint, I'm getting error MRSProxy cannot be found on the server. But this is True on the "get-webservicesvirtualdirectory |fl" command.
Thanks,
Chris

Typical. After 3 days troubleshooting, I post online then find the answer an hour later!
For anyone else who comes across this, I found the answer in two parts in IIS:
EWS Virtual Directory > Authentication >Ensure only Anonymous and Windows Authentication are enabled (I had Basic and Forms enabled)
Application Pools on the server > MSExchangeServicesAppPool was running under ApplicationPoolID Identity. Right click and choose Advanced Settings > Change Identity to LocalSystem.
Restart IIS > Bingo!

Similar Messages

  • HTTP 401 error in CSADMIN for SAP content server on Linux OS and MaxDB

    Hi,
    We have installed content server on Linux OS.and DB as MaxDB.
    I created the repository using OAC0. The with same tab I went to CSADMIN.
    When I try to create repository with executing it , it ask for user name and password.
    I mentioned the SAPCS admin user name and password, but i got HTTP 401 error. Unauthorized user.
    Even i tried with prefixing domain name and with root user ID and password.
    But got the same error. Please help
    Regards,
    Hemant

    Hi
    We are also facing the same problem. but as you mentioned in solution.
    user: <domain>/<admin-user>
    pw: pw
    I am getting the same problem of Error 401. Kindly describe in detail with example.
    Thanks
    Regards,
    R Karthikeyan

  • WebCenter Adapter for SharePoint - Transport error: 401 Error: Unauthorized

    Hi All,
    Hi,
    I am trying to integrate MS sharepoint with webcentr, In JDeveloper(11.1.1.4.0) i updated oracle.webcenter.content.jcr.sharepoint.ear bundle(11.1.1.4.0), After that I'm createing webcenter portal application. When i'm creating Content Repository Connection with fallowing parameters
    connection name:MySPConn
    Repository type:JCR SharePoint Adapter
    *SahrePoint URL :http://sharepoint.mycompanyname.com/SitePages/Home.aspx
    in Credentials section
    i used External application for this i used fallowing properties
    Application name :myMSSPExtApp
    App Display name: myMSSPExtApp
    login URL:ttp://sharepoint.mycompanyname.com/SitePages/Home.aspx
    UserName/ID field Name:Admin
    PasswordFied Name:Admin@123
    Authentication Method:Basic
    Additional fields:skip
    Sheared Credentials:skip
    Public credentials:skip
    finally finished.
    while testing connection its giving fallowing Errors
    plz give me some solution.where am doing mistake pl z correct me
    Jan 9, 2012 5:11:34 PM oracle.webcenter.concurrent.Submission run
    SEVERE: Submission[id=3, service=oracle.webcenter.content.jcr.login, resource=mpspconnection] caught exception running task
    javax.jcr.LoginException: Transport error: 401 Error: Unauthorized: Transport error: 401 Error: Unauthorized
    at com.day.crx.spi.sharepoint.security.WindowsAuthenticationConnectionFactory$SharepointConnectionImpl.verify(WindowsAuthenticationConnectionFactory.java:359)
    at com.day.crx.spi.sharepoint.security.WindowsAuthenticationConnectionFactory.createConnection(WindowsAuthenticationConnectionFactory.java:253)
    at com.day.crx.spi.sharepoint.security.WindowsAuthenticationConnectionFactory.create(WindowsAuthenticationConnectionFactory.java:62)
    at com.day.crx.spi.sharepoint.SharepointSessionInfoImpl.login(SharepointSessionInfoImpl.java:218)
    at com.day.crx.spi.sharepoint.SharepointSessionInfoImpl.login(SharepointSessionInfoImpl.java:82)
    at com.day.crx.spi.sharepoint.SharepointRepositoryService.obtain(SharepointRepositoryService.java:253)
    at org.apache.jackrabbit.jcr2spi.RepositoryImpl.login(RepositoryImpl.java:82)
    at com.day.adf.sharepoint.SharePointRepository.login(SharePointRepository.java:142)
    at oracle.vcr.jam.LoginTask.call(LoginTask.java:68)
    at oracle.vcr.jam.LoginTask.call(LoginTask.java:29)
    at oracle.webcenter.concurrent.Submission$2.run(Submission.java:484)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.webcenter.concurrent.Submission.runAsPrivileged(Submission.java:498)
    at oracle.webcenter.concurrent.Submission.run(Submission.java:424)
    at oracle.webcenter.concurrent.Submission$SubmissionFutureTask.run(Submission.java:888)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.runTask(ModifiedThreadPoolExecutor.java:657)
    at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.run(ModifiedThreadPoolExecutor.java:682)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: org.apache.axis2.AxisFault: Transport error: 401 Error: Unauthorized
    at org.apache.axis2.transport.http.HTTPSender.handleResponse(HTTPSender.java:296)
    at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:190)
    at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75)
    at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:364)
    at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:208)
    at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:448)
    at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:401)
    at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:228)
    at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
    at com.microsoft.wss3.authentication.AuthenticationStub.Mode(AuthenticationStub.java:317)
    at com.day.crx.spi.sharepoint.security.WindowsAuthenticationConnectionFactory$SharepointConnectionImpl.verify(WindowsAuthenticationConnectionFactory.java:349)
    ... 21 more
    org.apache.axis2.AxisFault: Transport error: 401 Error: Unauthorized
    at org.apache.axis2.transport.http.HTTPSender.handleResponse(HTTPSender.java:296)
    at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:190)
    at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75)
    at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:364)
    at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:208)
    at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:448)
    at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:401)
    at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:228)
    at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
    at com.microsoft.wss3.authentication.AuthenticationStub.Mode(AuthenticationStub.java:317)
    at com.day.crx.spi.sharepoint.security.WindowsAuthenticationConnectionFactory$SharepointConnectionImpl.verify(WindowsAuthenticationConnectionFactory.java:349)
    at com.day.crx.spi.sharepoint.security.WindowsAuthenticationConnectionFactory.createConnection(WindowsAuthenticationConnectionFactory.java:253)
    at com.day.crx.spi.sharepoint.security.WindowsAuthenticationConnectionFactory.create(WindowsAuthenticationConnectionFactory.java:62)
    at com.day.crx.spi.sharepoint.SharepointSessionInfoImpl.login(SharepointSessionInfoImpl.java:218)
    at com.day.crx.spi.sharepoint.SharepointSessionInfoImpl.login(SharepointSessionInfoImpl.java:82)
    at com.day.crx.spi.sharepoint.SharepointRepositoryService.obtain(SharepointRepositoryService.java:253)
    at org.apache.jackrabbit.jcr2spi.RepositoryImpl.login(RepositoryImpl.java:82)
    at com.day.adf.sharepoint.SharePointRepository.login(SharePointRepository.java:142)
    at oracle.vcr.jam.LoginTask.call(LoginTask.java:68)
    at oracle.vcr.jam.LoginTask.call(LoginTask.java:29)
    at oracle.webcenter.concurrent.Submission$2.run(Submission.java:484)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.webcenter.concurrent.Submission.runAsPrivileged(Submission.java:498)
    at oracle.webcenter.concurrent.Submission.run(Submission.java:424)
    at oracle.webcenter.concurrent.Submission$SubmissionFutureTask.run(Submission.java:888)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.runTask(ModifiedThreadPoolExecutor.java:657)
    at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.run(ModifiedThreadPoolExecutor.java:682)
    at java.lang.Thread.run(Thread.java:662)
    javax.jcr.LoginException: Transport error: 401 Error: Unauthorized: Transport error: 401 Error: Unauthorized
    com.day.crx.spi.sharepoint.security.WindowsAuthenticationConnectionFactory$SharepointConnectionImpl.verify(WindowsAuthenticationConnectionFactory.java:359)
    com.day.crx.spi.sharepoint.security.WindowsAuthenticationConnectionFactory.createConnection(WindowsAuthenticationConnectionFactory.java:253)
    com.day.crx.spi.sharepoint.security.WindowsAuthenticationConnectionFactory.create(WindowsAuthenticationConnectionFactory.java:62)
    com.day.crx.spi.sharepoint.SharepointSessionInfoImpl.login(SharepointSessionInfoImpl.java:218)
    com.day.crx.spi.sharepoint.SharepointSessionInfoImpl.login(SharepointSessionInfoImpl.java:82)
    com.day.crx.spi.sharepoint.SharepointRepositoryService.obtain(SharepointRepositoryService.java:253)
    org.apache.jackrabbit.jcr2spi.RepositoryImpl.login(RepositoryImpl.java:82)
    com.day.adf.sharepoint.SharePointRepository.login(SharePointRepository.java:142)
    o.vcr.jam.LoginTask.call(LoginTask.java:68)
    o.vcr.jam.LoginTask.call(LoginTask.java:29)
    o.webcenter.concurrent.Submission$2.run(Submission.java:484)
    j.security.AccessController.doPrivileged(Native Method)
    o.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    o.webcenter.concurrent.Submission.runAsPrivileged(Submission.java:498)
    o.webcenter.concurrent.Submission.run(Submission.java:424)
    o.webcenter.concurrent.Submission$SubmissionFutureTask.run(Submission.java:888)
    j.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    j.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    j.util.concurrent.FutureTask.run(FutureTask.java:138)
    o.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.runTask(ModifiedThreadPoolExecutor.java:657)
    o.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.run(ModifiedThreadPoolExecutor.java:682)
    j.lang.Thread.run(Thread.java:662)
    Caused by:
    org.apache.axis2.AxisFault: Transport error: 401 Error: Unauthorized
    org.apache.axis2.transport.http.HTTPSender.handleResponse(HTTPSender.java:296)
    org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:190)
    org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75)
    org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:364)
    org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:208)
    org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:448)
    org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:401)
    org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:228)
    org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
    com.microsoft.wss3.authentication.AuthenticationStub.Mode(AuthenticationStub.java:317)
    com.day.crx.spi.sharepoint.security.WindowsAuthenticationConnectionFactory$SharepointConnectionImpl.verify(WindowsAuthenticationConnectionFactory.java:349)
    com.day.crx.spi.sharepoint.security.WindowsAuthenticationConnectionFactory.createConnection(WindowsAuthenticationConnectionFactory.java:253)
    com.day.crx.spi.sharepoint.security.WindowsAuthenticationConnectionFactory.create(WindowsAuthenticationConnectionFactory.java:62)
    com.day.crx.spi.sharepoint.SharepointSessionInfoImpl.login(SharepointSessionInfoImpl.java:218)
    com.day.crx.spi.sharepoint.SharepointSessionInfoImpl.login(SharepointSessionInfoImpl.java:82)
    com.day.crx.spi.sharepoint.SharepointRepositoryService.obtain(SharepointRepositoryService.java:253)
    org.apache.jackrabbit.jcr2spi.RepositoryImpl.login(RepositoryImpl.java:82)
    com.day.adf.sharepoint.SharePointRepository.login(SharePointRepository.java:142)
    o.vcr.jam.LoginTask.call(LoginTask.java:68)
    o.vcr.jam.LoginTask.call(LoginTask.java:29)
    o.webcenter.concurrent.Submission$2.run(Submission.java:484)
    j.security.AccessController.doPrivileged(Native Method)
    o.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    o.webcenter.concurrent.Submission.runAsPrivileged(Submission.java:498)
    o.webcenter.concurrent.Submission.run(Submission.java:424)
    o.webcenter.concurrent.Submission$SubmissionFutureTask.run(Submission.java:888)
    j.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    j.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    j.util.concurrent.FutureTask.run(FutureTask.java:138)
    o.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.runTask(ModifiedThreadPoolExecutor.java:657)
    o.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.run(ModifiedThreadPoolExecutor.java:682)
    j.lang.Thread.run(Thread.java:662)

    Hi,
    Have you tried going through this doc, about, pre-requisites on MSSharepoint :- http://docs.oracle.com/cd/E21764_01/webcenter.1111/e12405/wcadm_documents.htm#BABDFFDC
    Regards,
    Birender Singh

  • I have several episodes of a TV show that say "download error, tap to retry" and when I do it just repeats that error message.  Can I get it to work? If not can I get reimbursed for the episodes I'm missing?  I'm using an iPad one which has worked fine B4

    I have several episodes of a TV show where it says download error, tap to retry and when I do it repeats the error message.  Can I get it to work or get reimbursed for the ones I'm missing?  I'm using an iPad 1 which has worked fine for all the others.

    Hi AlpineJean,
    I'm sorry to hear you are having issues downloading some episodes to your iPad.
    I would first suggest you sign out of your iTunes account on your iPad, restart the device and sign back in.
    Settings > iTunes & App Stores > Tap on your Apple ID account > Tap Sign Out
    Click on the link below for additional troubleshooting steps with more details and screenshots.
    I've quoted some helpful highlights for you:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    To view or download previously purchased:
    TV Shows on iOS
    Open the iTunes Store on your device.
    Make sure you are signed in with the same Apple ID you used for the original purchase.
    Tap More from the bottom navigation bar.
    Tap TV Shows.
    Locate the TV show episode or series you would like to download.
    Once you've located the TV shows you are looking for, tap the download button.
    The TV show will begin downloading.
    Previous purchases may be unavailable if they have been refunded or are no longer on the iTunes Store. Downloading previously purchased movies and TV shows requires iTunes 10.6 or later.
    If this does not resolve your issue, please follow these instructions for support from the iTunes Store:
    How to report an issue with your iTunes Store, App Store, Mac App Store, or iBookstore purchase
    Find the email receipt for your purchase.
    Click Report a Problem under the app that is having the issue.
    When prompted, enter the Apple ID and password you used to purchase the item, then click Report a Problem.
    Click Report a Problem next to the item you are having an issue with.
    From the Choose Problem dropdown menu, choose the appropriate issue.
    Follow the onscreen instructions and—if prompted—type a description of the problem into the text field.
    Click Submit to have your issue reviewed.
    Have a great day!
    - Judy

  • After adding SPF records for Hybrid Development some external mails bounced back with error SPF Unauthorized mail is prohibited.

    Added v=spf1 include:spf.protection.outlook.com -all and the txt token for the Exchange 2013 hybrid configuration, now some mails bounced back with the error "SPF Unauthorized mail is prohibited". What could be the cause? Should I customized
    the SPF record but it is not mentioned in the procedures for Hybrid configuration to do that. 

    Hi,
    Would you like to mark Ed's reply as an answer so that others can find the solution easily.
    Have a nice day : )
    Thanks
    Mavis
    Mavis Huang
    TechNet Community Support

  • Wls 8.1 - error code 302 for unauthorized request - but 401 required

    having the following configuration in my web.xml
         <error-page>
            <error-code>401</error-code>
            <location>/login/error401.jsp</location>
        </error-page>
        <login-config>
            <auth-method>FORM</auth-method>
            <realm-name>myrealm</realm-name>
            <form-login-config>
              <form-login-page>
                 /login/index.jsp
              </form-login-page>
              <form-error-page>
                 /login/index.jsp
              </form-error-page>
          </form-login-config>
        </login-config>I expect that if I request a page not being authorized for, the weblogic server returns the error-code 401.
    But instead the code 302 (moved temporarily) is returned and the user is redirected to the configured login-page (/login/index.jsp).
    What do I need to do, in order to get a 401 errorcode for a form-based authentication?

    having the following configuration in my web.xml
         <error-page>
            <error-code>401</error-code>
            <location>/login/error401.jsp</location>
        </error-page>
        <login-config>
            <auth-method>FORM</auth-method>
            <realm-name>myrealm</realm-name>
            <form-login-config>
              <form-login-page>
                 /login/index.jsp
              </form-login-page>
              <form-error-page>
                 /login/index.jsp
              </form-error-page>
          </form-login-config>
        </login-config>I expect that if I request a page not being authorized for, the weblogic server returns the error-code 401.
    But instead the code 302 (moved temporarily) is returned and the user is redirected to the configured login-page (/login/index.jsp).
    What do I need to do, in order to get a 401 errorcode for a form-based authentication?

  • How to resolve 401 error in HWC SMP2.3

    Hi All,
        I did a login Sample with username and password. till now it is working fine but suddenly it is throwing 401 error,
    Below are my logs.
    20140501T145911.752|3|zalyjwtjnccw Mydata:1 -- username: supAdmin|||||3296
    20140501T145911.752|3|zalyjwtjnccw Mydata:1 -- password: [xxxxxxxx]|||||3296
    20140501T145912.792|1|zalyjwtjnccw Mydata:1 -- Request failed|||||3296
    20140501T145912.809|1|zalyjwtjnccw Mydata:1 -- Request: <M><H></H><S>Start</S><A>submit</A><VS><V k="username_key" t="T">FATIMA</V><V k="password_key" t="T">welcome123456</V><V k="ErrorLogs" t="L" /></VS></M>|||||3296
    20140501T145912.809|1|zalyjwtjnccw Mydata:1 -- ResponseHeader: {"id":"72861383ff6f468ea87f780be40791b7","cid":"8#Mydata:1","pv":"4","sig":"06bf13bf8f834f9ebc2bb2129bd8a603","loginFailed":true,"method":"searchFailed","log":"[{\"level\":5,\"code\":401,\"timestamp\":\"2014-05-01 14:59:12.773\",\"message\":\"Login Failed: user 'supAdmin'\",\"component\":\"fnduser\",\"_op\":\"C\",\"requestId\":\"72861383ff6f468ea87f780be40791b7\",\"operation\":\"search\"}]","mbo":"fnduser","app":"Mydata:1","pkg":"sample:1.0"}|||||3296
    I did some r & d i got this link SyBooks Online
    my connections were correct, i am able to connect the database still it is showing the same exception.
    How to resolve this.
    Thanks & Regards,
    Sravanya.

    Jitendra & Midhun,
    1. I am able to login the SCC with supAdmin & 12345678 credentials.
    2. Yes, i am using the admin security.
    3. Yes, i am connecting the SUP server from my workspace.
    4.  No, i did not select the Dynamic credentials Option.
    1.  I created a MBO with a oracle function i.e.,
              select apps.fnd_web_sec.validate_login(:uname, :pwd) from Dual1
    2. Then for Uname & Pwd i created two personalization keys which are with storage type "Transient".
    3. I deployed the MBO in server, that is successful.
    4. Then I created a Hybrid App Designer, with two editboxes(Username & Password) and one button(Login).
    5. I gave the type of Login button is OnlineRequest, selected the MBO, and checked the radio button of ObjectQuery, selected ' findall '.
    6. Then i mapped the personalization keys to two editboxes(Username & Password).
    7. Then i gave success screen and generated error screen.
    8. Then i generated the hybrid app, it was also successful.
    9. Now i am able to access my application in my Simulator with the registered device of SCC.
    10. Then i gave the Username & Password, clicked on Login button, then it is throwing 401 error.
    Thanks & Regards,
    Sravanya.K

  • Error while scanning for Serial-ATA devices.

    There was an error while scanning for Serial-ATA devices. I'm not sure how to trouble shoot this. I believe a secondary drive in bay 2 died.

    I also have just began to hit this issue.
    I have 4 2T enterprise class WD drives in a raid 1+0 (or was it 0+1) config.
    Device Model: WDC WD2002FYPS-01U1B1
    One disk (disk0 in bay 2) keeps disappearing. Completely. /dev/disk0 and /dev/rdisk0 vanish.
    If I look at "about this mac" / "More Info" / "Serial-ATA" I get the "error while scanning ...".
    If I reboot, the offending disc comes back and the raid volumes start rebuilding.
    The SMART status is (reported to be) fine.
    I use the 'smartmon' tools and look at the extended SMART status and the values of the counters all looks the same as the other drives. I can run an extended offline test, which takes forever to execute. disk 1 and 3 eventually finish with success (it writes this status into a SMART log area on the disc).
    Disk 2 and 0 take longer. I image this is because 2 is being read to resilver 0. Currently, I am running with disk0 absent again, and disk 2s test did not complete. It claims it was aborted by the host, so I imagine the one on disk0 will claim the same after I reboot.
    My system is under extended AppleCare until 16 Jan 2011, so if I can determine that this is a disc controller error, I can get it fixed. The drives have a 5 year warrantee, and are less than 1yr old, so they are covered. I just need to figure out what the issue is.
    I will now reboot and recover disk0 and see if perhaps there is anything recorded in the SMART log.
    There is nothing in kernel.log specific to disk0. I include the log extract here for posterity. The "speed" volume is not raid 0+1, just striped, which is why it gets aborted.
    Dec 21 23:30:26 8way kernel[0]: AppleRAID::restartSet - restarting set "sys_2" (C398B450-28A3-4C1D-A6A8-5B617661789D).
    Dec 21 23:30:26 8way kernel[0]: AppleRAIDMirrorSet::rebuild complete for set "sys_2" (C398B450-28A3-4C1D-A6A8-5B617661789D).
    Dec 22 04:17:22 8way kernel[0]: AppleRAID::restartSet - restarting set "usr_2" (4EA5DD68-D6D0-4CF3-A741-BFBC5ECE8A76).
    Dec 22 04:17:22 8way kernel[0]: AppleRAIDMirrorSet::rebuild complete for set "usr_2" (4EA5DD68-D6D0-4CF3-A741-BFBC5ECE8A76).
    Dec 22 05:23:16 8way kernel[0]: AppleRAIDMember::synchronizeCacheCallout: failed with e00002ca on 3C6E9EA4-831A-457A-8CA5-6E7E9CBEED25
    Dec 22 05:23:30 8way kernel[0]: AppleRAIDMember::synchronizeCacheCallout: failed with e00002ca on 9722C38E-DFF9-468F-8DE5-809432493168
    Dec 22 05:23:44: --- last message repeated 1 time ---
    Dec 22 05:23:44 8way kernel[0]: AppleRAIDMember::synchronizeCacheCallout: failed with e00002ca on 3C6E9EA4-831A-457A-8CA5-6E7E9CBEED25
    Dec 22 05:24:14: --- last message repeated 4 times ---
    Dec 22 05:24:19 8way kernel[0]: AppleRAIDMember::synchronizeCacheCallout: failed with e00002ca on 3C6E9EA4-831A-457A-8CA5-6E7E9CBEED25
    Dec 22 05:24:56: --- last message repeated 2 times ---
    Dec 22 05:24:56 8way kernel[0]: AppleRAIDMember::synchronizeCacheCallout: failed with e00002ca on 3C6E9EA4-831A-457A-8CA5-6E7E9CBEED25
    Dec 22 05:25:17: --- last message repeated 1 time ---
    Dec 22 05:25:17 8way kernel[0]: AppleRAIDMember::synchronizeCacheCallout: failed with e00002ca on 9722C38E-DFF9-468F-8DE5-809432493168
    Dec 22 05:25:31: --- last message repeated 1 time ---
    Dec 22 05:25:31 8way kernel[0]: AppleRAIDMember::synchronizeCacheCallout: failed with e00002ca on EB932B0E-8476-480C-BBD4-53A9A77D9FEF
    Dec 22 05:25:45: --- last message repeated 1 time ---
    Dec 22 05:25:45 8way kernel[0]: AppleRAIDMember::synchronizeCacheCallout: failed with e00002ca on 3C6E9EA4-831A-457A-8CA5-6E7E9CBEED25
    Dec 22 05:26:15: --- last message repeated 2 times ---
    Dec 22 05:26:21 8way kernel[0]: AppleRAIDMember::synchronizeCacheCallout: failed with e00002ca on 3C6E9EA4-831A-457A-8CA5-6E7E9CBEED25
    Dec 22 05:26:51: --- last message repeated 4 times ---
    Dec 22 05:27:12 8way kernel[0]: AppleRAIDMember::synchronizeCacheCallout: failed with e00002ca on 3C6E9EA4-831A-457A-8CA5-6E7E9CBEED25
    Dec 22 05:27:33: --- last message repeated 1 time ---
    Dec 22 05:27:26 8way kernel[0]: AppleRAIDMember::synchronizeCacheCallout: failed with e00002ca on 9722C38E-DFF9-468F-8DE5-809432493168
    Dec 22 05:27:40: --- last message repeated 1 time ---
    Dec 22 05:27:40 8way kernel[0]: AppleRAIDMember::synchronizeCacheCallout: failed with e00002ca on 3C6E9EA4-831A-457A-8CA5-6E7E9CBEED25
    Dec 22 05:28:24: --- last message repeated 1 time ---
    Dec 22 05:28:24 8way kernel[0]: AppleRAIDMember::synchronizeCacheCallout: failed with e00002ca on 9722C38E-DFF9-468F-8DE5-809432493168
    Dec 22 05:28:39: --- last message repeated 1 time ---
    Dec 22 05:28:39 8way kernel[0]: AppleRAIDMember::synchronizeCacheCallout: failed with e00002ca on 3C6E9EA4-831A-457A-8CA5-6E7E9CBEED25
    Dec 22 05:29:14 8way kernel[0]: AppleRAID::completeRAIDRequest - error 0xe00002ca detected for set "usr_2" (4EA5DD68-D6D0-4CF3-A741-BFBC5ECE8A76), member 3C6E9EA4-831A-4
    57A-8CA5-6E7E9CBEED25, set byte offset = 222462894080.
    Dec 22 05:29:14 8way kernel[0]: AppleRAID::recover() member 3C6E9EA4-831A-457A-8CA5-6E7E9CBEED25 from set "usr_2" (4EA5DD68-D6D0-4CF3-A741-BFBC5ECE8A76) has been marked
    offline.
    Dec 22 05:29:14 8way kernel[0]: AppleRAID::restartSet - restarting set "usr_2" (4EA5DD68-D6D0-4CF3-A741-BFBC5ECE8A76).
    Dec 22 05:32:38 8way kernel[0]: AppleRAIDMember::synchronizeCacheCallout: failed with e00002ca on 9722C38E-DFF9-468F-8DE5-809432493168
    Dec 22 05:33:22: --- last message repeated 1 time ---
    Dec 22 05:33:22 8way kernel[0]: AppleRAIDMember::synchronizeCacheCallout: failed with e00002ca on 9722C38E-DFF9-468F-8DE5-809432493168
    Dec 22 05:34:06: --- last message repeated 1 time ---
    Dec 22 05:34:06 8way kernel[0]: AppleRAIDMember::synchronizeCacheCallout: failed with e00002ca on 9722C38E-DFF9-468F-8DE5-809432493168
    Dec 22 05:34:53: --- last message repeated 1 time ---
    Dec 22 05:34:53 8way kernel[0]: AppleRAID::completeRAIDRequest - error 0xe00002ca detected for set "sys_2" (C398B450-28A3-4C1D-A6A8-5B617661789D), member 9722C38E-DFF9-4
    68F-8DE5-809432493168, set byte offset = 35194773504.
    Dec 22 05:34:53 8way kernel[0]: AppleRAID::recover() member 9722C38E-DFF9-468F-8DE5-809432493168 from set "sys_2" (C398B450-28A3-4C1D-A6A8-5B617661789D) has been marked
    offline.
    Dec 22 05:34:53 8way kernel[0]: AppleRAID::restartSet - restarting set "sys_2" (C398B450-28A3-4C1D-A6A8-5B617661789D).
    Dec 22 05:37:24 8way kernel[0]: AppleAHCIDiskQueueManager::setPowerState(0x13d64500, 2 -> 1) timed out after 100113 ms
    Dec 22 05:37:44 8way kernel[0]: Failed to issue COM RESET successfully after 3 attempts. Failing...
    Dec 22 05:37:44 8way kernel[0]: AppleRAIDMember::synchronizeCacheCallout: failed with e00002be on EB932B0E-8476-480C-BBD4-53A9A77D9FEF
    Dec 22 05:37:44 8way kernel[0]: AppleRAID::recover() member EB932B0E-8476-480C-BBD4-53A9A77D9FEF from set "speed" (190EC75B-C702-4481-ABCF-8C5A0D54BBE0) has been marked
    offline.
    Dec 22 05:37:44 8way kernel[0]: AppleRAID::restartSet - restarting set "speed" (190EC75B-C702-4481-ABCF-8C5A0D54BBE0).
    Dec 22 05:37:44 8way kernel[0]: disk4: media is not present.
    Dec 22 05:37:59 8way kernel[0]: speed::terminate(kIOServiceSynchronous) timeout
    Dec 22 05:37:59 8way kernel[0]: AppleRAID::completeRAIDRequest - underrun detected, expected = 0xa000, actual = 0x9e00, set = "speed" (190EC75B-C702-4481-ABCF-8C5A0D54BB
    E0)
    Dec 22 05:37:59 8way kernel[0]: disk4: data underrun.
    Dec 22 05:37:59 8way kernel[0]: jnl: disk4: dojnlio: strategy err 0x5
    Dec 22 05:37:59 8way kernel[0]: jnl: disk4: end_transaction: only wrote 0 of 40960 bytes to the journal!
    Dec 22 05:37:59 8way kernel[0]: disk4: media is not present.
    Dec 22 05:38:00 8way kernel[0]: jnl: disk4: close: journal 0x13f34e04, is invalid. aborting outstanding transactions

  • 401 Error on Consuming SharePoint Versions Web Service by java client running on Unix Machine

    In my organiszation I have sharepoint site of our project. I have a java client to consume Versions Web Service offered by SharePoint. The response received from web service without any issue when triggered from a client running on windows machine on
    intranet.
    When same java client ran from UNIX server on same intranet, it gives 401 error. Is there some different approach required for authentication while connecting from unix machine?
    Thanks in advance.

    Hello,
    Are you passing credential in code? If not then try to add using networkcredential.
    If you are passing then make sure that current user is having access on SP site and your javaserver is setup for NTLM security. Here is few links for same issue which could help you troubleshoot the issue
    http://stackoverflow.com/questions/8884152/ntlm-fails-when-consuming-sharepoint-web-service-from-java
    http://www.pentalogic.net/sharepoint-products/reminder/reminder-manual?p=troubleshooting%2F401errors%2F401errors.htm
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see<br/> Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • HTTP 401 error while connecting SAP PI 7.1 with SOAPAdapter

    Hello,
    I am trying to call webservice on R/3 system using SAP PI 7.1 but I am getting HTTP 401 error.
    Following is the error for more detail:
    Message: Server returned error code = 401 for URI : http://sapxx03x:50000/XISOAPAdapter/MessageServlet?channel=:BS_xxxxxxxxxxx_50:CC_xxxxxxxxxxxxx_WSDL_Sender.
    same url when I use with SAP XI 3.0 it works fine. It is only giving problem with PI 7.1
    I know this issue is related to authentication but what problem I am facing is how to pass the credentical with the url to
    resolve this authentication issue? Are there any settings I am missing? or Any other way of doing it?
    I have already tried following things to resolve this issue:
    1. tried giving user id & password in URL but still having same error HTTP 401.
    2. tried one of the SAP note (891877) regarding Netweaver Administration to change ROLE settings but problme still persist.
    3. Checked SAP Help settings
    4. Did changes to web.xml file to comment the security part and restarted the system
    But, Problem still exist.
    Please let me know what will be the solution for this issue.
    Thanks,
    Anand

    Hello Abhishek,
    Fine I will try using new URL but user id  & password are working fine with PI 7.1.
    I tried running URL directly and it is working fine and giving following message:
    Message Servlet is in Status OK
    Status information:
    Servlet com.sap.aii.adapter.soap.web.MessageServlet (Version $Id: //tc/xpi.adapters/NWxx_xx_xxx/src/_soap_application_web_module/webm/api/com/sap/aii/adapter/soap/web/MessageServlet.java#1 $) bound to /MessageServlet
    Classname ModuleProcessor: null
    Lookupname for localModuleProcessorLookupName: localejbs/ModuleProcessorBean
    Lookupname for remoteModuleProcessorLookupName: null
    ModuleProcessorClass not instantiated
    ModuleProcessorLocal is Instance of $Proxy45_10002
    ModuleProcessorRemote not instantiated
    Any other pointers,
    Thanks,
    Anand

  • How can I resolve installation errors DF024 & DF037 for CS5.5 on Mac?

    Please help. I've gone through the forum posts, as well as searched the Internet, and find the matter daunting. Have tried to implement a solution and may have caused more problems. Assistance would be greatly appreciated.
    PROBLEM:
    I am unable to uninstall or reinstall both Dreamweaver 5.5 and CS 5.5.
    Continually get extensive number of the following errors:
    ERROR DF024 Unable to preserve original file...
    ERROR DF024 Unable to move file…
    ERROR DF037 Unable to delete directory…
    SYSTEM CONFIG:
    Adobe CS 5.5
    Mac OS 10.7.4
    MacBook Pro 2.5 GHz
    Intel Core 2 Duo with 4 GB Ram
    BACKGROUND (History appears chronologically in 4 parts.):
    CS 5.5 was already installed and functioning fine, then upgraded from OS 10.6 to 10.7. Noticed issues with elements not appearing in DISPLAY VIEW of Dreamweaver, but was correct in CODE VIEW and BROWSER PREVIEW.
    Tried to reinstall and uninstall Dreamweaver 5.5 several times using the CS 5.5 installation disk. Consistently got DF024 errors. NOTE: After first attempt. installer marked Dreamweaver as already installed, but not the others. Using the Finder, the Dreamweaver directory appears to be empty unless the files are now hidden. Nothing regarding the application can be seen in the Trash. Also unable to launch any other Adobe CS apps.
    Exit Code: 7
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 19 error(s), 15 warning(s)
    ----------- Payload: {ED28819E-310F-4F17-925C-C69B0A1C1F7F} Suite Shared Configuration CS5.5 2.5.0.0 -----------
    ERROR: DF024: Unable to preserve original file at "/Library/Application Support/Adobe/ssc/DesignSuitePremium-CS5-Win-GM/SLConfig.xml" Error 0(Seq 15)
    ERROR: DW063: Command ARKDeleteFileCommand failed.(Seq 15)
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    SLConfig.xml appeared to be an alias pointing to a file of the same name in the Mac version. Went to original file, made a new alias and replaced the corrupted file.
    Then rebooted system and relaunched CSS5.5 Installer with all apps selected. Program started and ran for about 15 min before reporting more errors, now with error DF037 as well. Did this again with the same results except the DF037 error did not reappear. It appears the the problems are mostly in two directories:
    /Library/Application Support/Adobe/CameraRaw/CameraProfiles/
    and
    /Library/Application Support/Adobe/ssc/DesignSuitePremium-CS5.5-Win-GM/
    but I am not sure how to best resolve this.
    Below are selected portions of the most recent (and VERY verbose) error log. To conserve space, log entries in which the same error is repeated are truncated. (Only the first one and last repetitions are copied here; the others have been omitted and are replaced with highlighted ellipses [i.e., "..."].) Please let me know if you would like the complete log report.
    Exit Code: 7
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 238 error(s), 98 warning(s)
    WARNING: DW031: Payload:{0D96CFE6-376D-44B8-808A-16F3BEB73263} Adobe Media Encoder CS5.5 5.5.0.0 has been updated and has been selected for repair. The patch {41BFF2C7-9F45-4CF3-A257-E80E14802157} Adobe Media Encoder CS5.5_5.5.1_AMECore5.5All 5.5.1.0 will be uninstalled now.
    WARNING: DW031: Payload:{37AB3C65-E02C-4DCF-B0E0-4C2E253D8FA3} Photoshop Camera Raw 6.0.0.0 has been updated and has been selected for repair. The patch {4E1B59A1-029E-4C16-BBB3-F10D40EBB6EE} Photoshop Camera Raw_6.7_AdobeCameraRaw6.0All 6.7.0.0 will be uninstalled now.
    WARNING: DW031: Payload:{6A2E619B-E4AC-433B-A648-D458CE543A96} Adobe XMP Panels CS5 3.0.0.0 has been updated and has been selected for repair. The patch {5C0FEBDA-5A0E-4FC8-91CB-229A4C1561E9} Adobe XMP Panels CS5_3.1_AdobeXMPPanelsAll 3.1.0.0 will be uninstalled now.
    WARNING: DW031: Payload:{F313167E-5172-11E0-ACE7-30C2E3AB3DC5} Adobe InDesign CS5.5 Common Base Files 7.5.0.0 has been updated and has been selected for repair. The patch {6AFE0576-7A2C-11E1-88D2-74AAF24106A5} Adobe InDesign CS5.5 Common Base Files_7.5.3.333_AdobeInDesign7xCommonBase-mul 7.5.3.333 will be uninstalled now.
    WARNING: DW031: Payload:{0CCF0458-5171-11E0-BC45-DC59E3AB3DC5} Adobe InDesign CS5.5 Application Base Files 7.5.0.0 has been updated and has been selected for repair. The patch {848BF4CC-7A2B-11E1-8A90-3F8CF24106A5} Adobe InDesign CS5.5 Application Base Files_7.5.3.333_AdobeInDesign7xAppBase-mul 7.5.3.333 will be uninstalled now.
    WARNING: DW031: Payload:{3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 has been updated and has been selected for repair. The patch {A189C479-C7CD-4E08-8CCF-D999B68C0C71} Camera Profiles Installer_6.3_AdobeCameraRawProfile6.0All 6.3.0.0 will be uninstalled now.
    WARNING: DW031: Payload:{ED9DC850-516E-11E0-9096-1FE5E2AB3DC5} Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-en_US 7.5.0.0 has been updated and has been selected for repair. The patch {C68C3E1A-7A29-11E1-A9D9-0F55F24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-en_US 7.5.3.333 will be uninstalled now.
    WARNING: DW031: Payload:{D97AF04B-B70A-4862-BC25-31E6D9C4A529} Adobe Flash CS5.5 11.5.0.0 has been updated and has been selected for repair. The patch {D9F625C8-FD5B-4C13-9B3C-5B9F09BA0DC0} Adobe Flash CS5.5_11.5.1_AdobeFlash11.5-mul 11.5.1.0 will be uninstalled now.
    WARNING: DW031: Payload:{03FB981A-5170-11E0-A90E-3CEDE2AB3DC5} Adobe InDesign CS5.5 Application Base Files2 7.5.0.0 has been updated and has been selected for repair. The patch {FE75A95E-7A2B-11E1-8037-B59BF24106A5} Adobe InDesign CS5.5 Application Base Files2_7.5.3.333_AdobeInDesign7xAppBase2-mul 7.5.3.333 will be uninstalled now.
    WARNING: DW031: Payload:{0D96CFE6-376D-44B8-808A-16F3BEB73263} Adobe Media Encoder CS5.5 5.5.0.0 has been updated and has been selected for repair. The patch {41BFF2C7-9F45-4CF3-A257-E80E14802157} Adobe Media Encoder CS5.5_5.5.1_AMECore5.5All 5.5.1.0 will be uninstalled now.
    WARNING: DW031: Payload:{37AB3C65-E02C-4DCF-B0E0-4C2E253D8FA3} Photoshop Camera Raw 6.0.0.0 has been updated and has been selected for repair. The patch {4E1B59A1-029E-4C16-BBB3-F10D40EBB6EE} Photoshop Camera Raw_6.7_AdobeCameraRaw6.0All 6.7.0.0 will be uninstalled now.
    WARNING: DW031: Payload:{6A2E619B-E4AC-433B-A648-D458CE543A96} Adobe XMP Panels CS5 3.0.0.0 has been updated and has been selected for repair. The patch {5C0FEBDA-5A0E-4FC8-91CB-229A4C1561E9} Adobe XMP Panels CS5_3.1_AdobeXMPPanelsAll 3.1.0.0 will be uninstalled now.
    WARNING: DW031: Payload:{F313167E-5172-11E0-ACE7-30C2E3AB3DC5} Adobe InDesign CS5.5 Common Base Files 7.5.0.0 has been updated and has been selected for repair. The patch {6AFE0576-7A2C-11E1-88D2-74AAF24106A5} Adobe InDesign CS5.5 Common Base Files_7.5.3.333_AdobeInDesign7xCommonBase-mul 7.5.3.333 will be uninstalled now.
    WARNING: DW031: Payload:{0CCF0458-5171-11E0-BC45-DC59E3AB3DC5} Adobe InDesign CS5.5 Application Base Files 7.5.0.0 has been updated and has been selected for repair. The patch {848BF4CC-7A2B-11E1-8A90-3F8CF24106A5} Adobe InDesign CS5.5 Application Base Files_7.5.3.333_AdobeInDesign7xAppBase-mul 7.5.3.333 will be uninstalled now.
    WARNING: DW031: Payload:{3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 has been updated and has been selected for repair. The patch {A189C479-C7CD-4E08-8CCF-D999B68C0C71} Camera Profiles Installer_6.3_AdobeCameraRawProfile6.0All 6.3.0.0 will be uninstalled now.
    WARNING: DW031: Payload:{ED9DC850-516E-11E0-9096-1FE5E2AB3DC5} Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-en_US 7.5.0.0 has been updated and has been selected for repair. The patch {C68C3E1A-7A29-11E1-A9D9-0F55F24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-en_US 7.5.3.333 will be uninstalled now.
    WARNING: DW031: Payload:{D97AF04B-B70A-4862-BC25-31E6D9C4A529} Adobe Flash CS5.5 11.5.0.0 has been updated and has been selected for repair. The patch {D9F625C8-FD5B-4C13-9B3C-5B9F09BA0DC0} Adobe Flash CS5.5_11.5.1_AdobeFlash11.5-mul 11.5.1.0 will be uninstalled now.
    WARNING: DW031: Payload:{03FB981A-5170-11E0-A90E-3CEDE2AB3DC5} Adobe InDesign CS5.5 Application Base Files2 7.5.0.0 has been updated and has been selected for repair. The patch {FE75A95E-7A2B-11E1-8037-B59BF24106A5} Adobe InDesign CS5.5 Application Base Files2_7.5.3.333_AdobeInDesign7xAppBase2-mul 7.5.3.333 will be uninstalled now.
    ----------- Payload: {ED28819E-310F-4F17-925C-C69B0A1C1F7F} Suite Shared Configuration CS5.5 2.5.0.0 -----------
    ERROR: DF024: Unable to preserve original file at "/Library/Application Support/Adobe/ssc/DesignSuitePremium-CS5.5-Win-GM/aul.xml" Error 0(Seq 26)
    ERROR: DW063: Command ARKDeleteFileCommand failed.(Seq 26)
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe WinSoft Linguistics Plugin CS5: Install failed
    ERROR: DW050:  - AdobeHelp: Install failed
    ERROR: DW050:  - Adobe InDesign CS5.5 Application Base Files2: Install failed
    ERROR: DW050:  - Creative Suite 5.5 Design Premium: Install failed
    ERROR: DW050:  - Adobe Photoshop CS5.1 Core: Failed due to Language Pack installation failure
    ERROR: DW050:  - Adobe InDesign CS5.5 Application Base Files: Failed due to Language Pack installation failure
    ERROR: DW050:  - Adobe Media Encoder CS5.5: Install failed
    ERROR: DW050:  - AdobeColorNA CS5.5: Install failed
    ERROR: DW050:  - DynamiclinkSupport: Install failed
    ERROR: DW050:  - Adobe Device Central CS5.5_DeviceCentral3.5LP-en_US: Install failed
    ERROR: DW050:  - HIL Help Search: Install failed
    ERROR: DW050:  - Adobe Flash CS5.5_AdobeMobileExtension_Flash11.5-en_US: Install failed
    ERROR: DW050:  - CSXS Story Extension: Install failed
    ERROR: DW050:  - Photoshop Camera Raw: Install failed
    ERROR: DW050:  - Adobe Player for Embedding 3.2: Install failed
    ERROR: DW050:  - Adobe Extension Manager CS5.5: Install failed
    ERROR: DW050:  - Adobe WinSoft Linguistics Plugin CS5.5: Install failed
    ERROR: DW050:  - Adobe Media Encoder CS5.5_5.5.1_AMECore5.5All: Install failed
    ERROR: DW050:  - AdobeColorCommonSetRGB: Install failed
    ERROR: DW050:  - AdobeColorPhotoshop CS5.5: Install failed
    ERROR: DW050:  - Adobe Device Central CS5.5: Failed due to Language Pack installation failure
    ERROR: DW050:  - Adobe Mini Bridge CS5.1: Install failed
    ERROR: DW050:  - Adobe ReviewPanel CS5.5: Install failed
    ERROR: DW050:  - Adobe Fireworks CS5.1: Failed due to Language Pack installation failure
    ERROR: DW050:  - Adobe SING CS5: Install failed
    ERROR: DW050:  - Photoshop Camera Raw_6.7_AdobeCameraRaw6.0All: Install failed
    ERROR: DW050:  - Adobe SwitchBoard 2.0: Install failed
    ERROR: DW050:  - Adobe Flash Catalyst CS5.5: Install failed
    ERROR: DW050:  - AdobeColorCommonSetCMYK: Install failed
    ERROR: DW050:  - Adobe XMP Panels CS5_3.1_AdobeXMPPanelsAll: Install failed
    ERROR: DW050:  - Adobe Hunspell Linguistics Plugin CS5.5: Install failed
    ERROR: DW050:  - Adobe XMP Panels CS5: Install failed
    ERROR: DW050:  - Adobe InDesign CS5.5 Common Base Files_7.5.3.333_AdobeInDesign7xCommonBase-mul: Install failed
    ERROR: DW050:  - AIR for APPLE IOS Support (FP): Install failed
    ERROR: DW050:  - AdobeTypeSupport CS5: Install failed
    ERROR: DW050:  - Adobe CSXS Infrastructure CS5.5: Install failed
    ERROR: DW050:  - Adobe InDesign CS5.5 Common Language Files_AdobeInDesign7xCommonLang-en_US: Install failed
    ERROR: DW050:  - Adobe Flash Fonts1: Install failed
    ERROR: DW050:  - Adobe Content Viewer: Install failed
    ERROR: DW050:  - Adobe InDesign CS5.5 Application Base Files_7.5.3.333_AdobeInDesign7xAppBase-mul: Install failed
    ERROR: DW050:  - Adobe Fireworks CS5.1_AdobeFireworks11.1.0en_USLanguagePack: Install failed
    ERROR: DW050:  - Adobe Flash CS5.5_AdobeFlash11.5-en_USLanguagePack: Install failed
    ERROR: DW050:  - Digital Publishing: Failed due to Language Pack installation failure
    ERROR: DW050:  - Adobe Dreamweaver CS5.5: Failed due to Language Pack installation failure
    ERROR: DW050:  - Adobe ExtendScript Toolkit CS5.5: Install failed
    ERROR: DW050:  - Adobe Illustrator CS5.1_AdobeIllustrator15_1en_USLanguagePack: Install failed
    ERROR: DW050:  - Pixel Bender Toolkit: Install failed
    ERROR: DW050:  - Adobe Dreamweaver Widget Browser: Install failed
    ERROR: DW050:  - Adobe Toolhints CS5.5: Install failed
    ERROR: DW050:  - PDF Settings CS5: Install failed
    ERROR: DW050:  - Adobe Linguistics CS5: Install failed
    ERROR: DW050:  - Adobe Illustrator CS5.1: Failed due to Language Pack installation failure
    ERROR: DW050:  - AdobeColorJA CS5.5: Install failed
    ERROR: DW050:  - AdobeOutputModule: Install failed
    ERROR: DW050:  - Acrobat Professional: Install failed
    ERROR: DW050:  - Adobe Dreamweaver CS5.5_AdobeDreamweaver11.5en_USLanguagePack: Install failed
    ERROR: DW050:  - AdobePDFL CS5: Install failed
    ERROR: DW050:  - AdobeCMaps CS5: Install failed
    ERROR: DW050:  - Adobe CSXS Extensions CS5.5: Install failed
    ERROR: DW050:  - Adobe Digital Publishing Application Language Files_AdobeDigitalPublishingAppLang-en_US: Install failed
    ERROR: DW050:  - Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-en_US: Install failed
    ERROR: DW050:  - Required Common Fonts Installation: Install failed
    ERROR: DW050:  - Adobe InDesign CS5.5 Application Feature Set Files: Install failed
    ERROR: DW050:  - Adobe Buzzword CS5.5: Install failed
    ERROR: DW050:  - Adobe Flash CS5.5: Failed due to Language Pack installation failure
    ERROR: DW050:  - Adobe Flash CS5.5_11.5.1_AdobeFlash11.5-mul: Install failed
    ERROR: DW050:  - SiteCatalyst NetAverages CS5.5: Install failed
    ERROR: DW050:  - Flash Player: Install failed
    ERROR: DW050:  - Adobe Flash CS5.5_AdobeMobileExtension_Flash11.5-mul: Install failed
    ERROR: DW050:  - Recommended Common Fonts Installation: Install failed
    ERROR: DW050:  - AdobeColorVideoProfilesCS CS5.5: Install failed
    ERROR: DW050:  - Suite Shared Configuration CS5.5: Install failed
    ERROR: DW050:  - Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-en_US: Install failed
    ERROR: DW050:  - Adobe Photoshop CS5.1 English Language Pack_AdobePhotoshop12-en_US: Install failed
    ERROR: DW050:  - Adobe Bridge CS5.1: Install failed
    ERROR: DW050:  - Adobe Photoshop CS5.1 Support: Install failed
    ERROR: DW050:  - Adobe InDesign CS5.5 Common Base Files: Install failed
    ERROR: DW050:  - Adobe Linguistics CS5.5: Install failed
    ERROR: DW050:  - Photoshop Camera Raw_6.3_AdobeCameraRaw6.0All: Install failed
    ERROR: DW050:  - Adobe InDesign CS5.5 Application Base Files2_7.5.3.333_AdobeInDesign7xAppBase2-mul: Install failed
    ERROR: DW050:  - AdobeColorEU CS5.5: Install failed

    Hi Sharad,
    Thank you for your reply.
    Since my initial posting here, I've attempted a few more installations. Each time a file from /Library/Application Support/Adobe/ssc/ would appear with the same error DF024, and it was always an alias. So each time I would replace the old alias with a new manually created alias pointing to the same original as the old alias. Sure enough, when I relaunched the installer,  error DF024 with the old alias no longer appeared, but a new error DF042 with another alias from the same directory did appear. Then I manually replaced  all aliases found in the /Library/Application Support/Adobe/ssc/ directory with new ones I created.
    Upon rebooting and relaunching the installer program, the program did not stop at around 12% as consistently it did up until now. Instead, it progressed to 80% before it stopped and reported a huge number of new errors. Most of them pertain to the inability to roll back the installation it had attempted. No files from /Library/Application Support/Adobe/ssc/ appeared in the new log report.
    To gain a better understanding of the logs, I downloaded AdobeSupportAdvisor and tried using it, but it referred me to online solutions that weren't relevant to my situation (i.e., one mentions Photoshop CS4 and I've never installed CS4).
    I also tried following the articles from the Adobe knowledgebase:
    cspid_84451: Troubleshoot with install logs | CS5, CS5.5, CS6
    which is fine if you only have a few errors, and
    cspid_83481: Installation, launch log errors | CS5, CS5.5, CS6, CCM
    which doesn't list error DF024.
    At this point I've decided to not not make anymore attempts without some expert guidance.
    The log file seem too large to post here. If you would like review the log, I can perhaps post it on www.pastebin.com unless you can suggest a better way. Please let me know.

  • OTA-HTTP-SEND-401 Error

    Hi,
    We're getting a 401 error message from a Trading Partner (TP). They say there is no password required to get to their website. From their end, the request doesn't send a certificate with it. The TP certificate has 2048 keysize, while the wallet and our other TPs have 1024 keysize.
    Could the problem be with the transport endpoint or the TP certificate?
    Here is the error from the b2b.log:
    2009.05.05 at 15:06:03:520: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequestPostColab Invoking PackMessage
    2009.05.05 at 15:06:03:520: Thread-15: B2B - (DEBUG) MimePackaging:pack:Enter
    2009.05.05 at 15:06:03:525: Thread-15: B2B - (DEBUG) MimePackaging:createMimeMessage:Enter
    2009.05.05 at 15:06:03:535: Thread-15: B2B - (DEBUG) MimePackaging:createMimeMessage:number of pc components: 1
    2009.05.05 at 15:06:03:535: Thread-15: B2B - (DEBUG) MimePackaging:createMimeBodyPart:Enter
    2009.05.05 at 15:06:03:560: Thread-15: B2B - (DEBUG) MimePackaging:createMimeBodyPart:header name-value: Content-Type-application/EDI-X12; name=004010
    2009.05.05 at 15:06:03:560: Thread-15: B2B - (DEBUG) MimePackaging:createMimeBodyPart:header name-value: Content-Disposition-attachment; filename=004010
    2009.05.05 at 15:06:03:561: Thread-15: B2B - (DEBUG) MimePackaging:createMimeBodyPart:header name-value: Content-Transfer-Encoding-binary
    2009.05.05 at 15:06:03:562: Thread-15: B2B - (DEBUG) MimePackaging:applySecurity:Enter
    2009.05.05 at 15:06:03:562: Thread-15: B2B - (DEBUG) MimePackaging:applySecurity:Exit
    2009.05.05 at 15:06:03:563: Thread-15: B2B - (DEBUG) MimePackaging:createMimeBodyPart:Exit
    2009.05.05 at 15:06:03:690: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: setDigestAlgorithm using algorithm name Entering...
    2009.05.05 at 15:06:03:691: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: setDigestAlgorithm using algorithm name Leaving...
    2009.05.05 at 15:06:03:785: Thread-15: B2B - (DEBUG) MimePackaging:applySecurity:Enter
    2009.05.05 at 15:06:03:786: Thread-15: B2B - (DEBUG) MimePackaging:createSignedMimeBodyPart:Enter
    2009.05.05 at 15:06:03:787: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: setProtocolVersion Entering...
    2009.05.05 at 15:06:03:788: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: setProtocolVersion Leaving...
    2009.05.05 at 15:06:03:788: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: setSignatureAlgorithm using algorithm name Entering...
    2009.05.05 at 15:06:03:788: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: setSignatureAlgorithm using algorithm name Leaving...
    2009.05.05 at 15:06:03:789: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: setDigestAlgorithm using algorithm name Entering...
    2009.05.05 at 15:06:03:789: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: setDigestAlgorithm using algorithm name Leaving...
    2009.05.05 at 15:06:03:789: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: sign Entering...
    2009.05.05 at 15:06:03:790: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: sign Sign using the configured certificate
    2009.05.05 at 15:06:03:790: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: sign wrl: /hub02/app/oracle/product/64bit/OAS101/Apache/Apache/conf/ssl.wlt/default
    2009.05.05 at 15:06:03:802: Thread-15: B2B - (DEBUG) Utility:getPrivateKey:Enter
    2009.05.05 at 15:06:04:928: Thread-15: B2B - (DEBUG) Utility:getPrivateKey:matching private key found
    2009.05.05 at 15:06:04:931: Thread-15: B2B - (DEBUG) Utility:getPrivateKey:Exit
    2009.05.05 at 15:06:04:964: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.Encoding:Encoding: setEncodingType Entering...
    2009.05.05 at 15:06:04:964: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.Encoding:Encoding: setEncodingType Leaving...
    2009.05.05 at 15:06:04:965: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.Encoding:Encoding: update Entering...
    2009.05.05 at 15:06:04:965: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.Encoding:Encoding: update Leaving...
    2009.05.05 at 15:06:04:965: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.Encoding:Encoding: encode Entering...
    2009.05.05 at 15:06:04:966: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.Encoding:Encoding: encode Leaving...
    2009.05.05 at 15:06:04:967: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: sign Leaving...
    2009.05.05 at 15:06:04:967: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: printErrorInfo Entering...
    2009.05.05 at 15:06:04:968: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: printErrorInfo Leaving...
    2009.05.05 at 15:06:04:982: Thread-15: B2B - (DEBUG) MimePackaging:createSignedMimeBodyPart:Exit
    2009.05.05 at 15:06:04:982: Thread-15: B2B - (DEBUG) MimePackaging:createEncryptedMimeBodyPart:Enter
    2009.05.05 at 15:06:04:985: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: setProtocolVersion Entering...
    2009.05.05 at 15:06:04:985: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: setProtocolVersion Leaving...
    2009.05.05 at 15:06:04:986: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: setEncryptionAlgorithm using algorithm name Entering...
    2009.05.05 at 15:06:04:986: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: setEncryptionAlgorithm using algorithm name Leaving...
    2009.05.05 at 15:06:04:987: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: setEncryptionCertificate Entering...
    2009.05.05 at 15:06:04:988: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.Encoding:Encoding: setEncodingType Entering...
    2009.05.05 at 15:06:04:988: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.Encoding:Encoding: setEncodingType Leaving...
    2009.05.05 at 15:06:04:989: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.Encoding:Encoding: update Entering...
    2009.05.05 at 15:06:04:989: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.Encoding:Encoding: update Leaving...
    2009.05.05 at 15:06:04:989: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.Encoding:Encoding: decode Entering...
    2009.05.05 at 15:06:04:997: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.Encoding:Encoding: decode Entering...
    2009.05.05 at 15:06:04:997: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: setEncryptionCertificate Leaving...
    2009.05.05 at 15:06:04:997: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: encrypt Entering...
    2009.05.05 at 15:06:05:006: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: encrypt Leaving...
    2009.05.05 at 15:06:05:007: Thread-15: B2B - (DEBUG) MimePackaging:createEncryptedMimeBodyPart:Exit
    2009.05.05 at 15:06:05:007: Thread-15: B2B - (DEBUG) MimePackaging:applySecurity:Exit
    2009.05.05 at 15:06:05:008: Thread-15: B2B - (DEBUG) MimePackaging:createMimeMessage:Exit
    2009.05.05 at 15:06:05:013: Thread-15: B2B - (DEBUG) MimePackaging:getMimeContent:Enter
    2009.05.05 at 15:06:05:014: Thread-15: B2B - (DEBUG) MimePackaging:getMimeContent:Exit
    2009.05.05 at 15:06:05:014: Thread-15: B2B - (DEBUG) MimePackaging:pack:Exit
    2009.05.05 at 15:06:05:019: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequestPostColab Invoking Pre-Transmit
    2009.05.05 at 15:06:05:019: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Enter
    2009.05.05 at 15:06:05:020: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Log & Update Database Tables
    2009.05.05 at 15:06:05:020: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Update the Message Table Row with message state Wait for Incoming Acknowledgment
    2009.05.05 at 15:06:05:021: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Create a Native Event Table row for outgoing Request Message
    2009.05.05 at 15:06:05:021: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertNativeEvtTblRow(3 params) Enter
    2009.05.05 at 15:06:05:023: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:insertNativeEvtTblRow msgInfo.id = <1396700:0:221@096997515>
    2009.05.05 at 15:06:05:023: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:protocl id set A
    2009.05.05 at 15:06:05:024: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:
    ** DbAccess:insertNativeEvtTblRow protocolCollabId = null
    2009.05.05 at 15:06:05:357: Thread-15: BusinessLogicLayer - (DEBUG) Authorization disabled. UserBootstrapped:false, useAuthorization:true, configType:Runtime
    2009.05.05 at 15:06:05:357: Thread-15: BusinessLogicLayer - (DEBUG) Push Stack: createDataStorage
    2009.05.05 at 15:06:05:366: Thread-15: BusinessLogicLayer - (DEBUG) Pop Stack: createDataStorage
    2009.05.05 at 15:06:05:387: Thread-15: BusinessLogicLayer - (DEBUG) Authorization disabled. UserBootstrapped:false, useAuthorization:true, configType:Runtime
    2009.05.05 at 15:06:05:388: Thread-15: BusinessLogicLayer - (DEBUG) Push Stack: createWireMessage
    2009.05.05 at 15:06:05:408: Thread-15: BusinessLogicLayer - (DEBUG) Pop Stack: createWireMessage
    2009.05.05 at 15:06:05:408: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertNativeEvtTblRow(3 params) Exit
    2009.05.05 at 15:06:05:419: Thread-15: BusinessLogicLayer - (DEBUG) Authorization disabled. UserBootstrapped:false, useAuthorization:true, configType:Runtime
    2009.05.05 at 15:06:05:420: Thread-15: BusinessLogicLayer - (DEBUG) Push Stack: updateBusinessMessage
    2009.05.05 at 15:06:05:431: Thread-15: BusinessLogicLayer - (DEBUG) Pop Stack: updateBusinessMessage
    2009.05.05 at 15:06:05:432: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Create Event Table row for Message Retries
    2009.05.05 at 15:06:05:433: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit timeToAck = Wed Dec 31 18:00:00 PST 1969
    2009.05.05 at 15:06:05:437: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertEvtTblRow Enter
    2009.05.05 at 15:06:05:463: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertEvtTblRow Event Type = 2
    2009.05.05 at 15:06:05:463: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertEvtTblRow EventId = 12
    2009.05.05 at 15:06:05:463: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertEvtTblRow Id = 1396700:0:221
    2009.05.05 at 15:06:05:468: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertEvtTblRow Exit
    2009.05.05 at 15:06:05:472: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Current TimeStamp isTue May 05 15:06:05 PDT 2009
    2009.05.05 at 15:06:05:473: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Retry shall happen at Tue May 05 17:06:05 PDT 2009
    2009.05.05 at 15:06:05:473: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit business transaction info name null revision null
    2009.05.05 at 15:06:05:474: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Exit
    2009.05.05 at 15:06:05:474: Thread-15: B2B - (DEBUG) DBContext commit: Enter
    2009.05.05 at 15:06:05:482: Thread-15: B2B - (DEBUG) DBContext commit: Transaction.commit()
    2009.05.05 at 15:06:05:483: Thread-15: B2B - (DEBUG) DBContext commit: Leave
    2009.05.05 at 15:06:05:483: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequestPostColab Calling Send to transmit the message
    2009.05.05 at 15:06:05:484: Thread-15: B2B - (DEBUG) Protocol Name: HTTPS
    2009.05.05 at 15:06:05:484: Thread-15: B2B - (DEBUG) Version Name: 1.1
    2009.05.05 at 15:06:05:484: Thread-15: B2B - (DEBUG) Endpoint: https://tp.com:88/invoke/tp.receive/as2
    2009.05.05 at 15:06:05:485: Thread-15: B2B - (DEBUG) using SSL
    2009.05.05 at 15:06:05:486: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.transport.TransportInterface:send URL: HTTPS://TP.COM:88/INVOKE/TP.RECEIVE/AS2
    2009.05.05 at 15:06:05:487: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.transport.TransportInterface:send TO Endpoint: 502 https://tp.com:88/invoke/tp.receive/as2
    2009.05.05 at 15:06:05:487: Thread-15: B2B - (DEBUG)
    Protocol = HTTPS
    Version = 1.1
    Transport Header
    Content-Transfer-Encoding:binary
    Message-ID:<1396700:0:221@096997515>
    MIME-version:1.0
    Receipt-Delivery-Option:https://b2bserver.edu:55/b2b.IP_OUT_QUEUE
    From:096997515
    Disposition-Notification-To:[email protected]
    AS2-To:ZZ043073964T
    User-Agent:AS2 Server
    Date:Tue, 05 May 2009 22:06:01 GMT
    Disposition-Notification-Options:signed-receipt-protocol=required, pkcs7-signature; signed-receipt-micalg=required, sha1
    AS2-From:096997515
    AS2-Version:1.1
    Content-Type:application/pkcs7-mime; smime-type="enveloped-data"
    Connection:close
    Parameters
    -- listing properties --
    http.sender.timeout=0
    2009.05.05 at 15:06:05:847: Thread-15: B2B - (DEBUG) scheme null userName null realm null
    2009.05.05 at 15:06:07:519: Thread-15: B2B - (WARNING)
    Message Transmission Transport Exception
    Transport Error Code is OTA-HTTP-SEND-401
    StackTrace oracle.tip.transport.TransportException: [IPT_HttpSendError] HTTP encounters send error :401
    at oracle.tip.transport.TransportException.create(TransportException.java:91)
    at oracle.tip.transport.basic.HTTPSender.createTransportResponse(HTTPSender.java:748)
    at oracle.tip.transport.basic.HTTPSender.send(HTTPSender.java:560)
    at oracle.tip.transport.b2b.B2BTransport.send(B2BTransport.java:284)
    at oracle.tip.adapter.b2b.transport.TransportInterface.send(TransportInterface.java:837)
    at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1666)
    at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequest(Request.java:900)
    at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1082)
    at oracle.tip.adapter.b2b.transport.AppInterfaceListener.onMessage(AppInterfaceListener.java:126)
    at oracle.tip.transport.basic.aq.AQDequeuer.dequeue(AQDequeuer.java:331)
    at oracle.tip.transport.basic.aq.AQDequeuer.run(AQDequeuer.java:206)
    2009.05.05 at 15:06:07:520: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.transport.TransportInterface:send Error in sending message
    2009.05.05 at 15:06:07:520: Thread-15: B2B - (INFORMATION) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequestPostColab Request Message Transmission failed
    2009.05.05 at 15:06:07:521: Thread-15: B2B - (DEBUG) DBContext beginTransaction: Enter
    2009.05.05 at 15:06:07:521: Thread-15: B2B - (DEBUG) DBContext beginTransaction: Transaction.begin()
    2009.05.05 at 15:06:07:522: Thread-15: B2B - (DEBUG) DBContext beginTransaction: Leave
    2009.05.05 at 15:06:07:523: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequestPostColab [IPT_HttpSendError] HTTP encounters send error :401
    [IPT_HttpSendError] HTTP encounters send error :401
    2009.05.05 at 15:06:07:532: Thread-15: BusinessLogicLayer - (DEBUG) Authorization disabled. UserBootstrapped:false, useAuthorization:true, configType:Runtime
    2009.05.05 at 15:06:07:533: Thread-15: BusinessLogicLayer - (DEBUG) Push Stack: updateBusinessMessage
    2009.05.05 at 15:06:07:540: Thread-15: BusinessLogicLayer - (DEBUG) Pop Stack: updateBusinessMessage
    2009.05.05 at 15:06:07:540: Thread-15: B2B - (DEBUG) DBContext commit: Enter
    2009.05.05 at 15:06:07:543: Thread-15: B2B - (DEBUG) DBContext commit: Transaction.commit()
    2009.05.05 at 15:06:07:544: Thread-15: B2B - (DEBUG) DBContext commit: Leave
    2009.05.05 at 15:06:07:544: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequest Exit
    2009.05.05 at 15:06:07:545: Thread-15: B2B - (INFORMATION) oracle.tip.adapter.b2b.engine.Engine:processOutgoingMessage:
    ***** REQUEST MESSAGE *****
    Exchange Protocol: AS2 Version 1.1
    Transport Protocol: HTTPS
    Unique Message ID: <1396700:0:221@096997515>
    Trading Partner: ZZ043073964T
    Message Signed: RSA
    Payload encrypted: 3DES
    Attachment: None
    ***** REQUEST MESSAGE *****
    2009.05.05 at 15:06:07:546: Thread-15: B2B - (INFORMATION) oracle.tip.adapter.b2b.engine.Engine:processOutgoingMessage Exit
    2009.05.05 at 15:06:07:546: Thread-15: B2B - (DEBUG) DBContext commit: Enter
    2009.05.05 at 15:06:07:546: Thread-15: B2B - (DEBUG) DBContext commit: Leave
    2009.05.05 at 15:06:07:548: Thread-15: B2B - (DEBUG) oracle.tip.adapter.b2b.transport.AppInterfaceListener:onMessage processOutgoingMessage was successful, returning transport ACK to the transport layer
    Thankyou,
    Lavar

    When I telnet to the host, I get (Connection to tp.com closed by foreign host.
    I went to the TP URL and save the certificate as Base 64. I then loaded that into my wallet as a Trusted Certificate.
    I see TP.com in the wallet as a Trusted Certificate with an expiration date of July 28, 2010 and Key Size 2048.
    We still get the same 401 error message. The TP is saying that we are not receiving a certificate on their end. I guess that means there is a problem with encoding and encryption.
    I loaded the TP Verisign certificate into my browser as a CA Root.
    Now I get a pop up box, when I go to the website that wants me to choose a digital certificate.
    There are not any digital certificates to choose from, so I can only click OK or Cancel.
    After clicking OK or Cancel, I get prompted for a password.
    There seems to be trust isses between our server and the TP's server. :)
    I asked the trading partner to send me their Root certificate, in case they have a different Verisign certificate.
    Thank you,
    Lavar

  • Power pivot gallery excel auto data refresh 401 error

    Hi All,
    we have big farm, there a lot reports which is designed through power pivot, and those files are placed in power pivot library and scheduled it to daily refresh, but we are observing 401 occasionally twice in a week for random reports, 
    if we keep the same two copy of same file one get refreshed another get 401 error
    Errors in the high-level relational engine. The following exception occurred while the managed IDbCommand interface was being used: The remote server returned an error: (401) Unauthorized.;The logon attempt failed. An error occurred while processing the
    'EISS OA Master Table' table. The current operation was cancelled because another operation in the transaction failed.
    how we can resolve this? we have case open to Microsoft no help till now. cleared the timer jobs, also all reports are configure with 2008 r2 versions only that is provider is
    Provider=MSOLAP.4;, not getting how to resolve this issue. please help
    Guruprasad Marathe

    thanks i was referring to an automatic refresh while the excel report opens, before user has any interaction with it. 
    Apparenty the classic pivot table option in excel works in sharepoint's excel services just the same!

  • ABAP Client Proxy error code: 401, error text: Unauthorized

    Hi,
    I have Client proxy in ECC for oubound interface in PI 7.0, when i look into SXMB_MONI of ECC i can see my message with Error "HTTP response contains status code 401 with the description Unauthorized Authorization error while sending by HTTP (error code: 401, error text: Unauthorized)".
    As per few thread i already assign SAP_XI_APPL_SERV_USER role to PIAPPLUSER in ECC, still i am getting same eror.
    I do not understand how this Proxy communication work, which ECC user will be use in communication and how this communcation link to RFC destination "SAP_PROXY_ESR" type G. Even i can not see type H in ECC so i created RFC destination of type G.
    With Regards
    Sunil

    We were able to get it working by making a change in the Integration Engine Configuration (in sxmb_adm).
    Changed "Corresponding Integ. Server" from "http://<server>:<port>/sap/xi/engine?type=entry"
    to "dest://RFCdestinationName"

  • ABAP client proxy   401 error

    Hi i have generated a ABAP client proxy in my ECC system and sending an outbound message to XI.  i get the following error.
    HTTP response contains status code 401 with the description Unauthorized Error while sending by HTTP (error code: 401, error text: Unauthorized)
    I have tested the following.
    1) My sld and ECC system have the integration engine and pipeline  settings for the XI Server: http://server:8000/sap/xi/engine?type=entry
    2) logon to the URL http://server:8000/sap/xi/engine  with user XIAPPLUSER and pwd in the browser because of the error 'Der Aufruf der URL http://server:8000/sap/xi/engine wurde aufgrund fehlerhafter Anmeldedaten abgebrochen'
    any sugestions ?  using a proxy as target works fine

    Hi ,
    You seem to have a problem with the XIAPPLUSER logon. Can you check that the user has the appropriate authorizations? Maybe the user is locked? Maybe the password has been incorrectly entered?
    XIAPPLUSER should have the role SAP_XI_APPL_SERV_USER.
    Also, check that the XI engine service has been activated.
    Transaction SICF. Default_host->sap->xi Activate the entire node with all subtrees.
    Cheers
    Manish

Maybe you are looking for