ToolKit function ProEngineerStart returns ProError code -48, what does that mean??
My (simplified) ToolKit program calls ProEngineerStart() looks like :
void main()
{
ProError status;
status = ProEngineerStart("parametric.bat","");
printf("ProEngineerStart(): %d\n", status);
}
Run it in our office using company network (so as to get license) and sometimes the returned error code were -48 (failed) and 0 (OK) other times.
When it returned -48 colleagues' computers (two actually) were also had the same problem.
When it returned 0 , the two colleagues were all OK.
The strange thing is, run on my computer were OK always, no -48 at all.
I am suspecting the license server . . . however, what does the -48 exactly means?
suspecting license server's behavior

