S
Sylvio Triebel
Guest
Hi,
I'm extensively using rodCreateHandle in my layout generators...
(icfb sub-version 5.10.41.500.2.23)
It works fine except that I get a lot of warnings which slow down the whole framework:
*WARNING* dbOpenBag: Failed to open prop. bag for 'cdsDefTechLib' in 'r' mode, file not found
This is only for ?type "point" handles, ?type "float" works without warning....
The layout generator generates the layout in a library which is attached to a valid techLib.
Is there something special to look at?
From where could rodCreateHandle get the string "cdsDefTechLib"?
Both,
techGetTechFile(rodId~>cvId)~>libName
techGetTechFile(rodId~>cvId)~>fileName
will return expected values...
Thanks for any feedback,
Sylvio
P.S.: my current workaround:
oldwoport = poport
devNull = outfile("/dev/null")
woport = devNull ;suppress all warnings
create handles .....
close(devNull)
woport = oldwoport
Perhaps there is also a better way to inactivate outputs...
I'm extensively using rodCreateHandle in my layout generators...
(icfb sub-version 5.10.41.500.2.23)
It works fine except that I get a lot of warnings which slow down the whole framework:
*WARNING* dbOpenBag: Failed to open prop. bag for 'cdsDefTechLib' in 'r' mode, file not found
This is only for ?type "point" handles, ?type "float" works without warning....
The layout generator generates the layout in a library which is attached to a valid techLib.
Is there something special to look at?
From where could rodCreateHandle get the string "cdsDefTechLib"?
Both,
techGetTechFile(rodId~>cvId)~>libName
techGetTechFile(rodId~>cvId)~>fileName
will return expected values...
Thanks for any feedback,
Sylvio
P.S.: my current workaround:
oldwoport = poport
devNull = outfile("/dev/null")
woport = devNull ;suppress all warnings
create handles .....
close(devNull)
woport = oldwoport
Perhaps there is also a better way to inactivate outputs...