Connection to ADABAS v7 on OS390

My Setup:
OS390, ADABAS 712, WCP561,
WIndows NT4, INO2314, XTS1252, WEBDAV3116, APACHE1.3.14

I have managed to map my ADABAS file to Tamino and access it via XTS Proxy Server.
I can add record and query the file using Tamino Interactive Interface.


My Webdav configuration file contains :
<?xml version="1.0" encoding="UTF-8"?>


http://localhost:80/tamino
employees
employees
true
true

When I double click on the employees folder under
“Web Folder”/“taminowebdavserver on localhost”/“employees”
the employees folder is empty with “0 object(s)” message on the status bar.

What’s missing ? My employees Tamino database and the ‘real’ employees ADABAS V7 database on os390 are both active.

Hi,

you have to enable your collection for webDAV. Pls refer to chapter
Tamino Collection Enablement
in the documentation.

Regards,
Martin

With StartRepairer.xml
I get this http://localhost:4000/taminowebdavserver/administration/repairer/employees/Log_2002_02_01_09_22.xml

<?xml version="1.0" encoding="UTF-8" ?>
-
-
-
Test all files to be WebDAV-enabled.
-
Not webdav enabled document(s) found: 2213

-


Document with contentId “null@employee” WebDAV-enabled.
Document with contentId “null@employee” WebDAV-enabled.

… repeated many times …
… the employees file on ADABAS file has 1107 records …

Document with contentId “1107@employees” WebDAV-enabled.


Collection “employees” is now WebDAV-enabled.

-
Find meta data information without existent content document.
No unnecessary meta data found.

-
Find meta data information which points to the same content document.
-
Number of content documents found: 2
Number of uri’s found: 5
Uri “/employees/employee” exists more than once.

Duplicate uri’s deleted.

-
Test the directory consistency.
-
Number of directories found: 4
Number of files found: 1
Unreachable directories found:1

-

Test directory “/employees”
Test directory “/employees/employee”
Child “/employees/employee/Document_null” does not exist in directory “/employees/employee”.
Child entry “/employees/employee/Document_null” deleted.
Child “/employees/employee/Document_null” does not exist in directory “/employees/employee”.
Child entry “/employees/employee/Document_null” deleted.
Test directory “/employees/employees”
Child “/employees/employees/Document_1” does not exist in directory “/employees/employees”.
Child entry “/employees/employees/Document_1” deleted.
Child “/employees/employees/Document_2” does not exist in directory “/employees/employees”.
Child entry “/employees/employees/Document_2” deleted.


… repeated many times with increasing document number until …


Child entry “/employees/employees/Document_691” deleted.
Unreachable directory: /employees/employee


Directory structure restored.

-
Test the correctness of the content length in meta data.
-
Number of content documents found: 2

All content length are correct.


Repository is consistent!
-
Number of tests performed: 5
Total time needed: 646672 ms

In the employees folder I get :

http://localhost:4000/taminowebdavserver/employees/ServiceInitializationFailedException.xml


with the content :

<?xml version="1.0" encoding="UTF-8" ?>
-
Service com.softwareag.xtools.xdav.store.XDescriptorsStore@64f7c2 initialization failed : com.softwareag.xtools.xdav.common.XDatastoreException: com.softwareag.tamino.db.API.connection.TServerNotAvailableException: Server Not Available! NestedException:Invocation constructor failed. NestedException without message! Cause: Server Not Available! NestedException:Invocation constructor failed. NestedException without message! Cause: com.softwareag.tamino.db.API.connection.TServerNotAvailableException: Server Not Available! NestedException:Invocation constructor failed. NestedException without message! Cause: Server Not Available! NestedException:Invocation constructor failed. NestedException without message!
http://localhost:80/tamino/employees/employees

What does it all means ?
What could be the cause of the problem ?

[This message was edited by JJNFG on 01 Feb 2002 at 00:12.]

[This message was edited by JJNFG on 01 Feb 2002 at 00:28.]

While the repairer was running I logon to SYSAOS on OS390 to look at the activities of ADABAS.
The remote logical call counter was increasing rapidly ie. the communication is getting through but something else is not working.