Management Console not logging the BPCLog table

Hi guys.  Hope you can help
We have a multi-server environment, built on Server 2008R2 64-bit (both Web/App and SQL servers).
Basically, BPC is working fine, but the Management Console is not logging anything to the BPCLog table in AppServer.
I have run through the normal ODBC logging setup:
Created a new SQL login (bpc_management_console_user), assigned a password, mapped as DBO on AppServer database.
Created a new System DSN on the Web/App Server named BPC_ManagementDSN and connected successfully using the above credentials.
Disable "Windows Authentication" and enable "Basic Authentication" in IIS 7 for the Management Console website
Run the APPCMD commands to enable ODBC logging on the Default Web Site
Output of "APPCMD LIST CONFIG "Default Web Site" /section:odbcLogging" is as follows:
<system.webServer>
  <odbcLogging dataSource="BPC_ManagementDSN" tableName="BPCLog" userName="bpc_management_console_user" password="{Blanked for obvious resons}" />
</system.webServer>
I've re-checked all of this and restarted IIS, but nothing at all is being written to BPCLog.
Has anyone any suggestions on things that I can try (I suspect it is down to running on Server 2008)
BTW - We run BPC 7.5 SP05
Thanks

Hi there,
Were you able to get this working?
You may need to create a 32 bit ODBC datasource for this.
The 32-bit ODBC Administrator is found here: C:\Windows\SysWOW64\odbcad32.exe
Thanks,
John

Similar Messages

  • Exchange management console not able to access after rename the administrative AD account

    I had an administrative user account(AD Admin a/c) KXP004 that
    recently rename as RPS001
    The account which was working fine before renaming and was able to access the exchange console. Since I rename the account, everything is working fine except the exchange management
    console.
    When trying to access the EX Management console displays an error message saying it cannot find the new name. What can we do to make the exchange management
    console work for the renamed account? Please assist.

    Hi Sherieftkl,
    After renaming the administrator account in AD, did you log off and then log on by using the new administrator name? Please log on again and monitor the result.
    In addition, please also open Event Viewer and check if find some related events.
    -->Since I rename the account, everything is working fine except the exchange management console.
    By the way, if this issue just occurred for EMC, I also suggest that you should post the question in
    Exchange Forum. I believe we will get a better assistance there.
    Best regards,
    Justin Gu
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Management console monitor logs disapear ?

    Has anybody experimented an issue with the management console monitor logs disapearing  ?
    I believe that it might be related to the repository table containing the logs ... has anybody an other idea ?
    Thanks

    Hi Dale Mahalko,
    Please refer the following KB to adjust your desktop resolution and monitor resolution to best resolution value.
    Getting the best display on your monitor
    http://windows.microsoft.com/en-us/windows/getting-best-display-monitor#getting-best-display-monitor=windows-7
    how to make the text on your screen larger or smaller
    http://windows.microsoft.com/en-us/windows7/make-the-text-on-your-screen-larger-or-smaller?v=t
    I’m glad to be of help to you!
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • NULL in primary keys NOT logged to exceptions table

    Problem: Inconsistent behavior when enabling constraints using the "EXCEPTIONS INTO" clause. RDBMS Version: 9.2.0.8.0 and 10.2.0.3.0
    - NULL values in primary keys are NOT logged to exceptions table
    - NOT NULL column constraints ARE logged to exceptions table
    -- Demonstration
    -- NULL values in primary keys NOT logged to exceptions table
    TRUNCATE TABLE exceptions;
    DROP TABLE t;
    CREATE TABLE t ( x NUMBER );
    INSERT INTO t VALUES ( NULL );
    ALTER TABLE t
    ADD ( CONSTRAINT tpk PRIMARY KEY (x) EXCEPTIONS INTO exceptions );
    SELECT * FROM exceptions; -- returns no rows
    -- NOT NULL column constraints logged to exceptions table
    TRUNCATE TABLE exceptions;
    DROP TABLE t;
    CREATE TABLE t ( x NUMBER );
    INSERT INTO t VALUES ( NULL );
    ALTER TABLE t MODIFY ( X NOT NULL EXCEPTIONS INTO EXCEPTIONS );
    SELECT * FROM exceptions; -- returns one row
    I would have expected all constraint violations to be logged to exceptions. I was not able to find any documentation describing the behavior I describe above.
    Can anyone tell me if this is the intended behavior and if so, where it is documented?
    I would also appreciate it if others would confirm this behavior on their systems and say if it is what they expect.
    Thanks.
    - Doug
    P.S. Apologies for the repost from an old thread, which someone else found objectionable.

    I should have posted the output. Here it is.
    SQL>TRUNCATE TABLE exceptions;
    Table truncated.
    SQL>DROP TABLE t;
    Table dropped.
    SQL>CREATE TABLE t ( x NUMBER );
    Table created.
    SQL>INSERT INTO t VALUES ( NULL );
    1 row created.
    SQL>ALTER TABLE t ADD ( CONSTRAINT tpk PRIMARY KEY (x) EXCEPTIONS INTO exceptions );
    ALTER TABLE t ADD ( CONSTRAINT tpk PRIMARY KEY (x) EXCEPTIONS INTO exceptions )
    ERROR at line 1:
    ORA-01449: column contains NULL values; cannot alter to NOT NULL
    SQL>SELECT * FROM exceptions;
    no rows selected
    SQL>
    SQL>TRUNCATE TABLE exceptions;
    Table truncated.
    SQL>DROP TABLE t;
    Table dropped.
    SQL>CREATE TABLE t ( x NUMBER );
    Table created.
    SQL>INSERT INTO t VALUES ( NULL );
    1 row created.
    SQL>ALTER TABLE t MODIFY ( X NOT NULL EXCEPTIONS INTO EXCEPTIONS );
    ALTER TABLE t MODIFY ( X NOT NULL EXCEPTIONS INTO EXCEPTIONS )
    ERROR at line 1:
    ORA-02296: cannot enable (MYSCHEMA.) - null values found
    SQL>SELECT * FROM exceptions;
    ROW_ID OWNER TABLE_NAME CONSTRAINT
    AAAkk5AAMAAAEByAAA MYSCHEMA T T
    1 row selected.
    As you can see, I get the expected error message. But I only end up with a record in the exceptions table for the NOT NULL column constraint, not for the null primary key value.

  • "Could not load the system tables" when installing the MAXDB DB instance

    Hello,
    We have an error when we are installing the MAXDB 7.5 for Netweaver 04's Unicode Kernel.
    The central instance is installed, but when we launch the DB Server, in the step 14/25 Activating the DB, the follow error ocurrs.
    "ERROR 2007-03-12 11:44:21
    MDB-07048  Could not load the system tables. Check the files 'dbm.prt' and 'dbm.ins' in the run directory of the database (search fo
    r "load_systab") or call the Support Center."
    the file dbm.ins is not found, but the file dbm.prt have:
    2007-03-12 11:44:14 0x00000a94              0 DBM      command load_systab
    2007-03-12 11:44:14 0x00000a94 ERR     -24964 DBM      ERR_EXECUTE: error in program execution
                        0x00000a94 ERR     -24964 DBM      256,/sapdb/XIP/db/bin/x_python /sapdb/XIP/db/env/lsystab.py -R /sapdb/XIP/db
    -d XIP -u SUPERDBA,*.
    I search information in OSS, but we can't found solutions.
    Best Regards, Alberto.

    Hello Alberto,
    if you're an SAP customer, can you open a message about this error, and enter a service connection into the MAXDB server?
    Thanks,
    Ashwath

  • Security Permissions from Management Console Not Being Replicated on SQL Server Database

    Hi Everyone,
    We have been encountering issues with access to Reporting Services for most console users since we upgraded to SCCM 2012 R2. We have observed that since the R2 upgrade, security permissions
    that are set in the console are not being replicated on the SQL database. Users/Groups that had access prior to the R2 upgrade are now only able to access Reports via the web interface. All new users/groups are not able to get access at all.
    We are not sure what the problem could be and would appreciate any guidance.
    We have tried the following without success:
    Manually adding new users/groups to the database
    Reinstalling the the Reporting Service point and Reporting Service, Removing all of the security groups from the console and from the database, and Adding the security groups back
    to the console.
    Our current environment:
    SCCM 2012 R2
    1 Site
    Primary Site:
    OS: Server 2008 R2
    Roles: Site Server / Software Update Point / Management
    Point
    SQL Server
    OS: Server 2008 R2
    SQL Version: Microsoft SQL Server 2008 R2
    Roles: Site Database Server / Reporting Services Point

    Thanks for your feedback.
    Permissions
    We have two main types of users: Full Administrators and local departmental IT administrators. (Local IT Admins only have full control over their own departmental collections. They have Read/Add to All Systems.)
    The only account that's currently able to run Reports from both the console and web is the admin account used to perform the R2 upgrade. 
    Full Administrator
    Role: Full Administrator
    Scope: All instances of the objects that are related to the assigned security roles.
    Local Departmental Administrator
    Role: Full Administrator & Read/Add
    Scope: Main Departmental Collection (Full Admin) & All Systems, All Users, and All User Groups (Read/Add)
    Report Service Execution
    On the database, we have tried assigning the Report Service Execution Account to the built-in Network Service Account, Local Service Account, and to a separate AD role account.
    Error Messages
    Console: We are able to select reports from the Console however nothing appears when we click on Run.
    Web: Generating Reports from the Web works for only the Full Administrators. Nothing appears for a Local Departmental Admin.
    This is a partial output from srsrp.log:
    Set configuration    SMS_SRS_REPORTING_POINT    3/10/2015 2:28:05 PM    2588 (0x0A1C)
    Check state    SMS_SRS_REPORTING_POINT    3/10/2015 2:28:05 PM    2588 (0x0A1C)
    Check server health.    SMS_SRS_REPORTING_POINT    3/10/2015 2:28:05 PM    2588 (0x0A1C)
    Successfully created srsserver    SMS_SRS_REPORTING_POINT    3/10/2015 2:28:05 PM    2588 (0x0A1C)
    Reporting Services URL from Registry [http://132.205.120.154/ReportServer/ReportService2005.asmx]    SMS_SRS_REPORTING_POINT    3/10/2015 2:28:05 PM    2588 (0x0A1C)
    Reporting Services is running    SMS_SRS_REPORTING_POINT    3/10/2015 2:28:05 PM    2588 (0x0A1C)
    Retrieved datasource definition from the server.    SMS_SRS_REPORTING_POINT    3/10/2015 2:28:05 PM    2588 (0x0A1C)
    [SCM-SQL.concordia.ca] [CM_SCM] [ConfigMgr_SCM] [SCM-SQL.CONCORDIA.CA]    SMS_SRS_REPORTING_POINT    3/10/2015 2:28:05 PM    2588 (0x0A1C)
    [MSSQLSERVER] [1] [] [CONCORDIA\SVC-SCM_REPORT]    SMS_SRS_REPORTING_POINT    3/10/2015 2:28:05 PM    2588 (0x0A1C)
    [1] [0]    SMS_SRS_REPORTING_POINT    3/10/2015 2:28:05 PM    2588 (0x0A1C)
    Confirmed version [10.50.2811.0] for the Sql Srs Instance.    SMS_SRS_REPORTING_POINT    3/10/2015 2:28:05 PM    2588 (0x0A1C)
    Retrieved datasource definition from the server.    SMS_SRS_REPORTING_POINT    3/10/2015 2:28:05 PM    2588 (0x0A1C)
    Updating data source {5C6358F2-4BB6-4a1b-A16E-8D96795D8602} at ConfigMgr_SCM    SMS_SRS_REPORTING_POINT    3/10/2015 2:28:05 PM    2588 (0x0A1C)
    Loading localization resources from directory [E:\SMS_SRSRP\SrsResources.dll]    SMS_SRS_REPORTING_POINT    3/10/2015 2:28:05 PM    2588 (0x0A1C)
    Looking for 'English (United States)' resources    SMS_SRS_REPORTING_POINT    3/10/2015 2:28:05 PM    2588 (0x0A1C)
    Looking for 'English' resources    SMS_SRS_REPORTING_POINT    3/10/2015 2:28:05 PM    2588 (0x0A1C)
    Found resources for 'English'    SMS_SRS_REPORTING_POINT    3/10/2015 2:28:05 PM    2588 (0x0A1C)
    Confirmed the configuration of SRS role [ConfigMgr Report Users].    SMS_SRS_REPORTING_POINT    3/10/2015 2:28:06 PM    2588 (0x0A1C)
    Confirmed the configuration of SRS role [ConfigMgr Report Administrators].    SMS_SRS_REPORTING_POINT    3/10/2015 2:28:06 PM    2588 (0x0A1C)
    Error retrieving users - [The EXECUTE permission was denied on the object 'spGetReportUsers', database 'CM_SCM', schema 'SCCM_Rpt'.].    SMS_SRS_REPORTING_POINT    3/10/2015 2:28:06 PM    2588 (0x0A1C)
    Error retrieving users - [The EXECUTE permission was denied on the object 'spGetReportUsers', database 'CM_SCM', schema 'SCCM_Rpt'.].    SMS_SRS_REPORTING_POINT    3/10/2015 2:28:06 PM    2588 (0x0A1C)
    Confirmed the security policy for folder [/].    SMS_SRS_REPORTING_POINT    3/10/2015 2:28:06 PM    2588 (0x0A1C)
    Error retrieving users - [The EXECUTE permission was denied on the object 'spGetReportUsers', database 'CM_SCM', schema 'SCCM_Rpt'.].    SMS_SRS_REPORTING_POINT    3/10/2015 2:28:06 PM    2588 (0x0A1C)
    Error retrieving users - [The EXECUTE permission was denied on the object 'spGetReportUsers', database 'CM_SCM', schema 'SCCM_Rpt'.].    SMS_SRS_REPORTING_POINT    3/10/2015 2:28:06 PM    2588 (0x0A1C)
    Confirmed the security policy for folder [/ConfigMgr_SCM].    SMS_SRS_REPORTING_POINT    3/10/2015 2:28:06 PM    2588 (0x0A1C)
    Error retrieving users - [The EXECUTE permission was denied on the object 'spGetReportUsers', database 'CM_SCM', schema 'SCCM_Rpt'.].    SMS_SRS_REPORTING_POINT    3/10/2015 2:28:06 PM    2588 (0x0A1C)
    Error retrieving users - [The EXECUTE permission was denied on the object 'spGetReportUsers', database 'CM_SCM', schema 'SCCM_Rpt'.].    SMS_SRS_REPORTING_POINT    3/10/2015 2:28:06 PM    2588 (0x0A1C)
    Confirmed the security policy for folder [/ConfigMgr_SCM/Asset Intelligence].    SMS_SRS_REPORTING_POINT    3/10/2015 2:28:06 PM    2588 (0x0A1C)
    Error retrieving users - [The EXECUTE permission was denied on the object 'spGetReportUsers', database 'CM_SCM', schema 'SCCM_Rpt'.].    SMS_SRS_REPORTING_POINT    3/10/2015 2:28:06 PM    2588 (0x0A1C)
    Error retrieving users - [The EXECUTE permission was denied on the object 'spGetReportUsers', database 'CM_SCM', schema 'SCCM_Rpt'.].    SMS_SRS_REPORTING_POINT    3/10/2015 2:28:06 PM    2588 (0x0A1C)

  • Exchange Management Console not showing anything....

    I have 2 Exchange 2010 servers in production.  My new server is installed, and ever since it was install, I have not been able to see anything under Exchange Management Console.  I receive no errors when I go through the Exchange Management Shell. 
    I don't receive any errors at all until I I try to Collect Organizational Health Data.  When I do this, MMC crashes and I have the option to unload the snap-in or report this error to Microsoft.  I can manage the Exchange environment from my first
    Exchange server with no issues. I am logged in as the domain administrator which has membership to the organizational management security group in the exchange security group.
    Any help is appreciated.

    Hi Lee,
    I suggest install the Exchange 2010 SP1 UR6 or later.
    I found a KB, please check whether we match the situation:
    An empty list returns when you try to use the EMC to specify a server to connect to in an Exchange Server 2010 SP1 environment
    http://support.microsoft.com/kb/2549183
    If this issue caused by permission. Please try to add Administrator into Organization Management (we have done) and Server Management roles via EMS.
    Add-RoleGroupMember "Recipient Management" -Member Administrator
    Add-RoleGroupMember "Server Management" -Member Administrator
    If you won't be able to do this then try adding Administrator user into both groups available in AD.
    If still not working, I suggest re-install it if you don't mind (since there is no data existed on the new Exchange server).
    Please using DASIEdit to check whether we have uninstalled the Exchange server completely.
    Hope it is helpful
    Thanks
    Mavis
    Mavis Huang
    TechNet Community Support

  • SAP management console not showing AS java

    Hello all,
    I have made a NW04s installation system test (linux+oracle). I then installed as java add-in EP and BI (AS JAVA, EP CORE, EP, BI JAVA). It was NW04s SR2 with SPC13 and kernel not changed: 700 patch 111.
    In the SAP management console there were 3 entries: one for database, one for abap instance and one for java instance.
    In the abap instance node I was able to see an entry for "AS java"  which was whowing two process (SDM and another one...).
    I made a new test installation similar to the previous one and in the SAP management console I do not see any entry for "AS Java". Of course AS java is installed and running !
    How can I get SAP management console show "AS java" ????
    Thank you
    Jean

    Hi Jean,
    Start Services.msc from run prompt (if this is windows based installation)
    and look for <SID>services, where <SID> is your instance name..
    Please do the following and let me know if this of any success
    You get back your MMC , please do the following steps.
    1. Go to Run and type MMC.
    2.Go to file and select add/remove snap in ( alt+m).
    3.Click on add
    4.Select the SAP system from there.
    Save the MMC console which you have created now....This should work fine.
    Thanks
    Pankaj

  • Wadlogs not logging the traces for Worker role in Azure

    Hi Everyone,
    I have issue in logging the workerroles logs in Azure Wadlogs table for past 4 days to till. Actually before it was logging the trace logs for the worker role in same azure wadlogs table only. I have checked the space availability of the wadlogs table,
    it is showing enough space only. I don't y it is behaving like this for past 4 days to till. And I have the same environment setup for UAT also but it is working properly. Please suggest me to get out of from this issue.
    jeganna

    Hi,
      Make sure OverallQuotaInMB, should be at least 500MB less than the value specified in the sizeInMB attribute.
      Refer the Following article on troubleshooting common issues with WAD
    http://blogs.msdn.com/b/cie/archive/2013/04/16/commonly-reported-issues-while-leveraging-windows-azure-diagnostic-configurations-and-best-practices.aspx
      If the above link does not help, i would suggest you get a
    Support Ticket created since access to the instance and code may be required.
    Regards,
    Nithin Rathnakar

  • Distribution Point creation failed. possible cause : distribution manager does not have the sufficient access right to the computer

    Hi All,
    I had this really disturbing experience with
    SCCM 2012 SP1.
    OD : 2008r2 Enterprise 64bit 
    Possible cause: Distribution Manager does not have sufficient rights to the computer.
    Solution: Verify that the site server computer account is administrator of the computer.
    in Distmgr.log says :
    DPConnection::Disconnect: Revert to self
    SMS_DISTRIBUTION_MANAGER 5/26/2014 7:34:30 AM
    16280 (0x3F98)
    DPConnection::Connect: For ["Display=\\PNGBRANCHSERVER.xxx\"]MSWNET:["SMS_SITE=SSM"]\\PNGBRANCHSERVER.xxx\, logged-on as ssm\sccmadmin
    SMS_DISTRIBUTION_MANAGER 5/26/2014 7:34:30 AM
    16280 (0x3F98)
    DPConnection::Connect: For ["Display=\\PNGBRANCHSERVER.xxx\"]MSWNET:["SMS_SITE=SSM"]\\PNGBRANCHSERVER.x\, logged-on as ssm\sccmadmin
    SMS_DISTRIBUxxx ON_MANAGER 5/26/2014 7:34:30 AM
    16280 (0x3F98)
    Failed to find a valid drive on the distribution point ["Display=\\PNGBRANCHSERVER.xxx"]MSWNET:["SMS_SITE=SSM"]\\PNGBRANCHSERVER.ssm.com.myx
    DPConnection::Disconnect: Revert to selfxxx
    MS_DISTRIBUTION_MANAGER 5/26/2014 7:34:30 AM
    16280 (0x3F98)
    DPConnection::Disconnect: Revert to self SMS_DISTRIBUTION_MANAGER
    5/26/2014 7:34:30 AM 16280 (0x3F98)
     GetContentLibLocation() failed SMS_DISTRIBUTION_MANAGER
    5/26/2014 7:34:30 AM 16280 (0x3F98)
    Failed to get the content library path on server PNGBRANCHSERVER.  SMS_DISTRIBUTION_MANAGER
    5/26/2014 7:34:30 AM 16280 (0x3F98)
    Failed to install DP files on the remote DP. Error code = 16389
    SMS_DISTRIBUTION_MANAGER 5/26/2014 7:34:30 AM
    16280 (0x3F98)
    STATMSG: ID=2370 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=SCCMSVR. SITE=SSM PID=2660 TID=16280 GMTDATE=Sun May 25 23:34:30.428 2014 ISTR0="["Display=\\PNGBRANCHSERVER.ssm.com.my\"]MSWNET:["SMS_SITE=SSM"]\\PNGBRANCHSERVER.\"
    ISTR1="PNGBRANCHSERVER.S" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 AID0=404 AVAL0="["Display=\\PNGBRANCHSERVER.\"]MSWNET:["SMS_SITE=SSM"]\\PNGBRANCHSERVER.ssm.com.my\"
    SMS_DISTRIBUTION_MANAGER 5/26/2014 7:34:30 AM
    16280 (0x3F98)
    I have tried many of the solution provided unfortunately nothing positive happened.
    Appreciate your input before engaging premier support.
    Thank you

    Hi,
    NO_SMS_ON_DRIVE.SMS
    This file is used to prevent Configuration Manager from installing binaries to a volume. By default, when you install System Center 2012 Configuration Manager on a remote Site System, the SMS Site Component Manager Service installs the binaries (files and
    folders) for the Site System on the NTFS-formatted volume that contains the most free space. You may want to use an NTFS volume other than the default volume for your remote Site Systems by preventing ConfigMgr from enumerating certain NTFS volumes.
    In order to prevent CM from enumerating an NTFS volume, on the remote server you can create a text file that is named NO_SMS_ON_DRIVE.SMS and put the this file on the root folder of all NTFS volumes where you do not want to install the binaries (SMS folder)
    for the ConfigMgr components.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Console not logging after Leopard upgrade

    Hi everyone
    I've had a number of problems after the Leopard upgrade, the most serious of which is not being able to get my POP mail (separate post in the Mail and Address Book forum), but I'm also puzzled as to why Console.app isn't logging "console" anymore.
    Other logs continue to add data, including the SpamSieve log and crash logs, but "console" only goes up to when I upgraded to Leopard, three days ago: it says nothing after that point, despite several restarts.
    There are older "console" logs, but none newer than that date.
    I'd like it working, because it's such an important part of checking and fixing things.
    I have no idea why it is not logging: your suggestions are most welcome.

    Clytie wrote:
    I'd like it working, because it's such an important part of checking and fixing things.
    It is working, but in a different way.
    Everything gets written to a Log Database these days, and the messages that would previously gone to the old console.log appear there as "Console Messages" under "Log Database Queries" in Console.app.
    system.log is unusual in that it still exists although everything written there also goes to the database. However I think you'll find that every console message also goes to system.log (but not vice-versa).
    The only reason you have "older console logs" is because you did either an Upgrade or an Archive & Instal. I did an Erase & Instal and there are no console logs.

  • Best approach to delete records that are not in the source table anymore.

    I have a situation where I need to remove records from dimensions that are not in the source data anymore. Right now we are not maintaing history, i.e. not using SCD but planning for the next release. If we did that it would be easy to figure the latest records. The load is nightly and records are updated and new added.
    The approach that I am considering is to join the dimension tables the the sources on keys and delete what doesn't join. However, is there perhaps some function in OWB that would allow to do this automatically on import so it can be also in place for the future?
    Thanks!

    Bear in mind that deleting dimension records becomes problematic if you have facts attached to them. Just because this record is no longer in the active set doesn't mean that it wasn't used historically, and so have foreign key constraints on it in your database. IF this is the case, a short-term solution would be to add an expiry_date field to the dimension and update the load to set this value when the record disappears rather than to delete it.
    And to do that, use the target dimension as a source table, outer join it to the actual source table on the natural key, and so your update will set expiry_date=nvl(expiry_date,sysdate) to set to sysdate if this record has not already been expired on all records where the outer join fails.
    Further consideration: what do you do if the record is re-inserted into the source table? create a new dimension key? Or remove the expiry date?
    But I will say that I am not a fan of deleting records in most circumstances. What do you do if you discover a calculation error and need to fix that and republish historical cubes? Without the historical data, you lose the ability to do things like that.

  • How do you select data from tables not in the Properties table list?

    Hi I am new to SAP B1.
    I am amending the production order and wish to add fields from the Bill of Materials table Itt1.  However this table is not in the list of tables for this report.
    1. Do I have to redo the whole report in Crystal or is there a way of using the PLD report?
    2. This table join needs to have 2 fields in the join the father and the child item codes.  How many joins can the PLD report look after?  I assume that Relate to is the first join and next segment is a second join.  Am I right or not as I have been unable to find any reasonable documentation on creating and maintaining PLD reports.
    3. Where can I find information if any on System Variables and what data they represent?
    Thanks
    Chris

    Hi Cris,
    welcome to Sdn forum!
    For question 1, i think you can do this using pld.
    For question 2, to be able to view other tables, you will need to hold the ALT button and press the database table(Properties section on the lower right portion of the PLD screen), you can now view other tables. then to join other tables you will need to RELATE to and Next Segment, you can also find this under Properties and go to Content Tab.
    for question 3, you will need to create a query that will lead you to the exact field name, say for example SELECT Price from POR1, this price is actually variable 81 from purchase order line and the equivalent value is the por1.price..
    Regards,
    Darius Gragasin

  • Response payload is not updating the SAP tables in Sync Interface

    Dear Experts,
    We are doing the ECC to SFDC sync interface by using the ABAP Proxy to Webservice ICO scenario (SOAP to SOAP).
    The response payload from SFA has having the SOAP envelope, to remove this I have used the Java mapping with this we resolve the normal graphical mapping issue and ECC is able to get the response at MONI level.
    But the response payload is not updating the ECC SE11 tables at the proxy level.
    I have attached ECC synchronous proxy testing results with response payloads. With this original response payload the proxy is not updating the tables.
    Please help me out.
    Regards
    RK

    Hi RK,
    Set run-time parameter( LOGGING_SYNC) to 1 in Integration Engine (SXMB_ADM --> Integration Engine Configuration -> Edit configuration ) . LOGGING_SYNC may have set to 0 in IE. If LOGGING_SYNC is set to 0 , IE will not save or write the messages .
    Note: If PI system is Java only stack , please perform above step in ECC.
    Thanks
    Hari.

  • Select statement not populating the internal table

    Hi,
    I have a requirement where I have to upload a file from C drive, the fields in this file are VBELN, description & date of creation.
    I am able to get this file into the internal table. After this i need to cross check the VBELN against VBRK-VBELN, if present then update a Z-table.... How do I do the cross check part ?...
    if not tw_zvatcn[] is initial,
      select * from vbrk
          into table tw_vbrk
          for all entries in tw_zvatcn
           where vbeln = tw_zvztcn-vbeln
                and vkorg = p_vkorg.
      if sy-subrc = 0.
       modify ztzb from lw_zvatcn.
      endif.
    endif.
    Internal table tw_vbrk is coming blank, which is not correct because I see the data in db tbl VBRK

    Is p_vkorg a parameter or select option.
    If it is parameter and is blank you will not get data in the table.
    In that case make a condition for that field also.
    if not tw_zvatcn[] is initial.
    if p_vkorg is not initial.
    select * from vbrk
    into table tw_vbrk
    for all entries in tw_zvatcn
    where vbeln = tw_zvztcn-vbeln
    and vkorg = p_vkorg.
    if sy-subrc = 0.
    modify ztzb from lw_zvatcn.
    endif.
    else.
    select * from vbrk
    into table tw_vbrk
    for all entries in tw_zvatcn
    where vbeln = tw_zvztcn-vbeln.
    if sy-subrc = 0.
    modify ztzb from lw_zvatcn.
    endif.
    endif.
    endif.

Maybe you are looking for