Author |
Message
|
olleH |
Posted: Mon Jul 27, 2015 3:01 am Post subject: How to solve this exception in MQMFT |
|
|
Novice
Joined: 18 Mar 2015 Posts: 14
|
Hello All,
Can any help me to solve this exception
BFGIO0106E : /Dir1/Dir2/Dir3 is not a normal file (It might be a directory) |
|
Back to top |
|
|
Vitor |
Posted: Mon Jul 27, 2015 4:45 am Post subject: Re: How to solve this exception in MQMFT |
|
|
Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
olleH wrote: |
Hello All,
Can any help me to solve this exception
BFGIO0106E : /Dir1/Dir2/Dir3 is not a normal file (It might be a directory) |
Check if the quoted path is a directory?
Or perhaps give us a little more context? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
|
olleH |
Posted: Mon Jul 27, 2015 8:38 am Post subject: How to solve this exception in MQMFT |
|
|
Novice
Joined: 18 Mar 2015 Posts: 14
|
I appreciate for your reply but it is a directory .I tried a lot but its been not resolved yet |
|
Back to top |
|
|
Vitor |
Posted: Mon Jul 27, 2015 9:20 am Post subject: Re: How to solve this exception in MQMFT |
|
|
Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
olleH wrote: |
I appreciate for your reply but it is a directory |
Ok, so you're pointing a file transfer at a directory and you get an error telling you what you're pointing at can't be transferred because it's not a normal file and suggesting the problem might be that you're pointing at a directory.
That seems fairly clear. Why did you post here? Did you think someone would know a way of making your OS (which you've not mentioned) think a directory was a file?
olleH wrote: |
I tried a lot but its been not resolved yet |
So what have you tried? If you don't tell us we're likely to just suggest the same things.
Was one of the things you tried pointing at a normal file and not at a directory? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
|
mqjeff |
Posted: Mon Jul 27, 2015 9:36 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Are you trying to transfer the entire directory?
Is that something that MFT says it can do? |
|
Back to top |
|
|
gbaddeley |
Posted: Mon Jul 27, 2015 3:51 pm Post subject: Re: How to solve this exception in MQMFT |
|
|
Jedi Knight
Joined: 25 Mar 2003 Posts: 2527 Location: Melbourne, Australia
|
olleH wrote: |
Hello All,
Can any help me to solve this exception
BFGIO0106E : /Dir1/Dir2/Dir3 is not a normal file (It might be a directory) |
MFT is expecting this to be a file, but its actually a directory. Check what you are specifying for the source or destination against the requirements for the Ant script that is being used. _________________ Glenn |
|
Back to top |
|
|
|