473,513 Members | 2,359 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Folder watching an AIX network share...

Stu
Hi,

I have been asked to interface with an AIX system running a COBOL
application. Not having done this before we settled on text files written to
a drive to communicate between the two systems.

Firstly, does anyone know of a better (less nasty!) way of communication
between COBOL and .Net over a local network.

Secondly, if we go ahead with the text file method - would the built in
folder watching functions in .Net work correctly with a NFS volume shared on
the AIX box?

Many thanks in advance,

Stu
Nov 21 '05 #1
2 2126
You can install Samba on the AIX,
or use tcp client/server app, if you know how to code for AIX
"Stu" <s.****@cergis.com> wrote in message
news:Oc**************@TK2MSFTNGP10.phx.gbl...
Hi,

I have been asked to interface with an AIX system running a COBOL
application. Not having done this before we settled on text files written
to a drive to communicate between the two systems.

Firstly, does anyone know of a better (less nasty!) way of communication
between COBOL and .Net over a local network.

Secondly, if we go ahead with the text file method - would the built in
folder watching functions in .Net work correctly with a NFS volume shared
on the AIX box?

Many thanks in advance,

Stu

Nov 21 '05 #2
There are some message queueing technologies that may be helpful. You may
have access to MQSeries, since your code is in COBOL. That is one way to
send messages.

I do not believe that the watcher will work on a network share like that.
You may have to use a timer and simply check the directory on a periodic
basis. Or, you could use FTP from the AIX side to an FTP server on the .Net
side, which would trigger the watcher when the file appears.

Are you wanting faster turnaround? If so, you may want to use a webservice
that you implement on the .Net side and that you call on the AIX side. This
is a good place to consider Java to .Net Interop.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"Stu" <s.****@cergis.com> wrote in message
news:Oc**************@TK2MSFTNGP10.phx.gbl...
Hi,

I have been asked to interface with an AIX system running a COBOL
application. Not having done this before we settled on text files written to a drive to communicate between the two systems.

Firstly, does anyone know of a better (less nasty!) way of communication
between COBOL and .Net over a local network.

Secondly, if we go ahead with the text file method - would the built in
folder watching functions in .Net work correctly with a NFS volume shared on the AIX box?

Many thanks in advance,

Stu

Nov 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2479
by: James | last post by:
how can i allow access to a shared network folder? i am trying to give access to my as pages only. i don't want just anyone to type in the path of my files. i can't seem to do this with a shared...
6
2010
by: Paul | last post by:
Hello everyone: I am developing a VB.Net Windows Application and I am now ready to create the deployment project for it. This application needs to be installable on a different number of users...
1
971
by: PeterNZ | last post by:
Hi all, I developped an C# app which is using FileSystemWatcher. If a file is created in a specific folder, it opens the file and does some processing. This functionality works without...
2
2631
by: flat_ross | last post by:
Hi, I am in a shop where developers are required to work off of a network share. This is so that code is backed up nightly. So I am testing running an ASP.NET Web application with a Class...
11
2290
by: ASP.NET User | last post by:
Hi I am in a shop where developers are required to work off of a networ share. This is so that code and other documentation is backed up nightly. This is outside the realm of Visual SourceSafe...
9
30136
by: Andrew Shitov | last post by:
I have to copy files from one network share folder to another (both are on different remote machines). Server running this asp.net appllication is not configurable (except web.config), while...
0
4416
by: NoWhereMan | last post by:
Hello, I'm trying to get the list of shared folders of a network computer and add them to a combo box. I'm using the bellow code in VB .NET. Code ==== Private Sub EnumShares(ByVal Machine As...
2
10672
by: Bill Fallon | last post by:
I have a VS2005 VB.Net windows form application deployed to a share drive. The windows explorer security permissions for this application (.exe) file is set for Everyone with List Folder/Read Data...
9
2901
by: Keith G Hicks | last post by:
I'm having a lot of trouble with "file in use" errors in my "folder watcher" project. Starting and stopping the watcher and reading my XML file work fine. Once the watcher is started, I'm reading...
0
7171
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7388
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7545
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7111
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7539
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
5095
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3240
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3228
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
807
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.