Check the ProgID for each interface

If you do not want to use the default ProgID, then you can specify your own ProgID by setting com.sybase.jaguar.interface.com.progid property in the Advanced tab for the interface before generating .tlb and .reg files.

The default ProgID for the proxy object follows this pattern:

module1_module2_module3.innerModule.

Each nested module name is preceded by an underscore, and the IDL type name is preceded by a period (.). For example, the ProgID for IDL type com::sybase::foo::MyBeanRemote is "com_sybase_foo.MyBeanRemote", and the ProgID for the IDL type CtsSecurity::SSLSessionInfo is "CtsSecurity.SSLSessionInfo".

If a component implements multiple interfaces, you must change the ProgID for each interface individually.