sijmons Posted June 16, 2014 Posted June 16, 2014 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?
David Jondreau Posted June 16, 2014 Posted June 16, 2014 How are you doing the download? SCDownload from the client? Exporting from a calculated container field?
sijmons Posted June 16, 2014 Author Posted June 16, 2014 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
sijmons Posted June 21, 2014 Author Posted June 21, 2014 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.
Recommended Posts
This topic is 3876 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now