• How to Define Default Value for Column in Relativity for a Cobol File?

    I am using Relativity to define ISAM file.Below is one such exmaple: File structure [EMPLOYEE] 01 Record-1. 02 EMP-ID PIC 9(10). 02 EMP-NAME PIC X(30). 02 EMP-DEPT-CODE PIC 9(3). Relativity Definition TABLE : EMPLOYEE EMP_ID DECIMAL…
  • Ignore errors on Relativity query?

    I've been scouring through the forums looking for information on this. We have a lot of Relativity tables and most of them work great without any errors. Sometimes we've run into problems like: Numeric item in key contains nonnumeric characters Numeric…
  • Robust way to edit INX files?

    Hi My team have been using a program which allows use to convert INX (indexed or sequential data files) into ASCII, edit rows individually (w/ hex editor), and then convert the modified file back into INX. This process is not the best way of making…
  • ODBC Request from C# windows service unable to connect to Relativity for RM

    ODBC Request from C# windows service unable to connect. Running into an issue with a C# application running as a windows service being unable to read from the odbc driver. When the application is running from Visual Studio it works as expected. Once…
  • Relativity - Error when querying a table

    Hello, I created a table using Relativty and one column seems to break my queries. In Relativity's Query Builder, depending of the data I access, it returns a certain number of rows before it tthrows an error, like Table MyTable: Rows Processed = 4…
  • Can I update an old Relativity Catalog

    I have a version 9.00 Relativity Catalog and I am not finding a way to upgrade this catalog to the current version. Is there a way to upgrade the version 9.00 Relativity Catalog to version 12.17? or do I have to create a new Relativity Catalog?
  • Error communicating with server for log-in (Windows).

    I'm Trying install Relativity 12.07 64 Client, when i select the server name I receive this error. Is anything I missing?. Is there any troubleshooting manual to fix the error. First scenario, install Data Server and Data Client in the same Windows…
  • Relativity 2.1.0 crashing on Redhat 7.3

    Recently moved from Redhat 5.5 to Redhat 7.3 and the Relativity server 2.1.0 has become much more unstable. Clients are also at version 2.1.0 using 64 bit odbc to do queries and updates to MF Cobol files. We are controlling the server using supervisorctl…
  • How to Start Relativity Data Server Services Automatically at Boot Time

    Currently the customer are running Relativity Data Server on RedHat Linux and the Relativity Data Server services are not starting up automatically after they reboot the OS. Is there any steps to startup the services automatically at the boot time?
  • Leading Zeroes Truncate for Packed Decimals Variable

    Hi all, Our customer Bata facing an issue on Leading zeroes being truncated for packed decimal variable when view tables using Relativity Designer. For example : Variable Define in COBOL as : 01 WS-NUM PICTURE 9(7) COMP-3. When Create…
  • How to reset Catalog Owner to default privilege

    Hi all, I have tried to add a group of users which allow them to access by password and it works well. However, when I want to remove group of users and reset back to default privilege which doesn't required username and password, I able to remove password…
  • Relativity Catalog Access

    Hi all, when multiple users trying to access same Catalog, it will prompt the following message. Please advice. Thanks a lot.
  • Moving Tables Created by using driver MF Relativity Data Client to MF Relativity Data Client for ADO

    We have created about 30 tables in Relativity which using MF Relativity Data Client driver then realized that some of data encounter decimal rounding issue. After do research in community we found out that the MF Relativity Data Client ADO driver solved…
  • Relativity to Linked Server Performance Issue

    We have installed a Relativity Data Server in RHEL. Then, We have SQL Server 2008 R2 installed in another server (Windows Server). Currently we have created a Linked Server connection from Relativity to SQL Server using Microsoft OLE DB Provider for ODBC…
  • 64-bit relativity linux driver segfault

    I am trying to query relativity via the 64-bit relclient64.so that is included with the dataserver_2.1 installation. Whenever I try to query a decimal value, the program segfaults. the very simple test program runs the query (I am using convert…
  • 32 bit Relativity client won't work with 64 bit utility

    I have installed unixODBC and the Relativity client on Linux and can query the database using the relclienttest utility. However, when I attempt to query the database using isql, I get the following error: # isql -v mydsn [01000][unixODBC][Driver…
  • 94,67 continue

    we applied the recommendation to start relativity in open server 6 with this shell: in /etc/rc2.d use S99relativity, : # more S99relativity bash /usr/bin/callrelativity /usr/bin/callrelativity # more /usr/bin/callrelativity #!/usr/bin/bash ulimit -f…
  • file-lock-limit rmcobol and relativity

    i have a problem with a file of 1.7 GB of size, with 24,02 error , if change the parameter file-lock-limit = 3 on the file the error 24,02 is solved but when relativity dataserver try connect this file show 94,67 error how i can do the solution
  • rmcobol files over 2 GB on SCO Open Server 6

    how can i handle RMCOBOL files over 2 GB in open server 6.0. I managed to set the variable to the system ulimit. RMCOBOL use version 11 and indexed level 4. report 4194303 ulimit variable and we could not change it. measuring 1.8 GB file when running…
  • has Relativity support to work files of 2 GB

    We are working with relativity dserver but when the file has more or less 2 GB appears 94,67 error. the enviroment is unix open server v 6.0 ,dataserver
  • Relativity feature request for Statement.setFetchSize()

    Hi, We are having problems using a standard call to JDBCB Statement.setFetchSize() method, which just hints the driver. The driver should ignore the hint instead of throwing an error, but Relativity returns the Driver Not Capable error. Is it possible…