Hi all!
1. I created a process "Import_ENG_MonthlyReport_Detail" to import xls data located on a file server.
\\domain\fs\Common\... ...\TM1_Export\MototHours\ENG_Monthly.xls
This process runs like a dream in PM
2. When I execute or run this process from another process then I get the error:
Error: Prolog procedure line (0): Unable to open data source "e:\servers\iss_assets\live\data\Import_ENG_MonthlyReport_Detail.blb".
I tried to use RunProcess or ExecuteProcess:
RunProcess('Import_ENG_MonthlyReport_Detail', 'pYear', pYear, 'pMonth', pMonth);
ExecuteProcess('Import_ENG_MonthlyReport_Detail', 'pYear', pYear, 'pMonth', pMonth);
3. Running this first process from the PAW environment (on-prem) also gives the same error.
- nb. when creating a process for the same purpose in the PAW seems not to be possible because the only option seems to be dropping a local file to the environment.
Can you please help me resolving the nr. 2 and 3 above?
------------------------------
Asgeir Thorgeirsson
------------------------------
#PlanningAnalyticswithWatson