Jump to content
Server Maintenance This Week. ×

SCGetContainer Issue


This topic is 4264 days old. Please don't post here. Open a new topic instead.

Recommended Posts

The goal is to move a SC document into a global container field.

I call this and get no error:

SetField(Documents_Dashboard::result;SCSetBaseURL ("http://192.168.1.1:8020/SuperContainer/Files/";"UserName";"Password")

I call this:

SetField(Documents_Dashboard::result;SCSetBaseURL ("http://192.168.1.1:8020/SuperContainer/Files/";"UserName";"Password")

SetField(Documents_Dashboard::gContainer;SCGetContainer( Documents_Detail::_cResourceIdentifierWithRevisionNumber )

Error:

Invalid credentials! The username and/or password passed to the SCSetBaseURL function are incorrect.

Thanks for any suggestions,

-Jeff

Link to comment
Share on other sites

Two things to check on here:

1) Sometimes SCSetBaseURL will not return an error when the username and password is incorrect, making you think that the connection was successful when it was in fact, not successful (this has been fixed internally). You will not see this until you try to call another plugin function. I suspect that your username and password may not be correct when you are calling set base URL.

2) Check and make sure that you are using the latest version of SuperContainer Server and the companion plugin, which is 2.792.

Link to comment
Share on other sites

  • 1 year later...

This topic is 4264 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.