Click here to Skip to main content
15,867,835 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi,

I don't know much about IDL files but i am facing issues with their compilation.

The whole summary of the problem is as below:

I made some changes in one of the IDL files.Previously, the ORBIX services of my application ran on one machine(say A).But due to some issues we migrated the services to another machine(say B).The application is running fine and fast too.I normally compiled the IDL files on A successfully which generated the desired .cxx and .hh files for that IDL file.The command i am using is :

idl -base -poa <idlfilename>.idl

Now when i am trying to compile the same IDL file on B.But the following error is encountered:

idl: error: No valid license was found

I checked the environment variable IT_LICENSE_FILE on B and the path is fine there.There are no issues with the path of the license file with no spaces between it or no other syntax is wrong.

Can you please help me on this matter?Your help will be greatly appreciated.


Another thing i would like to add:

If the license file is not valid then as per my knowledge, it should have created a problem while installing the new ORBIX Configuration Files on B(new machine).

Please let me know of any other inputs from my side.

Thanks

Muthu
Posted
Updated 11-Dec-10 21:59pm
v3
Comments
Rajesh R Subramanian 9-Dec-10 12:11pm    
If you have follow-up queries, or more information to add, edit the original post. If you post the additional information as an "answer", it will be deleted.
Abdul Quader Mamun 12-Dec-10 3:59am    
Spelling Check.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900