BPC NW and Ms clients in the same environment

Hi,
A simple question... is it possible to install clients for BPC NW and MS in the same computer?
Thanx
Velázquez

Hi,
If you install both the clients on the same machine, there will be some DLL conflicts and conflicts in the local folder for BPC. So, you will face a lot of problems in working on them. I had tried once and faced lot of issues.
Hope this helps.

Similar Messages

  • Installing oracle 10g and 11g client  on the same Linux RHEL 5.4 host

    Is it possible to install Oracle 10g and 11g client on the same Linux RHEL 5.4 host and have the application switch between 10g and 11g? and how would the 10g and 11g be installed?

    Thanks for your reply.
    Typeically if 10g is installed in /home/roacle/product/10.2.0, are you saying that for 11g, it would be /home/oracle/product/11.0.0 ?
    How about switching the application? Does changing the ORACLE_HOME and PATH environment variable setting enough ? Let's say from
    ORACLE_HOME=/home/oracle/product/10.2.0/client_1 to /home/oracle/product/11.0.0/client_1

  • TDMS: is it possible to use sender and receiver client within the same SID

    Hi all
    I have a general question about TDMS: i always read that it is possible to refresh data from a productive system/client to a test system/client, e.g. PRD100 => DEV100. But is it also possible to refresh data from one sender-client to the receiver-client inside the same system using TDMS, e.g. DEV100 => DEV200.
    i'm asking because if i start to build up a new client using tdms the first step is to build up the client using package "ERP Initial Package for Master Data & Customizing". This includes under point "data transfer" the step "lock the system" with teh following description:
    Lock System
    Activities
    During data deletion in the receiver client, the tables are dropped. All clients in the system are affected by this procedure. Consequently, all users in all clients in the receiver system must be temporarily locked while the data deletion takes place.
    The function for this activity locks only the current client. If the receiver system is a single client system, it is sufficient to execute the function. If, however, the receiver system is a multi-client system, the user in the other clients must be locked using standard means.
    Anyone has any experience with this scenario inside the same system?
    Regards
    Adrian

    You can run TDMS package on the same system and between different clients. However SAP don't recommend to run TDMS package on the same system.
    There are 2 ways to delete data in receiver system: Array delete and drop insert.
    You have to use Array Insert only which is usually very slow as it first select all the relevant entries from the tables in the target client and then drop it. So, it is slow.
    Drop insert is much optimized and fast but the same can not be used in this use case.
    That is the reason SAP don't recommend to have TDMS run in same system.

  • How do I load balance TFTP between two servers and a client on the same subnet?

    Hi,
    I have trawled through several documents and tried umpteen different configs, all to no avail. I have a PXE boot client trying to access a boot file via TFTP from a couple of TFTP servers on the same VLAN/subnet. For HA purposes I want to load balance the two TFTP servers.
    Config is currently;
    =====
    probe icmp ICMP_PROBE
      description icmp probe for default gateway tracking
      interval 5
      passdetect interval 15
    rserver host server1
      description Server1
      ip address 10.0.0.1
      inservice
    rserver host server2
      description Server 2
      ip address 10.0.0.2
      inservice
    serverfarm host serverfarm_01
      description servers used
      probe ICMP_PROBE
      rserver server1
        inservice
      rserver server2
        inservice
    class-map match-all L4_VIP_TFTP
      10 match virtual-address 10.0.0.10 udp eq 69
    policy-map type loadbalance first-match L7_TFTP
      class class-default
        serverfarm serverfarm_01
    policy-map multi-match L4_LB_VIP_POLICY
      class L4_VIP_TFTP
        loadbalance vip inservice
        loadbalance policy L7_TFTP
        loadbalance vip icmp-reply active
    nat dynamic 1 vlan 200
    interface vlan 200
      ip address 10.0.0.250 255.255.255.0
      nat-pool 1 10.0.0.241 10.0.0.243 netmask 255.255.255.255 pat
      service-policy input L4_LB_VIP_POLICY
      no shutdown
    ip route 0.0.0.0 0.0.0.0 10.0.0.254
    =====
    I have read the doco by Ivan Kovacevic amongst many others but as my clients and servers are on the same subnet, the config doesnt work.
    Can anybody point me in the right direction please. The devices are ACE 4710 running A3(2.3).
    Thanks

    Try using the following configuration:
    Note: Please make sure to configure also a udp probe to probe udp port 69, in case the application is down.
    You need to configure a management policy on the interface when using a UDP probe.
    That is because, when port 69 on the server will be unreachable, the server will send an ICMP unreachable.
    ACE will consider a udp probe as "failed" only when it sees ICMP unreachable.
    Without a management policy-map, the ICMP unreachable message will be dropped.
    Also, add an ICMP probe to the rserver because udp probe will not be enough when the physical interface will be down.
    That is because UDP is a connection-less protocol. To consider a UDP probe successfull, ACE need to see NO answer from the server in respose to the probe.
    The ACE will not see any answer from the server when the interface is down and thus, will consider the probe as "sucessful".
    With ICMP probe attached to the rserver, you also test the reachability of the server and not only the UDP port.
    Here is the configuration (of course, you can chage the names of the of the objects to the name you are using if you want) :
    access-list ALL line 10 extended permit ip any any
    probe udp TFTP
      port 69
      interval 5
      passdetect interval 15
    probe icmp ICMP_PROBE
      interval 5
      passdetect interval 15
    rserver host TFTP_1
      ip address 10.0.0.1
      probe TFTP
      probe ICMP_PROBE
      inservice
    rserver host TFTP_2
      ip address 10.0.0.2
      probe TFTP
      probe ICMP_PROBE
      inservice
    serverfarm host TFTP-SFARM
      rserver TFTP_1
        inservice
      rserver TFTP_2
        inservice
    sticky ip-netmask 255.255.255.255 address source TFTP-STICKY
      timeout 10
      replicate sticky
      serverfarm TFTP-SFARM
    class-map type management match-any MANAGE
      2 match protocol icmp any
    class-map match-all NAT
      2 match virtual-address 0.0.0.0 0.0.0.0 udp any
    class-map match-all TFTP
      2 match virtual-address 10.0.0.10 udp eq 69
    policy-map type management first-match MANAGE
      class MANAGE
        permit
    policy-map type loadbalance first-match ROUTE
      class class-default
        forward
    policy-map type loadbalance first-match TFTP-POL
      class class-default
        sticky-serverfarm TFTP-STICKY
    policy-map multi-match TFTP-MULTI
      class TFTP
        loadbalance vip inservice
        loadbalance policy TFTP-POL
        nat dynamic 1 vlan 212
      class NAT
        loadbalance vip inservice
        loadbalance policy ROUTE
        nat dynamic 2 vlan 212
    interface vlan 212
      ip address 10.0.0.250 255.255.255.0
      no normalization
      access-group input ALL
      nat-pool 1 10.0.0.241 10.0.0.243 netmask 255.255.255.0 pat
      nat-pool 2 10.0.0.10 10.0.0.10 netmask 255.255.255.0 pat
      service-policy input TFTP-MULTI
      service-policy input MANAGE
      no shutdown
    Let me know how it goes.
    Good luck!

  • Using Notes and Oracle Client in the same application on Linux crashes

    This thread is copied from a thread of the same name under Database - General, since I cannot get any replies there.
    Could someone from Oracle PLEASE comment on this.
    Our application on Linux loads the Notes client libraries and then the Oracle client libraries. The application will crashes when connectimg to an Oracle server. This is because the T_* symbols in libnnz11.so get fixed up into libnotes.so rather than locally into libnnz11.so where the functions are defined.
    #10 0xb4779ea6 in T_malloc () from /opt/ibm/lotus/notes/libnotes.so
    #11 0xae7ca050 in CMP_reallocNoCopy ()
    from /opt/oracle/product/10.2/db_1/lib/libnnz11.so
    #12 0xae7ccf7b in CMP_OctetStringToCMPInt ()
    from /opt/oracle/product/10.2/db_1/lib/libnnz11.so
    #13 0xae7c91fd in A_X931RandomInit ()
    from /opt/oracle/product/10.2/db_1/lib/libnnz11.so
    #14 0xaec09e0d in ztcriv ()
    from /opt/oracle/product/10.2/db_1/lib/libclntsh.so.10.1
    #15 0xaec09cef in ztcrbp ()
    from /opt/oracle/product/10.2/db_1/lib/libclntsh.so.10.1
    #16 0xaec09ca4 in ztcr2seed ()
    from /opt/oracle/product/10.2/db_1/lib/libclntsh.so.10.1
    #17 0xaec09c54 in ztcrseed3 ()
    from /opt/oracle/product/10.2/db_1/lib/libclntsh.so.10.1
    #18 0xaeb40683 in ztcsh ()
    from /opt/oracle/product/10.2/db_1/lib/libclntsh.so.10.1
    #19 0xaea631c4 in kpusattr ()
    from /opt/oracle/product/10.2/db_1/lib/libclntsh.so.10.1
    #20 0xaea7847e in OCIAttrSet ()
    from /opt/oracle/product/10.2/db_1/lib/libclntsh.so.10.1
    #21 0xb081cb9f in COCIObject::Connect ()
    from /opt/criticalpath/common/bin/libor9i.so
    We have circumvented the problem for the time being by making sure that we load the Oracle libraries before Notes, but we cannot go with that as a long term solution.
    In my opinion the Oracle library is wrongly linked since all the T_* functions are defined in libnnz11.so. When we load Oracle first, the loader debug trace shows the correct fixups. When we load Notes first, the loader trace shows the incorrect fixups. We are using dlopen(libor9i.so, RTLD_LOCAL) for Oracle and dlopen(libnotes.so, RTLD_LOCAL) for Notes. libor9i.so has a dependency on libclntsh.so.10.1.
    An opinion would really be appreciated.
    Thanks,
    John Unsworth

    Thanks again.
    We don't have an Oracle support contract because we do not use Oracle ourselves. We supply an application that synchronises data between multiple data servers and server types, of which Oracle is one and Notes is another, as well as LDAP servers and many other types.
    Producing a full resolved binary is therefore not an option since the types of data server are configured when the apploication is installed, and then the client software for each server is loaded as required.
    The end user of the application supplies the client libraries and has a support contract for the servers, in particular Oracle and Notes in this case. So the other option is for the end user to raise a ticket using his support contract, but he is reluctant to do that since he considers that this is our problem as we supply the application that is having the problem. So we are in a dead water area. We do not want to take out a support contract just to get what is an Oracle product problem resolved. I imagine that this problem is something that has not been encountered before, because our use of the client library in conjunction with other client libraries is probably unusual.
    So that is why I am hoping, without any success so far, that someone from Oracle will pick this up.

  • How to best support CT2, CT3 and CT4 clients from the same machine?

    I have clients that are still insisting on CT2 and CT3 for
    their
    editing. I am able to use CT3 with work arounds for my CT2
    customes;
    but would like to get on with CT4.
    Can anyone point me to the Tips and Techniques that will
    point out the
    "gotcha's" when trying to support multiple versions of CT
    from the same
    machine?
    Thanks,
    Howard

    To remove file from iPhoto and the HD simply put the files in the iPhoto trash and then go iPhoto Menu -> Empty trash.
    This works if you're using iPhoto in the default setting, where the files are copied to the Library on import. If, however, you have a referenced library, you'll need to trash the files in your own folder structure yourself.
    Regards
    TD

  • How can I create a second apple id (without credit card) for my daughter and share it on the same environment?

    Hello, I found some suggestions regarding how to create an account without credit card details for a child, but I'm not shore if it would work harmlessly.
    The following points describe my situation:
    I access the iTunes store from my MacBook Pro, while my 15 year old daughter will access iTunes from her iPad.
    Every time she needs a free download I have to enter my Apple ID in through her iPad.
    When it comes to purchase an app or music for her iPad I do it from my mac and then synchronize with her iPad.
    This is what I’m looking for:
    I would like her to have her personal apple ID that don’t require a credit card so she would be able to log and download the free apps and updates
    I also would like to purchase her software by using my Apple ID linked to my credit card
    I wouldn’t want her to lose the software and on her iPad once logged with a different Apple ID
    Last, I would appreciate to not see the apps downloaded on her iPad appearing on my iPhone: is there a way to have a selective destination for downloaded apps?
    Thank you in advance

    You can create a new account without giving credit card details by following the instructions on this page : http://support.apple.com/kb/HT2534
    And she can then use that account for free items. If she redownloads an item on her iPad (and similarly on your Mac) from an account (either your existing account or a new one) then she may tie the iPad to that account for 90 days (so she won't be able to redownload items from the other account until those 90 days have completed) : http://support.apple.com/kb/HT4627
    Also all content is tied to the account that downloaded it, so only your account will be able to download updates to the apps that were bought/downloaded by your account.
    The apps will only automatically download on your phone if you have automatic downloads turned on in Settings > iTunes & App Store on it.

  • Transport change request to two clients at the same time

    Hello all,
    we have two clients in QAS system - 600 and 700, now the extended transport control has been setup, once we release a TR in DEV system, there will be two entries in QAS import queue, one for 600 and one for 700, I would like to know whether there is a way to import this TR into QAS (both 600 and 700 client) at the same time, that is to say, just one import action imports the TR into both 600 and 700.
    Currently we have to import one by one, click the entry for 600, import it, and then click entry 700, import it.
    Thank you.
    Best regards,
    Fresh

    Hi,
    If you want to transport each and every request which is released from Development into both the clients, better schedule transports in both the clients every 1hr/with some duration. Then system automatically imports the requests into target clients without any user intervention.
    Delete all the transports which are "ready to be imported" from Quality queue before you scheule the job!
    Regards,
    Nick Loy

  • Running RoboHelp 10 and RoboHelp 11 on the same system

    Background
    Windows 7, 64-bit operating system.
    Upgraded RoboHelp 10 to RoboHelp 11 this week. Upgraded my RH10 WebHelp Proj project (released with our 2.0 application) to start editing for release with 3.0 application next June .
    The upgrade did not uninstall RoboHelp 10.
    I work from within Visual Studio 2010 Professional. (I know that this is not a Source Control thread, but my issues are intertwined here.)
    I create WebHelp Pro (even though we are not yet publishing to RH Server, although we're working on it!).
    I check the output into Release folders in Souce Control, and the build picks up the files for installation with our application.
    Questions
    If I need to update the 2.0 application Help, does anyone know whether I can still use RH10 to update that project? (I've posed the question to an Adobe consultant, but have not yet heard back.)
    If I can't use RH10 to update the 2.0 application Help (and have to open the 2.0 project in RH11 and, therefore, upgrade it), are there new things in RH11 that could affect the WebHelp Pro output and, therefore, affect the use of the WebHelp Pro HTM files by the application? (Our release engineer believes that, for version control purposes, I must make changes to the 2.0  project in the same RH Client used to develop it.)
    Thanks for any help.
    Carol Levine
    AIR Worldwide

    Hi,Carol
    First, (and to reiterate what Rick said) if you are not publishing to RoboHelp Server right now. Do NOT use WebHelp Pro. The Pro flavor is strictly for hosting on a RoboHelp Server installation.
    The good news is that when and if you do decide to use RoboHelp Server, you simply take the Rh project (whether from Rh 10 or 11) and publish it with the WebHelp Pro SSL. It sounds like there is a some confusion between RoboHelp Server and Source Control. It is a common option to use RoboHelp Server and Source Control. But they are mutually exclusive. (While both may be used, they have nothing to do with one another.)
    If you think about it, RoboHelp Server is output (by definition not "source")
    So, you can continue using Rh 10 and 11 clients on the same computer, but as you note, you cannot open an Rh 10 project in Rh 11 because it is a one-way forward conversion (as Peter said).
    As for publishing, be aware that when you move to RoboHelp Server, the publishing workflow is different. The web admin can't simply copy/paste WebHelp Pro output (from source control as you describe) to the Rh Server (or, as you said, "pick up files"). The project must be published from the RoboHelp 10/11 client directly to the Rh Server. This is because Rh Server is a database application and in order for the database to be "aware" of the new content, it must come from the RoboHelp client app (10 or 11). Also, in terms of Application Help and context sensitivity, there is a CSH API and a syntax that is used to call the Rh Server help topics from the application. This is covered in the online help. See the sub head "Access context-sensitive Help" in the Adobe RoboHelp Server 9 * RoboHelp Server Web Administrator tasks as well as Adobe RoboHelp 11 * Program Help for web pages
    Thanks
    John
    John Daigle
    Adobe Certified RoboHelp and Captivate Instructor
    Evergreen, Colorado
    www.showmethedemo.com

  • MM-SUS and EBP-SUS in the same client

    Hi experts
    I have a doubt about implementationMM-SUS and EBP-SUS in the same client, If I send a PO from MM to SUS and after send a PO from EBP to SUS to the same vendor, the vendor will be able to see 2 POs with just one logon?
    As I know when I replicate a vendor from MM to SUS a Business partner is created and when I replicate a the same vendor from EBP to SUS  a new Business partner is created and are diferent BP so a user and pass diferent .
    Thanks
    Nilson

    Hi Nilson,
    If i understand your scenario, you'll replicate an existing R/3 vendor to EBP. The vendor will be a direct vendor in R/3 while the same would be used as for Indirects in EBP.
    Well, when you replicate the R/3 vendor to EBP, the vendor has the R/3 link in the form of Backend Logical systen name in EBP.
    So when you replicate the vendor from R/3 or EBP, there will be ideally only one entry for the vendor with references to R/3 and EBP systems.
    Hope this clarifies your question.
    Cheers,
    Akash

  • ASA 5505 as a SSL VPN Server and Easy VPN Client at the same time?

    Is it possible to configure and operate the ASA 5505 as a SSL VPN server and Easy VPN Client at the same time? We would like to configure a few of these without having to purchase additional ASA 5505 and use a 2 device method (1 SSL VPN Server and 1 Easy VPN Client). Thanks in advance.

    I don't think it is possible. Following links may help you
    http://www.cisco.com/en/US/products/ps6120/products_configuration_guide_chapter09186a008068dabe.html
    http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a008071c428.shtml

  • Can IDoc sender and receive system be the same client?

    thanks.
    I think one client can't assign to two logical system.so?

    <i>Can IDoc sender and receive system be the same client?</i>
    yes
    Regards,
    Prateek

  • WDS 2012 R2 - Cannot PXE multiple clients at the same time

    Hello All,
    This is my first post on here so I apologize if this is the wrong place.  I work for a school district and we are implementing WDS 2012 R2.  We've been extremely satisfied with the speeds and ease of use through unattend files.  However, for
    the past month I've been looking for a possible answer to a problem that has plagued us from day one of implementation.
    So here's the problem:
    I have a stand alone WDS server which is not a domain controller and is not our DHCP server.  I have IP helpers and broadcast forwarders setup on the network.  As well as option 66 and 67 in DHCP.  So far so good right!
    Well that's partially right.  When we boot one client at a time to the WDS server.  Everything works as intended.  We can TFTP the necessary files from the WDS server.  Everything boots up and we're off and running.
    However, if we boot up two or more clients at the same time.  The WDS server never responds to the traffic.  The clients get their DHCP information.  They start the referral and download from the WDS server, but get no response.  I'm
    really hoping that someone on here would have some insight of something I can try.  I've about exhausted my list of peers and contacts.  They're all stumped as well and were smart enough to stay with 2008 WDS.
    I would prefer to stick with 2012 R2 since it's setup and working for the most part.  With only this one hiccup.
    Thanks in advance for any guidance!

    Hello Daniel,
    I appreciate the reply and apologize for taking so long to get back to this.   Things have been a little hectic over here.
    I have tried everything on this forum and I am still unsuccessful in PXE booting multiple clients at the same time.
    Multicast is enabled on the server, and it works for the clients.  However, as stated in the original post.  I cannot boot multiple machines at the same time.  I can start them from the image selection screen around the same time though.  So,
    that appears to be working fine.

  • Can installing Oracle 11g on a client in the same network as another implementation cause problems?

    Hi, I have a running Oracle 11g r2 installation running.  Same network, different subnet.  I want to install 11gR2 for development/testing on another machine not connected in any way to the other system other than they are on the same network (different subnet).
    Is there anything that happens over the network that can screw something up?  I do not want to interfere with my existing implementation in production.

    Multiple installations of Oracle don't react like multiple ex-wives at a will reading
    However if you need to access both production and development instances from the same client you probably want to have a different names for each instance e.g. XXXDEV vs. XXXPRD to easily check which instance you are connecting to.

  • Different Service Desks in different clients in the same Solution Manager?

    Hi
    Is it possible to place different Service Desks in different clients in the same Solution Manager?
    Concrete we plan the following  scenario:
    - Division 1
      -- System 1,2,3, etc.
      -- Service Desk  in client 100
      -- Monitoring for the whole trust in client 050 (still exists)
    - Division 2
      -- System 4,5,6, etc.
      -- Service Desk in client 200
      -- Monitoring for the whole trust in client 050 (still exists)
    Is it possible to realize this scenario or are there any restrictions?
    Thanks & Regards
    Andreas
    Edited by: Andreas Städler on Mar 19, 2008 5:52 PM
    Edited by: Andreas Städler on Mar 19, 2008 5:54 PM

    hi Neil
           did u solve the problem still Struck  let me know
         we can access the same iview  n no of  clients. let me know any do u have any queries and other infomation
    bvr
    Edited by: bvr on Dec 2, 2008 6:32 AM

Maybe you are looking for

  • Multiple blog summary pages

    I'm creating a new website for sharing news and photos for my family. I want to use the iWeb blog for my entries and plan to do some customization of my site through HTML snippits, iFrames, etc. I've been reading quite a bit on this forum and other u

  • Oracle RAC requires ODP?

    I am starting a new project with the following scenario: .Net 2.0 web application accessing Oracle RAC (64 bits) using Data Access Application Block. I would like to know if it is required to use ODP to access Oracle RAC or Microsoft Oracle Data Prov

  • HT3702 i have an unauthorized purchase on my itunes account

    How do I remove or delet an unauthorized purchase on my itunes account?

  • IMac broken, Power Supply replacement?

    My 13 months iMac G5 20" 2GHz shut down all the time.. mostly within 10 minutes after booting. A friend of mine had the same problem 2 months ago. Apple replaced his Power Supply for free since the guaranty is 12 months. My machine is one month past

  • Propagation between two type raw  queues

    Good day. I want to enable propagation between two type raw queues - according to documentation: http://www.stanford.edu/dept/itss/docs/oracle/10gR2/server.102/b14257/aq_intro.htm#CHDCEFBD - "+Propagation of Messages with LOBs+ +Large Objects can be