FMIS 3.5: Sending X-Forwarded-For to HTTP Proxy?

Currently, I'm running Flash Media Server 3.5 with it proxying unknown requests (via setting HTTPPROXY.HOST) to an Apache webserver that's currently running a CGI process.  However, it seems that when FMS proxies that connection to Apache, it currently does not provide Apache an X-Forwarded-For header at all, so all I see from Apache logs are connections coming from localhost. 
Is there any way to have FMS add an X-Forwarded-For header to proxied requests sent to Apache?

For your information, the serial keys that are added through administration console gets added to the 'LicenseInfoEx' tag of Server.xml.
Regards,
Janaki L

Similar Messages

  • How to determine the sender business system for ABAP client proxy

    Hi All,
    I have one doubt: when the client proxy sends the message to XI, how could i know what is the sender business system name for it?
    Is it the logical system which is reflected in Technical System?
    let's say if i have the ABAP system, the technical system is ECC, which has three clients: 001, 066 and 000.
    And the client 001's logical system in ECCCLNT001 (all the client proxy is created in this client). In this case, the sender business system name is ECCCLNT001, am i right?
    If no, please correct me.
    Thanks in advance
    Leo

    Hi lawrence
    When data is distributed between different systems, each system within a network has to be clearly identifiable. The u201Clogical systemu201D deals with this issue.                               
    A logical system is an application system in which the applications work together on a common data basis. In SAP terms, the logical system is a client.
    Since the logical system name is used to identify a system uniquely within the network, two systems cannot have the same name if they are connected to each other as BW systems or as source systems, or if there are plans to connect them in any way.
    Although SAP does not recommend that you connect test systems to production systems, a test system can have the same name as a production system. This makes copying production systems to test systems a lot simpler.
    You are only allowed to change the logical system name of a system if the system is not connected to any other systems, because changing the logical system name would render all the connections to other systems useless.
    Logical system names must contain capital letters and numbers only. SAP recommends the following naming convention for logical system names: <System-ID>CLNT<Client>.
    Regards
    sandeep

  • Configuring CF10 to use X-forwarded-for instead of remote_addr

    I am using an AWS instance behind a load balancer with NAT. It has its advantages, but one of its disadvantages is the remote_addr coming through is the remote_addr of the ELB.
    http://leaguemanager.playerspace.com/test.cfm
    What I'm trying to do is trick or configure the CF10 Administrator > Debugging and Logging > Enabled Request Debugging Output to use the x-forwarded-for as opposed to the remote_addr so I can use server debugging without that information being made visible to the public.
    Is this possible by, say, modifying a file somewhere, to have the IP addresses set in Debugging and Logging > Debugging IP Addresses to be matched with the true client's personal IP (x-forwarded-for)?
    JS

    Never mind, I figured it out.
    c:\coldfusion10\cfusion\runtime\conf\server.xml
    Added
    <Valve className="org.apache.catalina.valves.RemoteIpValve" protocolHeader="X-Forwarded-Proto" remoteIpHeader="X-Forwarded-For" protocolHeaderHttpsValue="https" />

  • Cannot send or forward email from Apple products since last update

    Since my last Apple update I am  unable send or forward mail from my ipad or iphone.  Because I can send / forward from my PC and webmail my email provider advises the issue is an Apple problem and that their tech support line has had numerous similar complaints.  I have hunted through settings and on-line with no success to date.  Any suggestions?

    suggest you delete the mail account, then re enter it.  But first, masker sure to check google for the current settings for their email set up.  sometimes they change server names or ports.  Existing accounts are not affected - but when you do a system update, the pad tries to initialize the account as new (as far as their servers are concerned) and if you are not using the current server names, it won't work.  (You using yahoo by any chance?)

  • BPM and ALEAUD Response - Looking forward for help

    Hi ,
    I tried the using the concepts from the blog (/people/mitesh.parekh/blog/2008/12/01/receiving-aleaud-as-acknowledgment-in-ccbpm)where i have the Message ID which entered into BPM
    but not the message Id which triggered the IDoc send . I think i m missing some small detail where i need to capture the send step MSG Id
    i'm aware that its not possible to get the Msg id in BPM . How is that ABAP Mapping in the above blog captures the message id ?
    TRY.
    l_msgid_ref = param->get(
    IF_MAPPING_PARAM=>MESSAGE_ID ).
    catch CX_SY_REF_IS_INITIAL into oref.
    endtry.
    Alternatively one more thread has some info
    if someone can let me know where you can get this SourceDocNum would be great in this RFC Look up . in the thread Re: Idoc Acknowledgements and BPM.
    "<?xml version=\"1.0\" encoding=\"UTF-8\"?><ns0:RFC_READ_TABLE xmlns:ns0=\"urn:sap-com:document:sap:rfc:functions\"><DELIMITER/><NO_DATA/><QUERY_TABLE>IDXRCVPOR</QUERY_TABLE><ROWCOUNT/><ROWSKIPS/><DATA><item><WA/></item></DATA><FIELDS><item><FIELDNAME>SNDLAD</FIELDNAME><OFFSET/><LENGTH/><TYPE/><FIELDTEXT/></item></FIELDS><OPTIONS><item><TEXT>IDOCNUMBER EQ &apos;"
    + SourceDocNum
    + "&apos;</TEXT></item></OPTIONS></ns0:RFC_READ_TABLE>";
    Since i do not have the Message ID it just creates the below payload from my mapping
    This is the request being sent out using the ABAP Mapping as the Messgae ID is null .
    <?xml version="1.0" ?>
    - <ns0:ZALEAUDIT4XI xmlns:ns0="urn:sap-com:document:sap:rfc:functions">
    <S_DOCNUM>0000000000000000</S_DOCNUM>
    <S_MESTYP />
    <S_SNDSYS />
    <S_UPDDAT>00000000</S_UPDDAT>
    </ns0:ZALEAUDIT4XI>
    Looking forward for Help .
    Edited by: Priyalakshmi Bhuvanendran on Aug 8, 2009 2:28 AM

    Can someone help one the ALEAUD Response - IDOC Capturing Problem . I would appreciate your help . Thanks

  • CSS 11501 Load Balancing with X-forwarded-for

    Hi,
    We have a pair of CSS 11501,
    Currently it is using source ip for load balancing and 5 servers as backend , however we have users loggin in using http and based on its source IP (ISP PROXY) , it is forwarded to SERVER A.
    However, we have a SSL page and when the client switches over to SSL , it is forwarded to SERVER B/C/D/E  based on its source IP ( REAL CLIENT IP) .
    This will cause the user to be terminated as the 5 servers are independent and not running in a cluster.
    Is there any way that we can use the X-Forwarded-For address to load balance so that when users loging , they are sent to SERVER A (Based on X-Forwarded-For Header IP which translate to REAL CLIENT IP).
    This way we are able to also send it back to the same server when it uses SSL.
    I believe that we should be able to load balance using X-Forwarded-For IP or to rewrite the X-Forwarded-For IP into client source IP
    Regards

    Hi,
    Unfortunately CSS does not support X-Forwarded-For, and even if CSS supports that, this wont work if you are not using SSL termination.
    One option that you can use here, is using SSL termination, so you can manage the SSL traffic on HTTP on the CSS, in this way you can use the same HTTP content rule which is the one currently working.
    In summary, you will have an SSL content rule that will decrypt the traffic, and this one will use the same content rule that already exist for HTTP, in case that the server is the one doing the redirect to SSL, but this is something that requires testing since depending on the redirect behavior we might have a redirect loop, but without details it is kind of hard to confirm that you will face this with this option.
    Another option, which is less complex, is to use a portless content rule, so this content rule will match port 443 and 80 at the same time, and using sticky or balance based on source IP, you will get the same result with less config. The downside is the troubleshooting, but in this way you will have what you want.
      content HTTP-HTTPS
        vip address 10.198.44.70
        advanced-balance sticky-srcip
        add service server1
        add service server2
        add service server3
        add service server4
        add service server5
        protocol tcp
        active
    Here the content rule is not looking for the destination port, it is just looking for the source IP, and HTTP and HTTPS will end all the time on the same server.
    Thanks,
    Rodrigo

  • Blackberry Travel keeps sending me notifications for travel not my own (2 or 3 a day or more).

    Blackberry Travel keeps sending me notifications for travel not my own (2 or 3 a day or more).

    Just noticed this the other day myself. I don't know when it actually occurred. Doesn't seem to be repeating. In my case on two different days with all day calendar entries for trips added by BlackBerry travel, and single air travel legs that appeared independent of the trip destinations. The information was not in BlackBerry Travel. It looked like BlackBerry travel burped out a few trip fragments from somewhere and put them in my calendar.
    If I could scroll continuously forward in agenda mode in calendar I would look for other bogus trip entries. For now I'm not going to bother.
    - Ira

  • Sticky using X-Forwarded-For

    Hello,
      I have a back-end ACE which needs to create a sticky based on a header value. The  X-Forwarded-For header is perfect as it indicates the original client ip.  There is a front end ACE which is setting the header correctly.
      My goal is to have the sticky associate every subsequent request originating from the same client ip (X-Forwarded-For value) to go to the same backend server.  This application opens multiple sessions and they all need to go to the same backend server.
      Does anyone have an example of what that backend ACE config would look like?

    Hi Joseph,
    If I understood you correctly, you now configured the ACE to insert a header with the client IP in it. Am I right? If so, this is not going to work
    For stickiness to work properly, you would need to ensure that the client (or the proxy before the ACE) is inserting a string on the request that remains constant throughout all the connections from a single client. The moment this string changes, the ACE will no longer be able to find a valid sticky entry and just send the request to another server.
    If the header stickiness is not working properly due to the changing headers, you could always try using cookie stickiness instead. The ACE can insert a cookie for stickiness purposes, and there is no reason for the client to modify it.
    Daniel

  • Cannot send any attachments in an email, i am able to send and forward.but cannot attach. it tells me silverlight has crashed

    cannot send any attachments in an email, I am able to send and forward. but cannot attach. It tells me that silverlight has crashed

    Edit the outgoing mail server setting to be the same for both.
    Your outgoing mail server is dependent on your internet access provider (the one giving you the juice to the internet). Many block outgoing mail servers that do not belong to them, unless you specify password authentication, and port of the outgoing mail server. The port of many outgoing mail servers is either 2662, or 587, or 2626. Try each and see which one works with password authentication. Note the password you would use is the same for checking mail at that server.

  • Since installing Mountain Lion I cannot access my address book whentrying to send or forward an e-mail. How can I fix this?

    Since installing Mountain Lion I am unable to access my address book when sending or forwarding an e-mail. The insert address link at the top does not function. Previously it would be blue and would respond when clicked on now it does nothing. Is there a fix for this?

    Can you open Contacts and edit, insert, and delete cards, or does it fail to work, also?
    Try the steps I outline here: Re: After Lion upgrade, my addressbook does not work++

  • Why do not Apple send a fix for all fail´s / slow mac`s afther upgrade to Yosemite

    I have upgrade 2 of my Macbook air 11" models. Both have major slow functionality in allmost every programs. slow mail, safari, pages. Allmost nothing of the funksjonalitys can being uses in numbers. Slow functionality when jumping between programs. Allover i have BIG problems with mac for my first time. And why do not Apple send a fix for all fails there is after upgrading to Yosemite. When thousand of users have the same problem with major slow mac`s.
    Here is a test for my mac.
    EtreCheck version: 2.1 (101)
    Report generated 4. desember 2014 kl. 22.48.33 CET
    Hardware Information: ℹ️
      MacBook Air (Verified)
      MacBook Air - model: MacBookAir6,1
      1 1.7 GHz Intel Core i7 CPU: 2-core
      8 GB RAM Not upgradeable
      BANK 0/DIMM0
      4 GB DDR3 1600 MHz ok
      BANK 1/DIMM0
      4 GB DDR3 1600 MHz ok
      Bluetooth: Good - Handoff/Airdrop2 supported
      Wireless:  en0: 802.11 a/b/g/n/ac
    Video Information: ℹ️
      Intel HD Graphics 5000 -
      Color LCD 1366 x 768
    System Software: ℹ️
      OS X 10.10.1 (14B25) - Uptime: 0:12:8
    Disk Information: ℹ️
      APPLE SSD SM0512F disk0 : (500,28 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      Macintosh HD (disk1) / : 496.30 GB (371.41 GB free)
      Core Storage: disk0s2 499.42 GB Online
    USB Information: ℹ️
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store
    Kernel Extensions: ℹ️
      /Applications/Parallels Access.app
      [not loaded]  com.parallels.virtualsound (1.0 18 - SDK 10.6) [Support]
      /Applications/Parallels Desktop.app
      [not loaded]  com.parallels.kext.hypervisor (10.1.1 28614 - SDK 10.7) [Support]
      [not loaded]  com.parallels.kext.netbridge (10.1.1 28614 - SDK 10.7) [Support]
      [not loaded]  com.parallels.kext.usbconnect (10.1.1 28614 - SDK 10.7) [Support]
      [not loaded]  com.parallels.kext.vnic (10.1.1 28614 - SDK 10.7) [Support]
      /Library/Application Support/Kaspersky Lab/KAV/Bases
      [not loaded]  com.kaspersky.kext.kimul.38 (38) [Support]
      /Library/Extensions
      [loaded]  com.silex.driver.sxuptp (1.10.9 - SDK 10.8) [Support]
      /System/Library/Extensions
      [not loaded]  com.devguru.driver.SamsungComposite (1.2.61 - SDK 10.6) [Support]
      [not loaded]  com.freecom.driver.BoulderScsi (1.0.0d1) [Support]
      [not loaded]  com.kaspersky.kext.klif (2.2.1d19) [Support]
      [not loaded]  com.zg.driver.ZGUSBCDCACMData (1.5) [Support]
      [not loaded]  com.zg.driver.ZGUSBMassStorageFilter (1.5) [Support]
      [not loaded]  com.zg.driver.cdc_ecm_qmi (1.9) [Support]
      [not loaded]  com.zg.driver.cdc_usb_bus (1.9) [Support]
      /System/Library/Extensions/ssuddrv.kext/Contents/PlugIns
      [not loaded]  com.devguru.driver.SamsungACMControl (1.2.61 - SDK 10.6) [Support]
      [not loaded]  com.devguru.driver.SamsungACMData (1.2.61 - SDK 10.6) [Support]
      [not loaded]  com.devguru.driver.SamsungMTP (1.2.61 - SDK 10.5) [Support]
      [not loaded]  com.devguru.driver.SamsungSerial (1.2.61 - SDK 10.6) [Support]
    Launch Agents: ℹ️
      [running]  com.brother.LOGINserver.plist [Support]
      [loaded]  com.google.keystone.agent.plist [Support]
      [loaded]  com.oracle.java.Java-Updater.plist [Support]
      [running]  com.parallels.mobile.prl_deskctl_agent.launchagent.plist [Support]
    Launch Daemons: ℹ️
      [loaded]  com.adobe.fpsaud.plist [Support]
      [loaded]  com.google.keystone.daemon.plist [Support]
      [failed]  com.kaspersky.kav.plist [Support] [Details]
      [loaded]  com.macpaw.CleanMyMac2.Agent.plist [Support]
      [loaded]  com.oracle.java.Helper-Tool.plist [Support]
      [loaded]  com.oracle.java.JavaUpdateHelper.plist [Support]
      [running]  com.parallels.mobile.dispatcher.launchdaemon.plist [Support]
      [failed]  com.parallels.mobile.kextloader.launchdaemon.plist [Support] [Details]
    User Launch Agents: ℹ️
      [running]  ca.indev.MailTagsHelper.agent.plist [Support]
      [loaded]  com.facebook.videochat.[redacted].plist [Support]
      [loaded]  com.genieo.completer.download.plist Adware! [Remove]
      [loaded]  com.genieo.completer.ltvbit.plist [Support]
      [running]  com.genieo.completer.update.plist Adware! [Remove]
      [not loaded]  com.macpaw.CleanMyMac.helperTool.plist [Support]
      [not loaded]  com.macpaw.CleanMyMac.trashSizeWatcher.plist [Support]
      [not loaded]  com.macpaw.CleanMyMac.volumeWatcher.plist [Support]
      [loaded]  com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist [Support]
      [loaded]  com.macpaw.CleanMyMac2Helper.scheduledScan.plist [Support]
      [loaded]  com.macpaw.CleanMyMac2Helper.trashWatcher.plist [Support]
      [loaded]  com.parallels.mobile.startgui.launchagent.plist [Support]
    User Login Items: ℹ️
      iTunesHelper  ProgramHidden (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
      fuspredownloader  ProgramHidden (/Users/[redacted]/Library/Application Support/.FUS/fuspredownloader.app)
    Internet Plug-ins: ℹ️
      JavaAppletPlugin: Version: Java 7 Update 71 Check version
      FlashPlayer-10.6: Version: 15.0.0.239 - SDK 10.6 [Support]
      Default Browser: Version: 600 - SDK 10.10
      NP_2020Player_IKEA: Version: 5.0.94.1 - SDK 10.6 [Support]
      Flash Player: Version: 15.0.0.239 - SDK 10.6 [Support]
      QuickTime Plugin: Version: 7.7.3
      nplastpass: Version: 3.1.61 [Support]
      JavaPlugin2_NPAPI: Version: Unknown
      Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Support]
      iPhotoPhotocast: Version: 7.0
    userinternetplugins ℹ️
      Google Earth Web Plug-in: Version: 7.1 [Support]
    Safari Extensions: ℹ️
      Facebook Cleaner
      Pin It Button
      LastPass
      ResizeMe
      OpenIE
    3rd Party Preference Panes: ℹ️
      Cineform  [Support]
      Flash Player  [Support]
      Java  [Support]
    Time Machine: ℹ️
      Mobile backups: ON
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 496.30 GB Disk used: 124.90 GB
      Destinations:
      Data [Network]
      Total size: 3.00 TB
      Total number of backups: 65
      Oldest backup: 2013-08-15 20:20:51 +0000
      Last backup: 2014-12-04 17:20:31 +0000
      Size of backup disk: Excellent
      Backup size 3.00 TB > (Disk size 496.30 GB X 3)
    Top Processes by CPU: ℹ️
           4%  WindowServer
           1%  fontd
           1%  cloudd
           0%  Safari
           0%  launchd
    Top Processes by Memory: ℹ️
      369 MB  com.apple.WebKit.WebContent
      155 MB  Safari
      103 MB  Feedback Assistant
      86 MB  Finder
      69 MB  mds_stores
    Virtual Memory Information: ℹ️
      4.52 GB  Free RAM
      2.60 GB  Active RAM
      652 MB  Inactive RAM
      820 MB  Wired RAM
      1.04 GB  Page-ins
      0 B  Page-outs
    Diagnostics Information: ℹ️
      Dec 4, 2014, 10:37:00 PM  Self test - passed

    [loaded]  com.genieo.completer.download.plist Adware! [Remove]
      [loaded]  com.genieo.completer.ltvbit.plist [Support]
      [running]  com.genieo.completer.update.plist Adware! [Remove]
      [not loaded]  com.macpaw.CleanMyMac.helperTool.plist [Support]
      [not loaded]  com.macpaw.CleanMyMac.trashSizeWatcher.plist [Support]
      [not loaded]  com.macpaw.CleanMyMac.volumeWatcher.plist [Support]
      [loaded]  com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist [Support]
      [loaded]  com.macpaw.CleanMyMac2Helper.scheduledScan.plist [Support]
      [loaded]  com.macpaw.CleanMyMac2Helper.trashWatcher.plist [Support]
    Your machine is slow because you loaded a bunch of third party junk on it.

  • I cannot send or forward email in Outlook from my iPad

    I cannot send or forward email from Outlook on my iPad

    Try deleting the mail account and setting it back up again.

  • Balance carried forward for New GL

    Hi Expert,
    I would like understand about the balance carried forward for AP and AR in the New GL.
    When executing the program in test run mode, user will download the balances and try to tie to the recon accts in trial balance. The openning balance generated by the program should tie to the last fiscal year closing balance. But apparently, it is not. There is a difference. And after checking, the difference seem to the opening balance that aready exist in the new FY.
    So, when executing the carried forward program, is the system transferring only the difference ? New posting or items not yet carried forward ?
    Thanks.
    Angel.

    Hi,
    FAGLGVTR - Balance Carryforward (New)  for GL carry forward
    F.07 - Balance Carryforward for AR/AP carry forward
    When you execute these programs system will carryforward all closing balance to subsequent year opening balance.  Any postings happened in previous year will dynamically carried forward to subsequent year after executing this program.  If you find any mismatch, you can again execute this program.  It will not create any impact.
    Hope this clarifies your doubt.
    Best Regards,
    Madhu

  • How do you set up Port Forwarding for ARD 2.2 in AEB N?

    Help,
    I'm a novice at Apple Remote Desktop (ARD) - not an IT guy, so it has to be pretty basic and detailed.
    How do you set up Port Forwarding for ARD 2.2 on the Apple Airport Extreme BS router, 802.11 N. I have one at each end of the internet connection. At one end I have an Airport Extreme N router with 2 macs and eventually 1 windows XP machine (if I can) that I would like to be able to connect to over the interenet (the clients) and at the other end, I have a Mac with ARD 2.2 installed also with an Airport Extreme N router. Note: Both routers use Static IP addresses and all computers use static IP's internally not through DHCP. What are the settings or directions to do this.
    I have read and printed out the directions for Configuration of ARD 3.0 that are posted many times in the ARD discusion group, but it uses a Linksys router ( http://www.starkpr.com/ard.htm posted by Dave Sawyer). The Mac router is different, particularly with the place to set a Private IP address. I'm not sure about alot of things, but especially about the Private IP address, what number do I set it to, the one that is in my Network connections list? It automatically changes to a different number in AE N setup for Port Forwarding (by one) as if it is not suppose to the same?????
    Are there any directions available that are as straight forward for the Airport Extreme N router, as the one's that are listed here for the Linksys Router's? ( http://www.starkpr.com/ard.htm )
    Any and All help will be greatly appreciated.
    P.S. I know I should have 3.0 but bought 2.2 just weeks before 3.0 came out and they would not give me an upgrade price, so I'm waiting for 4.0 to upgrade.
    Thanks,
    Jim

    Try the following for each AirPort Extreme ...
    AEBSn - Port Mapping Setup
    To setup port mapping on an 802.11n AirPort Extreme Base Station (AEBSn), either connect to the AEBSn's wireless network or temporarily connect directly, using an Ethernet cable, to one of the LAN port of the AEBSn, and then use the AirPort Utility, in Manual Setup, to make these settings:
    1. Reserve a DHCP-provided IP address for the host device.
    Internet > DHCP tab
    o On the DHCP tab, click the "+" (Add) button to enter DHCP Reservations.
    o Description: <enter the desired description of the host device>
    o Reserve address by: MAC Address
    o Click Continue.
    o MAC Address: <enter the MAC (what Apple calls Ethernet ID if you are using wired or AirPort ID if wireless) hardware address of the host computer>
    o IPv4 Address: <enter the desired IP address>
    o Click Done.
    2. Setup Port Mapping on the AEBSn.
    Advanced > Port Mapping tab
    o Click the "+" (Add) button
    o Service: <choose the appropriate service from the Service pop-up menu>
    o Public UDP Port(s): 3283
    o Public TCP Port(s): 3283
    o Private IP Address: <enter the IP address of the host server>
    o Private UDP Port(s): 3283
    o Private TCP Port(s): 3283
    o Click "Continue"
    o Click the "+" (Add) button
    o Service: <choose the appropriate service from the Service pop-up menu>
    o Public UDP Port(s):
    o Public TCP Port(s): 5900
    o Private IP Address: <enter the IP address of the host server>
    o Private UDP Port(s):
    o Private TCP Port(s): 5900
    o Click "Continue"
    o Click the "+" (Add) button
    o Service: <choose the appropriate service from the Service pop-up menu>
    o Public UDP Port(s):
    o Public TCP Port(s): 5988
    o Private IP Address: <enter the IP address of the host server>
    o Private UDP Port(s):
    o Private TCP Port(s): 5988
    o Click "Continue"
    (ref: "Well Known" TCP and UDP ports used by Apple software products)

  • How do I add a number to my Send Read Receipts for iMessage

    How do i add a number to my Send Read Receipts for iMessage. It says I can add a email just not a number!

    Link phone number and Apple ID with FaceTime and iMessage
    http://support.apple.com/kb/HT5538

Maybe you are looking for

  • Multiprovider assigning problem

    Hi all, There are 4 DSOs assigned to a Multiprovider. One DSO is showing data at DSO level.But it is not showing for Multiprovider. Moreover if we check 0infoprov in multiprovider. It is not showing that DSO. Please sugegst. Thanks in advance

  • SOAP to RFC synchronous scenario with File without BPM

    Hi Folks, I have a requirement that has to be done with out BPM!!! Requirement: Soap will trigger the request to SAP(RFC) and SAP sends the response to a file and then after SOAP has to recieve the ACK from PI. 1) Can we do this by without using BPM

  • Apple TV 3 - a truely disappointing device :-((

    Hi there I just bought  an Apple TV 3 - and looking for some useful software, since the device comes without almost every basic feature you would expect... truely disappointing. (Just to say, I usually was a big fan for Apple products, I'm writing th

  • Looking to transfer photos from several iphoto 6 sources to new iphoto

    Hey all, So I just got a new macbook pro. i want to transfer all my previous photos to my new iphoto. heres the thing i have prob 3-4000 pics that are saved in 4 seperate places (all by simply copying/ backing up the Iphoto Library folder) I have: 1

  • Install SCCM client remotely with admin rights

    Hi, I want to deploy SCCM 2012 R2 clients remotely via PowerShell script running on an admin computer with the following commands : $Computers = Get-Content C:\Computers.txt $Computers | % { Copy-Item -Path C:\Temp\ccmsetup.exe -Destination \\$_\C$\R