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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
Expand all | Collapse all

Connection problem!

  • 1.  Connection problem!

    Posted 10/16/01 08:56 PM

    Has anyone tried bringing up Tamino Schema Editor and then setting a DB URL…when I try to do that, it says that the connection failed…any ideas as to what I may be doing wrong?

    Could someone please help me out with this?

    Thank you in advance.

    Syed


    #API-Management
    #Tamino
    #webMethods


  • 2.  RE: Connection problem!

    Posted 10/17/01 01:55 PM

    Hi,

    1. Is your database started?
    2. Does the database exist?
    3. Is the url correct http://localhost/tamino/dbname where dbname is name of your database.

    Check these and see how you go

    Daniel


    #webMethods
    #API-Management
    #Tamino


  • 3.  RE: Connection problem!

    Posted 10/17/01 03:34 PM

    Hello!

    Thank you for your response.

    The database was started and the database does exist. And the name of my database is Statutes, so the URL looked like this:

    http://localhost/tamino/Statutes

    I still can’t connect to the db.

    Any ideas as to what might be going wrong???

    Thank you very much again!

    Syed


    #Tamino
    #webMethods
    #API-Management


  • 4.  RE: Connection problem!

    Posted 10/17/01 05:05 PM

    What happens if you start a browser and issue the URL :

    http://localhost/tamino/Statutes

    If this replies with 404 page not found the web server is not configured. If you get a Tamino response (an XML document) then the connection is ok and there is some other problem.


    #webMethods
    #API-Management
    #Tamino


  • 5.  RE: Connection problem!

    Posted 10/18/01 12:05 AM

    When I browse to that URL, I get a blank page. So I don’t get any errors but I don’t get any XML page either. Just a white blank page!

    And the strange thing is I can’t view the source even!

    Any ideas please???

    Thank you again,
    Syed


    #API-Management
    #Tamino
    #webMethods


  • 6.  RE: Connection problem!

    Posted 10/18/01 12:16 PM

    I would also check the webserver logs - it may provide some clues. For Apache I believe you should see a GET for /tamino/Statues and the number that comes after it is the response code.


    #Tamino
    #webMethods
    #API-Management


  • 7.  RE: Connection problem!

    Posted 10/18/01 03:06 PM

    Hi,

    Tamino is not supposed to answer to this

    http://localhost/tamino/Statutes

    but when an X-Machine command like

    http://localhost/tamino/Statutes?_diagnose=ping

    is encountered, it has to answer with one of the following messages:

    1) if the database is unknwon:
    <ino:messagetext ino:code=“INOXHE8202”>Tamino database unknown.</ino:messagetext>

    2) if the database is knwon but (most likely) not started:
    <ino:messagetext ino:code=“INOXHE8201”>Can’t connect to server on host localhost at port 3219, TCP error code 10061.</ino:messagetext>

    3) if the database is known and started:
    <ino:messageline ino:subject=“Server”>is alive</ino:messageline>

    [Sidenote: There is no function to give you a list of databases knwon to a webserver.]

    Best regards, Andreas


    #Tamino
    #webMethods
    #API-Management


  • 8.  RE: Connection problem!

    Posted 10/25/01 09:20 AM

    Hi, I posted this in the Xmlstarterkit, installation forum as thee xact same problem is mentioned there.

    Here it is:

    I have just discovered an interesting fact. modiis.dll has a global filter reference in the registry at:

    HKLM\System\CurrentControlSet\Services\W3Svc\Parameters\Filter DLLs

    Remove the entry to modiis in this key, but leave the other part of the string there.

    Remove the modiis.dll from inetpub\scripts from your ISAPI filter and add the modiis.dll from
    \Program Files\Software AG\Tamino\Tamino 2.3.1.4\X-Port

    Apply the changes, I suggest a reboot due to changing the registry.

    Retry the connection from the schema editor.

    See if it helps

    Daniel


    #API-Management
    #Tamino
    #webMethods


  • 9.  RE: Connection problem!

    Posted 11/11/01 05:00 AM

    I had the same problem with connecting to the DB from schema editor. My DB has started but I could not view it from the browser. It has the URL format of http://localhost:9003/tamino/dbname and the OS is W2K with IIS as web server.

    I have created entries in registry to point to this db location (IIS mappings)

    In my case, I have checked the registry that I had no previous settings under services for modiis.dll and I did add the tamino modiis.dll to my filter.

    Any ideas?

    Thanks,

    KS


    #Tamino
    #webMethods
    #API-Management


  • 10.  RE: Connection problem!

    Posted 11/12/01 10:22 AM

    Is your webserver running on port 9903? The way to access Tamino is via the webserver. By default this will be port 80, so the correct syntax will for the URL will be
    http://localhost/tamino/dbname
    If the webserver is really running on port 9903 then I suspect the modiis is not installed correctly or there is some problem their. I do suspect though that you shouldn’t be specifying port 9903 in the URL.


    #webMethods
    #Tamino
    #API-Management


  • 11.  RE: Connection problem!

    Posted 07/09/02 09:40 AM



    For me I always get the “The page cannot be found” message ! Please help me !


    #API-Management
    #Tamino
    #webMethods