BW APO Client Issue

Hi All,
I have a new APO system which require some actual data from BW system.  Unfortunately, I encounter some problem in setting up the connection.
My data flow will be pushing BW sales data to APO for planning, and loading into BW system again for reporting.
In my APO system, I have below clients.
100 - Sandbox
180 - Master Configuration
190 - Unit Test
During installation, the BW unique client was set to 100.  So, I can't run RSA1 in 180 or 190 except 100.  My objective is to setup linkage between BW and APO Client 190.
I manage to manually change the BW unique client number in APO system from 100 to 190, but I get below message when running RSA1 in APO client 190.
"Logical system name has been changed for this system"
I have not run BDLS, but i doubt it will help as some forum mentioned still having same error after run.
I also noticed table RSLOGSYSDEST still referring to client 100.
Please share with me the steps by steps how to change the BW unique client.   My APO system also connected ECC6, any impact of changes?  Like recreate RFC connection to ECC6?
I will award points.
Thanks.
Steven

While you change the client 100 to 190, the respective logical client which was created for 100 also should change into logical client for 190.
for example if you have created APOCLNT100 for 100 client. since you have changed the 100 to 190, you have to change the logical client to APOCLNT190.
Then only the client will recongize.
Same as you have to do for BI client to make as unique client. the logical system for the client is unique. you cannot give the same logical name for other clients.
As you said, you can connect n number of system to ECC system. There would no impact on APO and Bi clients if you have connected to single ECC system.
Hope this would help you more.

Similar Messages

  • APO Client

    Can u Clarify that APO Client is different from R/3 Client
    Can we use R/3 Client AS APO Client?
    N .Prem Nivas

    APO Client is different then R/3. The SAP APO is not a standalone application and requires a backend ERP system such as SAP R/3 for the execution. SAP R/3 communicate with SAP APO using the APO Core Interface (CIF) which supplies SAP APO with the master and the transaction data in the real time. Interaction between the SAP R/3 at backend and the SAP APO is in real time and any data related to the production, the sales or the supplies is immediately transferred from one system to another without requiring any batch processing.
    APO is an entire suite of supply chain planner applications that increase overall knowledge of the supply chain and provide forecasting, planning and optimization. There are eight application levels within SAP APO: network design, supply network planning, demand planning, production planning and detailed scheduling, transportation planning and vehicle scheduling, global availability and supply chain collaboration.

  • Sync error: Uploading records failed: "client issue: request body too large"

    1328917629619 Sync.Engine.AdblockPlus DEBUG Uploading records failed: "client issue: request body too large"
    This happens from 2 Win 7 computer and 1 Win XP computer sync'd. Without the Add Block Plus being sync'd everything works.

    Hi!
    That's a problem with the Add Block Plus sync engine. It seems that they have issues on their servers.
    Try to ask the same question in their forum: https://adblockplus.org/forum/
    Good luck!

  • RE: Need help on cornering the APO BI issue relevant to Planning area

    HI Guys,
    Iam loading historical data from my infocube to APO planning area...
    MY Planning will be done in apo for weekly based..
    for thatmy client has configuired Fisc VArnt which is
    specific for 48 periods but not 52 periods...
    My clinet will be planning in week which will will be like it starts from 07.01.2010,
    14.01.2010,21.01.2010,31.01.2010..
    but for testing purpose we are taking thisfrom a flat file andloaded into the infocube..
    and created gen export datasource into scmapo system and loaded into cune from that cube iam feeding itto planning area..
    when I execute the transaction /n/sapapo/tscube tha data copied was successful,
    but the keyfigure amnt when I saw in the planning area Transaction /n.sapapo.sdp94which will be distributed across the week.
    lets say my keyfigure values is 100 in the infocube for the jan month and week 1
    and the value which i CAN SEE IN THE PLANNING AREA IS week1 25 week 2 25 week 3 25 and week 4 25
    which will be 100 total for amonth,
    but it should not be like that 100 should go into a particular week and should display 100 for that particular week..
    I have calmonth calday, fiscper(posting period) which we have maintained in ob29 as 48 periods
    when i derived calweek in the transformation iam getting 48 weeks but
    when i try to load it to planning area iAM GETTING AN ERROR LIKECOMBINATION IS INCONSISTENT..with the calmonth
    CODE WHICH i HAVE DERIVED CALWEEK FROM CALDAY:
    DATA: lv_year(4) TYPE c,
    lv_month(2) TYPE c,
    lv_day(2) TYPE c,
    lv_result(6) TYPE c,
    v_poper TYPE poper.
    lv_year = SOURCE_FIELDS-calday+0(4).
    lv_month = SOURCE_FIELDS-calday+4(2).
    lv_day = SOURCE_FIELDS-calday+6(2).
    SELECT SINGLE poper FROM t009b INTO v_poper WHERE bumon = lv_month
    AND butag = lv_day.
    IF sy-subrc = 0.
    CONCATENATE lv_year v_poper+1(2) INTO lv_result.
    RESULT = lv_result.
    CLEAR: lv_result.
    ENDIF.
    gURUS CAN ANY BODY THROW SOME LIGHT ON THIS.. iWILL BE HIGHLY OBLIGED
    when i load the data from infocube to planning arae using /SAPAPO/TSCCUBE, the copy was succeeful.. But the issue is the keyfigure value is dis aggregating..
    For ex If my sales hostory for week 1 001.2010 and for calmonth 01.2010 is 100, but it is disaggegating the values for whole month 4 weeks as 25,25,25,25 but it needs to b written as 100 for week 1.rather it should be aggregated on the highlevel as 100 for week 1.
    Do I need to check any Charecterstics combination but all are consistent....
    Even the periodicities in the planning area and infocube are consistent , since i am able to copy in to planning area..
    I dont have calweek in my infocube i have derived calweek with logic provided in my earlier thread, but as of now iam going with calyear and calmonth, fisper3 (postig period), since 48 posting periods are maintained in the 0b29 or t009b tables.
    whether I need to implement any oss notes for this, If I include calweek and calmonth and try to copy in to planning area Iam getting an error periodicities are not matching  SAP Note 1408753 - /sapapo/tscube wrong error message
    /SAPAPO/TSM 232
    Regards
    Balaram

    thnx for replying the thread..
    Where do I maintain this the PLANNING OBJECT STRUCTURE(STOR BKT Profile) and Planning Book-data View(Time Bkt Profile) with the time periodicities for Fisc Varnt and Posting period specificu2026
    Can you pls elaborate on this Iam new to APO BW implementation part, Sine this is a burning issue
    Actually what seeting I need to do there, I think infocube structures are good and copying data in to planning area..
    I have calmonth and Fiscper3 for 48 periods in my infocube
    also whether I need to maintain any calweek in the PLANNING OBJECT STRUCTURE(STOR BKT Profile) and Planning Book-data View(Time Bkt Profile)
    when I checked in planning book keyfigure overview it is maintained there for 48 periods
    For Planning Book-data View(Time Bkt Profile)  how can we achieve this...
    If you could throw some light more on this I have my APO Counter part I will ask him to change the master planning structure accordingly
    Regards
    Ram

  • Historical Reporting Client issues

    Hi,
    Cisco Unified CCX Administration  - HA Setup
    System version: 8.0.2.11002-3
    Supervisor PC:
    Windows XP SP3
    I've client facing some issue with HRC. He seems duplicate entries for few of the agents. He can recall those entries were earlier added/deleted from UCCX but still sees it in HRC.
    For example: Agent1 has two entries in HRC. AGENT1 and Agent1. The valid entry is Agent1 as configured in CUCM. The other entry (AGENT1) is not visible anywhere in CUCM or UCCX (Active/Inactive agents).
    There are 4 HRC users and they all see the duplicate agent entries.
    Another issue is that while running Agent summary or some other report for one of those duplicate agents, HRC throws following error. We've tried putting Agent1 and AGENT1 both entries in HRC but same issue. We know the Agent1 is taking regular calls and there should be reports for that agent. The error is:
    "There were no report data to view in the data range selected. Please select a different date/time and try again"
    Same agent, when trying to pull in the Agent Summary or some other report for March 2011, HRC throws the follwoing error:
      "A runtime error occurred while executing the query. Please check log for more details"
    I was suspecting Bug CSCtc79010 but as per the release notes for UCCX version client is running this bug is fixed in that version.
    Not sure if Bug CSCtj88620 is causing some issue. The problem description in the bug doesn't match exactly.
    I've already done the following but all the above mentioned issues remain there:
    1) I've verified the configuration in CUCM and UCCX. The Agent1 is only visible, there is no entry for AGENT1.
    2) Disabled/Enabled the UCCX DB Synchronization.
    3) Un-installed the HRC on a PC, deleted the HRC folder in Program files and re-installed by downloading the file from UCCX Server directly.
    FYI, all other agent reports are being run fine, not suspecting any admin rights/services issue in Supervisor PC.
    Would appreciate if anyone can give some more pointers what else can I check?
    Thanks in advance,
    inner_silence

    My issue is on UCCX v7.0.
    HRC shows duplicate entries for few agents.
    There are duplicate agents, due to changes made ​​in its number or its name. (view image).
    There is some file in the server UCCX to save the information to agents after being modified or deleted?
    Thanks a lot.
    ErnestoG

  • Windows 8.1 pro and vpn client issue

    dear support community ,
    Am using windows 8.1 pro and cisco vpn client version 5.0.0.7.0410
    .my issue is that am able to connect to the VPN succesfully but  when connected i cant ping nodes inside the VPN
    whereas when i do the same test with a windows 7 and xp PCs , am able to ping and even remote desktop nodes.
    someone help please ??

    funniest thing is , after using my PC for two weeks and doing regular updates , am now able to ping and RDP to nodes
    inside the VPN..:-)

  • Cisco vpn client issue on windows 8.1 pro

    I am using Cisco RV325-k9 router, I am configure "Easy vpn" in this router.
    Our some users use Windows 7 pro and others users use Windows 8.1 pro with Cisco vpn client version 5.0.070290.
    Issue is VPN client connected but not access remote machine and ping on windows 8.1 pro machines. but Working fine on windows 7 pro.
    But When i am using wifi through MTS wifi usb device then working fine.
    Please find the attached screenshot of VPN Client Statistics.
    Please give me a solution.
    Regards
    Sanjib

    Hi Sanjib,
    Cisco VPN clinet is not supported for the windows version 8.1. And also it is EOL announced. Might be the below mentioned work around might help you. Try this.
    http://www.vmwareandme.com/2013/12/solved-windows-8-and-windows-81-cisco.html#.U9tCdxCrOxo
    Regards
    Karthik

  • Multithreaded client issues

    I have a multithreaded client that maintains a pool of connections to the Oracle server. Each thread grabs a connection to issue selects, updates and inserts to the DBMS. Under Win 2000, an access violation occurs in msvcrt.dll when the second or third thread exits (during the OS call to _endthreadex). This problem does not occur under WIn NT 4.0.
    Are there any multithreaded issues related to development on 2000 vs NT? Where can I read more about writing multithreaded OCI clients in general?
    The Win 2000 box is current on Windows 2000 service packs, Visual Studio SPs, and the MS SDK. I'm using OCI V8.
    Thanks,
    Ben

    if your question is the same as another post up in this thread, you just need a single environment handle. OCI will automatically manage the thread safety across multiple threads.

  • Outlook Client Issues following Exchange 2010 Rollup 8

    Update Rollup 8 For Exchange 2010 SP3 (KB2986475) was applied to our Exchange server last night.
    All appears to be fine, but users are having all kind of trouble using the Outlook Client to connect to their mailboxes.
    Randomly they can't view certain folders (Inbox/Sent Items). Can no longer save to their Calendars. Errors relating to permissions and Outlook notifications?!?!?!?!
    This is ONLY when using the Outlook Client - webmail works fine.
    There are also no issues when running Outlook in safe mode.
    Any advice would be very much appreciated.
    Thanks
    David

    The following has been posted onto the Exchange team site:
    http://blogs.technet.com/b/exchange/archive/2014/12/09/exchange-releases-december-2014.aspx
    Update 12/10/2014:
    An issue has been identified in the Exchange Server 2010 SP3 Update Rollup 8. The update has been recalled and is no longer available on the download center pending a new RU8 release. Customers should not proceed with deployments of this update until the
    new RU8 version is made available. Customers who have already started deployment of RU8 should rollback this update. 
    The issue impacts the ability of Outlook to connect to Exchange, thus we are taking the action to recall the RU8 to resolve this problem. We will deliver a revised RU8 package as soon as the issue can be isolated, corrected, and validated. We will publish
    further updates to this blog post regarding RU8. 
    This issue only impacts the Exchange Server 2010 SP3 RU8 update, the other updates remain valid and customers can continue with deployment of these packages.
    Cheers,
    Rhoderick
    Microsoft Senior Exchange PFE
    Blog:
    http://blogs.technet.com/rmilne 
    Twitter:   LinkedIn:
      Facebook:
      XING:
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • Client issues from behind firewall (login delays)

    I have a Novell 6.0 server outside the firewall and am beginning to set
    up clients on the inside of the firewall. There appears to be no
    issues with the outside clients connecting to the outside server.
    However I am having strange issues with the inside clients
    authenticating to the outside server. (all clients are WinXP)
    If I do not sit for at least 10 seconds at the novell login screen on
    the client at first boot-up before attempting to login, the client will
    fail. If I try again after that, it goes right in. If I do wait for
    the 10 seconds, the client authenticates the first time.
    If I put an IP address in the server name field of the login dialog
    box (instead of the servers FQDN) the client authenticates the first
    time.
    Has anyone seen this before or know where to begin looking? There does
    not appear to be a delay issue with the DNS server, as once the desktop
    is up all web browsing and pings respond quickly.
    Thank you for any help you can provide.

    Thanmad,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • SCCM 2012 Client issues

    Hi,
    I am having issues with not all the SCCM client actions appearing in my clients.
    So it might start at 11 actions - then drop down the 5 actions then go back up to 6 and then after a day go to 11. So this happens
    after an OSD build. So I might build 12 machines at a site and get 4 with this issue. As well some machines will take an extended
    time to install the same app from the same collection. Some will quickly others will take a few hours. (We have
    machine policy set to 1 hour). And the machines are pre-populated in the SCCM collection.
    BTW the task sequence to build the OS does complete successfully - so what you are seeing below is after the osd task sequence
    ends.
    However they do seem to share the following error in the location services.log
    Unable to retrieve AD forest + domain membership
    So things seem to go south from this point onwards.
    Unable to retrieve AD forest + domain membership LocationServices 18/06/2014 12:19:20 PM 2904 (0x0B58)
    Retrieved lookup MP [Server1.acme.com] from Registry LocationServices 18/06/2014 12:19:20 PM 2904 (0x0B58)
    Attempting to retrieve lookup MP(s) from AD LocationServices 18/06/2014 12:19:20 PM 2904 (0x0B58)
    No lookup MP(s) from AD LocationServices 18/06/2014 12:19:20 PM 2904 (0x0B58)
    Attempting to retrieve lookup MP(s) from DNS LocationServices 18/06/2014 12:19:20 PM 2904 (0x0B58)
    Using default DNS suffix acme.com LocationServices 18/06/2014 12:19:20 PM 2904 (0x0B58)
    Attempting to retrieve default management points from DNS LocationServices 18/06/2014 12:19:20 PM 2904 (0x0B58)
    Failed to retrieve DNS service record using _mssms_mp_b03._tcp.acme.com lookup. DNS returned error 10051 LocationServices 18/06/2014 12:19:20 PM 2904 (0x0B58)
    No lookup MP(s) from DNS LocationServices 18/06/2014 12:19:20 PM 2904 (0x0B58)
    Attempting to retrieve site information from lookup MP(s) via HTTP LocationServices 18/06/2014 12:19:20 PM 2904 (0x0B58)
    Failed to send site information Location Request Message to Server1.acme.com LocationServices 18/06/2014 12:19:21 PM 2904 (0x0B58)
    Failed to refresh security settings over MP with error 0x80004005. LocationServices 18/06/2014 12:19:21 PM 2904 (0x0B58)
    If the client actions are removed I see things like:
    I can then see in the PolicyAgentProvider.log things like this:
    --- [1] __InstanceDeletionEvent settings change on object CCM_ClientActions.ActionID="{00000000-0000-0000-0000-000000000106}". PolicyAgentProvider 18/06/2014 12:28:36 PM 3984 (0x0F90)
    --- [1] __InstanceDeletionEvent settings change on object CCM_ClientActions.ActionID="{00000000-0000-0000-0000-000000000113}". PolicyAgentProvider 18/06/2014 12:28:36 PM 3984 (0x0F90)
    --- [2] __InstanceDeletionEvent settings change on object CCM_ClientActions.ActionID="{00000000-0000-0000-0000-000000000102}". PolicyAgentProvider 18/06/2014 12:28:36 PM 3984 (0x0F90)
    --- [3] __InstanceDeletionEvent settings change on object CCM_ClientActions.ActionID="{00000000-0000-0000-0000-000000000108}". PolicyAgentProvider 18/06/2014 12:28:36 PM 3984 (0x0F90)
    --- [4] __InstanceDeletionEvent settings change on object CCM_ClientActions.ActionID="{00000000-0000-0000-0000-000000000107}". PolicyAgentProvider 18/06/2014 12:28:36 PM 3984 (0x0F90)
    --- [5] __InstanceDeletionEvent settings change on object CCM_ClientActions.ActionID="{00000000-0000-0000-0000-000000000104}". PolicyAgentProvider 18/06/2014 12:28:36 PM 3984 (0x0F90)
    So we have extended the AD schema, and we don't see to have this issue at other sites.
    So any suggestions?
    Thanks,
    Ward

    This might be a known (but unsolved issue):
    http://social.technet.microsoft.com/Forums/de-DE/5a82bcb3-4cde-4eb0-a016-5d4f2a60f2d7/pki-client-starts-to-intialize-then-7-minutes-later-client-agents-go-back-to-disabled-for-upwards?forum=configmanagerdeployment
    Torsten Meringer | http://www.mssccmfaq.de

  • "Submit Email" client issues

    I am using adobe Designer in Acrobat 9 Pro to create forms to be distributed to members our our department. We need the forms to be returned to us by email in filled out PDF form. I have created a working Submit by e-mail button and made the submit format PDF and extended the "reading options" so that users only using Reader can submit the form in filled out PDF format. This all works fine while using Outlook or the Mail application on Macs, but it will not work with computed that have Thunderbird set as their default client. I understand that users can save the form to their computer and manually attach it to an email if needed, but is there any workaround that would allow Thunderbird to cooperate? I have ensured that Thunderbird is the default mail application on the computer so I know that is not the problem.
    Thanks for any help.

    There seems to be some issues getting Thunderbird to behave properly - make sure it is setup as the MAPI client and that may help.
    I remember mucking around with it a while ago and never could get it to work, but haven't tried since the latest version of Thunderbird.
    I think it's a problem with Thunderbird's MAPI support - if you google "thunderbird mapi" you'll find a lot of info.

  • APO CIF issue - Purchase Info Record not getting CIFed from R/3 to APO

    Dear All,
                We are unable to CIF Purchase Info Record from SAP R/3 to APO. Are there any special setting that needs to be done for the same. We have created an Integration Model and using tcodes CFM1/CFM2 but without any success. Can anybody throw some light on this issue?
    Thanks in advance
    Ehsan Ahmed

    Ehsaan
    Can you check the SLG1 logs in R/3 and APO sides for further clues? Try to confine the time range to the exact time of activation of Purch INfo record model.
    Maybe you have already done this check. Can you go to the Purchasing tab of Material Master and see if the Source List checkbox is unchecked ? Do you have any special procurement keys defined by any chance ?
    Regards
    Srinivas

  • CUA sync with child client issue for indirect role assignment.

    Hello Security experts,
    we have a indirect role assignment set up in our ECC environment. there is a syncronization issue from the parent CUA to the chlild client. The role assignments have been made to role although they are not always reaching target system without having to sync up either the role or the IDu2019s position # manually.   This has been an ongoing issue CUA has on any role or user from time to time.   any hint on fixing this issue. please help..

    Whole idea of CUA is to manage your roles and users centrally, on the contrary you can manage the roles/profiles by setting up the attributes for the CUA thorugh Central user Management console - SCUM Transaction.
    CUA has its own pros -
    Central rep,Users Sync,Role Provisioning statergy - Global composites(consists of individual child roles) Distibuted model -Provisioing at individual child systems for roles, etc.Central user store,easy maintenance.
    on the contrary - change documents is always a concern ( because cua uses - interface Ids or the RFC ids to push the idocs from cua to child system), CUA maintenance while system refresh - Copied distribution models have to be deleted and re-created, system backups has to be defined per you distribution model, password maintenance if defined global then Child systems act as inactive nodes, reading the roles into cua which are created in childs so as to establish a pointer to that system.
    It also depends on the number of systems you have in your landscape so that you can calculate the overhead and then have a Go -no-Go decison on CUA.
    Overall, I consider CUA as a good approach provided we streamline the process of provisioning, de-provisioning per the cua standards.
    Rakesh

  • Can anyone help me troubleshoot my VPN client issue, DART log attached

    Hi all
    I am having issues connecting with my anyconnect client, version 2.5 running Windows 7 64 bit
    It keeps saying repairing vpn adapter, then encountered an error, there is no AV running, and I have reinstalled it many times
    here is the log files
    Can anyone help ?
    cheers

    Hello, there won't be a specific answer because so many things can cause that error.
    You can try cleaning it...
    http://www.discountofficeitems.com/technology/computer-accessories/cleaning-main tenance/cleaner-maintenance/fellowes-lens-cleaner/p28997.html
    Occasionally a PRAM reset, CMD+Option+p+r will cure it...
    http://docs.info.apple.com/article.html?artnum=2238
    Media is likely the biggest cause, might try burning at a slower speed.
    http://burn-osx.sourceforge.net/Pages/English/home.html

Maybe you are looking for