Need to change Pipeline URL

Hello,
I need to change the pipeline url for my XI. I did changed it in SLD -> Business System and in SXMB_ADM -> Integration Engine Configuration. But when I check the configuration in SXMB_ADM (F7), it seems that everything is not correct:
Yellow triangle and this message: "Corresponding Integration Server: Current Configuration <> System Landscape"
What can I do to force the new pipeline url to be used ? Restart something, refresh something ? I did refresh everything I can, but it didn't fix the problem.
Please be specific in your directions, my XI administrative knowledge is limited.
Thanks
Jerome

Hello,
First thanks everyone for your help. Now Pipeline url are the same everywhere.
However, the server seems to still listen on the old url... Just to give you the context, the old and new url are almost the same, I just changed the port. Currently, old url still returns "Empty HTTP query received" and new one return "http error 404".
I did restart all instances in sapmcc  to try to force the change, but it didn't help.
What should I try next ? Change another setting, refresh/restart something ?
Thanks again,
Jerome

Similar Messages

  • Do I need to enter Pipeline URL in SLD for Business System in PI ?

    Hi PI experts ,
    I am having problems with my file adapter sender adapter .There is error :
    2008-09-30 18:40:17 Success The message status set to DLNG.
    2008-09-30 18:40:17 Error Transmitting the message to endpoint http://xxxxxx2230.wdf.sap.corp:51080/sap/xi/engine?type=entry using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: java.net.UnknownHostException: xxxxxx2230.wdf.sap.corp.
    2008-09-30 18:40:17 Success The message status set to WAIT.
    More info : I don't have anything enter for Pipeline URL under Integration right now
    Do I need to enter Pipeline URL  under Integration under Business System in SLD?
    I don't have anything right now? Shouldn't this entry be automatic?Why I need to enter manually if I need to at all?
    Please help!
    Thanks
    Bob

    Do I need to enter Pipeline URL under Integration under Business System in SLD?
    --> yes, we shd provide this in SLD.
    I don't have anything right now?
    --> http://<ur server>/sap/xi/engine?type=entry
           give your server at <ur server>
    Shouldn't this entry be automatic?
    -->it shd be entered in SLD once.
    Why I need to enter manually if I need to at all?
    --> if you configure it in SLD once then there is no need for you to do it again.
         By giving this URL yoou are connecting your adapter engine to Integration engine. once your adapter picks the message, it will check the BS and based on the configuration of BS it will push the message.
    some times we can configure our adapter engine as a stand alone system with out IE or with different IE's, that is the reason SAP allows us to configure it.

  • Need to change Intercept URL - best method?

    I originally set up our Intercept environments with an A record that didn't include the fully-qualified domain name. I have been tasked with changing our environments to use FQDNs.  I should be able to just change the URL and the change should be seamless
    (it has worked when I changed the URL in the connectivity test in the console).  Is there anywhere in the console that I can make that change, or does that need to be changed in a configuration file or files?
    Thank you,
    Tom Foster

    Hi Tom,
    Do you mean you specified SEViewer server location without FQDN during Intercept Agent installation?
    If so, the connection string to SELog is configurable within Intercept MMC - it's right above 'Test Connectivity' button (Intercept MMC -> Applications -> Properties -> General tab).
    By default it is set to:
    http://localhost/selog/semlogws.asmx
    Input SEViewer server FQDN intead of localhost and check the connectivity once again. If it's Ok, click Apply/Ok button to save changes. 
    Igor Savchenko, VIAcode Consulting LLC (http://www.viacode.com/)

  • How to change the URL

    Hi All,
    I have created a web dynpro application and now I  need to change the URL of this application to some basic message type URL for eg:
    let's say our URL is "http://testdoc/post?mssg" and I now want to change this to as "OPEN DOCUMENT" and when user clicks on ""OPEN DOCUMENT" it will still direct to the original destination that is our original URL.
    Thanks,
    Rajat

    I used the following syntax:
    <A href="http://forums.sdn.sap.com/">display SDN</A
    >
    Edited by: rajatg on Oct 6, 2010 4:43 AM

  • Changing AnyConnect URL

    All,
    I need to change the URL that AnyConnect clients connect with and I'm looking for the easiest way of doing so without requiring clients to manually change the URL on their existing installations. This will also include going from a self-signed SSL cert on the old address to a publicly signed SSL on the new address. Could I use AnyConnect client profiles to do this even though I'm not using profiles at all now? Basically saying anyone connecting with the old address are somehow automatically forwarded to the new address. 

    I believe you could use a profile and make your server list refer to the FQDN and not the IP address.
    Once clients had connected and their local profiles update to include the FQDN, your DNS record pointing to the new address would direct them to the desired place.
    Here's where that's set in Profile Editor:
    http://www.cisco.com/c/en/us/td/docs/security/vpn_client/anyconnect/anyconnect31/administration/guide/anyconnectadmin31/ac03vpn.html#pgfId-1798377 

  • HOWTO:  Changing the URL and reloading the dataset

    Sometimes, you will need to change the url of your dataset
    and reload the dataset. This is quite easy to do with changing a
    variable and calling a method. Below is the code you would use. I
    use it to page through a set of data which only comes back in 10
    row increments and we do not know the recordcount of. (Yippee,
    Oracle E1). Anyway, here's the code....
    <script type="text/javascript" language="javascript">
    rowCount = 0;
    dsPeople = new
    Spry.Data.XMLDataSet("/spry/?event=peopleSearch&srchRowStart="
    + rowCount,"/orders/row", { useCache: false });
    function changeRowCount()
    rowCount = rowCount+10;
    var spryURL = "/spry/?event=peopleSearch&srchRowStart="
    + rowCount;
    dsPeople.url = spryURL;
    dsPeople.loadData();
    </script>
    <div spry:region="dsPeople">
    <div spry:state="loading"><img
    src="/assets/images/ajax-loader.gif"/></div>
    <div spry:state="error">Error Loading
    Data...</div>
    <div spry:state="ready">
    <div spry:repeat="dsPeople">
    <span spry:content="{dsPeople::NAME}"></span>
    </div>
    <a href="javascript:changeRowCount()"><span
    spry:content="Next 10 Records"></span></b>
    </div>
    </div>

    Enabling SSL for Central Administration is a good idea. Making it so it is only accessible using an IP address doesn't make it any more secure. This is security through obscurity and anyone dedicated enough to attacking Central Administration will find the
    site whether it's an IP address or named.
    For what it's worth an attacker is going to try scanning IP ranges long before they try looking at DNS. And, because of the way SharePoint works if the site is accessible by its IP address and not a specific hostname, anyone who knows the IP address and
    the SSL port (443) can connect. If you have a hostname it won't be immediately accessible.
    Some other thoughts: When you rely just on the IP address, what happens if you want to move Central Administration to another server in the farm, or you want to provide load balancing and have multiple servers hosting Central Administration? What happens
    when the server running Central Administration dies so you create a new Central Administration site on a server with a different IP address? How will you communicate this URL change to all of your administrators?
    Jason Warren
    @jaspnwarren
    jasonwarren.ca
    habaneroconsulting.com/Insights
    Sorry,
    I wasn't clear in my OP.  The IP would be tied to a DN.  So you would go https://abc123.com and it would ask for authentication.  That URL would be tied to a separate IP on the network card of that server.  The IP address association
    is done through IIS.

  • Change incoming URL in ICM

    Dear colleagues,
    I need to change the URL the portal is receiving in some cases.
    For example:
    https://<machine>:<port>/irj/portal/irj/servlet/prt/portal/prtroot/?NavigationTarget=OBN://BOSystemAlias=SAP_SRM/BOTechnicalName=po/Operation=detailprof&NavMode=3&SAPSRM_BOID=3DCA3F4E01C69942E10000000A710514&SAPSRM_WIID=000006817511&SAPSRM_BOTYPE=BUS2201&SAPSRM_MODE=APPROVAL
    If BOTechnicalName=po, I need to change the Operation to 'detail' instead of 'detailprof'
    Is it possible to do with icm/HTTP/redirect_<xx>?
    (http://help.sap.com/saphelp_nw04s/helpdata/en/00/040f3a39ce8704e10000000a114084/content.htm)
    Thanks for your help and regards,
    Sergio

    Hi
    You can use sap webdisp in front of your portal, this has the ability to redirect the URL's end user will not be able to see the actual calling URL
    Regards
    Vamshi

  • Change hostname (url) of Network Monitoring Server

    Hello Spiceworks,
    I recently installed the "network monitoring" product on our infrastructure, and we are currently evaluating it.
    This is an awesome product with a lot of potential :)
    I would like the links in the notification emails that the system is sending out to be accessable from both inside and outside my infrastructure, so I am running access from the outside through a proxy.
    I now need to change the URL's that are inserted into the notification emails, but I can't seem to find a way to configure it through the GUI.
    /Michael
    This topic first appeared in the Spiceworks Community

    Originally Posted by icedheat
    I have a bit of a strange (but major) issue. I have recently joined up a workstation and reinstalled the agent, but somehow this workstation has been given the same GUID as my primary (only) server!
    In the Control Center, I can view the server object still, but it shows with the wrong hostname and IP Address:
    Alias: [Actual Server Name]
    Host Name: [Shows Workstation Name That had Duplicate ID Here]
    IP Address: [Shows Workstation IP Address that had Duplicate ID Here]
    All the details appear correct in the Adaptive Agent Properties on the actual server.
    I've located the workstation that had the duplicate GUID and reset the image safe data, it now has its own GUID. The only problem is, because the ZCC contacts devices by hostname or IP address, it cant connect to the server (effectively itself) to update the record in ZCC.
    Is there a way I can edit the object (at least the hostname or IP address) in ZCC so that it can connect properly to update itself? Its currently very broken
    Cheers
    Matt
    Hi Matt, I'd be tempted to have the server agent re-register.... but for this one (and the mishap a wrong step might cause), opening a call with Novell would be my suggestion.
    -Willem

  • How do I use Sun Web Server 7.0u1 reverse proxy to change public URLs?

    Some of our installations use the Sun Web Server 7.0 (update 1, usually)
    for hosting some of the public resource and reverse-proxying other parts
    of the URI namespace from other backend servers (content, application
    and other types of servers).
    So far every type of backend server served a unique part of the namespace
    and there was no collision of names, and the backend resources were
    published in a one-to-one manner. That is, a backend resource like, say,
    http://appserver:8080/content/page.html would be published in the internet
    as http://www.publicsite.com/content/page.html
    I was recently asked to research whether we can rename some parts of
    the public URI namespace, to publish some or all resources as, say,
    http://www.publicsite.com/data/page.html while using the same backend
    resources.
    Another quest, possibly related in solution, was to make a tidy url for the
    first page the user opens of the site. That is, in the current solution when
    a visitor types the url "www.publicsite.com" in his or her browser, our web
    server returns an HTTP-302 redirect to the actual first page URL, so the
    browser sends a second request (and changes the URL in its location bar).
    One customer said that it is not "tidy". They don't want the URL to change
    right upon first rendering the page. They want the root page to be rendered
    instantly i the first HTTP request.
    So far I found that I can't solve these problems. I believe these problems
    share a solution because it relies on ability to control the actual URI strings
    requested by Sun Web Server from backend servers.
    Some details follow, now:
    It seems that the reverse proxy (Service fn="service-passthrough") takes
    only the $uri value which was originally requested by the browser. I didn't
    yet manage to override this value while processing a request, not even if
    I "restart" a request. Turning the error log up to "finest" I see that even
    when making the "service-passthrough" operation, the Sun Web Server
    still remembers that the request was for "/test" (in my test case below);
    it does indeed ask the backend server for an URI "/test" and that fails.
    [04/Mar/2009:21:45:34] finest (25095) www.publicsite.com: for host xx.xx.xx.83
    trying to GET /content/MainPage.html while trying to GET /test, func_exec reports:
    fn="service-passthrough" rewrite-host="true" rewrite-location="true"
    servers="http://10.16.2.127:8080" Directive="Service" DaemonPool="2b1348"
    returned 0 (REQ_PROCEED)My obj.conf file currently has simple clauses like this:
    # this causes /content/* to be taken from another (backend) server
    NameTrans fn="assign-name" from="/content" name="content-test" nostat="/content"
    # this causes requests to site root to be HTTP-redirected to a certain page URI
    <If $uri =~ '^/$'>
        NameTrans fn="redirect"
            url="http://www.publicsite.com/content/MainPage.html"
    </If>
    <Object name="content-test">
    ### This maps http://public/content/* to http://10.16.2.127:8080/content/*
    ### Somehow the desired solution should instead map http://public/data/* to http://10.16.2.127:8080/content/*
        Service fn="service-passthrough" rewrite-host="true" rewrite-location="true" servers="http://10.16.2.127:8080"
        Service fn="set-variable" set-srvhdrs="host=www.publicsite.com:80"
    </Object>
    I have also tried "restart"ing the request like this:
        NameTrans fn="restart" uri="/data"or desperately trying to set the new request uri like this:
        Service fn="set-variable"  uri="/magnoliaPublic/Main.html"Thanks for any ideas (including a statement whether this can be done at all
    in some version of Sun Web Server 7.0 or its opensourced siblings) ;)
    //Jim

    Some of our installations use the Sun Web Server 7.0 (update 1, usually)please plan on installing the latest service pack - 7.0 Update 4. these updates addresses potentially critical bug fixes.
    I was recently asked to research whether we can rename some parts of
    the public URI namespace, to publish some or all resources as, say,
    http://www.publicsite.com/data/page.html while using the same backend
    resources.> now, if all the resources are under say /data, then how will you know which pages need to be sent to which back end resources. i guess, you probably meant to check for /data/page.html should go to <back-end>/content/page.html
    yes, you could do something like
    - edit your corresponding obj.conf (<hostname>-obj.conf or obj.conf depending on your configuration)
    <Object name=¨default¨>
    <If $uri = ¨/page/¨>
    #move this nametrans SAF (for map directive - which is for reverse proxy within <if> clause)
    NameTrans.. fn=map
    </If
    </Object>
    and you could do https-<hostname>/bin/reconfig (dynamic reconfiguration) to check out if this is what you wanted. also, you might want to move config/server.xml <log-level> to finest and do your configuration . this way, you would get enough information on what is going on within your server logs.
    finally,when you are satisfied, you might have to run the following command to make your manual change into admin config repository.
    <install-root>/bin/wadm pull-config user=admin config=<hostname> <hostname>
    <install-root>/bin/wadm deploy-config --user=admin <hostname>
    you might want to check out this for more info on how you could use <if> else condition to handle your requirement.
    http://docs.sun.com/app/docs/doc/820-6599/gdaer?a=view
    finally, you might want to refer to this doc - which explains on ws7 request processing overview. this should provide you with some pointers as to what these different directives mean
    http://docs.sun.com/app/docs/doc/820-6599/gbysz?a=view
    >
    One customer said that it is not "tidy". They don't want the URL to change
    right upon first rendering the page. They want the root page to be rendered
    instantly i the first HTTP request.
    please check out the rewrite / restart SAF. this should help you.
    http://docs.sun.com/app/docs/doc/820-6599/gdada?a=view
    pl. understand that - like with more web servers - ordering of directives is very important within obj.conf. so, you might want to make sure that you verify the obj.conf directive ordering is what you want it to do..
    It seems that the reverse proxy (Service fn="service-passthrough") takes
    only the $uri value which was originally requested by the browser. I didn't
    yet manage to override this value while processing a request, not even if
    I "restart" a request. Turning the error log up to "finest" I see that even
    when making the "service-passthrough" operation, the Sun Web Server
    still remembers that the request was for "/test" (in my test case below);
    it does indeed ask the backend server for an URI "/test" and that fails.
    now, you are in the totally wrong direction. web server 7 includes a highly integrated reverse proxy solution compared to 6.1. unlike 6.1, you don´t have to download a separate plugin . however, you will need to manually migrate your 6.1 based reverse proxy settings into 7.0. please check out this blog link on how to set up a reverse proxy
    http://blogs.sun.com/amit/entry/setting_up_a_reverse_proxy
    feel free to post to us if you need any futher help
    you are probably better off - starting fresh
    - install ws7u4
    - use gui or CLI to create a reverse proxy and map one on one - say content
    http://docs.sun.com/app/docs/doc/820-6601/create-reverse-proxy-1?a=view
    if you don´t plan on using ws7 integrated web container (ability to process jsp/servlet), then you could disable java support as well. this should reduce your server memory footprint
    <install-root>/bin/wadm disable-java user=admin config=<hostname>
    <install-root>/bin/wadm create-reverse-proxy user=admin uri-prefix=/content server=<http://your back end server/ config=<hostname> --vs=<hostname>
    <install-root>/bin/wadm deploy-config --user=admin <hostname>
    now, you can check out the regular express processing and <if> syntax from our docs and try it out within <https-<hostname>/config/<hostname>-obj.conf> file and restart the server. pl. note that once you disable java, ws7 admin server creates <vs>-obj.conf and you need to edit this file and not default obj.conf for your changes to be read by server.
    >
    I have also tried "restart"ing the request like this:
    NameTrans fn="restart" uri="/data"
    ordering is very important here... you need to do this some thing like
    <Object name=default>
    <If not $restarted>
    NameTrans fn=restart uri from=/¨ uri=/foo.
    </If>

  • How to Change attachment URL on a Purchase Req?

    Attachments in the EBP shopping carts are transferred to an ITS server and are linked to a back end R/3 Purchase Requisition. 
    Note that the attachments are physically stored on ITS server and the link (URL) to the attachment and Purchase Req is stored in SAP. 
    As a part of decommissioning, the server which was used for storing attachments is replaced with a new server and all the attachments are moved to new server.  
    Since the link associated to the Purchase Req and attachment is not changed, when user is trying to open the Purchase Req attachment, it is not displaying becuase all the attachments are moved to new server. 
    How to change the link (URL) in the Purchase Req so that it will point out to the new server instead of old server. 
    Due to the following reasons manually changing the URL is not advisable.
    1) 40,000 attachments link need to be changed.
    2) System is not allowing to change the URL manually because of the user differences.  All the attachment links are attached to Purchase Reqs by RFC user (since these are transferred from EBP environment). 
    Please advise what should be the feasible solution to change the URL (link) on the Purchase Req so that business can open the attachment with no issues.
    Thanks in advance

    According to SAP, since purchase order is a legal document they do not support the process of changing document number.  They suggested I do the change with debug and replace at my own risk.  In ME22N go to debug and type MEPO_TOPLINE-BEDAT.  The values for this field show up as 29991231 that should be changed to 20191231 and press F8, then save the purchase order.

  • Is it possible to change the URL of the browser corresponding to changes in the timeline?

    Hello,
    I'm trying to create a whole website in Edge. Is it possible to change the browser URL for different sections of the animation. For example me.com/part1 leads to 2.0 seconds in the animation. And for example when you type me.com/part2 the browser would go to 4th second of the animation. And vice versa, when the animation reaches the 4th second the browser URL would change to me.com/part2. It would be really great if that were possible. Any ideas on how to accomplish it?
    Thanks!

    Hi there, Joel's example seems to be exactly what you're trying to do. All you need to do is replace his functions with your functions.
    There are two main parts to his example: 1) reacting to a URL change directly in the URL bar, 2) reacting to a button click, and setting the URL
    Regarding Item 1: this line (this adds a listener for when the URL hash is changed, and calls the 'sym.animate' function in his example). Note that he is linking the value after the # with the symbol names 'panel1', etc. This line enables the functionality for you to be able to directly change the URL to: testStep95.html#panel2, and the site will change pages.
    $(window).on("hashchange", function(){sym.animate(location.hash.replace("#",""), sym.onStage)});
    Regarding Item 2: he's setting the page title (based on the active panel symbol) and URL hash, in the  'sym.animate' function. He calls the 'sym.animate' function on click of btn1, btn2, btn3:
    document.title = panelIn;
    window.location.hash = panelIn;
    Props to Joel for his slick example!

  • When creating a custom SearchPlugin, is it possible to add more code such as uppercase conversion of the SearchText and IF statements that change the URL depending on what is typed?

    When creating a custom SearchPlugin, is it possible to add more code such as uppercase conversion of the searchTerms and IF statements that change the URL depending on the searchTerms? Every time I try to add something firefox doesn't want to add it as a search plugin. I need to create a more powerful search tool for personal use.

    I've found some external software applications that will do it, so that leads me to believe its not possible within ID CC.

  • How to change the url of "Add New Item" of a particular list in SharePoint 2013???

    Hi Guys,
    How to change the url of "Add New Item" of a particular list in SharePoint 2013???
    I need to redirect it into the page where I have created my Visual web part.
    Please suggest
    Warm Regards,
    Tony Joy

    Hi,
         There are multiple ways to change the form url like javascript, SharePoint designer, custom code, editing default form to have custom web part etc, Please follow the url below that describe diffent methods and steps
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/ec2769a0-683c-4023-8804-b596e4f92a3a/change-default-forms-on-custom-list?forum=sharepointcustomizationlegacy
    Hope it helps!!!
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. Thanks, Ajeet

  • Is it possible to change the URL of displaytag's sortable function?

    Basically, I've got a jsp page with the displaytag code on it such as:
    <display:table name="result">
    <display:column sortable="true" property="title" />
    <display:column sortable="true" property="author" />
    <display:column sortable="true" property="status" />
    <display:column sortable="true" property="location" />
    <display:column property="image" />
    </display:table>
    The way it loads the data is that in a servlet, a line of code creates the arraylist called "result", and passes that through the HTTP header onto the jsp. The jsp gets it and displaytag handles it. However, whenever I click one of the sortable headings, none of the data is found because the jsp currently needs to have the arraylist sent to it from a servlet. Clicking a sort link doesn't go through a servlet, just adds some arguments.
    Is there a way to change the sortable URL to go back through a servlet and then add the sorting code (which is something usually like ?d-49653-s=0&d-49653-o=2&d-49653-p=1)?
    Thanks
    Ed

    Hi there, Joel's example seems to be exactly what you're trying to do. All you need to do is replace his functions with your functions.
    There are two main parts to his example: 1) reacting to a URL change directly in the URL bar, 2) reacting to a button click, and setting the URL
    Regarding Item 1: this line (this adds a listener for when the URL hash is changed, and calls the 'sym.animate' function in his example). Note that he is linking the value after the # with the symbol names 'panel1', etc. This line enables the functionality for you to be able to directly change the URL to: testStep95.html#panel2, and the site will change pages.
    $(window).on("hashchange", function(){sym.animate(location.hash.replace("#",""), sym.onStage)});
    Regarding Item 2: he's setting the page title (based on the active panel symbol) and URL hash, in the  'sym.animate' function. He calls the 'sym.animate' function on click of btn1, btn2, btn3:
    document.title = panelIn;
    window.location.hash = panelIn;
    Props to Joel for his slick example!

  • Changing feed URL from ODEO

    I used to use Odeo.com to publish my podcast feed and that is the URL I submitted to iTunes. I now wish to change to URL to a different site (my own). I am fully aware of the <iTunes:new-feed-url> tag system, but it does not help me as I do not have direct access to the feed to add this tag. Odeo seems unwilling to help as well, and suggests I submit the new feed TO ODEO, and "claim" it. That is my point, I do not want to be on Odeo anymore. So now I am stuck keeping my old feed on Odeo up to date and I cannot find a way to contact Apple directly to change my feed. Please advise me on what I should do next. Thank you for any assistance.

    There are only two ways of changing the feed. The use of a 301 redirect...which would need to be done on the server..most likely by an administrator....or the <itunes:new-feed-url>.
    I'm pretty sure Apple can't/won't change it for you...
    If you can't sweet talk Odeo into adding the new-feed-url tag for you...about your only other option would be to start a new one and submit it as a new feed. You then could publish an episode on your Odeo feed telling people to subscribe to your new feed.
    Erik

Maybe you are looking for

  • HT3702 How do I remove my credit card information on my kids iPhone?

    I'm having trouble removing the credit card information on another phone that I have that my younger son uses . It's not letting him download any apps or use anything that requires his Apple ID . I just want to remove the credit card information and

  • Imac and Macbook pro can no longer see one another

    I'm not sure why, but all since I upgraded to Yosemite, I can no longer see my iMac on my Macbook Pro and vice versa. I could always see the computer that I needed to connect to in finder, or I could connect with my iCloud password. As of today, I ca

  • IF condition issue - Urgent

    Hi Gurus, i have two requirements, for that i am using IF condition but its not giving proper results. for first requirement iam using code like this 1) <?xdofx:if QuantityActual='' or QuantityActual=0 then 'N/A' else if AcceptableFlagDisplay = 'Yes'

  • Connecting TC directly to my macbook via ethernet cable

    Folks, I've looked at a number of posts on this topic but I must be missing a step because it is not working. Simply want to do file transfer via ethernet. so... I connect a ethernet cable from the TC to my Macbook - what do I do next?

  • Trouble with burned DVDs

    Hi, my iBook has stopped reading burned DVDs or CDs. Also, it does not recognize blank discs to burn new material onto them. It plays commercially bought DVDs and CDs just fine, but when a burned or blank disc is inserted (even ones that it created),