WSDL data connection problem, error attempting to read from file...

Hi, I got the exact same error messsage as described in this thread:
http://forums.adobe.com/message/3136286#3136286
I tried all the suggestions in the thread, but nothing worked.
My process is like this:
At the process initiator step, it uses form "A" (and Webservices calls work perfectly there),
the initiator fills up form "A", "Complete"s it,
and it goes to the next person, where it uses form "B",
and Webservices calls fail to work from the form "B".
However, when I replace form "A" with form "B",
that is, use form "B" at the initiator step,
the Webservices calls on form "B" work just fine.
Any idea why this happened?
thanks.

I found a solution to this.  The 'DataDescription' elements in the data XML are the cause of the problem.  Apparently Acrobat/Reader is not able to handle the elements from form 'A' when loading that data into form 'B'.
My solution was to modify my process to:
1.) Create an xml variable (call it 'xmlData')
2.) Create an XDP "wrapper" by setting the value of xmlData in a 'Set Value' operation.  Since my top-level form element is called 'TopLevelFormElement', my "wrapper" (the value for 'xmlData') was:
deserialize('<xdp:xdp xmlns:xdp="http://ns.adobe.com/xdp/" xmlns:dd="http://ns.adobe.com/data-description/"
xmlns:impl="http://adobe.com/idp/services" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/">
<xfa:datasets>
        <xfa:data>
            <TopLevelFormElement>
            </TopLevelFormElement>
        </xfa:data>
    </xfa:datasets>
</xdp:xdp>')
3.) Copy the form data from the original (call it 'originalXmlData') to 'xmlData' by setting this mapping in a 'Set Value' operation:
//process_data/xmlData//TopLevelFormElement  = /process_data/originalXmlData//TopLevelFormElement
4.) At this point, you have a set of data (xmlData) that contains all of your form data but is free of the 'DataDescription' elements that cause problems.  Pass 'xmlData' into form 'B'.
5.) Data should be processed as expected in form 'B', and web service calls should be operational.

Similar Messages

  • Web Service; Error attempting to read from file

    I'm trying to connect to a web service as outlined by the book "Creating Dynamic Forms with Adobe LiveCycle Designer" which is an excellent book by the way.
    I'm receiving the following error "Error attempting to read from file. http://www.webservicex.net/BibleWebservice.asmx"
    I've successfully created the Data Connection to
    http://www.webservicex.net/BibleWebservice.asmx?wsdl
    I dragged and dropped the bookTitle, chapter & Versie onto the form. I also dragged and dropped the GetBibleWordsByChapterAndVerseResult and the GetBibleWordsByChapterAndVerseBtn.
    I Preview PDF and click the button I get the above error.
    Does anyone have experience using Web Services with Adobe LiveCycle ES and have advice on how to resolve this. Any Suggestions would be greatly appreciated.
    -Todd

    Well, I have more news on the error I'm getting. - NO I didn't find the problem. Yet
    I checked and made sure that web.config had "None" selected " in authentication mode. I.E. <authentication mode="None" /> This should eliminate any authentication problems since that turns off IIS's authentication checking.
    At first I was thinking the form was generating the error trying to read the result coming back from the web service, but I put in some code that writes the result to a log file when the method fires off.
    I noticed that when I clicked on the button on the form, the error message would pop up from Acrobat, but when I check the log file, there was NO entry. This means that Acrobat failed before it could execute the method.
    Here is the web method:
    [WebMethod(CacheDuration = 30,
    Description="Returns the String 'True' or 'False' whether or
    not you entered a 'T' or 't'.")]
    public string TF(string Tf)
    string result="False";
    if(Tf.Substring(0,1).ToLower()=="t"){
    result= "True";}
    LogFile.Write("Sent: "+result);
    return result;

  • Error attempting to read from file soap address urgent

    while executing the adobe PDF form the above said error is displaying, please give the solution

    Can you please try to explain the complete scenario where you are getting the error?
    Thanks
    Satya

  • Error 1901. Error attempting to read from the source installation database

    OS: Windows 7 Enterprise 64-bit
    Browsers: IE 9 and Firefox 10
    Flash Version 11.7.700.169
    I'm logged in as Administrator.  I'm trying to install using this:
    start "" /wait msiexec /i install_flash_player_11_active_x.msi /qb
    and
    start "" /wait msiexec /i install_flash_player_11_plugin.msi /qb
    Both commands result in:
    Error 1901. Error attempting to read from the source installation database: C:\Windows\Installer\3c0cc1.msi
    (the file name seems to be random)
    echo %errorlevel% returns 1603.
    Help.

    Not sure how much I can help you with this.  Error 1603 usually indicates that the installer cannot proceed because something is in use; search this page for 1603: http://msdn.microsoft.com/en-us/library/windows/desktop/aa372835%28v=vs.85%29.aspx

  • Error attempting to read from the source install database: C:\WINDOWS\Installer\e2120a.msi?

    I have had itunes before but now its not working. I've tried many times to fix this problem but i none work. I also got a error 7 (Windows error 999) but now not anymore hopefully. I really need help on this problem. (If this helps, Before i was updating itunes and my computer froze so i turn it off and that was when everything went crazy).

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    tt2

  • "Error attempting to read file" at Webservice call from Adobe Form.

    Hi Experts,
    We have designed a Webservice form a Function Module in ECC 6.0, In the soamanager transaction the webservice works fine. But at the time of call from the Adobe form, it gives an error stating that "Error attempting to read from file" and then the URL of the Webservice to be excuted.
    and if i attempt to open that file, it gives me this error:
    - <soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
      <soap-env:Header />
    - <soap-env:Body>
    - <soap-env:Fault>
      <faultcode>soap-env:Server</faultcode>
      <faultstring xml:lang="en">SRT: Wrong Content-Type and empty HTTP-Body received</faultstring>
    - <detail>
    - <ns:SystemFault xmlns:ns="http://www.sap.com/webas/710/soap/runtime/abap/fault/system/">
      <Host>undefined</Host>
      <Component>COREMSG</Component>
    - <ChainedException>
      <Exception_Name>CX_SOAP_CORE</Exception_Name>
      <Exception_Text>SRT: Wrong Content-Type and empty HTTP-Body received</Exception_Text>
      </ChainedException>
      </ns:SystemFault>
      </detail>
      </soap-env:Fault>
      </soap-env:Body>
      </soap-env:Envelope>
    In case I give my user the "SAP_ALL" role, this all works fine, so i think it is somewhere related to a missing role to be assigned.
    any clues..??
    any help would be appreciated, Please help..
    Thanks,
    Amita

    Hi Juergen,
    I am using it as a WSDL based data connection.
    How do i check this WSDL through a web browser? I have checked it through SICF Transaction code, It gives the output in explorer as given in the first post of this thread..
    Please help me resolving this issue, i feel that this issue is somewhere related to the role assignment of the user as if i provide this user an authorization of SAP_ALL then everything starts working fine, but after removing SAP_ALL this error is encountered, do u hav any pin points on this??
    Thanks
    Amita

  • WSDL data connection error after Form Server xdp render

    Hi
    I have a wsdl data connection inside an xdp after I render the xdp as pdf and reader extend the form when I click on the button to execute the web service method a pop up box appears saying the data connection has no properties. I am using LiveCycle Forms and Reader Extensions 8.1.
    Thanks

    Hi Paul
    Thanks for the reply.
    Reader extensions wasn't the problem, it was how I was manipulating the xdp before rendering.
    Thanks

  • While updating the older version iTunes to latest one it shows "a network error occurred while attempting to read from the file: C:\windows\installer\iTunes64.msi. pls help on this matter to connect my i5 to PC. Thanks in advance

    while updating the older version iTunes to latest one it shows "a network error occurred while attempting to read from the file: C:\windows\installer\iTunes64.msi. pls help on this matter to connect my i5 to PC. Thanks in advance

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page): 
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • Error Connecting Addon. Attempted to read or write protected memory

    Hi All
    I m trying to connect company database.....
    while doing
    ocompany.connect()
    i m getting following error
    Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
    how should i solve this????
    Thank you

    Rajesh - this question has already been asked and aswered.
    Search the forum for "protected memory".
    Here's the solution:
    Error when install addon

  • [SOLVED]error: attempt to read or write outside of partition

    Hello, I update my system at least once a week, sometimes I run pacman -Syu more than that. So this system is no more than about 7 days behind what is available today.  Last time I did this the kernel got updated and it updated itself again or at least it just ran mkinitcpio, also my passwd and group changed, anything that was not represented in the pacnew version got a representation, this last one mainly featured a lot of changes to "/usr/bin/nologin" from the login false version, whatever it was, nothing that looks too fussy.
    Reboot just to see what will happen and I am greeted with this:
    Booting `Arch Linux, with Linux core repo kernel'
    Loading Linux core repo kernel ...
    error: attempt to read or write outside of partition
    Loading initial ramdisk ...
    unaligned pointer 0x1d
    Aborted. Press any key to exit.
    I happen to have a usb drive that has Arch Linux 3.11.6.-1-ARCH, so I put that in and get an environment I can work with. Chroot in and so I can run mkinitcpio -p linux, thinking that that is the problem, some error in the kernel, I actually end up using the command
    # /usr/lib/modules
    , since
    # mkinicpio -p linux
    won't run, it gives:
    ==> Building image from preset: /etc/mkinitcpio.d/linux.present: 'default'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.config -g /boot/initramfs-linux.img
    hexdump: /boot/vmlinuz-linux: Input/output error
    ==> ERROR: invalid kernel specified: '/boot/vmlinuz-linux'
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.config -g /boot/initramfs-linux-fallback.img -S autodetect
    hexdump: /boot/vmlinuz-linux: Input/output error
    ==> ERROR: invalid kernel specified: '/boot/vmlinuz-linux'
    However,
    # mkinitcpio -g /boot/linux.img -k 3.14.6-1-ARCH
    will. Everything finishes with a success, exit out, reboot and bam, same message, so it is not the kernel at least not on its own.  Here is what my fstab looks like:
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    # /dev/sda3
    UUID=4dbfa319-4f88-49c1-a595-27faabfe4f57 / ext3 rw,relatime,data=ordered 0 1
    # /dev/sda1
    UUID=4C05-1A6B /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 2
    # /dev/sda4 LABEL=home
    UUID=bff35508-596c-4d7c-a983-b6b0ddc4f6e2 /home ext3 rw,relatime,data=ordered 0 2
    # /dev/sda2
    UUID=e87030ad-3226-41e3-938a-5be3351e34ed none swap defaults 0 0
    #efivars
    efivarfs /sys/firmware/efi/efivars efivarfs defaults 0 0
    #MySQL, linux version
    tmpfs /var/lib/mysqltmp tmpfs rw,gid=89,uid=89,size=100m,mode=0750,noatime 0 0
    and my mkinitcpio.conf
    # vim:set ft=sh
    # MODULES
    # The following modules are loaded before any boot hooks are
    # run. Advanced users may wish to specify all system modules
    # in this array. For instance:
    # MODULES="piix ide_disk reiserfs"
    MODULES=""
    # BINARIES
    # This setting includes any additional binaries a given user may
    # wish into the CPIO image. This is run last, so it may be used to
    # override the actual binaries included by a given hook
    # BINARIES are dependency parsed, so you may safely ignore libraries
    BINARIES=""
    # FILES
    # This setting is similar to BINARIES above, however, files are added
    # as-is and are not parsed in any way. This is useful for config files.
    FILES=""
    # HOOKS
    # This is the most important setting in this file. The HOOKS control the
    # modules and scripts added to the image, and what happens at boot time.
    # Order is important, and it is recommended that you do not change the
    # order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
    # help on a given hook.
    # 'base' is _required_ unless you know precisely what you are doing.
    # 'udev' is _required_ in order to automatically load modules
    # 'filesystems' is _required_ unless you specify your fs modules in MODULES
    # Examples:
    ## This setup specifies all modules in the MODULES setting above.
    ## No raid, lvm2, or encrypted root is needed.
    # HOOKS="base"
    ## This setup will autodetect all modules for your system and should
    ## work as a sane default
    # HOOKS="base udev autodetect block filesystems"
    ## This setup will generate a 'full' image which supports most systems.
    ## No autodetection is done.
    # HOOKS="base udev block filesystems"
    ## This setup assembles a pata mdadm array with an encrypted root FS.
    ## Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
    # HOOKS="base udev block mdadm encrypt filesystems"
    ## This setup loads an lvm2 volume group on a usb device.
    # HOOKS="base udev block lvm2 filesystems"
    ## NOTE: If you have /usr on a separate partition, you MUST include the
    # usr, fsck and shutdown hooks.
    HOOKS="base udev autodetect modconf block filesystems keyboard fsck"
    # COMPRESSION
    # Use this to compress the initramfs image. By default, gzip compression
    # is used. Use 'cat' to create an uncompressed image.
    #COMPRESSION="gzip"
    #COMPRESSION="bzip2"
    #COMPRESSION="lzma"
    #COMPRESSION="xz"
    #COMPRESSION="lzop"
    #COMPRESSION="lz4"
    # COMPRESSION_OPTIONS
    # Additional options for the compressor
    #COMPRESSION_OPTIONS=""
    While I am here I might as well ask this is this an appropriate boot structure?
    /boot/
    >>>>/EFI/
    >>>>/>>>/grub/
    >>>>/>>>/>>>>grubx64.efi
    >>>>/grub
    >>>>/>>>>/fonts
    >>>>/>>>>/grub.cfg
    >>>>/>>>>/grub.cfg.example
    >>>>/>>>>/grubenv
    >>>>/>>>>/local
    >>>>/>>>>/>>>>/*.mo files
    >>>>/>>>>/themes/
    >>>>/>>>>/>>>>>>/starfield/*.png *.pf2 files
    >>>>/>>>>/x86_64-efi
    >>>>/>>>>/>>>>>>>/ *.mod files
    >>>>/initramfs-linux-fallback.img
    >>>>/initramfs-linux.img
    >>>>/linux.img
    >>>>/vmlinuz-linux
    Anyone have any ideas on what I can do to get my system back?
    Last edited by Never (2014-06-11 03:17:24)

    Inside of my rescue disk I get:
    # efibootmgr
    BootCurrent: 000A
    Timeout: 0 seconds
    BootOrder: 0005,0003,0001,0002,000A,0004,0000,0007,0008,0009
    Boot0000 Windows Boot Manager
    Boot0001* USB Flopp/CD
    Boot0002* USB Hard Drive
    Boot0003* arch_grub
    Boot0004* ATAPI CD-ROM Drive
    Boot0005* grub
    Boot0007* CD/DVD Drive
    Boot0008* USB Floppy/CD
    Boot0009* Hard Drive
    Boot000A* UEFI: SanDisk Cruzer Glide 1.26
    my /dev/sda1 was /boot/ not /boot/efi, so I made that change, allowing /boot on / [/dev/sda3] to now be populated with part of the stuff on /dev/sda1 and /dev/sda1 would just have /boot/efi/, instead of all of boot, then ran:
    # modprobe -r efivars
    # umount /sys/firmware/efi/efivars
    # modprobe -r efivarfs
    # modprobe efivarfs
    # mount -t efivarfs efivarfs /sys/firmware/efi/efivars
    # efivar -l
    returned a bunch of variables
    # grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=grub --recheck --debug
    # grub-mkconfig -o /boot/grub/grub.cfg
    # efibootmgr
    BootCurrent: 000A
    Timeout: 0 seconds
    BootOrder: 0003,0001,0002,000A,0004,0000,0007,0008,0009
    Boot0000 Windows Boot Manager
    Boot0001* USB Flopp/CD
    Boot0002* USB Hard Drive
    Boot0003* grub
    Boot0004* ATAPI CD-ROM Drive
    Boot0007* CD/DVD Drive
    Boot0008* USB Floppy/CD
    Boot0009* Hard Drive
    Boot000A* UEFI: SanDisk Cruzer Glide 1.26
    arch_grub, whatever that was, went away. Pull out of arch-chroot, unmount sdaXs, reboot and:
    ERROR: No boot disk has been detected or the disk has failed.
    An extensive hp diagnostic check reveals... Nothing wrong.
    A reboot and removal of all data written in /dev/sda1 and /dev/sda3/boot sectors reveals:
    # mkdir /boot/efi/123
    mkdir: cannot create directory /boot/efi/123: Cannot allocate memory
    Which persist even on a restart and trying to mkdir into /mnt/arch/boot/efi/EFI while outside of arch-chroot. No idea why that is happening, oh well.

  • Error: Attempted to read or write protected memory. Memory is corrupt

    2005A SP1 PL4
    I have added a user field with B1 in Items with success.
    Therefore I have started the addon and I have the following error at  SAPbouiCOM.SboGuiApiClass.Connect(String ConnectionStr):
    "Attempted to read or write protected memory. This is often an indication that other memory is corrupt"
    I have restart B1, and I have restart the PC, but the problem persist.
    Before I added user field, the addon worked
    Now if I open items system form, the user field not exists , not even I press CtrlShiftU
    It seems that the user fields are not record correctly
    Now I re-add a new second user field in items. Now there are all user fields in system form Items, but i have the same error with my addon.
    This is the second company that occorr this problem
    Is this a 2005A SP1 PL4 problem? Must I convert the company to 2005A SP1 PL11? Or are there other solution? 
    Help me
    Thank you

    I would strongly recommend to go up to PL11 - and then re-check the issue.
    If it still doesn't work:
    The minimum information to provide here would be the definition of the UDF! Since UFDs work in general there must be some issue with your specific UDF (or some combination of settings).
    Check table CUFD + the actual definition of the UDF in the SQL table as well.
    ...or just involve SAP Support...
    HTH,
    Frank

  • I am getting "a network error occurred while attempting to read from the file c:\windows\installer\itunes.msi" when I attempt to download itunes, can someone help me with this?

    I am getting "a network error occurred while attempting to read from the file c:\windows\installer\itunes.msi" when I attempt to install itunes.  Can anybody help me to resolve this issue?

    You can try disabling the computer's antivirus and firewall during the download the iTunes installation
    Also try posting in the iTunes forum since it is not an iPod touch problem.

  • Error message, what does this mean: Itunes couldnt connect because an error occured while reading from the devise?!?!?! HELP

    I'm trying to connect my iPAD to my desktop but I receive an error: itunes couldnt connect because an error occured while reading from the devise?!?!?! HELP

    have you done a update for your itunes this can be the problem that it will not connect to you ipad so update you itunes and then try it again

  • Error 1316.A network error occurred while attempting to read the file .msi

    Hi to all,
    this is my first post on OTN forum! anyway...
    My attempt to install Essbase-ExcelAddin-11121 Fail. During the execution of Spreadsheet Add-in the process generate this issue:
    Error 1316.A network error occurred while attempting to read the file ...AppData\Local\Temp\_is711B\Setup.msi
    i've seen also seen that in the directory AppData\Local\Temp\_is711B\ there is no file called Setup.msi but AppData\Local\Temp\_is711B\Setup.INI
    i have to modify the installer?how? anybody resolve this problem?
    I checked on google but, at this moment, no results.
    thanks for all support
    Gaetano

    Hello Gaetano,
    It sounds like you are using Windows 7 and/or Vista.
    When running the installation try to right click on the executable and select "Run as Administrator".
    Regards,
    John A. Booth
    http://www.metavero.com

  • Timeout error (Hex 0xBFFF0015) in NI VISA test panel when attempting to read from device

    Hello,
    I am attempting to control the set position of three daisy chained four-way actuator valves. They are VICI Valco and model # EUHA. I have them connected via RS-232 to USB into my computer. I was able to communicate with them when I sent some simple commands through hyperterminal and when I open MAX the devices appear and the panel says the devices are functioning properly. However, when I go into the test panel and try to run some default commands, I get the timeout error, 0xBFFF0015, when reading the command. Thank you for any help you can provide.
    Solved!
    Go to Solution.

    Okay I'm running it again today and I'm noticing that its displaying results when I attempt to read from the valve but still tells me it timed out. Aside from the timeout error, both hyperterminal and visa are providing comparable results. The two commands I have been trying to read from the valves are AM (to check what mode the actuator is set to) and CP (to check what position the valve is at).

Maybe you are looking for

  • "an error occurred while attempting to change modules" when launching lightroom

    I get the message  "an error occurred while attempting to change modules" when I launch the app on my mac. Every other adobe app works like Photoshop I have followed all the troubling shooting steps in the link below, not one of them makes anything d

  • Palm z22 dead screen?

    I have a palm z22 that got damp on a misty overnight hike last week.  The screen backlight wouldn't turn on but the screen still seemed to be working.  I took the unit home, and the backlight would not come on, and the screen wouldn't function at all

  • BarCode Scanning - PO Receipts in Forms Interface

    Hi Everyone, Need a clarification on whether the following scenario is available as standard functionality in a Forms Interface (NOT using MSCA Devices) The supplier has shipped the entire quantity of the item ordered in say, 10 Boxes. I shall be sca

  • Only have LabVIEW 2012. Why am I asked to download LabVIEW 2011 SP1 f2 RTE Patch?

    Hello, I recently got a new machine (clean install of Windows 8), and installed LabVIEW 2012, with no other previous versions. However, when I ran the NI Update Service, it listed "LabVIEW 2011 SP1 f2 R(32-bit) Run-Time Engine Patch" as a critical up

  • Missing catalogs in user account

    Running Win 7. Have to move to new win 7 user account ( Win 7 bug!) I have three catalogs in old account, can't see any of them in new user account. Default 'my catalog' is empty. They do not appear in 'browse' either. The pictures are there in 'My P