Quantcast
Channel: SCN : Discussion List - SAP Planning and Consolidation, version for the Microsoft platform
Viewing all articles
Browse latest Browse all 1545

BPCLog Table either non-existant or blank

$
0
0

Hi all.

 

Really hope someone can help.

 

We have 2 environments at work, but the BPCLog table is not working in either of them.

 

In PROD, the table doesn't exist at all.

 

In DEV, the table exists, but is empty.

 

tblLogs is working fine, but doesn't have the information that I need.

 

It wasn't too much of an issue until now, when we have installed a Load-Balancer, and I need to check that users are logging in to the different web servers.

 

The setup is SQL cluster, plus 3 separate web/app servers.

 

All of them are Windows 2008 R2 (64-bit), SQL 2008 R2 (SP2), BPC 7.5 SP7 Patch 2.

 

Followed the usual instructions:

 

Install Custom Logging

Create SQL user

Grant dbo access to AppServer

Setup DSN (tried using both standard ODBC and ODBCAD32) - Both connect fine to the database.

 

Ran the AppCMD setup:

 

appcmd set site /site.name:"Default Web Site" /logFile.customLogPluginClsid:"{FF16065B-DE82-11CF-BC0A-00AA006111E0}"

 

appcmd set site /site.name:"Default Web Site" /logFile.logFormat:"Custom"

 

appcmd set config "Default Web Site" /section:odbcLogging /dataSource:"BPC_ManagementDSN" /commit:appHost

 

appcmd set config "Default Web Site" /section:odbcLogging /tableName:"BPCLog" /commit:appHost

 

appcmd set config "Default Web Site" /section:odbcLogging /userName:"bpc_management_console_user" /commit:appHost

 

appcmd set config "Default Web Site" /section:odbcLogging /password:"{My_Password}" /commit:appHost


Viewing all articles
Browse latest Browse all 1545

Trending Articles