Question:
We reading the textfile from subsytem to SAP but now the batch file which we are using to read the files giving the error.
rem @echo off
for %%F in (%1) do startrfc -3 -d PRD -u 'SAP User' -p 'Password' -c 400 -l E -h sapprddb -s 00 -g sapprddb -x sapgw00 -t -F EDI_DATA_INCOMING -E PATHNAME=\\tleprd\webin\*.* -E PORT=SAPPRD
I am not getting solution for this problem.
My id - balajilatpate@yahoo.com.
thanks ,
BBL
Answer:
And you're not telling us what error you're getting...
_________________
First he pinches my sig, Now he's cribbing my posts too!
Answer:
How does the commandline look like where you are you calling startrfc ?
What is the inputparameter, is it a directory ?
And yes, what's the errormessage ?
Peter.
Answer:
try using a filename instead *.* in of ' PATHNAME=\\tleprd\webin\*.* '
reg.