Hello guys! how are you all doing?
I’m getting an error when trying to export into an Excel file [see attached]
I’m unsure how the EasyMorph “export into [files]” happens, but it seems that it tries to create a temp file in the destination folder and with a filename as [UUID & “.em.temp.xlsx”].
This temporary name alone gets to be 50 chars long;
adding it to the original [file_path] used, it can make the [full_file_path] too long and, as a result, impossible for the temporary file to be created, which in its turn throws a missing part of path error.
// +++
Suggestion: Can’t EasyMoprh uses a local folder (like the one available as the Environment Variables “TEMP”) to create these temporary files and, then, move the final/treated file to the original destination folder?
Just because the file does exists in that dedicated shared directory, within the file_path length limitation and it is just when EasyMoprh tries to create the temporary file that the issue arises.
+++ //
Bear in mind that I do know that file paths shouldn’t be this long.
It is just that I, an end-user, am unable to amend these issues without the propre access-rights (I.T./admin):
(1) the redacted part is a mapped drive that, sadly, is not mapped equally between all employees - for some reason, people from other countries have a mapping of their own; and
(2) the rest of it is a shared folder that will change in accordance to the YEAR and MONTH we’re currently in and is generated automatically by certain I.T. jobs each EoM.
This is just a suggestion. I’m sorry if not a good one and if I made you lose time on reading it ![]()
