Plant Attribute issue

Hi all,
i got the below issue,,
DataSource 0PLANT_ATTR does not have the same status as the source system in the Business Information Warehouse.
The time stamp in the source system is 03/10/2011 03:10:12.
The time stamp in the BW system is 11/08/2009 23:39:40.
can anyone give soultion what to do now..
Thanks in advance
Regards,
Naresh

Hi Naresh
Try replicating datasource and once datasource changes are available in BW if you want to load new attribute values you need to change your transformation to extract the same.
if you still continue to face this problem you can right click on datasource->display datasource in source system
then login to ECC system from login prompt you get and then come back one step.
in this process system automatically checks datasource and in case of incosistency does necessary changes.
Hope this helps.
Regards
Sudeep

Similar Messages

  • Transaction Attribute issue in weblogic 8.1

    Hi,
    I have problem with the transaction attribute of my session bean in Weblogic8.1 and SQLServer. Following is the description.
    I have two beans, say SampleBeanOne and SampleBeanTwo. The transaction attribute of SampleBeanOne is "Required" and that of the SampleBeanTwo is "RequiresNew".
    In SampleBeanOne i am trying the execute the a batch of insert quires using PreparedStatement.addBach() and PreparedStatement.executBatch() in a loop that runs of 5 times.
    Inside the loop i am calling a method in SampleBeanTwo to get the next sequence. In that method i am updating the squence and selecting the new value.
    Now the problem i am facing is that when i call the executeBatch() in the PreparedStatement only the final insert statement added to the batch is called and the insert statement added gets vanished.
    If i change the transaction attribute of the SampleBeanTwo to "Required" the code is working fine. But i can't do that since the SampleBeanTwo is accessed throught out my application.
    The same peace of code is working properly with Websphere5 and SQL server combination.
    Kindly help me out in this issue.
    Regards

    Hi
    ThanX for your reply. I raised the issue to the BEA support, they said that the issue is the driver that i am using. It got resolved when i tried with the BEA provided driver. They call it the BEA branded driver for SQL Server.
    Regards
    Muthu

  • Navigational attribute issue in query

    Hi gurus,
    Here is a very tricky issue that I am facing. If anyone could please help me with a workaround for the same.
    I have an infoObject called ZDIV_CUS which is basically 0CUSTOMER with 0DIVISION compounded to it. Hence, when I load data into ZDIV_CUS, I would have one record for a unique combination of customer and division. In functional words, I would have one customer maintained for multiple divisions. ZDIV_CUS also has other navigational attributes as 0SALES_OFF, 0SALES_DIST & 0SALES_GRP. Also, I have 0MATERIAL, which has 0DIVISION as a navigational attribute in my cube.
    Hence the master data for ZDIV_CUS looks as follows -
    0DIVISION    0CUSTOMER    0SALES_OFF    0SALES_GRP    0SALES_DIST
    01           100000       L001          L01           L010100
    02           100000       L005          L08           L020150
    01           100001       L001          L01           L050150
    03           100001       L005          L02           L052542
    The transactional data in my cube is as follows -
    0MATERIAL    0CUSTOMER    0DIVISION    0SALES_OFF   0NET_SALES   0MATERIAL_DIVISION (Material master div)
    102152          100000       01           L002         110000       02
    102545          100001       02           L002         12000000     02
    The above data is all transactional except for 0MATERIAL_DIVISION which comes from material division.
    My query is built in such a way that the division comes from 0MATERIAL (restricted to variable in the selection screen). ZDIV_CUS and its navigational attributes are being used in my query. The initial display is shown as per ZDIV_CUS_0SALES_OFF (i.e. sales office from ZDIV_CUS)
    The problem is that say for eg for the above mentioned scenario, the user executes the query for division 01 and the below mentioned output comes up -
    0MATERIAL_DIVISION     ZDIV_CUS    0MATERIAL    ZDIV_CUS_0SALES_OFF     0NET_SALES
    02                     100000      102152       L001                    110000
    If we take a closer look, we would know that ZDIV_CUS_0SALES_OFF should pick up value L005 and not L001 since the division for which the query is run is 0MATERIAL_DIVISION and not 0DIVISION.
    Request help to resolve the abovementioned issue.
    Thank you,
    Sree

    Can any one answer for Issue-2. Even I am also facing the same.
    Thanks in Advance.

  • Attributes Issue in FIX Statement Calculation

    Hi All,
    I have issue with calculating FTE. I have a dimension call Employees and has an attributes (Full-Time / Part-Time). I'm trying to calculate FTE. Below is my code. It seems to be ignoring Attribute in the Fix Statement. when I run this calc script FTE for every employees is 0.5 since that's the last thing it does. If I comment out the second fix statement FTE for every employees is 1. I'm not sure why it's not it's ignoring my statement on the Attributes.
    FIX(@LEVMBRS("Time Periods",0),"FY11","WP","Working Version",@LEVMBRS("Measures",0),"USD",@LEVMBRS("Entities",0),@LEVMBRS("Sites",0),@LEVMBRS("Employees",0),@LEVMBRS("Job Codes",0),@LEVMBRS("Cost Centers",0),@LEVMBRS("SBU",0),@LEVMBRS("EE_Status",0),@ATTRIBUTE("Full-Time"))
    FTE(
    IF
    ("Base_Salary">0);
    "FTE"=1;
    ELSE
    "FTE"==#MISSING;
    ENDIF;
    ENDFIX;
    FIX(@LEVMBRS("Time Periods",0),"FY11","WP","Working Version",@LEVMBRS("Measures",0),"USD",@LEVMBRS("Entities",0),@LEVMBRS("Sites",0),@LEVMBRS("Employees",0),@LEVMBRS("Job Codes",0),@LEVMBRS("Cost Centers",0),@LEVMBRS("SBU",0),@LEVMBRS("EE_Status",0),@ATTRIBUTE("Part-Time"))
    FTE(
    IF
    ("Base_Salary">0);
    "FTE"=0.5;
    ELSE
    "FTE"==#MISSING;
    ENDIF;
    ENDFIX;
    Edited by: user8988798 on Mar 26, 2010 9:57 AM

    Having both @LEVMBRS("Employees",0) and @ATTRIBUTE("Full-Time") is your problem. You are saying give me all of the level zero members of employee and also give me the members that have Full time. Since attributes are tied to the base members you would just need @ATTRIBUTE("Full-Time") to get the full time employees

  • Plant replication issue in SRM

    Hi Experts,
    We  replicated around 70 plants from ECC to SRM.Each plant coressponds to unique company code only.
    The only similarity in all the plants is the adress details.
    After replication,faced the red error for about 5 plants out of the 70 stating "Location Already Exists, Partner: 00100025XX Plant: 1090 System: DE1XXXXXXX The Plant is a Duplicate in the same System Plant: 36XX".
    I maintained the Search term field in the adress details of those 5 plants and then replicated them from ECC to SRM.Those 5 plants got replicated succesfully.This was in Development environment.
    In quality system when i try to replicate the plants,am facing the same red error for 50 out of the 70 plants.
    I have checked in table BBP_LOCMAP and i find no entries related to plants which are said to be duplicate.
    Please advise.
    Thanks in advance
    Supriya

    Hello,
    Please find all of the information on plant replication and maintenance
    below.
    Firstly, see the note:
    563180 Locations - Replication of R/3 plants
    1. BBP_LOCATIONS_GET_ALL should be run once in your system.
    This cannot be scheduled as a report.
    2. For further replication of plants, please use
    BBP_LOCATIONS_GET_SELECTED.
    3. The reason for the error BBP_LOCATION004 is due to duplicate
    address data for plants. The system will check all address fields and
    look for duplicates, if any are found the system will issue this
    message and the plant will not be replicated.
    4. Once replicated plant address data etc should be maintained using
    the browser transaction 'Manage Business Partners' BBPMAININT.
    Please set this transaction up as a browser transaction
    for the SRM admin user.
    5. Plants can also be created in SRM using this transaction BBPMAININT.
    The can be assigned to R/3 plants.
    See note 563108:
    "You can also create individual locations via the Web transaction
    'Managing Business Partners' and assign them to an R/3 plant."
    Hope this information clarifies your issue.
    Kind Regards,
    Edel.

  • Attribute Issue

    Hi,
    I have created Material as Master Data infoobject, and have Standard Price (STPRS) as its Attribute.
    The Attribute(STPRS) is a Key Figure.
    Now the problem is....
    It dosen't show up in Bex Query creation under Attributes List of Master Data. Only all character attributes can be seen. Also other Key Figure Attributes can't be seen.
    Does it mean only Character infoobjects can be created as Attribs? (Logically I believe its not correct)
    If No, What's the reason for that?
    Rgds,
    Sandeep

    Hi Sandeep,
    This could be an auth issue. Please see OSS note 761089: Authorization of display attributes for details.
    You can pull the KF attributes into a query using formula variables.
    Hope this helps...

  • Plant substitution issue:

    Hi All,
    We are using RBATP rule for ATP check for some plants.
    We have an order for X material at plant AB for 100 Qty. AB plant not have the stock, where as DC having it. In production system when i enter the above order it is not flipping to DC plant. This is not a regular issue, but coming once in 2 or 3 months..
    Recently we have copied Production to our test system, where we do not face the issue.. really a weird scenario.
    Any body have any clue !
    Venkat Cheedalla

    Dear Raj,
    Thanks for your early reply,
    As per standard behavior of system, in my case plant should be determine from customer master, but it is picking from material master.
    why system giving preference to material master instead of customer master?
    Is there any settings to change the priority to determine plant in to sales documents.
    Thanking you,
    Sudheer.U

  • Multilevel Attribute issues

    Hello,I am trying to create a multilevel attribute utilizing the "date" type. In the cube we have defined a dimension that contains all leases. I would like to create a LeaseDate attribute that would contain both a beginning and ending lease date. Since a beginning date could be the same as an ending date I used the example found in the online help but unfortunately I am getting an error "adding member 3317". It only happens with the 0 level member is duplicated. Date file layout01-01-2000,Begin,L2000,Total Lease01-02-2000,End,L2000,Total Lease01-01-2000,End,L3000,Total LeaseIs there such a thing as a shared member within a dimension that is tagged as having the type of "attribute"?I used the example as stated above in the online help under the title "Working with Multilevel Attribute Dimensions"Thanks - Steve

    Hi Murali
    This is exactly the same what i tried to do,
    Drill down to 4 levels State -> City-> store etc with 4 pie charts and similar push button to close each level to
    go back to previous chart, first run from 1 to 4 works fine, then after closing all the levels and when i am at the pie chart 1
    if i click any pie slice it will jump to Pie chart 4 straight,
    I tried tracking the issue, all i could find is some how the previous dynamic visibility values are back even after erasing
    the data with the PUSH button (Destination cell insertion with blank or 0).
    did you find a solution for this issue ?
    Thanks
    Chandra

  • Trasient Attribute  - Issue ?

    Hi
    I have a transient attribute on my create page for description column , to display the value to user .
    I am displaying error or warning msgs on the top, when the user clicks on apply button.
    My issue is.. i get error msg on the top.. but the value of the transietn attribute disappers ?
    Any suggestions?
    Thanks
    Ravi

    Hi
    Thanks for your reply.
    I am bit confused.
    I created a transient Attribute in VO and on my create pg, I cratead a form Valule and attached the trasient VO , to this form value
    is that what u suggest ?
    but i still see, description column disappers when page submits ?
    Any suggestions?
    Thanks
    Ravi

  • Radius Attribute Issue

    Hi,
    I'm having some issues on implementing radius accounting. Below are my configurations
    aaa group server radius ClearBox
    server 192.168.111.8 auth-port 1812 acct-port 1813
    accounting accept ClearBox
    aaa accounting exec default start-stop group ClearBox
    aaa accounting network default start-stop group ClearBox
    aaa accounting connection h323 start-stop group ClearBox
    aaa accounting resource default start-stop group ClearBox
    aaa session-id common
    gw-accounting aaa
    radius-server attribute list ClearBox
    attribute 1,4-6,25-26,28-31,40-41,44,46,49,61
    radius-server host 192.168.111.8 auth-port 1812 acct-port 1813
    radius-server key 7 12481603171B5B55
    radius-server vsa send accounting
    I am using ClearBox as my radius server. It seems that the ff attributes (h323-connect-time,h323-disconnect-time,h323-disconnect-cause,) was not recorded on the ClearBox. See attached file for the screenshot. May be you can help me on this issue.

    Try to enable the following debugs:
    debug isdn q931
    debug ppp negotiation
    debug aaa authen
    debug aaa accounting
    debug radius

  • Cfindex: path attribute issue

    I am currently trying to index a network directory
    recursively so that all of our HR files will be in a verity index.
    This way a user could just search for "benefits" and view all
    related benefit documentation that were placed in the HR hierarchy.
    The issue occurs when trying to specify the path attribute for
    cfindex. The files are stored on a network drive, so that ideal
    path would be: "\\hrdata\documents". We do have an IIS mapping so
    that if you want to our intranet and typed "
    http://#ourintranet#/documents/"
    you could reach any file. If I do a cfdirectory action="list" or
    try to use cffile with the network paths, everything returns
    correctly so I know that CF can see the propper mappings. However,
    when I run the attached code it does not index any documents. Does
    anyone have any ideas? I have been working on this for quite awhile
    and I am really stumped.
    Thanks in advance:
    Brendan
    Currently we are using CF MX 7.02 with Hot Fix 3

    Brendan
    I know that lucene (sp?) works on a unix implementation and
    you can find some information over at coldfusionjedi.com, but are
    there any other possible solutions you can use? I am unaware of how
    you should proceed short of contacting the K2 (or whomever owns
    verity now).

  • Navigation attributes issues

    Hi,
    We have an infocube with a navigation attributes 0CUSTOMER_ORDERTYPE. The ORDERTYPE is in the master data 0CUSTOMER and updated using a program (contrary to the other 0CUSTOEMR attributes).
    When we see the master data 0CUSTOMER, we see that the ORDERTYPE value for the customer number "1200" is not blanc (value is "DSM"),
    BUT when we see the the infocube (listcube),  ORDERTYPE value for the customer number "1200" is blanc.
    For information, the ORDERTYPE is updated using a program (and not using direct loading).
    Do you have any idea to explain this issue please?
    Thx.

    Is ORDERTYPE time dependent or time-independent attribute of 0CUSTOMER?
    In the infocube, Is ORDERTYPE present as a characteristic in one of dimensions of Cube or is it enabled in the navigational attribute section.
    If it is in the dimension section, then the value you see in the cube is as of the time of loading the data into the cube. It means if the data was loaded two months ago then the value reflects the value in the 0CUSTOMER master data two months ago. It may or may not be present at that time.
    If it is in the navigational attribute section, then mostly the current date or the keydate us specify in the listcube main selection screen is being used to look up the value of the ORDERTYPE.  Make sure 0CUSTOMER has a valid ORDERTYPE as of the respective keydate.

  • Set-ADUser based on .csv file - empty attributes issue

    Hi, after a few months without working with PowerShell my knowledge is slowly fading away but fortunately every time this happened before, I was able to rebuild my knowledge again and now it is the same story. However I want to optimize my simple
    code which populates three AD user object attributes: manager, officephone and fax with values stored in .csv file. Everything works well, but my code looks not so good in my opinion. Is there any more elegant solution?
    $AddressBook = Import-CSV -Path D:\AddressBookFinal.csv
    foreach($Employee in $AddressBook)
         if([string]::IsNullOrEmpty($Employee.ManagerUserName)) {
                  Set-ADUser -Identity $Employee.EmployeeUserName -Manager $null
        } else {
                  Set-ADUser -Identity $Employee.EmployeeUserName -Manager $Employee.ManagerUserName
        <#similar code here for checking value of OfficePhone and Fax attributes and populating             AD attributes depending on if attribute value in .csv file is empty or not#> 

    Hi BoxiKG,
    If there is any other question regarding this issue, please feel free to reply this post directly so we will be notified to follow it up.
    If you have any feedback on our support, please click here.
    Best Regards,
    Anna Wang
    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]

  • 0vendor info object - Plant Attribute

    Hi,
    I had modified 0vendor info object for using all the Dun and Bradstreet objects. After activating the 0vendor infoobject, 0plant attribute version got changed to 'Revised' version.
    Since, 0plant info object is used in many info providers, if i try to activate the 0plant info object, all respective transformations and DTP's of info providers will be inactive.
    Is there any other way, in which without disturbing the existing info providers, i can move 0vendor info object alone from BI development/Quality environment to BI Production environment.
    Please suggest.

    Hi,
    Even if 0plant is display attribute it suppose not to chnage the version in case of 0vendor activation alone( if you have done activation with dependent object then it would effect ).
    If you activate plant now it would effect the existing dependent objects.
    Do not try to activate the 0plant ( since plant is Master data table, if will defiantly effect the existing objects)
    also make sure that is it happen coz of 0vendor activation
    Regards,
    Satya

  • Receiving plant - goods issue

    hi
    can someone tell any function module that gives me receiving plant # for goods issue that is already posted?
    I will reward point
    Thanks
    Nash.

    Hi Nash,
    Check LIPS-UMWRK field,some times it may be blank.
    Else Try WERKS in EKPO table with values from LIPS as given below
    LIPS-VGBEL = EKPO-EBELN
    LIPS-VGPOS = EKPO-POSNR
    regards
    Avi...

Maybe you are looking for

  • Problem with notification centre in ios 7

    Since installing Ios 7 i have a problem with the Notification Centre which i hope is just a setting i can change.  The problem is that i play a number of ongoing games.  These games send me notifications of free coins to use to buy clues, or in one o

  • Is it a garbage collector issue?

    Hello, lets say that I have an object of List called navList in my JSP, I assign 10 values to navList, the 10 values are timestamp in milliseconds. now when I refresh the page I assume that new 10 values should be in navList, but for my supprise I fi

  • Print Adobe form pages on different printers based on the condition

    Hi All, I am new in Adobe forms. We have requirement to print first 5 line items in adobe form (which are printing on first page) on one printer and remaining pages on another printer. What solution I was thinking was, in print program call the adobe

  • Microsoft office X has started playing up after loading i life 08...

    I am unable to open any of my word or excel docs now...just keeps saying ... The application "Word" could not be launched because of a shared library error: "2<Microsoft Word><CarbonLib><CFMPriv_CarbonSound>"... can anyone please help as i am knacker

  • Playing purchased music on my mp3 player

    I need help! I am totally new to itunes and not very computer savy...I purchased a song but now I can't play it on my mp3 player because it says that the extension is not recognized by Windows Media Player. I tried to convert the song to MP3 but it s