BSFN working in SERVER

goma

Member
Hi all!
Could this BSFN Work in server( Unix for instance). It works well in LOCAL. I mean B0400520 Write String to File, B4700230 Delete or Copy Flat File, B9600491 Find First file Matching Wildcard, B76B0020 Fetch next line from Flat File, B0500025 Export to Flat File.
Can you tell me how to do it !Pease Help me !
 
Hi,

I Guess these functions have bug in working on Server.We developed a new business function which can read/Write/append text file.

If u r issue still exist means reply back .I will attach the code on my next reply.
 
Hi Marrs,

Can you please attach your code for the bsfn. I am running into similar problems and I wanted to develop a new bsfn. If U have a similar code, I can use that.

Thanks in advance.
 
should be a security problem, did you check than the user have correct rigths ?
 
Do you have a code example that will allow B9600491 to run on a Unix Box?
 
I think could be permision folder, I have worked many times with for example B4700230 BSNF on Linux servers and works fine.
 
Check if the file opens successfully. Sometimes the file open might need OS specific arguments.

Chan
 
Back
Top