× Discuss on T24 Installation, Setting up the environment, TC Server, jBOSS, Package & Deployment, etc…

R11 compilation error !!!!

  • sandeep.hs
  • Topic Author
  • Offline
  • New Member
  • New Member
More
12 years 5 months ago #9451 by sandeep.hs
R11 compilation error !!!! was created by sandeep.hs
After installing R11, using BASIC command for compilation successfully executed, but not able to CATALOG the same. Please help,

jsh R11 ~ -->EB.COMPILE TR.BP NEW.RTN
[3] Unable to execute program 'EB.COMPILE TR.BP NEW.RTN'
jsh R11 ~ -->BASIC TR.BP NEW.RTN
NEW.RTN
BASIC_3.c
Source file NEW.RTN compiled successfully
jsh R11 ~ -->CATALOG TR.BP NEW.RTN
** Error [ 201 ] **
Unable to open file %HOME%\twatchlib
jsh R11 ~ -->

Please Log in or Create an account to join the conversation.

  • jpb
  • jpb's Avatar
  • Offline
  • Moderator
  • Moderator
  • TAFj-R20 - 'unix'
More
12 years 5 months ago #9452 by jpb
Replied by jpb on topic Re: R11 compilation error !!!!
check your JBCDEV_LIB

Please Log in or Create an account to join the conversation.

More
12 years 4 months ago #9585 by alint24
Replied by alint24 on topic Re: R11 compilation error !!!!
I have the same error!

Where is set JBCDEV_LIB ?

Please Log in or Create an account to join the conversation.

  • sandeep.hs
  • Topic Author
  • Offline
  • New Member
  • New Member
More
12 years 4 months ago #9586 by sandeep.hs
Replied by sandeep.hs on topic Re: R11 compilation error !!!!
Set as below in mbremote file in bnk.run folder,

set JBCDEV_BIN=%HOME%\twatchbin
set JBCDEV_LIB=%HOME%\twatchlib

rem Execution:

set JAVA_HOME=%TOOLS%\jdk1.6.0_18
rem set TAFJ_HOME=D:\TAFJ\TAFJ
set HYPERSIGAR=%TOOLS%\hyperic-sigar-1.6.3\sigar-bin\lib
set INCLUDE=%TOOLS%\Microsoft Visual Studio 10.0\VC\include
set LIB=%TOOLS%\Microsoft SDKs\Windows\v7.1\Lib;%TOOLS%\Microsoft Visual Studio 10.0\VC\lib
set PATH=%HOME%\twatchbin;%TAFC_HOME%\bin;%HOME%\bin;%HOME%\t24bin;%JAVA_HOME%\bin;%HOME%\updater\bin;%HYPERSIGAR%;%TOOLS%\Microsoft Visual Studio 10.0\VC\bin;%TOOLS%\Microsoft Visual Studio 10.0\Common7\IDE;C:\windows\system32
The following user(s) said Thank You: Teejay

Please Log in or Create an account to join the conversation.

More
12 years 4 months ago #9587 by alint24
Replied by alint24 on topic Re: R11 compilation error !!!!
Thank you sandeep.hs!

It works!!

Please Log in or Create an account to join the conversation.

More
11 years 11 months ago #11423 by yngwuver
Replied by yngwuver on topic Re: R11 compilation error !!!!
Hi please am getting this error compiling

HELP!!!!!!!

jsh t24dev ~ -->BASIC UPGRADE.BP AMFB.V.GLA.LOC.REF68
AMFB.V.GLA.LOC.REF68
[jpp error 1] line 8:
I_F.DEPT.ACCT.OFFICER : File not located - suggest option -I <pathname>
"AMFB.V.GLA.LOC.REF68":
fatal pre-processor error - compilation abort

1 error was found
jbccom -f -d -aUPGRADE.BP BASIC_1042.b failed , command returned a code of 1
jcompile: Returned an error code of 8
** Unable to compile source AMFB.V.GLA.LOC.REF68 **

Please Log in or Create an account to join the conversation.

  • jpb
  • jpb's Avatar
  • Offline
  • Moderator
  • Moderator
  • TAFj-R20 - 'unix'
More
11 years 11 months ago #11425 by jpb
Replied by jpb on topic Re: R11 compilation error !!!!
As you use BASIC (instead of EB.COMPILE) you have to define where to search for the $INSERT-files,
use (suppose you have T24.BP and no longer GLOBUS.BP):

BASIC -IT24.BP UPGRADE.BP AMFB.V.GLA.LOC.REF68

Please Log in or Create an account to join the conversation.

More
11 years 11 months ago #11430 by yngwuver
Replied by yngwuver on topic Re: R11 compilation error !!!!
THANK YOU IT WORKED FINE

BUT WHAT COULD THIS ERROR POSSIBLY MEAN?

jsh t24dev ~ -->BASIC -IT24.BP UPGRADE.BP NOFILE.EASL.LO.PORTFOLIO
NOFILE.EASL.LO.PORTFOLIO
"NOFILE.EASL.LO.PORTFOLIO", 102 (offset 2) near RESERVED WORD "END":
END
^
parse error

1 error was found
jbccom -f -d -aUPGRADE.BP -IT24.BP BASIC_1044.b failed , command returned a code of 1
jcompile: Returned an error code of 8
** Unable to compile source NOFILE.EASL.LO.PORTFOLIO **
jsh t24dev ~ -->BASIC -IT24.BP EMSL.BP NOFILE.EASL.LO.PORTFOLIO
** Error [ 202 ] **
Record NOFILE.EASL.LO.PORTFOLIO is not on file

Please Log in or Create an account to join the conversation.

  • jpb
  • jpb's Avatar
  • Offline
  • Moderator
  • Moderator
  • TAFj-R20 - 'unix'
More
11 years 11 months ago #11432 by jpb
Replied by jpb on topic Re: R11 compilation error !!!!
END without IF ?

Open the routine in JED and use BI to format.
Review lines before 102 . . .

Please Log in or Create an account to join the conversation.

More
11 years 11 months ago #11484 by yngwuver
Replied by yngwuver on topic Re: R11 compilation error !!!!
Line 228 , Source EB.CALC.REPAYMENT
Divide by zero !!
Line 228 , Source EB.CALC.REPAYMENT
Divide by zero !!
Line 228 , Source EB.CALC.REPAYMENT
Divide by zero !!
Line 228 , Source EB.CALC.REPAYMENT
Divide by zero !!
Line 228 , Source EB.CALC.REPAYMENT
Divide by zero !!
Line 228 , Source EB.CALC.REPAYMENT
Divide by zero !!
Line 228 , Source EB.CALC.REPAYMENT
Divide by zero !!
Line 228 , Source EB.CALC.REPAYMENT
Divide by zero !!
Line 228 , Source EB.CALC.REPAYMENT
Divide by zero !!
Line 228 , Source EB.CALC.REPAYMENT
Divide by zero !!
Line 228 , Source EB.CALC.REPAYMENT
Divide by zero !!
Line 228 , Source EB.CALC.REPAYMENT
Divide by zero !!
Line 228 , Source EB.CALC.REPAYMENT
Divide by zero !!
Line 228 , Source EB.CALC.REPAYMENT
Divide by zero !!
Line 228 , Source EB.CALC.REPAYMENT
Divide by zero !!
Line 228 , Source EB.CALC.REPAYMENT
Divide by zero !!
Line 228 , Source EB.CALC.REPAYMENT
Divide by zero !!
Line 228 , Source EB.CALC.REPAYMENT
Divide by zero !!
Line 228 , Source EB.CALC.REPAYMENT
Divide by zero !!

can you help please

Please Log in or Create an account to join the conversation.

  • jpb
  • jpb's Avatar
  • Offline
  • Moderator
  • Moderator
  • TAFj-R20 - 'unix'
More
11 years 11 months ago #11485 by jpb
Replied by jpb on topic Re: R11 compilation error !!!!
Which release are you on ?

jshow -s EB.CALC.REPAYMENT

Never heard of this routine !

Please Log in or Create an account to join the conversation.

More
11 years 11 months ago #11486 by yngwuver
Replied by yngwuver on topic Re: R11 compilation error !!!!
jsh t24dev ~ -->jshow -s EB.CALC.REPAYMENT
Subroutine: /t24data/dev/bnk/bnk.run/t24lib/st_config/lib2.so.30

Release = R10

Please Log in or Create an account to join the conversation.

  • jpb
  • jpb's Avatar
  • Offline
  • Moderator
  • Moderator
  • TAFj-R20 - 'unix'
More
11 years 11 months ago #11487 by jpb
Replied by jpb on topic Re: R11 compilation error !!!!
Do you call the routine from local code ?
Can you enter debugger ?

Seems the routine is used by LD for annuity calculation, maybe you use a strange interest basis or something alike.

If this happens from core raise a issue to HD.

Please Log in or Create an account to join the conversation.

  • johnperez
  • Visitor
  • Visitor
11 years 10 months ago #11525 by johnperez
Replied by johnperez on topic Re: R11 compilation error !!!!
hi,

regarding EB.CALC.REPAYMENT

this routine seems to be used for "calculating the repayment amount?" doesn't it?

Where did you get the parameters info ? I guess you are not sending the correct parameters.

Can you share (using debug) the values of the parameters that you send to the routine.

Regards

Please Log in or Create an account to join the conversation.

  • jpb
  • jpb's Avatar
  • Offline
  • Moderator
  • Moderator
  • TAFj-R20 - 'unix'
More
11 years 10 months ago #11537 by jpb
Replied by jpb on topic Re: R11 compilation error !!!!
I just thought of BASIC.INTEREST...

Are you on R10 or beyond ?
If you use BASIC.INTEREST:
Have you run the service BUILD.BASIC.INTEREST.DATE to populate the new concat file?

Please Log in or Create an account to join the conversation.

More
11 years 10 months ago #11550 by yngwuver
Replied by yngwuver on topic Re: R11 compilation error !!!!
can anyone explain this error for me it happens after i compile the program

jsh R10 ~ -->CATALOG WUVER.BP LOAD.CUS
LOAD.CUS
Error extracting function name from object file CATALOG_1835.obj
** Unable to catalog object LOAD.CUS **

Please Log in or Create an account to join the conversation.

More
11 years 10 months ago #11552 by alint24
Replied by alint24 on topic Re: R11 compilation error !!!!
Hi,

I think the routine LOAD.CUS has compiled on 32 bit and you are trying to catalog on 64 bit or vice versa..

Please Log in or Create an account to join the conversation.

More
11 years 10 months ago #11553 by yngwuver
Replied by yngwuver on topic Re: R11 compilation error !!!!
Okay but how is it possible cos i compiled it on the same machine as am cataloging it on
what cld be the cause then

Please Log in or Create an account to join the conversation.

  • jpb
  • jpb's Avatar
  • Offline
  • Moderator
  • Moderator
  • TAFj-R20 - 'unix'
More
11 years 10 months ago #11556 by jpb
Replied by jpb on topic Re: R11 compilation error !!!!
Did you clear your local libs before recompile ?

Please Log in or Create an account to join the conversation.

More
11 years 10 months ago - 11 years 10 months ago #11557 by alint24
Replied by alint24 on topic Re: R11 compilation error !!!!
Do you have this problem only with this routine ?

Maybe your TAFC is on 64 bit and your VC(SDK) is on 32 or vice versa :)
Last edit: 11 years 10 months ago by alint24.

Please Log in or Create an account to join the conversation.

Time to create page: 0.162 seconds