IM Login problem Error while doing the search

Hi people,
I'm facing some strange behaviour with login for a couple of users, I have users that don't have problems to login and I have user that can't login, I'm sure that all of them are valid because they're login to Portal Server, and then launch the IMClient using SSO, users that can achieved the login can't found users that can't login using the "add contact" button of the IMClient.
In the javaws console I'm seeing this exceptions when a user can't login:
30 Oct 2007 14:02:18,898] [xmpp] [javawsApplicationMain] org.netbeans.lib.collab.CollaborationException: Error while doing the search
org.netbeans.lib.collab.CollaborationException: Error while doing the search
     at org.netbeans.lib.collab.xmpp.XMPPPersonalStoreService.searchPrincipals(XMPPPersonalStoreService.java:330)
     at org.netbeans.lib.collab.xmpp.XMPPPersonalStoreService.searchPrincipals(XMPPPersonalStoreService.java:262)
     at org.netbeans.lib.collab.xmpp.XMPPPersonalStoreService.getUserAttributes(XMPPPersonalStoreService.java:1211)
     at org.netbeans.lib.collab.xmpp.XMPPPersonalStoreService.getPrivateQuery(XMPPPersonalStoreService.java:1289)
     at org.netbeans.lib.collab.xmpp.XMPPPersonalStoreService.getProfile(XMPPPersonalStoreService.java:419)
     at com.sun.im.service.xmpp.XMPPPersonalStoreService.getProfile(XMPPPersonalStoreService.java:240)
     at com.iplanet.im.client.manager.CurrentUserManager.getCurrentProfile(CurrentUserManager.java:350)
     at com.iplanet.im.client.manager.Manager.login(Manager.java:1255)
     at com.iplanet.im.client.swing.login.DefaultLoginDialog.login(DefaultLoginDialog.java:550)
     at com.iplanet.im.client.swing.login.DefaultLoginDialog.connect(DefaultLoginDialog.java:540)
     at com.iplanet.im.client.iIM.startLogon(iIM.java:464)
     at com.iplanet.im.client.iIM.init(iIM.java:203)
     at com.iplanet.im.client.iIM.main(iIM.java:950)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:585)
     at com.sun.javaws.Launcher.executeApplication(Launcher.java:1171)
     at com.sun.javaws.Launcher.executeMainClass(Launcher.java:1118)
     at com.sun.javaws.Launcher.continueLaunch(Launcher.java:961)
     at com.sun.javaws.Launcher.handleApplicationDesc(Launcher.java:515)
     at com.sun.javaws.Launcher.handleLaunchFile(Launcher.java:218)
     at com.sun.javaws.Launcher.run(Launcher.java:165)
     at java.lang.Thread.run(Thread.java:595)
/home/lalo/.sunmsgr/mx_m53852_latam_int_bbvabancomer_com_mx/messages/scripts/scripts.txt
[SafeResourceBundle] Missing resource key: iIMFrame_title
[Fatal Error] :1:2908: The element type "body" must be terminated by the matching end-tag "</body>".
com.sun.im.service.CollaborationException: org.netbeans.lib.collab.CollaborationException: Error while doing the search
     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
     at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
     at com.sun.im.service.util.ReflectUtil.getDelegatorObject(ReflectUtil.java:27)
     at com.sun.im.service.xmpp.XMPPPersonalStoreService.searchPrincipals(XMPPPersonalStoreService.java:179)
     at com.iplanet.im.client.manager.UserCache.getPrincipal(UserCache.java:161)
     at com.iplanet.im.client.manager.BuddyListManager.addBuddyListGroupMember(BuddyListManager.java:977)
     at com.iplanet.im.client.manager.BuddyListManager.addBuddyListGroupMember(BuddyListManager.java:938)
     at com.iplanet.im.client.manager.BuddyListManager.loadBuddyListNow(BuddyListManager.java:430)
     at com.iplanet.im.client.manager.BuddyListManager.init(BuddyListManager.java:200)
     at com.iplanet.im.client.swing.communicator.Communicator.<init>(Communicator.java:316)
     at com.iplanet.im.client.swing.BuddyList.showBuddyList(BuddyList.java:187)
     at com.iplanet.im.client.iIM.showBuddyList(iIM.java:1105)
     at com.iplanet.im.client.swing.Client.openNetlertViews(Client.java:379)
     at com.iplanet.im.client.swing.Client.showViews(Client.java:150)
     at com.iplanet.im.client.iIM.loadNetLert(iIM.java:613)
     at com.iplanet.im.client.swing.login.DefaultLoginDialog$1.run(DefaultLoginDialog.java:610)
     at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Caused by: org.netbeans.lib.collab.CollaborationException: Error while doing the search
     at org.netbeans.lib.collab.xmpp.XMPPPersonalStoreService.searchPrincipals(XMPPPersonalStoreService.java:330)
     at org.netbeans.lib.collab.xmpp.XMPPPersonalStoreService.searchPrincipals(XMPPPersonalStoreService.java:262)
     at com.sun.im.service.xmpp.XMPPPersonalStoreService.searchPrincipals(XMPPPersonalStoreService.java:171)
     ... 19 more
[Fatal Error] :1:2908: The element type "body" must be terminated by the matching end-tag "</body>".
com.sun.im.service.CollaborationException: org.netbeans.lib.collab.CollaborationException: Error while doing the search
     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
     at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
     at com.sun.im.service.util.ReflectUtil.getDelegatorObject(ReflectUtil.java:27)
     at com.sun.im.service.xmpp.XMPPPersonalStoreService.searchPrincipals(XMPPPersonalStoreService.java:179)
     at com.iplanet.im.client.manager.UserCache.getPrincipal(UserCache.java:161)
     at com.iplanet.im.client.manager.BuddyListManager.addBuddyListGroupMember(BuddyListManager.java:977)
     at com.iplanet.im.client.manager.BuddyListManager.addBuddyListGroupMember(BuddyListManager.java:938)
     at com.iplanet.im.client.manager.BuddyListManager.loadBuddyListNow(BuddyListManager.java:430)
     at com.iplanet.im.client.manager.BuddyListManager.init(BuddyListManager.java:200)
     at com.iplanet.im.client.swing.communicator.Communicator.<init>(Communicator.java:316)
     at com.iplanet.im.client.swing.BuddyList.showBuddyList(BuddyList.java:187)
     at com.iplanet.im.client.iIM.showBuddyList(iIM.java:1105)
     at com.iplanet.im.client.swing.Client.openNetlertViews(Client.java:379)
     at com.iplanet.im.client.swing.Client.showViews(Client.java:150)
     at com.iplanet.im.client.iIM.loadNetLert(iIM.java:613)
     at com.iplanet.im.client.swing.login.DefaultLoginDialog$1.run(DefaultLoginDialog.java:610)
     at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Caused by: org.netbeans.lib.collab.CollaborationException: Error while doing the search
     at org.netbeans.lib.collab.xmpp.XMPPPersonalStoreService.searchPrincipals(XMPPPersonalStoreService.java:330)
     at org.netbeans.lib.collab.xmpp.XMPPPersonalStoreService.searchPrincipals(XMPPPersonalStoreService.java:262)
     at com.sun.im.service.xmpp.XMPPPersonalStoreService.searchPrincipals(XMPPPersonalStoreService.java:171)
     ... 19 more
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
     at com.iplanet.im.client.manager.BuddyListManager.addBuddyListGroupMember(BuddyListManager.java:977)
     at com.iplanet.im.client.manager.BuddyListManager.addBuddyListGroupMember(BuddyListManager.java:938)
     at com.iplanet.im.client.manager.BuddyListManager.loadBuddyListNow(BuddyListManager.java:430)
     at com.iplanet.im.client.manager.BuddyListManager.init(BuddyListManager.java:200)
     at com.iplanet.im.client.swing.communicator.Communicator.<init>(Communicator.java:316)
     at com.iplanet.im.client.swing.BuddyList.showBuddyList(BuddyList.java:187)
     at com.iplanet.im.client.iIM.showBuddyList(iIM.java:1105)
     at com.iplanet.im.client.swing.Client.openNetlertViews(Client.java:379)
     at com.iplanet.im.client.swing.Client.showViews(Client.java:150)
     at com.iplanet.im.client.iIM.loadNetLert(iIM.java:613)
     at com.iplanet.im.client.swing.login.DefaultLoginDialog$1.run(DefaultLoginDialog.java:610)
     at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)All of the users are under the same ldap branch, and previously I ran the command: /opt/SUNWiim/sbin/imadmin assign_services, for that ldap branch.
Any suggestion? Thanks in advance....

Finally we found the cause of the problems, for an strange reason if the user has the character '�' in his 'cn' o 'sn' he can't login, for example:
bash-3.00# ldapsearch -x -h ldap -p 389 -b "c=mx,o=isp" -D "cn=DirectoryManager" -w password "cn=mx.m524217" cn sn uid
version: 1
dn: cn=mx.m524217, ou=people, c=mx, o=isp
uid: m524217
sn: VERA TREVI�O
cn: mx.m524217
When a user login to IM made a search of users if he search a user that can't login that search doesn't found nothing and the exception I posted before appears in the javaws console.
But this only happened while we are using the gateway, if we point to the IM multiplexor directly we don't have all of this problems.
Regards..

Similar Messages

  • Error while doing the repository export

    hi,
    I am getting error while doing the export repository,Message: GEN-13, Additional Message: Dictionary is not available on this database, can anyone help me how to resolve this issue.
    thanks,
    Sundar M

    Hi Sundar,
    Please provide the export repository command, what you used and the log file to review.
    The error "Dictionary is not available on this database" will pop up when Siebel Repository is not present in DB.
    For export process you have to give repository name as "Siebel Repository" and it will export schema in to *.dat file.
    NOTE: Do not change Siebel Repository name for export process.
    Thanks,
    Shilpi

  • Error while doing the Oracle 9i Database Installation

    PROBLEM ONE
    While installing the Oracle Database 9i on Windows 2000 Server with 256 MB Ram, I got the following error
    Windows - Wrong Volume
    The wrong volume is in the drive. Please insert volume ORCL9011_1 into drive E:.
    This message occured when percentage done was 100%. It was copying visualsdo.exe
    PROBLEM TWO
    Then I deinstalled the Oracle 9i software and deleted the oracle folder from both the Windows Explorer as well as in the RegEdit.
    Again I started doing the installation...
    In Oracle Database Configuration Assistant, while it was installing "Adding Oracle JVM", I got the following error
    "Oracle Database Configuration Assistant: ERROR"
    "ORA-06576:not a valid function or procedure name"
    When I clicked Ignore I got the following error
    "Oracle Database Configuration Assistant: ERROR"
    "ORA-04021:timeout occured while waiting to lock object
    SYS.META-INF/MANIFEST.MF"
    Please let me know why this problem occured and what is the solution for this......
    If you need any information then please let me know
    With Regards
    Deepak

    You have too few RAM on your machine, even you could successfully create an instance, it's going to slow as hell.
    When you run DBCA to create database, instead of actually creating the database you could choose to dump the SQL scripts and files used for database creation to a directory. This way will give you a chance to modify pfile and reduce the SGA parameter. I believe the default SGA of instance created by DBCA is already beyond your RAM limit.

  • ERROR WHILE DOING THE SERVICE ENTRY SHEET

    Hi All,
    I have budget INR 3000 & i created PR INR 2500 ,PO for the same amount INR 2500.Against the same i made INR 2000 down payment and it would as statistical in SAP. But while doing the service entry for same PO ,budget exceeded error coming.
    I seen Program RFFMS009 program also all DP figures updated as statistical ,but while clearing the DP through F-54 system getting budget exceeded error message.
    Kindly help me .we are in 4.7
    Former budgeting
    Rgds
    Manisuma

    Hi All,
    There is problem in Field status varaint
    Rgds
    Suma

  • Error While doing the Asset Credit Memo -ABGL

    HI,
    While doing the Asset Credit Memo -ABGL,i am getting the below error.Kindly help me with your inputs.
    Balance for transaction type group 10 negative for the area 01
    Message no. AA629
    Asset affected: 406000000004-0000
    Diagnosis
    With the transaction entered, the balance for the transactions in group 10 in area 01 will be negative in this fiscal year. However, the balance of transaction type group 10, according to its definition, must be positive in each fiscal year.
    System response
    The system rejects this posting.
    Procedure
    Check the transaction type, the amount and the fiscal year in your posting. If you want to post a credit memo to an acquisition from the previous year, then use a transaction type for a retirement. If necessary, you can change balance rules after talking with your SAP consultant.
    Thanks
    Supriya

    Check your config in OABN / OADB
    The depriciation area 01 can allow you post values only postive .. in OADB
    it has maintained Acquisition values Postive or zero values and net book
    values has miantained Postive or 0 values. so based on this setting u cannt
    post any negative values for this asset.

  • Error while doing the Usage Decision in transaction QA32

    Hello Friends,
    While doing the goods receipt for customer returns from customer, system generated a inspection lot with inspection type 06.
    So in QA32 transaction, system is showing that inspection lot, but in same screen, against the column InspPlan: Material, system is not showing any entry.
    Later on after analysis, i found that no inspection plan was assinged to the material, Plant for which that inspection lot was created. When i checked that inpection lot in transaction QA03, in Insp. Specifications tab, agaisnt the Assigned Specification section, system was not showing any entry in fields Group, Group Counter, Plant, Usage.
    And against that inspection lot,status CRTD, PREQ, CHCR are active.
    Because of  which, when user is trying to do the UD against this lot system throwing the error message as Status check error.
    When i checked again i found that status CRTD is throwing the error message.
    Hence friend, i want to do the Usage decision  for that inspection lot than how to do?
    Now user has assigned the material, plant to the inspection plan in QP02.
    Should i go to QA02 transaction, and in Insp. Specification tab, for fields group, group counter, usage, Plant, maintain the values?
    Will this allow me to do the usage decision against the inspection lot which got generated when no inspection plan was assingned to that material, plant?
    Waiting for your valuable inputs.

    For Result Recording and Ud the inspection lot status must be REL as u told ur status is CRTD it Mean Some master
    is missing in inspection lot,generally inspection plan for that u run QA02 enter inspection lot no go to specification tab
    there a button assigned specification there click on that as u click on button u will find that plan for above material copied to lot and it will show u plan detail line group and group counter no.
    then go to next screen Sample if sample management is active and click on sample then system will calculate sample size then save ur lot. it would get Status As REL now ui can enter result or take UD
    for QM setting Refer
    http://sap-questions.blogspot.com/

  • Compensation Planning - Error while doing the planning for Employee

    Hi Friends,
    We have implemented standard MSS Business package.
    Line Mangers are using the Compensation Planning Iview and are facing errors while sending it for further approvals.
    In the steps.
    In the last step they get  RFC_ERROR_SYSTEM_FAILURE.
    A critical error has occurred. Processing of the service was terminated.
    Access via NULL Object reference not possible.,error key : RFC_ERROR_SYSTEM_FAILURE.
    Also to note that while doing the planning we get " No budget Data available"
    Is budget data mandatory to complete planning. However in test systems we were able to run the complete cycle even without the budget data we were able to complete one cycle.
    Kindly advise .
    Thanks
    Santosh

    Hello..
    This might point to an unhanded exception. There should be a backend dump (ST22) available and that would help in more analysis. You might need a ABAPer to look into the dump. You may paste the dump here for more analysis.

  • Error while doing the return delivery

    Hi Experts,
    I had created an PO with describe requirement for 50 quantity and did partial confirmation of 30 quantity.
    While doing the return delivery for 10 quantity system is throwing error
    Line 1: No goods receipt possible for purchase order 4200051444 00001
    When tried doing the same process in ECC, the return delivery is posted without error.
    We were able to do the return delivery earlier. Can anybody throw light on, for the possible reason for this error.
    Your early response is appreciated.
    Regards,
    ASGMDM

    HI,
    This is due to anyone of the following :
    01. No further confirmation expected button is checked while doing confirmation for quantity 30. Please check the same in PO, if it is checked please uncheck the same so that you can do further confirmations.
    02.Please check the confirmation status of 30 quanityt which you posted earlier. It should be having Posted in Backend. If it is not, then you cannot create return delivery for the same. Also please note that Back end GR document number for 30 quantity should be updated in the table BBP_PDBEH under the field BE_OBJECT_ID.
    Thanks
    Rajesh K

  • Error while doing the confirmation by COR6N

    Hello Friends,
    While doing the confirmation by  T.C COR6N,in that screen i gave the process order no. and the phase no. and the posting date only and pressed enter, after that system thrown the error message "  Incorrect Resource entered " , Message no. S1333.
    Diagnosis
    This message is dynamically created, no more information possible.
    Actually by default from the process order system takes the resource.Here in COR6N screen i haven't given the resource than also system is giving the error message.
    Thanking you guys in advance.

    PLease check in the master data, Whether you have mentioned the resource..
    Foe Example, In discrete manufacturing, In the routing , we will give the workcenter which will be copied to the production order...
    Similarly please check and revert..
    karthick

  • Error while doing the billing (VF01)

    hello,
    we have created Debit memo request "1234" (doc type : DR). when i am doing the billing(VF01) for the debit memo "1234" we are encountering the error as bellow.
    bellow message is from the log:
    "001234 000010 "Create billing document" not allowed (Sys. status Cost, object VB001234000010)
    Long txt
        Detail
         Diagnosis
             The status check for the status object VB001234000010
             indicated that the procedure "Create billing document"
             cannot be performed because Sys. status Cost forbids it.
         System Response
             Procedure "Create billing document" is not performed.
         Procedure
             If procedure "Create billing document" is to be performed,
             the Sys. status Cost of object VB001234000010 must be
             reset.
             Other statuses than Sys. status Cost can also prevent the
             procedure. This message does not tell you all statuses
             which currently prevent procedure "Create billing
             document"".

    Hello,
    First you check the requirement type in the order VA03 --> Overview screen --> Procurement tab --> check the requirement class for the line item.
    Check, IMG u2013 Controlling u2013 Product Cost Controlling u2013 Control of sales order related production / prod. Cost by sales order u2013 Check Requirement class.
    Check the requirement class from here. Remove all data from the Costing and Account Assignement tabs and save. It will be useful if you take the screenshot of the earlier setting, it will be helpful for you to revert back the config whenever you want.
    Try to generate the billing document and let us know whether it worked?
    Prase

  • Internal Server 500 error while doing the load test in Oracle IAS/EBS

    While execute the load(350 users) after the 20 minutes execution aplication throw the Internal Server 500 error. Also number of errors are increasing continuosly.
    No that there is no outof memory error in the eny logs
    In the error_log
    [Sat Sep 15 16:37:07 2012] [error] [client IP] [ecid: 1347741427:10.4.165.182:8328:0:188,0] mod_oc4j: Failed to find a failover oc4j process for session request for destination: application://oacore (no island or jgroup).
    [Sat Sep 15 16:37:07 2012] [error] [client IP] [ecid: 1347741427:10.4.165.182:8328:0:188,0] mod_oc4j: There is no oc4j process (for destination: application://oacore) available to service request.
    In the oacorestd.err (exception)
    12/09/14 16:37:44 oracle.apps.fnd.common.PoolException: Exception creating new Poolable object.
    12/09/14 16:37:44      at oracle.apps.fnd.common.Pool.createObject(Pool.java:1286)
    12/09/14 16:37:44      at oracle.apps.fnd.common.Pool.borrowObject(Pool.java:1027)
    12/09/14 16:37:44      at oracle.apps.fnd.security.DBConnObjPool.borrowObject(DBConnObjPool.java:584)
    12/09/14 16:37:44      at oracle.apps.fnd.security.AppsConnectionManager.borrowConnection(AppsConnectionManager.java:330)
    12/09/14 16:37:44      at oracle.apps.fnd.common.Context.borrowConnection(Context.java:1719)
    12/09/14 16:37:44      at oracle.apps.fnd.common.AppsContext.getPrivateConnectionFinal(AppsContext.java:2314)
    12/09/14 16:37:44      at oracle.apps.fnd.common.AppsContext.getExtraJDBCConnection(AppsContext.java:2672)
    12/09/14 16:37:44      at oracle.apps.fnd.common.AppsContext.getExtraJDBCConnection(AppsContext.java:2564)
    12/09/14 16:37:44      at oracle.apps.fnd.framework.webui.OAServerDelegate.handleError(OAServerDelegate.java:1922)
    12/09/14 16:37:44      at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1270)
    12/09/14 16:37:44      at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(OAPageErrorHandler.java:1435)
    12/09/14 16:37:44      at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2662)
    12/09/14 16:37:44      at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1940)
    12/09/14 16:37:44      at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
    12/09/14 16:37:44      at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
    12/09/14 16:37:44      at OA.jspService(_OA.java:212)
    12/09/14 16:37:44      at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    12/09/14 16:37:44      at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
    12/09/14 16:37:44      at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    12/09/14 16:37:44      at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    12/09/14 16:37:44      at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    12/09/14 16:37:44      at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    12/09/14 16:37:44      at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    12/09/14 16:37:44      at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
    12/09/14 16:37:44      at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
    12/09/14 16:37:44      at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
    12/09/14 16:37:44      at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
    12/09/14 16:37:44      at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
    12/09/14 16:37:44      at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
    12/09/14 16:37:44      at OA.jspService(_OA.java:221)
    12/09/14 16:37:44      at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    12/09/14 16:37:44      at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
    12/09/14 16:37:44      at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    12/09/14 16:37:44      at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    12/09/14 16:37:44      at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    12/09/14 16:37:44      at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    12/09/14 16:37:44      at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    12/09/14 16:37:44      at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
    12/09/14 16:37:44      at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
    12/09/14 16:37:44      at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
    12/09/14 16:37:44      at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
    12/09/14 16:37:44      at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
    12/09/14 16:37:44      at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
    12/09/14 16:37:44      at RF.jspService(_RF.java:225)
    12/09/14 16:37:44      at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    12/09/14 16:37:44      at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
    12/09/14 16:37:44      at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    12/09/14 16:37:44      at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    12/09/14 16:37:44      at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    12/09/14 16:37:44      at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    12/09/14 16:37:44      at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
    12/09/14 16:37:44      at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
    12/09/14 16:37:44      at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
    12/09/14 16:37:44      at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
    12/09/14 16:37:44      at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    12/09/14 16:37:44      at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    12/09/14 16:37:44      at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    12/09/14 16:37:44      at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    12/09/14 16:37:44      at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    12/09/14 16:37:44      at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    12/09/14 16:37:44      at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    12/09/14 16:37:44      at java.lang.Thread.run(Thread.java:619)
    12/09/14 16:37:44 Caused by: oracle.apps.fnd.common.AppsException: java.sql.SQLRecoverableException: IO Error: Connection reset
    12/09/14 16:37:44      at oracle.apps.fnd.security.ConnectionManager.dbConnect(ConnectionManager.java:1522)
    12/09/14 16:37:44      at oracle.apps.fnd.security.AppsConnectionManager.localAppsConnect(AppsConnectionManager.java:1270)
    12/09/14 16:37:44      at oracle.apps.fnd.security.AppsConnectionManager.localAppsConnect(AppsConnectionManager.java:1165)
    12/09/14 16:37:44      at oracle.apps.fnd.security.AppsConnectionManager.localAppsConnect(AppsConnectionManager.java:1154)
    12/09/14 16:37:44      at oracle.apps.fnd.security.AppsConnectionManager.makeGuestConnection(AppsConnectionManager.java:817)
    12/09/14 16:37:44      at oracle.apps.fnd.security.DBConnObj.<init>(DBConnObj.java:230)
    12/09/14 16:37:44      at sun.reflect.GeneratedConstructorAccessor51.newInstance(Unknown Source)
    12/09/14 16:37:44      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    12/09/14 16:37:44      at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    12/09/14 16:37:44      at oracle.apps.fnd.common.Pool.createObject(Pool.java:1273)
    httpd.conf param in application
    Timeout 300, KeepAlive ON, MaxKeepAliveRequests 0, KeepAliveTimeout 15, MinSpareServers 5, MaxSpareServers 10, StartServers 5, MaxClients 2000
    -Xmx1536M -Xms1536M -XX:MaxPermSize=256M
    Oracle EBS 12.1.3
    Oracle IAS 10.1.3
    Oracle DB 11.1.0.7

    Plz see the opmn.xml for your reference
    <?xml version="1.0" encoding="UTF-8" ?>
    - <!-- $Header: opmn_xml_1013.tmp 120.22.12010000.5 2010/02/17 10:51:33 sbandla ship $
    -->
    - <!-- Configuration file for OPMN
    -->
    - <!-- ###############################################################
    This file is automatically generated by AutoConfig. It will be read and
    overwritten. If you were instructed to edit this file, or if you are not
    able to use the settings created by AutoConfig, refer to Metalink Note
    387859.1 for assistance.
    -->
    - <opmn xmlns="http://www.oracle.com/ias-instance">
    <log path="/ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/logs/ora/10.1.3/opmn/opmn.log" comp="internal;ons;pm" rotation-size="1500000" rotation-hour="0" />
    <debug path="/ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/logs/ora/10.1.3/opmn/opmn.dbg" comp="" rotation-size="1500000" rotation-hour="0" />
    - <notification-server interface="ipv4">
    <port local="6102" remote="6202" request="6502" />
    <ssl enabled="true" wallet-file="/ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/certs/opmn" />
    - <topology>
    <nodes list="ht-eagorasvr4.virtusa.com:6202" />
    </topology>
    </notification-server>
    - <process-manager>
    - <process-modules>
    - <module path="$ORACLE_HOME/opmn/lib/libopmnohs">
    <module-id id="OHS" />
    </module>
    - <module path="$ORACLE_HOME/opmn/lib/libopmnoc4j">
    <module-id id="OC4J" />
    </module>
    - <module path="$ORACLE_HOME/opmn/lib/libopmncustom">
    <module-id id="CUSTOM" />
    </module>
    - <module path="$ORACLE_HOME/opmn/lib/libopmniaspt">
    <module-id id="IASPT" />
    </module>
    </process-modules>
    - <ias-instance id="PTEST_ht-eagorasvr4.ht-eagorasvr4.virtusa.com" name="PTEST_ht-eagorasvr4.ht-eagorasvr4.virtusa.com">
    - <environment>
    <variable id="TMP" value="/tmp" />
    </environment>
    - <module-data>
    - <category id="start-parameters">
    <data id="routing-id" value="g_rt_id" />
    </category>
    </module-data>
    - <ias-component id="IASPT" status="disabled">
    - <environment>
    <variable id="LD_LIBRARY_PATH" value="/ebiz1/PTEST/apps/tech_st/10.1.3/lib32:/ebiz1/PTEST/apps/tech_st/10.1.3/lib" append="true" />
    <variable id="LIBPATH" value="/ebiz1/PTEST/apps/tech_st/10.1.3/lib32:/ebiz1/PTEST/apps/tech_st/10.1.3/lib" append="true" />
    <variable id="SHLIB_PATH" value="/ebiz1/PTEST/apps/tech_st/10.1.3/lib32:/ebiz1/PTEST/apps/tech_st/10.1.3/lib" append="true" />
    </environment>
    - <process-type id="IASPT" module-id="IASPT" working-dir="/ebiz1/PTEST/apps/tech_st/10.1.3/iaspt/bin">
    <port id="ajp" range="7501-7600" />
    <process-set id="IASPT" numprocs="1" />
    </process-type>
    </ias-component>
    - <ias-component id="ASG" status="disabled" id-matching="true">
    - <process-type id="ASG" module-id="CUSTOM">
    <start timeout="600" />
    <stop timeout="120" />
    - <process-set id="ASG" numprocs="1">
    - <module-data>
    - <category id="start-parameters">
    <data id="start-executable" value="/ebiz1/PTEST/apps/tech_st/10.1.3/dsa/bin/dsaServer.sh" />
    <data id="start-args" value="/ebiz1/PTEST/apps/tech_st/10.1.3/dsa/dsa.conf" />
    <data id="stop-executable" value="/ebiz1/PTEST/apps/tech_st/10.1.3/dsa/bin/dsaShutdown.sh" />
    </category>
    </module-data>
    </process-set>
    </process-type>
    </ias-component>
    - <ias-component id="HTTP_Server">
    - <process-type id="HTTP_Server" module-id="OHS">
    - <environment>
    <variable id="DEFAULT_LOGS_DIR" value="/ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/logs/ora/10.1.3/Apache" append="true" />
    </environment>
    - <module-data>
    - <category id="start-parameters">
    <data id="start-mode" value="ssl-enabled" />
    <data id="config-file" value="/ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/ora/10.1.3/Apache/Apache/conf/httpd.conf" />
    </category>
    </module-data>
    <process-set id="HTTP_Server" numprocs="1" />
    </process-type>
    </ias-component>
    - <ias-component id="default_group">
    - <process-type id="home" module-id="OC4J" status="disabled" working-dir="$ORACLE_HOME/j2ee/home">
    - <module-data>
    - <category id="start-parameters">
    <data id="java-options" value="-server -Djava.security.policy=$ORACLE_HOME/j2ee/home/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false" />
    <data id="java-bin" value="/ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/admin/scripts/java.sh" />
    </category>
    - <category id="stop-parameters">
    <data id="java-options" value="-Djava.security.policy=$ORACLE_HOME/j2ee/home/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false" />
    </category>
    </module-data>
    <start timeout="600" retry="2" />
    <stop timeout="120" />
    <restart timeout="720" retry="2" />
    <port id="default-web-site" range="22510-22514" protocol="ajp" />
    <port id="rmi" range="21010-21014" />
    <port id="jms" range="24010-24014" />
    <process-set id="default_group" numprocs="1" />
    </process-type>
    - <process-type id="oacore" module-id="OC4J" status="enabled" working-dir="$ORACLE_HOME/j2ee/home">
    - <module-data>
    - <category id="start-parameters">
    <data id="java-options" value="-server -verbose:gc -Xmx2G -Xms2G -XX:MaxPermSize=512M -XX:NewRatio=2 -XX:+UseTLAB -XX:+UseParallelGC -XX:ParallelGCThreads=8 -Dcom.sun.management.jmxremote -Djava.security.policy=$ORACLE_HOME/j2ee/oacore/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false -Doracle.security.jazn.config=/ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/ora/10.1.3/j2ee/oacore/config/jazn.xml -Dhttp.cookie.ignoreCommaInCookiesNamed=X_NoMatchingCookies" />
    <data id="java-bin" value="/ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/admin/scripts/java.sh" />
    <data id="oc4j-options" value="-out /ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/logs/ora/10.1.3/opmn/oacorestd.out -err /ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/logs/ora/10.1.3/opmn/oacorestd.err" />
    </category>
    - <category id="stop-parameters">
    <data id="java-options" value="-server -verbose:gc -Xmx1024M -Xms512M -XX:MaxPermSize=160M -XX:NewRatio=2 -XX:+PrintGCTimeStamps -XX:+UseTLAB -XX:+UseParallelGC -XX:ParallelGCThreads=2 -Djava.security.policy=$ORACLE_HOME/j2ee/oacore/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false" />
    </category>
    - <category id="security-parameters">
    <data id="wallet-file" value="file:/ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/certs/Apache" />
    </category>
    </module-data>
    <start timeout="600" retry="2" />
    <stop timeout="120" />
    <restart timeout="720" retry="2" />
    <port id="default-web-site" range="21510-21520" protocol="ajp" />
    <port id="rmi" range="20010-20020" />
    <port id="jms" range="23010-23020" />
    <process-set id="default_group" numprocs="8" />
    </process-type>
    - <process-type id="forms" module-id="OC4J" status="enabled" working-dir="$ORACLE_HOME/j2ee/home">
    - <module-data>
    - <category id="start-parameters">
    <data id="java-options" value="-server -verbose:gc -Xmx256M -Xms64M -XX:MaxPermSize=128M -XX:NewRatio=2 -XX:+PrintGCTimeStamps -XX:+UseTLAB -XX:+UseParallelGC -XX:ParallelGCThreads=2 -Djava.security.policy=$ORACLE_HOME/j2ee/oacore/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false -Doracle.security.jazn.config=/ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/ora/10.1.3/j2ee/forms/config/jazn.xml" />
    <data id="java-bin" value="/ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/admin/scripts/java.sh" />
    <data id="oc4j-options" value="-out /ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/logs/ora/10.1.3/opmn/formsstd.out -err /ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/logs/ora/10.1.3/opmn/formsstd.err" />
    </category>
    - <category id="stop-parameters">
    <data id="java-options" value="-server -verbose:gc -Xmx256M -Xms64M -XX:MaxPermSize=128M -XX:NewRatio=2 -XX:+PrintGCTimeStamps -XX:+UseTLAB -XX:+UseParallelGC -XX:ParallelGCThreads=2 -Djava.security.policy=$ORACLE_HOME/j2ee/oacore/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false" />
    </category>
    - <category id="security-parameters">
    <data id="wallet-file" value="file:/ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/certs/Apache" />
    </category>
    </module-data>
    <start timeout="600" retry="2" />
    <stop timeout="120" />
    <restart timeout="720" retry="2" />
    <port id="default-web-site" range="22010-22014" protocol="ajp" />
    <port id="rmi" range="20510-20514" />
    <port id="jms" range="23510-23514" />
    <process-set id="default_group" numprocs="1" />
    </process-type>
    - <process-type id="oafm" module-id="OC4J" status="enabled" working-dir="$ORACLE_HOME/j2ee/home">
    - <module-data>
    - <category id="start-parameters">
    <data id="java-options" value="-server -verbose:gc -Xmx256M -Xms64M -XX:MaxPermSize=128M -XX:NewRatio=2 -XX:+PrintGCTimeStamps -XX:+UseTLAB -XX:+UseParallelGC -XX:ParallelGCThreads=2 -Djava.security.policy=$ORACLE_HOME/j2ee/oacore/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false -Doracle.security.jazn.config=/ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/ora/10.1.3/j2ee/oafm/config/jazn.xml" />
    <data id="java-bin" value="/ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/admin/scripts/java.sh" />
    <data id="oc4j-options" value="-out /ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/logs/ora/10.1.3/opmn/oafmstd.out -err /ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/logs/ora/10.1.3/opmn/oafmstd.err" />
    </category>
    - <category id="stop-parameters">
    <data id="java-options" value="-server -verbose:gc -Xmx256M -Xms64M -XX:MaxPermSize=128M -XX:NewRatio=2 -XX:+PrintGCTimeStamps -XX:+UseTLAB -XX:+UseParallelGC -XX:ParallelGCThreads=2 -Djava.security.policy=$ORACLE_HOME/j2ee/oacore/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false" />
    </category>
    - <category id="security-parameters">
    <data id="wallet-file" value="file:/ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/certs/Apache" />
    </category>
    </module-data>
    <start timeout="600" retry="2" />
    <stop timeout="120" />
    <restart timeout="720" retry="2" />
    <port id="default-web-site" range="25010-25014" protocol="ajp" />
    <port id="rmi" range="25510-25514" />
    <port id="jms" range="24510-24514" />
    <process-set id="default_group" numprocs="1" />
    </process-type>
    - <process-type id="forms-c4ws" module-id="OC4J" status="disabled" working-dir="$ORACLE_HOME/j2ee/home">
    - <environment>
    <variable id="DISPLAY" value="ht-eagorasvr4:0.0" append="true" />
    </environment>
    - <module-data>
    - <category id="start-parameters">
    <data id="java-options" value="-server -verbose:gc -Xmx256M -Xms64M -XX:MaxPermSize=128M -XX:NewRatio=2 -XX:+PrintGCTimeStamps -XX:+UseTLAB -XX:+UseParallelGC -XX:ParallelGCThreads=2 -Djava.security.policy=$ORACLE_HOME/j2ee/oacore/config/java2.policy -Djava.awt.headless=false -Dhttp.webdir.enable=false -Doracle.security.jazn.config=/ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/ora/10.1.3/j2ee/forms-c4ws/config/jazn.xml" />
    <data id="java-bin" value="/ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/admin/scripts/java.sh" />
    <data id="oc4j-options" value="-out /ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/logs/ora/10.1.3/opmn/forms-c4wsstd.out -err /ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/logs/ora/10.1.3/opmn/forms-c4wsstd.err" />
    </category>
    - <category id="stop-parameters">
    <data id="java-options" value="-server -verbose:gc -Xmx256M -Xms64M -XX:MaxPermSize=128M -XX:NewRatio=2 -XX:+PrintGCTimeStamps -XX:+UseTLAB -XX:+UseParallelGC -XX:ParallelGCThreads=2 -Djava.security.policy=$ORACLE_HOME/j2ee/oacore/config/java2.policy -Djava.awt.headless=false -Dhttp.webdir.enable=false" />
    </category>
    - <category id="security-parameters">
    <data id="wallet-file" value="file:/ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/certs/Apache" />
    </category>
    </module-data>
    <start timeout="600" retry="2" />
    <stop timeout="120" />
    <restart timeout="720" retry="2" />
    <port id="default-web-site" range="26010-26014" protocol="ajp" />
    <port id="rmi" range="27510-27514" />
    <port id="jms" range="26510-26514" />
    <process-set id="default_group" numprocs="0" />
    </process-type>
    </ias-component>
    </ias-instance>
    </process-manager>
    </opmn>
    Regards
    M Aslam

  • Error while doing the LO extraction

    Hi Gurus,
    I am trying to extract data from the purchasing 2LIS_02_ITM data source through LO extraction.
    While filling the Setup tables in the R3 sytem I got error with the followng message "Maintain conversion factor for USD / DDK(Currecy type M). Please suggest me what I have to do now with step by step procedure.
    For your information I am working in the R3 quality sytem now and it worked fine in the development system before.

    Hi,
    You have to ask your R/3 Team to maintain this conversion in R/3.
    You have created a purchase order that is assigned to an SD order. The purchase order belongs to company code A and the SD order belongs to company code B. Company codes A and B have different local currencies. When you post an invoice in the 'Enter Invoice: Initial Screen' transaction (MIRO) with a company code that differs from code B, the system issues error message SG 111 ' Maintain conversion factors for B/A (currency type &)'. For this, you require the exchange rates between the local currencies of company codes A and B.
    IMG...>General Settings..>Enter Exchange Rates
    go through this link for more details
    http://help.sap.com/saphelp_46c/helpdata/en/7f/72369adc56d11195100060b03c6b76/frameset.htm
    Regards,
    Anil Kumar Sharma .P
    Edited by: Anil Kumar Sharma on Jul 21, 2011 2:00 PM

  • Receiver JDBC: Error while doing the Deleting and Inserting new records

    Hi All,
              I am doing Idoc to JDBC scenario. In this I am collecting & bundling different type of Idocs and then sending to the JDBC receiver. My requirement is to delete the existing records in the database and insert the new records. I have configures as mentioned in the link
    Re: Combining DELETE and INSERT statements in JDBC receiver
    In the above link its shows for single mapping. In my scenario I am using multi mapping for collecting idocs in BPM. If I configured for normal mapping then it is working fine(Deleting existing records and Inserting new record). Whenever I am using multi mapping then I am getting following error in the receiver JDBC communication channel u201CError while parsing or executing XML-SQL document: Error processing request in sax parser: No 'action' attribute found in XML document (attribute "action" missing or wrong XML structure)u201D . Can you please tell me what might be the problem.
    Thanks & Regards,
    T.Purushotham

    Hi !
    check this out:
    JDBC - No 'action' attribute found in XML document - error
    JDBC receiver adapter: No 'action' attribute found in XML document
    It appears that the inbound payload (the one that is going from XI to the JDBC adapter) does not have the requiered tag to specify which SQL action to execute in the receiver system. Maybe the multimapping is not creating the desired output message format.
    Regards,
    Matias.

  • Re:Error while doing the Invoice

    Dear Team,
    We are encountering a problem while creating a manual billing using the transaction code EASIBI .  System  shows billing is completed success fully when we click the log it shows that the u201CBilling order deleted for contract number with schedule billing dateu201D. When we click on the details for message its gives a message u201DThe message is displayed in FM ISU_BILLING_UPDATE after FM ISU_S_TRIGGER_DELETE has run success fully is getting in our screen .
    After the above process when we try to print a bill system will shows an error like the u201CBilling order has been deleted for that concern contract.u201D
    Kindly advise how to proceed further.Thanks for the consideration.
    Regards,
    Suma.

    Hi,
    In your case, it seems you are having multiple contracts within one contract account and all are in joint invoicing.
    In case, if all are in joint invoicing, you need to have billing documents processed (or billable billing orders) for all the contracts in joint invoicing group while creating invoice document.
    Alternative, you can remove the contract from joint invoicing by making them as optional. Please have a look at the contract - joint invoicing option and make it as 2. So, if the billing order for contract is available that would get invoiced or it wud execute with the remaining contracts.
    Invoicing occurs at contract account level, so, need to have all the mandatory billing orders or billing documents for all contracts in joint invoicing. Either remove the contracts from joint invoicing or make available the billing orders (bllable) for all contracts.
    Also, for query related to error - billing order not found.
    Whne you are executing billing/invoicing - system looks for available billing order (billable) - It executes billing first and at that point billing order gets deleted.
    If you are executing invoice with billing documents already created using EASIBI - you will get the error in error log for billing order not found because the system by default starts the billing process at first and at that time it does not find any billing order as already we have the billing document created. So, after that the invoicing process is triggered, and the invoicing gets executed correctly.
    So, the error related to no billing order found is of no use in this case, its just because of the process.
    If you have the billing order, you can directly go to the invoicing option on EASIBI, it will create the billing document first and then invoicing in a single step. So, the option of radio buttons on EASIBI is just for the processing level you want to go with.
    Hope this helps!!
    Regards,
    Rajesh Popat

  • Error while Doing the export in FDM

    Hi John,
    I went through the following blog Planning V11 Drill back (http://john-goodwin.blogspot.com/2008/07/planning-v11-drill-back.html).
    And i did in the same way as u have explained there ......
    Import and validate is successfull for me and for export it is showing successful for me but the fish colour is not changing to orange colour.
    And while adding Rules from Map option tab for Target Account it is showing two options
    one is Zoom..... and another is Browse for taget values......
    But when i clicked on Browse for taget values......option it is not showing anyting.
    Where am i wrong ?Can u suggest me something so that i will be able to export my CSV file?
    Thanks
    Edited by: user11358816 on Jul 30, 2009 4:58 AM

    Metalink Note:232120.1
    Symptom(s)
    ~~~~~~~~~~
    You are performing a database export against your 9.2 database.  The database
    export abnormally ends with the following errors:
    EXP-00056: ORACLE error 31600 encountered
    ORA-31600: invalid input value EMIT_SCHEMA for parameter NAME in function
    SET_TRANSFORM_PARAM
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105
    ORA-06512: at "SYS.DBMS_METADATA_INT", line 3926
    ORA-06512: at "SYS.DBMS_METADATA_INT", line 4050
    ORA-06512: at "SYS.DBMS_METADATA", line 836
    ORA-06512: at line 1
    EXP-00000: Export terminated unsuccessfully
    Change(s)
    ~~~~~~~~~~
    One of the known causes for the error above is that a patchset was recently
    applied to the database but one or more of the patchset steps were not
    performed.
    [pre]Cause
    ~~~~~~~
    View the readme notes for the patchset recently installed. You will see a step
    that should have been performed that directs you to run the script named
    catpatch.sql. Very likely this step was never performed.
    Fix
    ~~~~
    As the sysdba user run the catpatch.sql script found in the directory named
    $ORACLE_HOME/rdbms/admin. Before you submit this script, view it's contents.
    You may see that this script places the database in restricted mode.
    Regards,
    Reza
    P.S: I think this issue is not related to "SQL and PL/SQL" Forum :-)

Maybe you are looking for