Skip to Content
0
Former Member
Oct 22, 2012 at 12:00 PM

Logic File .LGX in DTS Package not found

42 Views

Hi BPC 10 experts:

I have a problem with a simple DTS package, this package only executes a .LGX file with two test-inserts. But the problem is when I execute this package in the log file doesn't show me the result of calling these LGX file, In fact in these file when I see the logic file parameter is empty so I don't know where is my mistake or If I'm doing something wrong.

This is my script:

DEBUG(ON)

PROMPT(SELECTINPUT,,,"Please add time periods as YEAR.TOTAL and BASE LEVEL members",%TIME_DIM%)

TASK(Execute formulas,LOGICMODE,1)

TASK(Execute formulas,USER,%USER%)

TASK(Execute formulas,Environment,%Environment%)

TASK(Execute formulas,Model,%Model%)

TASK(Execute formulas,ModelPath,%ModelPath%)

TASK(Execute formulas,SELECTION,%SELECTIONFILE%)

TASK(Execute formulas,LOGICFILE, %ModelPath%\..\AdminApp\%Model%\EFE.LGF)

TASK(Execute formulas,CHECKLCK,%CHECKLCK%)

And this is the log file is:

****************************************************************************************************

Start time --->13:22:30 - Date:2012-10-22 (build version:10.0.8.0)

****************************************************************************************************

User:GRUPOEPI\osoftuser

Environment:EPI_DEV

Model:LegalApp

Logic mode:0

Logic by:

Scope by:

Data File:

Debug File:\\APP-BPC10\OSoft\WebFolders\EPI_DEV\LegalApp\PrivatePublications\osoftuser\TempFiles\DebugLogic_8290_923844521.Log

Logic File:

Selection:

Run mode:1

Query size:0

Delim:,

Query type:0

Simulation:0

Calc diff.:0

Formula script:

Max Members:

Test mode:0

Is Modelling:1

Work status Check:1

Task name:DM

Number of lines: 37

Number of combinations before packing: 37

3 selection(s) built in 0.17 sec.

Number of logic calls: 3

----------------------------------------------------------------------------------------------------

Call no. 1, logic: \\APP-BPC10\OSoft\WebFolders\EPI_DEV\AdminApp\LegalApp\Default_AJICDIFF.LGX

----------------------------------------------------------------------------------------------------

call 1 completed and data posted in 0.02 sec.

----------------------------------------------------------------------------------------------------

Call no. 2, logic: \\APP-BPC10\OSoft\WebFolders\EPI_DEV\AdminApp\LegalApp\Default_Carga.LGX

----------------------------------------------------------------------------------------------------

call 2 completed and data posted in 0.00 sec.

----------------------------------------------------------------------------------------------------

Call no. 3, logic: \\APP-BPC10\OSoft\WebFolders\EPI_DEV\AdminApp\LegalApp\Default_Vacio.LGX

----------------------------------------------------------------------------------------------------

call 3 completed and data posted in 0.02 sec.

Run completed in 0.20 sec.

****************************************************************************************************

End time --->13:22:30 - Date: 2012-10-22

****************************************************************************************************

Thanks in advance!