Excel buffer

idontknowidontknow Member Posts: 66
I am trying to execute a report with excel output.The system is throwing an error this way :

The excel buffer already exists

Identification fields and values

Row no ='5065' ,column no '6'


What is the reason and solution please

Comments

  • ssinglassingla Member Posts: 2,973
    have you defined the record variable as "temporary"
    CA Sandeep Singla
    http://ssdynamics.co.in
  • kapamaroukapamarou Member Posts: 1,152
    I can think of two reasons.

    1) There is a bug in your code and Row and Column (Primary Key) are not filled correctly.
    2) The excel buffer is not temporary and there are already data in it.

    I would start with 1.

    Can you debug the code?
  • idontknowidontknow Member Posts: 66
    kapamarou wrote:
    I can think of two reasons.

    1) There is a bug in your code and Row and Column (Primary Key) are not filled correctly.
    2) The excel buffer is not temporary and there are already data in it.

    I would start with 1.

    Can you debug the code?


    Hey,thank you for your reply.

    I have done some modification and now the system is becoming idle with a white screen.i will rectify that and will seek your help soon.

    Sorry for delay.....thank you once again for the immediate reply...
  • knolvskyknolvsky Member Posts: 10
    anyon can save me?i'm still got the error messages
  • mohana_cse06mohana_cse06 Member Posts: 5,504
    kapamarou wrote:
    1) There is a bug in your code and Row and Column (Primary Key) are not filled correctly.
    2) The excel buffer is not temporary and there are already data in it.
    Can you debug the code?
    As you have done with 2..
    check 1st point also..
  • asmilie2basmilie2b Member Posts: 122
    It sounds to me like the report has an issue where it is trying to put data into a cell that already has data in it. Probably a problem with the code. The code needs to be checked to see what is trying to write in that cell. Commenting out backwards from the last xlsEnter to the first is one way to find the offending code...

    Bruce Anderson
Sign In or Register to comment.