Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 3876 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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?

Posted

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
Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.