User,Role Sync with back end Error.

Hello,
I am connecting a new back end ECC system for an existing RAR system with 2 backend systems.
I get the following error message. I have configured the Jco to the new system and it tests O.K.
" Error while executing the Job:Interface Controller does not exist for Component Instance "
Is it an configuration issue with the RTA at the back end ?
Thanks
Vidyar

Hello ,
Please check the following steps for the error.                                                                               
1. Make sure that SLD is up and running.                               
2. JCO's are properly configured and are successfully pinged and tested.
3. After verifying the above steps, Restart the J2EE server.                                                                               
TEST & PING the JCO in Web Dynpro =>Content Administrator =>Maintain JCOs. This JCO has to be the one which you are using for the connector for which you are running the SYNC job.
Periodically the JCo destinations, as part of the Netweaver framework, sometimes fail.  Recreating them or restarting the system can make them work again.                                                      
Regards
-Ranjiv

Similar Messages

  • Terminate:Activity failed; there is no back end error log. - Query Designer

    Hello all,
    Has anyone encountered this erro before while using query Designer. I am trying to drag an infoobject in the rows section and I get this STOP error in message section at the bottom.
    Terminate: Activity failed; there is no back-end error log [A006(R9E)]
    Diagnosis
    An error occurred in the back end.
    System Response
    An error occurred in the back end for which there is no error message. You cannot continue to work.
    Procedure
    Exit the Query Designer and correct the error on the back end.
    Then start the query designer again.
    Procedure for System Administration
    I dont get what is going wrong here,
    Thanks,

    hi,
         There may be some problems with the connectivity in the box which you have logged in or in the excel properties itself. Try to login again and see if the problem is resolved else contact the BASIS or admin.
    Thanks,
    vrrp.

  • After restoring ipod nano it wont sync with itunes. states error 13019 occured

    after restoring ipod nano it wont sync with itunes. states error 13019 occured

    I seem to recall that another user has this problem and found that it was because of some corrupted music files they were trying to sync over.
    Try syncing smaller bunches of tracks till you come upon the ones that cause the error. You should be able to find out which ones are causing the trouble this way.
    The other user said they used something called MP3Diags. I cannot vouch for this software at all, I have never used it.
    I did a quick search on "how to repair MP3 files on Mac" and also found this:
    http://triq.net/articles/mp3-validator-mac-os-x
    i

  • My Ipod doesn't want to sync with itunes showing error (-48)

    My Ipod doesn't want to sync with itunes showing error (-48).. What can I do cause I can't add songs to the ipod....

    If you have not already, shut down your computer.  Do this to reset your iPod
    http://support.apple.com/kb/HT1320
    Start up your computer.  Run iTunes.  Connect iPod.  Try to sync again.

  • When syncing with itunes, got error message saying had error and now ipad2 will not do anything other than showing the USB cable with arrow pointing to Itunes on screen.  have done the reset and restart, but still get same thing.

    when syncing with itunes, got error message saying had error and now ipad2 will not do anything other than showing the USB cable with arrow pointing to Itunes on screen.  have done the reset and restart, but still get same thing.  Ipad does not show up in itunes even though cable plugged in.  Have shut down and restarted Windows 7 computer.

    I had done all of that to no avail.  I did call Apple Tech Support and after he suggested I try a USB port in the rear of the Win 7 computer, things starting working again.  I had tried switching the USB port at the front of the machine but that had not helped.  Everything is good to go again.  thanks for  your reply

  • Erased all content on 3G but now won't sync with iTunes. Error states, "This iPhone cannot be used because the Apple Mobile Device service is not started." I don't want phone service on this old 3G. Just want to use it as an iTouch. Any suggestions?

    Erased all content on 3G but now won't sync with iTunes. Error states, "This iPhone cannot be used because the Apple Mobile Device service is not started." I don't want phone service on this old 3G. Just want to use it as an iTouch. Any suggestions?

    Type "Apple Mobile Device service " into the search bar at the top of this page by "Support"

  • I have ipod classic 5gen it will not sync with windows the error message says ipod can not sync as required file missing   wht to do???

    i have ipod classic 5gen it will not sync with windows the error message says ipod can not sync as required file missing   wht to do???

    Although you used the new USB 3.0 port, the actual connection speed is still USB2.0, as the iPod Dock connector, does not have the 10 times faster USB3.0 signal pins, the connection speed is still 480Mbits/s
    I assumed that you have tried the other USB 2.0 port to no success..
    Can you do the iPod Disk diagnostic as posted earlier by tt2, it wont fix your problem, but helps in troubleshooting.
    Have a nice day!

  • Disable user's responsibility through back end

    Hi ,
    Is there any API , except "fnd_user_pkg " to disable the user's responsibility through back end . fnd_user_pkg is working , but there is bug also . As it's updating both the end_date and start_date . That's problematic from the auditing point of view ..
    Regds
    Rahul

    Hi Rahul;
    Please check below and see its helpful for your issue:
    for disable any responsibility we are end date that from front end:
    for disable any responsibility we are end date that from front end.
    Java API to Disable responsibility in a controller
    Java API to Disable responsibility in a controller
    Also check [this search|http://forums.oracle.com/forums/search.jspa?threadID=&q=+disable+the+user%27s+responsibility+&objID=c3&dateRange=all&userID=&numResults=15]
    Regard
    Helios

  • Unable to map the portal user with back end user through web dynpro coding

    Hi All,
    I 've a portal user which is mapped to back end user by  system in the portal.
    i 'm able to get the portal user from web dynpro application.
    But unable to get the mapped back end user
    this is my code
    String systemalias = "SAP_CRM_PROD";
    Map mapattr = new HashMap();
              //     IPrincipal principal = (IPrincipal) request.getUser();
    //   get user user mapping information
    IUserMappingData userMapping =
                   //(IUserMappingData) UMFactory.getUserMapping().getUserMappingData(systemalias, principal, mapattr);
                   (IUserMappingData) UMFactory.getUserMapping().getUserMappingData(systemalias,principal,mapattr );
    //                  For testing purposes only
                   //mappingData = userMapping;
                   HashMap map = new HashMap();
                   userMapping.enrich(map);
                   mappedPassword = map.get(UMAP_KEY_PASSWORD).toString(); //String "user"
                   mappedUserId = map.get(UMAP_KEY_USER).toString(); /
    following is the error reported .
    The project was not built since its classpath is incomplete. Cannot find the class file for javax.xml.soap.SOAPMessage. Fix the classpath then try rebuilding this project.
    please help.

    Hi Sanjay,
       request component need to be initialized before using it. Include these lines before ur code.
    IPortalComponentRequest request = (IPortalComponentRequest) this.getRequest();
    String mappedPassword = null;
    String mappedUserId = null;
    Also check these threads for ur help.
    Accessing Mapped Username / Password
    How to access user id and password via UserMapping ?
    Reward points for helpful answers.
    Regards,
    Harini S

  • Issue with back end validation in jsf 2.0

    I am upgrading my apps to jsf2.0 and I came across something that I hope you have already solved.
    In jsf 1.1 action methods returned a string. If that string was NOT mapped as a navigation in faces-config.xml, then it just rerendered the active page. this made doing back end validation easy because I could add messages to the faces context and when the active page rerendered the validation messages would get displayed and no one was the wiser than it was done on the back end instead of on the front end.
    In jsf 2.0 I get null pointers if I return a string that is NOT mapped as a navigation. So I changed the code to return a string that is mapped as a navigation for that page when there is a validation error. but that is treating it like a new request and not a rerender so the validation messages I added to the faces context are not there when the page renders.
    if i test submit a form that has only front end validation then it works fine and the validation messages are correctly shown.
    any suggestions?

    In 11.2.0.3 you are unlikely to see the various truncate/drop issues relating to large numbers of small extents - unless you use dictionary managed tablespaces.
    There are a couple of possible threats with small extents and highly concurrent inserts with ASSM that might be a temporary problem when the object size is small. There may still be some issues with large uncommitted inserts or deletes making other session's work very hard to identify free blocks until the large transaction has committed - these things can be hard to test.
    There may still be a couple of inefficiencies with parallel query and small extents, although parallel CTAS did have a (possibly temporary) hack to allocate immediate large extents to work around some of the silly details.
    Really you need to think through your requirements and them model them on your system - some of the anomalies have changed several times over the last three years.
    Regards
    Jonathan Lewis
    http://jonathanlewis.wordpress.com
    Now on Twitter: @jloracle

  • "An iPhone has been previously synced with this computer" error on sync

    I recently resurrected an old original iPhone to use as an iPod touch (no phone contract) and started syncing it to my home Mac Mini, which is where I sync nearly all of my iPhone 3G data from. I can't honestly say which was the last iPhone to successfully sync, but I just docked my iPhone 3G for the first time in a few weeks and got an error, "An iPhone has been previously synced with this computer". It's only allowing me to either set it up as a new phone, or to restore from either my 2G or 3G iPhone backup.
    I don't want to restore; I've added a load of apps, notes, photos, etc since the last archive on that Mac Mini.
    NOTE: This home Mac Mini syncs all the iPod content to my 3G. My MacBook Pro syncs the Pictures to the 3G. And all calendar/contact data is synced OTA (over the air).
    (I have been regularly syncing/backing up to my MacBook Pro while I've been on the road. So I do have a valid archive on that system.)
    I don't understand why I'm getting this error. It's almost as if I can't sync multiple iPhones to the same computer, but AFAIK that's not correct.
    I suppose I could move an archive from the MBP over to the Mini and restore from a valid archive, but that seems obtuse.
    What would cause this error? I can't update my music/tv/podcasts on here until I get this sorted out… bugger!
    thanks
    -Joseph

    praxxis wrote:
    Thank you for your response will2b but I am looking for a solution for the problem that I cannot sync the same phone with the same computer I have been for a couple of months now. It shouldn't matter that I did not sync my phone for a couple of weeks. I should still be able to sync the same phone to the same computer. This is obviously some kind of software glitch and I am looking for a solution.
    some advice from blacksheepia:
    I had been having issues with having good reception in a suburb within close proximity to Los Angeles. Called ATT and they were able to synchronize my phone while I am at home to a closer cell site and that has improved things a great deal. Also I was told that you should turn the phone off at a minimum of once a week and if possible more times to reset it and give it time to rest and cool off. The other thing I have discovered may be the actual way that the phone is constructed. Today I was using it at home in the same room and noticed the bars go down and come up when I changed how I held it. I thought their was no possible way that it could be that simple, but after changing the way I held it 5 times alternating from gripping my whole hand around the back with my palm and just finger gripping from the sides and making sure I was not blocking the back of the phone, well as much as possible, the results were that I had 4 to 5 bars of reception. Now this may seem crazy, but there is a possibility that this could be the cause of bad reception if the antenna is in the back shell of the phone and by blocking it with your palm you could interfere with the reception. Crazy I know, but I have heard of much crazier things with new phones and technology.

  • IPhone won't sync with computer, get error (-50) message. Also getting requests to sync when I open iTunes. I have 2 iTunes id's apparently. Can I fix this?

    I have an iPhone 4S,7.1.1,  and my MacBook Pro is still running 10.6.8, waiting to update to Mavericks as soon as I have some down time. My phone won't sync with my computer. I am getting an error message (-50). ITunes is also asking me if I want to sync my Podcasts, etc. with my computer when I first open it. I am assuming part of the issue is that I have 2 Apple ID's. One for my computer (this one), and another for my phone and iPad. Can I merge these identities? It this my problem or is there an incompatability between 10.6.8 and the new 7.1.1 OS on my phone?

    Hey Janice Lucoff,
    Thanks for the question. It sounds like you are experiencing issues backing up your iPhone 4s in iTunes, which is causing issues finishing the sync of your device. The following resource should help resolve your issue, as it refers to the exact error message you described:
    iOS: If you can't back up or restore from a backup in iTunes
    http://support.apple.com/kb/TS2529
    Thanks,
    Matt M.

  • Windows Mobile 6 not syncing with Exchange Server / Error Code: 0x80072F06

    Just got my Dopod 838 pro with Windows Mobile 6 installed. Having this problem when trying to sync with corp. Exchange server:
    The ActiveSync circle on the phone turns yellow/brown, clicking the Error message it says:
    The Security Certificate on the server is invalid, please contact Exchange Server Admin or ISP, to install valid certificate on the server.
    Support / Error Code: 0x80072F06
    That's the problem. My phone doesn't have a Data Link connection problem as I am able to go online with it, also the company's Exchange Server is good, a few days ago I used my Windows Mobile 5 to sync with it without a problem. (but then I lost the phone)
    Can some one help? Thanks.

    Can u help me here?
    I have a windows 6 mobile devices (all) that are having an issue connecting to my exchange server. I am pretty useful with certs but this one is baffling me. I have a windows 2003 sbs server. I recently created a san cer on the server and since then my Windows devices cannot synch. I belive I have setup correctly, or not?? Ther error and the steps are below...
    ERROR ON DEVICE:
    The security certificate on the server is not valid.Contact your exchange server administrator or ISP to install a valid certificate on the server:
    support code: 0x80072f06
    STEPS I USED TO CREATE SAN:
    1. Created certificate using article http://support.microsoft.com/kb/931351/en-us
    I added the following as SN:        MAIL.EXTERNAL.COM     (my external dns record for mail server)
    And added the following for SAN: SERVER01                     (my mail server name )
                                                         SERVER01.INTERNAL.LOCAL  (my mail server fqdn)
    2. Exported Root CA cert and imported to my phone
    3. configured active synch to connect to mail.external.com on 443
    I believe these are the correct steps. I would liked to have been able to export the SAN cert from IIS with private key and install on phone but the webserver template doesnt allow you to export private keys. I also cannot create a dubplicate webserver template to allow the export of the private key as you need enterprise edition of windows 2003 to do this.
    So I am at the end of line I tried exporting the cert without the privtate key and importing it but still keep getting samer error.
    Why of Why does it not like my cert?
    I have just noticed now when I browse to the same address for OWA externally I am getting the error on my browser too even though I have the cert installed on my laptop
    Celtic

  • Users getting synced with wrong upn with office 365

    i have users on premise, already registered domain @abc.com, use which are synced with office should also come with @abc.com, but its stamping with @abc.onmicrosoft.com, where to check to fix it? thanks

    Hi,
    Please make sure you have added the Comodo Root and Intermediate certificate on the Lync Edge server.
    Please also check if you add the correct suffix for Edge Server.
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • ICal on iMac isn't syncing with iCloud-400 error

    iCal is giving me the following error only on iMac, iCal is syncing with my iPhone and iPad, but not iMac. Help!  I run a small business and the iMac is my main work station, all of our people subscribe to this iCal.  I hope there's a way to fix this
    "The request for account “iCloud” failed.  The server responded with “400” to operation CalDAVUpdateShareesQueuableOperation."

    Welcome to the Apple community.
    First check that all your settings are correct, that calendar syncing is checked on all devices (system preferences > iCloud on a mac and settings > iCloud on a iPhone, iPad or iPod).
    Make sure the calendars you are using are in your 'iCloud' account and not an 'On My Mac', 'On My Phone' or other non iCloud account (you can do this by clicking/tapping the calendar button in the top left corner of the application ), non iCloud calendars will not sync.
    If you are sure that everything is set up correctly and your calendars are in the iCloud account, you might try unchecking calendar syncing in the iCloud settings, restarting your device and then re-enabling calendar syncing settings.

Maybe you are looking for