Jump to content
Server Maintenance This Week. ×

FM Server 5.0: Run External Program On Server


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

Recommended Posts

  • Newbies

We run the server on a Windows NT 4 server. The server is accessed by both Mac & Win.

I want the user to initiate an action by clicking a button -> this will perform a find, export, send message, open url.

I set this up on my local machine no problem. Now I want it to work across the network. The find & export steps work fine. Now I need to know how to get the send message step to work. I am calling a program on Server1 at location c:myprogram.exe.

The script step I use is:

Send Message [Event Specification: Program: <unknown>, Event Class: aevt, Event ID: odoc, Event Text: c:myprogram.exe, Bring application to foreground ]

I also tried "Event Text: server1myprogram.exe".

I am hoping this is not one of the things FMP cannot handle...so the question is, can FMP run an application on the server when initiated from a workstation on the network?

scott

Link to comment
Share on other sites

Menkes,

There is a tool in the Windows NT Server Resource Kit, which makes it possible to start a service across the network.

You can find more info about it by search for "netsvc" on the Internet and on these URLs:

JSI FAQ netsvc

JSI FAQ Using netsvc in batch

I've used netsvc myself to start and stop FM Server remotely from a workstation and that works fine.

Now, if the program you want to run does not run as a service, you can make a program run as a service with other tools on the Resource Kit CD. Instructions are found here:

HOWTO: Create a user-defined service

Good luck!

Daniel

Link to comment
Share on other sites

Just another thing: Even though it's possible to do it this way, there might be security reasons that you do not want to allow user's accounts and workstations to run a service/program across the network on a server.

It does relax security a bit and could make the server more vulnerable to attack - but this might not be an issue for you?

Daniel

Link to comment
Share on other sites

This topic is 8075 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.