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.

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

  • 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..

  • Error While uploading the Function and Function_BP

    Hello,
    I am getting the following error while uploading the Functions and Funtions_BP using the Rule Upload functions.
    com.virsa.cc.comp.Function_upload.onActionUploadFunc(Function_upload.java:302) com.virsa.cc.comp.wdp.InternalFunction_upload.wdInvokeEventHandler(InternalFunction_upload.java:150) com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87) com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67) com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doHandleActionEvent(WindowPhaseModel.java:420) com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:132) com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335) com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143) com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:321) com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713) com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666) com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250) com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149) com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62) com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53) javax.servlet.http.HttpServlet.service(HttpServlet.java:760) javax.servlet.http.HttpServlet.service(HttpServlet.java:853) com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401) com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266) com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386) com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364) com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039) com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265) com.sap.engine.services.httpserver.server.Client.handle(Client.java:95) com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175) com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33) com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41) com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) java.security.AccessController.doPrivileged(Native Method) com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104) com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    The files which i am uploading the file from the Best practises only.
    What is the reason for this error?
    Did any one get this error?
    Regards,
    Kumar Rayudu
    Edited by: Kumar Rayudu on Aug 4, 2009 12:32 PM

    Hello Kumar,
    Have you uploaded the SAP text and object files? Upload them first and then try to upload functions.
    Harleen
    SAP GRC RIG

  • 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/

  • Error while building the DC and deploying it.

    Hi,
    I have done all the while Post Installation Steps of Usage Type DI.
    The SAP Link followed was :
    http://help.sap.com/saphelp_nw2004s/helpdata/en/45/68d64260752a78e10000000a155106/frameset.htm
    This is first time, I am configuring SAP NEWDI.
    The server installed is: sap.com/SAP-JEECOR  7.01 SP4 (1000.7.01.4.0.20090417015900
    which looks SAP NetWeaver 7.0 EHP1 SP4.
    The DB installed is: DB2/NT64 (SQL09050)
    The Java Virtual Machine details in the server is:
    VM  system properties... 
    Name:  Java HotSpot(TM) 64-Bit Server VM 
    Vendor:  Sun Microsystems Inc. 
    Version:  1.4.2_21-b03 
    Now, I also installed SAP NWDS 7.01.04 which is SAP NWDS 7.0 EHP1 SP4, I think.
    I did some mistakes while doing Post DI Steps.
    The track and sc can be successfully imported to SAP NWDS
    and I am able to build dcs on that sc.
    Now, while doing the step build from Java WebDynpro perspective,
    I am getting the build error.
    I am pasting the errors.
    Kind     Status     Priority     Description     Resource     In Folder     Location
    Warning               [Warning]: Path in Classpath for file webdynproadmin.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Path in Classpath for file webdynproclientserver.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Path in Classpath for file webdynpromodel_dynamicrfc.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Path in Classpath for file webdynpromodelimpl.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Path in Classpath for file webdynproprogmodel.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Path in Classpath for file webdynproruntime_designtime_coupling_api.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Path in Classpath for file webdynproruntime_designtime_coupling.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Path in Classpath for file webdynproruntime_repository_pmr.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Path in Classpath for file webdynproruntime_repository.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Path in Classpath for file webdynproservices.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Path in Classpath for file SapDictionaryTypeServices.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Path in Classpath for file SapDictionaryTypesRuntime.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Path in Classpath for file SapMetamodelWebdynproContent.zip not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Version for file webdynproadmin.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Version for file webdynproclientserver.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Version for file webdynpromodel_dynamicrfc.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Version for file webdynpromodelimpl.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Version for file webdynproprogmodel.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Version for file webdynproruntime_designtime_coupling_api.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Version for file webdynproruntime_designtime_coupling.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Version for file webdynproruntime_repository_pmr.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Version for file webdynproruntime_repository.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Version for file webdynproservices.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Version for file SapDictionaryTypeServices.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Version for file SapDictionaryTypesRuntime.jar not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Warning               [Warning]: Version for file SapMetamodelWebdynproContent.zip not found.     DJ1_DEV_Dhometestarpita~sap.com          
    Error               com.sap cannot be resolved (or is not a valid type) for the field TestApplArpita.logger     TestApplArpita.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp     line 29
    Error               com.sap cannot be resolved     TestApplArpita.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp     line 30
    Error               com.sap cannot be resolved     TestApplArpita.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp     line 37
    Error               com.sap cannot be resolved (or is not a valid type) for the field TestApplArpita.wdControllerAPI     TestApplArpita.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp     line 72
    Error               com.sap cannot be resolved (or is not a valid type) for the field TestApplArpita.wdComponentAPI     TestApplArpita.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp     line 81
    Error               wdControllerAPI cannot be resolved or is not a field     TestApplArpita.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp     line 87
    Error               The method wdGetAPI() is undefined for the type IPrivateTestApplArpita     TestApplArpita.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp     line 87
    Error               wdComponentAPI cannot be resolved or is not a field     TestApplArpita.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp     line 88
    Error               The method wdGetAPI() is undefined for the type IPrivateTestApplArpita     TestApplArpita.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp     line 88
    Error               Location cannot be resolved     InternalTestApplArpitaInterfaceView.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp/wdp     line 25
    Error               com.sap cannot be resolved (or is not a valid type) for the field InternalTestApplArpitaInterfaceView.wdAlterEgo     InternalTestApplArpitaInterfaceView.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp/wdp     line 30
    Error               IWDNode cannot be resolved (or is not a valid return type) for the method wdGetRootNode     InternalTestApplArpitaInterfaceView.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp/wdp     line 41
    Error               IWDAction cannot be resolved (or is not a valid return type) for the method wdCreateAction     InternalTestApplArpitaInterfaceView.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp/wdp     line 51
    Error               wdAlterEgo cannot be resolved     InternalTestApplArpitaInterfaceView.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp/wdp     line 52
    Error               IWDAction cannot be resolved (or is not a valid return type) for the method wdCreateNamedAction     InternalTestApplArpitaInterfaceView.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp/wdp     line 61
    Error               wdAlterEgo cannot be resolved     InternalTestApplArpitaInterfaceView.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp/wdp     line 62
    Error               com.sap cannot be resolved (or is not a valid type) for the argument alterEgo of the method InternalTestApplArpitaInterfaceView     InternalTestApplArpitaInterfaceView.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp/wdp     line 70
    Error               com.sap cannot be resolved (or is not a valid return type) for the method wdGetAPI     InternalTestApplArpitaInterfaceView.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp/wdp     line 78
    Error               com.sap cannot be resolved     InternalTestApplArpitaInterfaceView.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp/wdp     line 79
    Error               wdAlterEgo cannot be resolved     InternalTestApplArpitaInterfaceView.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp/wdp     line 79
    Error               logger cannot be resolved     InternalTestApplArpitaInterfaceView.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp/wdp     line 86
    Error               logger cannot be resolved     InternalTestApplArpitaInterfaceView.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp/wdp     line 87
    Error               logger cannot be resolved     InternalTestApplArpitaInterfaceView.java     DJ1_DEV_Dhometestarpita~sap.com/gen_wdp/packages/com/vmp/wdp/wdp     line 94
    Info               TextView DefaultTextView: UIElement does not have a label     TestApplArpitaView.wdview     DJ1_DEV_Dhometestarpita~sap.com/src/packages/com/vmp/wdp     
    After that it is possible to successfully deploy the application after that,
    but while running the application, I am getting runtime error.
    500   Internal Server Error
    SAP NetWeaver Application Server 7.00/Java AS 7.00 
    Failed to process request. Please contact your system administrator.
    Root Cause
    The initial exception that caused the request to fail, was:
       com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to create delegate for com.vmp.appl.Test_dev_comp: no suitable constructor. (Hint: Does the generation version match the runtime version?)
        at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:103)
        at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.<init>(DelegatingComponent.java:51)
        at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:382)
        at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:362)
        at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:756)
        ... 23 more   
    Detailed Error Information
    Detailed Exception Chain
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to create delegate for com.vmp.appl.Test_dev_comp: no suitable constructor. (Hint: Does the generation version match the runtime version?)
         at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:103)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.<init>(DelegatingComponent.java:51)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:382)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:362)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:756)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:291)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:46)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Now some points I need to tell about the NWDI:
    In the , Post Installation Steps of Usage Type DI:
    I need some points to be clarified in:
    Preparing the System Landscape Directory.
    1. Activate the SLD Server
    While doing this step,
          1.      Open the SLD Web UI under the URL http://<server>:<port>/sld.
           2.      Open the initial page of the SLD Web UI and log on as an administrator.
           3.      On the initial page, choose Administration and in the section Server u00AE Profile.
    The system displays the Parameters screen.
           4.      ChooseSection u00AEServer Settings.
           5.      Enter a reserved SAP NetWeaver namespace in the input field Object Server. Keep the preset working directory in the input field Working Directory. Select the values for persistency and write protection. Save your entries.
    The object server name was localhost. I think this needed to be changed to the FQDN
    of the server were the J2EE Engine is running say hclprd09.hcltech.com (or it would be the SID of the J2EE Server, that is DJ1).
    The other values are now set to:
    Persistence Type: Database
    Working Directory: E:\usr\sap\DJ1\SYS\global\sld
    Write Protection: None
    Then the next step is:
    Import the SAP Master Component Information.
      1.      On the SLD initial page, choose Administration and in the section Content u00AE Import.
           2.      Choose Import CR Content (this switch appears only before the content import has been executed once. By default, this is a step during installation).
    The SLD server starts the import of the SAP Master Component Information. This process can take some time.
    For this we have to use the file:
    F:\usr\sap\DJ1\SYS\global\sld\model\CR_Content.zip
    Is this step mandatory?
    If I do the step will I have to recreate the users, roles, worksets and iviews again.
    As some developments are already there.
    So, importing the CR_Content.zip will overwrite or destroy all those roles, iviews etc.
    Now, also in giving the name prefix for the development component for user kaba
    has been given by me as sap.com.*
    I think this is wrong as the DC is produced by my company and not by SAP.
    Then I followed all other steps as written.
    Give me your suggestions where I might be wrong.
    Regards
    Kaushik

    Hi Neha,
    Yes, till now; you are right.
    The Product and sc has been created in
    http://<host name>:<port>/devinf
    The steps followed are written below:
    1> Now Click on System Landscape Directory and create Product.
    2> After entering Name, Vendor and Version for Product. Click on Create..
    3> Product is created now it will ask for name of Software Unit.
    4> Specify name and click on Create.
    S/w Unit is created now it will ask inputs for S/w Components.
    Provide all the necessary inputs for S/w Components and keep Production State as released.
    Click on create.
    Now select your Software Component and click on the Dependencies tab in the lower half of screen.
    Select Build Time as Context and click on Define Prerequisite Software Components Versions
    Now on next page search for three basic dependencies those are.
    SAP J2EE ENGINE 7.00
    DI BUILD TOOL 7.00
    SAP JAVA TECH SERVICES 7.00
    This is screen shot for SAP JAVA TECH SERVICES 7.00
    Repeat the same process for the other two steps also search word will be *DI* for DI BUILD TOOL 7.0
    *SAP J2e* for SAP JAVA TECH SERVICES 7.00
    Domain Configuration and Track Creation
    Now navigate to Landscape Configurator and click on Domain Data.
    Enter all the required inputs in the screen below Click on Save and Update CMS.
    Update CMS is very important step do not forget it.
    Now click on Track Data and click on New.
    Enter all the required inputs in the screen below
    On the next page, search for your Software Component and click on ADD.
    Click on Runtime Tab on the Top and Select System as per your requirement.
    Enter the required Inputs and click on Save.
    Now click on Transport Studio on top and select Check In now select all three Dependencies and click on Check In Button.
    Now Click on Development Tab on top and Select All 3 Dependencies and Click on Import
    Look at the status now it should say Import finished.
    Your track is now created, configured & ready to use for development component in NWDS.
    But mistake,
    I should have added
    SAP J2EE ENGINE 7.00
    DI BUILD TOOL 7.00
    SAP JAVA TECH SERVICES 7.00
    Also, I removed prequisite software dependicies from SAP J2EE ENGINE.
    Now what to do?
    Do I need to import CIM Model Data?
    Would it help?
    Regards
    Kaushik

  • 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.

  • Getting an error while fetching the data and bind it in the Tree table

    Hi All,
    I am getting an error "A navigation paths parameter object has to be defined - " while fetching the data and bind it in the Tree table.
    Please find the code and screenshot below
    var oModel = new sap.ui.model.odata.ODataModel("../../../XXXX.xsodata/", true);
    var oTable = sap.ui.getCore().byId("table");
    oTable.setModel(oModel);
    oTable.bindRows({
        path: "/Parent",
        parameters: {expand: "Children"}
    Can anyone please give me a suggestion to rectify this?
    Thanks in Advance,
    Aravindh

    Hi All,
    Please see the below code. It works fine for me.
    var oController = sap.ui.controller("member_assignment");
    var oModel = new sap.ui.model.odata.ODataModel("../../../services/XXXX.xsodata/", true);
    var Context = "/PARENT?$expand=ASSIGNEDCHILD&$select=NAME,ID,ASSIGNEDCHILD/NAME,ASSIGNEDCHILD/ID,ASSIGNEDCHILD/PARENT_ID";
    var oTable = sap.ui.getCore().byId("tblProviders");
    oModel.read(Context, null, null, true, onSuccess, onError);
    function onSuccess(oEventdata){
        var outputJson = {};
        var p = 0;
        var r = {};
        try {
            if (oEventdata.results){
                r = oEventdata.results;
        } catch(e){
            //alert('oEventdata.results failed');
        $.each(r, function(i, j) {
            outputJson[p] = {};
            outputJson[p]["NAME"] = j.NAME;
            outputJson[p]["ID"] = j.ID;
            outputJson[p]["PARENT_ID"] = j.ID;
            outputJson[p]["DELETE"] = 0;
            var m = 0;
            if (j.ASSIGNEDCHILD.results.length > 0) {
                $.each(j.ASSIGNEDCHILD.results, function(a,b) {
                outputJson[p][m] = { NAME: b.NAME,
                                     ID : b.ID,
                                     PARENT_ID: b.PARENT_ID,
                                     DELETE: 1};
                m++;
            p++;
        var oPM = new sap.ui.model.json.JSONModel();
        oPM.setData(outputJson);
        oTable.setModel(oPM);
    function onError(oEvent){
        console.log("Error on Provider Members");
    oTable.bindRows({
        path:"/"
    Regards
    Aravindh

  • 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 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 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 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 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

Maybe you are looking for

  • How to allow login using email address (ALIAS)  to Abap system

    Hi, we are developing some Abap Webdympro to logon to an Abap system, release Netweaver 731, in order to allow our end user to logon via Internet browser to this system. So our Abap system is acting like a Portal system, but it's not a J2EE system, i

  • Error when launching BEx analyzer from Portals

    BI Gurus... We are working on an initiative to migrate our user interface from SAP GUI to Enterprise Portal. Bex Analyzer is primary mode of reporting at this time. After importing the Roles into EP, I am able to execute the web queries successfully,

  • PSE 8 won't automatically download files from my camera when connected

    Hi, I just installed PSE 8.0 -- I had previously been using PSE 6.0, so I installed PSE 8.0 then uninstalled PSE 6.0.  Now, when I connect my camera, the PSE photo downloader does not launch automatically.  I set the device start options in the contr

  • Validation message

    Hi I have a code segment like this - <messageTextInput name="WlCensusNonTreatPrimary" promptAndAccessKey="& " shortDesc="Enter the number of applicants" data:readOnly="isViewing@jheadstart:ServiceDelivery" onBlur="check()"> <onBlurValidater> <decimal

  • Equium L20 strange wireless connection issue- Atheros AG5005G

    I use ConfigFree - the program connects to any available network but the system tool can't (sometimes it does, but only for a while). So it looks I'm connected to the internet, even if that system tools shows I'm not (It's shown in a tray). In a fact