I am installing BO client on my new portable which is running Windows 7 Ultimate 64 bit. My old PC is running on XP SP3 32 bit.
I have installed first XIR2 on both machines.
a basic test with vba automation , which works on my old portable and fails on my new machine with as error : Runtime error 430: Class does not support automation or does not support expected interface.
I thought that R2 might not be supported on windows 7 so I downloaded BI Edge from the SAP site and installed on both machines.
and I get the same results when executing the same test.
I also tried reinstalling as Administrator to no avail.
I seem to have an other investigation route.
It seems that running 32 bit interfaces on 64 bit platforms need to register on different places in the registry than plain 32 bit on 32.
so if the registry keys are just pushed in by the installer they have an issue , but it needs investigation.
I have tested the manual unregistration / registration with the parameters /Unregserver /Regserver in which he registered the type library correctly in the registry .
this means the registration process is OK on win64 platform.
I will try some tools to dig a little deeper on the type library side.