XDP data import in Acrobat 9

I've written some Java code that builds an XDP file that is then used to populate the data in a PDF which is received from a server.<br /><br />The generated XDP file opens up correctly in Acrobat 7 with the data populated. But when I try to open the same XDP file using Acrobat 9 or Reader 9 the PDF opens without the data from the XDP file. We have this working in both 7 and 9 when we use FDF but our preference would be to use XDP since the XML formatting works with some of our other tools.<br /><br />Is there a reason that FDF would work but XDP would not in Acrobat 9?<br /><br />A sample of some contents that are failing for me (this sample is not pointing to a PDF on a server but the results are the same for a locally stored PDF)<br /><br /><?xml version='1.0' encoding='UTF-8'?><br /><?xfa generator='AdobeDesigner_V7.0' APIVersion='2.2.4333.0'?><br /><xdp:xdp xmlns:xdp='http://ns.adobe.com/xdp/'><br />     <xfa:datasets xmlns:xfa='http://www.xfa.org/schema/xfa-data/1.0/'><br />          <xfa:data><br />               <test><br />                    <Title>Homer</Title><br />                    <text2>testing</text2><br />               </test><br />          </xfa:data><br />     </xfa:datasets><br /><pdf  href="file:///C:/PDFTest/quick.pdf" xmlns='http://ns.adobe.com/xdp/pdf/' /><br /></xdp:xdp><br /><br />Is there something I'm missing here? Is this behavior expected?<br /><br />Any help or ideas would be greatly appreciated.<br /><br />Thanks

Thanks for the info Leonard.
I'm not sure I understand "stand-alone app". Are you saying to drag the PDF to the browser? How do I get the data in XDP to then merge with it?
The problem is that the XDP, when using href to load PDF from web server, will always open up in default browser. No way around that. Unfortunately, the PDF can only be loaded this way - it won't be sitting on the desktop with the XDP.
Right now, our web-based application on the server is dynamically generating the XDP based on a selected source PDF template, then sending the XDP to the client. The goal is to allow client to open XDP, which requests the PDF through href and merges the data to template - and client can then make changes (if needed) and save it as PDF from there. A one-step approach as it were.
Bascially, is above workflow no longer viable with Acrobat 9? Could you elaborate about the fix as it would apply to above workflow?
Thanks.

Similar Messages

  • Fdf import in Acrobat 8.2.1 Professional

    Hello community,
    importing fdf data makes some trouble after updating Acrobat 8 Professional to version 8.2.1. I'm using several forms with enabled rights to save form data with Adobe Reader. This is necessary for my co-workers who only  work with the Reader and also want to save form data. In Acrobat Professional it is only allowed to import fdf data if the save rights for the Reader are disabled now. If enabled, you'll get an error message when you open an fdf file which means "...No such file or directory".
    Does anyone have the same problem? I'm sure that the problem appeared quite recently because a few weeks ago I could work with my forms without any circumstances and the "advanced rights for Reader" were always enabled.
    Regards,
    Christian

    Don't know, but it sure sounds like a bug that is easy to sneak in. Not an obvious thing to check when a code is updated. Hope you find a solution. Of course, one way is to copy the file before you enable it. But that is after the fact. I forgot if there is a way to disable it easily.

  • XDP data merging on MAC OS X issue.

    We have a problem to merge the xdp data with downloaded pdf form.
    To identify the problem and to find the solution I created a very simple example
    - just a form with one text field. The situation now is following:
    1. On the server we have a form designed in Form Designer 7.0 with one TextField.
    2. The xdp file with data is on the server.
    3. Internet browser downloads the xdp file which then points to the pdf form.
    4. The PDF form is downloaded and Adobe Reader merges data from the xdp file and the pdf form.
    5. The result is then shown in the browser.
    We have much more complex scenario when a lot of data is bound to the form and
    then webservices are called to fill dynamic fields with appropriate data and so on.
    The problem is:
    It works on Windows OS but there is no way to run it on MAC OS 10.x.xx.
    Tested with Safari and Firefox.
    The xdp file is loaded, then Reader loads the pdf form but the data from xdp is simply not put to the text field.
    I have also created even simpler example for testing :
    1. xdp file with data which points to the local pdf file - it works (it means run locally only).
    2. the same xdp file which loads pdf file from our site - doesn't work.
    (I'm talking about MAC OS 10.0.11, Form Designer 7.0, Reader 8 and Safari and Firefox, latest versions).
    So the conclusion is: If Reader downloads pdf form from web site it ignores binding.
    If Reader uses the same xdp file but pdf form is a local file - then the binding works.
    BTW - no errors are reported.
    Any ideas?

    From February 2008 to October 2009 - Same (or similar) Problem.
    XDP + PDF -> Thing not working with Safari on MAC OS 10.5\6 - when using Adobe Acrobat Reader (Free) Version 9.X.X
    Please fix it because it is working fine on MS Windows!
    Though XDP + PDF -> This thing is working with Safari on MAC OS 10.5\6 if Adobe Acrobat Reader (Free) Version 8.X.X 's PDFViewer.Plugin is installed -- This is we do not want to restrict our users on particular version!! -- Also note that we have to run (always) Safari in the 32-bit mode for it to work.
    Argh!!

  • Populating Existing PDF with XDP data

    I have a fill-in PDF that, in years past, used a simple XFDF file to populate. Using VS.NET 2010 I read in the XFDF document and populate all the necessary information and populate the PDF using ds.WriteXML(XFDFName). The PDF gets populated and it gets displayed in a simple WinForm app. This has worked like a champ for a few years now. Until now...
    This year, the problem I have run into is I was unable to export the data to an XFDF format due to the file having been created in Adobe LiveCycle. I noticed that the export options were either (1) XML or (2) XDP. In the past I'd been able to export to XFDF. No big deal I thought, just another format. However, I have been struggling with both of these options. After some deliberating I decided to use the XDP format.
    I have the dataset built with all of the information I need, I am receiving an error when opening the newly created XDP using Process.Start(XDPName). Reader opens and I am greeted with the following error: "Adobe Reader could not open 'GUID_HERE.xdp' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decoded)."
    I tried using a straight up href to the PDF (<pdf href="FillMeIn.pdf" xmlns="http://ns.adobe.com/xdp/pdf/">), but opted to stick the PDF in the XDP in the <chunk> section.
    This XDP file looks like this (thanks stack overflow):
    <?xml version='1.0' encoding='UTF-8'?>
    <?xfa generator='AdobeDesigner_V7.0' APIVersion='2.2.4333.0'?>
    <xdp:xdp xmlns:xdp='http://ns.adobe.com/xdp/'>
        <xfa:datasets xmlns:xfa='http://www.xfa.org/schema/xfa-data/1.0/'>
            <xfa:data>
                   XML is here - matching the dynamic fields in the PDF.
            </xfa:data>
        </xfa:datasets>
        <pdf xmlns=\"http://ns.adobe.com/xdp/pdf/\"><document>
           <chunk>
                        Base64 encoded PDF.
            </chunk>
        </document></pdf>
    </xdp:xdp>
    I would think the XDP I'm generating is bogus - but to further complicate things - if I open Reader click Tools > Forms > More Form Options > Manage Form Data > Import Data and choose the XDP file that I've generated, all the fields are populated as I expect them to be.
    So basically, there is obviously a disconnect somewhere. I have a XDP file with all the information in it I need. I have a PDF form that I need to populate with the XDP. But when I fire up the XDP Reader is telling me it's broken/not supported. As I understand it, when you launch an XDP file it should properly launch/populate using Reader, correct?
    Any information would help me out immensely. Thanks.

    Was the form you are trying to import this data to created with LiveCycle Designer?
    I would fill in the form then export the data to XDP and see what the differences are.

  • Data import from EBS failed via FDMEE in fdm . Getting error message as "Error connecting to AIF URL.

    FDM Data import from EBS failed via FDMEE after roll back the 11.1.2.3.500 patch . Getting below error message in ERPI Adapter log.
    *** clsGetFinData.fExecuteDataRule @ 2/18/2015 5:36:17 AM ***
    PeriodKey = 5/31/2013 12:00:00 AM
    PriorPeriodKey = 4/30/2013 12:00:00 AM
    Rule Name = 6001
    Execution Mode = FULLREFRESH
    System.Runtime.InteropServices.COMException (0x80040209): Error connecting to AIF URL.
    at Oracle.Erpi.ErpiFdmCommon.ExecuteRule(String userName, String ssoToken, String ruleName, String executionMode, String priorPeriodKey, String periodKey, String& loadId)
    at fdmERPIfinE1.clsGetFinData.fExecuteDataRule(String strERPIUserID, String strDataRuleName, String strExecutionMode, String strPeriodKey, String strPriorPeriodKey)
    Any help Please?
    Thanks

    Hi
    Getting this error in ErpiIntergrator0.log . ODI session ID were not generated in ODI / FDMEE. If I import from FDMEE its importing data from EBS.
    <[ServletContext@809342788[app:AIF module:aif path:/aif spec-version:2.5 version:11.1.2.0]] Servlet failed with Exception
    java.lang.RuntimeException
    at com.hyperion.aif.servlet.FDMRuleServlet.doPost(FDMRuleServlet.java:76)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

  • Data Import ERROR

    Hi Guys
    I am facing an error when uploading the items through Data Import.
    Just i am uplaoding only Item Code and Item Description .
    but error is coming like this " Row Number 1: Invalid Code [Items - Chapter ID] "
    Also when uploading the BP master data
    i am uploading BP name and Addresses like street, block, state and country. in state i am giving delhi
    but error is coming like this " Business Partner Row Number 6: Character number is greater than allowed [Business Partner - Bill-to State] , 'Delhi' "
    Pls help me on this.
    Regards
    Giridharan V

    hi
    i tried to upload the data's through DTW. The thing i did
    RecordKey     ItemCode  ItemName
    RecordKey     ItemCode          ItemName
    1                       i011                 a
    2                       i002                  b
    3                       i003                    c
    in the ".csv " format..
    Bur error is coming like this
    " Invalid code (OITM_ Chapter ID ) Application defined or object degfined error 5171 "
    Edited by: Giri dharan on Jul 4, 2008 10:33 AM

  • Data Import error - Valuation Method (ODBC -1029)

    Hello all, first post on the SCN. I did some search for similar problems, but nothing seemed to help here.
    We are using Business One, two different companies and databases. We were at the time of the year to update the price list, so we used the Administration -> Data Import/Export -> Data Import -> Import from Excel.
    One company (US only) imports perfectly, but the other database (Canada + US) gives me the following error message on 91 / 1036 entries.
    Row Number xxx : [Items - Valuation Method] , 'Field cannot be updated (ODBC -1029)
    Since the errors only appears on one of the two databases, I ruled out that the excel sheet we used to be the problem.
    The excel sheet only has 4 columns : The item identification, the price list that it needs to update, the price, and the currency (USD or $ for us).
    Neither of the two companies use any valuation method. In fact, neither companies have the field at all in Item Master Data, and its grayed out in the Company Details.
    We also made a dump of the entire item database, and compared what items were imported successfully and those that generated the error, and while the column Valuation Method either had nothing or A, there was no pattern to it. Some errors had nothing, some had A in it.
    I checked for any other differences between items that were imported and the ones with error, and cannot see any visible differences, so all I can think here is that its either an invisible setting when the item was created, or there's some character that is creating a fault somewhere (like an empty space).
    One of the topics found on this error message (ODBC -1029) said that we might need to request a script to fix the database, but that topic was back in 2006, I'm not sure if it still applies, 8 years later.
    Essentially I ran out of things to try on my end. Now I can only ask to the experts.
    Thank you for your time!

    The company that has troubles importing does not allow us to change the Valuation Method for each item. The field is missing entirely from the Item Master Data. I included a screenshot.
    The field is grayed out in the Company Details, but its set as Moving Average. The other company uses Moving Average by default as well, from the looks of it (the field does appear in Item Master Data, but its grayed out).
    We used the same excel sheet to import data in both companies, just need to figure out why its 100% on one side and not on the other side.
    Just to be a bit more clear, we cannot select or visualize the Valuation Method on the items that are not getting imported. Its invisible.
    When we exported the full list of items, there was no pattern between the items that are not imported and those that are imported properly.
    To be clear, the Valuation Method for :
    Items that are imported properly are A or blank.
    Items that are not imported and generate an error are A or blank.
    There is no logic between those that work and those that do not, which is why I can't figure it out on my own.
    Thank you!

  • The Finder can't complete the operation because some data in "Adobe Acrobat" can't be read or written. (Error code - 36)

    I recently did a clean install on a 2011 MacBook Pro with Mavericks. Went to install Adobe Acrobat 9 with the DVD media and about 3/4 of the way through the install, the install stopped and the following window appeared:  The Finder can't complete the operation because some data in "Adobe Acrobat" can't be read or written. (Error code - 36).  I've tried to install a few times and get the same message.  Is Adobe Acrobat 9 incompatible with Mavericks.  I've seen some posts on Apple Support Communities indicating that it is indeed compatible, but no explanation why the error pops up. 

    The hard drive may be dying anyway, or the directory damaged because it is so full.  You should never let the hard drive get over 85% full.
    A -36 error is a read/write error.
    All you did with the power is reset the SMC.  Does nothing to reset everything to factory settings. 
    Do you have your original 10.4 installer discs for the MacBook?
    Is your data backed up?

  • Data Import defaulting Null date to system date

    I am trying to import Campaigns using Data Import, and when End Date is NULL it defaults to system date. Is there any way to avoid this default? Even when I don't "map" the End Date, it still defaults it.
    Thanks!

    This file will always populate itself what you have to try to do is establish what is a good date to put in this section. What i have done is created a System default to be today() + 14 this will mean that the end date will be roughly 14 days after it was created. This is then up to the person running the campaign to change if required.

  • Use of ODI in Data Import scenario

    Hi,
    We are contemplating to use ODI for a Data Import scenario. The flow goes something like this:
    1.A user specified flat file or xml with a mapping between the file columns and base table columns serves as the input.
    (Note that the file column names could be anything and that is why we use mapping).
    2. This file data is stored in a stager table and certain validations are run on this data.
    3. This data is then imported into the base tables.
    I assume we cannot use ODI for step 1 as the file columns are not fixed and can vary. We need to programmatically interpret the data from the mappings. (Is there a way to do this in ODI?).
    If we use ODI for step 3 to import data from stager to base tables:
    - If we have a million records to be imported, then how performant is ODI? Do we need to invoke ODI in batches of (a few thousands) to improve performance?
    - Thanks in Advance,
    Raghu

    Hi Jont,
    Thanks for your reply..
    Here is an example of the mapping that we use:
    Flat File columns:
    AccName
    AccLoc
    Mapping (Specified by the user at run time):
    AccName -->(Maps to) Account.Name
    AccLoc --> (Maps to) Account.Location
    The user would map the file columns to the final target entity fields (like Account.Name) as above.
    Since, we have to store this data in a intermediate staging table, we would have a mapping internally (which is fixed), like
    Account.Name -->(maps to) AccStager.Name
    Account.Location -->(Maps to) AccStager.Location
    where AccStager.Name is the staging table field name.
    Thus, by using these two sets of mapping, we store the file data into staging table.
    Hope this is clear...
    Thanks,
    Raghuveer

  • Data import for users of forms created with Livecycle Designer

    Hello,
    I have seen several posts regarding data import for forms created by Livecycle Designer but nothing that helps with something I am trying to accomplish.  I can create a data connection and import information in a form but what I would like to do is import data, then send the pdf for completion to a user.  There are a few data elements that I have available and the rest of the information comes from from the user.  The problem I run into is once I create a data connection, the pdf is ALWAYS looking for the source file for that data.  I simply want to prepopulate some fields and send to the various users for completion.  Any help would be greatly appreciated.
    Thanks!

    Which type of Data Connection are you trying to create?
    XML Schema, Sample Data File or WSDL?
    Creating any one of first two types(mentioned above) will only create schema and will never import any data into PDF.
    If you create the WSDL connection, you can surely import data (i.e. prepopulate data) into your PDF and forward it for users review/fill.
    If I misunderstood your question, please get me clarified.
    Nith

  • The Sequence/order in which Data Import should be done?

    Hi experts,
    Can anybody suggest the sequance/ order in which we should do the data import using DTW, while setting up a fresh company, so that we can avoid dependancy conflicts?
    Is there any document available?
    Thanks and regards
    Ajith G

    Hai!
    Check List For Data Migration
    Sl.No.     Module     Data
    1     Finance     Chart of Accounts
    2     Finance     Validating Cash Account, Control Account, Multi-Currency properties for G/L Accounts, Account Type, Relevant to Budget, Exchange Rate Differences, Rate Conversion, etc.,.
    3     Finance     Profit Centres
    4     Finance     Distribution Rules
    5     Finance     Mapping Distribution Rules to G/L Accounts
    6     Finance     Projects
    7     Finance     Mapping G/L Accounts to Projects
    8     Finance     Currencies
    9     Finance     G/L Account Determination
    10     Finance     Item Groups Accounting
    11     Finance     Warehouse Accounting
    12     Finance     Item level Accounting
    13     Finance     Tax Codes
    14     Finance     Plant Wise Tax Information
    15     Finance     Freight Types (Additional Expenses)
    16     Banking     Banks
    17     Banking     HouseBanks
    18     Banking     Payment Methods for PaymentWizard
    19     Inventory     Locations
    20     Inventory     Manufacturers
    21     Inventory     Package Types
    22     Inventory     Inventory Cycles
    23     Inventory     Item Groups
    24     Inventory     Item Properties
    25     Inventory     Warehouses
    26     Inventory     Define Default Warehouse
    27     Inventory     Excise Chapter Information
    28     Inventory     Items - (Attributes ex.: PurchaseUOM, InventoryUOM, SalesUOM, Conversion Factors)
    29     Inventory     Items - Labor & Travel Type
    30     Inventory     Customs Groups
    31     Inventory     ShippingTypes
    32     Inventory     LengthMeasures
    33     Inventory     WarehouseLocations
    34     Inventory     WeightMeasures (Volume)
    35     Inventory     PriceLists
    36     Inventory     BP Catalogue Numbers
    37     Business Partners     Customer Groups
    38     Business Partners     Vendor Groups
    39     Business Partners     BP Properties
    40     Business Partners     States
    41     Business Partners     Payment Terms
    42     Business Partners     Sales Employees
    43     Business Partners     Territories
    44     Business Partners     BP Customers
    45     Business Partners     BP Vendors
    46     Business Partners     BP Priorities
    47     Sales     SalesStages
    48     Sales     Industries
    49     Sales     Information Source
    50     Sales     Commission Groups
    51     Sales     Relationships
    52     Sales     Level of Interest
    53     Sales     Won/Lost Reasons
    54     Sales     CompetitorInfo
         Sales     Partners
    57     Production     Products
    58     Production     WIP Products
    59     Production     Production - Bill of Materials
    60     Production     Sales - Bill of Materials
    61     Production     Assembly - Bill of Materials
    62     Production     Template - Bill of Materials
    63     CRM     ActivityTypes
    64     CRM     ActivitySubjects
    65     CRM     ActivityLocations
    66     HR     Teams
    67     HR     Employees
    68     Service     Queue
    69     Service     ContractTemplates
    70     Service     Service Call Status
    71     Service     Service Call Priority
    72     Service     Service Call Origin
    73     Service     Service Problem Type
    74     Service     Service Call Type
    75     Service     Technicians
    76     Service     SolutionStatus
    77     Administration     MultiLanguageTranslations
    78     Administration     UserLanguages
    79     Administration     User Defaults
    80     Administration     Users
    81     Administration     Departments
    82     Administration     Branches
    83     Administration     UserPermissionTree
    84     Administration     Assign License to users
    85     Opening Balance     Item Opening Balances
    86     Opening Balance     G/L Opening Balances
    87     Opening Balance     BP Opening Balances
    88     Configuration/Development     oUserFields
    89     Configuration/Development     oDynamicSystemStrings
    90     Configuration/Development     oChooseFromList
    91     Configuration/Development     oQueryCategories
    92     Configuration/Development     oUserQueries
    93     Configuration/Development     oFormattedSearches
    94     Configuration/Development     PLD
    95     Configuration/Development     QueryPrintLayouts
    96     Configuration/Development     StoredProcedure
    97     Configuration/Development     Document Numbering Series
    98     Configuration/Development     Alerts
    99     Configuration/Development     Approval Procedures
    Regards,
    Thanga Raj.K

  • Including pdf uri when emailing xdp data

    I'm trying to create an e-mail button which e-mails the xdp data along with a reference to the associated pdf.
    The XML Forms Architecture Specification (3.1) says the following about the submit element:
    function(){return A.apply(null,[this].concat($A(arguments)))}
    The embedPDF property
    0 [default] = The associated PDF document is not embedded in the XDP PDF packet; rather, a URI is optionally
    provided. The URI must resolve to a PDF resource of MIME type pdf. The URI is the value of the
    href attribute in the XDP PDF packet. The URI may be obtained from the XFDF F-key path, which
    is relative to the system on which the original PDF file was created. If the URI is unavailable, neither
    the PDF itself nor a URI is included in the PDF packet in the submitted XDP.
    The way I interpret it is that when Reader exports the xdp data to the e-mail application, it inserts the value of the xfdf-snippets f-tag into the xdp data's <pdf href=""> tag. So I went ahead and added (in bold):
    <xfdf xmlns="http://ns.adobe.com/xfdf/" xml:space="preserve">
       <f href="http://server/populate_me.pdf"/>
       <annots/>
    </xfdf>
    Needless to say I won't work. Upon filling out the form in Reader and clicking the e-mail button, the reference I'm getting in the exported xdp is:
    <pdf href="populate_me.pdf" xmlns="http://ns.adobe.com/xdp/pdf/"/>
    (what I want is <pdf href="http://server/populate_me.pdf" xmlns="http://ns.adobe.com/xdp/pdf/"/> )
    I'd really appreciate some advice.

    I believe the ability to create an XDP email attachment that would fetch the form was removed after Reader 9. It might have been for security reasons.
    If you or someone else finds the answer to this one, I would appreciate it if you/they could send it to me.
    In designer, we're using a button containing the following xml:
                <event activity="click">
                   <submit textEncoding="UTF-8" xdpContent="pdf datasets xfdf xdp" target="mailto:"/>
                </event>
    It used to work fine if the form that created the email attachment generated it while the Reader plugin was inside the browser window at the time the email was created.
    Is the form at least populating the subject field of the email with the uri? Ours is, using the code above.

  • Reset sequence after data import

    Hi all,
    I've got a problem where we import data into a table with an auto-incremented field for a primary key. After the data import, I can drop the sequence, check the max(primary key), and re-create it to start at the max value + 1. My problem is that I need to do this for a large number of tables and don't know how to write a script to do it. In the Create Sequence command, whenever I try to use a variable in the "START WITH" clause, I get an error.
    Thanks in advance,
    Raymond

    Spool sequence creation scipt result in a file and then run it.
    Or use dynamic sql.
    Or You can "drive" sequence forward issuing select myseq.nextval from dual; apropriate times. If You need "drive" sequence backwards alter it with increment -1, issue select myseq.nextval from dual; apropriate times and alter it with previous increment.

  • Data Import Wizard from Excel on DATE column

    I have exported data to a csv in Oracle SQL Developer and one of the columns are of an Oracle Date datatype. In opening up Excel I see the Date column represented as 15-MAY-01 12.00.00.000000000 AM.
    I am now going through the Data Import Wizard to create a new table and import the data. When I get to Step 3 of 4 it reads the data and assigns it a VARCHAR2. I want the column to be Date or Timestamp. In this case I choose timestamp and for format entered DD-MON-YY hh.mi.ss.fffffffff AM.
    When I go to Step 4 of 4 to and click the Verify button I get:
    "Verifying if the Date columns have date formats" Date columns DOT_LOGN_EFDT, have invalid or null date formats.
    I am using Oracle SQL Developer 2.1.0.63 Build 63.73.
    Any idea what I put in the format window to read the excel value of 15-MAY-01 12.00.00.000000000 AM correctly?

    I am not able to reproduce your problem. When I export a date column, I do not get the time portion. This is the expected behavior. When re-importing the date, I therefore have no problem. I have tried manipulating the tools->preferences->database->nls->date format mask to include the time (and fractional seconds), but export still only exports the date portion. The fractional seconds is not valid for a date field, which explains the import error you are getting. The question remains as to why the exported data has the time. Can you describe your exact steps for doing the export?

Maybe you are looking for

  • Is there a way to import CDs into iTunes 11 without importing songs that are already in my library?

    Prior versions of iTunes would ask whether I wanted to import duplicate songs when I inserted a CD, but this feature seems to have gone away in iTunes 11.  (Though if this feature does exist and can be enabled, that would be the ideal solution.)  Imp

  • Modeling transaction data

    Hello all, I have 2 questions that I was hoping to get an answer to: Question 1: What is the normal way of modeling transaction data with a changing status in a BW system? Are there any links/threads to read? I thought that transaction  idata would g

  • Problems hooking up Inspiron 6000 with Router WRT54GS

    We have a WRT54GS that has been set up and working wonderfully.  My son just came home from college with his laptop (Dell Inspiron 6000 with wireless card, etc) and I wanted to hook it up also. I think I'm missing a setting somewhere because, althoug

  • Boot process

    Hi , On my laptop I have Solaris 8 and Win2000. During booting it displays a sceen where i can choose the partion from where i want to boot ( Win or Solaris). Currently, it defaults to Solaris ( after a 10 sec timeout). Is there any way to change the

  • How do I change facebook username in Ipad

    How do I change my Facebook username in Ipad. My Ipad has my old Facebook account email address. I can't reactivate this email anymore, it was old company email. IPad Facebook app has still this old email account in memory and I can't delete the acco