cancel
Showing results for 
Search instead for 
Did you mean: 

BSI tf90lic ERROR

Former Member
0 Kudos

Hello All,

We upgrade to BSI 9.0 recently and everything was successfull.

We then upgraded our Oracle system from 10..2.0.4 to 11.2.0.2 and the BSI failed.

So I downloaded the one for 11.2 oracle version and changed the TF90SERVER and TF90SERVER.CSH accordingly.

But when i try to run the tf90lic I get the below error:

cgunx201:dv2adm 52> tf90lic -v

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

0509-130 Symbol resolution failed for tf90lic because:

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

dependent module /oracle/client/10x_64/instantclient/libclntsh.a[shr.o].

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

dependent module /oracle/client/10x_64/instantclient/libclntsh.a[shr.o].

0509-192 Examine .loader section symbols with the

'dump -Tv' command.

But the /oracle/client/10x_64/instantclient/libclntsh.a file does exist in /oracle/client/10x_64/instantclient directory and has 777 permisssions.

Please help!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sri,

Is it possible for you to post the contents of the .csh script? If not, that is fine.

Former Member
0 Kudos

tf90server.csh

SID is where we have our system name, i also changed it point to the new oracle home.

#tf90server.csh: Set execution environment for SAP TaxFactory 9.0

  1. Set your Oracle environment variables

  2. Remember to grant database rights to the user invoking this

#

setenv ORACLE_SID SID #Replace with your Oracle SID

setenv ORACLE_HOME /oracle/SID/112_64 #Replace with your Oracle Home

setenv LIBPATH /oracle/SID/112_64/lib #Replace with $ORACLE_HOME/lib

#

  1. Change directory to the TaxFactory Server Directory

  2. Set the TaxFactory Default Database connection

#

cd /sapmnt/SID/exe

setenv DATABASE tf90/tf90bsi #Replace with your Oracle Connect

#

  1. For SAP Trace Debugging, Uncomment Below & Refer to /tmp/error.txt

  2. ./tf90server $1 $2 $3 -o /tmp/error.txt

#

./tf90server $1 $2 $3

Also when I try to run the BSU Tax calcuation Test program for BSi 9.0 (RPUBTCU0) it runs successfully.

I also check the TF90 user is unlocked and the password is correct in oracle.

But when trying to run the simulation we still get the error BSI system failure.

felipegrandi
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Siri,

I understand you get successful results when running the test program but a dump when running the payroll driver. There's a thread about this issue in this forum:

Hopefully helps.

Felipe

Answers (2)

Answers (2)

Former Member
0 Kudos

I had the same issue - my error was running tf90lic -v, not running the script tf90lic.csh -v.

Jason

Former Member
0 Kudos

Hi Sri,

Here is a sample .csh file, can you compare this to your file, I think there may be a line or 2 missing.

setenv ORACLE_SID ORCL#Replace with your Oracle SID

setenv ORACLE_HOME /usr/sap/oracle/product#Replace with your

OracleHome

setenv LD_LIBRARY_PATH /usr/sap/oracle/product/lib#Replace with

$ORACLE_HOME/lib

#

  1. set the directory path for BSI

setenv BSI_DIR /usr/sap/

  1. change directory to the TaxFactory server directory
/SYS/exe/run/#Replace with appropriate path cd /usr/sap//SYS/exe/run #Replace with appropriate path

#

#set the TaxFactory default database connection

setenv DATABASE tf90/bsi@ORCL #Replace with your Oracle Connect

#

./tf90lic -i machine-key-file

let me know if it helps or not.