Jump to content

sijmons

Members
  • Posts

    85
  • Joined

  • Last visited

Everything posted by sijmons

  1. I finally could reproduce it after a scheduled reboot. SCserver did not come up together with FMS, but when I launched the 360Works Admin utility it took ca 15 seconds then showed SC was running. I tried to get the logs but from FM Prefs / plugin tab / SuperCOntainer, the Confiure button remains greyed out. The macmini was first installed by a local IT company and although I have admin access to the mac, I was not the first user and realize now that SC was installed in my ~/Library folder. Should I place it one level deeper in Macintosh HD / Library or install via the first user account?
  2. Yes it is now, but as I said it is not reproducible after each reboot. I will check next time it does not come up. Is there a terminal command that I can give from FMSadmin tool to start up SC? I could iclude that in a o/n maintenance schedule.
  3. hello Ryan, I used the mac installer
  4. I have a macmini server OSX11 / FMSv19 with SC v2.9516 installed. When I reboot the SCserver does not always come up directly with FMS. Webpublishing is enabled. As it is not a very reproducible issue, difficult to track, but are there any items I need to be watching here?
  5. I'm running in the same issue and it is very confusing for the user. The system looks like it is frozen but it is actually waiting for input into the dialog window they cannot see. It is all the more annoying when the access is via RemoteDesktopControl and the user only gets to see the FileMaker window. There is no way they can reach the dialog window. Any solution to this would be greatly appreciated.
  6. Any new developments with regard to this issue? I wasted a lot of time getting to the cause of this error before I searched this forum for ShowSaveDialog and stumbled on this thread.
  7. thanks for the reassuring update Ryan, much appreciated
  8. thanks John, I will take note of that.
  9. aah, that is a luxury position to have them so close. Their service is usually quite good but the response time on this forum is not very impressive. Keep me posted on the outcome.
  10. I agree, but did you test this latest version on FMPA v16?
  11. hello COS, yes, I had downloaded v2.95 but was unable to install it properly, at first launch it says it is loading new plugin but it hangs on that point, had to do a ForcedQuit (FMPAv16, OSX Sierra) But Supercontainer v2 is almost 10 years old and it is obvious FMP has caught up with some of the features, making it less of a top priority product for 360Works. I think we should be prepared that somewhere in the future, we may loose compatibilty with this plugin. When that happens, code should be ready and tested to make the transition. I am testing on a small scale to come up with a parallel folder structure and a child table for containers, catering to all tables that now have a SC webviewer.
  12. I think the question was addressed to 360Works. And it is indeed troubling, as there are still advantages to use SC for external file storage over the FMP storage options. So a roadmap for SuperContainer would be good to know. There is a new release 2.95 but there are issues when installing it in FMPA16, i reverted back to 2.94
  13. When deploying FileMakerCloud on AWS, the FMS script enige will have no access to localhost ports. Will this affect running SuperContainer on such a configuration ?
  14. SC 2.899 installation on OSX10.10 server and FMS 13.0v5 is giving a headache. • closed WPE on FMSAT • uninstalled previous version of SC • Mac installer for SC2.899 • changed mod_proxy.conf according to documentation • opened WPE on FMSAT On the server, SC runs well when I check 127.0.0.1:16020/SuperContainer From the client (LAN, no firewall), when I open http://serverIP/SuperContainerI get the message: The requested URL was not found on this server. The link on the seems to be wrong or outdated. Please inform the author of about the error. If you entered the URL manually please check your spelling and try again. This is the txt in the mod_proxy.conf file: ProxyRequests Off <Proxy *> Order deny,allow Allow from all </Proxy> ProxyPass /fmi ajp://127.0.0.1:16021/fmi ProxyPassReverse /fmi ajp://127.0.0.1:16021/fmi ProxyPass /fmwd_help ajp://127.0.0.1:16021/fmwd_help ProxyPassReverse /fmwd_help ajp://127.0.0.1:16021/fmwd_help ProxyPass /SuperContainer ajp://127.0.0.1:16021/SuperContainer ProxyPassReverse /SuperContainer ajp://127.0.0.1:16021/SuperContainer ProxyPass /SuperContainer http://127.0.0.1:16020/SuperContainer ProxyPassReverse /SuperContainer http://127.0.0.1:16020/SuperContainer Am I missing something here?
  15. 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.
  16. There are specific script steps for imports. No offence, but if you know very little about these steps or are new to the concept of data migration between versions, this may be an area you would want to stay away from. This process has to run without a hitch and should contain all possible sorts of error traps and error reports. Data loss is the worst scenario for an end user. Consult with an experienced FileMaker developer, they can build this in as most have dealt with this issue several times before. From then on, you can do your own maintenance again for the doctors when they want small tweaks. From the FileMaker website you can find developers, possibly at a location near you or you post for help on this forum. Success ! more dutch football tomorrow !
  17. Your client is right to demand an option to mirgate data to a new version, these solutions tend to become mission-critical over time and it is not the safest way to develop on a live production system. There are several options you can follow but you can script all data migration between versions (.e.g. pass over every base table layout and import from a folder where your previous version resides) Be very careful about primary keys and serial counter resets in this process, test test test. It will be worth it.
  18. 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
  19. 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?
  20. I just got a message from FMI that there will be a new release of FM12 in the near future to solve an incompatibility issue with Maverick, I will wait for that release to see if the issue is resolved.
  21. I have exactly the same problem and followed most of the sequence Edward mentioned above. When I upgraded to OSX 10.9 and rebooted, SC would show up at localhost. Â Next I installed OSX10.9 server and then the problem started. Uninstall / Install cycle confirms correct installation of SC 2.89 but localhost/SuperContainer cannot be found in the browser. Â This is a dedicated machine, runs only FMS12.04.405 and all settings for the server website are default (see attachment). Do we need to define additonal domains in the server admin tool? Â Â
  22. Thanks Joe, looking forward to the update.
  23. Is there a way to read the drive setting in web.xml in order to trap for errors when the web.xml file is overwritten during an SC update process? Or, preferrably, is there a way to prevent this file from being replaced with the default web.xml during updates? TIA, Peter
  24. Issue solved after downloading a fresh set for v2.89
  25. Just upgraded an OSXserver from 10.6 to 10.8 and upgraded FMS from 10 to 12, updated java etc, All went smooth except SC installation (v2.89) where I got an error I had never seen before: 1: Error: Could not find or load main class com.prosc.supercontainer.installer.SCInstaller Any suggestions how to solve this? TIA Peter
×
×
  • Create New...

Important Information

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