not able to load data from file into table

palanpalan Member Posts: 26
edited 2010-04-01 in Navision Attain
Hi,

I am not able to load data from a file into a table, i am using scheduler to load the data, when i run scheduler it is hanging and not processing.

I have removed the file and tried to run the scheduler without the file and the scheduler is still trying to load the file even though there is no file to be loaded and it is hanging.

When i tried to debug the report which is loading the data it is stopping at the below codes. Can someone help me with this. Thanks.


Window.OPEN(
Text002 + '#1###################################\\' +
PADSTR(Text001,STRLEN(Text002)) + '#2################ ' + '@');


And when i tried to load the same file in test environment it is loading and only in production it is not loading and it is hanging.

Comments

Sign In or Register to comment.