Hi everyone,
Brand new to the community and to robotframework as well.
I’ve been testing and testing for a week and i’m pretty sure i’ll be around for a while!
Great project btw!
But … (there’s always a but!)
I’ve been using rcc tool to create me the environments i need to make my tests (so far so good).
I’ve downloaded the latest rcc tool (x64 version of it)
I’ve added it to the path …
rcc task shell inside my working directory which have conda.yaml ; robot.yaml ; and my .robot file for opening and login into SAP using RoboSAPiens library.
But when i run : robot myfile.robot i got this message :
SAP could not be opened. Retrieving the COM class factory for component with CLSID {62341062-29BC-4DCE-A87A-DC0CB19BF230} failed due to the following error: 80040154 Class not registered (0x80040154 (REGDB_E_CLASSNOTREG)).
Which for my online search might be related to some x86 & x64 incompatibility.
My SAP clients are x64, my OS also (of course), rcc binary as well.
when i type robot --version inside rcc task shell i get this :
Robot Framework 7.0 (Python 3.10.12 on win32)
Is this the cause ?
Can i overcome this ?
Maybe a dumb/noob question ; still would appreciate any help
Cheers everyone!