TextOutput and ASCIIOutput Capabilities
Posted: Mon Nov 01, 2021 1:12 pm
Hi all,
I had a brief question regarding the write out capabilities that are available within a TI Process. I've looked at some of the documentation for TextOutput (/https://www.ibm.com/docs/en/cognos-tm1/ ... textoutput)and ASCIIOutput (/https://www.ibm.com/docs/en/cognos-tm1/ ... sciioutput). It does mention in the documentation the following :
"if the server is running on the C: drive and TextOutput is writing to the F: drive, and the F: drive runs out of space, the error will be trapped and the server remains alive. If the server is running on the C: drive while TextOutput is also writing to the C: drive, and that drive runs out of space, the server will terminate (as expected)."
Does this mean that writing out data from a TI process is limited to just the file location on my machine where I have the application downloaded on? My main question is ultimately wondering if it was possible to have a TI Process write to a SharePoint location, as I am unable to get this to work despite the TM1 System Account having access to the specific SharePoint site that I am desiring to write to.
A follow on question for this would be if it is possible to parameterize the file name to the folder destination in the process. I believe this is possible as long as the file extension was specified but given some of my permissions on my machine, I have been unable to test.
Many thanks!
I had a brief question regarding the write out capabilities that are available within a TI Process. I've looked at some of the documentation for TextOutput (/https://www.ibm.com/docs/en/cognos-tm1/ ... textoutput)and ASCIIOutput (/https://www.ibm.com/docs/en/cognos-tm1/ ... sciioutput). It does mention in the documentation the following :
"if the server is running on the C: drive and TextOutput is writing to the F: drive, and the F: drive runs out of space, the error will be trapped and the server remains alive. If the server is running on the C: drive while TextOutput is also writing to the C: drive, and that drive runs out of space, the server will terminate (as expected)."
Does this mean that writing out data from a TI process is limited to just the file location on my machine where I have the application downloaded on? My main question is ultimately wondering if it was possible to have a TI Process write to a SharePoint location, as I am unable to get this to work despite the TM1 System Account having access to the specific SharePoint site that I am desiring to write to.
A follow on question for this would be if it is possible to parameterize the file name to the folder destination in the process. I believe this is possible as long as the file extension was specified but given some of my permissions on my machine, I have been unable to test.
Many thanks!