Author |
Message
|
tzm1802c |
Posted: Tue Feb 28, 2012 12:30 am Post subject: File input from AIX |
|
|
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 |
|
 |
bruce2359 |
Posted: Tue Feb 28, 2012 5:26 am Post subject: |
|
|
 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 |
|
 |
Vitor |
Posted: Tue Feb 28, 2012 5:27 am Post subject: |
|
|
 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 |
|
 |
mqjeff |
Posted: Tue Feb 28, 2012 7:04 am Post subject: |
|
|
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 |
|
 |
Vitor |
Posted: Tue Feb 28, 2012 7:13 am Post subject: |
|
|
 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 |
|
 |
mqjeff |
Posted: Tue Feb 28, 2012 7:30 am Post subject: |
|
|
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 |
|
 |
Vitor |
Posted: Tue Feb 28, 2012 7:37 am Post subject: |
|
|
 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 |
|
 |
tzm1802c |
Posted: Tue Feb 28, 2012 11:08 pm Post subject: |
|
|
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 |
|
 |
adubya |
Posted: Wed Feb 29, 2012 12:06 am Post subject: |
|
|
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 |
|
 |
tzm1802c |
Posted: Wed Feb 29, 2012 12:38 am Post subject: |
|
|
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 |
|
 |
adubya |
Posted: Wed Feb 29, 2012 12:53 am Post subject: |
|
|
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 |
|
 |
smdavies99 |
Posted: Wed Feb 29, 2012 3:09 am Post subject: |
|
|
 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 |
|
 |
|