Quote: Originally Posted by
Dinh
Darkcycle,
I really appreciate what you're doing for me. But it seems like Cabal, its brother and sister hates me
I followed your step and got the libtdsodbc.so.0 to the /root/ep2/usr/lib and did a service cabal restart. I clear the log file before the service cabal restart with > and when I view it again, I got the same message...but this time it adds the line: requires glibc 2.5 or later dynamic linker. If you have any suggestions, please please let me know. Thanks in advance. By the way, if I can connect to the database using my cabal login with Chumpy's GM too and are able to create account, does that mean my database is working??
Not nnecessarily, all the GM tool does is automate DB query tasks to avoid manual editing, it has nothing to do with the CentOS system. As a side note, id be willing to say that these errors arent leading me to believe there are DB problems. Your DB is more than likely fine just CentOS cant connect do to missing libraries. As for the remaining errors, what CentOS version are you running. Im running 4.6 and using the Chumpy installer script in the server files i had no real problem with RPM installs (other than the aformentioned libtdsodbs.so.0) Make sure the CentOS system can access the internet and try reinstalling the server files using Chumpy's commands (chmod 0777 ./cabal_install.sh - ./cabal_install.sh > follow all prompts! with CentOS 4.6 and active internet it will update the installer packages and make sure the most current is installed). If i had to guess id say you either arent running 4.6 and missing some dependencies OR the installer wasnt run properly (chmod 0777)
Like i said, i dont know too much but im glad to offer at least a little help :)
Quote: Originally Posted by
akitoxakabane
i got the same problem with this error...
how do we fix it?
is there a step-by-step way to do this?
I had this problem as well to being with. How are you running the stored procedure? are you locating it in the DB and right clicking to execute or entering the DB query command? The way i got my accounts to properly register is by issuing the DB command.
Highlight ACCOUNT db and right click and select "new Query"
in the new windows type in:
EXEC cabal_tool_registerAccount 'UserName',Password' (replace username and password with whatever you prefer)
At the top of the window click Execute, at the bottom will be a confirmation of success or fail and a log.
Im assuming you tried to right click the SP and input the information there, i had problems with NULL values this way and had to issue the commands to get past it.
I had no luck adding accounts via Chumpys GM tool however i was able to test and see if the account I manually created was now entered in the DB. Simply enter the DB command and open Chumpys GM tool and search for the account you just created to make sure the tool finds it..