Skip to Content
0
Feb 14, 2012 at 04:56 PM

Move data from one app to other app

20 Views

hello everyone, I tried move data the one app to another, but do not work.

I created a script logic call "Trasladar.lgf" with the next text:

*INCLUDE SYSTEM_CONSTANTS.LGL

*XDIM_MEMBERSET RPTCURRENCY=LC

*DESTINATION_APP = MAYORLIGHT

*SKIP_DIM =CCFRATECO

As I understood reading the help,[*DESTINATION_APP|http://help.sap.com/saphelp_bpc75/helpdata/en/79/b299446e02478fa5eca684d1297ef3/content.htm] just whit the written above should work.

I am also copying the text used in the package.

'DEBUG(ON)

PROMPT(SELECTINPUT,,,"Seleccionar Categoria, entidad y tiempo, por favor ",%ENTITY_DIM%%TIME_DIM%%CATEGORY_DIM%)

TASK(Traslado,USER,%USER%)

TASK(Traslado,APPSET,%APPSET%)

TASK(Traslado,APP,%APP%)

TASK(Traslado,SELECTION,%SELECTIONFILE%)

TASK(Traslado,LOGICFILE,%APPPATH%\..\AdminApp\%APP%\Trasladar.lgx)

TASK(Traslado,RUNMODE,1)

TASK(Traslado,LOGICMODE,1)

TASK(Traslado,CHECKLCK,%CHECKLCK%)

The issue is when I execute the package show me the next error:

"Cannot connect to database."

Please if someone can help me I be gratefull.