E900 Flat File Creation

RAMMEDJR

Well Known Member
We have a custom ube that is using bsfn AppendLineToFlatFile (B76B0220)
to create a flat file extract. Our ubes are submitted to the HP_UX
enterprise server. We are trying to get the flat file created on a
Windows shared directory, but have been unsuccessful. If we submit the
ube locally on a development client workstation we can get the file
created on the shared directory. Any thoughts on what we may be missing
when ube is submitted to the unix server.



Thanks



Dave Rammer

Sheboygan County IS Dept



Currently: E810 TR 8.96.1.1 Oracle DB 10.2.0.2 Enterprise
Server: HP-UX 11.11 Oracle Application Server:
10.1.2.0.0

Moving to: E900 TR 8.98.1.1 Oracle DB: 11.1.0.7.0 Enterprise Server:
HP-UX 11.31 Oracle Application Server: 10.1.3.4.0


NOTICE: This e-mail may contain confidential and privileged material for the sole use of the intended recipient. Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies.
 
Do you have the windows share mounted on the UNIX box? If not, do you have the share mounted/connected where the BSFN is mapped?

Tom
 
Dave,

what does your path / filespec look like?
It doesn't matter that its a windows share, you still need to use Unix naming conventions with it.

The other though is of course permissions. Can you successful write files to the share using the same account the UBE runs under?
 
Try file name "../../PrintQueue/testfile.dat"
Then try "testfile.dat", try "..../b7334/sysetm/bin32", or another directory under system
suggestion: put file name string at process option if not yetbeing so
 
Back
Top