Tissot Posted January 22, 2010 Posted January 22, 2010 Hey guys. I cant get DoScript to run a script in a database on our FM Server 10. I tried every possible combination. Let ( queueScript = mFMb_DoScript( "TriggeredScript"; "File on Server" ) ; mFMb_DS_LastErrNum = 0 ) I tried: Filename fmnet:FMServer/Filename file:Filename fmnet:Filename etc... Any pointers would greatly be appreciates. Regards Ron
IdealData Posted January 22, 2010 Posted January 22, 2010 Did you check for compatibility with myFMbutler? Their web site says FM Pro 9, and does not mention FM Server.
Wim Decorte Posted January 23, 2010 Posted January 23, 2010 Are you trying 1) to run the whole script server-side? 2) Or is this is a script that runs on the desktop and you want to target a file hosted on FMS that is currently not open in the client? If 1 then you need to verify with myFMbutler that the script can actually run serverside and you need to have the script installed on the server If 2: that won't work: the other file needs to be opened in the client first
Tissot Posted January 23, 2010 Author Posted January 23, 2010 Thanks. Option 2 is what i needed and accomplished it by opening the file in hidden mode at startup. Then it will work even if you close the windows. Found this out 15mins after I posted. Sorry for not getting back.
Recommended Posts
This topic is 5486 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