Skip to main content
Participating Frequently
July 7, 2010
Question

Could not complete import command.

  • July 7, 2010
  • 1 reply
  • 1200 views

Hello,

I get an error message that says "Could not complete import command because of a problem with the acquistion interface." I've commented out all of my code and even the code inside of the main entry point and still get this error. What causes this problem? Thank you.

This topic has been closed for replies.

1 reply

Chris Cox
Legend
July 8, 2010

Could be a bad PiPL description, could be that you aren't returning the right value for success in your code, etc.

Go back to the example code that you know works, then work forward to your code and test it at each step.

Participating Frequently
July 15, 2010

I removed some code to intialize the acquire parameter block and must've missed putting it back in. Thanks for the help!

Chris Cox
Legend
July 15, 2010

Glad you found it.

Yes, sometimes debugging those kinds of errors can be a pain.