Hi,
I am using the program UJD_TEST_PACKAGE to load the master data which gets loaded from the Flat file.
Below are the parameters I had given in the and I am using the process chain which has an ABAP step to load the master data.
In this I tried 2 options i
f I keep
"If answerprompt value is a file service path = N" it fails with Short Dump error "
The internal session was terminated with the runtime error DATASET_NOT_OPEN (see ST22) "
"If answerprompt value is a file service path = Y
" the process chain is successful but I could not see any data been uploaded in the BPC Dimension.
If I view the Packge Status in Excel I could see the error as below
[Selection]
--------------------------------------------------------------
FILE#\ROOT\WEBFOLDERS\CONSOLIDATION_ENV\TEST_638209\DATAMANAGER\DATAFILES\EXAMPLES\TEST_ACCOUNT_new.csv##TRANSFORMATION#\ROOT\WEBFOLDERS\CONSOLIDATION_ENV\TEST_638209\DATAMANAGER\TRANSFORMATIONFILES\EXAMPLES\TEST_NEW.xls##DIMNAME#TEST_ACCOUNT##WRITEMODE#1
[Message]
--------------------------------------------------------------
You do not have authorization
model: TEST_638209. Package status: ERROR
I do have a BPC_ADMIN access.
Parameters given in the Program
%FILE% \ROOT\WEBFOLDERS\CONSOLIDATION_ENV\TEST_638209\DATAMANAGER\DATAFILES\EXAMPLES\TEST_ACCOUNT_new.csv
%TRANSFORMATION% \ROOT\WEBFOLDERS\CONSOLIDATION_ENV\TEST_638209\DATAMANAGER\TRANSFORMATIONFILES\EXAMPLES\TEST_NEW.xls
%DIMNAME% TEST_ACCOUNT
%WRITEMODE% 1
Please suggest your views as I am facing this issue since a week.