TaxFactory 10 and Oracle 12c

 0 Replies
 1 Subscribed to this topic
 27 Subscribed to this forum
Sort:
Author
Messages
DavidV
Veteran Member Send Private Message
Posts: 101
Veteran Member

Has anyone successfully installed TaxFactory 10 using an Oracle 12c database?  BSI only has 11g libraries.  I tried using them to install TaxFactory 10f1 using an Oracle 12c database.  I was able to get cmptfxora10 to link and install the tfxiface10 libraries with Oracle 12.1.0. Dyname libraries but when I run tf10lic it fails:  --Really don't want to install 11g to get BSI working unless we really have to

#DAV - changed MAJ_ORA_VERS = 10 to 12 to see if we can get 12 to work with BSI

ORA_DYNAMIC_LIBS=""

if [ "$MAJ_ORA_VERS" = "12" -o "$MAJ_ORA_VERS" = "11" ]; then

This change allowed cmptfxora10 to run:

$ cmptfxora10

Building tfxiface10 interface with Oracle 12.1.0 dynamic libraries:

 

Linking libtfxiface10.so.......

successful link.

 

Installing libtfxiface10.so.......

successful install.

 

 

but when I try the tf10lic command it fails.

 

./tf10lic

exec(): 0509-036 Cannot load program tf10lic because of the following errors:

        0509-130 Symbol resolution failed for tf10lic because:

        0509-136   Symbol strcat (number 129) is not exported from

                   dependent module /oracle/product/12.1.0/lib/libclntsh.a[shr.o].

        0509-136   Symbol strcpy (number 130) is not exported from

                   dependent module /oracle/product/12.1.0/lib/libclntsh.a[shr.o].

        0509-136   Symbol strcmp (number 131) is not exported from

                   dependent module /oracle/product/12.1.0/lib/libclntsh.a[shr.o].

        0509-136   Symbol strncat (number 132) is not exported from

                   dependent module /oracle/product/12.1.0/lib/libclntsh.a[shr.o].

        0509-136   Symbol strncpy (number 133) is not exported from

                   dependent module /oracle/product/12.1.0/lib/libclntsh.a[shr.o].

        0509-136   Symbol bcopy (number 134) is not exported from

                   dependent module /oracle/product/12.1.0/lib/libclntsh.a[shr.o].

        0509-136   Symbol sigsetjmp (number 135) is not exported from

                   dependent module /oracle/product/12.1.0/lib/libclntsh.a[shr.o].

        0509-136   Symbol siglongjmp (number 136) is not exported from

                   dependent module /oracle/product/12.1.0/lib/libclntsh.a[shr.o].

        0509-136   Symbol floor (number 137) is not exported from

                   dependent module /oracle/product/12.1.0/lib/libclntsh.a[shr.o].

        0509-136   Symbol ceil (number 138) is not exported from

                   dependent module /oracle/product/12.1.0/lib/libclntsh.a[shr.o].

        0509-192 Examine .loader section symbols with the

                 'dump -Tv' command.