Flexible QinQ/Service Awareness on 7600 12.2(33)SRB

Hi experts,
I have a scenario whereby the NPE core-facing links are using the 7600-ES20-10G3CXL with MPLS turned on. The UPE facing links are using the WS-X6724-SFP LAN modules. I would like to know in this kind of setup, is the flexible QinQ feature supported, if configured on the WS-X6724 interfaces?
For example:
Module 2 on the 7600 is a WS-X6724-SFP LAN module.
7600-NPE#conf t
Enter configuration commands, one per line. End with CNTL/Z.
7600-NPE(config)#int g2/1
7600-NPE(config-if)#service instance 999 ?
ethernet Configure an Ethernet Instance
7600-NPE(config-if)#service instance 999 ethernet ?
WORD Attach an EVC to the service instance
<cr>
I understand the commands are there, but is this generally a supported feature? Or is the flexible QinQ only supported when a ES20/SIP-400 based card facing UPE is used?
Note: UPE is a 3750ME/ME3400 with 802.1Q trunk towards the 7600 NPE terminating on the WS-X6724.
Appreciate your thoughts on this.
Thanks in advance.

Hello,
The config seems to be valid from H-QoS point of view.
But as per Table 7-3, first row and Note1, on the following CCO link there are restrictions
from Classification side (class-maps) on ES+:
https://www.cisco.com/en/US/docs/routers/7600/install_config/ES40_config_guide/es40_chap7.html#wp1337428
Like, for match ACLs only classify based on source MAC address using Layer 2 ACL
supported for L2-switchports, EVCs/Port-chan EVCs.
Deny ACL is not supported on ES+ linecards.
So if in your class maps classification is based on an ACLs trying to
match Layer3 (IPs) and/or Layer4 info, those classification options are not supported for ES+.
And you got those errors.
If such a case you would need a some kind of re-design, for example, to mark CoS fields on some downstream/access device,
and then on ES+ ingress l2 interface or EVCs use a class maps
which would just match on those DSCP/IP_Prec values.
Thanks,
Sergey

Similar Messages

  • VPN service module choice 7600-SSC-400 vs. SPA-IPSEC-2G

    Need to decide between the two VPN service module: 7600-SSC-400 and SPA-IPSEC-2G for a 6509 sup 720 3bxl. Not sure what is the difference and couldnt find too much info just searching the internet. What would be the benefits of one or another?

    Hello,
    You will need both. The 7600-SSC-400 is the carrier module of the SPA-IPSec-2G.
    There is more information on this via the following link:
    http://www.cisco.com/en/US/docs/interfaces_modules/shared_port_adapters/configuration/6500series/76ovwvpn.html
    Warm Regards,
    Rose

  • MEF E-line, E-LAN & E-tree services vs MPLS

    Dears
    Would like your assistance regarding below plz
    I was wondering how MEF  E-line, E-LAN & E-tree services are configured at Cisco ??
    What come to my mind is that first we need to have MPLS network then implement these services as below
    E-line  ---->> EoMPLS  (AToM)
    E-LAN ---->> VPLS
    E-Tree ---->> Point-to-Mulipoint Traffic Engineering
    So am I correct, or I can configure these services without having MPLS network ???
    Many Thanks
    Sherif Ismail

    Yes you have to provision the vlan from on point to the other. On each node's interfaces you have to configure an ethernet flow point (ie vlan manipulation). For example on a service instance at 7600 you can configure to match one or two vlans and pop one or two vlans.
    For multipoint services on 7600 you have to configure all the service instaces which should be communicate under the same bridge domain. It depends on what service you want to deploy, there is not a general configuration guideline for this. For example if you want to have 3 service instances on different interfaces talking together the configuration is :
    interface GigabitEthernet1/0/1
    service instance 100 ethernet
      encapsulation dot1q 100
       rewrite ingress tag pop 1 symmetric
       bridge-domain 10
    interface GigabitEthernet1/0/2
    service instance 101 ethernet
      encapsulation dot1q 101
       rewrite ingress tag pop 1 symmetric
       bridge-domain 10
    interface GigabitEthernet10/3
    service instance 102 ethernet
      encapsulation dot1q 102
       rewrite ingress tag pop 1 symmetric
       bridge-domain 10
    The ethernet services configuration on ES cards is very flexible, you can do vlan translation,1 --> 2 mappings, 2 --> 1 mappings. You can see the details on ES configuration guide http://www.cisco.com/en/US/docs/routers/7600/install_config/ES20_config_guide/baldcfg.html
    Best regards,
    Michael

  • OSM-2+4GE-WAN vs new 7600-ES20-GE3CXL card

    Please can you provide me information about differencess between those 2 modules, considering MPLS support. I am interested in VPLS feature support. Is this new ES20 card support non H-VPLS, like situation where we have access or trunk (dot1q) port on same 7600 router on WS-X6724 SFP card where is MPLS uplink realized with this ES20 card. Generaly,which card OSM or ES20 is better solution for MPLS (L3VPN, EoMPLS and VPLS)feature.

    The 7600-ES20-GE3CXL card has following MPLS features
    Layer 2 VPNs
    ? EoMPLS with MAC learning
    ? H-VPLS (MPLS Edge or IEEE 802.1ad Edge)
    ? Flexible QinQ
    ? Layer 3 VPNs
    ? MPLS VPN (RFC 2547-bis)
    ? Inter-AS and Carrier-Supporting-Carrier
    ? Multicast VPN
    Following links may help you
    http://www.cisco.com/en/US/products/hw/routers/ps368/products_data_sheet0900aecd8057f3ad.html
    http://www.cisco.com/en/US/products/hw/routers/ps368/products_configuration_guide_chapter09186a00801e5bfa.html#wp1002608

  • Referencing WCF (Windows Communication Foundation) web services

    I am having some issues referencing a WCF based web service.
    Apex can consume the WSDL just fine, but when I attempt to use any of the methods I start running into errors.
    For example, there is a simple method that accepts a username and returns a facility ID. If I use the apex built-in web service test tool, I see the following request and response:
    <?xml version='1.0' encoding='UTF-8'?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    mlns:xsd="http://www.w3.org/2001/XMLSchema">
         <SOAP-ENV:Body><ns1:FetchRequest xmlns:ns1="http://microsoft.com/wsdl/types/"><ns1:UserName>TAUS461</ns1:UserName>
    /ns1:FetchRequest></SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Body><s:Fault>
    <faultcode xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher">a:InternalServiceFault</faultcode><faultstring xml:lang="en-US">
    Procedure or function 'Prc_Fetch' expects parameter '@userName', which was not supplied.</faultstring><detail>
    <ExceptionDetail xmlns="http://schemas.datacontract.org/2004/07/System.ServiceModel"
    xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><HelpLink i:nil="true"/><InnerException i:nil="true"/>
    <Message>Procedure or function 'Prc_Fetch' expects parameter '@userName', which was not supplied.</Message><StackTrace>   at WA.Ecy.ADS.FS.Service.BusinessLogic.FacilitySiteBAO.Fetch(String userName) in
    C:\Projects\FS 2008\Development\Services\FS.Service\Source\Business Logic\FS.Service.BusinessLogic\FacilitySiteBAO.cs:line 418&#xD;
    at FS.Service.ServiceImplementation.FacilitySiteService.Fetch(FetchRequest request) in
    C:\Projects\FS 2008\Development\Services\FS.Service\Source\Service Interface\FS.Service.ServiceImplementation\GeneratedCodeFacilitySiteService.cs:line 1588&#xD;
       at SyncInvokeFetch(Object , Object[] , Object[] )&#xD;
       at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs)&#xD;
       at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc)&#xD;
       at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc)&#xD;
       at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc)&#xD;
       at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc)&#xD;
       at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc)&#xD;
       at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc)&#xD;
       at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)</StackTrace><Type>System.Data.SqlClient.SqlException</Type></ExceptionDetail></detail></s:Fault></s:Body></s:Envelope>I get a similar error regardless of which method I attempt to call.
    So, I thought that I would try Jason Straub's [link FLEX_WS_API|http://jastraub.blogspot.com/2008/06/flexible-web-service-api.html] package. First I opened SOAPUI, pointed to the WSDL and generated a test request for the Fetch method. The request looked like this:
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn: WA.Ecy.ADS.FacilitySite.Services">
       <soapenv:Header/>
       <soapenv:Body>
          <urn:FetchRequest>
             <!--Optional:-->
             <urn:UserName>TAUS461</urn:UserName>
          </urn:FetchRequest>
       </soapenv:Body>
    </soapenv:Envelope>
    <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
       <s:Header>
          <ActivityId CorrelationId="dcdd3433-7f61-48f4-b3e3-c2a6647409d3" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel
    Diagnostics">2aeead53-c9df-41df-9a77-3798be030775</ActivityId>
       </s:Header>
       <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
          <FetchResponse xmlns="urn: WA.Ecy.ADS.FacilitySite.Services">
             <FacilitySiteId>99997167</FacilitySiteId>
          </FetchResponse>
       </s:Body>
    </s:Envelope>So far so good, SOAPUI can call and retrieve from this method. Now I put this into place with FLEX_WS_API
    declare
    l_env clob;
    l_url varchar2(1000) := 'http://ecydevws/FacilitySiteService/FacilitySiteService.svc'; -- dev web service URL
    l_response xmltype;
    p_username varchar2(30) := 'TAUS461';
    begin
         -- start creating the soap envelope
         l_env := '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn: WA.Ecy.ADS.FacilitySite.Services">
                 <soapenv:Header/>
                 <soapenv:Body>
                    <urn:FetchRequest>
                    <urn:UserName>'||p_username||'</urn:UserName>
                    </urn:FetchRequest>
                 </soapenv:Body>
              </soapenv:Envelope>';
         -- get the response
         l_response := flex_ws_api.make_request (
              p_url => l_url,
              p_action => 'http://WA.Ecy.ADS.FacilitySite.Services/Fetch',
              p_version => '1.1',
              p_envelope => l_env);
    -- for testing, put the respone into a table
    insert into ws_results values (l_response);
    end;Doing this,my response becomes
    <s:Envelope xmlns:s=
    "http://schemas.xmlsoap.org/soap/envelope/"><s:Body><s:Fault><faultcode xmlns:a="http://schemas.microsoft.com
    ws/2005/05/addressing/none">a:ActionNotSupported</faultcode>
    <faultstring xml:lang="en-US">
    The message with Action 'http://WA.Ecy.ADS.FacilitySite.Services/Fetch' cannot be processed at the receiver, due to a ContractFilter
    mismatch at the EndpointDispatcher. This may be because of either a contract mismatch (mismatched Actions between sender and receiver)
    or a binding/security mismatch between the sender and the receiver.  Check that sender and receiver have the same contract and the same
    binding (including security requirements, e.g. Message, Transport, None).</faultstring></s:Fault></s:Body></s:Envelope>So it appears to me that the WCF service is expecting something else in soap header, but I am confused on why the SOAPUI call works as is.
    Does anyone with WCF knowledge have any ideas of how to get this to work or if the problem is even with WCF?
    Thanks, Tony

    as of now only file with wsdl extention is supported,

  • Has anyone used (or is knowledgeable on) ISG feature? (Intelligent Services Gateway)

    Hi,
    I am trying to obtain more information about the ISG feature on 7200 and 7600 platforms and finding it very difficult to obtain answers from distributors or even Cisco representatives.
    The main questions are:
    - How many subscribers include the 7200 license?, provided that my subscribers would be of IP-type (not tunnelled).
    FR-ISG72
    ISG Feature License for 7200
    FR-ISG72=
    ISG Feature License for 7200
    - What other licenses are needed in a 7200 platform?
    I believe, maybe:
    FR-BUS72
    Cisco IOS 7200/7300/7400 Series Broadband 8000 User License
    FR-BUS72=
    Cisco IOS 7200 Series Broadband User Services License
    -  On Cico 7600, ISG is licensed in steps of 8000 subscribers. If I have a redundant system (two routing engines), do I need to buy the license twice?
    76-ES+ISG-LIC
    ES+ Intelligent Services Gateway SW License, 8K subs, 8 VRF
    76-ES+ISG-LIC=
    ES+ Internet Services Gateway (ISG) Software License
    Thanks

    Thanks indeed for your response.
    In fact I could not obtain any support at all from Cisco (Spain) even if I explained we were a small software company that required ISG to complement an existing solution for a BIG mobile operator. The question was supposed to be escalated to the US more than 1 month ago.
    Myself, I was actually able to better understand the configuration and licenses required for the feature, with a final question about the capacity (maximum number of sessions). My conclusions and questions are at the end of this email, in case you or anyone else is interested.
    Anyway, our main requirement is not traffic shaping, but providing a captive portal (redirect unauthorized traffic to some node, and be able to let the box know when an IP is "authorized"/"unauthorized".Cisco used to have a smaller feature to do this called SSG (service selection gateway) which is end-of-lifed, I believe.
    If you know a box that does this, please advise! And it would be nice if you could recommend an "inline packet swatter".
    For demo, I have done it myself with linux and iptables, but the time to make it business-class may be more costly than buying some product.
    The issues I have had trying to find out information from Juniper ("subscriber management" feature) are similar!!
    Final Question about ISG capacity
    We wish to use the Intelligent Services Gateway (ISG) functionality, which seems supported only on Cisco 10000, 7600, 7300 and 7200 routers.
    Our traffic requirements are not too high (500Mbps), but due to the following number of sessions limitation in 7200/7300, the right platform for us seems the 7600:
    "The Cisco 7200 Series and Cisco 7301 scale from 4000 to 8000 sessions"
    http://www.cisco.com/en/US/prod/collateral/iosswrel/ps6537/ps6549/ps6588/prod_bulletin0900aecd804a2c70.html
    We would actually need 50000-100000 consurrent sessions.
    On Cisco 7600, the feature seems supported by default on Cisco IOS 12.2SR without the need for an extra license, even with the plain "IP Services" flavour of IOS.
    However, we have the following fundamental questions that we could not completely resolve with the documentation or software configurator tool.
    Maximum number of consurrent sessions supported
    Our sessions would be of the "IP session" kind, meaning:
    "An IP session includes all the traffic that is associated with a single subscriber IP address".
    On the documentation, this is the applicable information that we find regarding the number of sessions:
    http://www9.cisco.com/en/US/docs/ios/isg/configuration/guide/isg_acess_sub_sessns_ps6922_TSD_Products_Configuration_Guide_Chapter.html
    Beginning in Cisco IOS Release 12.2(33)SRE, the Cisco 7600 router supports IP subscriber sessions only on the SIP400 and ES+ line cards
    The Cisco 7600 router enforces limits on the number of IP subscriber sessions per line card and router chassis. If the number of active sessions exceeds the following limits, an error message displays:
    - Cisco 7600 chassis—32,000 subscriber sessions (supported in Cisco IOS Release 12.2(33)SRE1 and later releases)
    - ES+ line card—4000 subscriber sessions per port group; 16,000 sessions per line card (supported in Cisco IOS Release 12.2(33)SRE and later releases)
    - SIP400 line card—8000 subscriber sessions (supported in Cisco IOS Release 12.2(33)SRD4 and later releases)
    Let us suppose that we use the SIP400 line card, since ES+ is far from our networking requirements.
    Please confirm/answer the following:
    No special license is required to use ISG with SIP400.
    Is the 8000 session limitation per SIP400 module or per SPA attached to it?
    I read in the documentation, that the SAMI card enhances the maximum number of ISG sessions:
    http://www.cisco.com/en/US/docs/ios/isg/configuration/guide/isg_sup_sami_blade.html
    The ISG Support for SAMI Blade feature combines the subscriber management features and functions of the Cisco Intelligent Services Gateway (ISG) with the processing power of the Cisco Service Application Module for IP (SAMI). The Cisco SAMI blade has six PowerPC (PPC) processors and occupies just one slot in the Cisco 7600 series router. This means that you can support many ISG features for up to 600,000 subscribers on a single router. 
    We then assume that the SAMI blade overcomes the limitations noted above: 32,000 session/chassis and 8,000 sessions/SIP400. Correct?
    No extra license is required to use ISG with SAMI.
    Based on this assumptions, an example configuration for a single node could be:
    Product Description Quantity
    CISCO7604                     Cisco 7604 Chassis                                          1        
    FAN-MOD-4HS                   High-Speed Fan Module for 7604/6504-E                       1        
    7604-RSP720C-P                Cisco 7604 Chassis,4-slot,RSP720-3C,PS                      1        
    2700W-AC                      Dummy PID 2700 W AC Power Supply for 7604                   1        
    CAB-C19-CBN                   Cabinet Jumper Power Cord, 250 VAC 16A, C20-C19 Connectors  1        
    S764ISK9-12233SRE             Cisco 7600-RSP720 IOS IP SERVICES SSH                       1        
    7600-SIP-400                  Cisco 7600 Series SPA Interface Processor-400               1        
    SPA-2X1GE                     Cisco 2-port Gigabit Ethernet Shared Port Adapter           2        
    WS-SVC-SAMI-BB-K9             Service Application Module for IP ( 6 x PPC w/ 1GB) (Cryto) 1     

  • Problem to call web service through WSDL2Java

    Hi All,
    I am gettig the error message while trying to run the below code to call web service:
    Code:
            org.apache.axis.client.Call _call = createCall();
            _call.setOperation(_operations[0]);
            _call.setUseSOAPAction(true);
           _call.setSOAPActionURI("");
            _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
            _call.setOperationName(new javax.xml.namespace.QName("http://10.171.44.97/service", "testWS"));
            setRequestHeaders(_call);
            setAttachments(_call);
            System.out.println("before invoke");
         java.lang.Object _resp = _call.invoke(new java.lang.Object[] {input});--------------------------------------------------------------------------
    Error-
    org.xml.sax.SAXException: Error: URI=null Line=3: Illegal
    xml:lang value "".----------------------------------
    I would appreciate if anyone can help me out.
    Thanks in advance.
    Regards
    Sachin

    Hi,
    Jason Straub's excellent [Flexible Web Service API|http://jastraub.blogspot.com/2008/06/flexible-web-service-api.html] could be just what you need.
    The blog posting also describes how to integrate the code into your page.
    Regards,
    Georger
    sundhar.v wrote:
    Hi
    Can we call web service through loop, If so how we can do.
    I wanted to transfer n records ex:100. to pass one record i need to call web service, like that to pass 100 records i need to call 100 times webservices and store results of each.
    Have created web reference and form so that it can send one record on submit and return's result to text box.
    I need to call this Web Service Request     page process through another plsql process.
    How can we resolve this.
    Thanks
    Sundhar

  • APEX calling SAP Adapter Web service

    Scenario:
    APEX 3 referencing web service exposed using OAS SAP Adapter.
    WSDL consumed OK by APEX at design time.
    At runtime user gets parameter form generated by APEX as expected.
    User enters what are believed to be correct parameter values and gets error "... [service] value missing or null value supplied ..."
    Question:
    Is there any way inside APEX to capture a log of the SOAP/XML message generated by APEX to validate that it is correctly formed?

    user646124:
    If you click on Shared Components => Web Services References, change the View select list to Details and click the Go button, you will see a test icon. You can supply the parameters and see the envelope that is sent and the response from the service.
    If you find that the envelope is malformed, you can use the manual Web references feature (which was designed for cases like this) described at the following links:
    http://download.oracle.com/docs/cd/E10513_01/doc/appdev.310/e10499/advnc.htm#BABCBBHJ (see Creating a Web Reference Manually)
    http://download.oracle.com/docs/cd/E10513_01/doc/appdev.310/e10497/web_serv.htm#CHDEFEGH
    I use a free tool at soapui.org to build SOAP Envelopes based on a WSDL.
    Finally, if Manual Web references won't work for you, you might want to check out this blog entry which contains code for a flexible Web service API, which allows you to call a Web service anywhere you can write PL/SQL in Application Express, and then store the response in a collection. It has a utility function to pull specific values based on xPath references:
    http://jastraub.blogspot.com/2008/06/flexible-web-service-api.html
    Regards,
    Jason

  • Show running configuration of Service Instance

    What is the command to see running configuration of a service instance in 7600 router.

    Hi Girish,
    You do not have to add URLs. Adding URLs is for monitoring other unrelated instances.
    Just add the agates to the instances and make sure they become visible in the left-hand-side pane of the ADM (on both machines).
    This will enable you to go to the other ADM (on the other machine) with the link "Go to Native ADM"
    Now if you want to display the instances of the other machines in your overview also, you have to add a Proxy ADM.
    On both machines, add a proxy-ADM. This proxy-ADM points to the ADM on the other machine.

  • How to invoke PEGA Rules Service from Adobe LiveCycle and vice versa

    Hi,
    I have new requirement..... I have to invoke pega service from livecycle....
    Do we have any interface to integrate these 2 tools?
    Pls help me out on this
    Its Urgent...
    Regards-Sekhar

    In this case the LiveCycle services are exposed as web services that can be consumed by any application language that can interact with web services. While the sample published are for c# and Java there is no reason that other web service aware languages (C++, Perl, etc) wouldn't work.
    I'm not a Microsoft C++ expert, but as far as I understand all you need to do is create a web reference and then have your C++ classes interact via the generated proxy classes. The syntax will be different, but the concept is the same

  • Guidelines for Web Service Usage

    Hi,
    I am being given a web services project from tomorrow in my company.My organization has given me a sample user requirement and i have to fulfill it.
    I have never interacted with webservices though i am quite fluent with java.I would appreciate if someone would give some links,tutorial where i could do step by step development to develop a web service using wsdl.
    Thank you for your consideration.

    You could look at w3schools.com for their tutorial on web services (SOAP, WSDL etc).
    I don't have a Java tutorial to recommend, but I will say this...define what you're passing into and out of the web service as XML (preferably in some sort of business XSD), and write the WSDL first. Then generate your server code from that. Don't try and take the shortcut of writing your Java and then generating your WSDL from it. Odds are you'll come up with a less flexible web service that is unwittingly tied to your implementation if you do that.

  • Syncing Treo 680 (DateBk6) with Mac OS X 10.4.9?

    I have just switched from a PC to a Mac yesterday. My most important question is how do I sync my Treo 680 (with DateBk6) to my new Mac. I have a lot of apps on my Treo (including Avantgo), so iSync is ruled out. After reading other forums and doing a search on this forum (and reading the 8/15/06 ginasmith thread) plus reading about Missing Sync, these appear to be my best options:
    1. Continue to use Palm HotSync manager to sync to Palm Desktop (PD) on my Mac.
    2. Use Missing Sync to sync to my PD on my Mac.
    3. Use Missing Sync to sync to the Mac PIMs (iCal, Address Book, Notes and Missin Sync's memo app) on my Mac.
    I need advice on which works best. Here's some more background:
    1. I do not share my calendar with anyone.
    2. I have 2300 contacts, 6300 calendar entries stretching back to 1970, 300 tasks and 51 memos in my Palm Desktop.
    3. I use Gmail and look at my mail as a tab on Firefox.
    4. I also use SplashPhoto (but am not wedded to it) and DocsToGo. These two apps as well as all the Palm PIMs mentioned above appear nicely together on one side panel on my Palm Desktop.
    5. The DateBk6 on my Treo is my favorite app of all those on my Treo AND PC. Mylife is organized and structured using DateBk6.
    The most important consideration to me in making this decision is stability and reliability of the sync. As I understand it, the primary reason to use method 3 above is the integration with the Mac programs, especially mail.
    I can see that this is a positive. Also, on other forums, I've learned that Missing Sync is stable and reliable and offers greater flexibility than PD in syncing with different conduit sets, etc. I have been using a PC tool (Ultasoft NotSync) which also allows different conduit sets for syncing.
    I have noticed what appear on first blush to be calendar limitations of iCal compared to PD. It does not offer a year view and has no "go to" thereby requiring me when looking at 1990 or 2010, for example, to move backward or forward by month. In addition the foldout ToDo section looks skimpy and only offers three priorities. On the other hand, it's color coding of events is far superior to PD. I assume that iCal and address book can handle the 15 categories that I would use for both as well as ToDos.
    I understand that Missing Sync provides the memo desktop app since Mac doesn't have one (assuming the Stickies doesn't sync and doesn't appear to me to be a good choice even if it did).
    I'm perfectly willing to try method 3 to see if I like it and, if not, switch back to the Palm Desktop, which I realize isolates my personal information from the other Mac apps, thereby limiting some of Mac's powerful tools. One person that I respect on the DateBk6 forum has stated that she occasionally tries the Mac PIMs but feels that they come up short versus PD and always ends up switching back to PD.
    I'd be very grateful for any counsel or comments from anyone who has used both the Mac PIMs and Palm Desktop.
    MacBook Pro   Mac OS X (10.4.9)   Treo 680 (DateBk6)

    The are several advantage to using iCal, the Address Book and Mail.
    One is their ability to share contact, event and task data. There are simple examples of this with the integration of Mail and the Address Book, and with the auto-generated iCal Birthdays calendar, entries in which are created whenever you add birthday data to a contact card.
    A less discussed but very important reason to use them is that developers of applications with extended contact, event or tasks management capabilities focus on information integration with one or more of these Apple applications, either through the synchronization framework, or directly. Take a look at iGDT, for example: it is a far more sophisticated task management application than iCal is, but synchronizes with it so that task data is available in iCal, or can be viewed without launching iCal using the simple MenuCalendar Clock (iCal Edition) utility, activated in your menu bar.
    The Palm Desktop can do none of this, because it is neither synchronization services-aware, nor extensible through additional third-party software.
    The transition from Palm Desktop to the Apple applications can be challenging, but once performed, works very well, particularly if you consider third-party add-ons like iGDT for task management. The secret to such a transition is to proceed slowly and deliberately, and insure that your data is backed up. You can move your data in several ways: one approach is to move contacts, events and tasks using the Missing Sync for Palm OS without initially overwriting your Palm device, then immediately doing the following:
    • make any contact corrections, group assignments or other changes in the Address Book
    • make any event and task changes in iCal
    • set the Mark/Space Contacts, Events and Tasks conduits to overwrite the contents of you Palm device during the next synchronization, but only that one time [the default behavior when you overwrite your device]
    In this manner, you will replace all of the data on your Palm device with the corrected data which originated on it and was moved immediately prior to this procedure to the Address Book and iCal.
    I have never set down the 'recipe' for doing this, primarily because there are so many variables involved. But, I have guided others through the steps applicable to their particular configuration, and I can certainly help you do that.
    Before jumping to that step, however, I would encourage you to look around at your 'extended' options:
    • Crm4Mac for single-view information management
    • Journier for journaling
    • simpleDays for journaling, using a day runner and so on
    • Studiometry for comprehensive business information management
    • EasyTask Manager to implement a GDT approach
    • iGDT to implement a GDT approach
    • Process: an outline-driven, near free-form project management tool
    • HighPriority: an extension of iCal used to manage tasks alone
    • Dossier for organizing notes and tasks
    • BaseCamp: a web-driven, multiuser project management application
    • iTaskX for project management
    • Merlin2 for project management
    • the app4mac xTime series of project, staff and inventory management applications
    The list just goes on and on…

  • What have you been using with you palm devices?

    I have a new macbook and was using my palm tungsten with a PC. What do most of you use, the palm desktop or the mac address book and ical? I know palmdesktop and am considering just keeping that. but with a new mac I feel like taking advantage of its software. I also use 3rd party software for my palm, like epocrates, avantgo, documents to go, etc.
    Please, let me know what you find easy to use, what you prefer, and any limitaions.
    I like the idea of using the mac address book to use in applications on the mac, like wordprocessing etc..but i don't want things to get complicated with my palm...curently m palm is set up the way I like it......
    Any thoughts?

    Synchronization is a centralized service under Mac OS X 10.4 unlike what it was in previous releases, but you don't see the 'core' of the Sync Services framework. It appears 'de-coupled' but is actually more highly integrated than ever. What you see is components like iSync and .Mac Sync.
    This Apple Developer document explains how the Sync Services framework operates:
    http://developer.apple.com/macosx/syncservices.html
    Sync Services is the future of synchronization. Many—if not most—applications which synchronize, now do so using this framework. The Palm Desktop is a notable exception: it is not now (and never will be) Sync Services aware. So moving away from it to the Address Book/iCal/iSync approach, or using the Missing Sync with the Address Book and iCal instead, both make much more sense.
    Additionally, the Address Book is integrated into Mail, and if you intend to use mail rather than Entourage, you should synchronize the Address Book using either iSync or the Missing Sync, as there are no explicit links between the Palm Desktop and Mail. You can export Palm Desktop contacts as a vCard file for import into the Address Book, and calendars as a vCal file for import into iCal, but doing so on a regular basis will probably make you slightly crazy.
    Mark/Space supplies their Mark/Space Contact, Event and Tasks conduits to work with the Address Book and iCal. They are far more sophisticated and flexible than the iSync Palm Conduit, and support the features of advanced Palm device databases, including contact icons and calendar colors and categories. They also provide conduits for Avant/Go and a conduit and OS X application to synchronize memos, and provide for the synchronization of ePocrates content via internet sharing.
    More information about the Missing Sync for Palm OS is available here:
    http://www.markspace.com/missingsync_palmos.php

  • Print Part of a Webpage in Safari?

    Does anyone know how to print only a section of a webpage in Safari?
    An example of what I mean is in Internet Exploder under Windoze, you can highlight a section of a web page and then select Print Selected to get a printout of only the information you want.
    Anyone know if Safari can do this task?

    Brien,
    The Safari>Services>TextEdit>New Window Containing Selection will open TextEdit (or any other Services aware text editor) with the text you have selected.
    You can also use the Shortcuts for taking pictures of the screen, or the Grab Utility to take partial (no text edit available) screen pictures.
    ;~)

  • Please help. Can no longer connect to my Mac Mini Server

    Up until two days ago, my iMacs were connecting to my Mac Mini Server normally. All of a sudden I could no longer transfer files without being prompted to type my password. Enter password and nothing happened, then got an error message stating that I don't have permission to do that. Now, a day later, no acces to my server. Has anyone ever experienced this? Can anyone please help? I've read the Mac mini booklet but doesn't have any troubleshooting info. Thanks in advance.

    Hello MrHoffman,
    Thank you for the advice. I went into Terminal first and typed in your command and this is what resulted:
    Last login: Fri Jan 24 22:39:08 on ttys000
    serverX:~ serverx$ sudo changeip -checkhostname
    Password:
    Sorry, try again.
    Password:
    Sorry, try again.
    Password:
    Primary address     = 192.168.1.7
    Current HostName    = serverX.private
    The DNS hostname is not available, please repair DNS and re-run this tool.
    dirserv:success = "success"
    serverX:~ serverx$
    serverX:~ serverx$
    I'm not very experienced with programming or coding, but this message seems to indicate that there's a problem with DNS just like you noted. I've highlighted the note in bold...What can you make of this or the logs from console below?
    Below is what I found in Console:
    1/24/14 8:55:08 AM          com.apple.launchd[1]          *** launchd[1] has started up. ***
    1/24/14 8:55:19 AM          com.apple.launchd[1]          (com.apple.NotificationServer[73]) Suspicious setup: User "jabber" maps to user: _jabber
    1/24/14 8:55:25 AM          edu.mit.Kerberos.kadmind[58]          kadmind: starting...
    1/24/14 8:55:27 AM          org.jabber.jabberd[53]          ERROR: Could not create /var/run/jabberd: Permission denied
    1/24/14 8:55:27 AM          com.apple.launchd[1]          (org.jabber.jabberd[53]) Exited with exit code: 1
    1/24/14 8:55:27 AM          com.apple.launchd[1]          (org.jabber.jabberd) Throttling respawn: Will start in 1 seconds
    1/24/14 8:55:28 AM          org.jabber.jabberd[130]          ERROR: Could not create /var/run/jabberd: Permission denied
    1/24/14 8:55:28 AM          com.apple.launchd[1]          (org.jabber.jabberd[130]) Exited with exit code: 1
    1/24/14 8:55:28 AM          com.apple.launchd[1]          (org.jabber.jabberd) Throttling respawn: Will start in 10 seconds
    1/24/14 8:55:28 AM          com.apple.printservice_LPR_mDNS_Plotter_Epson_7600[70]          Registering Service Plotter Epson 7600._printer._tcp port 515 TXT txtvers=1 qtotal=1 rp=Plotter_Epson_7600 pdl=application/postscript ty=\(null\)
    1/24/14 8:55:28 AM          com.apple.printservice_LPR_mDNS_Plotter_Epson_7600[70]           8:55:28.703  Got a reply for service Plotter Epson 7600._printer._tcp.local.: Name now registered and active
    1/24/14 8:55:30 AM          org.jabber.proxy65[52]          /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python /twisted/persisted/sob.py:12: DeprecationWarning: the md5 module is deprecated; use hashlib instead
    1/24/14 8:55:30 AM          org.jabber.proxy65[52]            import os, md5, sys
    1/24/14 8:55:30 AM          org.jabber.proxy65[52]          /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python /twisted/python/filepath.py:12: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
    1/24/14 8:55:34 AM          com.apple.launchd.peruser.501[174]          (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    1/24/14 8:55:35 AM          ServerScanner[200]          Preference says we shouldn't scan
    Thanks!

Maybe you are looking for

  • SAPscript with request correspondence ....

    Hi all, In standard SAP, step to step I do: 1. T_code FB12 <- create Request Correspondence 2. T_code F.61 <-  Trigger for corespondence with Correspondence = 'SAP04'. 3. T_code SP01 <- Output control / Choose spool req. number and show SAPscript for

  • Create employee vendor to post net salary

    Hi Experts, We have a client requirement where they want to post employee salary net salary to employee vendor. Currently i have configured employee salary to go to balance sheet account. Can someone please tell me how to create employee vendor in HR

  • User exit for post good receipt for tcode VL32n(inbound delivery)

    HI, I need a user exit which should get triggered when the user hit the button "post good receipt" under tcode VL32N. I appreciate your help. Thanks, Sanjay

  • Re-Run Depreciation

    Hi Experts, I need to re-run depreciation for one asset number because it's cost center was blocked. So after run AFAB it cause depreciation amount in Asset and G/L difference because it can not post to G/L but posted only Asset. Anyway, while i use

  • I cant install Itunes 10 - HRESULT:0x8007054F

    I have tried to install Itunes10 and always fail. The message popped up was : An error ocurred during the installation of assembly 'Microsoft.VC80.CRT,version="8.0.50727.4053",type="win32,publickeyToken="1fc8b3 b9a1e18e3b",processorArchitecture="x86"