About Me

Anjum Ara I am a technology enthusiast, an ardent reader. My latest interest is virtualization. In my free time, I love understanding child nutrition, child holistic development. I bake, read, paint, and do whatever it takes to improve myself every day.
Showing posts with label FDM. Show all posts
Showing posts with label FDM. Show all posts

Wednesday, April 29, 2015

2036 - Unable to connect to database. Please check database information and verify database is accessible.

I had to dig my old work log before I started blogging and found a few interesting things I had written hence blogging it here.

Error:


---------------------------
Financial Data Management
---------------------------
2036 - Unable to connect to database.  Please check database information and verify database is accessible.
---------------------------
OK  

Cause:


Oracle client 32 bit missing on server
 
Solution:
Of course install it !
Share:

Sunday, April 29, 2012

Security authentication failure! - 2007

Error


---------------------------
Financial Data Management
---------------------------
Security authentication failure! - 2007
---------------------------
OK  


Solution:

1.Launch a valid Oracle Database Utility such as SQL Plus and connect to the FDM application schema.
2 Locate the tsecuser table.
3 Add a record for the ADMIN user id and use the same values for the other columns as the current records (With the exception of the last column "UniqueID" this can be left blank).
4 Commit the change
5 Locate the tsecuserpartition table.
6  Add a record and enter ADMIN into the User id and use the same values for the other fields as the other record in the table.
7 Commit the change




Share: