Hmmm, your client-side C program should have UCI configuration file too. Options: a) turn on client side debugging and b) creating a UCI configuration file on the client side, increasing the values I posted earlier (may help, not sure what the issue you're having is though). BTW...Did you read the UCI manual about client-side debugging logs? See page 47. <http://publibfi.boulder.ibm.com/epubs/pdf/25119060.pdf> http://publibfi.boulder.ibm.com/epubs/pdf/25119060.pdf
Regards, David Logging Client Connections Beginning at UniVerse 10.0, a server-side debugging log is available for tracking client connections. The debugging log is located in the /tmp/ directory on UNIX, or C:\tmp on Windows platforms, by default. Complete the following steps to set up the debugging log:1. Edit the serverdebug file in the UVHOME directory. 2. In the first column, enter uvcs, indicating that you want to log the connection progress for both uvapi_server and uvapi_slave. 3. In the next column, enter an integer indicating the level of logging infor-mation you want to maintain. The valid integers are: 0 - No debugging. 1 - Captures information about the startup connection only. 9 - Captures information about every call. 4. In the third column, enter the full path for the log file location. If this value does not exist, the logs are written to /tmp/uvapiserver_###.log as the default on UNIX systems, or C:\tmp\uvapiserver####.log as the default on Windows systems. #### is the uvapi_server process ID. -----Original Message----- From: [EMAIL PROTECTED] [ <mailto:[EMAIL PROTECTED]> mailto:[EMAIL PROTECTED] Behalf Of David Sidhu Sent: Thursday, February 05, 2004 5:58 AM To: 'U2 Users Discussion List' Subject: RE: UCI Error Would this be in my UCI directory on the Oracle Server - if so, then I don't have the file. It does exist on the UniVerse Server and looks like this: **************************************************************************** ** * * Allow access to local host * * Module %M% Version %I% Date %H% * * (c) Copyright 2002 IBM Corporation. - All Rights Reserved * This is unpublished proprietary source code of IBM Corporation. * The copyright notice above does not evidence any actual or intended * publication of such source code. * * This is the configuration file for the BCI and the UCI. For more * information, see either the BASIC SQL Client Interface Guide or the * UniVerse Call Interface Guide. * * This file is NOT part of UV/ODBC. However, it can affect UV/ODBC, * becuase UV/ODBC communicates with UniVerse using the UCI. For more * information, see the UV/ODBC Server Guide. * * **************************************************************************** *** * * Maintenence log - insert most recent change descriptions at top * * Date.... GTAR# WHO Description......................................... * 10/14/98 23801 SAP Change copyrights. * 05/09/97 20582 MJC Add comment at top * 04/26/95 15921 ENF Initial submission * **************************************************************************** *** [ODBC DATA SOURCES] <localuv> DBMSTYPE = UNIVERSE network = TCP/IP service = uvserver host = localhost Thanks, Dave -- u2-users mailing list [EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users
