Communication between Scoreboard and Driver

I am trying to establish a communication path between Scoreboard and a Driver, the same way the comminication between the Monitors and Scoreboard are defined, using Analysis Ports. Based on the error messages that I am getting, looks like "ovm_analysis_port"s declared in Scoareboard do not have “connect” method defined for them in the library. Is that right?
Is there any better way to connect Scoreboard and Drivers (other than using Sequences)?
Thanks.

It would really help if you posted the actual error message and a few lines of source around the code generating the error message.

You would normally declare ovm_analysis_exports or ovm_analysis_imps in an ovm_scoreboard, not ports. See OVM/Scoreboards | Verification Academy

In reply to dave_59:

Thanks.