hi all,
My case is ,i create the sbs file in server driver(N:/), the bitmap file someone is N: driver someone is T: driver.if i use the SBSDocument.writeDoc save the sbs file, with error is (ValueError: path is on drive T:, start on drive N:). So i try set the wrtieDoc(aUpdatRelativesPaths=False), i can save the sbs file, but i open the sbs file in SD with error my dependency node will disconnect.
i get back set the aUpdatRelativesPaths = True, and relocate all T:driver bitmap file by SD first, i run the SAT again is work.
My question is SAT can support different server driver map?
Cheers,
Sum