Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
DBWIZAPI ospace CONNECTPKG class Connect script error
Ibrahim_Ozkilic_(BaysisAdmin_(Delete)_2329825)
Connect script does not checks if the password is null. If so "maintain current database" option returns with an error. I owercome this issue by first checking if the password for the database is null and if so by setting password parameter to empty string. It seems like it works.
Find more posts tagged with
Comments
Ibrahim_Ozkilic_(BaysisAdmin_(Delete)_2329825)
This will help you if any of your SQL server logins' password is set to null. In my case "sa" login password was null. And to set it, in livelink i had to connect to the database from livelink administrator. This same problem seems to exist also in LLIAPI:LLIApiroot DBCursor:New method this time with the DBInfo.encodeduserpwd variable passed to the method SQL.Connect