Problem with omwb.mde file, conversion of mdb file to xml file

I am trying to migrate MS Access 2000 to Oracle 8i.
At the OMWB Wizard where it tells me to execte omwb.mde. Whenever I try and execute omwb.mde, MS Access opens up and I get the a radio box that says "Convert Database " or "Open Database" ,on selecting any of them
i get the following message
you can't convert or enable a MDE file
What shud i do to overcome this problem
Thanx in advance
bhrigu

DOMSource src = new DOMSource(resultDocument);
resultDocument should be of type org.w3c.Node

Similar Messages

  • Im have a problem with my adobe id when i try to covert pdf files.

    Im have a problem with my adobe id when i try to covert pdf files.

    I think your question should go in the ExportPDF forum,
    http://forums.adobe.com/community/exportpdf

  • Problem with String to Int conversion

    Dear Friends,
    Problem with String to Int conversion
    I am having a column where most of the values are numeric. Only 4 values are non numeric.
    I have replaces those non numeric values to numeric in order to maintain the data type.
    CASE Grade.Grade  WHEN 'E4' THEN '24'  WHEN 'E3' THEN '23'  WHEN 'E2' THEN '22' WHEN 'E1' THEN '21' ELSE Grade.Grade  END
    This comes the result as down
    Grade
    _0_
    _1_
    _10_
    _11_
    _12_
    _13_
    _14_
    _15_
    _16_
    _17_
    _18_
    _19_
    _2_
    _20_
    _21_
    _22_
    _23_
    _24_
    _3_
    _4_
    _5_
    _6_
    _7_
    _8_
    _9_
    Refresh
    Now I want to convert this value to numeric and do some calculation
    So I changed the formula as below
    cast (CASE Grade.Grade  WHEN 'E4' THEN '24'  WHEN 'E3' THEN '23'  WHEN 'E2' THEN '22' WHEN 'E1' THEN '21' ELSE Grade.Grade  END as INT)
    Now I get the following error
    View Display Error
    _     Odbc driver returned an error (SQLExecDirectW)._
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    _State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 17001] Oracle Error code: 1722, message: ORA-01722: invalid number at OCI call OCIStmtFetch. [nQSError: 17012] Bulk fetch failed. (HY000)_
    SQL Issued: SELECT cast ( CASE Grade.Grade WHEN 'E4' THEN '24' WHEN 'E3' THEN '23' WHEN 'E2' THEN '22' WHEN 'E1' THEN '21' ELSE Grade.Grade END as Int) saw0 FROM "Human Capital - Manpower Costing" WHERE LENGTH(CASE Grade.Grade WHEN 'E1' THEN '20' WHEN 'E2' THEN '21' WHEN 'E3' THEN '22' WHEN 'E4' THEN '23' ELSE Grade.Grade END) > 0 ORDER BY saw_0_
    Refresh
    Could anybody help me
    Regards
    Mustafa
    Edited by: Musnet on Jun 29, 2010 5:42 AM
    Edited by: Musnet on Jun 29, 2010 6:48 AM

    Dear Kart,
    This give me another hint, Yes you are right. There was one row which returns neither blank nor any value.
    I have done the code like following and it works fine
    Thanks again for your support
    Regards
    Code: cast (CASE (CASE WHEN Length(Grade.Grade)=0 THEN '--' ELSE Grade.Grade END) WHEN 'E4' THEN '24' WHEN 'E3' THEN '23' WHEN 'E2' THEN '22' WHEN 'E1' THEN '21' when '--' then '-1' ELSE Grade.Grade END as Int)

  • I have been working on the same numbers file for the past few weeks.  The last time I opened it was 1 week ago.  Today when I tried to open it I am unable and getting a message that the file is invalid and the index.xml file is missing.

    I have been working on the same numbers file for the past few weeks.  The last time I opened it was 1 week ago.  Today when I tried to open it I am unable and getting a message that the file is invalid and the index.xml file is missing. 

    Hi Tracie,
    I upgraded to Maverick OS X 10.9.5, numbers spreadsheet is saved. Upon re-opening, it appears to be frozen, a warning "file is invalid as index.xml file is missing". I checked, and the file is not "locked". This appears to occur only with using the new numbers app. When I open previous spreadsheets from old iWorks, no such problem occurs.
    How did you resolve your problem?
    Would appreciate any help here.
    Thanks,
    Deehay

  • Comparing an excel file to and xml file and appending data to the xml file

    I have an xml file (mapsource) and an excel file. One of the columns in the excel file matches up with a node in the xml file. I want to be able to loop through both files and add a new node to the xml file where the one of the columns in the excel file matches a node in the xml file.
    I can create a query object out of the excel dosument using the cfspreadsheet tag.
    I'm able to use xmlparse to create a xml document object from the xml file.
    What I would like to do is add col_3 from the excel spreadsheet as a new node when col_2 is equal to gpx.wpt.name.xmltext of the xml object.
    Any help or direction would be very helpful!

    Hi,
    Thank you for your reply. But I have to attach an excel file from a particular path (C:\TEMP\TEST.XLS) and I have to send that excel file to the user inbox.That excel file has multiple sheets with data. Can you please provide me any code is available.
    Thanks and Regards
    venkat.

  • Hi, extract data from xml file and insert into another exiting xml file

    i am searching code to extract data from xml file and insert into another exiting xml file by a java program. I understood it is easy to extract data from a xml file, and how ever without creating another xml file. We want to insert the extracted data into another exiting xml file. Suggestions?
    1st xml file which has two lines(text1.xml)
    <?xml version="1.0" encoding="iso-8859-1"?>
    <xs:PrintDataRequest xmlns:xs="http://com.unisys.com/Anid"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://com.unisys.com/Anid file:ANIDWS.xsd">
    <xs:Person>
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://com.unisys.com/Anid file:ANIDWS.xsd">
    These two lines has to be inserted in the existing another xml(text 2.xml) file(at line 3 and 4)
    Regards,
    bubbly

    Jadz_Core wrote:
    RandomAccessFile? If you know where you want to insert it.Are you sure about this? If using this, the receiving file would have to have bytes inserted that exactly match the number of bytes replaced. I'm thinking that you'll likely have to stream through the second XML with a SAX parser and copy information (or insert new information) as you stream with an XML writer of some sort.

  • The attached VI works when I run it initially creating the XML file, but when run after the XML file is created, it's not updated. What am I doing wrong?

    The attached VI works when I run it initially creating the XML file, but when I change data and run after the XML file is created, it's not updated with new data. What am I doing wrong?
    Thank you.
    Solved!
    Go to Solution.
    Attachments:
    Attractive Force XML.vi ‏23 KB

    That looks like the logic which was written into the VI
    Inner true/ false case:
    (file exists : false) write to XML file, unflatten for display
    (file exists : true) read from XML file, unflatten for display
    At no time when the file exists (true case) is the XML file updated...

  • TS1192 'Could not read the iPhoto Library. The library at [file path] has a corrupted AlbumData.xml file.'

    Got this msh from Piasa...any ideas?  'Could not read the iPhoto Library. The library at [file path] has a corrupted AlbumData.xml file.'

    Contact Adobe support - that is not an iPhoto message - in general Piasa has no ability to access the iPhoto library - there have been hacks but often they do not worka nd can cause problems
    You need to user either Picasa or iPHoto - using both on the same photos is problematic
    LN

  • Unable to import package. This file is not a Business Components XML file

    Hi,
    I am using Jdeveloper 9.0.3(Build 1325) and trying to extend a VO. Project > Import Business Components and select the VO, AM or EO xml because Sourcing Negotiation creation does not have a server.xml and I am getting the following message "Unable to import package. This file is not a Business Components XML file.". Should I make something else to enable extension?? Does a patch required to make extensions. Any help would be appreciated.

    What I know is that server.xml is not a must. This is the easiest way to import appropriate xml files. My question is, when I am trying to Project>Import Business Components > xxxVO.xml I am getting the above error although the xxxVO.xml is a Business Component. I wanna know that should some patch be applied to Jdeveloper (Build 1325)?? (by the way at first I tried with Build 1312 and the same error raised)

  • Extract data from xml file and insert into another exiting xml fil

    hello,
    i am searching extract data from xml file and insert into another exiting xml file by a java program. I understood it is easy to extract data from a xml file, and how ever without creating another xml file. We want to insert the extracted data into another exiting xml file. Suggestions?
    Regards,
    Zhuozhi

    If the files are small, you can load the target file in a DOM document, insert the data from the source file and persist the DOM.
    If the files are large, you probably want to use a StAX or SAX.

  • "There is a problem with your account..." when opening online OneNote file within local OneNote app

    Hi,
    We have a tenancy DirSync connection a small number of staff so that they can have access to SharePoint, Visio and OneNote Online. When one such user logs onto the http://[groupsite].sharepoint.com site on his Windows 7 PC with Office 2013 installed,
    he can access the site successfully. He might then open a OneNote file online. However, if he was to then click the "Open In OneNote" button from the toolbar, and clicked "Yes" to the Microsoft OneNote Security Notice:
    "Microsoft Office has identified a potential security concern. This location may be unsafe".
    ... and then sign in with the same account to this box
    ... and then enters his correct credentials into the next "Sign In" window, it returns with the following message:
    "There is a problem with your account. Please try again later".
    Finally, the following message is returned within the MS OneNote app:
    "We couldn't open that location. It might not exist or you might not have permission to open it. Please contact the owner of onenote:https://[groupsite].sharepoint.com/sites/....one#SharePoint Team Site for more information."
    The user has reinstalled MS OneNote 2013 on the PC with no change. We have also removed all cached credentials from within Windows Credential Manager and rebooted with no success. The user can access all web-based resources such as SharePoint, OneNote and
    Visio, and he can open web-based Visio files locally on the locally-installed Visio app with no issues. This problem is specifically experienced when opening an online version of OneNote locally on a  PC that has either MS OneNote 2010 or OneNote 2013.
    Any assistance that you may be able to provide would be greatly appreciated.
    Regards,
    Brian

    Thanks Maurice, for your reply.
    My Windows Account is already used to log into OneNote. It is the same Windows Account used to log into, and access online, the SharePointOnline, OneNote Online, etc., services. I tried, indeed, to sign out from my account within the client-version of OneNote
    but it returns the message "We can't remove Windows accounts".
    Again, this is the only account that has been used with this installation of OneNote, and it is that which has been uploaded by way of DirSync to Azure. It works for online versions of OneNote items, SharePoint and Visio, and for VisioOnline-based files
    that are opened within the local client-version of Visio. When trying to open the OneNote Online notebook within the local client-version of OneNote we get this issue.
    I have reinstalled Office with no success.
    Any help that you can provide in this regard would be greatly appreciated.
    Regards,
    Brian

  • Error: "There is a problem With Adobe Acrobat/Reader..." What is .MST file??

    I get the following error message and I looked it up in the knowledge base, and there was a solution for fixing the error message. However, I have no idea what they are talking about. I have downloaded the Customization Wizard, but I have no clue what the following means:
    A) Create a new transform
    B) Open your previously created .mst file
    I went into the C Drive and opened Program Files. I found the Adobe folder, but I couldn't find an .mst file anywhere. Am I completely lost??? Below is the knowledge base solution:
    Error: "There is a problem With Adobe Acrobat/Reader..." when you view a PDF in a browser (Acrobat and Adobe Reader 8 on Windows)
    Issue
    When you try to view a PDF in Internet Explorer, you see the error message, "There is a problem With Adobe Acrobat/Reader. Please exit Adobe Acrobat/Reader and try again." When you click OK to the error, the PDF opens outside of the browser.
    Reason
    When you use the Adobe Customization Wizard to create a transform for Adobe Acrobat 8 or Adobe Reader 8, and you choose the option to "Make Acrobat the default viewer if both Acrobat and Reader are installed", or "Make Reader the default viewer if both Acrobat and Reader are installed", an error occurs if the computer does not have Acrobat or Reader already installed.
    Solution
    Create a new transform and re-deploy Acrobat or Adobe Reader.
    Start the Adobe Customization Wizard 8.
    Open your previously created .mst file.
    Under Installation Options, select "Installer will decide which product will be the default".
    Save the transform.
    Re-deploy Acrobat or Adobe Reader.
    Additional Information
    When you create a transform in Adobe Customization Wizard 8, the installation options allow you to set the default viewer for PDF files. "Installer will decide which product will be the default" is the default setting and should be used when you are uncertain if the target machine has a version of Acrobat or Adobe Reader that won't be removed as part of the installation process. When installed silently using this option, Acrobat will always be configured as the default viewer.

    I think you are headed down the wrong path. The Customization Wizard is what you use to push out Reader to several hundred computers. An MST is a package or transform file that is used to accomplish this task. Unless you are an IT person and are trying a deployment of Reader this solution does not fit your situation.

  • BPC 7.5: problem with FX_SOURCE_CATEGORY on currency conversion

    Hi,
    we are trying to convert our actual data with two different rates. For this we have created two categories, ACTUAL and ACTUAL_PY.
    ACTUAL has blank FX_SOURCE_CATEGORY and blank RATE_CATEGORY properties and the conversion works fine.
    ACTUAL_PY has FX_SOUCE_CATEGORY of ACTUAL and RATE_CATEGORY of either blank or ACTUAL_PY (we have tested with both).
    The conversion of ACTUAL_PY when run for the first time correctly converts all accounts/flows that have a conversion method of AS_IS corectly. When run for the second time, it doubles up to amounts on those AS_IS accounts/flows. When run for the third time, the amounts are tripled etc.
    Can anyone point me in the right direction of how FX_SOURCE_CATEGORY should work?
    Thanks,
    Arnold
    Edited by: ArnoldWarhonowicz on Sep 30, 2011 10:35 AM
    Edited by: ArnoldWarhonowicz on Sep 30, 2011 10:53 AM

    Hi,
    we are trying to convert our actual data with two different rates. For this we have created two categories, ACTUAL and ACTUAL_PY.
    ACTUAL has blank FX_SOURCE_CATEGORY and blank RATE_CATEGORY properties and the conversion works fine.
    ACTUAL_PY has FX_SOUCE_CATEGORY of ACTUAL and RATE_CATEGORY of either blank or ACTUAL_PY (we have tested with both).
    The conversion of ACTUAL_PY when run for the first time correctly converts all accounts/flows that have a conversion method of AS_IS corectly. When run for the second time, it doubles up to amounts on those AS_IS accounts/flows. When run for the third time, the amounts are tripled etc.
    Can anyone point me in the right direction of how FX_SOURCE_CATEGORY should work?
    Thanks,
    Arnold
    Edited by: ArnoldWarhonowicz on Sep 30, 2011 10:35 AM
    Edited by: ArnoldWarhonowicz on Sep 30, 2011 10:53 AM

  • Conversion of DOM object to XML file

    Hi
    Is there a direct method for conversion of a Document object to xml file? My code is like this
    Transformer aTransformer = tranFactory.newTransformer();
              System.out.println("Tansformers :"+aTransformer);
              aTransformer.setOutputProperty(OutputKeys.INDENT, "yes");
              DOMSource src = new DOMSource(resultDocument);
              System.out.println("src :"+src);
              Result dest = new StreamResult(new FileOutputStream(new File(filepath)));
              System.out.println("desc :"+dest);
              aTransformer.transform(src, dest);
    but the line DOMSource src = new DOMSource(resultDocument);
    is giving me an error like "undefined constrctor" . what must be the problem?
    Thanks

    DOMSource src = new DOMSource(resultDocument);
    resultDocument should be of type org.w3c.Node

  • Conversion of inbound IDOC into XML file

    Hi experts,
    We have an inbound idoc (FIDCC2) that starts and triggers the creation of an FI document. We would like now, that, instead of creating the FI document, the inbound IDOC creates an XML file on a given directory, with the contents of the idoc. Can anybody explain how to configure this?
    Many thanks in advance,
    John De Coninck.

    John,
       Firstly, need more information. If I understand you correctly, you are getting an inbound FI document that is created as an IDOC and it posts into FI (using an underlying FM/transaction etc). Now you want to convert this IDOC into XML on a folder (which can be found on AL11 (a.k.a App Server)).
    Question 1: Where are you getting this IDOC from? Is it through EDI/ALE? What is your interfacing server (the one that is sending you this IDOC.
    Question 2: What format is this IDOC coming in? Is it flat/XML etc?
    Question 3: Is this an internally created IDOC? Is there an attached partner profile in WE20? If there is a partner profile that exists and you're using this to create the inbound IDOC, then there are process codes available to forward these IDOC's (e.g ED08).
    There are many ways you can achieve this but everything depends on how your system is configured and how this processing is going on.

Maybe you are looking for