Click to See Complete Forum and Search --> : Job Failed bcz a free licence could not be obtained


tthomas
August 4th, 2005, 06:10 AM
Hi All

Am using vb6 and cr10. below is my code

set mRep=.....
mRep.open(abc.rpt,1)
.....
.....

call screenDisplay(mRep)
call exportFile(mRep, "c:\abc.xls", exportType)

am getting one error - "Job Failed bcz a free licence could not be obtained"
I read one post on the same error in BusinessObj site. that recommands to modify some registry values. I did that. but still no chance.

but if i comment exportFile procedure it is working fine

any suggestions...

Thanks in advance