ACCoreConsole.exe License error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to migrate a custom built app from 2013 AutoCAD to 2017 AutoCAD. The app uses VB.net to call the accoreconsole.exe to process a script file to create a drawing. The app works correctly in 2013 AutoCAD but fails in 2017. I get the following error message form the accoreconsole output:
* * * * * * * * * * * * * * * * * * * * * * * * M e s s a g e B o x * * * * * * * * * * * * * * * * * * * * * * * * * * * *
N E T W O R K L I C E N S E E R R O R
N e t w o r k l i c e n s e i s i n v a l i d o r l i c e n s e s e r v e r i s d o w n .
C o r r e c t a n d R e t r y . I f t h e p r o b l e m p e r s i s t s , c o n t a c t
y o u r l o c a l a u t h o r i z e d A u t o C A D d e a l e r .
> > > R e s p o n d i n g : C a n c e l .
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * M e s s a g e B o x * * * * * * * * * * * * * * * * * * * * * * * * * * * *
N E T W O R K L I C E N S E E R R O R
N e t w o r k l i c e n s e i s i n v a l i d o r l i c e n s e s e r v e r i s d o w n .
C o r r e c t a n d R e t r y . I f t h e p r o b l e m p e r s i s t s , c o n t a c t
y o u r l o c a l a u t h o r i z e d A u t o C A D d e a l e r .
> > > R e s p o n d i n g : C a n c e l .
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * M e s s a g e B o x * * * * * * * * * * * * * * * * * * * * * * * * * * * *
A u t o C A D M e s s a g e
T h i s p r o d u c t h a s n o t b e e n p r o p e r l y a c t i v a t e d o n t h i s s y s t e m
> > > R e s p o n d i n g : O K .
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
I am able to run AutoCAD 2017 correctly without a license error and I can also start the accoreconsole from the command line and it works without and error.
Does anyone know why i cannot get a license when called from VB.net?