Issue with populating documents with data connections

Hi Guys
I have two issues one we have set up an infopath document for browser enabled.  But when I upload it, it doesnt work in IE.
Also how do you get the data connections working to the form?
Thanks

Hell,
Refer this thread to open form in browser by force: (just add "?OpenIn=Browser" in form URL at the end)
http://stackoverflow.com/questions/7361858/infopath-2010-forms-do-not-open-in-the-browser-using-ie8
>Also how do you get the data connections working to the form?
If you are using same site collection data connection then it should work without UDCX file but if there is cross site collection data connection then create UDCX for your data connection.
http://msdn.microsoft.com/en-us/library/office/ms772101%28v=office.14%29.aspx
If it does not resolve you problem then provide the error detail
Hemendra:Yesterday is just a memory,Tomorrow we may never see
Please remember to mark the replies as answers if they help and unmark them if they provide no help

Similar Messages

  • Problem with Reversed document with IDOC interface

    I have a problem when I create Idoc which will reverse a document.
    I use ACC_DOCUMENT_REVERSE, in Idoc is filled like this -
    OBJ_TYPE ( BKPFF )
    OBJ_KEY( reverse document number + company code + year)
    OBJ_SYS ( system id )
    OBJ_KEY_R ( obj_key of document which will reverse )
    PSTNG_DATE
    COMP_CODE
    REASON_REV
    I formed OBJ_KEY with one select from table bkpf, and get the last number of documents reversed with Idoc interface. The interface creates Idoc reverse document with number 929xxxxxxx. With fb08 - documents created are 92xxxxxxxx.
    The problem is when use transaction fs10n, fill customer account number, and the sums are not right. The documents which was reversed with Idoc did not entered in G/L Account Line Item.
    But if I start transaction fbl5n - customer line item, the documents reversed by Idoc is there, and the total sum is right.
    How can I resolve this problem?
    Greetings,
    Lazar Hristov

    Hi,
    I hope you have reversed the posting.Have you cancelled the downpayment invoice.
    Please cancel the first downpayment invoice and post the amount for the second downpayment.
    Now try to create the final invoice.
    Regards,
    Krishna.

  • Proplem with opening documents with Reader 9.1

    Hello Together.
    I hope someone can help me.
    I have a interesting problem. When i want open a PDF Document with a doubleclick, then the Reader hangs most time. This will happen on different documents. If i open this document over Acrobat Reader menu, the document will open correctly.
    The next crazy point is, if i want rename the folder which contains the pdf files, the explorer will hang also.
    Our configuration.
    Windows Vista SP1 and SP2
    Profile Path local
    Adobe Reader 9.1.2
    Domain Logon.
    What i have tested:
    - Same installation with a local user account. = Works.
    - Reinstall = problem exists
    I have found a small thing. If i delete the UserCache.bin file int the APPDATA, then it works until the files is recreated.
    Other PDF reader from other companies works without any problem.
    I hope somebody can give me some hints or a solution for this problem.
    Greets
    Mike

    I am experiencing a similar problem as well with Reader 9.1.
    I am unable to open a PDF file by double clicking. The file is displayed with a PDF/Adobe icon so the file is associated with Adobe Reader. However when you double click a dialogue box appears saying that it was unable to open the file as Adobe Acrobat Reader needs to be installed first, which it is. I have tried un-installing, then re-installing but still it happens.
    If I open Adobe Reader and then drag the file in to the Adobe Reader window it will open the document OK.
    Any ideas why this is happening?
    thanks

  • Issue printing combined document with comment summary.

    I am having an issue generating the correct output for printing a comment summary with connector lines.  I started off with three duplicate documents, all of which had been commented on by different individuals.  The documents and comments were combined and I attempted to print the comment summary with connector lines.  I noticed that at the bottom of the first page, where there should have been a comment, there was only the name of the person who had commented and then the standard line "Comments continued on next page" but the person's comment was not there on page 2.  Its as if only their response is being cut off but you can still see their name, along with the date and time of the comment.
    I sent the issue over to someone I know who has Adobe Acrobat Pro X and they did not have the same issue.  I am not able to upgrade to V.X yet so if there's anyway to correct this or if I am doing something wrong, could someone please respond and let me know?  I combine documents and print with comment summaries on a regular basis.
    Thank you

    Hi Alejandro,
    thanks a lot for your reply, but I am afraid this does not have anything to do with that.
    I have checked the option that you mention and it was checked. Besides, I am using now Web Intelligence Rich Client, so that option should not be a problem.
    I don't really know what it is, it seems to be a bug or maybe the alert are not supposed to be printed.
    I would appreciate any idea that could help.
    Thanks a lot

  • Is it possible to use xml publisher with xml document as data source ?

    I have an application that have to publish document from xml document that are not part a oracle 10g database but will be stored into Oracle Berkeley XML database insteed. Is it possible to use server and/or desktop to publish these documents ?
    I test the desktop edition using the source xml document but it render no data when the template is executed (vizualization)
    I installed the server edition and i'm not able to declare xml document as a data source
    So i have a doubt that xml publisher is able to publish something from a xml datasource
    Thanks

    Yes, it is possible.
    The problem should come from your template. Refer to "edit a RTF template" in the docs.
    A fact is that XML Publisher server edition is not very adapted to an XML file datasource. In order to use it, you should use an HTTP datasource, with the URL of your XML document (that you should place on a web server...). The problem is that this URL is fixed and point always on the same reference...so XML Publisher server edition is not very good for that use.
    I choose to use the XML Publisher Java API which is better for this task.

  • Issue importing Word document with notes

    Hello everyone,
    I have a Word document that has about 80 short sections to it. Each section has endnotes, and the note numbering restarts with 1 at the beginning of each section. I have tried to import this document into CS3, but each time the notes appear as endnotes at the end of the document, not the end of each section. Worse, they number consecutively across sections. Quark, which also dumps notes at the end of the document, at least retains their original numbering, so I could cut-and-paste them back in place. Any information or suggestions on how to work this in INDD? Many thanks.

    I apologize. I thought InDesign was part of Creative Suites and that this was an appropriate place to post my question. I did spend quite a lot of time reading other posts and threads, though, in many of the forums. I'll look elsewhere for help.

  • Problem with populating internal with field-symbol

    hi all,
          I have following structure of internal table .
    internal Table 1(int1) : source,source_field, and other fields.
    internal Table 2 (int2): x1,x2,x3,x4,x5,x6 .
    Read table 1 assigning <gs_t1> with....
    assign ( <gs_t1>-source_field ) to <ld_char> .
    case <gs_t1>-source.
    when 'int1'.
         Read int1 assgining <gs_int1> .
          ASSIGN COMPONENT <ld_char> OF STRUCTURE <gs_int1>
          TO <fs_char>.
    wa_output-x1  = <fs_char>.
    simillarly,
      ASSIGN COMPONENT <ld_char> OF STRUCTURE <gs_int1>
          TO <fs_char>.
    wa_output-x2  = <fs_char>.
    The source_field of int1 contains any value either it can be x2,x3,x4 .
    Now the problem is how my work wa_output should know that <fs_char> contains value of field x1 .
    I mean to say how  we willl determine that value to be passed is to  wa_output-x1 or  wa_output-x2  as <ld_char> is just a pointer we cannot determine anything .
    so how should i make my workarea . It can be made as a fields-symbol but how to that .
    As it is having a strucutre of like :
    componenet       component_type
    CONTROLLER     PRXCTRLTAB<-this is also a line type having value two fields
    x1                        char5
    x2                        char5
    Plz help...

    Hi all,
    i have to pass all field values after obtaining them to a workarea wa_output .
    data : wa_output type xyz.
    READ TABLE ist_smp_tst ASSIGNING <gs_smp_tst>
                          WITH KEY iden_no =
                         <gs_smp_tst_dtl>-iden_no
                          BINARY SEARCH.
            ASSIGN COMPONENT <ld_char_val> OF STRUCTURE
            <gs_smp_tst_lab> TO  <fs_char>.
            CONCATENATE 'WA_OUTPUT-' <fs_char> INTO l_field.
            ASSIGN (l_field) TO <wa_field>.
            <wa_field> = <fs_char>.
       read table ist_temp .........
    <wa_field> = <fs_char>.
    I have done this but <wa_field> actually holds the current data of <fs_char>
    it should be like
    wa_ouput-f1 = <fs_char>..
                              wa_output-f2 = <fs_char>.
         and the appending it to wa_output to i_output .
    How we can do this using field-symbol.
    Plz required help.
    Regards.

  • New Data Connection with incoming XSLT.  Should DataView show the structure?

    When I Create New Data Connection with an XML file and an incoming XSLT transformation, the Data View doesn't show the resulting structure..just the original XML file structure. This makes it hard to bind xml elements in the transformation to a PDF form. It the XSLT only applied at "runtime"? If so, how to map elements? Thanks.

    I would suggest to create a receive data connection(secondary) to get data from your checklist
    Use this data connection to connect to your checklist and get all the fields that are required.
    Create a button in your form and add rules to assign and submit data to the list, after user clicks the button
    Add a rule to set values to source list with fields from Receive Data connection
    Submit the data to the list
    Close the form
    Hope this helps!
    MCITP: SharePoint 2010 Administrator
    MCTS - MOSS 2007 Configuring, .NET 2.0
    | SharePoint Architect | Evangelist |
    http://www.sharepointdeveloper.in/
    http://ramakrishnaraja.blogspot.com/
    Yes!  This is fantastic, I'll try this.  Quick question, would it be possible to send the data to a different list rather than the source?  
    My reasoning is this:  The secondary data connection list is intended to be sort of a blank slate, where the actual project requirements are listed and can be modified or edited as needed.  I'd like to keep that as the constant starting point.
     So could I possibly have the form submit the actual data to a separate list to maintain that?

  • Insert document expiration date in a Word template

    Hello all,
    I have a problem I hope anyone can help me with. I need to include a column in Document Library with the Document expiration date and after that, include that expiration date into the Word templates I have in that library.
    In order to do that, I created a date column (not a calculated one) called "ExpDate" with a default value of Today + 365 as I want the document to expire one year after its creation. After that, I edit the word templates I have associated to the
    document library so as to include the new "ExpDate" column as a Quick part.
    The problem I find is the following: When I create a new document based in the document templates (through content types), the user has the chance to insert an expiration date (as it is metadata) or leave it empty (the column is not defined as mandatory). If
    the user leaves the expiration date empty, the new column is filled with the default value (today + 365 days) but when I open the word document I see the name of the column [ExpDate] instead of the default value.
    Is there a way of forcing the document information panel to be filled with the default value?
    Do you imagine an alternative solution to the requirement of including the expiration date inside the document without having to be defined by the user?
    Thanks a lot.
    Regards.

    Wordsub.llb should be somewhere in your Labview folder on your local drive. The path to it in my install is: C:\Program Files\National Instruments\LabVIEW 8.6\vi.lib\addons\_office\_wordsub.llb
    Also what specific problem are you referring to about 17 bookmarks? Is that the limit on the express style VI for filling them in from LV? If so what you will need to do is to use the lower level function 'Word Insert Field' under Word Advanced VIs. You will need to supply the VI the name of the bookmark and the text you want to insert.

  • How to execute the Code-Behind of .aspx linked using XML Data Connection

    I have a dashboard with a live XML Data Connection tied to a Default.aspx file.  That .aspx file has a Default.aspx.vb code-behind file tied to it with some logic in the Page_Load sub routine.  If i open the .aspx on my own in the browser, the code-behind executes properly.
    However, when I tie the .aspx to my dashboard and launch it I know for a fact the .aspx is being called (i have a placeholder on the dashboard to let me know if it executed or not) but its code-behind file is not.  I can't seem to find a solution through Google, would anyone be able to lead me in the right direction with this?  My code is as follows:
    Default.aspx
    <%@ Page Language="vb" aspcompat="true" Debug="true" validaterequest="false" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="scheduleAppointment._Default" %>
    <%    
        'tester to see that script executes, this puts "ScriptExecuted" on a label on my dashboard
        Dim sXML As String   
        sXML = "<data><variable name=" + Chr(34) + "Range_0" + Chr(34)
                      + "><row><column>ScriptExecuted</column></row></variable></data>"
        Response.Write(sXML)
    %>
    Default.aspx.vb
    Imports Microsoft.Office.Interop
    Partial Public Class _Default
        Inherits System.Web.UI.Page
        Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
                (I have code here creating a Microsoft Outlook appointment and saving/scheduling it. This is not being
                 executed when running the dashboard itself, but I know the code works if I run the .aspx on my own
                 in Internet Explorer browser)
        End Sub
    End Class

    Easy fix, apparently code-behind doesn't execute in Preview mode.  Exported to .swf and ran in the Internet Explorer browser and it worked.

  • Managing data connections manually

    Hi,
    I bought the new iphone4 with a time limited data connection contract. The contract let me use internet for 40 hours a month by using 15min. slots minimum for each connection. Now i recognized that the iphone connects often to the internet even when I dont want it.
    I would use email, calendar and contact synchronisation with exchange via VPN by MANUAL data connection. That means, that I would enable and disable these connections by myself. Unfortunately this is not possible to do with only 2 clicks on the screen.
    And so my question is: Is it possible to activate/disactivate data connection using an easy and fast tool? I have the latest ios installed.
    sincerely yours
    Dietmar

    On your phone, Settings>General>Network>Cellular Data...on/off. That and Airplane mode are about it in the present OS. But, if you use Airplane mode, all radios are turned off, which means no phone service even though you can turn WiFi back on in settings.

  • Authoriztion for Goods Issue/Goods Reciept documents

    Hi..
    I want to authorize the two users who create goods issue/goods reciepts. Each of them should acces only his goods issue/goods reciepts documents
    I haver not found Goods issue/Goods reciept document on "Data Ownership Exceptions" window and checked  "enabler ownership filteration"  as well.
    please let me know how to achieve this..
    Regards
    Akriti

    Data Ownership would only apply to marketing documents.  However, Goods Issue/Goods Receipt documents are not parts of marketing documents.  Therefore, this function is not yet available.  You may use SDK, SP or add-on to achieve your goal.  Or post a DRQ here:
    /community [original link is broken]
    Thanks,
    Gordon

  • Problems with syncing calender with MobileMe after upgrading to v2..01

    Hello everyone,
    I am using MobileMe with my iPhone and everything worked well. Mail, contacts, calender push-synced beautifully after the initial MobileMe hickups were sorted out.
    I upgraded to v2.01 today and everything worked fine, except that my calenders don't sync properly. All my calender events are pushed 7 hours back when synced to my iPhone. This is only on the iPhone. Calender in MobileMe and on my Macbook show the correct times.
    Suggestion or advice would be aprreciated!
    Carlo

    I went to an apple store and nobody could tell me a way to proceed. They said that Yosemite just came out and it is too early for them to know and they need time to figure it out One of them mentioned an update that would be ready for today but he didn't seem so convinced. I read somewhere that signing out of iCloud on the other device (Ipad in that particular case) and signing back in worked for him, but I still haven't made that move yet...afraid of loosing the organization pattern I created with my documents with pages in my Ipad and a afraid of the posible scnario of having to move my word documents manually to pages just the way I have it now. For now I think it is prudent to wait to see if apple solves this, but in the long term something needs to be done cause iCloud for me with pages is useless right now. I hope this inspires a solution for you and you get your music back ASAP. I have faith in the apple guys...I hope they will fix this soon. Good Luck!!

  • Issue with Custom data parameter in Excel Data Connection

    Hello,
    We are querying a OLAP (SSAS 2008) cube using Excel 2007 by creating a data connection to SSAS server with an extended parameter “Custom Data”. We are using custom data parameter to apply our application’s user security to filter dimension
    members in Excel’s pivot table report. We have created a pivot table in Excel and the excel is including this custom data parameter along with each request that excel is submitting to SSAS.
    However, when the user selects “Show Properties in Report” option for a dimension which is selected in Row-axis of pivot table, Excel is not including custom data parameter . Why this “Custom Data” parameter is not being included in
    the request only for this specific case?
    1. The Request which sent from Excel to SSAS when user clicks on “Show Properties in Report” option
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><Session xmlns="urn:schemas-microsoft-com:xml-analysis" SessionId="AE6B294B-4983-4010-BC5F-E0896A49ECD9"/></soap:Header><soap:Body><Discover
    xmlns="urn:schemas-microsoft-com:xml-analysis"><RequestType>DISCOVER_LITERALS</RequestType><Restrictions/><Properties><PropertyList><Content>SchemaData</Content><Format>Tabular</Format></PropertyList></Properties></Discover></soap:Body></soap:Envelope>
    2. The sample Request which sent from Excel to SSAS for all other requests
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><Session xmlns="urn:schemas-microsoft-com:xml-analysis" SessionId="74165AD6-C240-4634-92A1-61A400A3FC97"/></soap:Header><soap:Body><Discover
    xmlns="urn:schemas-microsoft-com:xml-analysis"><RequestType>MDSCHEMA_CUBES</RequestType><Restrictions><RestrictionList><CUBE_NAME>RepCube</CUBE_NAME></RestrictionList></Restrictions><Properties><PropertyList><Catalog>QAV10_12thMay2010</Catalog><Timeout>5000</Timeout><SafetyOptions>2</SafetyOptions><MdxMissingMemberMode>Error</MdxMissingMemberMode><LocaleIdentifier>1033</LocaleIdentifier><DbpropMsmdMDXCompatibility>1</DbpropMsmdMDXCompatibility><CustomData>xxxxxx</CustomData></PropertyList></Properties></Discover></soap:Body></soap:Envelope>
    As the Custom Data parameter is missing in 1st request our application logic is throwing a custom exception to Excel and Excel is not able to understand the exception message. Excel is sending the same request repeatedly (going into infinite loop) and the excel
    window is freezed. Not able to work with excel until restarting the Excel.
    Can anyone help me to resolve the above? quick help is much appriciated!
    Thanks,
    Venkat

    Venkat,
    We have a very similar issue, but there is almost no material to help us. If this gets to you, please let me know if you progressed it or whether I need to go to Microsoft for a solution
    THanks
    David

  • Permissions Issue with Infopath Data Connection

    I'm not really sure how else to title this....
    Issue - InfoPath Form on SharePoint 2010 gives 'You do not have permissions to access a SharePoint list that contains data required for this form to function correctly."
    It gives a correlation ID
    Log file shows
    "Exception Message: The form cannot run the specified query. The list could not be found."
    Note the look-up is to a SharePoint list on the same content database.
    We have two Web-Front End servers with a load balancer.  We've had a number of other permissions type issues when the 'token' gets switched from one server to another, so we have the HOSTs file on each server pointing back to itself, so that once a
    server is 'grabbed' it stays on the same one.
    The error we are having currently, only seems to be occurring on the first Web Front End Server.
    Also we have sharepoint setup with an address of
    http://sharepoint.domain.com as well as an alias. http://sharepoint.
    The error we are having currently, only occurs if I use the fully qualified domain
    " http://sharepoint.domain.com" on the InfoPath data connection.  If I use the shortened alias, the error does not occur.  That is the current/easy solution, but I would like
    to fix it 'correctly' if possible.
    So, it appears to me that only on one of the Web Front End servers, it isn't liking the fully qualified path when doing a data connection.

    Hi ,
    Is the above issue fixed . if not please check below option
    Check the List / Library  [Source for dataconnection ] permission setting .
    If the permission is unique [ restricted from root site].  we  will the above type error message
    Velu K

Maybe you are looking for

  • I want to text my husband a song on our iphones- how do I do that?

    My husband and I have iphones and I want to text him a song- can I do that?

  • Trigger PAI after pressing enter key

    Hi all, How to trigger the PAI event after pressing the enter key on the keyboard. i have a input field and a button on the screen. after entering the value into the field and pressing buttot will take to next screen. But if I press enter key the val

  • Two plans on same Adobe ID

    Hello I have two separate CC plans attached to my Adobe ID.  I'd like to be able to use one plan on two computers, and the other on two other computers...Is there any reason why I can't do that?  When I launch an app on a computer that is not activat

  • Safe way to rename a design

    I noticed that a DESIGN.dmd is alwasy coupled with a DESIGN\ folder. In the case I'm asked to to rename the file, shoud I rename the folder and fix paths somewhere, too?

  • Refreshing ReportDocument without reloading data from database

    Hi, I'm using "Crystal Reports for Visual Studio" version 13.0.13.1597, more specific CrystalReportViewer and ReportDocument. How do I get the report to refresh when I change the paper orientation? For instance: I show the user the PageSetupDialog, u