ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » File input from AIX

Post new topic  Reply to topic
 File input from AIX « View previous topic :: View next topic » 
Author Message
tzm1802c
PostPosted: Tue Feb 28, 2012 12:30 am    Post subject: File input from AIX Reply with quote

Novice

Joined: 15 Feb 2012
Posts: 16

I am struggling to pick up a file thats on AIX box from a Broker flow running on Windows 2003 server. IF i provide a directory thats on windows the file can be picked up successfully. Not sure if its access related but I can connect to the AIX box on that directory and copy or paste file. what could be the issue? Broker 6.1 by the way...
Back to top
View user's profile Send private message
bruce2359
PostPosted: Tue Feb 28, 2012 5:26 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9469
Location: US: west coast, almost. Otherwise, enroute.

Moved to Broker forum.
_________________
I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
Back to top
View user's profile Send private message
Vitor
PostPosted: Tue Feb 28, 2012 5:27 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

How is the AIX directory being exposed to the Windows machine? NFS? Samba? What?

What do the broker logs / user trace have to say?
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
mqjeff
PostPosted: Tue Feb 28, 2012 7:04 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

Vitor wrote:
How is the AIX directory being exposed to the Windows machine? NFS? Samba? What?


FTP?

If the answer is "None", then the answer is 'You can't'.

it's like asking how to access files on a thumb drive that's not plugged in - you can't get there from here.
Back to top
View user's profile Send private message
Vitor
PostPosted: Tue Feb 28, 2012 7:13 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

mqjeff wrote:
it's like asking how to access files on a thumb drive that's not plugged in - you can't get there from here.


The OP's reference to cutting and pasting was the key driver to my question. If the file can be cut & paste in WinSCA (or similar) then it can be accessed directly rather than only by ftp.

But how does WMB imitate that access? By answering that question then the OP may see the problem (and hopefully the solution).
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
mqjeff
PostPosted: Tue Feb 28, 2012 7:30 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

Vitor wrote:
mqjeff wrote:
it's like asking how to access files on a thumb drive that's not plugged in - you can't get there from here.


The OP's reference to cutting and pasting was the key driver to my question.

It could be a windows-aware X-Windows server install on the windows machine, that provides for cut/paste between the two environments.

That wouldn't imply any kind of meaningful file-system integration that Broker could exploit.

And, OP's reference could simply be cut/paste text from xterm.... and not a meaningful file copy.

But, yes, the operative question here is "what methods does the AIX box expose for accessing it's files remotely".
Back to top
View user's profile Send private message
Vitor
PostPosted: Tue Feb 28, 2012 7:37 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

mqjeff wrote:
That wouldn't imply any kind of meaningful file-system integration that Broker could exploit.




mqjeff wrote:
But, yes, the operative question here is "what methods does the AIX box expose for accessing it's files remotely".



_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
tzm1802c
PostPosted: Tue Feb 28, 2012 11:08 pm    Post subject: Reply with quote

Novice

Joined: 15 Feb 2012
Posts: 16

How is the AIX directory being exposed to the Windows machine? NFS? Samba? What?

The AIX directory is being exposed via SAMBA...
Back to top
View user's profile Send private message
adubya
PostPosted: Wed Feb 29, 2012 12:06 am    Post subject: Reply with quote

Partisan

Joined: 25 Aug 2011
Posts: 377
Location: GU12, UK

Does the broker user have full read/write permissions on the SAMBA share ? Can it create files and folders ?
Back to top
View user's profile Send private message Send e-mail
tzm1802c
PostPosted: Wed Feb 29, 2012 12:38 am    Post subject: Reply with quote

Novice

Joined: 15 Feb 2012
Posts: 16

yes, from the broker server we can remotely connect to the server and cop/cut and paste files and folders
Back to top
View user's profile Send private message
adubya
PostPosted: Wed Feb 29, 2012 12:53 am    Post subject: Reply with quote

Partisan

Joined: 25 Aug 2011
Posts: 377
Location: GU12, UK

tzm1802c wrote:
yes, from the broker server we can remotely connect to the server and cop/cut and paste files and folders


Can you perform these actions on the windows server where broker is running ?

i.e.

Code:
cd <folder which SAMBA is sharing and where you want to pick file up from>
mkdir test
rmdir test
dir > testfile
del testfile
Back to top
View user's profile Send private message Send e-mail
smdavies99
PostPosted: Wed Feb 29, 2012 3:09 am    Post subject: Reply with quote

Jedi Council

Joined: 10 Feb 2003
Posts: 6076
Location: Somewhere over the Rainbow this side of Never-never land.

adubya wrote:


Can you perform these actions on the windows server where broker is running ?

i.e.

Code:
cd <folder which SAMBA is sharing and where you want to pick file up from>
mkdir test
rmdir test
dir > testfile
del testfile


Ideally you should execute those commands using the account that broker is running under.
_________________
WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995

Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » File input from AIX
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.