Call RFC Z_Function Error~Please Help~thanks~

Dear Pals:
I'm tring to use BPM call a RFC Z_function.
but come out this error.
Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: error while processing message to remote system:com.sap.aii.af.rfc.core.client.RfcClientException: could not get a client from JCO.Pool: com.sap.mw.jco.JCO$Exception: (103) RFC_ERROR_LOGON_FAILURE: This system rejects all logons using SSO tickets: com.sap.aii.af.rfc.afcommunication.RfcAFWException: error while processing message to remote system:com.sap.aii.af.rfc.core.client.RfcClientException: could not get a client from JCO.Pool: com.sap.mw.jco.JCO$Exception: (103) RFC_ERROR_LOGON_FAILURE: This system rejects all logons using SSO tickets
the RFC function's input value is 0~unbounded customer name.
and return custormer details...that's all.
and..I used the same logon infor. to call another Z_RFC function,and it work normally.
which means i think the login infor. such as logon user name and pwd are correct.
but no idea what's the problem.
Regards
Jack Lee

hi,
Go to System administration-> system configuration -->> UM configuration >> security settings ... and increase the value against the field "Lifetime of SAP Logon Ticket (hh:mm)" .. The default value is 8 hrs...
restart the cluster after you have made & SAVED changes
If you need more info...Try this link:
/thread/48038 [original link is broken]
/thread/454450 [original link is broken]
RFC_ERROR_LOGON_FAILURE
RFC_ERROR_LOGON_FAILURE Name or password is incorrect
<removed by moderator>
regards
kummari
Edited by: kummari on Jul 22, 2008 6:08 AM
Edited by: Mike Pokraka on Jul 24, 2008 12:54 PM

Similar Messages

  • My ipod generation 5 will not come out of recovery mode. i was simply updating my software and this happened. it will not let me restore it comes up with and error. please help, thanks.

    my ipod generation 5 will not come out of recovery mode. i was simply updating my software and this happened. it will not let me restore it comes up with and error. please help, thanks.

    Hey erinoneill24,
    Thanks for using Apple Support Communities.
    Sounds like you can't update your device. You don't mention an error that it gives you. Take a look at both of these articles to troubleshoot.
    iPod displays "Use iTunes to restore" message
    http://support.apple.com/kb/ts1441?viewlocale=it_it
    If you can't update or restore your iOS device
    http://support.apple.com/kb/HT1808?viewlocale=de_DE_1
    If you started your device in recovery mode by mistake, restart it to exit recovery mode. Or you can just wait—after 15 minutes the device will exit recovery mode by itself.
    Have a nice day,
    Mario

  • I am geting following error please help

    ERROR-
    RPC Fault faultString="HTTP request error" faultCode="Server.Error.Request" faultDetail="Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL: http://www.nature.com/principles/webservice/login" errorID=2032]. URL: http://www.nature.com/principles/webservice/login"]
    code-
    operation = new Operation(null, "login");
      operation.url = "login";
      argsArray = new Array("login_id", "login_password", "unique_machine_id");
      operation.argumentNames = argsArray;
      operation.method = "POST";
      operation.serializationFilter = filter;
      operations.push(operation);
      public function login(loginId:String, loginPassword:String, uniqueMachineId:String):AsyncToken
           trace(loginId, loginPassword, uniqueMachineId);
           var _internal_operation:AbstractOperation = _service.getOperation("login");
           var _internal_token:AsyncToken = _internal_operation.send(loginId, loginPassword, uniqueMachineId);
           return _internal_token;
    login service is being called from server that is in java-
    package com.nature.ebook.components.auth
      import com.nature.ebook.data.UserInfo;
      import com.nature.ebook.services.CallStatus;
      import com.nature.ebook.services.IEBookService;
      import com.nature.ebook.services.XMLServiceParser;
      import flash.events.EventDispatcher;
      import flash.events.IEventDispatcher;
      import mx.controls.Alert;
      import mx.rpc.AsyncToken;
      import mx.rpc.Fault;
      [ManagedEvents("authSuccess, authFail")]
      public class AuthCommand extends EventDispatcher
      public function AuthCommand(target:IEventDispatcher=null)
      [Inject]
      public var service:IEBookService;
      [Inject]
      public var auth:AuthModel;
      //  Methods
      * This command dispatches  event AuthenticationEvent.AUTH_FAIL when the service return failt
      * @param fault Fault
      public function error(fault:Fault):void
      trace(fault);
      var e:AuthenticationEvent = new AuthenticationEvent(AuthenticationEvent.AUTH_FAIL, null, null, CallStatus.getServerFaultCall());
      dispatchEvent(e);
      * This command dispatches event when the service return rezult Array
      * @param result Array
      * if cs.success <code>true </code> dispatch AuthenticationEvent.AUTH_SUCCESS
      * if cs.success <code>false</code> dispatch AuthenticationEvent.AUTH_FAIL
      public function result(result:*):void
      if (result)
      var cs:CallStatus = XMLServiceParser.getCallStatus(result);
      if (cs.success)
      var us:UserInfo = XMLServiceParser.getUserInfo(result);
      var e:AuthenticationEvent = new AuthenticationEvent(AuthenticationEvent.AUTH_SUCCESS, us, null, cs);
      dispatchEvent(e);
      else
      e = new AuthenticationEvent(AuthenticationEvent.AUTH_FAIL, null, null, cs);
      dispatchEvent(e);
      public function execute(event:AuthenticationEvent):AsyncToken
      return service.login(event.user.loginId, event.magicWord, event.user.uniqueMachineId);

    Sorry for the confusion. After starting the WLS 6.0 server, use your browser
    to launch the console, verify that the Frobable EJB is correctly deployed as
    frobtarget with the correct class path specified. The 6.0 JAAS sample is
    trying to invoke on examples.security.acl.Frobable, make sure this is the
    deployed instance. This is an error in the JAAS example SampleAction.java
    file since the JAAS sample actually builds examples.security.jaas.Frobable,
    this bug will be corrected in service pack 1 which will be available
    shortly.
    nancy coelho <[email protected]> wrote in message
    news:3a9ee0af$[email protected]..
    Hi! I am new to JAAS and also to Weblogic server6.0. I am trying to run
    JAAS sample and geting the following error . please help
    Thanks,
    Nancy
    E:\bea\wlserver6.0\samples>java examples.security.jaas.SampleClient
    t3://localho
    st:7001
    Using Configuration File: Sample.policy
    Login Module Name: examples.security.jaas.SampleLoginModule
    Login Module Flag: required
    username: ncoelho
    password: prabhala
    javax.naming.NameNotFoundException: Unable to resolve frobtarget.Resolved:
    '' U
    nresolved:'frobtarget' ; remaining name ''
    at
    weblogic.rmi.internal.AbstractOutboundRequest.sendReceive(AbstractOut
    boundRequest.java:90)
    at
    weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteR
    ef.java:247)
    at
    weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteR
    ef.java:225)
    at
    weblogic.jndi.internal.ServerNamingNode_WLStub.lookup(ServerNamingNod
    e_WLStub.java:121)
    at
    weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:323)
    at javax.naming.InitialContext.lookup(InitialContext.java:350)
    at examples.security.jaas.SampleAction.run(SampleAction.java:61)
    at javax.security.auth.Subject.doAs(Subject.java:80)
    at examples.security.jaas.SampleClient.main(SampleClient.java:114)
    Failed to frob
    E:\bea\wlserver6.0\samples>

  • HT1212 tried to restore my iPod, received this error code: 0xE8000065?!! please help thanks

    Tired to restore my iPod, but I received this error code: 0xE8000065
    Please help
    Thanks all

    iPhone, iPad, iPod touch: Unknown error containing '0xE' when connecting
    Unknown Error containing "0xE" when restoring
    To resolve this issue, follow the steps in iPhone, iPad, iPod touch: Unknown error containing '0xE' when connecting. If you have a Windows computer with an Intel® 5 series/3400 series chipset, you may need updates for your chipset drivers. See iTunes for Windows: Issues syncing iOS devices with P55 and related Intel Chipsets for more information.

  • BANK-TRBK install error, please click thank you expert help to answer!

    BANK-TRBK install error, please click thank you expert help to answer!
    My SAP system is ECC6 SR3. Databases are the MAXDB 7.6
    Level for the patch: SAP_BASIS 700 has been to 15 of the
    SAP_ABA 700 has reached the 15 level PI_BASIS are 2006_1_700 BI_CONT are 703 level hit a patch
    000 CLIENT then entered my non-super-manage user DDIC landing, running SAINT upload patch, upload to start the installation after the change, but the installation process is as follows Fig error. Say happen are the ADD-ON the conflict between
    thank you
    [http://www.sapsh.com/bbsxp/UpFile/UpAttachment/2009-2/20092261730.jpg]
    [http://www.sapsh.com/bbsxp/UpFile/UpAttachment/2009-2/200922617312.jpg]
    [http://www.sapsh.com/bbsxp/UpFile/UpAttachment/2009-2/200922617323.jpg]

    > My SAP system is ECC6 SR3. Databases are the MAXDB 7.6
    You can't install BANK-TRBK on an ERP system, see
    Note 865669 - More info about installing BANK-TRBK 40 on Netweaver 2004s
    <...>
    Required release
          The following releases are required:
              - SAP Netweaver 04s
              - PI_BASIS 2005_1 or higher
              - You cannot install this on an ERP system.
    <...>
    You need to install a new "naked" Netweaver 7.0 and add it on that one.
    Markus

  • I am from South Africa an the itune store only allows the purchase of some music , whenever i try to buy Jesus Culture- Everything . an error message comes  "only availble in US " , PLEASE HELP .Thank you

    I am from South Africa and the itune store only allows the purchase of some music , whenever i try to buy Jesus Culture- Everything . an error message comes up  "only availble in US " , PLEASE HELP .Thank you

    I had the same issue this morning downloading a pre-order of Alanis, Flavors of Entanglement . I noticed that the only thing that had changed fro me was that I had some song credits for purchasing ticketmaster tickets over the past few weeks. When I went ahead and spent my remaining credits... it downloaded with no prompting or trouble. Maybe the credits issues hangs it up?

  • TS3258 Hello I have upgraded i tunes from 11.0.0.163 to 11.0.4.4 and i am getting 42404 error please help me to fix that error... Thanks

    Hello I have upgraded i tunes from 11.0.0.163 to 11.0.4.4 and i am getting 42404 error please help me to fix that error... Thanks

    Did you ever solve this issue?

  • Windows - No Disk Error - Please help!

    Windows - No Disk Error - Please help!
    Hi,
    I have the following set up:
    * Lenovo T-61p
    * Windows XP Pro, SP 3
    * HP Photosmart 8250 printer (with nothing plugged into the various card readers, and USB slot in the printer)
    I am getting the following error:
    Windows - No Disk
    Exception Processing Message 0xc0000013 Parameters 0x75CE023C
    0x84C40C84 0x75CE023C
    I have done a lof experimenting and thru process of  elimination, and believe I have determined that this only happens when the HP Photosmart 8250 printer is plugged in to the USB slot of the computer.
    I can stop it from happening by safely removing hardware, and removing the drive that the 8250 creates on your computer when you plug it in.  In my case, this is drive E.  I'm guessing if there was something in the the various card readers, and USB slot in the printer, that's what those would be, but I don't those use those functions of the printer.
    I understand there is more at work than simply the printer, because I did not used to get this error, so some software changed as well, that is scanning all ports, and finding a drive that has no disk, and producing the error.
    A simple google search finds a lot people all over the world having this problem, and are solving it in different ways, because the suspected source is different: Norton, HP, etc.
    I have tried everything I have read, and the only thing that works was my own idea, of manually safely removing the drive the printer creates each time I plug in the printer.
    Anyone every any better, more permanent solutions?  Or know what the real root of the problem is?  What is scanning all the drives and being showing an error message because it found an empty drive?
    Thanks and Happy Holidays/New Year!

    I've been getting the same error on my 4G nano for the past week. I've had my nano for about a month and the first few weeks were fine. Tried it on 2 different computers (Vista and XP) and same problem. Tried it on a 3rd (XP) and it started ok. Problem started coming back after a day.
    I was able to find a quick fix though. I noticed that sometimes the message says something like "iexplore.exe... no disk..." even if I don't even use IE. What I do is end iexplore.exe on task manager before running iTunes and syncing my nano. I don't get the error whenever I do this, but one drawback is that the contents of my nano suddenly pops up in a window - even when disk use is not enabled.
    I've reset/restored my nano dozens and dozens of times to make sure it's clean. Leads me to believe it's a driver issue. Either that or I have a friggin malware problem I can't seem to find.
    I'll be posting updates every now and then. I'm no expert so I'm hoping an Apple expert also steps in to give some input.

  • I forgot my security question you can not buy please help thank you

    I forgot my security question you can not buy please help thank you

    The Three Best Alternatives for Security Questions and Rescue Mail
         1.  Send Apple an email request at: Apple - Support - iTunes Store - Contact Us.
         2.  Call Apple Support in your country: Customer Service: Contact Apple support.
         3.  Rescue email address and how to reset Apple ID security questions.
    A substitute for using the security questions is to use 2-step verification:
    Two-step verification FAQ Get answers to frequently asked questions about two-step verification for Apple ID.

  • ConText ERROR PLEASE HELP

    I was trying to create an index on some table
    SQL>create indx doc_index docs(text)
    indextype is ctxsys.contxt;
    however I always got back all these errors
    ORA-29855: error occured in the execution of ODCIINDEXCREATE routine
    ORA-20000: COnText error:
    DRG-10516: failed to perform DDL operation due to an Oracle error
    ORA-01552: cannot use system rollback segment for non-system tablespace 'DRSYS'
    ORA-06512: at "CTXSYS.DRUE", line 122
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line34
    ORA-06512: at line 1
    I may not configure the InterMedia correctly, Is any body know what is the problem here??
    Please Help
    Thanks,
    Wei

    Indextype is ctxsys.CONTEXT not "ctxsys.contxt".
    Also please check your space availability.
    null

  • I am not able to update my iphone 4 ,when ever i tried to update it its show 1309 error...and at times 9006 error ,please help me ..

    i am not able to update my iphone 4 ,when ever i tried to update it its show 1309 error...and at times 9006 error ,please help me ..

    Hey alkarim2008,
    If you are having an issue with being unable to update or restore your iPhone, I would suggest that you troubleshoot using the steps in this article - 
    Resolve iOS update and restore errors in iTunes - Apple Support
    Thanks for using Apple Support Communities.
    Happy computing,
    Brett L 

  • My iphone won't pass the connect to itunes. when i try to restore is says that there is an error. please help!

    hi my iphone is broken. it won't pass the connect to itunes. when i try to restore is says that there is an error. please help!
    thanks,
    jg2013
    <Subject Edited by Host>

    Hello, 02633. 
    Thank you for visiting Apple Support Communities. 
    If your iPhone is disabled, you will need to process the steps in the article below.
    iOS: Forgotten passcode or device disabled after entering wrong passcode
    http://support.apple.com/kb/ht1212
    Cheers,
    Jason H.

  • Installing error please help

    I went to go and upgrade my itunes because my capabillity of buring and importing cd's some how deleted itself and i went to install the new version of itunes and i keep getting an error that goes ..." title (itunes + quicktime) Unable to install the GEAR driver set at this time. The GEARAspiWDM service by the GEAR driver set is scheduled to be deleted during the next system reboot. Please reboot the system and run itunes again...." mind you i have rebooted my computer about 10 times trying to do this and everytime i go to (re)install it this error keep popping up. i even unistalled itunes and quicktime both and restarted and still this keeps popping up. can someone please help. thank you
    - suede`-

    With that one, let's try getting an iTunes installer log to the Apple Engineers for a look.
    1. Open a command prompt window. (Start menu -> Run. Type in "cmd". Hit return.)
    2. Drag and drop iTunesSetup.exe onto the window so that the full pathname of the file is at the command line prompt.
    3. Type in a space, then the following line:
    /l*v C:\log.txt
    4. Hit return.
    5. The installer will create a log file:
    C:\log.txt
    Find that file and send it as an attachment to this email address.
    in the email to Roy, be sure to include the following information:
    - A link to the thread on Apple Discussions where the issue is being discussed
    - The username you are using in the thread
    - The version of iTunes you are using or trying to use
    - the version of Windows you are using (mention service packs)
    - A concise description of the issue you are seeing
    - The exact text of the error message you are seeing

  • VERIFY DISK with DISK UTILITY error PLEASE HELP

    Hi every body today i used DISK UTILITY and i tryed to VERIFY DISK and i get the following error:
    Verifying volume “Macintosh HD”
    Checking HFS Plus volume.
    Checking Extents Overflow file.
    Checking Catalog file.
    Illegal name
    Illegal name
    Checking multi-linked files.
    Checking multi-linked files.
    g Catalog hierarchy.",0)
    Checking Extended Attributes file.
    Checking volume bitmap.
    Checking volume information.
    ed.",1)
    Macintosh HD
    Error: The underlying task reported failure on exit
    1 HFS volume checked
    Volume needs repair
    is my hard drive ok ? is it going to die ?
    PLEASE HELP
    Thank you

    Hi alexandros.c;
    If after doing what Michael suggested you are still not able to repair your disk, you may need a more powerful such as DiskWarrior to repair it I have found that when the the disk has problems that the tools within OS X are unable to repair then DW usual does it.
    If DW is not able to do it for you about the only other alternative is to reformat and start over again.
    You should have a good backup before doing either of these solutions to protect yourself.
    Allan

  • I erased an iphone on find my iphone , so i wanted to know what happened and I erased my without a sim card and now I says I cant go on it until i put in a sim card. Did i ruin the phone please help thanks.

    I erased an iphone on find my iphone , so i wanted to know what happened and I erased my without a sim card and now I says I cant go on it until i put in a sim card. Did i ruin the phone please help thanks.

    You did not ruin the phone, you will need a sim card to activate the phone and then connect the phone to itunes and do a restore from back up.
    http://support.apple.com/kb/HT1414

Maybe you are looking for

  • My ipod says that I am connected to wifi, but the app store won't load, what do I do?

    I just bought a brand new iPod touch yesterday, and I was trying to learn how to use it. I connected to my University's wifi, (and I know it works because my laptop is on it, and other friends have iPod touches who connect to it). I can connect to th

  • ITunes 9.1.0.79 error syncing with iPhone

    I have never had a syncing error with iTunes 9.03 and below, but since upgrading to 9.1.0.79, I get the following error: "The iPhone 'XXXXX's iPhone' cannot be synced. There is not enough memory available." My iPhone still has over 5GB of free memory

  • How to use Symbols or icons in SAP script

    Hai , I am facing one problem in sap script , I want to display one of my field as icon (or )symbol ( tick mark ) in sap script . how to do . Particular transfer order ( check LTAP table ) having 10 line items . In 8 line items are confirmed ( pquit

  • Problems with Express C2 version...

    Hi all, I have been getting some strange problems with Express lately. I get the following message about an umimplemented method: CurrentServiceDetailWindow: Got Exception. SYSTEM ERROR: The method SetWindowTitle is unimplemented. It should be implem

  • REPEATING HEADER REMOVAL FROM SPOOL

    Hi All, I am having one BACKGROUND PROCESS.When i execute it,it wil generate the spool.and the output that i get is like this: page 1                Heading1 Heading 2 Heading 3                             XXXXX   XXXXXX  XXXXXX