hi pankaj,
I too face the same issue while converting fut data as shunya for the past 3-4 days. Can u pls help me in sorting out. Am attaching the error file details below as i couldn't attach by way of file here.
ramash75
---------------
Error File
--------------
Jan 29 2008 09:47:42 AM
**********************************************************************************
Jan 29 2008 09:47:42 AM *** File: classLogFile ***** Procedure: Private Sub
Class_Initialize()
Jan 29 2008 09:47:42 AM *** EODDownloadConvert1.25.2 Started
Jan 29 2008 09:49:04 AM *** Error 9 (Subscript out of range)in Line Number 530 in procedure
GetHeaders1 of Module basConverter
Jan 29 2008 09:49:10 AM *** Error 13 (Type mismatch)in Line Number 360 in procedure
GetUserOutPutFormat of Module basConverter
Jan 29 2008 09:49:15 AM *** Error 6 (Overflow)and at Line Number 310in procedure ConvertFO of
Module basConverter
Jan 29 2008 09:49:52 AM *** Error 13 (Type mismatch)and at Line Number 30in procedure
CleanAndWriteData of Module basIndices
Jan 29 2008 09:49:53 AM *** Error 13 (Type mismatch)and at Line Number 30in procedure
CleanAndWriteData of Module basIndices
Jan 29 2008 09:49:53 AM *** Error 13 (Type mismatch)and at Line Number 30in procedure
CleanAndWriteData of Module basIndices
Jan 29 2008 09:49:54 AM *** Error 13 (Type mismatch)and at Line Number 30in procedure
CleanAndWriteData of Module basIndices
Jan 29 2008 09:49:54 AM *** Error 13 (Type mismatch)and at Line Number 30in procedure
CleanAndWriteData of Module basIndices
Jan 29 2008 09:49:54 AM *** Error 13 (Type mismatch)and at Line Number 30in procedure
CleanAndWriteData of Module basIndices
Jan 29 2008 09:49:55 AM *** Error 13 (Type mismatch)and at Line Number 30in procedure
CleanAndWriteData of Module basIndices
Jan 29 2008 10:02:50 AM
**********************************************************************************
Jan 29 2008 10:02:50 AM *** File: classLogFile ***** Procedure: Private Sub Class_Terminate()
Jan 29 2008 10:02:50 AM *** Terminating LogFile Object
Jan 29 2008 10:02:50 AM *** Removing log entries greater than 1 days old.
Jan 29 2008 10:02:50 AM
**********************************************************************************
Jan 29 2008 10:02:50 AM *** File: classLogFile ***** Procedure: Private Sub Class_Terminate()
Jan 29 2008 10:02:50 AM *** Normal Exit
Jan 29 2008 10:02:50 AM
**********************************************************************************
I too face the same issue while converting fut data as shunya for the past 3-4 days. Can u pls help me in sorting out. Am attaching the error file details below as i couldn't attach by way of file here.
ramash75
---------------
Error File
--------------
Jan 29 2008 09:47:42 AM
**********************************************************************************
Jan 29 2008 09:47:42 AM *** File: classLogFile ***** Procedure: Private Sub
Class_Initialize()
Jan 29 2008 09:47:42 AM *** EODDownloadConvert1.25.2 Started
Jan 29 2008 09:49:04 AM *** Error 9 (Subscript out of range)in Line Number 530 in procedure
GetHeaders1 of Module basConverter
Jan 29 2008 09:49:10 AM *** Error 13 (Type mismatch)in Line Number 360 in procedure
GetUserOutPutFormat of Module basConverter
Jan 29 2008 09:49:15 AM *** Error 6 (Overflow)and at Line Number 310in procedure ConvertFO of
Module basConverter
Jan 29 2008 09:49:52 AM *** Error 13 (Type mismatch)and at Line Number 30in procedure
CleanAndWriteData of Module basIndices
Jan 29 2008 09:49:53 AM *** Error 13 (Type mismatch)and at Line Number 30in procedure
CleanAndWriteData of Module basIndices
Jan 29 2008 09:49:53 AM *** Error 13 (Type mismatch)and at Line Number 30in procedure
CleanAndWriteData of Module basIndices
Jan 29 2008 09:49:54 AM *** Error 13 (Type mismatch)and at Line Number 30in procedure
CleanAndWriteData of Module basIndices
Jan 29 2008 09:49:54 AM *** Error 13 (Type mismatch)and at Line Number 30in procedure
CleanAndWriteData of Module basIndices
Jan 29 2008 09:49:54 AM *** Error 13 (Type mismatch)and at Line Number 30in procedure
CleanAndWriteData of Module basIndices
Jan 29 2008 09:49:55 AM *** Error 13 (Type mismatch)and at Line Number 30in procedure
CleanAndWriteData of Module basIndices
Jan 29 2008 10:02:50 AM
**********************************************************************************
Jan 29 2008 10:02:50 AM *** File: classLogFile ***** Procedure: Private Sub Class_Terminate()
Jan 29 2008 10:02:50 AM *** Terminating LogFile Object
Jan 29 2008 10:02:50 AM *** Removing log entries greater than 1 days old.
Jan 29 2008 10:02:50 AM
**********************************************************************************
Jan 29 2008 10:02:50 AM *** File: classLogFile ***** Procedure: Private Sub Class_Terminate()
Jan 29 2008 10:02:50 AM *** Normal Exit
Jan 29 2008 10:02:50 AM
**********************************************************************************
Thanks for sharing error log file. I have noticed the problem and I can understand why it is not working .Highlighted part is the culprit.
Earlier NSE was giving FNO that was less than 32767 lines. The counter which I used had maximum capacity of accommodating 32676 lines only. From 23rd NSE FNO files contain 35518 lines which is more than the counter could accommodate.
The compiled exe can not do much. However I think if you manually delete lines and bring it to less than 32000 then it will work. This is tedious but will work.
You can filter excel sheet for zero values(volume) and delete those lines.
Meanwhile I will try to finish next version in two three days.
Thanks for pointing out this.
Last edited: