How to search unknown file types?

Is it possible to get DW CS3 to search the contents of files
that it doesn't recognise?
I'm working on a C# .net 2 site (I prefer editing in DW than
VS), which includes .resx files. I have the files within a DW site,
yet searching for strings I know exist in selected files yields no
results. However, opening them in DW, and then searching content
does return a result. But this isn't very helpful when you don't
know what file you're looking for!
So, is it possible?
Thanks
Matt

I'm using 902.
The custom xml item type is something that was created by Oracle Netherlands. They based it on the File type. We input items of this type using XOpus, which is a javascript based XML editor that is embedded within the browser, so when we click on the portal link to edit the item, xopus renders the xml content, and we make changes or enter data and save it.
This shouldn't matter though. The XML items are definitely being added to the database, because they are accessible later, but these items never show up in the search results for items (whereas items of builtin types, file or text, do show up). Whether this is because they aren't being indexed, or for some other reason, I'm not sure.
thanks for your help...

Similar Messages

  • ~evbkreport~.PDF%20  Unknown File Type

    Using BPC 5.0.502
    Trying to save a document from BPC web.  I encuonter the the file extention PDF%20 instead of PDF.  I am able to save from BPC Web, and open using Acrobat.  I must manually resave document as .pdf.    Appset Parameters ALLOW_EXTENTIONS and DEFAULT_EXTENTIONS have PDF as a part of their respective settings.  Any ideasas how to fix?
    Thanks,
    Greg

    Looks like no one has the idea how pdf is showing pdf%20 instead. Maybe you need to convert the file to pdf using a pdf editing software. Read this article on [pdf unknown file type|http://www.pcperformancetools.com/how-to-repair-open-unknown-file-type-extensions.html] for more details, it also provides general insights on how to open unknown file types and repair file extension errors.

  • Unknown File Type for Adobe Classroom in a Book Fireworks

    I am trying to open sand_river1.jpg cited on p. 74 of Adobe Fireworks Classroom in a Book and am getting a "Could not open file" and "unknown file type" despite the fact that the image is displaying as a thumbnail in the file browser.  I get the message on both Windows and Mac Fireworks CS6.  Is it possible these publication assets were not part of Adobe's QA regression?  Anyway:
    - I'd rather not try to fix this myself since it's an Adobe product and I can wait.
    - has this problem been corrected?
    - is there an errata site for the book?  When I search on Google I am just sent to Amazon and bittorrent.
    thanks

    A quick Google search for that file name confirmed the issue here, and a fixed version for chapter 4 can be downloaded at http://www.jimbabbage.ca/_files/ch4files.zip
    Source: http://blogs.adobe.com/edtechatadobe/2012/06/652.html

  • XML file considered "Unknown File Type"

    Hi,
    I have XML files that lack an XML declaration. Part of the import process, though, is an XSLT stylesheet that adds one through standard XSLT output (ie, omit-xml-declaration="no"). However, Frame still decides that it is an unknown file type and forces me to select "XML" in that dialog box.
    When I run an XML file through the stylesheet manually (with another processor), I see the declaration added. Furthermore, the externally-transformed file imports without a hitch.
    Any ideas why the declaration is not recognized when added by XSLT during the import process? More importantly, any ideas how to get around this?
    Thanks,
    Russ

    Sylvia, I used the following function, which shows the parameters for F_ApiOpen(). Note that this worked for the one problem I was having with the "unknown file type" dialog box. There are a myriad of other XML errors that can occur which you may not be able to get around.
    Russ
    F_ObjHandleT ws_OpenFile_IgnoreErrors_HonorLock_Visible(StringT ofFilePath)
    F_PropValsT openScript, *returnp = NULL;
    UIntT sn;
    F_ObjHandleT ofDocId;
    openScript = F_ApiGetOpenDefaultParams();
    sn = F_ApiGetPropIndex(&openScript, FS_AlertUserAboutFailure);
    openScript.val[sn].propVal.u.ival = False;
    sn = F_ApiGetPropIndex(&openScript, FS_BookIsInUse);
    openScript.val[sn].propVal.u.ival = FV_DoCancel;
    sn = F_ApiGetPropIndex(&openScript, FS_DontNotifyAPIClients);
    openScript.val[sn].propVal.u.ival = True;
    sn = F_ApiGetPropIndex(&openScript, FS_FileIsInUse);
    openScript.val[sn].propVal.u.ival = FV_DoCancel;
    sn = F_ApiGetPropIndex(&openScript, FS_FontChangedMetric);
    openScript.val[sn].propVal.u.ival = FV_DoOK;
    sn = F_ApiGetPropIndex(&openScript, FS_FontChangedMetric);
    openScript.val[sn].propVal.u.ival = FV_DoOK;
    sn = F_ApiGetPropIndex(&openScript, FS_FontNotFoundInCatalog);
    openScript.val[sn].propVal.u.ival = FV_DoOK;
    sn = F_ApiGetPropIndex(&openScript, FS_FontNotFoundInDoc);
    openScript.val[sn].propVal.u.ival = FV_DoOK;
    sn = F_ApiGetPropIndex(&openScript, FS_LanguageNotAvailable);
    openScript.val[sn].propVal.u.ival = FV_DoOK;
    sn = F_ApiGetPropIndex(&openScript, FS_LockCantBeReset);
    openScript.val[sn].propVal.u.ival = FV_DoOK;
    sn = F_ApiGetPropIndex(&openScript, FS_MakeVisible);
    openScript.val[sn].propVal.u.ival = True;
    sn = F_ApiGetPropIndex(&openScript, FS_NewDoc);
    openScript.val[sn].propVal.u.ival = False;
    sn = F_ApiGetPropIndex(&openScript, FS_OpenBookViewOnly);
    openScript.val[sn].propVal.u.ival = False;
    sn = F_ApiGetPropIndex(&openScript, FS_OpenDocViewOnly);
    openScript.val[sn].propVal.u.ival = False;
    sn = F_ApiGetPropIndex(&openScript, FS_OpenFileNotWritable);
    openScript.val[sn].propVal.u.ival = FV_DoOK;
    sn = F_ApiGetPropIndex(&openScript, FS_RefFileNotFound);
    openScript.val[sn].propVal.u.ival = FV_AllowAllRefFilesUnFindable;
    sn = F_ApiGetPropIndex(&openScript, FS_UseAutoSaveFile);
    openScript.val[sn].propVal.u.ival = FV_DoNo;
    sn = F_ApiGetPropIndex(&openScript, FS_UpdateTextReferences);
    openScript.val[sn].propVal.u.ival = FV_DoNo;
    sn = F_ApiGetPropIndex(&openScript, FS_UpdateXRefs);
    openScript.val[sn].propVal.u.ival = FV_DoNo;
    sn = F_ApiGetPropIndex(&openScript, FS_UseRecoverFile);
    openScript.val[sn].propVal.u.ival = FV_DoNo;
    sn = F_ApiGetPropIndex(&openScript, FS_UseAutoSaveFile);
    openScript.val[sn].propVal.u.ival = FV_DoNo;
    //open the document
    ofDocId = F_ApiOpen(ofFilePath, &openScript, &returnp);
    //we are done with these structures, so deallocate
    F_ApiDeallocatePropVals(&openScript);
    F_ApiDeallocatePropVals(returnp);
    return ofDocId;

  • Unknown file type

    I get an "unknown file type" message when I try to open photos someone emailed to me. I can open them with Windows Photo Viewer, but I cannot import them to my Photoshop Elements 13 organizer. Any ideas how I can get them to import? Thanks!

    Hi,
    What file type is it? - what is the extension?
    Are there any extra "." in the file name - Photoshop Elements tends to assume that the extension (=type) occurs after the first ".".
    this.that.jpg would be rejected
    this_that.jpg would be OK
    You may need to rename your files.
    Brian

  • GuessNumber gives unknown file type in ie, firefox is ok

    The guessNumber tutorial greeting.jsp page will not display.
    This page loads fine in firefox, but in internet explorer, it fails to display the page, instead it produces a;
    File Download - Security Warning
    Do you want to save this file?
    Name: guessNumber
    Type: Unknown File Type
    From: localhost
    I Saved the file to disk, here is the contents;
    <!DOCTYPE html
    PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <HTML xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    <HEAD> <title>Hello</title> </HEAD>
    <body bgcolor="white">
    <form id="helloForm" name="helloForm" method="post" action="/guessNumber/guess/greeting.jsp;jsessionid=e8d1b4d483a5ffffffff926a34098a5cc22" enctype="application/x-www-form-urlencoded">
    <input type="hidden" name="helloForm" value="helloForm" />
    <input type="hidden" name="javax.faces.ViewState" id="javax.faces.ViewState" value="j_id11:j_id12" />
    <h2>Hi. My name is Duke. I'm thinking of a number from
    <span xml:lang="en_US">0</span> to
    10. Can you guess
    it?</h2>
    <img id="helloForm:waveImg" src="/guessNumber/wave.med.gif;jsessionid=e8d1b4d483a5ffffffff926a34098a5cc22" alt="Duke waving" /><input id="helloForm:userNo" type="text" name="helloForm:userNo" /><input id="helloForm:submit" type="submit" name="helloForm:submit" value="Submit" />
    <p>
    </p>
    </form>
    </body>
    </HTML>
    I believe this to be a browser issue, but am not sure how to resolve it in ie. Any ideas?

    Hi,
    I had a similar problem. Tried as per your suggestion but no luck unfortunately. The content of the generated file is listed below. The strange thing is if you save the generated file with extension .html it renders fine in the browser. Could it be that IE has a problem with .jsp files? I'm running IE 6 as well.
    <HTML>
    <HEAD> <title>Hello</title> </HEAD>
    <body bgcolor="white">
    <form id="helloForm" name="helloForm" method="post" action="/guessNumber/guess/greeting.jsp" enctype="application/x-www-form-urlencoded">
    <input type="hidden" name="helloForm" value="helloForm" />
    <h2>Hi. My name is Duke. I'm thinking of a number from
    <span xml:lang="en_US">0</span> to
    10. Can you guess
    it?</h2>
    <img id="helloForm:waveImg" src="/guessNumber/wave.med.gif" alt="Duke waving" /><input id="helloForm:userNo" type="text" name="helloForm:userNo" /><input id="helloForm:submit" type="submit" name="helloForm:submit" value="Submit" />
    <p>
    </p>
    <input type="hidden" name="javax.faces.ViewState" id="javax.faces.ViewState" value="j_id1:j_id2" />
    </form>
    </body>
    </HTML>

  • How to search .java files by Search tool in NWDS or any other tool?

    Hi All,
    I can easily search .JSP files by NWDS's Search tool, but I have a hard time to search Java files by this tool.  Can anyone guide me how to search Java files which contain a specified string by using Search tool in NWDS? or any other tool?
    Thanls. Jin

    Hi Jin,
    You can search Custom Java files with NWDS Search tool for specified string. But not standard Java files.
    Suppose you have extend z_userR3 base on UserR3 and contains string some help then you can click on search in NWDS
    Then click on File it will open Search box with 4 tag
    1. File Search
    2. Help Search
    3. Java Search
    4. Plug-in Search
    Click on File Search tab and provide the text in Containing text input box and give java file name with wild characters like  *.java
    Select Workspace under Scope and hit search button. It will search string in your custom Java file. This method will not search string in Standard Java classes of SAP.
    If you want to search in standard SAP  java classes then you should know about what you are searching i.e. whether it is field, Method, Package, Constructor and Type  select proper radio button under Search For box then tryo to select proper radio button under Limit To if you want to search everywhere then select All Occurrences. You should select Workspace under Scope.
    Suppose nothing comes after selected Type then go for other option one by one Method, Field etc...
    Expert people will give you more information.
    I hope this will help you.
    Regards.
    eCommerce Developer

  • Numbers error msg: "Unable to open ' .' Unknown file type."

    I last updated this doc 4 days ago, saving it every time I update it. I use it to track my children's school hours throughout the year. I have since restarted my Mac. I went to open this file today, and am getting the error message, "Unable to open ' (name of file)' Unknown file type.
    When I search for the doc under the spotlight, the name of it appears & it is listed as a Numbers doc, but I can't open it.
    Any ideas for a work around? I haven't backed it up in several weeks, so I'll be very sad if I can't retrieve it at all!
    Thanks for your help.

    Have a look here http://www.dmxzone.com/go/16740/clearing-dreamweaver-s-cache
    PS: Error 2 u 2

  • Safari won't start: WebCore: unknown file type

    Hi all
    Safari/Mail/Software Update etc won't start.
    All complain about WebCore - see crashlog below
    How do I fix or replace it.
    Can I copy from another machine? mine is 15G but my daughters is only 5G
    Host Name: G4Mac
    Date/Time: 2007-11-08 10:00:30.680 +1100
    OS Version: 10.4.10 (Build 8R218)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [71]
    Version: 3.0.3 (522.12.1)
    PID: 456
    Thread: Unknown
    Link (dyld) error:
    Library not loaded: /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    Referenced from: /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    Reason: no suitable image found. Did find:
    /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore: unknown file type, first eight bytes: 0xCA 0xFE 0xBA 0xBE 0x00 0x00 0x00 0x02

    Use the uninstaller found on the Safari 3 Beta disk image to revert to Safari 2.0.4.

  • Rwservlet "unknown file type"

    Hi,
    I'm trying to run one of our standard reports on IE7 on one our company PCs using the standard URL produce PDF output....
    http://your_web_server:port_num/rwservlet?server=server_name&report=myreport.rdf etc etc....
    Now, bearing in mind that this runs fine on every other PC in the building fine and runs perfectly ok on Firefox on the same pc, can someone pls tell me why I am getting the following pop up..
    rwservlet "unknown file type"
    It then tries to get me to download rwservlet onto the PC and thats it! No report run after that.
    What is going on? Can someone enlighten me or even point me to an answer. I've tried searching but no joy.
    Thanks

    At a guess you are trying to generate an excel spreadsheet, and thats not opening in ie7, but is in firefox?
    Thats when I encountered this problem.
    Try this on a machine, then run again after.
    Solution
    To implement the solution, please execute the following steps:
    In the Windows environment:
    1) Start -> Run -> Regedit (to open the registry)
    2) Locate the following key path:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\
    FEATURE_ZONE_ELEVATION\iexplore.exe
    3) Change the value from '1' to '0'
    4) Ensure that the following settings for the .xls & .html file types are unchecked:
    a) Open Windows Explorer
    b) Goto Tools/Folder Options/File Types tab
    c) Select the Extension 'XLS' (or HTML) and Click on the Advanced button
    d) Un-check the option 'Confirm Open after Download' & 'Browse in same window'
    5) Select 'OK', then 'Apply'

  • Ld: fatal: unknown file type

    I am trying to link against a shared object which is created earlier in the build, and am getting the following error:
    ld: fatal: file /export/home/torpey/MXLib.sunws/lib/libWkr.so: unknown file type
    The error is not documented anywhere that I can find. Any suggestions would be appreciated. Thanks.
    (P.S. Similar code & makefiles work OK w/gcc3.2)
    Build step looks like this (condensed):
    CC -template=no%wholeclass -mt -i -L. -L/export/home/torpey/MXLib.sunws/lib
    WorkerUDSocketClient.o RegisteredConnection.o WorkerHelper.o txnw.o
    -lWkr -lMW -lLogger -lutils -lMXLib ...
    -lthread -lsocket -lnsl -ldl -lm -lintl -lw -lposix4 -o /export/home/torpey/MXLib.sunws/bin/tpsworker
    ld: fatal: file /export/home/torpey/MXLib.sunws/lib/libWkr.so: unknown file type
    ld: fatal: File processing errors. No output written to /export/home/torpey/MXLib.sunws/bin/tpsworker
    Running elfdump gives this:
    elfdump -e /export/home/torpey/MXLib.sunws/lib/libWkr.so
    ELF Header
    ei_magic: { 0x7f, E, L, F }
    ei_class: ELFCLASS32 ei_data: ELFDATA2MSB
    e_machine: EM_SPARC e_version: EV_CURRENT
    e_type: ET_EXEC
    e_flags: 0
    e_entry: 0x11238 e_ehsize: 52 e_shstrndx: 26
    e_shoff: 0x4e58 e_shentsize: 40 e_shnum: 28
    e_phoff: 0x34 e_phentsize: 32 e_phnum: 5

    In your elfdump output, e_type is ET_EXEC which tells me it is
    an executable. For dynamic library, it should be ET_DYN.
    How did you build the libWkr.so? Did you use
    CC -G ? Was there any error ( either linker error or system-related
    error ) while building libWkr.so? If linker thinks it is an executable,
    the final linking will not work.

  • Fireworks CS4: could not open the file. Unknown file type

    Hello, this is the second file created with Fireworks CS4 that can't be opened. I'm using the same Fireworks installation that created the file. The file is a 1.2 MB file containing the pages of a draft for a new website.
    When I click on the file in Windows Explorer to open it, Fireworks tries to open it, but it can't. Instead, an alert pops up with this message: "Adobe Fireworks CS4 Could not open the file. Unknown file type"
    Working with Windows Vista Business, Adobe Web Premium CS4 suite
    I already tried opening the file, to no avail, with:
    -another computer with Windows XP Pro SP3 and the same Fireworks version
    -another computer with Windows XP Pro SP3 and Fireworks CS3
    -another computer with Windows XP Pro SP3 and Fireworks MX 2004
    Please help.

    I tried to find a solution for you by using:
    http://www.adobe.com/cfusion/search/index.cfm?loc=en_us&term=error%20opening%20file&cat=su pport&product=fireworks
    but I couldn't find anything.  You may want to give it a go  :-)
    Can you open the file in another program, maybe an earlier version of FWs, or Photoshop or even Illustrator if you have it?
    Not sure if there's a configuration folder that needs to be renamed and when FWs restarts it re-writes the config file... that's something to has to be done with DW when 'funny stuff' happens.
    That's the best advice I have, I'm sorry  :-(
    Nadia
    Adobe® Community Expert : Dreamweaver
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    Book: Ultimate CSS Reference
    http://www.sitepoint.com/launch/005dfd4/3/133
    http://twitter.com/nadiap

  • My download was an unknown file type and cannot be opened

    my download was an unknown file type and cannot be opened

    Sounds like the file extension was dropped when you saved your converted document.  Make sure that the .docx (Word) or .xlsx (Excel) extension appears after your file name when saving your document.
    You should be able to rename the document you already converted by adding the appropriate extension.  The file should then open as expected.
    Let us know how it goes!
    -David

  • [CS3][JS] How to get the file type of current document

    Hi,
    How to get the file type of current opening document (e.g., tif, jpeg, png) using JavaScript with Photoshop CS3.
    I am using file object the open the files one by one in the folder (the files sometimes don't have the extensions).
    If the current document is in tiff format then I need to convert to 8-bit, if its an Jpg image then needs to ignore the file.
    Regards,
    Karthik

    Do you really need to know the file type? What about just checking the bit depth?
    var doc = activeDocument;
    if (doc.bitsPerChannel != BitsPerChannelType.EIGHT) {//Not 8 bit
    doc.bitsPerChannel = BitsPerChannelType.EIGHT;
    //do your save etc
    }else{
        //Ignore

  • How to open the file types of iOSApp(ipa),EPUBFile(.epub) in windows 7(32 bit)

    How to open the file types of iOSAPP(ipa),EPUBfile(.epub) in windows 7(32 bit)

    iOS apps can be added to an iTunes library and thereafter transferred to an iOS device. They cannot be opened directly on a PC.
    epub files can be added to an iTunes library, and thereafter transferred to an iOS device where they can be read with the iBooks application. Files protected with Apple's DRM cannot be opened directly on a PC, though there are programs such as Kindle and Calibre that will open non-protected epub files.
    tt2

Maybe you are looking for

  • How to close the detach popup on click of a button in the panel collection

    Hi, I'm using Jdeveloper 11.1.2.3.0. I have an af table surrounded by panel collection. There is a button on panel collection to commit the changes in the table. Clicked detach button to view the table in full browser. On click of Commit button, the

  • Need link to .exe file to re-install/update Muse

    Never works when launching app in Win 8, always have to uninstall application, then come her to get a link to re-install.  Please help. TX!

  • Urgent Openings for HRMS Support Engineers

    We are looking for Candidates with Experience in Oracle HRMS or any other ERP exposed to HRMS suite. The profile of the candidate should consist of - 1. Experience on Oracle HRMS or any other ERP on HRMS 2. Excellent skills on SQL/PLSQL- (exposure to

  • Help with SUM subquery

    I have an existing query that I wish to have 3 additional calculated columns added. The existing query is: SELECT t.swid as ID, t.name, t.swcatid, t2.catdesc as Category, t.liccnt, (select count(swid) as swcount from swinv t2 where t2.swid=t.swid) Re

  • Selection of ICP and custom dimension in data forms

    We are investigating the possibility of changing our divisional reporting – and we are looking into different possible solutions. Maybe you can help us? We eliminate on both ICP and divisions (custom1= division, custom2= divisional counterpart). We h