Guide on how to setup/configure a cluster of v10 app servers? BPEL + Jdev

I am planning to run a cluster of 2 app servers instead of currently a stand alone App server
for BPEL processes. Is there a guide/tutorial about how to configure the app servers so that they run as a cluster?
This guide show cover necessary adjustments in BPEL source code and in JDeveloper (deployment) as well.
Peter
Edited by: user559463 on Aug 3, 2010 10:42 AM

Hi
A good usefull guide is the one
http://orasoa.blogspot.com/2009/04/soa-cluster-installation.html
kind regards
Michel

Similar Messages

  • I want to know how to setup the logicaladdress (cluster+HA+oracle)

    I want to know how to setup the logicaladdress (cluster+HA+oracle)

    Please have a look at:
    http://docs.sun.com/app/docs/doc/819-0703/6n343k6g0?q=SUNW.LogicalHostname&a=view
    for how to add a Logical Hostname Resource to a Resource Group (in that case the RG where you configrued ha oracle for).
    There is nothing special for HA oracle on that part.
    If you configure your oracle_listener resource for that specific logical hostname resource, then you should configure a dependecy from the oracle_listener to the LH.
    By default the RG will have property Implicit_network_dependencies set to true, which should be enough.
    If this property is false, I recommend adding the LH resource name to the Resource_dependencies property of the oracle_listener resource.
    For a general overview I recommend reading:
    http://docs.sun.com/app/docs/doc/819-0703/
    Greets
    Thorsten

  • How to setup the SMTP server in Oracle apps?

    Hi,
    How to setup the SMTP server in Oracle Apps? Is it mandatory to keep the SMTP server on the same host where the Oracle data base is installed? Also can someone help how we can set up the SMTP server on different host (not the Database server) and we can use the same for Workflow notification mailer.
    Thanks,
    Bijoy
    Edited by: user12070886 on Feb 6, 2013 4:26 AM
    Edited by: user12070886 on Feb 6, 2013 4:27 AM

    How to setup the SMTP server in Oracle Apps? Is it mandatory to keep the SMTP server on the same host where the Oracle data base is installed? No, it is not mandatory. Also please note that the mails are sent out from concurrent manager mode. Not from the database node.
    Also can someone help how we can set up the SMTP server on different host (not the Database server) and we can use the same for Workflow notification mailer.
    >
    It depends on the operating system you are using. If you are using *nix then sendmail needs to be configured.
    Thanks

  • Federated Portal Network how to setup, configure, requirements

    Hi
    We are reading and understanding the Federated Portal Network.
    I got understood of the fundamental concept of sharing data or content by the networked portal .. etc..
    But I want to know more on FPN,
    how to setup?
    how to manage?
    any configurations we have to do?
    what are the requirements in terms of software/hardware etc...
    if there is any detailed document, please help me on that.
    I have already gathered few docs from help.sdn and snd forums. but setup, configuration, maintain, requirements .. still on mess in my mind.
    I want to have any doc with is precise and clear to understand.
    Please helpme out..
    Thanks in advance
    Regards
    Kiran Jakkaraju
    Wipro Technologies.

    Hi Kiran,
    You should be able to find the answers to the questions you posted in the FPN documentation set on teh SAP Help Portal, which you can find here: <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/5b/9f2d4293825333e10000000a155106/frameset.htm">http://help.sap.com/saphelp_nw2004s/helpdata/en/5b/9f2d4293825333e10000000a155106/frameset.htm</a>.
    Note that the documentation assumes you have prior portal experience. The solution is based on NW2004s.
    If you have any comments (good and bad) about the documentation feel free to post to this thread.
    Regards,
    Michael

  • How to setup Proxy for Java Web Start App ?

    I'm having trouble getting Java Web Start to work.
    at... http://java.sun.com/docs/books/tutorial/uiswing/14start/compile.html
    It tell me...
    To test whether your browser can launch an application using Java Web Start, click this link.
    http://java.sun.com/docs/books/tutorialJWS/uiswing/14start/example-1dot4/HelloJWS.jnlp
    I do that & see Java Web Start try to start but get message...
    Java Web Start - Invalid Argument
    Unable to launch specified application
    An error occurred while launching/running the application.
    Category: Invalid Argument error
    Could not load file/URL specified: C:\Documents and Settings\Will\Local Settings\Temporary Internet Files\Content.IE5\OP8RSBCV\HelloJWS[1].jnlp
    Then... http://java.sun.com/docs/books/tutorial/information/javawebstart.html tells me...
    "This situation usually happens when your browser and your copy of Java Web Start have different proxy settings."
    I click Start | Programs | Java Web Start | Java Web Start,,, then click File | Preferences | General
    My choices are... Proxies: None   User Browser _ Manual (User Browser grayed out)
    If _ Manual checked then I get...
    HTTP Proxy ______
    HTTP Port _______
    I'm running XP Pro via Wi Fi to a Linksys Wi Fi router to a cable modem... I'm also running Zone Alarm (tried turning it off but no luck)
    I don't know how to set up the Proxy stuff... can any one please help me get this set up.
    thanks - Will

    OK, on my XP Pro system I went to...
    Start IE -> Control Panel -> Internet Options -> Connections -> Lan Settings -> Proxy Settings
    This is my 'Local Area network (LAN) Settings panel...
    - user Proxy server for LAN is checked
    - Address is blank
    - Port is blank
    So do I plug something in here... the ip address of my linksys wi-fi router and a port number or what?
    My Java Web Start Preferences won't let me click 'Use Browser' only None or Manual
    If I click Manual, I don't know what to plug into the HTTP Proxy and HTTP Port fields...
    I tried the ip address of my router... thinking it may have a built in Proxy Server... and port 8080 as indicated by the Help page for the Java Web Start... but no luck.
    I really appriceate any help on this...
    thanks - Will

  • How do I configure to use X windows apps like "ssh -X" or Tk?

    I am trying to configure my machine as an X windows server so that I can use X programs remotely via "ssh -X" or run local Python scripts that use Tk. I'm currently unable to do this an am not sure what I'm doing wrong.
    I have set my DISPLAY=".0". If I run xterm in a shell I get the following error:
    $ xterm
    xterm Xt error: Can't open display: .0
    Similarly, if I run a simple Python script that tries to create a Tk app I get the following error:
    $ ./tk.py
    Traceback (most recent call last):
    File "./tk.py", line 6, in ?
    root = Tk()
    File "/sw/lib/python2.4/lib-tk/Tkinter.py", line 1569, in _init_
    self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use)
    _tkinter.TclError: this isn't a Tk applicationcouldn't connect to display ".0"
    If I try to run X-windows apps remotely via "ssh -X" it doesn't work (e.g. emacs still shows up in the terminal window).
    What do I have to do to set this up?
    Does anyone have a pointer to a detailed tutorial about setting the DISPLAY variable on UNIX. For example, one saying what the format of the value is. (You'd think this would be all over the internet, but I'm having a hard time Googling one up.)
    Thanks.
    MacBook   Mac OS X (10.4.8)  

    "ssh -X" into a remote machine still
    doesn't work though.
    Because you need to use -Y (as someone already mentioned)
    Please don't be upset at a blunt comment, but you can't get XDarwin without installing it.
    However, you mention having fink. I would guess that you used fink to install something else that needed X Windows, and fink installed XDarwin for you. It would have asked you if you wanted to install dependencies and you would have said yes. If this is what happened, it happened because you hadn't first installed the X11 user package from your installation CD.
    If it were my machine I would do the following: (1) remove any fink packages that require X windows, including XDarwin. (2) install X windows from the Apple CD. Install the X windows development package also. (3) reinstall the fink packages. fink should notice you have Apple's X Windows, and use it.
    Then, when you start up Apple's X11 (which is in the Utilities folder, as someone else mentioned), you are starting up an X server, which is what you wanted in the first place. It will bring up a xterm window or two, as did XDarwin. In one of those use ssh -Y. Not -X. Use -Y. A while back, Apple upgraded to a more recent version of ssh, and everyone who had been using -X had to change to -Y.
    You should not have to set DISPLAY. Not on the local machine, not on the remote machine. The ssh -Y command takes care of it for you on the remote machine. On the local machine it's already set for you when you start up X11. (Maybe if you run Terminal, and try to start X windows client apps from there you need to, but I never do it that way, so I can't say for sure. Some people prefer it that way.)
    What's in Apple's X11 is essentially the same as what's in XDarwin. There may be some subtle differences, but I don't know what they are. The main thing is that it's confusing to have both installed.

  • How can I configure Lion server or mail.app to show IMAP subfolders with mailboxes?

    I'm sure we've all seen the weird IMAP glitch where mail subfolders appear down lower on the mail.app pane instead of nested neatly under the mailbox itself.  Usually you can get around this by changing the Inbox IMAP prefix to "" or "INBOX" or "/" or some such path that the server recognizes as the root path to your IMAP folder.  Unfortunately, this sometimes means you are unable to work with those folders or introduce other problems.
    Since I am running Lion (Client) and Lion Server as my mail host, I would think that there is an appropriate answer to this either on the mail.app client settings, or perhaps with a Lion Server configuration through DOVECOT.  I don't mind if the solution is a command-line one, but I need to be able to easily set up my mailboxes so that mail subfolders appear properly under each mailbox, instead of being hidden away lower on the page where it is very inconvenient to find, especially when you are using multiple email accounts.
    Client Machine Lion 10.7.3
    Server Machine Lion Server 10.7.3
    Please Help!!!!

    I've tried editing /etc/dovecot/conf.d/10-mail.conf on Lion Server to add the following:
    namespace private {
      type = private
      separator = /
      prefix = INBOX/
      inbox = yes
    This puts me in a catch-22:
    If I leave the "IMAP Path Prefix" setting in the account Advanced tab empty, I can see the subfolders and move messages in and out of them, but can't add or edit the folders or heirarchy.
    If I set the "IMAP Path Prefix" to "INBOX" I can add and edit subfolders, but they don't appear nested under my inbox.
    Please help!

  • How to find SQLServer Virtual Cluster name for multiple servers?

    Hi Team,
    I have a huge clustered environment and have a document that shows all the Physical Node Names in the clusters. But unfortunately we do not have the Virtual Server Names. I know, we can only connect to SQL through Virtual Name so I would like to know if there
    is an automated way to find the Virtual Cluster Names (or SQL Server Name). Like using PowerShell or other programming languages. I have tried looking at several forums but did that did not help. 
    Some points to think: 
    1) I know we can look it up by opening Failover Cluster Manager (FCM) but I have hundreds of servers. So that doesn't really help :( 
    2) I have tried Get-ClusterResource cmdlet in Powershell, it gives all the resources that are running but not the name. Like it gives "SQL Server  (MSSQLSERVER)" and not the name.
    3) Also I know we can find out using tsql command, SELECT SERVERPROPERTY('SERVERNAME') but again I cannot connect to SQL without the Virtual Name :)
    I am pretty sure there should me a way to find it out using scrips since we are able to know it using GUI (FCM).
    Really appreciate your help !!

    Hi,
    In addition, you can find the names of the Cluster , Individual Node Names and SQL Virtual Server Names in the registry. Use the PowerShell command to retrieve registry key values.
    The following keys can be used to get the information:
    Virtual Server Name
    HKEY_LOCAL_MACHINE\CLUSTER\ClusterName
    Node Names
    HKEY_LOCAL_MACHINE\CLUSTER\NODES\1\NodeName
    HKEY_LOCAL_MACHINE\CLUSTER\NODES\2\NodeName
    SQL Virtual Server Name:
    HEKY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\MSSQLSERVER\CLUSTER\ClusterName
    Additional information:
    http://blogs.technet.com/b/heyscriptingguy/archive/2012/05/11/use-powershell-to-enumerate-registry-property-values.aspx
    Thanks.
    Tracy Cai
    TechNet Community Support

  • How to Setup Flash Builder ActionScript only project for iPad?

    Hello!
    Can someone give a short guide on how to setup an ActionScript only prject in flash builder such that it can be compiled using adt and deployed to the iPad?
    i created successfully iphone games using FlashIDE and PFI.
    now I'd like to create an iPad app using Flash Builder (ActionScript only). but I fail to load the compiled IPA to the ipad, keep getting different errormessages thus i think something with my projectsetup is wrong

    Yes, in Terminal you type a single line which is made from the path to the adt application, some parameters, and paths to other documents. Here's the full list of things:
    /Location/to/AdobeAIRSDK_2.6/bin/adt
    -package
    -target ipa-test
    -provisioning-profile /Location/to/Provision.mobileprovision
    -storetype pkcs12
    -keystore /Location/to/Certificates.p12
    -storepass password
    NameOfApp.ipa ApplicationDescriptor-app.xml
    -C /Location/to/swf  NameOfApp.swf
    splashscreens
    icons
    That "-C" line is clever, it does a directory change to the folder you give it, so after the -C /location/to/swf part it will then look in that same folder for other documents, and for where to build the IPA file.

  • OpenSSH: How to setup non-interactive SSH/SFTP/SCP

    Hi,
    Anyone has any idea how to setup/configure OpenSSH on Solaris (Client) & Windows (Server) for sftp/scp transfer in non-interactive host-based authentication.
    I need to setup this for secure file transfer from a solaris client to a windows server without having to enter a password. My external script will run in crontab to tap on sftp/scp for file transfer.
    Pls advise. thanks.

    I'd go for key-based authentication and simply don't provide a password for the key. You're on your own about how to implement this on Windows, so far I wasn't even aware Windows had a SSH service.

  • How to  setup PO automated email

    Hi hussein/helios,
    Our client want to automate PO email to suppliers. Can you give me docs on how to setup/configure EBS PO module to connect to the email server?
    Thanks a lot in advance....
    MsK

    Hi yxes;
    I found this command to test email on linux>
    # cat test.txt| mail -s "test mail" [email protected]
    On linux we are using sendmail which is comes wiht linux. You have to make some adjustment on it to can send email
    Please follow below steps:
    1. edit /etc/mail/sendmail.cf << PART:
         # "Smart" relay host (may be null)
         DSulak.EXCHANGE SERVER NAME
    2. edit /etc/resolv.conf
         search EXCHANGE SERVER NAME
         nameserver 10.x.x << Dns server
    3. edit /etc/mail/ trusted-users and add below to this file
    root
    daemon
    uucp
    4. check services
         ps -elf|grep mail
    if its not running
         service sendmail start
    5. test to send mail
         mail -s "test" [email protected] < trusted-users
    Regard
    Helios

  • How to configure sendmail to use multiple LDAP servers ?

    Hi everybody!
    I have a sendmail running on Solaris 10 and a LDAP server(192.168.1.9) also running Solaris 10 OS. I have configured the sendmail the following way:
    bash-3.00# ldapclient list
    NS_LDAP_FILE_VERSION= 2.0
    NS_LDAP_BINDDN= cn=proxyagent,ou=profile,dc=email,dc=reso,dc=ru
    NS_LDAP_BINDPASSWD= {NS1}*********************
    NS_LDAP_SERVERS= 192.168.1.9
    NS_LDAP_SEARCH_BASEDN= dc=email,dc=domain,dc=ru
    NS_LDAP_AUTH= simple
    NS_LDAP_SEARCH_REF= FALSE
    NS_LDAP_SEARCH_SCOPE= sub
    NS_LDAP_SEARCH_TIME= 30
    NS_LDAP_CACHETTL= 43200
    NS_LDAP_PROFILE= default
    NS_LDAP_CREDENTIAL_LEVEL= proxy
    NS_LDAP_BIND_TIME= 10
    I also have another LDAP server (IP 192.168.1.10). It is configured as a replicant of the 192.168.1.9 LDAP server.
    The question is how can i configure sendmail to use both LDAP servers ?
    The man pages explain how to configure ldapclient to use ONE server and what if want to use two or more? All the settings and the profiles the same.
    Thanks in advance =))

    Hi!
    To add LDAP servers to the Solaris ldapclient, you might use the ldapclient command:
    ldapclient manual -v -a defaultServerList="servera.yourdomain.com serverb.yourdomain.com"
    But this is only failover, AFAIK the Solaris ldapclient does not perform loadbalancing by itself.
    But I am not sure about your sendmail programm. Normally, sendmail has its own configuration
    and can be configured to use LDAP e.g. for aliases etc.
    Regards!
    Rainer

  • How to setup SSL cert for SharePoint apps in a three tier farm with nlb

    I am having trouble understanding how to setup the SSL certificate on SharePoint apps or in general its configuration

    Please check the below thread..
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/53465d30-10b2-48c9-9541-5ade738156b4/how-to-setup-ssl-cert-for-apps
    Don't forget to mark it as an Answer if it resolves your issue and Vote Me as helpful if it useful.
    Mahesh

  • How do I configure ACE30 to allow server to server and server to VIP communications

           I have a ACE30 with 2 client vlans and 2 server vlans in a 2-arm routed mode.  I want to allow  server initiated traffic from either server vlan to access both client vlans via a VIP and also allow server to server traffic between the 2 server vlans via the server IP address.  This is all in a single context. Attached is a diagram of the environment.  The server's gateway is the ACE interface for that particular vlan.
    so servers on vlan 206 will initiate traffic to either vlan 296 or 298 and therefore load balance to servers on either vlan 206 or 216.  same goes for server vlan 216. 
    In conjunction with that how do i configure the ACE so that the servers in one vlan can talk to the servers in the other via directly via their IP address.  for instance the source would be vlan 206 and the destination would be vlan.
    Thank you
    Tony.

    Chris,  does this look correct based on your description of how to configure:
    class-map match-all REAL-SERVERS-VL226
      2 match source-address 10.192.34.0 255.255.255.0
    class-map match-all REAL-SERVERS-VL246
      2 match source-address 10.192.44.0 255.255.255.0
    policy-map multi-match INTRA-server_P
      class LYNCP2F_C
        loadbalance vip inservice
        loadbalance policy LYNCP2F_P
        loadbalance vip icmp-reply active
        nat dynamic 5 vlan 246
      class LYNCP-FE_C
        loadbalance vip inservice
        loadbalance policy LYNCP-FE_P
        loadbalance vip icmp-reply active
      class REAL-SERVERS-VL226
         nat dynamic 1 vlan 226
      class REAL-SERVERS-VL246
         nat dynamic 2 vlan 246
    interface vlan 226
      description Intranet Services Server Vlan 226
      ip address 10.192.34.2 255.255.255.0
      alias 10.192.34.1 255.255.255.0
      peer ip address 10.192.34.3 255.255.255.0
      no icmp-guard
      access-group input ALL-IN
      nat-pool 1 10.192.34.254 10.192.34.254 netmask 255.255.255.0 pat
      service-policy input INTRA-server_P
      no shutdown
    interface vlan 246
      description Intranet Services Server Vlan 246
      ip address 10.192.44.2 255.255.255.0
      alias 10.192.44.1 255.255.255.0
      peer ip address 10.192.44.3 255.255.255.0
      no icmp-guard
      access-group input ALL-IN
      nat-pool 2 10.192.44.254 10.192.44.254 netmask 255.255.255.0 pat
      service-policy input INTRA-server_P
      no shutdown
    interface vlan 292
      description Intranet Services Client Vlan 292
      ip address 10.192.8.4 255.255.254.0
      alias 10.192.8.6 255.255.254.0
      peer ip address 10.192.8.5 255.255.254.0
      mac-sticky enable
      no icmp-guard
      access-group input ALL-IN
      no shutdown
    interface vlan 294
      description Intranet Services Client Vlan 294
      ip address 10.192.6.4 255.255.254.0
      alias 10.192.6.6 255.255.254.0
      peer ip address 10.192.6.5 255.255.254.0
      mac-sticky enable
      no icmp-guard
      access-group input ALL-IN
      no shutdown

  • SharePoint Foundation 2013 - Search Configuration Issue - 2 App Servers and 2 Front-End Servers

    Hi, 
    We have a SharePoint Foundation 2013 with SP1 Environment. 
    In that, we have 2 Front-End Servers and 2 App Servers. In the Front-End Servers, the Search Service is stopped and is in Disabled state and in the 2 App Servers in One App Server, Search is Online and in another Search is Starting but goes to Stopped sooon
    after.
    Originally, we had only 1 App Server and we were running our Search Service and Search Service Application in that. Now since the index location became full and we were unable to increase the drive there, we added one more App Server and now the issue is
    Search is not properly getting configured in either of these App servers. What we want to do is run Search only in the new App Server, because we have a lot of storage space for Index locations here, but in the older App Server, not run Search at all.  We
    tried keeping the Search Service disabled and ran the below PowerShell Scripts, but none of the ones are working. These scripts are creating the Search Service Application, but the error of "Admin Component is not Online", "Could not connect
    to the machine hosting SharePoint 2013 admin component" is coming up. 
    http://www.funwithsharepoint.com/provision-search-for-sharepoint-foundation-2013-using-powershell-with-clean-db-names/
    http://blog.falchionconsulting.com/index.php/2013/02/provisioning-search-on-sharepoint-2013-foundation-using-powershell/
    http://blog.ciaops.com/2012/12/search-service-on-foundation-2013.html
    Can I get some help please?
    Karthick S

    Hi Karthick,
    For your issue, could you provide the
    detail error message of ULS log  to determine the exact cause of the error?
    For SharePoint 2013, by default, ULS log is at      
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS
    For troubleshooting your issue,  you can try to run the SharePoint Products Configuration Wizard on your WFE servers and run the script for configuring the search service on SharePoint
    Foundation:
    [string]$farmAcct = "DOMAIN\service_Account"
    [string]$serviceAppName = "Search Service Application"
    Function WriteLine
    Write-Host -ForegroundColor White "--------------------------------------------------------------"
    Function ActivateAndConfigureSearchService
    Try
    # Based on this script : http://blog.falchionconsulting.com/index.php/2013/02/provisioning-search-on-sharepoint-2013-foundation-using-powershell/
    Write-Host -ForegroundColor White " --> Configure the SharePoint Foundation Search Service -", $env:computername
    Start-SPEnterpriseSearchServiceInstance $env:computername
    Start-SPEnterpriseSearchQueryAndSiteSettingsServiceInstance $env:computername
    $appPool = Get-SPManagedAccount -Identity $farmAcct
    New-SPServiceApplicationPool -Name SeachApplication_AppPool -Account $appPool -Verbose
    $saAppPool = Get-SPServiceApplicationPool -Identity SeachApplication_AppPool
    $svcPool = $saAppPool
    $adminPool = $saAppPool
    $searchServiceInstance = Get-SPEnterpriseSearchServiceInstance $env:computername
    $searchService = $searchServiceInstance.Service
    $bindings = @("InvokeMethod", "NonPublic", "Instance")
    $types = @([string],
    [Type],
    [Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool],
    [Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool])
    $values = @($serviceAppName,
    [Microsoft.Office.Server.Search.Administration.SearchServiceApplication],
    [Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool]$svcPool,
    [Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool]$adminPool)
    $methodInfo = $searchService.GetType().GetMethod("CreateApplicationWithDefaultTopology", $bindings, $null, $types, $null)
    $searchServiceApp = $methodInfo.Invoke($searchService, $values)
    $searchProxy = New-SPEnterpriseSearchServiceApplicationProxy -Name "$serviceAppName - Proxy" -SearchApplication $searchServiceApp
    $searchServiceApp.Provision()
    catch [system.exception]
    Write-Host -ForegroundColor Yellow " ->> Activate And Configure Search Service caught a system exception"
    Write-Host -ForegroundColor Red "Exception Message:", $_.Exception.ToString()
    finally
    WriteLine
    ActivateAndConfigureSearchService
    Reference:
    https://sharepointpsscripts.codeplex.com/releases/view/112556
    Thanks,
    Eric
    Forum Support
    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 Subscriber Support, contact
    [email protected].
    Eric Tao
    TechNet Community Support

Maybe you are looking for

  • Does health app work in airplane mode - iPhone 6

    I am going to be overseas for the next week and will have my iPhone in airplane mode most of the week so I do not have to pay roaming cellular or data charges.  Will my iPhone 6 still tracks my steps in the Health app?

  • Connect By prior with condition

    i have a table employee with following fields EMPLOYEEID, MANAGERID, ISPOOL i have following query select employeeid MID , level LVL from employee connect by prior employeeid=managerid and working=-1 start with employeeid =1 i need to change it so th

  • Dynamic table linking to text file

    Access 2013.accdb A large quantity of text files will be arriving to the user.  They will all have the same fixed width format, but their file names will vary, and their stored location. The data needs to be appended into Table1 I am thinking this ap

  • New tab strib in SC item detail

    Hi all, Maybe we have somebody who can answer this question. i have this problem. I want to add in SRM in a View on a shopping cart on item level, 1 additional tab strip. How it is possible ? Are there any BADIs that can be used. Which is the best wa

  • 2 week old MacBook Pro Battery

    My new MacBook 13" Pro Battery Capacity has dropped from Design Capacity 5770 to Max Capacity 5380. Is this normal or does the battery need to be changed???