Newbies runlinux Posted October 12, 2012 Newbies Posted October 12, 2012 First off, here is my server setup: Server 2008 R2 x64 FMSA v12.02.232 Now, onto the problem. I have a script step in my solution that connects to our sql server to import a record. I have FileMaker Pro Advanced installed on the server for testing purposes. I installed and setup the ODBC to connect and it works just fine in Pro Advanced. When I try to run the script as a schedule in Server Advanced, I get errors 401 and 802. Any ideas?
Wim Decorte Posted October 12, 2012 Posted October 12, 2012 import records from an ODBC source is not a server-compatible script step. You can tell by flipping your scriptmaker to "server" in the bottom left corner when you have the script open. Your best bet is to use ESS and define your SQL Server table as an external data source. That way you can use it as just a regular FM table. You still won't be able to import from it but you will be able to loop and read the data. Depending on the amount of data, that may work.
Newbies runlinux Posted October 14, 2012 Author Newbies Posted October 14, 2012 Thanks for that information! Only issue I have to begin with is that I only have access to the data through a stored procedure. I'll play around with that and maybe I can link the tables I need. I'll post back if I am still unable to figure it out.
Recommended Posts
This topic is 4423 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