June 16, 201411 yr I have done a manual installation of SC 2.896 on FMServer v13 as indicated by the documentation. Windows Server 2008 R2, SP1 SC runs well when checked in the browser, uploads and delete from our solution in FMP13 work OK, but the downloads are not happening. I do not see anything in the logs either. This works well on many servers we have installed this, but this combination is new (FMS13 and WindowsServer 2008). Is there anything that may block the download step on the client side?
June 16, 201411 yr How are you doing the download? SCDownload from the client? Exporting from a calculated container field?
June 16, 201411 yr Author hello David, thanks for the prompt reply. This is a script step using 2 variables: $folderPath = Get ( LayoutTableName ) & "/" & $PrimaryKeyID & Case ( $Version ; "/revision" & $Version ; "" ) $FilePath = Get ( DocumentPath ) SCDownload( $folderPath ; $FilePath ) SC plugin is installed in Clients Program Folder / FMP /Extensions Both server and client are on same LAN Server is virtual Windows Server, client is on virtual terminal server. Peter
June 21, 201411 yr Author For the record, solved it finally. I had added a dash too many when adding the new rewrite URL: http://localhost:16020/SuperContainer/{R:1} should have been: http://localhost:16020/SuperContainer{R:1} I couldn't use copy/paste to this remote machine and typed it manually, that's how mistakes are made. Hopefully this may help someone in the future.
Create an account or sign in to comment