load data from file

D

danniel

Guest
when i load data saved in a long list from a file, and for each item
in the list I load this item to a device db. some where in the process
the icfb crushes.
while( line = car(lineread(tmpFile
foreach(lst line
some loading procedures.......
(
(
close(tmpFile
(

does anyone know of a reason for these crushes.
the list in line consists of around 300 itmes each is a list of 5
items.
 
On Jun 11, 3:50 pm, danniel <dann...@il.ibm.com> wrote:
when i load data saved in a long list from a file, and for each item
in the list I load this item to a device db. some where in the process
the icfb crushes.
while( line = car(lineread(tmpFile
foreach(lst line
some loading procedures.......
(
(
close(tmpFile
(

does anyone know of a reason for these crushes.
the list in line consists of around 300 itmes each is a list of 5
items.


more investigations reveal that the cause is the function
dbReplaceEnumProp.
each time i try to run this function on a device icfb crushes...
does any one knows womething?
 
On Mon, 11 Jun 2007 07:31:03 -0700, danniel <danniel@il.ibm.com> wrote:

On Jun 11, 3:50 pm, danniel <dann...@il.ibm.com> wrote:
when i load data saved in a long list from a file, and for each item
in the list I load this item to a device db. some where in the process
the icfb crushes.
while( line = car(lineread(tmpFile
foreach(lst line
some loading procedures.......
(
(
close(tmpFile
(

does anyone know of a reason for these crushes.
the list in line consists of around 300 itmes each is a list of 5
items.



more investigations reveal that the cause is the function
dbReplaceEnumProp.
each time i try to run this function on a device icfb crushes...
does any one knows womething?
Hi Danniel,

From the emails you sent to me directly, I know you're using an Open Access
version (not sure which).

Anyway, there was a problem with dbReplaceEnumProp causing crashes, and this was
fixed in IC6.1.1 (USR1 of IC6.1.0, in essence) which came out in January.

Are you using a version before that?

Best Regards,

Andrew.
--
Andrew Beckett
Principal European Technology Leader
Cadence Design Systems, UK.
 

Welcome to EDABoard.com

Sponsor

Back
Top