Help with Windows to Unix connectivity

 
Thread Tools Search this Thread
Special Forums Windows & DOS: Issues & Discussions Help with Windows to Unix connectivity
# 1  
Old 06-13-2013
Help with Windows to Unix connectivity

Hi

Can we pass the parameter from the excel in windows and invoke the unix shell script from excel VBA by passing this parameter and get the results of shell script to the excel sheet?

We tried to get the things in unix independently but we still strucked in connecting the excel to unix box.

Thanks in advance,
KVB
# 2  
Old 06-13-2013
Please give us way more insight in your constellation, and what you are trying to do. Two different machines? Single machine with a virtual box on it? Or is it running cygwin?
# 3  
Old 06-14-2013
It's on two different machines.
# 4  
Old 06-14-2013
I know nothing of Excel, but, assuming that you can invoke a program with command line options, then, install Microsoft SFU (Services for Unix) and use rsh to run a command on the unix system.
SFU is a free download from Microsoft. Download Windows Services for UNIX Version 3.5 from Official Microsoft Download Center
# 5  
Old 06-14-2013
A web server on UNIX would allow you to use excel to fetch the result. Parameters can be put in the URL, urlencoded GET style.

If you mount the directory between machines using NFS or SAMBA, Excel can save/import as CSV and UNIX can write/read the CSV files. Once we created a stock price app from a pc with excel and a stock price app and some VBA, where UNIX would list the stocks of interest every 15 minutes, VBA would respond with prices and the prices were loaded into the RDBMS for JAVA to do risk assessment.
# 6  
Old 06-15-2013
In VBA, there is a system call, whose name temporarily escapes me, to run an external windows command. You could use that to e.g. telnet into the unix machine, run a script and harvest the result into a VBA variable, which then can be handed over to EXCEL.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Teradata connectivity through UNIX by use bteq

Hi, I want a script for connecting teradata to load the file to teradata table. Can you please help me out. Thanks in advance. (1 Reply)
Discussion started by: victory
1 Replies

2. Solaris

Problem: Solaris 10 to Windows XP Connectivity

:wall: Hello Solaris Users. Although a fundamental skill I am still new to connecting computers together in order that they can see each other, ie. via ping-ing of IP's and/or hostnames. I wish to install Oracle 10g database on Sun Blade 1500 and access this from Windows XP laptop (running... (5 Replies)
Discussion started by: patcom
5 Replies

3. Shell Programming and Scripting

Database connectivity using unix

Hi, I am trying to connect to the database through Unix serer using following command- mysql -u root -Jepadt -D dtdatabase But it giving me error - mysql: unknown option '-J' Can anybody help me to solve this problm Thanks in advance Please use code tags, thanks. (2 Replies)
Discussion started by: pspriyanka
2 Replies

4. Solaris

Connectivity between Solaris 10 in VMWare and windows Host

I have installed Open Solaris 10 on VMware which is hosted on Windows XP, my PC. I would like to have a connection between Solaris and Windows, so that i can SSH/Telnet from windows to Solaris. I don't have any Internet connection. Please help me with the network connection settings i have to... (3 Replies)
Discussion started by: mailsachin245
3 Replies

5. AIX

Connectivity from WIndows to AIX

Hi, We have installed oracle on a AIX machine and when we try to connect to AIX machine from oracle client installed on a windows machine or do a telnet to AIX machine on 1521 port , it throws an error connection refused on port 1521 , where all the ports and firewalls are open from windows to... (2 Replies)
Discussion started by: adityakp123
2 Replies

6. UNIX for Advanced & Expert Users

Passwordless connectivity to another Unix machine

Hey, I need to setup a passwordless connectivity from one Unix machine to another unix machine. I have the passwords for both the machines. Need from user@host1 to user@host2 Please help. Thanks, Robin (3 Replies)
Discussion started by: robinbannis
3 Replies

7. Shell Programming and Scripting

Dos-Unix Connectivity

Hi, Is there any method to connect unix box(Excecuting unix commands through Batch Files) through DOS prompt. (1 Reply)
Discussion started by: shekhar_ssm
1 Replies

8. IP Networking

Sco Unix 4.3 Windows Connectivity

I have a client who is operating a SCO UNIX 4.3 server with Informix 4.12. My problem is that I need to get hold of the data using a Windows PC. Where the hell do I start? :confused: Thanks Richard. rgray@euriskotechnology.com (3 Replies)
Discussion started by: euriskotech
3 Replies

9. UNIX for Advanced & Expert Users

Connectivity B/w Unix & windows

i want to install ScO UNIX 5.1 in a windows 98 system. i want it as a DUAL BOOT system. can i doit? If yes How. and also i want to network unix with my clients. is it poosible to network both unix & windows thru a single network card. if yes how? also i wanted to know that thru a switch can i... (3 Replies)
Discussion started by: jigs
3 Replies
Login or Register to Ask a Question