ResourceException code=7 Thrown While Creating OracleConnectionPool

Hi Everyone...
i have needed to reinstall oracle 11g enterprise edition on our server; but after the reinstallation when i try to create a connectionpool by glassfish jdbc pool manager it always throws this exception(and also writes down to service.log):
at com.sun.enterprise.tools.admingui.util.JMXUtil.invoke(JMXUtil.java:124)+
* at com.sun.enterprise.tools.admingui.util.JMXUtil.invoke(JMXUtil.java:75)*
* at com.sun.enterprise.tools.admingui.handlers.JdbcHandlers.pingJdbcConnectionPool(JdbcHandlers.java:530)*
* 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:597)*
* at com.sun.jsftemplating.layout.descriptors.handler.Handler.invoke(Handler.java:422)*
* at com.sun.jsftemplating.layout.descriptors.LayoutElementBase.dispatchHandlers(LayoutElementBase.java:424)*
* at com.sun.jsftemplating.layout.descriptors.LayoutElementBase.dispatchHandlers(LayoutElementBase.java:398)*
* at com.sun.jsftemplating.layout.event.CommandActionListener.invokeCommandHandlers(CommandActionListener.java:132)*
* at com.sun.jsftemplating.layout.event.CommandActionListener.processAction(CommandActionListener.java:80)*
* at javax.faces.event.ActionEvent.processListener(ActionEvent.java:77)*
* at javax.faces.component.UIComponentBase.broadcast(UIComponentBase.java:746)*
* at javax.faces.component.UICommand.broadcast(UICommand.java:368)*
* at com.sun.webui.jsf.component.WebuiCommand.broadcast(WebuiCommand.java:160)*
* at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:447)*
* at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:752)*
* at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:97)*
* at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)*
* at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117)*
* at com.sun.faces.extensions.avatar.lifecycle.PartialTraversalLifecycle.execute(PartialTraversalLifecycle.java:80)*
* at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)*
* at com.sun.enterprise.tools.admingui.servlet.DelayedInitFacesServlet.service(DelayedInitFacesServlet.java:89)*
* at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:427)*
* at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:333)*
* at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)*
* at com.sun.webui.jsf.util.UploadFilter.doFilter(UploadFilter.java:240)*
* at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)*
* at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)*
* at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:313)*
* at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:287)*
* at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218)*
* at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)*
* at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)*
* at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)*
* at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)*
* at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:222)*
* at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)*
* at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)*
* at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)*
* at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1096)*
* at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:166)*
* at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)*
* at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)*
* at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)*
* at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1096)*
* at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:288)*
* at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:647)*
* at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:579)*
* at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:831)*
* at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:341)*
* at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:263)*
* at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:214)*
* at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:265)*
* at com.sun.enterprise.web.connector.grizzly.WorkerThreadImpl.run(WorkerThreadImpl.java:116)*
Caused by: javax.resource.ResourceException: 7+
* at com.sun.enterprise.connectors.ConnectorConnectionPoolAdminServiceImpl.testConnectionPool(ConnectorConnectionPoolAdminServiceImpl.java:556)*
* at com.sun.enterprise.connectors.ConnectorRuntime.testConnectionPool(ConnectorRuntime.java:520)*
* at com.sun.enterprise.admin.mbeans.ResourcesMBean.pingConnectionPool(ResourcesMBean.java:2387)*
* 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:597)*
* at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:381)*
* at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:364)*
* at com.sun.enterprise.admin.config.BaseConfigMBean.invoke(BaseConfigMBean.java:477)*
* at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)*
* at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)*
* at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source)*
* at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)*
* at java.lang.reflect.Method.invoke(Method.java:597)*
* at com.sun.enterprise.admin.util.proxy.ProxyClass.invoke(ProxyClass.java:90)*
* at $Proxy1.invoke(Unknown Source)*
* at com.sun.enterprise.admin.server.core.jmx.SunoneInterceptor.invoke(SunoneInterceptor.java:304)*
* at com.sun.enterprise.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:174)*
* at com.sun.enterprise.tools.admingui.util.JMXUtil.invoke(JMXUtil.java:119)*
* ... 55 more*
Caused by: java.lang.ArrayIndexOutOfBoundsException: 7+
* at oracle.security.o3logon.C0.r(C0)*
* at oracle.security.o3logon.C0.l(C0)*
* at oracle.security.o3logon.C1.c(C1)*
* at oracle.security.o3logon.O3LoginClientHelper.getEPasswd(O3LoginClientHelper)*
* at oracle.jdbc.ttc7.O3log.<init>(O3log.java:289)*
* at oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:251)*
* at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:249)*
* at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:365)*
* at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:260)*
* at java.sql.DriverManager.getConnection(DriverManager.java:582)*
* at java.sql.DriverManager.getConnection(DriverManager.java:185)*
* at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:111)*
* at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:90)*
* at com.sun.gjc.spi.DSManagedConnectionFactory.createManagedConnection(DSManagedConnectionFactory.java:105)*
* at com.sun.enterprise.connectors.ConnectorConnectionPoolAdminServiceImpl.getUnpooledConnection(ConnectorConnectionPoolAdminServiceImpl.java:1315)*
* at com.sun.enterprise.connectors.ConnectorConnectionPoolAdminServiceImpl.testConnectionPool(ConnectorConnectionPoolAdminServiceImpl.java:551)*
* ... 74 more*
At least , anybody knows the meaning of error codes of ResourceException?? Because i dont know what the code # 7 means... if there is a link or a list for error codes i will be pleased...
Thx for your replies in advance...

Hi Gopi,
Please let me know one thing ....ther seems to be a confusion here. In the Type you have chosen as TEXT??? This is actually not available. Actually the Length field is not available for any other types other than numeric and alpha numeric. Foe numeric type the structure filed is not available.
I recommend you to remove the UDF and add it once gain using the follwoing combo:
1. Title -
> Vcode
2. Description -
> Vender code
3. Type --> Alphanumeric
4. Structure --->Regular
5. Length -
> 10
Nagesh

Similar Messages

  • Company code field blank while creating new shopping cart

    Hi ,
    We are in SRM5.0.When we try to create shopping cart , the company code is not getting defaulted even though default attributes are maintained in PPOMA_BBP under BUK.We have a classic scenario.
    Please throw some light to this problem.
    regards
    Supratim

    It all depends where in the org you've created your Purchasing Organisation.
    I tend to create my structure as follows:
    Root
           --> Company
                 --> Department 1
                 --> Department 2
                 --> Department 3
                 --> Purchasing Department
                      --> Local Purchasing Org
                            --> PG1
                            --> PG2
                            --> PG3
                      --> Backend Purchasing Org
                            --> PG1
                            --> PG2
                            --> PG3
    I then maintain the attributes at the Company level.
    Hope this helps.
    Keith

  • Exception  thrown while creating the schema for FOD. please help.

    I couldn't run the schema for the FOD demo application. when I follow the steps, I get some exception during the database create part.
    From the File menu, choose Open. Open the workspace c:\temp\Infrastructure\infrastructure.jws.
    ( I edited the build.properties with correct values)
    In the MasterBuildScript project, select the build.xml file. In the Structure window, right-click the refreshSchema target and choose Run Target "refreshSchema."
    refreshSchema:
    [sql] Feb 13, 2008 4:44:54 PM oracle.jdbc.driver.OracleDriver registerMBeans
    [sql] SEVERE: Found Oracle Apps MBeanServer but the getMBeanServer method threw an exception.
    [sql] java.lang.reflect.InvocationTargetException
    [sql]      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    [sql]      at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    [sql]      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    [sql]      at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    [sql]      at oracle.jdbc.driver.OracleDriver.registerMBeans(OracleDriver.java:274)
    [sql]      at oracle.jdbc.driver.OracleDriver$1.run(OracleDriver.java:224)
    [sql]      at java.security.AccessController.doPrivileged(Native Method)
    [sql]      at oracle.jdbc.driver.OracleDriver.<clinit>(OracleDriver.java:220)
    [sql]      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    [sql]      at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    [sql]      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    [sql]      at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    [sql]      at java.lang.Class.newInstance0(Class.java:350)
    [sql]      at java.lang.Class.newInstance(Class.java:303)
    [sql]      at org.apache.tools.ant.taskdefs.JDBCTask.getDriver(JDBCTask.java:364)
    [sql]      at org.apache.tools.ant.taskdefs.JDBCTask.getConnection(JDBCTask.java:304)
    [sql]      at org.apache.tools.ant.taskdefs.SQLExec.execute(SQLExec.java:346)
    [sql]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [sql]      at org.apache.tools.ant.Task.perform(Task.java:364)
    [sql]      at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:64)
    [sql]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [sql]      at org.apache.tools.ant.Task.perform(Task.java:364)
    [sql]      at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:378)
    [sql]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [sql]      at org.apache.tools.ant.Task.perform(Task.java:364)
    [sql]      at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:64)
    [sql]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [sql]      at org.apache.tools.ant.Task.perform(Task.java:364)
    [sql]      at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:378)
    [sql]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [sql]      at org.apache.tools.ant.Task.perform(Task.java:364)
    [sql]      at org.apache.tools.ant.Target.execute(Target.java:341)
    [sql]      at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [sql]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    [sql]      at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
    [sql]      at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    [sql]      at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
    [sql]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [sql]      at org.apache.tools.ant.Task.perform(Task.java:364)
    [sql]      at org.apache.tools.ant.Target.execute(Target.java:341)
    [sql]      at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [sql]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    [sql]      at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    [sql]      at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    [sql]      at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    [sql]      at org.apache.tools.ant.Main.runBuild(Main.java:668)
    [sql]      at org.apache.tools.ant.Main.startAnt(Main.java:187)
    [sql]      at org.apache.tools.ant.Main.start(Main.java:150)
    [sql]      at org.apache.tools.ant.Main.main(Main.java:240)
    [sql] Caused by: java.lang.ClassNotFoundException: oracle.as.jmx.framework.standardmbeans.spi.JMXFrameworkProviderImpl
    [sql]      at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    [sql]      at java.security.AccessController.doPrivileged(Native Method)
    [sql]      at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    [sql]      at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    [sql]      at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
    [sql]      at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    [sql]      at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    [sql]      at java.lang.Class.forName0(Native Method)
    [sql]      at java.lang.Class.forName(Class.java:242)
    [sql]      at oracle.as.jmx.framework.PortableMBeanFactory.init(PortableMBeanFactory.java:1687)
    [sql]      at oracle.as.jmx.framework.PortableMBeanFactory.<init>(PortableMBeanFactory.java:156)
    [sql]      at oracle.as.jmx.framework.PortableMBeanFactory.<init>(PortableMBeanFactory.java:164)
    [sql]      ... 49 more
    [sql] Executing file: C:\temp\Infrastructure\DBSchema\Scripts\SQLRunner56601127.sql
    [sql] 11 of 11 SQL statements executed successfully
    Message was edited by:
    user620063

    Hi,
    please post this to the JDeveloper 11 forum
    JDeveloper and OC4J 11g Technology Preview
    Frank

  • Error while creating inbound process code

    Hi gurus,Iam creating a custom idoc.
    800 -> sender
    810 -> Receiver
    i have completed outbound processing on 800.
    On 810, completed following steps for inbound processing.
    1.) I have added my Inbound FM in BD51.
    2 ) Assigned my FM to Message type and Idoc type in WE57.
    3 ) When adding my FM to process code in BD67, it is showing error that
    “Entry ZSATPC does not exist in TEDE2 - check your entry”.
    { zsatpc is my custom process code }.
    4) While Creating Process Code in WE42 with options [processing with ale service / Processing
    by FM] and saving it is giving error that
    " " is not a valid language.
    And when I saw help (?) regarding this error, the following text appeared in a window.
    Diagnosis
    A key with language "" "" was specified for table "EDE2T". This is not a valid language.
    This applies to field "LANGUA"
    System Response
    The system rejects the key.
    Procedure
    Enter a valid language. This is usually the language you logged on in.
    You logged on in language "EN".
    Table T002 contains a list of valid languages.
    Please solve this error. Give me steps to create inbound process code.
    thanx in advance. Hoping replies soon........
    Satish.

    Dear Satish,
    Very peculiar. The language should come from your log on language. Try to login into the system again. Call we42 again and see if it works.
    Regards, Rakesh

  • 'User already processing Purchase order' error while creating multiple SES

    Hi Experts,
    Error 'User XXX already processing Purchase order XXX' is thrown while creating multiple service entry sheets using FM 'MS_CREATE_SERVICE_ENTRY_MULTI'.
    This error is not occurred for every entry sheet.Its occurring randomly for few records.
    Kindly help me out to solve this issue...
    Thanks in Advance...
    Edited by: saibandar on Mar 1, 2012 8:09 AM
    Edited by: saibandar on Mar 1, 2012 9:51 AM

    u have to call like this
    <b>call dequeue_all</b>
    after the COMMIT work.
    if i_return[] is initial.
    commit work and wait.
    call function 'DEQUEUE_ALL'.
    Regards
    Prabhu

  • Error while Creating a formula for field AZNOR (T-Code : OP17)

    Dear Experts,
    i am facing a problem in Transaction OP17 while creating a formula for field AZNOR ( No of indivual capacity in work center) in work center (T-Code : CR02) .
    It shows the error
    The data object "F" has no component called "AZNOR''..
    Please let me know the solution..
    Thanks & Regards
    Birendra Kumar

    Hi,
    I have the same problem.
    Could You tell me witch is the correct origin?
    Thanks a lot!
    Bye
    Laura

  • Error while create user in LDAP - LDAP: error code 1

    Hi Guy's, I am getting below error while creating user in LDAP MS AD.
    cn=3001,ou=sAP_IDM,dc=springswf,dc=comcn<mx:TEXT>putNextEntry failed storingOU=SAP_IDM,DC=springswf,DC=com</mx:TEXT>
    <mx:LTEXT>Exception from Add operation:javaxnaming.NamingException: {LDAP: error code 1 = 00000000: LdapErr: DSID-OC090AE2, coment: In order to perform this operation a successful bind must be completed on the connection.,data0,vece
    Steps I am following:
    1. create a job through wizard and pick from (IC->jobs->Active Directory->Create Active Directory User)
    2. Destination tab values that I am passing:
    dn: cn=Dummyuser,ou=SAP_IDM,dc=<main domain>,dc=com
    objectClass: top|person|organizationalPerson|user
    sn: Surname
    givenName: GivenName
    displayName: Dummy user displayname
    Under <main domain> an OU has been created called SAP_IDM for testing user creation from IDM.
    Admin user account created called <XYZ> and has full control over SAP_IDM OU.
    I am passing <XYZ> credentials into my job for user creation.
    Thanks for you help!

    Farhan,
    Based on the error message presented,
    In order to perform this operation a successful bind must be completed on the connection
    Make sure that you're using the correct information to do the AD Bind.  User name should be something like cn=administrator,cn=users,dc=xxx,dc=xxx and the proper password.
    Matt

  • Tax code blocking while creating a Purchase Order

    Hi,
    While creating a PO.....it should not allow to create with one tax code,say M1, for that i tried to delete the tax code, but the deletion is not advisable. So, I need a USER EXIT or BADI which runs before saving the PO, which can be used to block that particular tax code in the PO creation.
    Thanks
    Nagesh

    Dear,
    Please below path.
    SPRO -> Material Management -> Purchasing -> Purchase Order -> Define Screen Layout at Document Level.
    Select ME21N - Create purchase order t-code and click on detail button.
    than click on selection group - GR/IR Control and make display entry for tax code.
    Than po creater can't maintain tax code in purchase order
    NOTE: - If you want to nill tax code please nill at the time of info record ans want to maintain specefic tax code maintain it in info recoerd.
    Regards,
    Mahesh Wagh

  • While creating Maintenance order using t-code iw31 mainwork center not pick

    Hi,
    while creating Maintenance order using t-code iw31 Maintenance work center not picking from drop down (already have in drop down)but giving manually accepting.
    --Ganesh

    Hi,
    My understanding is that the selected work center is not copied into the input field. This can be corrected with note [1451299|https://service.sap.com/sap/support/notes/1451299]. Check if the note is relevant for your system.
    -Paul

  • Syntax error while creating tax codes for sales n purchases

    Hi all,
    While creating the tax codes for sales and purchases, i got the below error:
    Report RB13A003 has a syntax error.
    What should be done?
    Thank you

    Hi,
    I believe, it's RV13A003 report and not RB13A003... What is the exact error message (or is it a dump)?
    Regards,
    Eli

  • "SYNTAX_ERROR" while creating customer Master T-code-"FD01

    Dear All,
    Getting an error "SYNTAX_ERROR" while creating customer Master T-code-"FD01". The error as follwoes
    Short text :Syntax error in program "CMD_EI_API_CHECK==============CP ".
    What happened? : Error in the ABAP Application Program                                                                               
    The current ABAP program "SAPLCMD_BTE_OUTBOUND" had to be terminated because it               
         has                                                                               
    come across a statement that unfortunately cannot be executed.                                                                               
    The following syntax error occurred in program                                                
         "CMD_EI_API_CHECK==============CP " in include                                               
         "CMD_EI_API_CHECK==============CM04T " in                                                    
        line 82:                                                                               
    ""LS_KNVP_NEW_PARTIAL-PERNR" and "<LS_KNVP_NEW>-PERNR" are not mutually"                      
        " convertible in a Unicode program. ."                                                        
    The include has been created and last changed by:                                             
        Created by: "SAP "                                                                               
    Last changed by: "SAP "                                                                       
        Error in the ABAP Application Program                                                                               
    The current ABAP program "SAPLCMD_BTE_OUTBOUND" had to be terminated because it               
         has                                                                               
    come across a statement that unfortunately cannot be executed. 
    Error analysis :The following syntax error was found in the program                                           
         CMD_EI_API_CHECK==============CP :                                                           
        ""LS_KNVP_NEW_PARTIAL-PERNR" and "<LS_KNVP_NEW>-PERNR" are not mutually"                      
        " convertible in a Unicode program. ."                                                        
    Information on where terminated :Termination occurred in the ABAP program "SAPLCMD_BTE_OUTBOUND" - in                          
         "CMD_CUSTOMER_BTE_1321_IMPL".                                                                
        The main program was "SAPMF02D ".                                                                               
    In the source code you have the termination point in line 330                                 
        of the (Include) program "LCMD_BTE_OUTBOUNDU01".                        
    Please help us on this,
    Thanks in Advance,
    Kumar.K

    Dear Kumar,
    please kindly apply the SAP note 1511101.
    I hope this helps.
    Mauri

  • Check for mandatory fields while creating EP users using code .. :|

    Hello All,
    I have a code using which I can create user accounts/EP users on Portal, am working on EP6 SP9 & SP12.
    <u>My query</u>:
    1. <i>From Portal's perspective</i> -> While creating EP users, there are few mandatory fields like user-id, FirstName, LastName, Email-id and Password. If any of the above fields is null/empty, Portal would give us an error message.
    2. <i>From coding perspective</i> -> Here, only the user-id is required. Even if I do not enter/fill any of the above mentioned mandatory fields (except user-id), user account is created.
    In case wherein FirstName/LastName is not mentioned, Portal shows the userid in the Welcome Frame, i.e. Welcome <user-id>. Tried this by commenting the statements contains the methods related to setting/accepting FirstNme and LastName of user.
    <b>I want to know if this is all rite?
    If no, then please guide me as to how can I set mandatory fields in my code.</b>
    Awaiting Reply.
    Thanks and Warm Regards,
    Ritu R Hunjan

    Hi Ritu,
    >>please guide me as to how can I set mandatory fields in my code??
    In ur jsp file or in the controls code add the following attribute
    <hbj:label id="userIdLabel"
               text="User ID"
               labelFor="userIdInput"
               design="HEADER3"
               required="true"/>
    and to check the mandatory entry for that field do this in the submit button
    <hbj:button id="insert"
                text="Submit"
                design="emphasized"
                onClick="save"
                onClientClick="if(!isMandatory()) htmlbevent.cancelSubmit=true;;"/>
    and in the javascript write the client validation code.
    Hope this helps.
    Regards,
    Joshua Kiran

  • Tax code does not show in Drop Down while Creating SC

    Hi all,
    While creating Shopping Cart Tax code drop down only display Taxable.
    This Taxable we have made as default in the configuration. We have same configuration transported from our Development box to Quality box.
    In Development box Requestor can see Taxable and non-taxable in the drop down while in Quality box only Taxable is showing in the drop down.
    Has anybody came across this kind of prob
    Regards,
    Smita

    Hi
    <u>Configuarion is missing in this case.</u>
    <b>Please maintain data in the following tables in SRM side, similar to what is maintained in R/3.. In order to go ahead further.</b>
    <b>The main tables are as follows -></b>
    <u>BBP_TAX Tax Codes for Enterprise Buyer
    BBP_TAXT Enterprise Buyer: Tax Code Description
    BBP_MAP_TAX_CODE ( Assign Enterprise Buyer Tax Code to FI System )
    BBP_DET_TAX_CODE ( Tax Code Determination )</u>
    <b>Please go through the following pointers which will definitely help.</b>
    Re: Drill down facility not working for Tax codes ....Urgent!!!!!
    Re: Search help in ITS
    Re: Tax setting in Extended Classic Scenario
    Re: Tax Issue
    Re: Tax Code Problem
    Hope this will help.
    Regards
    - Atul

  • Taxes display wrong in Tax Code while create PO

    hi all
    i m facing the problem while creating PO with 4 line items. out of 3 not having any exise duty in J1ID. the user is giving taxcode for all line items. But it is showing the values of taxes Eduty 16%, Ecess 3% and Vatt 4% for all items in PO not in the PRINT. can any give the solution.

    Hi,
    Go to the Table T007A, where you find the tax codes.
    Input & out put taxes are the tax types.
    In FTXP T.code give the tax code and  click on the
    Input tax codes are used for purchase cycle and out put taxes are for sales cycle. I Hope you have given the sales related tax code. Thats why system is giving the error message.
       In T007 Table give the proper input and get the details.
    Regards,

  • What is the wrong in code while creating a container

    Hello all,
    what is the wrong in code while creating container.
    *& Report  ZTEST_TREE4
    REPORT  ztest_tree4.
    *       CLASS lcl_application DEFINITION
    CLASS lcl_application DEFINITION CREATE PRIVATE.
      PUBLIC SECTION.
        CLASS-METHODS: run_application.
        METHODS constructor.
      PRIVATE SECTION.
        CLASS-DATA: s_container TYPE REF TO cl_gui_simple_container.
        DATA: container TYPE REF TO cl_gui_simple_container.
    ENDCLASS.                    "lcl_application DEFINITION
    *       CLASS lcl_implementation DEFINITION
    CLASS lcl_application IMPLEMENTATION.
      METHOD run_application.
        IF lcl_application=>s_container IS INITIAL.
          CREATE OBJECT lcl_application=>s_container.
        ENDIF.
      ENDMETHOD.                    "run_application
      METHOD constructor.
        CREATE OBJECT container.
      ENDMETHOD.                    "constructor
    ENDCLASS.                    "lcl_implementation DEFINITION
    *&      Module  STATUS_0100  OUTPUT
    *       text
    MODULE status_0100 OUTPUT.
      CALL METHOD lcl_application=>run_application.
      SET PF-STATUS 'CO_100'.
      SET TITLEBAR 'CO_100'.
    ENDMODULE.                 " STATUS_0100  OUTPUT
    *&      Module  USER_COMMAND_0100  INPUT
    *       text
    MODULE user_command_0100 INPUT.
    ENDMODULE.                 " USER_COMMAND_0100  INPUT
    *&      Module  exit  INPUT
    *       text
    MODULE exit INPUT.
      LEAVE PROGRAM.
    ENDMODULE.                 " exit  INPUT
    START-OF-SELECTION.
      CALL SCREEN 100.
    regards,
    Lisa.
    Edited by: Lisa Roy on Mar 6, 2008 10:15 AM
    Edited by: Lisa Roy on Mar 6, 2008 10:29 AM

    Hi Lisa,
    a container must be placed in a respective screen area. Also the module calls must be implemented in your screen input and output sections. Finally you have to place something (a GUI control) in your container.
    I do not see anything like this in your program. So I don't know what you are asking about. Do you get any error message?
    Regards,
    Clemens

Maybe you are looking for

  • How to return more than one value through RECORD TYPE from function

    Hi friends, i m ew in oracle forms. i want to return the two values at a time from a function but can't,Please help me. my codding is as following Thanks in advance. FUNCTION Fun_Choose_Right_cast(v_post_no payroll.post_register.post_no%TYPE) RETURN

  • Error occurred while converting the file...

    So, it seems like every CD that I tried importing over the last couple of days at some point caused the software to stop and go: Error occurred while converting the file "[Track name here]". An unknown error occurred (-50). Has a solution been found

  • What display do you use with your 2005 Mac mini?

    Hi all, I was wondering which displays people are using with their 2005 Mac minis and which (if any) adapters are necessary? Thanks! Mike

  • How to filter address book?

    hi there, I managed to import 7,000 of my email contacts into my iphone. All i would like to do is delete them all, i know i cant do this one by one. So what i need to do is filter my address book on my macbook so i can re-import them from my macboon

  • How to automatically direct mail from diff POP accts into their own folders

    I use Mail to receive and send mail for 2 different POP accounts. Is it possible when checking for new mail, to have the mail for acc. 1 go into one folder or inbox and mail for acc. 2 go into another one?