Page 1 of 1

Error - Licence file not found

Posted: Mon Jul 09, 2007 8:40 am
by parameswar
Hi,
I am trying to import table definition using ODBC. I defined the entry in .odbc.ini and uvodbc.config . I put the uvodbc.config in the respective project directory. But I am getting the error as : ODBC Licence file ( IVVM.LIC or DDVM.LIC) not found in branded odbc directory while importing table definition.

I checked branded odbc directory. All thees files are there. Can anybody help to resolve this issue.


1. Entry in uvodbc.config

[ODBC DATA SOURCES]

<localuv>
DBMSTYPE = UNIVERSE
network = TCP/IP
service = uvserver
host = 127.0.0.1

<OFDM>
DBMSTYPE = ODBC


2. Entry in .odbc.ini

[OFDM]
Driver=/home/dsadm/Ascential/DataStage/branded_odbc/lib/VMora20.sl
Description=DataDirect Oracle Wire Protocol
ApplicationUsingThreads=1
ArraySize=60000
CachedCursorLimit=32
CachedDescLimit=0
CatalogIncludesSynonyms=1
CatalogOptions=0
DefaultLongDataBuffLen=1024
DescribeAtPrepare=0
EnableDescribeParam=0
EnableNcharSupport=0
EnableScrollableCursors=1
EnableStaticCursorsForLongData=0
EnableTimestampWithTimeZone=0
HostName=UXJEDB05
LocalTimeZoneOffset=
LockTimeOut=-1
LogonID=ofsd
Password=ofsd
PortNumber=1521
ProcedureRetResults=0
SID=OFDM
UseCurrentSchema=1


Regards,
Param

Posted: Mon Jul 09, 2007 4:06 pm
by ds_developer
Sounds like a permissions problem to me. What are the permissions on the IVVM.LIC and DDVM.LIC files and the directory they are in? Can the user you log into Manager with get to these files in a telnet session?
John

Posted: Tue Jul 10, 2007 12:08 am
by parameswar
ds_developer wrote:Sounds like a permissions problem to me. What are the permissions on the IVVM.LIC and DDVM.LIC files and the directory they are in? Can the user you log into Manager with get to these files in a telnet session?
John
Hi,
permission to these file is "-rwxr-xr-x". I thnk this permission is fine. Is there anything i have to configure. In dsenv file also i have includedbranded_odbc lib path.

Thanks,
Parameswar