Re: Folder watching an AIX network share...

From: Nick Malik [Microsoft] (nickmalik_at_hotmail.nospam.com)
Date: 01/19/05


Date: Wed, 19 Jan 2005 07:43:48 -0800

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.lock@cergis.com> wrote in message
news:Ocgdc2g$EHA.2568@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
>
>


Relevant Pages

  • Folder watching an AIX network share...
    ... I have been asked to interface with an AIX system running a COBOL ... a drive to communicate between the two systems. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: AIX ASSIGN problems
    ... >We're trying to compile and run our first COBOL programs on AIX (we've ... It would help if you told us which COBOL brand and version you are ... >We verify the environmental variables are accurately set up by executing ...
    (comp.lang.cobol)
  • Re: Cobol set for AIX - secuential files - DDMEA
    ... > I have a problem with Cobol and secuential files when migrating from ... > MVS to AIX. ... > original .ddmea file with the name of sorted file and all work fine ...
    (comp.lang.cobol)
  • Re: AIX COBOL set 1.1 using UDB - help on compilation
    ... > to AIX cobol set 1.1 with UDB as the database in AIX. ... > The copybook has a host variable. ... precompiler says, it's undefined. ...
    (comp.lang.cobol)
  • Re: Any comments? (Answers to Pete)
    ... but I really do respect your beliefs. ... For our apps, we are simply receiving data feeds, ... So to him, I think, Cobol was what he knew. ... only for aix not windows). ...
    (comp.lang.cobol)