cube.data.copy epilog cutoff in .pro file
joebradbury opened this issue · 3 comments
I copied the new files from 4.1.3 into my environment a couple weeks ago, and just now needed to use the cube.data.copy process. I got an error on epilog line 84 that there was no END or ENDIF, so I opened up the process in architect and sure enough the last few line items of the epilog procedure were not there. I opened the .pro file directly and it appears to have the lines in there, but I wasn't able to copy the code into the tm1 editor and save it because my environment doesn't have the zzsys50dim cube in it. I went ahead and re-downloaded a new version of the file and took my environment down, replaced the file, and started it back up again, only to get the same error. I can't manually edit it and replacing the file with the current version here on github reproduces the same error, so not sure what to do from here. Thanks!
Thank you! I opened the file directly out of github and changed the line count from 84 to 88 for the epilog procedure and it appears to have fixed the issue. I believe this needs to be changed in the downloadable file as my .pro file was unedited when it gave me these errors.
Hi @joebradbury
Thanks for pointing this out. Unfortunately this does happen occasionaly using git with TI code if the git sensitivity doesn't pick up a change on the internal control metadata in the TI process for number of lines of code per tab. The code is actually correct, but the process is still broken. I will push through a fix.