Webservices returned file URL

Hi,
Using the web service APIs I have created an Application Express application to perform searches and display results.
This works well with a 'web' source but I'm having a problem with a 'File' source.
I set the starting URL for the crawler to... FILE://localhost/mnt/rrshare/education
I have successfully crawled the file source but when I return results the URL returned is in the format '/search/query/display.jsp?type=file&f_url=......'
For example....
/search/query/display.jsp?type=file&f_url=mnt%2Frrshare%2Feducation%2FRR%2520Course%2520Offerings.doc
What I really need is the address on the network such that a user can open the file via the URL...
file:///\\rrsyd001\rrshare\Education\RR Course Offerings.doc
Any help gratefully appreciated.

You can do this using the NTFS source type (in 10.1.8) by setting the "Use local display URL" parameter to "true".
If you're using the standard file source type, you may be able to get this functionality by changing the "Display URL" setting for the source. This allows you to substitute the original URL prefix for a new one to be used during the display of a hit.
- Roger

Similar Messages

  • Browser links return "Could not load file/URL specified:"

    The JWS application manager works great, but the links in my browser return an error saying "Could not load file/URL specified:" followed by the path to my temporary internet files. Why does JWS, through my browser, always look to my temporary internet files? I go to the demo page at http://java.sun.com/products/javawebstart/demos.html and any link there returns the same error. The JWS app manager will download and run the demo's just fine, which makes me think there is something wrong with my browser. I am running the following:
    JWS 1.2
    JRE 1.4.1
    IE 5.50
    Any help at all would be greatly appreciated.

    often your browser cache may get corrupted for certain sites/pages... your best bet is to clear your cache and try again... you could also change the settings for how long to keep your cache before re-loading as fresh... :-) it's a shame that this happens, but other than what i have suggested, i don't know any other work-arounds...

  • Since installing 3.6.9 my Joomla content editor pop-up windows no longer return the URLs selected

    I recently upgraded to Firefox 3.6.9 and found that when using the editor in a Joomla 1.0.15 website , the content editor pop-up windows no longer return URLs selected (eg: image or file URL to be used in a link). I have been using the site with no problems for many years, and the problem was cured when I reinstalled 3.6.8

    Thanks cor-el but the problem is not in my web development but is a new issue/problem in FireFox which was not present in all versions up to and including version 3.6.8 and was only introduced in version 3.6.9. I have also established that the same problem also exists in FireFox version 4 beta 6 and have therefore also raised a second question today.
    My understanding was that I should raise these issues in this forum, but I will also check out the other forum.

  • Reading file from a folder : File dir = new File(URL+aFile_to_add);

    Hi,
    Trying to read files from a dir on my site using a JSP and bean. I've tried nearly every option for the filepath I can think of and it doesn't seem to be finding the file...
    Here's the bit:
    String URL = "images\\wedding_photos\\";
    File dir = new File(URL+aFile_to_add);
    String[] files = dir.list();
    It's working locally, but I obviously had to change the path from c://... to the above.
    The full code is listed below in the addWedding Method
    The method removes the .jpg from the file name and then writes the new file name to a database
    Thanks for any insight.
    Regards
    Jim
    public String addWedding(String aFile_to_add)
    String feedback = "unset in scrubWedding";
    try
    String URL = "images\\wedding_photos\\";
    Class.forName("org.gjt.mm.mysql.Driver");
    java.sql.Connection connection = java.sql.DriverManager.getConnection("jdbc:mysql://localhost/rhwedd2_shop?user=**********&password=*******");
    java.sql.Statement statement = connection.createStatement();
    File dir = new File(URL+aFile_to_add);
    String[] files = dir.list();
    if (files == null)
    feedback = "Sorry, couldn't find the file "+aFile_to_add+"...no files have been added.";
    else
    for (int i=0; i<files.length; i++)
    // Get filename of file or directory
    String filename = files;
    String no_extension;
    //convert string array element into a char array
    char [] charsfilename = filename.toCharArray();
    int newlength = charsfilename.length -4;
    no_extension = String.valueOf(charsfilename,0,newlength);
    filesAdded = filesAdded+", "+no_extension;
    // Show the new file names in stack trace without extension
    //System.out.println("String no_extension " + no_extension );
    statement.executeUpdate("INSERT INTO items VALUES ('"+no_extension+"',5,'"+aFile_to_add+"')");
    // write to table with item_id and weddingid
    feedback = "The following files have been added..."+filesAdded;
    if (statement != null )
    statement.close();
    if ( connection != null )
    connection.close();
    catch(Exception e)
    feedback = "Into the catch";
    e.printStackTrace(System.err) ;
    return feedback;
    }//end addWedding

    String URL = "images\\wedding_photos\\";
    File dir = new File(URL+aFile_to_add); ok, ok, I'll answer...
    1) What gives you the impression that the relative directory "images\\..." exists (or, in other words, what makes you think your current directory is the parent of "images"?

  • Could not load file/URL (file not found) error for JNLP file

    I am completely baffled in trying to figure out why I am getting the following error for some JNLP files but not others:
    Error: could not load file/URL specified: C:\Users\tom\AppData\Local\Temp\javaws2
    java.io.FileNotFoundException: C:\Users\tom\AppData\Local\Temp\javaws2 (The system cannot find the file specified)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(Unknown Source)
    at java.io.FileInputStream.<init>(Unknown Source)
    at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
    at com.sun.javaws.Main.launchApp(Unknown Source)
    at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
    at com.sun.javaws.Main$1.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)I have Googled around this forum and elsewhere, and have seen reports that this error is IE-specific, and seems to have something to do with no-cache headers being sent, or with the client browser's cache being full or turned off (which is not my case). I saw the information in the JavaWS FAQ, which recommended turning off security constraints for the JNLP's URI. I tried that, and it didn't help. One of the very baffling things is that I have created several variations of the JNLP file, with varying combinations of jars and property resources, and some combinations always work while other combinations never work. Here's an example:
    <jnlp spec="1.0+" codebase="$$codebase">
       <information>
          <title>demo app</title>
          <description>illustrates weird bug</description>
       </information>
       <resources>
          <j2se version="1.5+"/>
          <jar href="randomFile.jar"/>
          <property name="xxx" value="xxxx"/>
          <property name="swing.metalTheme" value="steel"/>
       </resources>
    </jnlp>The above file always fails with the error shown at the top of this message. However, if I remove either of the two properties, it works fine. And I have created other variations with lots of properties, some of which work. All of these variations are in the same directory in the war file, served by the exact same servlet (a slightly modified version of the jnlp.sample.servlet.JnlpDownloadServlet provided with JDK 1.6.0_3). Assuming that a no-cache header is the problem, what on earth could be causing some JNLP files to always be served with a no-cache header, while others are never served with a no-cache header?
    On a related note, any recommended debugging techniques for seeing what headers are being transmitted? I tried adding a simple check for a "debug=true" parameter in the servlet that causes it to set the content type to "text/plain" instead of JNLP, and that allows me to see (rather than execute) the JNLP XML that's being returned, but it doesn't show me the HTTP headers that are being sent back. If any caching headers are being set, I think it must be being set by the servlet container itself, as it's nothing being set in the servlet code that I can see. So I don't see any way on the server side Java code to output or log the actual HTTP response (or is there?). Any tips in that regard much appreciated.
    Edited by: TomC125468 on Aug 19, 2009 1:35 PM

    Hi Luca-Sanna,
    Thanks for the response. Re browsers, yes, it fails in IE but it succeeds in Firefox. The info on the JavaWS FAQ and other places all seem to indicate that it's an IE issue concerning handling of the cache-control headers.
    I should check in my webserver forum (Sun WebServer 7) to see about logging options. Sniffing on the client side is not possible, as my app is required to use HTTPS exclusively, and unfortunately that also precludes a telnet GET request.

  • Help needed in getting file url

    Hi,
    I work in a project where i need to get the url of the specified file. The code for that is as,
    URL fileURL = Thread.currentThread().getContextClassLoader().getResource();
    The required resource is available in the concerned path. But the file url returns null
    Can you please help in solving the problem.
    Thanks and Regards,
    Mclaren

    Where (text area, label, button) do you want it to do it.
    What do you want it do (browse within the local text area, open the default browser...)
    Text area, use above, JButton (or alike) and open default browser, use ActionListener and JDIC.

  • WebService to File Scenario

    Hi All,
    I am doing WebService to File Scenario.
    Here I am facing problem when I  am sending request .
    It is saying
    " http error.Could not post file"
    I have given the url as   
    http://<server>.domain:<port>/XISOAPAdapter/MessageServlet?channel=:BS_SOAP2FILE:CC_SOAP2FILE_SENDER
    Can anyone suggest me why is this coming.
    I searched for SDN and changed the address location in wsdl file to above url.
    but still it is coming.
    I checked the url in browser .It is saying "Message Servlet is in Status OK ......."
    Any kind of tips or suggestion will be appreciated.
    Thanks
    Rabi
    Edited by: RabiPanda on Nov 15, 2011 8:21 AM

    Hi,
    I agree with Ganesh. Try to use SOAP UI to call your service URL to see if it's working.
    You can find a tool called TCPGateway in the attachment section of the SOAP Adapter FAQ note 856597. Please see tcpgw.zip for more details. Use it on Client side to see the complete HTTP response from PI for more info. If it does not help, try to compare your HTTP request and request generated by SOAP UI if they are created the same way. Especially HTTP header parameters like Content-Type.
    Let us know if you find the problem.
    Martin

  • Load from file:// url

    Hi,
    I'm trying to get a very simple OSMF example loading from a file:// URL.
    When I load from an absolute http:// url the video is loaded and displayed.
    When I try to load from a relative URL or an absolute file:// URL the video is not loaded and displayed and no request is made to load the video.
    I don't think it is a security sandbox issue as I'm running in a trusted folder and would expect an exception for a security sandbox issue.
    Executing netLoader.canHandleResource() returns true for each URL.
    Surely I'm missing something obvious but I would expect this to work without any extra effort.
    Maybe this is a known issue of I need to do something else to load from file:// URLs.
    The code is so simple it's hardly worth posting:
    public function load( url:String ):void
         var resource:URLResource = new URLResource( url );
         _netLoader = new NetLoader();
         trace("VideoPlayer::load()", _netLoader.canHandleResource( resource ) );
         var media:VideoElement = new VideoElement( resource, _netLoader );
         //display has already been instantiated and added to the display list
         _display.addMediaElement( media );
         _player = new MediaPlayer();
         _player.media = media;
    Any help with this would be much appreciated.

    You can use the IOErrorEvent.IO_ERROR listener and trace for debugging to see if your xml is being received.
    example...
    var pageData:XML;
    private function getInfo():void {
    var url:String = "urlTo.xml";
    var myXMLLoader:URLLoader = new URLLoader();
    myXMLLoader.addEventListener(Event.COMPLETE, onLoaded, false, 0, true);
    myXMLLoader.addEventListener(IOErrorEvent.IO_ERROR, errorXML, false, 0, true);
    myXMLLoader.load(new URLRequest(url));
    private function onLoaded(e:Event):void {
    pageData = new XML(e.target.data);
    pageData.ignoreWhitespace = true;
    //for testing in Flash
    trace("Data received: "+pageData);
    //for testing to device
    // example: textfieldOnStage.htmlText = pageData;
    //handle xml load error
    private function errorXML(e:Event):void {
    trace("XML Error:"+ e);
    // example: textfieldOnStage.htmlText = pageData;

  • Can links from InDesign or InCopy Articles use non-file: URLs?

    I am trying to determine if InDesign CS6 or newer provides any way for links to be to URLs that are not file: URLs. For example, I am using a CMS that provides HTTP access to images. I would like to do something like:
            <Link
              Self="uf3"
              AssetURL="$ID/"
              AssetID="$ID/"
              LinkResourceURI="htp://myrepository.com/resource/binary/myimage.jpg"
           />
    My experiments suggest that this will not work but I'm hoping I've overlooked something.
    Another wrinkle is authentication: for access to the CMS the URLs need to be authenticated, which means InDesign would need to get then authentication information on at least first resolution.
    Is there a way to do this out of the box? If not, what would be required in terms of plugin implementation or library deployment to enable it? Back in CS3 days we were able to use some unsupported libraries to get URL resolution working but it would be nice if it worked out of the box.
    Thanks,
    Eliot

    As far as I know there is nothing new in CS5 (or CS4 for that matter) regarding which styles are retained when exporting frames to InCopy. If you're exporting an individual story (text frame) from ID to IC, the only styles in that ICML file will be the ones used by the text in the story. If there's no text in the story -- you're exporting an empty frame -- then the ICML file won't have any styles.
    It's been this way as long as I can remember.
    What you need to do in InDesign is keep some fake text in the text frame to which you've applied the styles you want the InCopy users to use. Export that, then in InCopy, open it up, delete the text, and the styles will remain. Now you can save it as an actual InCopy template file (ICTD? something like that) from the Save As menu, and when IC users open it, it'll create an untitled, empty copy of the starter InCopy document with all the styles.
    In a non-Woodwing workflow, InCopy users open the actual INDD file and so have access to all the styles, even if the story frame they want to work on in that layout is initially empty. Or, they can import (Load) all the styles from an InDesign doc into their standalone InCopy file from the InCopy Paragraph Style panel menu (Load All Styles).Not sure if you can do the latter w/Woodwing.
    I was pretty sure that Woodwing had a different way of creating InCopy templates, something like InCopy article templates? Not sure.
    AM

  • IDOC-XI-Webservice-XI-FIle

    Hi,
    I am doing IDOC-XI-Webservice-XI-FIle,
    I am using Asyn-synch bridge.
    While I am creating Synch_ABS ( IDOC & File ) it is showing that u cannot create interface with IDOC & non IDOC,
    How should i proceed the scdenario.
    Regards,
    Jayasimha Jangam

    Hey,
        Create a request structure for webservice
        Create a response structure for webservice.
        Create a Structure for file.
         Map the idoc with the webservice request structure.
         Map the webservice response structure with the file structure.
       Abstract asynchronous interface:- Idoc
       Abstract synchronous interface
                   Request:- request webservice
                   Response:- response webservice
    Abstract asynchronous interface:- file
      BPM design
    Receive step:- abstract asynchronous interface
    Transformation step:- mapping between Idoc and webservice request
    Send step:- abstract synchronous interface
    Transformation step:- mapping between Webservice response and file
    Send step:- abstract asynchronousp:- file
    regards,
         Milan

  • Problem with file:/// URLs in Safari 2

    I am seeing some confusing behaviour with file:/// URLs: a very simple HTML file with that type of link works as expected (opens the nominated folder) when loading it as a local file from my disk, but when I put it on our web server and retrieve it from there, nothing happens when I click on the file:/// link.
    This is happening under Safari 2.0 on OS X 10.4.2 (cross-tested on a brand-new iMac), but by comparison does not happen under Safari 1.2.4 under OS X 10.3.8 on an old eMac.
    The HTML source as viewed in the browser when loading it each way is identical:
    Go here: link
    Has anyone else seen -- and hopefully resolved -- this?
    Thanks,
    Robert

    I tried clicking on the link and nothing whatsoever happened. So I tried a control click and selected "Open Link in new window" and a new window opened, followed by the Utilities folder opening. I made a test.html file with the link in it, put it on my startup drive and it worked as expected, and ditto for putting it on a second internal drive. I then put it on my iDisk and navigated to it thru its web site address of
    http://homepage.mac.com/francines/testlinks.html
    and discovered that the two other "local" operation links (to launch ScriptEditor) both worked, but the open folder link no longer did, except by using control click and choosing either "Open link in new window" or new tab. A new Safari window or tab opens, then the Utilities folder opens.
    I then tried the page in Firefox, and it didn't work AT ALL, not even with new window or tab. I then tried Mozilla and Netscape. Same deal. The ancient Internet Explorer opened the Utilities folder inside a new browser window rather than the Finder. This might be a clue as to why the link doesn't work as expected, but unfortunately I don't know what it means.
    Francine

  • Error opening file/URL reference by alias and Administrative limit exceeded

    Hello All,
    Problem:
    SMTP Error: 4.5.0 error opening file/URL reference by alias
    and
    Search failed with: netscape.ldap.LDAPException: error result (11); Administrative limit exceeded
    Here is my configuration:
    Windows 2000 server (without Active Directory)
    SP4
    Iplanet Messaging Server 5.2
    Netscape Directory Server 4.16
    IPlanet Messaging Server 5.2 Hotfix 1.09 (built Jan 7 2003)
    We have a group which we use to flash messages to all the users of the mail server. Till last week it was working fine but now I am not able to send messages to this group <group-name>.
    There are around 800 (Eight Hundred) E-mail id the messaging server and the flashed message is supposed to go to all 800 + users.
    Note: I have another group of 300 users and I am able to send an E-mail to this group of 300 users.
    I am using Dynamic Group for Members list.
    The error message I get while trying to send message to this group is
    SMTP Error: 4.5.0 error opening file/URL reference by alias.
    The corresponding error in mail.log file is
    30-Jan-2004 10:55:21.40 41c.7e4.1098 tcp_intranet J 0 <group-name>@domain rfc822; <group-name>@domain domain (localhost [127.0.0.1]) 452 4.5.0 error opening file/URL referenced by alias: <group-name>@domain
    Now when I construct and Test the LDAP URL from Console, the error I get is:
    Search failed with: netscape.ldap.LDAPException: error result (11); Administrative limit exceeded
    I have increased the various limits but I still get the same error when I send mail to that group or do a LDAP Test:
    The deafult and new limits are:
    Sizelimit: Default 2000 New 10000
    Timelimit Default 3600 New 3600
    Lookthroughlimit Default 5000 New 6000
    The corresponding error entry in access log of slapd is:
    30/Jan/2004:12:19:26 +051800] conn=34 op=213 RESULT err=11 tag=101 nentries=0 etime=2 notes=U
    My search for Administrative limit problem and error opening file/URL error in Sun forum and other groups did get some hits but that did not solve my problem.
    I will appreciate any suggestion/comments.
    Thanks and Regards,
    Maneesh Bisht

    Thanks Jay.
    My problem has been fixed.
    Your suggestion was to increase the lookthrough limit. As you would have noticed in my posting that I had increased this limit to 6000 but that did not solve my problem. Today I increased this limit to 10000. And after that I did not get "administrative limit exceeded" error. Also I do not get "error opening file/URL reference by alias" error while sending E-mail to a particular group of 800+ ids.
    Regards,
    Maneesh Bisht

  • I have lost the URL box on the top of the page and I can't seem to get it back -- I don't want to reset everything -- only return the URL box on the top -- how can I do that?

    I am not sure what to add -- how can I return the URL address box on the top of the page ... along with the buttons to go to the previous page has disappeared and I can't make them come back ...

    Make sure that toolbars like the "Navigation Toolbar" and the "Bookmarks Toolbar" are visible: "View > Toolbars"
    * If items are missing then open the Customize window via "View > Toolbars > Customize" or via "Firefox > Options > Toolbar Layout"
    * If a missing item is in the toolbar palette then drag it back from the Customize window on the toolbar
    * If you do not see an item on a toolbar and in the toolbar palette then click the "Restore Default Set" button to restore the default toolbar set up.

  • File file = new File(URL) - no can do on 1.3?????

    I'm using java v1.3 and when I try to use the constructer File file = new File(URL) I get this error :
    C:\myservlets\TestServlet.java:26: cannot resolve symbol
    symbol : constructor File (java.net.URL)
    location: class java.io.File
         file = new File(path);
    I have looked at the File Class API and there is such a constructer, is it because I am using v1.3, how can I get pass this without installing v1.4?

    I have looked at the File Class API and there is such
    a constructer, is it because I am using v1.3, how can
    I get pass this without installing v1.4?The File(java.net.URL) constructor is not available in 1.3, only in 1.4+...
    Why not use the File (String pathname) constructor?
    bbm1277

  • PI SOAP access to third party Webservice,Return ERROR

    Hi Experts,
    I have one soap synchronous scenario access to third party WEBSERVICE,Return error.While testing the wsdl in soap ui, I am getting response, messages showing successfully processed. I think it is pi to send  xmlns:ns1='http://tempuri.org/'  on both sides should not be a single quotation mark, but I don't know how to adjust  PI set. how do you see.
    1、SOAP UI submitted to Webserver XML
    [2014-05-26 08:47:24.662] --- Recv data from SocketId=272 Socket=10880
    POST /MWGate/wmgw.asmx HTTP/1.1
    Accept-Encoding: gzip,deflate
    Content-Type: text/xml;charset=UTF-8
    SOAPAction: "http://tempuri.org/MongateCsSpSendSmsNew"
    User-Agent: Jakarta Commons-HttpClient/3.1
    Host: 10.0.0.253:8082
    Content-Length: 520
    <soapen:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
        <soapen:Header />
        <soapen:Body>
            <tem:MongateCsSpSendSmsNew>
                <tem:userId>DOA001</tem:userId>
                <tem:password>dennis</tem:password>
                <tem:pszMobis>1313773654</tem:pszMobis>
                <tem:pszMsg>1111</tem:pszMsg>
                <tem:iMobiCount>1</tem:iMobiCount>
                <tem:pszSubPort>*</tem:pszSubPort>
            </tem:MongateCsSpSendSmsNew>
        </soapen:Body>
    </soapen:Envelope>
    2、PI submitted to Webserver XML
    [2014-05-26 08:36:08.725] --- Recv data from SocketId=271 Socket=10704
    POST /MWGate/wmgw.asmx HTTP/1.0
    Accept: */*
    Host: 10.0.0.253:8082
    User-Agent: SAP-Messaging-com.sap.aii.af.sdk.xi/1.0505
    CallingType: SA
    content-id: <[email protected]>
    Content-Type: text/xml; charset=utf-8
    Content-Length: 417
    SOAPACTION: "http://tempuri.org/MongateCsSpSendSmsNew"
        <SOAP:Envelope xmlns:SOAP='http://schemas.xmlsoap.org/soap/envelope/'>
            <SOAP:Header />
            <SOAP:Body>
                <ns1:MongateCsSpSendSmsNew xmlns:ns1='http://tempuri.org/'>
                    <ns1:userId>DOA001</ns1:userId>
                    <ns1:password>dennis</ns1:password>
                    <ns1:pszMobis>13637731567</ns1:pszMobis>
                    <ns1:pszMsg>Constant</ns1:pszMsg>
                    <ns1:iMobiCount>1</ns1:iMobiCount>
                    <ns1:pszSubPort>*</ns1:pszSubPort>
                </ns1:MongateCsSpSendSmsNew>
            </SOAP:Body>
        </SOAP:Envelope>
    3、SXI_MONITOR   Payloads content:
      <ns1:MongateCsSpSendSmsNew xmlns:ns1="http://tempuri.org/">
            <ns1:userId>DOA001</ns1:userId>
            <ns1:password>dennis</ns1:password>
            <ns1:pszMobis>13637731567</ns1:pszMobis>
            <ns1:pszMsg>Constant</ns1:pszMsg>
            <ns1:iMobiCount>1</ns1:iMobiCount>
            <ns1:pszSubPort>*</ns1:pszSubPort>
        </ns1:MongateCsSpSendSmsNew>
    4、PI channel

    Hi Nathan,
    Have you tried the SOAP HTTP Axis function.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b092777b-ee47-2a10-17b3-c5f59380957f?overridelayout=t…
    https://help.sap.com/saphelp_nw04/helpdata/en/45/a39e244b030063e10000000a11466f/content.htm
    Configuring the Receiver Axis SOAP Adapter (SAP Library - SAP Exchange Infrastructure)
    Regards,
    Jannus Botha

Maybe you are looking for

  • My music only wants to play in wifi area?

    My music on my iPhone only wants to play in a wifi zone. When I leave the wifi area only half of them are lite up, the other half doesnt have color but they are there. I seriously dont know what is going on! I even try going onto itunes and syncing t

  • Select Button

    My Select Button in the middle of the wheel stopped working. I tried going on to fill out a repair form and it gives u options on what type of issue is wrong with the ipod but there is nothing there lets me put down the Select button or anything that

  • Creating and controlling a sine wave

    I am a TA for Control Systems & Instrumentation at Texas State University. As the assistant I am required to assist students in their homeworks and projects. I have encountered a problem in assisting the students. How do I create a Sine Wave wit ha s

  • UJR_WRITE_BACK: disaggregation based on previous yearu2019s data

    Hi Guys, We implement a UJR_WRITE_BACK that performs correctly the evenly disaggregation on two dimensions (product and time). We have to implement the disaggregation based on previous yearu2019s data mentioned in the How-To u201CHow To... Use the Wr

  • IPod Gen 5, I need to reset it, but iTunes is not recognizing the device?

    I have an iPod touch that the kids disabled, but when I plug it into the cpu in recovery mode windows recognizes it but iTunes doen't?  Please help?