Can/Should we use Party in SOAP based B2B scenarious

Hi All,
We are exposing some SAP standard proxy content via PI. We plan to use a Sender SOAP adapter for the same.
We are basically interacting with Suppliers. My question are about the configuration best practices.
1) Do we create one business service per supplier(with same interface) or just one business service in total?
2) Can/Does party & virtual receiver fit into this in anyway?
We are looking at max 5 suppliers for now.
Thanks,
Harsh

Thanks Stefan for your response.
I still need a little more clarity. Let me explain my scenario in some detail.
Sending data to suppliers:
I have a standard PO structure I'm sending to all the suppliers. However, each supplier wants some sort of "additional wrapping" done while posting it. So I plan to do the same as the last step in my operational mapping. Therefore I'll have have one OM per supplier.
Sender Interface: Common(SAP Proxy).
Receiver Interface: Common(B2B PO interface).
OM: Different(one per supplier).
Sender System: I will have one sender system(SAP system).
Receiver Service: I'll be determining the receiver(which supplier) by reading a field in the payload.
This is where I need help.
1) Do I one service(without party) per supplier?
Eg:
Supplier 1= <no party>:Supplier1(service)
Supplier 2= <no party>:Supplier2(service)
2)  Or one service( with party) per supplier.
Supplier 1= S1(party):Supplier(service)
Supplier 2= S2(party):Supplier(service)
Receiving Data from Suppliers:
No mapping worries here, only one mapping for all suppliers. They all consume my wsdl.
However, what is recommended?
1) do I share one common wsdl with everybody?
i.e., I create one sender service(common for all suppliers), therefore one sender agreement. Generate the common wsdl from this sender agreement.
2) Or do I generate one wsdl per supplier?
i.e., I create one service(with/without party) for each supplier and therefore, I'll have one sender agreement per supplier, and therefore one wsdl per supplier.
Thanks for your response
Harsh

Similar Messages

  • Which CAN should I use?

    Dear all in forum,
    Anyone of you can give me an advice which CAN interface (PCI, PXI or USB port) should I use to control 6 EPOS syncronizely?
    I have 6 EPOS (3 of EPOS24/1 and 3 of EPOS24/5)
    PC: DELL VOSTRO 220s, window vistar,
    Including any sample program would be appreciated.
    Waiting for your recomendation urgently.
    Thank you.

    extract from the javadoc:
    The DropTarget is associated with a Component when that Component wishes to accept drops during Drag and Drop operations.
    Each DropTarget is associated with a FlavorMap. The default FlavorMap hereafter designates the FlavorMap returned by SystemFlavorMap.getDefaultFlavorMap().
    [...]

  • When to use the new file based content repository

    In Service Pack 4 there's a new implementation of the CMSPI interfaces which is configured by using the following implementation class:
    com.bea.content.spi.internal.FileSystemRepositoryImpl
    When should one use this new file based repository versus the existing one (configured by using the following class: com.bea.content.spi.internal.RepositoryImpl).
    I've read the edocs, but it doesn't state when to use this new one compared to the previous implementation.
    We consider using a third party content repository, but for the time being we will use the content repository provided by BEA.
    Trond Andersen, Invenia AS, +4798290811

    use the new keyword when you don't have an instance of that object in memory that you want to use.  For example...
    if you have an object already in memory that is holding a property with a "CamelQuery" object, then you can say 
    var query = myobject.Query;
    however, if you have to write the query, or instantiate the object from nothing, then you need to use the "new" keyword.  A good example is SPSite object...
    if you can get a new SPSite object by either "newing one up and passing the URL" or getting the farm and getting a site from that object. 
    using(SPSite site = new SPSite("url to my site"))
    now I can use site.
    //or
    SPSite = myWebApp.Sites[0];
    // this gives you site at index 0 of current webApp
    most of the time in SharePOint you will be using the "new" keyword to open site collections, and then getting your subsites from there. BE CAREFUL using the "new" keyword. If you "new" up an object that is iDisposable... you
    MUST dispose of that, but if you use that same object but it comes from the "current context", you mustn't dispose of it.
    //dispose of this by using statement
    using(SPSite site = new SPSite(<url>))
    //do stuff
    //after this bracket it is disposed.
    //do not dispose of this:
    SPSite mysite = SPContext.Current.Site;
    //unpredictable behavior can occur because you will still need references to your current site.

  • Problem : Idoc to File scneario using Party ..!!

    Hi ,
    lam doing Idoc to file scenario by using party.
    Partner type for receiving system is "LS".
    1. when I use Party for my sending system , the message is not processing showing error as " No receiver could be determined"
    2. When I use the sending system as Without Party and the receiving system as Party,the message is processing.
    Questions:
    1. We should not use Party for the sender system when the partner type is "LS"??
    2. Can we use the Party for my sending system when the partner type is "LI" or "KU".?
    If yes, Do i need to do any Identifier settings in communication channels or at Party side like ALE#KU or ALE#LI??
    Please clarify the main question whether can i use party for my SAP system when the partner type is "LS" for outbound scenario(Idoc to file).
    Waiting for your answers.
    Regards
    Krupakar.

    Hi,''
    a SLD registration of DUMMY system for every Party
    1. We should not use Party for the sender system when the partner type is "LS"??
    The only way I know is to make a Dummy system in the SLD with a LS, which I can use in the headermapping of the receiver agreement.
    You could use pratner type as LS enven for party, but there no need as such because you could do this as per below steps also
    it is not possible to have a logical system within a service, that belongs to a party. Any entries you are doing here, are ignored.
    2. Can we use the Party for my sending system when the partner type is "LI" or "KU".?
    If yes, Do i need to do any Identifier settings in communication channels or at Party side like ALE#KU or ALE#LI??
    Yes you can use the Party for sending system for LI or KU, You difinately need to setup the identifiers for it.
    Usually an IDOC which is received from a customer should have a sender type LI or KU.
    A workaround for your problem: For each service that belongs to a party create a party-less service with the logical system and do a header mapping. You need not maintain this service in the SLD. Just create a business service.
    If the field SNDPRT contains LS, the service is a logical system and the sender party remains blank.
    If it is not a logical system, a party is determined by means of the alternative identifiers (for the party). The following are used as identifiers:
    ·        Agency is the sender service found
    ·        Scheme is “ALE#“ + SNDPRT. If the field SNDPFC contains a value, the following is added: “#“ + SNDPFC
    ·        Name is SNDPRN
    These values are used to search across all parties. The party that is found is used as the sender party.
    For Identifiers go through below link
    http://help.sap.com/saphelp_nw04/helpdata/en/42/f3d027074e1bcae10000000a11466f/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/e1/63e03fc2269615e10000000a155106/frameset.htm
    Let me know if you need anymore info.
    Thanks
    Swarup

  • What type of partition should I use? Range or Hash or ..?

    Hi,
    I am on Oracle 8.1.7.4 .
    I have a table with 10 million rows and looks like its a good candidate for partitioning.
    There is a varchar2 column and the data is evenly distributed on the string value. If I want to partition the table on that string value what type of partitioning can I use. How can I give the range, if I use range partition, on the string value ?
    Can/Should I use hash partitioning?
    I know that there is a list partitioning in O9i, but I am on 8i.
    Please help.
    Regards

    <quote>
    I have a table with 10 million rows and looks like its a good candidate for partitioning.
    </quote>
    Table volume, in itself, is not enough to warrant partitioning … hope you have some other reasons.
    <quote>
    … but would like to partition the table on the mentioned varchar2 column, so that queries would be efficiant.
    </quote>
    Since you don’t mention the actual query or class of queries, maybe it is worth mentioning that partitioning could speed up some queries but also can slow down a lot more other queries.
    <quote>
    So, how can i re-create the table partitioned on a varchar2 column
    </quote>
    No different than numbers or dates?
    create table tp
    ( str   varchar2(10)  not null
    ,fill  char(20)      not null
    partition by range(str)
    ( partition p1 values less than ('F')
    ,partition p2 values less than ('L')
    ,partition p3 values less than ('R')
    ,partition p4 values less than (maxvalue)
    insert into tp
    select substr(object_name,1,10), lpad('x',20,'x')
    from user_objects
    flip@FLOP> select * from tp partition (p2);
    STR        FILL
    F1         xxxxxxxxxxxxxxxxxxxx
    GENERATE_R xxxxxxxxxxxxxxxxxxxx
    IPSDEV.US. xxxxxxxxxxxxxxxxxxxxThe link to Tom’s article is fine … it just happens to be one of the few threads he’s not mentioning that partitioning is not the magic fast=true mechanism … look for some other articles on partitioning and you’ll quickly discover his views on this subject.
    There may be a case for partitioning … but you haven’t presented any reasonable justification for it … so, why bother?

  • SOAP or XI adaptor should be used

    Hi Expert,
    I have a scenario where the sender should call XI in form of web service, XI will forward the call to the ABAP using proxy. My question is how should I configure the sender agreement:
    1) Since it's web service, I guess it should be SOAP sender adaptor. In this case the web service can be called using http://host:port/XISOAPAdapter/MessageServlet?channel=party:service:channel. However when I try to define the web service in ID, I was asked to enter Integration Server SOAP Inbound Channel (URL), when I click on hte button Propose URL, the link I get is http://host:port/sap/xi/engine?type=entry. Should I change it to http://host:port/XISOAPAdapter/MessageServlet?channel=party:service:channel?
    2) People also talk about posting directly to the IS instead of going through adaptor. Does this mean that no sender agreement is needed? the sender just calls http://host:port/sap/xi/engine?type=entry with the soap message? or we still need XI adaptor to configure the sender agreement?
    Can somebody please make this clear? Basically sender should call XI in form of web service, so, what should be configured in XI so that the web serice can be called.
    Thanks
    Jayson

    1) Since it's web service, I guess it should be SOAP sender adaptor. In this case the web service can be called using http://host:port/XISOAPAdapter/MessageServlet?channel=party:service:channel. However when I try to define the web service in ID, I was asked to enter Integration Server SOAP Inbound Channel (URL), when I click on hte button Propose URL, the link I get is http://host:port/sap/xi/engine?type=entry. Should I change it to http://host:port/XISOAPAdapter/MessageServlet?channel=party:service:channel?
    2) People also talk about posting directly to the IS instead of going through adaptor. Does this mean that no sender agreement is needed? the sender just calls http://host:port/sap/xi/engine?type=entry with the soap message? or we still need XI adaptor to configure the sender agreement?
    1) Since it is web service, then the sender adapter would definitely be a Soap Sender. The difference between
    http://host:port/XISOAPAdapter/MessageServlet?channel=party:service:channel, this goes through the adapter engine efore going into the Integration Engine and http://host:port/sap/xi/engine?type=entry... hits the Integration engine directly.
    It is explained in this blog, Using the SOAP inbound channel of the Integration Engine, the advantage and disadvantage of the message going directly to the integration engine
    2) You would not require any sender agreement if you post into the Integration Server directly. You do not need any XI adapter to configure the sender agreement

  • Developing SOAP based Webservice using Axis 2 Eclipse plugin

    Hi,
    I want to develop a SOAP based Webservice which connects to the PostgreSQL DB , by fetching the data for the employeeId entered and display the results in the browser. I'm using using JDK 1.6, Tomcat 6.0, Axis 2.0 , with Axis 2 Eclipse Plugin. Please send me a sample code of how to build it, i am able find some examples on the internet, but none of them are related to connecting to the DB and fetching the data. It will be great if you guys can provide the sample application which does have the same functionality as mine. Please do respond as this is urgent. Thanks in advance..
    Thanks,
    Rithu

    Thanks Adhir Mehtaji, This is what i have come up with, developing a webservices based on SAAJ and deploying that in Tomcat server, here is the Webservice and the other related files:-
    public class EmployeeService {
         * This method returns the Employee Name
         * @param empId String
         public void getEmployeeName(SOAPEnvelope req, SOAPEnvelope resp) throws javax.xml.soap.SOAPException {
              System.out.println("Inside the getEmployeeName in Employee Service");
              IEmployeeDAO employeeDAO= null;
              employeeDAO = new EmployeeDAOImpl();
              SOAPBody body = resp.getBody();
              String empId = null;
              NodeList empIdNodeList = req.getBody().getElementsByTagName("empId");
              for( int i=0; i < empIdNodeList.getLength(); i++ ) {
                   Element empIdElementElement = (Element) empIdNodeList.item(i);
                   Node empIdNode = empIdElementElement.getChildNodes().item(0);
                   empId = empIdNode.getNodeValue();
                   System.out.println("the empId in the employee service is:::"+empId);
              addNode(body,"empName",employeeDAO.getEmployeeName(empId));
              //addNode(body,"segmentName1",custSegmentDAO.getSegmentName(ZipCode));
         private static void addNode(SOAPBody body,String nodeName,String nodeValue) throws SOAPException{
              body.addChildElement(nodeName).addTextNode(nodeValue);
         This Service is exposed as a Webservice which connects to the DAO and get the response for the EmpId.
         This is the client file:-
         public class GetEmployeeNameClient {
              public static void main(String[] args) throws Exception {
                   // Invoking the Webservice endpoint which is hosted (deployed) in Tomcat by passing the SOAP Message request
                   // Get the SOAP Message response , which contains the employee name for the empId 100
                   // Parse the SOAP Message response to get the employee name (response from the WS)
                   String[] nodeNames = { "empId" };
                   String[] nodeValues = { "100" };
                   SOAPMessage message = GetEmployeeNameClient.getMessageFactory(
                             "getEmployeeName", nodeNames, nodeValues);
                   SOAPConnection conn = SOAPConnectionFactory.newInstance()
                             .createConnection();
                   SOAPMessage response = conn.call(message,
                             "http://localhost:8080/axis/services/EmployeeService");
                   // If the response is not null then everything is fine with the WS.
                   System.out.println("the response is what???"+response);
                   System.out.println("\n Soap response:\n");
                   System.out.println("\nXML response\n");
                   // Create transformer
                   TransformerFactory tff = TransformerFactory.newInstance();
                   Transformer tf = tff.newTransformer();
                   // Get reply content
                   Source sc = response.getSOAPPart().getContent();
                   // Set output transformation
                   StreamResult result = new StreamResult(System.out);
                   tf.transform(sc, result);
                   System.out.println();
                   // For these to work we need to connect to the DB - jdbc:oracle:thin:@ora-b2cd:6473:b2cd to get the segment name
                   SOAPBody soapBody = response.getSOAPBody();
                   System.out.println("the soapBody is what???"+soapBody);
                   NodeList empNameNodeList = soapBody.getElementsByTagName("empName");
                   System.out.println("the empNameNodeList.getLength is::"+empNameNodeList.getLength());
                   for (int i = 0; i < empNameNodeList.getLength(); i++) {
                        System.out.println("inside the loop");
                        Element empNameElement = (Element) empNameNodeList.item(i);
                        System.out.println("the empNameElement is what???"+empNameElement);
                        Node empNameNode = empNameElement.getChildNodes().item(0);
                        System.out.println("the empNameNode is what???"+empNameNode);
                        System.out.println("Employee Name For empId is ...... "
                                  + empNameNode.getNodeValue());
              // Construct the SOAP Message request by passing the empId 100(should come from UI)
              private static SOAPMessage getMessageFactory(String methodName,
                        String[] nodeNames, String[] nodeValues) throws SOAPException {
                   SOAPMessage message = null;
                   try {
                        System.out.println("Inside the getMessageFactory");
                        MessageFactory messageFactory = MessageFactory.newInstance();
                        message = messageFactory.createMessage();
                        SOAPPart soapPart = message.getSOAPPart();
                        SOAPEnvelope envelope = soapPart.getEnvelope();
                        SOAPBody body = envelope.getBody();
                        SOAPElement bodyElement = body.addChildElement(envelope
                                  .createName(methodName));
                        for (int index = 0; index < nodeNames.length; index++) {
                             bodyElement.addChildElement(nodeNames[index]).addTextNode(
                                       nodeValues[index]);
                        message.saveChanges();
                        // View input
                        System.out.println("\n Soap request:\n");
                        message.writeTo(System.out);
                        System.out.println();
                   } catch (Exception e) {
                        e.printStackTrace();
                   return message;
         This client will send a SOAPMessage with EmpId (100) as a request and get the response from the Webservice as SOAPMessage , which
         contains the empname for the respective empid which is passed.
    I tested this service in the browser, it is up and running through the URL : http://localhost:8080/axis/services
    But when i try to access the webservice to get the response from my client program, i am getting the following SOAP Fault string:-
    <?xml version="1.0" encoding="UTF-8"?>
    <soapenv:Envelope
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soapenv:Body><soapenv:Fault>
    <faultcode>
    soapenv:Server.userException
    </faultcode>
    <faultstring>
    org.xml.sax.SAXNotRecognizedException: Feature: http://xml.org/sax/properties/lexical-handler
    </faultstring>
    <detail>
    <ns1:hostname xmlns:ns1="http://xml.apache.org/axis/">
    user-15bbc0db6e
    </ns1:hostname>
    </detail>
    </soapenv:Fault>
    </soapenv:Body>
    </soapenv:Envelope>
    My client path contains :-
    axis.jar;
    jaxrpc.jar;
    saaj.jar;
    commons-logging.jar;
    commons-discovery.jar;
    wsdlj4.jar;
    axis-ant.jar;
    log4j-1.2.4.jar
    xerces.jar
    activation.jar
    mail.jar
    Similary the in the d:/tomcat/webapps/axis/WEB-INF/lib,contains the same as that in client path.
    I am using Tomcat 6.0 , JDK 1.6, I have googled and found that the expection is due to "Xerces.jar" not in Tomcat/webapps/axis/WEB-INF/lib.
    I have copied xerces.jar in the said path, still the error persists. Please do provide a solution to this. Where i have gone wrong.
    I have one more query, If i have to rest a "list" as a response from the server (webservice), how i can add the list into the SOAPMessage? Whether i need to parse it and add the values one by one in the SOAPMessage? like
    <empname> xxxx</empname> <empage>25</empage>
    <empname> yyyy</empname> <empage>26</empage>
    Please answer these queries.
    Thanks,
    Rithu

  • Difficulty scanning slides on my Epson V600  running Lion, Adobe Photoshop CS6,  and can no longer use the Epson scan application or the plug in for Photoshop. Should I revert back to leopard in my time machine to finish scanning my family slides?

    I am running Lion 10.7.5, Adobe Photoshop CS6, scanning slides on my Epson V600 and can no longer use the scan application or the plug in for Photoshop. Should I revert back to leopard in my time machine to finish scanning my family slides?
    In 10.7 there is not a twain that works with Photoshop for importing with all the options needed to scan transparencies. I noticed that when I was scanning in October 2012 I was still using CS6 so somehow I was managing to be able to use all the scan features.
    They sell 2nd party software (VieScan and Silverscript)which I found to be just mimially OK and very hard to use.
    I just want to scan like I used to.
    Can I use time machine to go back to an earlier operating sysytem LEOPARD,  and then do my scans and then save the photos and them go back to the LION system?
    I spent 7 hours trying crazy solutions - downloading Windows CS2 Photoshop and then using a program so I could run it on the apple. Then I couldn't figure out how to put a plug in for the scanner in the stupid windows Photoshop program. Googgling the computer like a mad woman trying to ask questions. I am not giving up...
    Please help if you can...
    Thanks...

    I assume you've tried using Image Capture. Give VueScan a try.
    http://www.hamrick.com

  • What version of Flash Player should I use with my Power PC based Mac?

    I did the following (see below from a Recent Forum) - and even got a sucessful INSTALLED, but when I go to YouTube....I can not get anything and I am asked to update FLASH.....thoughts?
    What version of Flash Player should I use with my Power PC based Mac?
    Please follow these instructions for installing the most recent version of Flash Player that supports PowerPC based Macs
    1. Follow the instructions for uninstalling Flash Player on the Mac: Uninstall Flash Player
    2. Download and extract the Flash Player 10.1.102.64 zip file
    3. Navigate into the folder "/Flash Player 10.1.102.64/10_1r102_64/"
    4. Mount the file "flashplayer10_1r102_64_ub_mac.dmg" by double clicking
    5. Install using the normal procedure

    I was finally able to successfully installed FP on my Mac OS 10.5.8 using the last trick shown below by Chris (Adobe Flash Player.pkg file). This, only after several (at least 10) attempts, and only after restarting my computer after downloading the install file. Thanks for the helpful post.

  • Should i use Business system or Business service for a 3rd party file sys?

    Hi Gurus
    My requirement is to send a file from 3rd party client system to SAP ECC system.
    I want to confugure a file sender CC to pickup the file and send it to ECC system thru proxy.
    Now, after going thru the SAP definitions of 3rd party Business system (if the system is present the landscape and technical details are available) and Business service (if system's technical details is not available because it is not present in the landscape. Only the interface details are available, for ex: external webservice), i am not sure which one to use.
    What is the use of using a 3rd Business system instead of using business service in my current situation?
    In both the cases, i can use a file sender CC and pickup the file from a folder using FTP protocol.
    What is the criteria based on which i need to take this decision?
    And finally, how are the system name & host name details, which we given during 3rd party technical system definition in SLD useful?
    Many Thanks
    Chandra

    Hi Chandra
    Its always preferred to use Business service for communication with systems outside the landscape. As it does not refer to any SLD components and safe to use on internet etc.
    What is the use of using a 3rd Business system instead of using business service in my current situation?
    If you want to use 3rd party system you need to define party based communication and it acts as a party in production environment. You can also create a Standalone sytem in SLD for your use. Standalone technical system mostly refers to standalone Java applications in landscape.
    n both the cases, i can use a file sender CC and pickup the file from a folder using FTP protocol.
    What is the criteria based on which i need to take this decision?
    If your communication is party based and the 3rd party you refer is a party for ERP then it make sense to use a third party communication and use party name as well.By this i mean business wise. Else its always good to use Business service.
    And finally, how are the system name & host name details, which we given during 3rd party technical system definition in SLD useful?
    To use this third party system you need to register products on TS else you will not be able to see any Interface etc while configuring in ID. you need to add all details to it in SLD.
    Thanks
    Gaurav

  • I need help with event structure. I am trying to feed the index of the array, the index can vary from 0 to 7. Based on the logic ouput of a comparison, the index buffer should increment ?

    I need help with event structure.
    I am trying to feed the index of the array, the index number can vary from 0 to 7.
    Based on the logic ouput of a comparison, the index buffer should increment
    or decrement every time the output of comparsion changes(event change). I guess I need to use event structure?
    (My event code doesn't execute when there is an  event at its input /comparator changes its boolean state.
    Anyone coded on similar lines? Any ideas appreciated.
    Thanks in advance!

    You don't need an Event Structure, a simple State Machine would be more appropriate.
    There are many examples of State Machines within this forum.
    RayR

  • Can I/should I use Mail on my MacBookPro or do I just use iCloud mail?  My Mail won't even open like it used to...Tool bar shows up top but nothing else on screen!

    Hi.  I've recently been given a pc tablet to enable me to always be connected to my boss since some of what we do is only pc compatible.  He's a big Outlook lover and intended to use Windows through Paralles to have all this on my Mac.
    After my Mac died and I had to buy a new one, I'm a little leary of doing so and thus investigated the Mail program again.  I am confused about it at this point and would love it if anyone could answer some questions i have.
    1.  If I have an icloud account which I currently use for my .me mail, can I even use Mail anymore?
    2.  My Mail program hasn't been the same since i upgraded to Lion - which is when I started my iCloud account.
       When I open the program all I see is the toolbar - no actual mail or screen even!
    3.  Can Mail be set up like Outlook in that I could have all of the email accounts I must manage for work (mostly gmail accounts) feeding into one location?
    Sorry if this all sounds silly!  I really never had a use for Mail when it worked, other than for my personal emailing so I'm afraid I never really learned enough about it!
    Thank you,
    Christine

    Please follow these directions to delete the Mail "sandbox" folder.
    Back up all data.
    Triple-click the line below to select it:
    ~/Library/Containers/com.apple.mail
    Right-click or control-click the highlighted line and select
    Services ▹ Reveal
    from the contextual menu.* A Finder window should open with a folder named "com.apple.mail" selected. If it does, move the selected folder — not just its contents — to the Desktop. Leave the Finder window open for now.
    Quit and relaunch Mail, and test. If the problem is resolved, you may have to recreate some of your Mail settings. You can then delete the folder you moved and close the Finder window. If you still have the problem, quit Mail again and put the folder back where it was, overwriting the one that may have been created in its place. Post your results.
    Caution: If you change any of the contents of the sandbox, but leave the folder itself in place, Mail may crash or not launch at all. Deleting the whole sandbox will cause it to be rebuilt automatically.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard (command-C). In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar, paste into the box that opens (command-V). You won't see what you pasted because a line break is included. Press return.

  • How can you expect the customer to have a LOCAL/COUNTRY Based Credit Card every where we go??? Last week I was on holiday in HK,  and  from my Hotel I was able to use m VN Credit Card with my Apple ID and purchase online!  Why THIS WEEK, can't I use my HS

    Apple_ID_card_declined_for_this_country
    How can you expect the customer to have a LOCAL/COUNTRY Based Credit Card every where we go???
    Last week I was on holiday in HK,
    and
    from my Hotel I was able to use m VN Credit Card with my Apple ID and purchase online!
    Why THIS WEEK, can't I use my HSBC Platinum Credit Card from Vietnam,
    for my Singapore Apple ID account ,
    while working here in Vietnam???

    Unfortunately, this is a problem that is driven by the DRM Dictatorship.  Despite the proliferation of mobile devices and the fact that there are many of us who do a lot of international travel, content providers don't want you to have access to their products outside of your homeland.  The Balkanized mentality of the DRM Dictatorship is way out of touch with the modern world.
    At least Apple, to its credit, allows you to use your accounts outside of your homeland as long as you have the proper credentials for them.  Most other services use the more Draconian geolocation filtering which does require you to be physically present in your homeland.  For the most part, you are not allowed to leave home if you want access to your favorite entertainment!

  • After upgrading from Mavericks to Yosemite I can no longer find in Mail the icon (looks like the Add To Contacts icon without the   mark) I used to press in order to obtain an e-mail address from my contact list. What procedure should I use now in or

    After yesterday upgrading from Mavericks to Yosemite I can no longer find in Mail the icon (looks like the Add To Contacts icon without the + mark) I used to press in order to obtain an e-mail address from my contact list. What procedure should I use now in order to quickly add an address to an e-mail that I wish to send?
    Bob

    On the right of the To: field you will see a circled plus sign:
    Click it.

  • Hi, my pc got stolen and i would like to ensure my itunes from it can't be used by whoever has my computer now. what should i do?

    hi, my pc got stolen and i would like to ensure my itunes from it can't be used by whoever has my computer now. what should i do?

    Change your password

Maybe you are looking for

  • Advantages of using "Exchange" account type

    I'm trying to determine the best way of using Mail in a predominantly Outlook/Exchange environment. I see that Mail has an "Exchange" account, and describes it as follows: An Exchange account allows you to connect to your Exchange server via IMAP, an

  • Can a pdf be saved as static/flat version?

    Hi there Anyone know of a clever way to save a dynamic LiveCycle pdfForm (with calculation etc) as a flat pdf?? I would like that calculations (time, date lookup etc.) will not run when pdf is re-opened. (I know that this can be scripted, but the ide

  • SPRY Image Slideshow, compatibility problems with IE

    Hello, i recently used the Spry image slideshow in my website. All works great in every browser except IE. I could actually get it to work when i changed the DOCTYPE from: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.

  • Importing video taking over 5 hours

    I was trying to make an Elfen Lied AMV, so the videos I'm importing aren't that long. I had iMovie '9 before, but it would constantly freeze and so I decided to upgrade it to imovie '11 which no longer freezes for me. However, instead of freezing it

  • Macbook pro retina 15 with win 7 in boot camp in games becomes hot and low graphics

    hi i have macbook pro retina 15 and i installed win 7 with boot camp but when i want play games the first 2 minutes is good but the next minutes the macbook becomes very hot and graphics going very low i tried osx 10.8  but still not working. i tried