1828346 Members
3172 Online
109976 Solutions
New Discussion

VMS problem : INTO/MAP

 
Lalit Chugh
New Member

VMS problem : INTO/MAP

Hi,

In VMS, while using the below command:

into/map/mode=append XDB.XX_temp.rdb DATA:YR_05

Getting the below error:

%INFOTOOLS-E-RL_NF, Specified Relation Could Not Be Found

Please advice asap.

Thanks
Lalit Chugh

2 REPLIES 2
Karl Rohwedder
Honored Contributor

Re: VMS problem : INTO/MAP

While I have not the slightest idea, what infotools is, the file extension leads to the assumption, that is has something to do with the database product Otacle/RDB.

To check for all relations in a RDB database, you can issue:

$ sql
SQL>ATTACH 'filename db-file';
SQL>SHOW TABLES

Is the rest of the database working as expected?

regards Kalle
Volker Halle
Honored Contributor

Re: VMS problem : INTO/MAP

Lalit,

welcome to the OpenVMS ITRC forum.

The command and the related error message do not come from a native OpenVMS tool. Please find out, which application this command and error message belongs to and at least include some basic information about this tool.

Volker.