ADS does not work.(Service call exception)

Hi All,
According to SAP note 937697 "Usage of SAP NetWeaver BI Diagnostics & Support Desk Tools", when running the tool, it gives following error:
ADS does not work.(Service call exception; nested exception is: com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (401) Unauthorized. The requested URL was:"http://sapbwd.ni.ad.newsint:50000/AdobeDocumentServices/Config?style=document")
I have been looking into system to find out how to solve the issue, but could not, is there anyone who can help me with exact instructions what I do need to do.
Thanks in advance
sahmad

Dear Sahmad,
I would suggest you to check notes 1004321 and 944221. The first one says that mostly of this kind of issues (and I have already seen several ones) is caused for bad passwords for user ADSUSER or this account expired. The second note is a troubleshoot note you can also do.
You can also follow this procedure to check that:
Please open the Visual Administrator and browse to Server -> Services -> Security Provider -> Policy Configurations
In the Components tab you will see the service.destinations policy. Click on this and then click on the AccessDestinations security Role. Modify this and add the J2EE_ADMIN/Administrator user to this role and save.
Maybe the password is not set correctly as well. I think it worths to be set it again. First you have to identify where your ADSUSER maintained.
Go to http(s)://<SERVER>:<PORT>/useradmin search for ADSUSER If Datasource:
- LDAP -> check psw of ADSUSER in LDAP and enter it in SM59
- UME data -> check psw of ADSUSER  in Visual Admin and enter it in SM59
- ABAP -> check psw of ADSUSER the ABAP system in the following client:
Visual Admin->UME Provider->Properties->ume.r3.connection.master.client
If you want, also, you can change the ADS by the SAP Export Library, as per SAP Note 1112132. It is very simple to activate and will bypass ADS, doing every function ADS does.
I hope it helps.
Kind Regards,
Marcio

Similar Messages

  • My microphone does not work on calls on my iPhone 4

    Don't ask me what has happened and I have been through all of the troubleshooting that I can on my own. 
    I have no clue how to get a hold of a LIVE AT&T person or APPLE person.
    The problem is my microphone does not work when I use the telephone, whether I make the call or someone calls me.  It is NOT the MUTE button.  And yes, I have already rebooted my iPhone about 5 times now.  Has not fixed it either.
    But the microphone DOES work as I was able to record a new voicemail greeting to let people know my phone isn't working.
    So, they could call me all day long but they won't hear me, so who do I call using my landline (thankfully I kept it).
    It is the day after Thanksgiving and I would be a fool to head over to the Apple Store or the AT&T Store....
    Thank-you,
    Marcia

    Try disconnecting the headphones and then adjusting the volume, does it say headphones?
    There might be something in the headphone jack, maybe lint, dirt, or something else in there.
    Take a look at this Apple document for more information -> iPhone: Can't hear through the receiver or speakers

  • ReadObject query by idfr does not work first call

    I am running Toplink 10.1.3.0.0 inside the oc4j container. A basic example is that I have an object Employee that has a String attribute id. This class goes to the employee table. I have set an Expression in the Toplink Workbench to do Read Object and it just checks that id = the idfr passed in as an argument. When running the query by the idfr in the container, the idfr is set as the argument and the data exists in the database. With Toplink logging turned onto FINE I see the query being run "select xyz from employee where idfr = x". But the return value from the query is null. But if I run the query through a second time it returns with the correct object. I have tried changing this to a Read All query, and then just accessing the 0th element from the List returned, and this seems to work fine. I am still concerned, though, as to why the Read Object query does not work on the first go around as is expected?

    Any reason you set the Read Object query? The Expression you've provided is the same as what TopLink generates.
    Out of interest, does the problem occur if your primary key attribute is an int/long, or some other numeric type. Does your String attribute value or query id value have trailing or leading spaces? Oracle database will trim leading and trailing blanks on INSERT/UPDATE which can lead to confusion.
    Turn the logging up to FINEST and look for log messages relating to registration of existing objects. If you can post the test code and log that would help.
    --Shaun                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Caller ID does not work when calling from Jabber

    We have the following results when doing calls within the company:
    Desk Phone A (4567-X-Smith): 7801234567
    Desk Phone B (4568-Y-Miller): 7801234568
    Main Company Line: 7801230000
    All desk phones have the following type of configuration:
    Under the phone -> Line[1] -> Line1 on Device <MAC>
    Display (Internal Caller ID): 4567-X-Smith
    ASCII Display (Internal Caller ID): Our Company Name
    Line Text Label: 780-123-4567
    ASCII Line Text Label: 780-123-4567
    External Phone Number Mask: 7801230000
    Desk Phone A calls Desk Phone B
    - caller ID shows up properly on Desk Phone B as 4567-X-Smith
    User at Desk Phone A makes the call through the Jabber client to Desk Phone B
    - caller ID shows up as 7801230000
    This last situation is the problem since we want all internal calls whether they're form the desk phone or Jabber to show the proper caller ID. However, we want the generic main company line (7801230000) to show up to anybody outside the company. What is set incorrectly? Why does Jabber take over the line but not keep the same caller ID settings? Does jabber work as if it's doing an external call?
    Thanks in advance,
    Kris

    Interesting... I just 4-digit dialed 8182 (typed in the Search field at the top of the jabber window) and my proper caller ID showed up...
    Next I tried 10 digit dial 7804988182 through jabber and it showed 7804988100 (our external calling mask). I also just noiced that it very briefly flashes 97804988182 so that seems to indicate it's trying to dial through the PSTN...
    Oddly enough, if I 10 digit dial through my desk phone, it shows the proper caller ID.

  • Clientgen does not generate service specific exceptions

    Hi,
    When we use clientgen to generate client stubs and on exploding the generated
    _client.jar file we find that only the first service specific exception following
    RemoteException is being generated. All other exceptions seem to be missing. Here
    is an example of a sample service method:
    void actionWorkitem(WSCredentials credentials, String workitemUri, String action)
    throws RemoteException, WorkflowException, SameStateException;
    Here the last exception (i.e:SameStateException which is a service specific exception
    ) is missing in the generated client jar file.
    Is this a bug ?
    Any help in this issue is appreciated.
    Thanks,
    Anu.

    We are using 7.0.2. Do you acknowledge this as a bug?
    Also to add to the problem. If we use the clientgen generated stubs to make a
    soap call on the mentioned operation
    void actionWorkitem(WSCredentials credentials, String workitemUri,String action)
    throws RemoteException, WorkflowException, SameStateException;
    which would actually throw a SameStateException, the exception message comes
    as WorkflowException (which was the only exception class correctly generated by
    the clientgen.)
    This means the generated stubs wrap messages from all the service-specific exceptions
    into one service specific exception. This looks like a bug too.
    Thanks
    Puneet
    "manoj cheenath" <[email protected]> wrote:
    Which version of WLS?
    Please try out WLS 8.1 SP1. There are many fault related
    bug fixes done in SP1.
    Regards,
    -manoj
    http://manojc.com
    "Anu Alwar" <[email protected]> wrote in message
    news:3f329454$[email protected]..
    Hi,
    When we use clientgen to generate client stubs and on exploding thegenerated
    _client.jar file we find that only the first service specific exceptionfollowing
    RemoteException is being generated. All other exceptions seem to bemissing. Here
    is an example of a sample service method:
    void actionWorkitem(WSCredentials credentials, String workitemUri,String action)
    throws RemoteException, WorkflowException, SameStateException;
    Here the last exception (i.e:SameStateException which is a servicespecific exception
    ) is missing in the generated client jar file.
    Is this a bug ?
    Any help in this issue is appreciated.
    Thanks,
    Anu.

  • HDMI does not work, service tech still waiting for parts.

    Service tech can't get parts after 2 1/2 months to fix tv that i bought in Jan. 2012 it upsets me that this can't be resolved i spent 1400 dollars on a tv i can't use i would like to know who dropped the ball here? 
    some body please pick up the ball.
                                                            THANK YOU
                                                                                   TY

    Did Toshiba customer support refer you to that technician? You should be able to check the status by calling (800) 631-3811.
    - Peter

  • EHP4 installation using EHPI : Error message: DDIC password does not work:

    Dear All,
        We are upgrating enhancement packages 4 using EHPI in 64 bit server. I am facing this error in Extraction phase , I have to provide DDIC / SAPServiceSID/ DB specific , next  says ddic password is not correct. But when i tried to login with the same password into 000 client, it works. But when through EHPI , it throws error. Kidnly check the error and please suggest me ... Thanks in advance..
    Error message: DDIC password does not work: RFC call to failed with key RFC_ERROR_COMMUNICATION (open): SAP_CMINIT3 : rc=20 > Connect to SAP gateway failed Connect_PM DEST=R3D, GWHOST=SAPRBSBD-01, GWSERV=sapgw00, SYSNR=00 LOCATION CPIC (TCP/IP) on local host with Unicode ERROR partner 'SAPRBSBD-01:3300' not reached TIME Thu Dec 24 12:27:13 200 RELEASE 710 COMPONENT NI (network interface) VERSION 39 RC -10 MODULE nixxi.cpp LINE 3147 DETAIL NiPConnect2: 192.168.1.40:3300 SYSTEM CALL connect ERRNO 10051 ERRNO TEXT WSAENETUNREACH: Network is unreachabl.
    Regards
    Raj

    Dear Rajeev,
    DDIC pwd for 001 is not same as 001,Will that be a problem ? But the Extraction requests for DDIC 000 client password. Are you sure UME comes into this scenario ?
    @ Raghu - I have checked the link and it speaks about the resetting the EHPI. I dont want to reset and want to solve ddic password error.
    Sorry if am wrong
    @ Gerard,
    Yes the hostname is SAPRBSBD-01.I am able telnet the IP 3300 and it works fine. FQDN SAPRBSBD-01.chen.local. The smicm service entries are with SAPRBSBD-01 but not with FQDN. Changing it to FQDN will help us to resolve  the issue. Please suggest me.
    Also the error  refers to some RFC connection, any idea on that.
    Thanks to all and looking for your valuable suggestions.
    Raj

  • File Attributes from App Server by RFC (GET_FILE_ATTRIBUTES does not work )

    Hello,
    We have an Objects application that is started through an RFC BAPI call from a Java app. The Java app. passes a file to the BAPI. We want to test, as efficiently as possible, if the file is 0 bytes long. We have tried /epsf/get_file_attributes but there is a problem with it being called remotely. We have Remote Enabled the function module. Local tests work fine (GUI User), but when it is called by the Bapi(Technical User) we receive sy-subrc = 2. I think it is referring to a 'Communication Error'.
    I found a nice class, CL_GUI_FRONTEND_SERVICES for the workstation server, but nothing comparable for the application server.
    Help is greatly appreciated as I am pulling my hair out.
    Best Regards,
    Mark Lengel

    Hello Andreas,
    The GET_FILE_ATTRIBUTES fm is also from the EPS Function Group and provides the file size, it just does not work when called from Rfc/Bapi. Won't the GET_DIRECTORY_LISTING fm just return directory info ?
    I am afraid I will have to resort to the OPEN, READ, CLOSE DATASET steps in order to check for a zero length file.
    Regards,
    Mark

  • I called Verizon prior to travelling abroad and asked to turn roaming on. As of today, 4 days later, I have no service. I do not have a landline to call. GlobalServices email does not work... Does anybody know how to reach customer support via email?

    I called Verizon prior to travelling abroad and asked to turn roaming on. As of today, 4 days later, I have no service. I do not have a landline to call support. GlobalServices email does not work... Does anybody know how to reach customer support via email?

        Hi Florence2014
    I'm so sorry your having issues. Unfortunately there isn't an email for global support. The only way way to reach them while traveling is to call them at 908-559-4899.
    JoeL_VZW
    Follow us on Twitter @VZWSupport

  • Web Service Call with Basic Authentication does not work

    If I try to use Basic Authentication in my Web Service Client with the automatically created methods
    setUsername(inUserName)
    setPassword(inPassword)
    setAddress(inAddress)
    the application does not make a call. Did I forget something?
    Is it possible to use "Test Method" with Basic Authentication?
    Thank you.

    Thank you for your answer.
    But: I already read this article. And it doesn't help me.
    I use the following code:
                getMyServiceClient1().setUsername(inUserName);
                getMyServiceClient1().setPassword(inPassword);With this code I always get a java.lang.NullPointerException.
    The methods setUsername and setPassword are definded as follows:
    public void setUsername(String inUserName) {
            myStub._setProperty(Stub.USERNAME_PROPERTY, inUserName);
      public void setPassword(String inPassword) {
            myStub._setProperty(Stub.PASSWORD_PROPERTY, inPassword);
      }But if I look at the methods which are generated automatically by Sun Java Studio Creator I cannot find _setProperty.
    I also found this thread in your forum:
    http://swforum.sun.com/jive/thread.jspa?forumID=123&threadID=54773

  • Web service not working when called remotely

    Hi there!
    I built a simple web service to generate a sequence number to be cosumed by PDF forms.
    It works perfecly when I run PDFs on my machine, using localhost, etc.
    Whem deployed on the client's servers it does not work. The only difference is the client is running LiveCycle on Linux over their inhouse corporate network.
    When the web service is added to forms in LC Designer, the ws structure is built correctly and if called from a web browser the XML response is ok too.
    I've checked LiveCycle log file - there's nothing there, the ws is not even being called.
    Where should I look for error messages or other resources to aid me in identifying the problem?
    Thank you very much for any hints!
    Marcos

    Hi there!
    I built a simple web service to generate a sequence number to be cosumed by PDF forms.
    It works perfecly when I run PDFs on my machine, using localhost, etc.
    Whem deployed on the client's servers it does not work. The only difference is the client is running LiveCycle on Linux over their inhouse corporate network.
    When the web service is added to forms in LC Designer, the ws structure is built correctly and if called from a web browser the XML response is ok too.
    I've checked LiveCycle log file - there's nothing there, the ws is not even being called.
    Where should I look for error messages or other resources to aid me in identifying the problem?
    Thank you very much for any hints!
    Marcos

  • My iPhone's sound does not work except for the alarm and the volume bar is not there.

    Hi, thank you in advance if you can help.
    When my iphone 4 is not plugged in to headphones the sound does not work, and if I try to adjust the sound with the plus and minus buttons in the side it comes up like normal saying "Ringer" but then there is no bar underneath it. Sometimes the sound will work for a couple of minutes. However, there is definitely no problem with the speaker as the alarm always works perfectly fine.
    I have tried restoring it, this did not help.

    what you could even try is to write down a few contacts that you would need to get through a single day, restore it to factory, punch in those few odd contacts,
    No.  What he should be doing is syncing his contacts to an app on his computer or cloud service, then sync them back to the phone (without restoring the backup). 
    Never rely on the backup for contacts.  The contact info stored there may be incomplete and is only meant to maintain the recent calls and favorites lists.

  • My up button for volume does not work and need to turn incoming call volume up. is there an app to do this

    my up volume button does not work and i need to turn the incall volume up. is there an app that does this?

    Hey skeith75,
    Thanks for the question. Based on the information you have provided, your iPhone may need to be serviced to fix that button. However, if in the meantime you would like a workaround for turning the volume up on a phone call, you can use Assistive Touch:
    iOS: Using AssistiveTouch
    http://support.apple.com/kb/HT5587
    If you do wish to service your iPhone, the following link should help you get started with the process. Included, you will find information on topics such as warranty, service pricing, and express replacement service.
    Apple - Support - Service Answer Center
    http://www.apple.com/support/iphone/service/faq/
    Thanks,
    Matt M.

  • Latexit service does not work in Keynote

    Hi,
    I would like to use the Latexit service to typeset an equation in Keynote. This works perfectly in Pages - I write the equation, select it, and hit my keyboard shortcut to call Latexit, which runs latex and returns an image and places it inline in the text.
    This does not work in Keynote. The service is there, and it definitely runs latex on my equation, but the text just disappears and no image appears in its place.
    Why does this work in Pages and not in Keynote. Is there anything I can do to get inline equations from Latexit in Keynote?
    regards

    Hi,
    Apparently this is a limitation of Keynote, which is not able to insert an image in a block of text- which means its not able to do inline equations.
    From the FAQ:
    (Q): The service does not work with Keynote.
    (A): The service does not work with Keynote 1, 2, 3, 4, 5, since Keynote cannot insert an image into a block of text; as a workaround, you can set in the Preferences, pane "Services", to register service calls in the history. That way, even if the service fails at inserting an image, this one becomes available in the history window, that could have been put in some corner for easy access.
    So, a solution might be to use LatexIt to render the equation, and then insert the equation as an image into Keynote, but you then have problems to line it up with your text.
    thanks for the help,

  • I have a new iPhone 5 version 8.1 - incoming caller ID does not work and I cannot send or receive SMS messages

    I have a new iPhone 5 version 8.1 - incoming caller ID does not work and I cannot send or receive SMS messages. ISP says everything is active on their side. I have just upgraded from Samsung with the same phone number and services. Help?

    Hi cggturner,
    I'm sorry to hear you are having issues with iOS 8.1. If you are still having issues with Caller ID and SMS Messaging, you may find the troubleshooting steps outlined in the following article helpful:
    iOS: Troubleshooting Messages
    Regards,
    - Brendnen

Maybe you are looking for

  • I can't see any history in time machine

    I have Time Machine backups for my MacBook on an external USB drive.  When I connect the drive and turn on Time Machine by the control panel switch, it happily recognizes the backups and tells me when the first and most recent backups were performed.

  • To capture the Mini-DV file through the 1394 firewire card from t

    hii there! first let mi make you understand what we people are doing .... We people want to capture the Mini-DV file directly through the 1394 firewire card from the sony camcorder in to the MPEG2 format. Thent on the fly(i.e.during capturing into MP

  • ITunes and Genius, purchased music wont play now

    after installing iTunes Genius, my purchased music wont play now. it gets skipped over in normal play mode. the box next to selection has the "check". album artwork still shows up when song is highlighted.

  • Facetime disappeared after reformatting of computer

    I just recently reformmated my laptop and now my Facetime is nowhere to be found. Any suggestions on how to get it back without purchasing a new one? Thank you in advance.

  • RSH gethostbyname: Error 0

    Apologies for posting Solaris 8 query in this forum. When I try to do a RSH (rsh HOST pwd). gethostbyname: Error 0 gethostbyname: Error 0 If you see this. The error comes up but still the RSH command works. This affects the USFDUMP scheduled backup w