Difference between TI Text and Cube View
Posted: Thu Oct 17, 2019 3:28 pm
Hi,
I have created a process using a cube view as the source and have dynamically built the view on the prolog and then in the same process I have updated the meta and data tabs.
So in the prolog I have the following to make this work:
DatasourceType = 'VIEW';
DatasourceNameForServer = vCube;
DatasourcecubeView = vName;
In other words I can put everything in one process.
However when I come to write a process using a text file it doesn't allow me to do this, so if I create the text file in the prolog and I put the following
DatasourceType = 'CHARACTERDELIMITED';
DatasourceNameForServer = vFile;
DatasourceNameForClient= vFile;
I can't update on the meta and data tabs because I get an error saying process aborted and it says unable to open data source. If I then run the process again it works because the file then exists.
Is there any way I can get this to work so I don't have to create multiple processes?
Maren
I have created a process using a cube view as the source and have dynamically built the view on the prolog and then in the same process I have updated the meta and data tabs.
So in the prolog I have the following to make this work:
DatasourceType = 'VIEW';
DatasourceNameForServer = vCube;
DatasourcecubeView = vName;
In other words I can put everything in one process.
However when I come to write a process using a text file it doesn't allow me to do this, so if I create the text file in the prolog and I put the following
DatasourceType = 'CHARACTERDELIMITED';
DatasourceNameForServer = vFile;
DatasourceNameForClient= vFile;
I can't update on the meta and data tabs because I get an error saying process aborted and it says unable to open data source. If I then run the process again it works because the file then exists.
Is there any way I can get this to work so I don't have to create multiple processes?
Maren