IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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

Could not find stored procedure 'spTypeLoad'

  • 1.  Could not find stored procedure 'spTypeLoad'

    Posted Tue March 15, 2011 03:46 PM

    Hello everybody,

    I have to set up a completely new environment with Windows 2003 Server (Standard 32-bit) on one machine and MS SQL-Server 2005 (Enterprise 64-bit) on another

    On the first machine I started the DB-Component-Configurator and had it create a completely new database in SQL-Server. This completed successfully without any warnings.

    Next, I wanted to start MWS to have it initialize its database tables, but when I run it, it throws the following exceptions and shuts down MWS again:

    
    2011-03-15 11:07:53 CET (Framework : INFO) - Initializing com.webmethods.portal.service.meta2.impl.TypeService
    [wm-cjdbc36-0039][SQLServer JDBC Driver][SQLServer]Could not find stored procedure 'spTypeLoad'.
    java.sql.SQLException: [wm-cjdbc36-0039][SQLServer JDBC Driver][SQLServer]Could not find stored procedure 'spTypeLoad'.
    at com.wm.dd.jdbc.base.BaseExceptions.createException(Unknown Source)
    at com.wm.dd.jdbc.base.BaseExceptions.getException(Unknown Source)
    ...
    2011-03-15 11:07:53 CET (Framework : INFO) - No registered exception delegate
    2011-03-15 11:07:53 CET (Framework : WARN) - Error initializing component: default
    java.sql.SQLException: [wm-cjdbc36-0039][SQLServer JDBC Driver][SQLServer]Could not find stored procedure 'spTypeLoad'.
    ...
    2011-03-15 11:07:53 CET (Framework : FATAL) - [POP.001.0002] A "{0}" occurred with the Message "{1}"
    java.lang.NullPointerException
    at com.webmethods.portal.service.meta2.impl.MetaManager.setPortalSystemState(MetaManager.java:188)
    at com.webmethods.portal.service.meta2.impl.MetaManager.init(MetaManager.java:60)
    ...

    Should this stored procedure it seems to be missing here have been installed with the DB-Component-Configurator?

    Could it be that this is missing in the SQL-Server part of the DBCC?

    Can I manually create the stored procedure(s)? I suspect that this one is not the only one :confused:

    Thank you for your help in advance,
    Sascha


    #webMethods-BPMS
    #webMethods
    #MWS-CAF-Task-Engine


  • 2.  RE: Could not find stored procedure 'spTypeLoad'

    Posted Wed March 16, 2011 05:46 PM

    This is weird. After googling a bit, it seems that I am the only person ever to get that error messag…


    #webMethods
    #webMethods-BPMS
    #MWS-CAF-Task-Engine