
hedata
Members-
Posts
23 -
Joined
-
Last visited
Everything posted by hedata
-
Thanks for the affirmation, Wim.
-
Hello everyone, For maintenance purposes: Is it wise to schedule a task via FileMaker Server 12 Advanced to verify the integrity of hosted databases? I've checked the FileMaker Server manual and guidance appears to recommend using this feature if you suspect a database file is corrupt. I was wondering whether it is in fact good practice to verify database integrity, perhaps on a monthly basis at night to eschew performance issues. Many thanks in advance for your advice and comments.
-
Restricting download access from SuperContainer
hedata posted a topic in SuperContainer by 360 Works
Hello everyone, Is there a way of restricting users' access so they can upload documents but not download them? We want to prevent users from downloading documents out of the office environment. Alternatively, is it possible to restrict access to a SuperContainer Web Viewer based on the users' IP address? I'm thinking of trying to set up an IF statement that stops the SuperContainer from working if a user's IP address is not equal to the office IP address. Please note that users will be accessing the FileMaker database using IWP. Many thanks in advance! Stuart -
FMS 12v3 certainly has resolved the memory leak issue some people were experiencing with the fmswpc.exe process. However many are still suffering 701 errors. Take a look at the FileMaker thread here. My server experiences a 701 error every 5-10 days after the FMS 12v3 update. To lessen the effects on users accessing via IWP, a solution is to create a schedule that restarts the Web Publishing Engine on the 701 Event ID. Certainly not ideal as they still get disconnected, but better than nothing. Others have invested in a program called EventSentry.
-
This is a far more sensible way but I am ignorant of how to configure FileMaker Server to do this! I'm guessing you'd schedule a 'Script Sequence'? But how do you close the database when the Close File script step is not compatible with the Server? Plus how would you re-open the database files after the server restarts if you turn off auto-start?
-
Thanks mr_vodka, it was the carriage return that was needed.
-
I solved this by creating a basic task via Windows Task Scheduler to reboot the server each night. c:windowssystem32shutdown.exe -F -R This doesn't solve the fmswpc.exe memory leak which may be causing the 701 error messages, but at least stops the process from crashing every other day. Just make sure you have the 'Auto Start' boxes ticked in FileMaker Server 12 Advanced (Configuration > General Settings > Auto Start).
-
Hello everyone, I'm having trouble sending emails in FileMaker Pro 12 Advanced to multiple recipients using the 'Send Mail' script step. I currently have the following in the 'To' field: "email1@address.com;" & " " & "email2@address.com;" & " " & "email3@address.com" Is that correct? Do I need the semicolon to follow email addresses?
-
FileMaker to the rescue! http://help.filemaker.com/app/answers/detail/a_id/11128/kw/pdf%20size
- 1 reply
-
- 1
-
-
Hello everyone, I have a script used for reporting which goes through a series of layouts and saves and appends them to a PDF file. When using FileMaker Pro 11 Advanced, the output 15-20 page PDF file was about 1-2MB. However performing the same script in FileMaker Pro 12 Advanced results in a 40MB PDF! Are higher quality/definition PDF's a feature of FMP12? Is there any way of telling FileMaker to compress these PDF files to a more manageable size? Its really annoying becuase at the end of the script these files were being sent via email to recipients. We have a cap on email attachment size where I work and its not possible to send 40MB files. Is there a way around this issue? P.S. I am running FileMaker Pro 12 Advanced on Windows 7 Pro machine FileMaker Server 12 Advanced is also on Windows 7 Pro Dell PowerEdge T110 II machine.
-
Hi Dan, Thanks for your help. I'm pretty sure it was a DNS A-Record issue, it does seem to have resolved itself over time.
-
Hi everyone, I've transferred across a database to my FileMaker Server which was previous being hosted by another company. Most users connecting via a custom php IWP login page uisng a sub-domain of my site. However some users, including me when I use my office PC, type in that URL and still get the old login page from when it was hosted with the other company. They simply cannot load the new database as its moved location. I have successfully changed the DNS settings on the subdomain and have contacted my hosting company (1&1) to verify this. To access the custom IWP login page I’ve tried: Flushing my office PC’s DNS (cmd > ipconfig /flushdns) Deleting web browser cache and cookies Trying a different web browser When doing this on my office PC this still brings up the old login page. When I access at home or on my database server the new IWP login page works! Bizarrely several people have connected successfully through the new IWP login page, whereas others simply cannot get to it using the same URL. I was wondering whether this is an issue with IIS? The server is hosted using Windows 7 Professional (IIS 7.5). Is it somehow remembering the IP’s of people who have used the database in the past? Is there a DNS issue somewhere? The one thing I haven’t done is rebooted the server or flushed the DNS on it, I wonder if either of those tricks are worth doing? I’m absolutely stumped. If you could provide me with some pointers I’d be really grateful!
-
Very interesting idea, thank you for your help! I'll definitely try that - I can see it working well.
-
Unfortunately I'm running a script saves a PDF as a report and then sends it to an email address. This is incompatible with FMS and hence I was wondering whether a Windows Task Schedule would work instead (open FileMaker Pro 12 Advanced, choose the correct database, login, run the startup script and close in 10-15 minutes time.) Any ideas what I could do? A batch file perhaps?
-
Hello everyone, Hopefully I have the correct sub-forum. I'm attempting to create a Windows Task to open FileMaker Pro 12 Advanced and log into the administrator account. This is to run some scripts on a nightly basis. I'm struggling to work out how I would get the task to enter the administrator username and password into FileMaker Pro and log itself in. Basic I know, but could anyone offer me some advice or guidance? Should I be using the command prompt for this? I'm running Windows 7 Professional. Any help would be greatly appreciated! Stuart
-
Error 400 uploading from web
hedata replied to DarrenFullCity's topic in SuperContainer by 360 Works
I found my answer here: http://fmforums.com/forum/topic/84065-sc-webviewer-refresh-does-not-reflect-actual-file-how-to-get-vs-285/page__hl__refresh+cache It works! -
Error 400 uploading from web
hedata replied to DarrenFullCity's topic in SuperContainer by 360 Works
Ah I saw Obinna's reply on this thread: http://fmforums.com/...iner-error-400/ Obinna, is there any guidance/documentation you could provide for this solution? -
Error 400 uploading from web
hedata replied to DarrenFullCity's topic in SuperContainer by 360 Works
I have the same error when deleting files within FileMaker Pro 12 Advanced. The file gets deleted (I see it being removed from the server directory) but the file icon remains within the Web Viewer, so you can't upload another one. However when I delete the documents within IWP it works fine! Its almost as if the cache doesn't refresh to tell SuperContainer there's no file there. Any ideas? (FileMaker Server 12 Advanced, W7 Professional, IIS 7.5) -
Great stuff, thanks for your help Obinna!
-
Thanks for your help, Obinna. Thanks a lot for the link, really helpful stuff. Am I right in saying that I will be able to embed the SuperContainer password and username into the Web Viewer calculation? So that users accessing the files via the database will not have to enter the username and password credentials, BUT people trying to access the files by typing in the URL will be asked for a username and password?
-
Hello everyone, I've recently installed SuperContainer on my FileMaker Server and got it up and running perfectly. The only problem is that you can access the files if you manually type the URL into the web browser address bar. I know I could set a username and password for SuperContainer to stop people from doing this but I'd rather not as SuperContainer is being used across various databases. Is there a way of making sure people can solely access their files via the database? My server is running Windows 7 Professional with IIS 7.5. Any help is much appreciated! Stuart By the way I'm running SuperContainer through SSL.