Cannot recover HR user(Oracle10g,winXP)

Friends ,
I take 11:05 am (07.04.08) a rman backup using following script :
run
allocate channel t1 type disk;
backup format 'df_%t_%s_%p'
(database);}
After the backup , Accidently I have deleted HR user And using the following script I cannot recover my HR user . The script with the error is the following :
RMAN> run {
2> set until time "TO_DATE('04/07/08
3> 11:10:00','MM/DD/YY HH24:MI:SS')";
4> allocate channel t1 type disk;
5> restore database;
6> recover database;
7> }
executing command: SET until clause
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of set command at 04/07/2008 14:15:18
RMAN-20207: UNTIL TIME or RECOVERY WINDOW is before RESETLOGS time
Plz tell me where is the problem ?

The problem is you executed an
alter database open resetlogs
command after taking the backup.
This resulted in a new incarnation of the database.
You don't post a version, and the answer is version dependent.
In 9i you can only recover from this situation when you are using a recovery catalog.
In that case you can reset the incarnation of the database with the rman reset incarnation command.
When you are not using a recovery catalog one can only hope you have an export.
In 10g the possibilities are different.
In both cases the procedures are documented and you are kindly requested to read the documentation.
Sybrand Bakker
Senior Oracle DBA

Similar Messages

  • "Cannot recover" Error when opening InDesign doc

    We are a Server 2008 w/ XP/SP3 client environment. I have a user that opens an InDesign doc located on a shared network drive, does some work on it, and closes it. When the next person opens it, they get this error: "Cannot recover <<filename>>.indd. Please try to open it using the File menu. The file <<filename>>.indd has been changed since Adobe InDesign last quit (Error code: 11). They can click "OK" to this. The next window that pops up has an error: This document contains links to missing or modified files. Click Fix Links Automatically to have InDesign update this document with the modified files and help you locate missing files..." there's more about using the links panel, etc. They click "don't fix" and the document opens. To the best of my knowledge it is happening on just one file.
    I'm pretty sure the second error is because we recently took a server off-line that some of the links had been pointing to; I've informed my users they need to update the links in the files. It's the first error I'm wondering about. The first user I mention at the beginning has been having *tons* of trouble with InDesign the last week or so. It locks up, freezes panes, and needs to be ended through task manager. It's been unbearable for both her and myself trying to figure out what's wrong. My hurdle is that I don't use the software at all but I'm in IT support so so I'm in charge of troubleshooting but not sure where to begin.
    Can someone please help with the error we are receiving and also, provide some suggestions on how I can troubleshoot the performance issues?
    Her system specs:
    XP2002/SP3
    3GB RAM
    P4 2.8GHz proc.
    Not sure on the graphics card but can retrieve it will be helpful. User does use dual monitors.
    TIA!

    Reinstalling won't necessarily fix the kinds of problems you are having since they may have nothing to do with the application itself. I woud uninstall first, whenever possible, and immediately run any updates. Changing the preferences would be more productive as a first step though. Prefs are not automatically replaced on a new installation, either -- it depends on what option you chose during the uninstall.
    For your questions:
    1) When a file is opened, ID write a file with the extension .idlk in the same directory. This file tells any instance of ID that the file is already open and in use and prevents multiple users form having simultaneous access. It may or may not be deleted (usually not) during a crash scenario.
    2) Generally speaking it is not possible for mere mortals to recover a corrupt ID file. Tommy Donovan at Adobe is collecting them for study, but makes no promise of recovery. The folks at Markzware say they have some luck using their ID2Q plugin for Quark Xpress to open and save as a Quark file, then going back the other way using Q2ID to convert back. They might do a on-off for a small fee.
    3) Go to the link in the previous response, and scroll down to the part about repalcing preferences. Editing the prefs in the edit menu is not the same as replcing them with a new set. The files that need to be replaced are InDesign Defaults and InDesign SavedData.
    4) If there is something wrong on User 1's system that is corrupting the file, it would show up when User 2 opens it. Export the file to Interchange format (.inx), then open that file and save as a new .indd file. That can often clean up minor problems (i.e. those not serious enough to keep the file from opening at all).

  • Why Oracle Linux 5 cannot recover disk space after delete files ?

    Folks,
    Hello. When I create a Virtual Machine for Oracle Linux 5 to install EBS R12, I allocate 300GB to the VM. I download EBS R12 Source Files (45.7GB) and unzip the files (46GB). Total size of stage area directory(EBS_R12) is 91.7GB.
    Because some files are corrupted and cannot install, I move the folder EBS_R12 into trash but cannot empty trash. I move EBS_R12 from trash back to the directory. Then at root user, use command "rm -rf " to delete EBS_R12 completely.
    I shut down Oracle Linux 5 and restart it, 91.7GB disk space cannot recover.
    I download some other files into Oracle Linux files and then delete those files, but disk space cannot be recovered either.
    It seems that OEL5 virtual disk only can expand but cannot be reduced. The VM disk space is less than 200GB now and not enough to install EBS R12.
    Can any folks tell me how to make 91.7GB disk space and some more disk space come up ?

    Folks,
    Hello. Thanks a lot for replying.
    Host OS is Windows 7, Guest OS is Oracle Linux 5 on the top of VMPlayer 3. The VM of Oracle Linux 5 is created on the external USB drive and not on the local hard disk.
    There is a directory /tmp/VMwareDnd/376c7cae/EBS_R12 in Oracle Linux 5 file system. I copy/Paste the folder of EBS_R12 from Windows 7 into Oracle Linux 5. All of zip files and unzipped files are placed in the folder of EBS_R12.
    After EBS_R12 is deleted, the external USB drive(F:) doesn't come up 91.7GB disk space.
    My question is:
    Where to run "boot>linux rescue" command ?
    Does this command work correctly in the external USB drive ?

  • Cannot recover 'file' please try opening it using the file menu

    Hello,
    we have had some issues with document corruption in inDesign, a user this morning received the following error:
    Cannot recover 'filename.indd'. Please try to open it unsing the file menu.
    The file 'filename.indd' has been changed since adobe inDesign last quit (Error code: 11)
    When the user uses the file menu to open it it works fine
    I have googled this message but not found any information on it.
    Does anyone know what this means or how to resolve it? Does it give any clues as to why the users are having problems with documents getting corrupted.
    Thanks,
    Tom

    Also always worth a punt http://forums.adobe.com/thread/526990
    or
    http://forums.adobe.com/thread/526991

  • Cannot recover db

    I cannot recover database after restore.
    SQL> recover database until cancel;
    ORA-00283: recovery session canceled due to errors
    ORA-01610: recovery using the BACKUP CONTROLFILE option must be done
    SQL> recover database until cancel using backup controlfile;
    ORA-00279: change 3412834 generated at 04/20/2008 11:09:25 needed for thread 1
    ORA-00289: suggestion :
    C:\ESAS\ORACLE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ARCHIVELOG\2008_04_22\O1_MF_1_3
    4_%U_.ARC
    ORA-00280: change 3412834 for thread 1 is in sequence #34
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    cancel
    ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
    ORA-01152: file 1 was not restored from a sufficiently old backup
    ORA-01110: data file 1: 'C:\ESAS\ORACLE\ORADATA\XE\SYSTEM.DBF'
    ORA-01112: media recovery not started

    restore database command automatically restore archivelog itself,you have missing todays archivelog and i suspect you restored old controlfile ,you didnt show up what you restored ,only recovery does not make sense?
    after applying logs which you already done
    -shutdown immediate
    -delete the controlfiles or moved it somewhere it from OS
    -startup nomount
    SQL>create controlfile reuse database <yoursbsid> noresetlogs archivelog
      2  MAXLOGFILES 50
      3  MAXLOGMEMBERS 3
      4  MAXDATAFILES 300
      5  MAXINSTANCES 8
      6  MAXLOGHISTORY 500
      7  LOGFILE
      8                     GROUP 1 'C:\oracle10g\oracle\oradata\orcl1\orcl1\redo01.LOG',
      9                     GROUP 2 'C:\oracle10g\oracle\oradata\orcl1\orcl1\redo02.LOG',
    10                     GROUP 3 'C:\oracle10g\oracle\oradata\orcl1\orcl1\redo03.LOG'
    11  DATAFILE
    12                     'C:\oracle10g\oracle\oradata\orcl1\orcl1\SYSAUX01.DBF',
    13                     'C:\oracle10g\oracle\oradata\orcl1\orcl1\SYSTEM01.DBF',
    14                     'C:\oracle10g\oracle\oradata\orcl1\orcl1\UNDOTBS01.DBF',
    15                     'C:\oracle10g\oracle\oradata\orcl1\orcl1\USERS01.DBF'
    16 
    SQL> /
    SQL>alter database open;Note : here is cut and paste of datafile path and log file path.Specify yours own path.
    Khurram

  • Cannot recover from lost of all the controlfiles without resetlogs?

    Cannot recover from lost of all the controlfiles without resetlogs?
    I have an Oracle10g (10.2.0.1) database(on RHEL5.0 system) DB10G with a recovery catalog database RCATALLOG. The RCATALOG database is synchronized with theDB10G database.
    Then I lost all the current controlfiles and I make the following steps:
    SQL> shutdown abort;
    ORACLE instance shut down.
    SQL> startup nomount;
    ORACLE instance started.
    [oracle@hostp db10g]$ rman target / catalog rman/oracle@rcatalog
    RMAN> restore controlfile;
    RMAN> alter database mount;
    RMAN> r*ecover database;*
    RMAN> alter database open;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of alter db command at 09/17/2008 20:04:07
    ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
    RMAN> alter database open noresetlogs;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00558: error encountered while parsing input commands
    RMAN-01009: syntax error: found "identifier": expecting one of: "resetlogs, ;"
    RMAN-01008: the bad identifier was: noresetlogs
    RMAN-01007: at line 1 column 21 file: standard input
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00558: error encountered while parsing input commands
    RMAN-01009: syntax error: found ";": expecting one of: "allocate, alter, backup, beginline, blockrecover, catalog, change, connect, copy, convert, create, crosscheck, configure, duplicate, debug, delete, drop, exit, endinline, flashback, host, {, library, list, mount, open, print, quit, recover, register, release, replace, report, renormalize, reset, restore, resync, rman, run, rpctest, set, setlimit, sql, switch, spool, startup, shutdown, send, show, test, transport, upgrade, unregister, validate"
    RMAN-01007: at line 1 column 32 file: standard input.
    Because I did not restore the the controlfiles from the backups, I do not need to open the database with open resetlogs.
    Why I cannot open the database without resetlogs? Is any step wrong?
    Thank you

    Hi,
    You restored the controlfile from backup but not the full DB. The Database files header are not sinchronized with your controlfile.
    Follow the following steps:
    1) Mount your Database and create a backup of the controlfile using:
    SQL>ALTER DATABASE BACKUP CONTROLFILE TO TRACE;2) Modify the trace file and recreate the controlfile.
    3) At this stage your database is mounted. You need to recover it.
    SQL> recover database;
    Media recovery complete.4)Open the database after recovery completes.
    SQL> alter database open;
    Database altered.Done, any problem you can use this link for reference:
    - http://www.databasejournal.com/features/oracle/article.php/3738736
    Cheers,
    Francisco Munoz Alvarez
    http://www.oraclenz.com

  • I cannot recover my Master Password under 10.6.8. I want to change it. I do have my admin password for my account. How can I create a new master pw?

    I cannot recover my Master Password under 10.6.8. I want to change it. I do have my admin password for my account. How can I create a new master pw?

    If you are referring the Master Password that can be set in System Preferences>Security>FileVault, then see this thread:
    How to reset FileVault master password
    http://discussions.apple.com/thread.jspa?messageID=5822772
    As explained there, and for obvious security reasons, a new master password created in this fashion way will not unlock any pre-existing FileVault accounts. Resetting the master password is therefore only useful after you turn off FileVault in all existing accounts. You can then turn FileVault back on after the new master password is in place.

  • Windows cannot load the user's profile but has logged you on with the default profile for the system.

    My Windows 7  crashed a couple days ago after a windows update, I got this message.
    Windows cannot find the local profile and is logging you on with a temporary profile. Changes you make to this profile will be lost when you log off.
    I restarted the machine and got this message
    Windows was unable to load the registry. This problem is often caused by insufficient memory or insufficient security rights.
    DETAIL - The process cannot access the file because it is being used by another process. for C:\Users\TEMP\ntuser.dat
    I checked the event Log I found these .
    Windows cannot load the user's profile but has logged you on with the default profile for the system.
    DETAIL - Only part of a ReadProcessMemory or WriteProcessMemory request was completed.
    Windows has backed up this user profile. Windows will automatically try to use the backup profile the next time this user logs on.
    Windows cannot load the locally stored profile. Possible causes of this error include insufficient security rights or a corrupt local profile.
     DETAIL - The process cannot access the file because it is being used by another process.
    This is the first error in the event viewer after a successful logon
    The description for Event ID 34 from source ccSvcHst cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
     If the event originated on another computer, the display information had to be saved with the event.
    ccSetMgr
    Windows cannot load the user's profile but has logged you on with the default profile for the system.
    DETAIL - Access is denied.
    Looking at the Logs all I can tell is that after the Desktop Window Manager started if caused this error.
    The winlogon notification subscriber <SessionEnv> was unavailable to handle a notification event.
    then this one
    The Desktop Window Manager has exited with code (0x40010004)
    Then this before it shutdown.
    The User Profile Service has stopped.
    I started up the PC and the first message I got was
    How can I get access to my user profile? do I need to createa new Administrator account? Please help
    The EventSystem sub system is suppressing duplicate event log entries for a duration of 86400 seconds. The suppression timeout can be controlled by a REG_DWORD value named SuppressDuplicateDuration under the following registry key: HKLM\Software\Microsoft\EventSystem\EventLog.

    hi do the following
    1. In Search programs and files (Windows 7) area, type in regedit, and press Enter.
    2. If prompted click yes,
    3.  expand the following HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
    4. click the sid that related to your admin profile (if you not sure, click each sid and in turn look to the right hand side of registry editor it will show who that sid is related to one of the registry files should hae in description localhost\admin or
    something similair)
    5. right click the sid and press delete.
    6. restart your machine and log back on with the admin account, this will then rebuild the admin profile... dont worry when it loads and none of your personal settings are saved or files or folders... go to c:\users
    in here you will see two folders for the admin account, one will be just admin and the other most likely admin.localhost
    i cant remember which one is which but just check both, one will still have all your files and folders in it.
    i suggest making a backup of your data before doing this incase something does go wrong, but ive had this happen many times in a domain enviorment and has worked for me everytime.

  • HP ToolboxFX has encountered an error and cannot recover (HP Laserjet M1536dnf MFP)

    We have an HP Laserjet M1536dnf MFP.  Just starting receiving an error with the HP ToolboxFx on Windows 7 32 bit start-up.  We can scan and the printer test prints, but it says the HP Toolbox has encountered an error and cannot recover.  Please restart the HP Toolbox FX...or...toolbox version 006.15.01163.  In toolbox screen, it says cannot connect to device.
    I have tried a number of things and read posts, but still no luck.  I can still scan, though.  Help?

    Hi,
    Try installing the latest firmware of the printer, reboot both the printer and the PC and check for any difference:
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=Im-86043-11&cc=us&dlc=en&lc=en...
    If that doesn't help, go to C:\HP Laserjet M1530 Basic Software\Utilities and follow the Scrubber.exe to uninstall the software (it may vary and may be named similar as NTScrubber for example).
    Reboot your PC, go to Drive C and remove the M1530 Basic Software folder, then download and install the latest software below:
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=Im-86005-3&cc=us&dlc=en&lc=en&...
    Hope that helps,
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • Windows 7 Desktop synchronisation - Windows cannot access \\server\users\name\desktop

    Hi there
    My client has a laptop which won’t load the desktop when disconnected from the network. When you log on (while disconnected) you get the error
    “Windows cannot access \\server\users\name\desktop”
    Works as expected while connected to the network.
    The server is a Windows Small Business Server 2003 with active directory etc. and roaming profiles turned on. This issue does not occur on other workstations/laptops.
    When I check the Users folder on the local system drive there is not a desktop folder. I assume this is the issue although I’m not sure how you would force windows to create one or why one hasn’t been created?
    This is a brand new laptop so my initial reaction was to reset the laptop to factory state and then add the laptop back in to the domain. After this process the issue was still present!
    I guess the only thing I should mention is that this was shipped as a Home Premium laptop and was then upgraded to Professional using an upgrade key.
    I have checked Control Panel, System & Security, System, Advanced, User Profiles and the account shows as Local with Roaming Profiles greyed out.
    Any ideas?
    Martyn Fewtrell
    [email protected]
    Martyn Fewtrell TNC (IT Solutions) Ltd Email: [email protected] Web: http://www.tncit.co.uk

    Hi,
    I am just writing to check the status of this thread. Was the information provided in previous
    reply helpful to you? Do you have any further questions or concerns? Please feel free to let us know.
    Regards,
    Alex Zhao
    TechNet Subscriber Support
    If you are
    TechNet Subscription user and have any feedback on our support quality, please send your feedback
    here.
    Alex Zhao
    TechNet Community Support

  • ORA-01124: cannot recover data file 1 - file is in use or recovery

    I am trying to recover standby database, but it is giving the below error.
    ORA-00283: recovery session canceled due to errors
    ORA-01124: cannot recover data file 1 - file is in use or recovery, recovery is already stated
    ORA-01110: data file 1: 'I:\ORACLE\QAS\SAPDATA1\SYSTEM_1\SYSTEM.DATA1'
    when i checked in the alert log the recovery is not started. and later i hae given "alter database recover cancel' and the command end up with the below line
    "media recovery not started".
    it seems that the recovery has stuck in between.
    please advise me how to kill the recovery session that's stuck. because i dont want to bounce the standby database.
    thanks in advance.

    Without dataguard and MRP, you are running a scripted standby.
    In a scripted standby, a RECOVER DATABASE session would have an UNTIL clause (most likely UNTIL SEQUENCE). At the end of the recovery to that point (SEQUENCE#), it exits and shuts down the database.
    Also, the scripting is such that when one RECOVER session is active, another session is not allowed to start. It may loop in wait state or exit and retry at the next scheduled interval.
    Apparently your standby scripting is not robust enough to prevent another RECOVER session from starting off even as the first is active (and/or it doesn't have a proper UNTIL clause and stop, exit, shutdown actions)
    What you have is a custom implementation of a standby database. Without complete details of the script, the "locking" between sessions (to prevent a second RECOVER from starting when one is already running) etc .... we really cannot do much to help you.
    Your scripts should be maintaing status information . It should be possible for you to discover the "other" sqlplus session that has issued a RECOVER DATABASE but not yet exited (e.g. ... how about a simple "ps -ef |grep sql" and "ps -ef | grep ora" combination ??)
    Hemant K Chitale
    Edited by: Hemant K Chitale on May 29, 2013 5:47 PM

  • How to recover backup user data after a restore

    I had a disk fail and could not boot. while in the restore software I was able to backup user data to a USB drive. Now that I've restored from the restore partition and got it running windows 7 home again, I don;t see how to recover the user data made with the low level software. Windows back up doesn't seem to recognise it and I can't find an HP utility to get at it.
    A program saved with the .wim back up files brought up an HP restore manager application that then copied the filed to my new C drive but how do I actually get it to recover them into their appropriate places and recreate users etc.
    Or, should I just consider myself lucky to still have copies of the files at all?  I'll not be real happy about that because it will be a tom of work to recreate everything manually even with the files.
    I'm hoping someone out there has a better solution for recovering all my user data into my new restored initial image.
    thanks,
    -dcb

    Hello dcbrower, You may be able to use the program Universal Extractor to extract the files in the .wim file.
    This is a Free program that can be found at this  Link. .
    Just extract the files in the wim file to a location you would like.
    Please click the White Kudos star on the left, to say thanks.
    Please mark Accept As Solution if it solves your problem.

  • Gmail on iphone was working fine until yesterday when it prompted me with the message cannot get mail user name or password for gmail is incorrect, i have tried deleting the account and re-created a new account, same problem, can anyone help?

    gmail on iphone was working fine until yesterday when it prompted me with the message "cannot get mail user name or password for gmail is incorrect", i have tried deleting the account and re-created a new account, same problem, can anyone help?

    paulcb, you're a genius, it worked, thank you so much, you don't know how much stress you have taken off my shoulders, I am constantly on my email in my iphone everyday.  Thanks a million, take care. Robert.

  • How I can recover my user admin password of my computer?

    How I can recover my user admin password of my computer?
    I have an I mac 27 Inch 2009 3.06 GHz Intel core 2 Duo. I cant remember my user admin password to enter my computer to make changes, how can I recover it? I have being entering as a guest user.

    You can't recover the password, but you can reset it.
    If the user account is associated with an Apple ID, and you know the Apple ID password, then maybe the Apple ID can be used to reset your user account password. In OS X 10.10 and later, this option also works with FileVault, but only if you enabled it when you activated FileVault. It's not retroactive. Otherwise, see below.
    Note: If you've activated FileVault, this procedure doesn't apply. Follow instead these instructions.
    Start up in Recovery mode. When the OS X Utilities window appears, select
              Utilities ▹ Terminal
    from the menu bar at the top of the screen—not from any of the items in the OS X Utilities window.
    In the window that opens, type this:
    resetp
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password window opens. Close the Terminal window to get it out of the way.
    Select the startup volume ("Macintosh HD," unless you gave it a different name) if not already selected. You won't be able to do this if FileVault is active.
    Select your username from the menu labeled Select the user account if not already selected.
    Follow the prompts to reset the password. It's safest to choose a password that includes only the characters a-z, A-Z, and 0-9.
    Select
               ▹ Restart
    from the menu bar.
    You should now be able to log in with the new password, but the Keychain will be reset (empty.) If you've forgotten the Keychain password (which is ordinarily the same as the login password), there's no way to recover it.

  • SEEBURGER AS2: AS2 Adapter failure - Cannot authenticate the user

    Hello,
    All was working fine but now I got these errors in an AS2 scenario. Sending a message via AS2. Also we don't receive any messages via AS2 anymore. This is the error when sending a message:
    Unable to forward message to JCA adapter. Reason: Fatal exception: com.sap.aii.af.ra.cci.XIRecoverableException: SEEBURGER AS2: AS2 Adapter failure # java.lang.Exception: AS2 message composition failed: com.seeburger.ksm.cryptoapi.exception.CryptoApiException: Cannot authenticate the user., SEEBURGER AS2: AS2 Adapter failure # java.lang.Exception: AS2 message composition failed: com.seeburger.ksm.cryptoapi.exception.CryptoApiException: Cannot authenticate the user.
    MP: Exception caught with cause javax.resource.ResourceException: Fatal exception: com.sap.aii.af.ra.cci.XIRecoverableException: SEEBURGER AS2: AS2 Adapter failure # java.lang.Exception: AS2 message composition failed: com.seeburger.ksm.cryptoapi.exception.CryptoApiException: Cannot authenticate the user., SEEBURGER AS2: AS2 Adapter failure # java.lang.Exception: AS2 message composition failed: com.seeburger.ksm.cryptoapi.exception.CryptoApiException: Cannot authenticate the user.
    Exception caught by adapter framework: Fatal exception: com.sap.aii.af.ra.cci.XIRecoverableException: SEEBURGER AS2: AS2 Adapter failure # java.lang.Exception: AS2 message composition failed: com.seeburger.ksm.cryptoapi.exception.CryptoApiException: Cannot authenticate the user., SEEBURGER AS2: AS2 Adapter failure # java.lang.Exception: AS2 message composition failed: com.seeburger.ksm.cryptoapi.exception.CryptoApiException: Cannot authenticate the user
    Delivery of the message to the application using connection AS2_http://seeburger.com/xi failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Fatal exception: com.sap.aii.af.ra.cci.XIRecoverableException: SEEBURGER AS2: AS2 Adapter failure # java.lang.Exception: AS2 message composition failed: com.seeburger.ksm.cryptoapi.exception.CryptoApiException: Cannot authenticate the user., SEEBURGER AS2: AS2 Adapter failure # java.lang.Exception: AS2 message composition failed: com.seeburger.ksm.cryptoapi.exception.CryptoApiException: Cannot authenticate the user.: javax.resource.ResourceException: Fatal exception: com.sap.aii.af.ra.cci.XIRecoverableException: SEEBURGER AS2: AS2 Adapter failure.
    Please advice, many thanks!
    Erik

    Are you using the "Use Authentication" option in the communication channel? If yes, then ensure that the user provided is correct and is not locked. Also recheck the authentication certificate settings.
    Regards,
    Prateek

Maybe you are looking for

  • Custom Login in 7.1

    Hi, We are trying to create a custom login module for our web application, which authenticates the user against an external database, using the jaas framework (j_security,etc). All the tutorials seem to be for older versions, and as such dont seem to

  • TS5216 My camera is not working with Skype

    I just bought MBA a couple months ago now my camera is not working with skype. all im seeing here you guys said u gonna work on it. I was wondering for how long we have to wait for this to be fixed. I think its unfair if we buy mac product and cant u

  • Annual Maintenance Contract for Equipment Pieces in SAP

    Hi All, I am aware of the standard SAP function of Service Procurement. However my requirement is as follows:- 1.I want to create a 'F' Account Assigned service Purchase order (Annual Maintenance Contract) with a option in the PO screen to enter equi

  • Rotating Multiple Thumbnails in Finder

    I'm a convert from Windows and looking for a way to rotate multiple thumbnail images in Finder. I have the .JPGs all hilited and have the urge to just right-click and rotate CCW, like I can do in Windows Explorer. Can a MAC user out there help me out

  • How would I fix this?

    Hello, I am having difficulty with the highlighted lines. The main div adds space between the next td element. how would I make the td tag cover the whole page, like it did before I added the highlighted lines. Appreciate any help but please don't ju