webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Error: java.sql.SQLException: [SoftwareAG][Oracle JDBC Driver][Oracle]ORA-06550: line 29, column 41:

  • 1.  Error: java.sql.SQLException: [SoftwareAG][Oracle JDBC Driver][Oracle]ORA-06550: line 29, column 41:

    Posted Tue June 27, 2023 08:29 AM

    Hi all,
    I am getting error while using dbconfigratorui to create tables of webMethods for my new trial installation. Please help me to identify and solve the problem.

    Details about the installation of webMethods, and the version of Oracle are as below

    • Windows 10 operating system 64 bit
    • webMethods 10.15 Trial version
    • Oracle Database 21c Express Edition for windows 64 bit
    • for database I am using Pluggable database XEPDB1 and created a separate user for webMethods.

    Thanks,
    Manish


    #B2B-Integration
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Error: java.sql.SQLException: [SoftwareAG][Oracle JDBC Driver][Oracle]ORA-06550: line 29, column 41:

    Posted Tue June 27, 2023 10:52 AM

    Share the errors and exceptions as well please.


    #Integration-Server-and-ESB
    #B2B-Integration
    #webMethods


  • 3.  RE: Error: java.sql.SQLException: [SoftwareAG][Oracle JDBC Driver][Oracle]ORA-06550: line 29, column 41:

    Posted Wed June 28, 2023 12:13 AM

    database type : oracle
    database URL : jdbc:wm:oracle://localhost:1521;serviceName=XEPDB1
    version : latest

    component : Storage
    action : create
    component : Storage
    version : latest
    scripts : 2 total
    script : 1
    file : C:\SoftwareAG\common\db\DCC\Storage\scripts\8.0\oracle\create_0_ora_str_c_ddl_tablespaces.sql
    status : executing
    error: java.sql.SQLException: [SoftwareAG][Oracle JDBC Driver][Oracle]ORA-06550: line 29, column 41:
    PL/SQL: ORA-00942: table or view does not exist
    ORA-06550: line 29, column 9:
    PL/SQL: SQL Statement ignored
    ORA-06550: line 37, column 41:
    PL/SQL: ORA-00942: table or view does not exist
    ORA-06550: line 37, column 9:
    PL/SQL: SQL Statement ignored


    #webMethods
    #B2B-Integration
    #Integration-Server-and-ESB


  • 4.  RE: Error: java.sql.SQLException: [SoftwareAG][Oracle JDBC Driver][Oracle]ORA-06550: line 29, column 41:

    Posted Wed June 28, 2023 11:02 AM

    Are you using a DBA account or did you get the account and db’s created by them? Looks like your db account doesn’t have enough permission. If you are using a DBA account you need to enter DBA information to the section below and set the usename and password above that. If DBA’s created that for you make sure you have create, update and delete table permissions and uncheck Create database and database user checkbox.

    Follow this document for preparing db. You can find oracle preparation steps at page 38.


    #B2B-Integration
    #webMethods
    #Integration-Server-and-ESB


  • 5.  RE: Error: java.sql.SQLException: [SoftwareAG][Oracle JDBC Driver][Oracle]ORA-06550: line 29, column 41:

    Posted Mon July 03, 2023 08:20 AM

    Thanks Engin SARLAK,

    your suggestion helped me to solve the issue.


    #webMethods
    #Integration-Server-and-ESB
    #B2B-Integration


  • 6.  RE: Error: java.sql.SQLException: [SoftwareAG][Oracle JDBC Driver][Oracle]ORA-06550: line 29, column 41:

    Posted Thu June 29, 2023 06:32 AM

    Hi Manish,

    I had the same issue, following a course on Udemy and I guess you are following the same as per the database name.

    I managed to solve the problem entering the “system” username instead of the “webmuser” username in the “Create tablespaces and database user/Administrator” form. I hope I can continue with the learning and I didn’t messed something up.

    PS. Also, I had to disconnect and reconnect the user in SQL developer to see the tables. A simple refresh didn’t help.

    Have a nice day,
    Magda


    #B2B-Integration
    #Integration-Server-and-ESB
    #webMethods


  • 7.  RE: Error: java.sql.SQLException: [SoftwareAG][Oracle JDBC Driver][Oracle]ORA-06550: line 29, column 41:

    Posted Mon July 03, 2023 08:22 AM

    Yes I did the same, Thanks for your help.


    #webMethods
    #Integration-Server-and-ESB
    #B2B-Integration


  • 8.  RE: Error: java.sql.SQLException: [SoftwareAG][Oracle JDBC Driver][Oracle]ORA-06550: line 29, column 41:

    Posted Mon October 16, 2023 10:23 AM

    Solved:
    The user must be with DBA privilegies. Example:
    grant dba to webmuser;


    #webMethods
    #B2B-Integration
    #Integration-Server-and-ESB


  • 9.  RE: Error: java.sql.SQLException: [SoftwareAG][Oracle JDBC Driver][Oracle]ORA-06550: line 29, column 41:

    Posted Mon October 16, 2023 10:48 AM

    Hi Ricardo,

    it is not recommended to have dba privileges on the user you are using for the life data for security reasons.

    You should have a DBA-User for creating tablespaces and users with proper permissions to create the dedicated content for the newly created users.

    Regards,
    Holger


    #webMethods
    #Integration-Server-and-ESB
    #B2B-Integration


  • 10.  RE: Error: java.sql.SQLException: [SoftwareAG][Oracle JDBC Driver][Oracle]ORA-06550: line 29, column 41:

    Posted Mon February 12, 2024 11:28 PM

    Yes this solution worked for me too. Thanks for sharing.


    #Integration-Server-and-ESB
    #webMethods
    #B2B-Integration