cancel
Showing results for 
Search instead for 
Did you mean: 

Move data from one app to other app

alan_valenzuela
Participant
0 Kudos

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.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Alan,

Have you validated your script? Please validate your default script also, even if its empty.

Try to use some other script logic name in the DM package, and see whether you receive the same error or not.