After a successful DMSCONV of projectwise database I am getting the error in the screenshot below. I have also attached log files from the DMSCONV, dmskrnl, and pwadmin. The issue seems to be coming from the spatial tables. Any help is appreciated.
LogFiles.zip
in the pwadmin log looks like it's failing to upload a file called "world.dpr" but it doesn't say where it is trying to upload it to. Might try boosting logging levels on the pwise.ft category to debug level and see it'll give more details. I checked my server and we don't have this file, but we only upgraded to 10.00.01.67. lots of changes in the 02.xx updates. pwise.dms - Error 100 reported at func: dmsSpatialSRSListSelect line: 1651 pwise.ft - Error -11040 at func: FTnet_sendFile line: 752 pwise.ft - Error -11040 "failed to send file to server" at func: putfile_proc line: 549 pwise.spatial.schema.creation - CreateDefaultMap: Error creating "world.dpr" document
whoops, my bad, didn't read down far enough. File upload fails sending file to server bentley2016.banning-eng.local trying to store it on that server at D:/pwstorage/projects/d0109232/world.dpr. it gets a ip address for the server so that's ok, it seems to send the file ok. so i would verify the path it's trying to write to exists and has appropriate file permissions for the account that your pw server is using. 2017-06-04 02:42:16,125 INFO [0x00003b50] pwise.ft - dmsFTSendFileToServer(0x1, 'bentley2016.banning-eng.local','C:/Program Files (x86)/Bentley/ProjectWise/bin/world.dpr','D:/pwstorage/projects/d0109232/world.dpr')
Bentley might have more details if they could tell us what error -11040 was.