Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Thread: How to execute a Unix Shell command from a remote Windows application

Started 4 months ago by Wim Venema
Hi, We have an ERP system running on Compaq Tru64 UNIX V5.1A (Rev. 1885). I am able to run ERP commands (Macro recorded script files to invoke e.g. the invoice process) from the Unix command shell. To automise this, I'd like to run these commands from a remote Windows application e.g. SQL Server (with VB Scripts). Does anyone have an idea how to do this? Thanks in advance, ...
Site: dBforums - Database Support Community  dBforums - Database Support Community - site profile
Forum: Unix Shell Scripts  Unix Shell Scripts - forum profile
Total authors: 3 authors
Total thread posts: 5 posts
Thread activity: no new posts during last week
Domain info for: dbforums.com

Other posts in this thread:

n_i replied 4 months ago
This is commonly done by SSH (e.g. http://www.chiark.greenend.org.uk/~sgtatham/putty/ ) , rsh, or rexec. The latter two are included with Windows but are typically frowned upon (or disallowed altogether) by system administrators because of security concerns.

kitaman replied 3 months, 3 weeks ago
You might also consider having the VB Script create a set of instructions for a Unix cron job to process, and drop the VBS instructions into a shared folder/directory

Wim Venema replied 3 months, 3 weeks ago
Hi Kitaman, Can you please provide me with examples? Thanks in advance, Wim

kitaman replied 3 months, 3 weeks ago
Lets assume that you have some common directory/folder, using either NFS or Samba, or even ftp. On the Windows side have the application create a request file containing named pairs as: APPLICATION=invoicing\; export APPLICATION DATE=20090915\; export DATE NAME="John Doe"\; export NAME The back slashes are required to escape any unix meta characters. The quotes are required for ...

 

Top contributing authors

Name
Posts
Wim Venema
2
user's latest post:
How to execute a Unix Shell...
Published (2009-09-16 17:52:00)
Hi Kitaman, Can you please provide me with examples? Thanks in advance, Wim
kitaman
2
user's latest post:
How to execute a Unix Shell...
Published (2009-09-16 19:37:00)
Lets assume that you have some common directory/folder, using either NFS or Samba, or even ftp. On the Windows side have the application create a request file containing named pairs as: APPLICATION=invoicing\; export APPLICATION DATE=20090915\; export DATE NAME="John Doe"\; export NAME The back slashes are required to escape any unix meta characters. The quotes are required for variables with embedded spaces. Do not leave any...
n_i
1
user's latest post:
How to execute a Unix Shell...
Published (2009-09-08 11:28:00)
This is commonly done by SSH (e.g. http://www.chiark.greenend.org.uk/~sgtatham/putty/) , rsh, or rexec. The latter two are included with Windows but are typically frowned upon (or disallowed altogether) by system administrators because of security concerns.

Related threads on "dBforums - Database Support Community":

Related threads on other sites:

Thread profile page for "How to execute a Unix Shell command from a remote Windows application" on http://www.dbforums.com. This report page is a snippet summary view from a single thread "How to execute a Unix Shell command from a remote Windows application", located on the Message Board at http://www.dbforums.com. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity