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

Similar Messages

  • Disable/Hide Data connection error pop ups in InfoPath 2010

    Hi All , 
    I am trying to hide/Disable Error Messages Shown by data connection error. I do not want user to see the error , rather I would check through rules and query the Data source again.
    Is this scenario possible at all. 
    For ex: I have a data connection to user profile server , if it gives and error on form load , I do not want to see the error popup instead i will query the data connection again.
    Thanks and Regards,
    Nandini

    Hello,
    what would you expect to change between the first call to the data connection and the second call? 
    How would you "check through rules"?  
    I don't think the error message can be suppressed. If you don't want to query the data connection on form load, untick the box in the data connection settings. 
    cheers, teylyn

  • Handle WSDL data connection timeout during PDF generation

         I have created in LiveCycle Designer XDP template. In template i defined WSDL Data connection. For data loading i call xfa.connectionSet.WsDataConnection.execute(0).
         For PDF generation i created LiveCylce process and use generatePDFOutput component.
    If WebService works output service generates document with all data - OK.
    If i turn off webservice and run process ouputservice generates PDF document with empty fields. Is where any possibility to raise execption to calling process if WSDL connection timeouts or gives SOAP fault error in response? 
    I want catch web service errors in process and do not generate PDF if some webservice used in PDF template is not accesible during generation.

    Hi Martin,
    We are experiencing the same issue with SAP/Vertex. Can you let me know how you resolve this? Did you change the SAP gateway timeout parameter? If so, which one is it?
    Your help on this is greatly appreciated.
    Thanks much!
    Best regards,
    Cyanna

  • Core Data save error after delete

    I'm cross posting this from StackOverflow (http://stackoverflow.com/questions/1463382/core-data-save-error-after-delete)
    This question is probably a long shot. I can't figure out the errors I'm getting on my core data project when I save after I delete an entity. My .xcdatamodel can be seen at:
    http://jump.fm/BXRCG
    I have two main entities that I work with, an Outfit and an Article. I can create them with no problem but when I delete them I get the follow error log:
    for the Outfit:
    2009-09-22 20:17:37.771 itryiton[29027:20b] Operation could not be completed. (Cocoa error 1600.)
    2009-09-22 20:17:37.773 itryiton[29027:20b] {
    NSLocalizedDescription = "Operation could not be completed. (Cocoa error 1600.)";
    NSValidationErrorKey = outfitArticleViewProperties;
    NSValidationErrorObject = <Article: 0x12aa3c0> (entity: Article; id: 0x12b49a0 <x-coredata://7046DA47-FCE1-4E21-8D7B-E532AAC0CC46/Article/p1> ; data: {
    articleID = 2009-09-22 19:05:19 -0400;
    articleImage = 0x12b4de0 <x-coredata://7046DA47-FCE1-4E21-8D7B-E532AAC0CC46/ArticleImage/p1>;
    articleType = nil;
    attributeTitles = "(...not nil..)";
    color = nil;
    comment = nil;
    dateCreated = 2009-09-22 19:05:19 -0400;
    designer = nil;
    imageView = "(...not nil..)";
    location = "(...not nil..)";
    outfitArticleViewProperties = (
    0x12b50f0 <x-coredata://7046DA47-FCE1-4E21-8D7B-E532AAC0CC46/OutfitArticleViewProperties/ p1>
    ownesOrWants = 0;
    pattern = nil;
    price = nil;
    retailer = nil;
    thumbnail = "(...not nil..)";
    washRequirements = nil;
    wearableSeasons = nil;
    NSValidationErrorValue = {(
    <OutfitArticleViewProperties: 0x1215340> (entity: OutfitArticleViewProperties; id: 0x12b50f0 <x-coredata://7046DA47-FCE1-4E21-8D7B-E532AAC0CC46/OutfitArticleViewProperties/ p1> ; data: {
    article = 0x12b49a0 <x-coredata://7046DA47-FCE1-4E21-8D7B-E532AAC0CC46/Article/p1>;
    articleViewPropertiesID = nil;
    outfit = nil;
    touch = nil;
    view = "(...not nil..)";
    And if I delete an Article I get:
    2009-09-22 18:58:38.591 itryiton[28655:20b] Operation could not be completed. (Cocoa error 1560.)
    2009-09-22 18:58:38.593 itryiton[28655:20b] DetailedError: {
    NSLocalizedDescription = "Operation could not be completed. (Cocoa error 1600.)";
    NSValidationErrorKey = articleImage;
    NSValidationErrorObject = <Article: 0x12aa340> (entity: Article; id: 0x12b3f10 <x-coredata://05340FA6-B5DC-4646-A5B4-745C828C73C3/Article/p1> ; data: {
    articleID = 2009-09-22 18:58:26 -0400;
    articleImage = 0x12b4d00 <x-coredata://05340FA6-B5DC-4646-A5B4-745C828C73C3/ArticleImage/p1>;
    articleType = nil;
    attributeTitles = "(...not nil..)";
    color = nil;
    comment = nil;
    dateCreated = 2009-09-22 18:58:26 -0400;
    designer = nil;
    imageView = "(...not nil..)";
    location = "(...not nil..)";
    outfitArticleViewProperties = (
    0x12b5010 <x-coredata://05340FA6-B5DC-4646-A5B4-745C828C73C3/OutfitArticleViewProperties/ p1>
    ownesOrWants = 0;
    pattern = nil;
    price = nil;
    retailer = nil;
    thumbnail = "(...not nil..)";
    washRequirements = nil;
    wearableSeasons = nil;
    NSValidationErrorValue = <ArticleImage: 0x12ad600> (entity: ArticleImage; id: 0x12b4d00 <x-coredata://05340FA6-B5DC-4646-A5B4-745C828C73C3/ArticleImage/p1> ; data: {
    article = 0x12b3f10 <x-coredata://05340FA6-B5DC-4646-A5B4-745C828C73C3/Article/p1>;
    image = "(...not nil..)";
    A 1600 error is:
    NSValidationRelationshipDeniedDeleteError Error code to denote some relationship with delete rule NSDeleteRuleDeny is non-empty.
    Available in Mac OS X v10.4 and later.
    Declared in CoreDataErrors.h.
    But I can't see for the life of me which relationship would be preventing the delete. If some Core Data wizard can see the error of my ways, I would be humbled. But seriously, thank you!

    I'm cross posting this from StackOverflow (http://stackoverflow.com/questions/1463382/core-data-save-error-after-delete)
    This question is probably a long shot. I can't figure out the errors I'm getting on my core data project when I save after I delete an entity. My .xcdatamodel can be seen at:
    http://jump.fm/BXRCG
    I have two main entities that I work with, an Outfit and an Article. I can create them with no problem but when I delete them I get the follow error log:
    for the Outfit:
    2009-09-22 20:17:37.771 itryiton[29027:20b] Operation could not be completed. (Cocoa error 1600.)
    2009-09-22 20:17:37.773 itryiton[29027:20b] {
    NSLocalizedDescription = "Operation could not be completed. (Cocoa error 1600.)";
    NSValidationErrorKey = outfitArticleViewProperties;
    NSValidationErrorObject = <Article: 0x12aa3c0> (entity: Article; id: 0x12b49a0 <x-coredata://7046DA47-FCE1-4E21-8D7B-E532AAC0CC46/Article/p1> ; data: {
    articleID = 2009-09-22 19:05:19 -0400;
    articleImage = 0x12b4de0 <x-coredata://7046DA47-FCE1-4E21-8D7B-E532AAC0CC46/ArticleImage/p1>;
    articleType = nil;
    attributeTitles = "(...not nil..)";
    color = nil;
    comment = nil;
    dateCreated = 2009-09-22 19:05:19 -0400;
    designer = nil;
    imageView = "(...not nil..)";
    location = "(...not nil..)";
    outfitArticleViewProperties = (
    0x12b50f0 <x-coredata://7046DA47-FCE1-4E21-8D7B-E532AAC0CC46/OutfitArticleViewProperties/ p1>
    ownesOrWants = 0;
    pattern = nil;
    price = nil;
    retailer = nil;
    thumbnail = "(...not nil..)";
    washRequirements = nil;
    wearableSeasons = nil;
    NSValidationErrorValue = {(
    <OutfitArticleViewProperties: 0x1215340> (entity: OutfitArticleViewProperties; id: 0x12b50f0 <x-coredata://7046DA47-FCE1-4E21-8D7B-E532AAC0CC46/OutfitArticleViewProperties/ p1> ; data: {
    article = 0x12b49a0 <x-coredata://7046DA47-FCE1-4E21-8D7B-E532AAC0CC46/Article/p1>;
    articleViewPropertiesID = nil;
    outfit = nil;
    touch = nil;
    view = "(...not nil..)";
    And if I delete an Article I get:
    2009-09-22 18:58:38.591 itryiton[28655:20b] Operation could not be completed. (Cocoa error 1560.)
    2009-09-22 18:58:38.593 itryiton[28655:20b] DetailedError: {
    NSLocalizedDescription = "Operation could not be completed. (Cocoa error 1600.)";
    NSValidationErrorKey = articleImage;
    NSValidationErrorObject = <Article: 0x12aa340> (entity: Article; id: 0x12b3f10 <x-coredata://05340FA6-B5DC-4646-A5B4-745C828C73C3/Article/p1> ; data: {
    articleID = 2009-09-22 18:58:26 -0400;
    articleImage = 0x12b4d00 <x-coredata://05340FA6-B5DC-4646-A5B4-745C828C73C3/ArticleImage/p1>;
    articleType = nil;
    attributeTitles = "(...not nil..)";
    color = nil;
    comment = nil;
    dateCreated = 2009-09-22 18:58:26 -0400;
    designer = nil;
    imageView = "(...not nil..)";
    location = "(...not nil..)";
    outfitArticleViewProperties = (
    0x12b5010 <x-coredata://05340FA6-B5DC-4646-A5B4-745C828C73C3/OutfitArticleViewProperties/ p1>
    ownesOrWants = 0;
    pattern = nil;
    price = nil;
    retailer = nil;
    thumbnail = "(...not nil..)";
    washRequirements = nil;
    wearableSeasons = nil;
    NSValidationErrorValue = <ArticleImage: 0x12ad600> (entity: ArticleImage; id: 0x12b4d00 <x-coredata://05340FA6-B5DC-4646-A5B4-745C828C73C3/ArticleImage/p1> ; data: {
    article = 0x12b3f10 <x-coredata://05340FA6-B5DC-4646-A5B4-745C828C73C3/Article/p1>;
    image = "(...not nil..)";
    A 1600 error is:
    NSValidationRelationshipDeniedDeleteError Error code to denote some relationship with delete rule NSDeleteRuleDeny is non-empty.
    Available in Mac OS X v10.4 and later.
    Declared in CoreDataErrors.h.
    But I can't see for the life of me which relationship would be preventing the delete. If some Core Data wizard can see the error of my ways, I would be humbled. But seriously, thank you!

  • Connect request to Forms Server 6i

    Need to sinulate a connect request to Forms Server 6i from a program to check its status. I need the whole 'http connect request' string that is being sent from Jiniator to the ifsrv60.exe (Forms Server 6i middle-tier) ans the expected response from the Forms Server.
    Any help would be really useful

    HI
    What Oracle suggests is only the most optimal database version.You can indeed use relese 6/6i of forms with anything from 7.3.4 and upwards
    and regarding the OS compatibility check Products category of thsi site
    and migration should not give U any probs, but better to avoid mouse triggers. They are giving problems
    Ok
    null

  • WSDL Data connection not working - SAP Interactive Forms(Adobe Based)

    Greetings,
    I am trying to explore the features of Adobe based forms in SAP (WAS 6.4) and have been trying to create an interactive form.
    I am trying to use the WSDL file Data Connection but with no success. This is what I have been doing, starting with a blank form in the "Layout" tab,
       - In the "Data View", created a "New Data Connection".
       - Selected "WSDL file" Option.
       - Browsed to and selected the desired WSDL file.
       - Selected the WebService Option listed (Only one in my case).
    The WebService in this case is programed to "Request" two numbers and "Response" back the sum. (This was just for trial).
    - The connection subsequently appeared in the "Data View".
       - Expanded the "Request" and "Response" trees and dragged the elements to the "Body Page" screen.
       - Dragged the Data Connection Button to the screen.
       - On the Properties of the Button, Went to the "Object" tab and then to the "Execute" tab.
       - Checked "Re-Merge Form Data" and Run at "Client and Server"
       - Generated the PDF Preview
       - On the preview, entered the values for the "Requested" fields and clicked the button. It displays the error message "Couldn't post data to ".
    This was my long story, but with this background, what I want to know is:
       - How do i get it to work, I expected to see the sum in the field.
       - What is meant by running at "Client or Server".
    We do use a proxy server to connect to the Internet.
    As a bottom line, I intend to make an interactive form with which I can display real-time transactional data on the form from our R/3 46C server based on a user input on the form itself (eg: PO info on entering of PO number on the form output itself)
    Best Regards,
    Sanyam Kapur

    Hi Sanyam,
    Looking for messages with zero reply I have found yours.
    Even if it is some time ago, when you posted the message, I would like to give some hints here:
    Web Dynpro does not allow to access data coming directly from a Web Service and display it within a pdf file. You need to create a Web Service modell first. Then you would bind the InteractiveForm property to the context and the data can be shown.
    Hope that helps.
    Best regards,
    Karin

  • Data connection error to analysis services via unattended account after configure kerberos

    Hi, I setup connection to SASS from dashboard designer using Unattended Account, and everything was fine. Then I started to configure connection with Kerberos using Per-user Identity authentication, and after long customization it started to work. But in
    the same time Unattended Account authentication stopped working.
    From dashboard designer I got error:
    PerformancePoint Services was unable to connect to "dbserver\instance". Verify that the server name is correct and that the Unattended Service Account has permission to connect to the server.
    Additional details have been logged for the administrator.
    And in SharePoint server in application log:
    The Unattended Service Account "dom\unaccount" does not have access to the following data source server.
    Data source location: http://testit/sites/adrian/Data Connections Library for PP/35_.000
    Data source name: New Data Source
    Server name: dbserver\instance
    Exception details:
    Microsoft.AnalysisServices.AdomdClient.AdomdConnectionException: Authentication failed. ---> System.ComponentModel.Win32Exception: The target principal name is incorrect
       at Microsoft.AnalysisServices.AdomdClient.NTAuthentication.GetOutgoingBlob(Byte[] incomingBlob, Boolean& handshakeComplete)
       at Microsoft.AnalysisServices.AdomdClient.XmlaClient.Authenticate(ConnectionInfo connectionInfo, DateTime startTime)
       --- End of inner exception stack trace ---
       at Microsoft.AnalysisServices.AdomdClient.XmlaClient.Authenticate(ConnectionInfo connectionInfo, DateTime startTime)
       at Microsoft.AnalysisServices.AdomdClient.XmlaClient.OpenTcpConnection(ConnectionInfo connectionInfo)
       at Microsoft.AnalysisServices.AdomdClient.XmlaClient.Connect(ConnectionInfo connectionInfo, Boolean beginSession)
       at Microsoft.AnalysisServices.AdomdClient.XmlaClient.GetInstancePort(ConnectionInfo connectionInfo)
       at Microsoft.AnalysisServices.AdomdClient.XmlaClient.GetTcpClient(ConnectionInfo connectionInfo)
       at Microsoft.AnalysisServices.AdomdClient.XmlaClient.OpenTcpConnection(ConnectionInfo connectionInfo)
       at Microsoft.AnalysisServices.AdomdClient.XmlaClient.Connect(ConnectionInfo connectionInfo, Boolean beginSession)
       at Microsoft.AnalysisServices.AdomdClient.AdomdConnection.XmlaClientProvider.Connect(Boolean toIXMLA)
       at Microsoft.AnalysisServices.AdomdClient.AdomdConnection.ConnectToXMLA(Boolean createSession, Boolean isHTTP)
       at Microsoft.AnalysisServices.AdomdClient.AdomdConnection.Open()
       at Microsoft.PerformancePoint.Scorecards.DataSourceProviders.AdomdConnectionPool`1.<>c__DisplayClass4.<GetConnection>b__2()
       at Microsoft.SharePoint.SPSecurity.<>c__DisplayClass5.<RunWithElevatedPrivileges>b__3()
       at Microsoft.SharePoint.Utilities.SecurityContext.RunAsProcess(CodeToRunElevated secureCode)
       at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(WaitCallback secureCode, Object param)
       at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(CodeToRunElevated secureCode)
       at Microsoft.PerformancePoint.Scorecards.DataSourceProviders.AdomdConnectionPool`1.GetConnection(String connectionString, ConnectionContext connectionCtx, String effectiveUserName, CultureInfo culture, NewConnectionHandler newConnectionHandler,
    TestConnectionHandler testConnectionHandler, String targetAppId)

    Hi Adrian,
    Sorry for misunderstanding and thanks for the additional information.
    As I searched, there are tips for your situation:
    1. of the great new features of PerformancePoint Services is that you can now select different authentication options for each data source you create rather than having to decide on one authentication model to use for each web application. 
    2.If SharePoint is configured in standalone mode Per-user Identity authentication is only supported if the data source and the application server are located on the same machine.  Kerberos constrained delegation is required to connect to a data source
    located on a separate machine from the application server in a farm deployment.
    3.Per-user Identity is only supported with Windows credentials, neither anonymous or forms login are supported.
    For more information:
    http://blogs.msdn.com/b/performancepoint/archive/2010/05/06/data-source-authentication-in-performancepoint-services-for-sharepoint-2010.aspx
    http://blogs.technet.com/b/tothesharepoint/archive/2010/06/23/performancepoint-services-troubleshooting.aspx
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Cannot modify Data Connection in Infopath form as the original webservice server no longer exists

    Hi,
    I am going to modify one of the data connections in my infopath form, but it throws me an error. The original server no longer exists. I know that I can change the manifest.xsf and replace the old server with the new server name. And when I pulled up the
    Data Connections list, I can see all the connection sources have been changed to the new server. But  I am still getting this error:
    Could not open "http://<oldeserver>/<webservices.asmx>?WSLD
    I don't seems to see a reference to the webservices.asmx, where will that be?
    Please advice. Your help would be greatly appreciated!
    Where is this reference came from? 

    I think I found out where the reference is, it is actually in the udcx file. It is weird though, the one on Central admin has been updated with the new server name, but not the one in the local data connection library, and it is actually referencing the
    local data connection library instead of the one in Central Admin.
    Thanks.

  • Problem with data connection in adobe forms using wsdl file....

    Hi Experts,
        I am tryning to create a adobe form in which i need to create a data connection using a WSDL file. But i am coing across the problem as cannot find the path of th url.
    i tried to create the WSDL in 2 ways and i came across the same error.:
    1) using the URL of the WSDL file generated
    2)alos saved the file as WSDL file on desktop, and used to create
    in both cases i am coming across the same error.
    Note: i am not creating using webdynpro, i am doing using ABAP.
    Regards,
    Madhu

    @ankur17
    Won't insult you by suggesting that you haven't already checked Settings > mobile network > Data connection = On, as you have confirmed already that Internet Sharing is working.
    You may need to go to Settings > about > reset your phone and see if by setting up phone afresh it reads settings and applies correctly from SIM card.
    Is Network Setup application included or available from Marketplace > Nokia Collection as might be worth running this application too?
    If this issue still remains you may need to have device software re-installed at Nokia Care Point to try to resolve this.
    Happy to have helped forum with a Support Ratio = 42.5

  • OBIEE 11g database connection error after deploying to server.

    Hi,
    I deployed RPD to obiee 11g server and when I run a report it is giving database connectivity error. In 10g we just specify OLAP_DSN, OLAP_USER and same in connection pool with database password. I did the same in 11g as well but it's not working.
    Is there any other place I need to specify database connection detail?
    Thanks
    Jay.

    coming with different names :) If you respond to your older threads will happy to respond you.
    When we answer your question we love to know how it helped you. we are not asking your $$$$$$$$$$$$$

  • Connection Error in Presentation Server log file - Socket:524

    Hi All,
    Earlier I had issues with starting presentation server , so i installed OBIEE again.
    I started all the services and Started oc4j.
    And i'm able to open the Administrator tool. But get error in IE while opening presentation server.
    When i opened the saw0log file from this location "C:\OracleBIData\web\log" ,this is the error i see
    Type: Error
    Severity: 42
    Time: Thu Apr 08 11:08:06 2010
    File: project/webcomm/socket.cpp Line: 892
    Properties: ThreadID-1736
    Location:
         saw.rpc.client.impl.verify
         saw.rpc.client.impl.initFixedRPC
         saw.rpc.client.endpoint.noncluster.initFixedLenRPC
         saw.rpc.ping.send
         saw.threads
    An error occurred during execution of "connect". No connection could be made because the target machine actively refused it.
    [Socket:524]
    Type: Error
    Severity: 42
    Time: Thu Apr 08 11:10:08 2010
    File: project/webcomm/socket.cpp Line: 892
    Properties: ThreadID-1736
    Location:
         saw.rpc.client.impl.verify
         saw.rpc.client.impl.initFixedRPC
         saw.rpc.client.endpoint.noncluster.initFixedLenRPC
         saw.rpc.ping.send
         saw.threads
    An error occurred during execution of "connect". No connection could be made because the target machine actively refused it.
    [Socket:524]
    Type: Error
    Severity: 42
    Time: Thu Apr 08 11:12:10 2010
    File: project/webcomm/socket.cpp Line: 892
    Properties: ThreadID-1736
    Location:
         saw.rpc.client.impl.verify
         saw.rpc.client.impl.initFixedRPC
         saw.rpc.client.endpoint.noncluster.initFixedLenRPC
         saw.rpc.ping.send
         saw.threads
    An error occurred during execution of "connect". No connection could be made because the target machine actively refused it.
    [Socket:524]
    Please help me where to change the connection details.
    Thanks
    Mehaboob

    Step : 1: Check your NQSCONFIG.ini file and in Repository section should be like
    [ REPOSITORY ]
    Star = bise1.rpd, DEFAULT;
    or
    [ REPOSITORY ]
    bise1 = bise1.rpd, DEFAULT;
    Step : 2 : Open ODBC Data source Administration ->System DSN and then Select AnalyticsWeb - Oracle BI Server
    In Oracle BI Server LoginId and Password window you should check and enable the Change the default repository to
    Here the name should be Star or bise1 ( Refer step:1:)
    Click next and enable Change the default catalog to and select the Database (highlighted gray to blue color)
    Leave others are default.
    Note : whatever repository will be put under change Default repository section will be override by the DEFAULT settings in NQSCONFIG.ini .You can tick “Connect to Oracle BI Server to obtain default settings for the additional configuring”, so that RPD connection will be established as per the definition in .ini file after BI server restart.
    Plz award points, if it helpful,
    Thanks,
    Balaa...

  • How to create Data Connection in PDF forms??

    Hi Experts,
    I am working on PCR forms(Adobe forms), I want to customize those forms as per the requirement.
    Problem is that I don't know how to create New Data Connection with the field in DATA VIEW.
    Thanks
    Rohit G

    >
    Rohit Gaharwar wrote:
    > Hi Experts,
    >
    > I am working on PCR forms(Adobe forms), I want to customize those forms as per the requirement.
    > Problem is that I don't know how to create New Data Connection with the field in DATA VIEW.
    >
    > Thanks
    > Rohit G
    Hi Rohit
    are you working with interactive forms inside Web Dynpro? If so, Web Dynpro will create the data connection for you. The only thning you have to do is setting the "data sorurce" and "pdf source" in the properties tab of the interactive forms layout element. See for example here: Web Dynpro Java Tutorials and Samples NW 2004 [original link is broken]#50 [original link is broken] or other tutotials on web Dynpro and interactive forms : Web Dynpro Java Tutorials and Samples NW 2004 [original link is broken]
    If you don't work with Web Dynpro, you can create a data connection as follows:
    1. Open your *xdp-Template (Doubleclick: Lifecycle Designer is starting
    2.Click on File-> New Data Connection.
    3, Create the data Connection with the wizard, Your source can be
    a) XML Schema
    b) OLEDB Database
    c) WSDL file
    Hope this helps. Please reward points if helpful
    Kind regards
    Bettina
    Edited by: Bettina Hepp on Jun 4, 2008 4:53 PM

  • Customize list using Info-path - Data Connection Error

    We have an issue while customizing list using Info-path, we are configured a data connection inside the info-path the connects to SQL and it works fine.
    then we decided to migrate it to another site under another web application on the same server, but it does not work, it fires an error as below:
    A query to retrieve form data cannot be completed because this action would violate cross-domain restrictions.
    If this form template is published to a SharePoint document library, cross-domain access for user form templates must be enabled under InfoPath Forms Services in SharePoint Central Administration, and the data connection settings must be stored in a
    UDC file in a data connection library in the same site collection.
    If this is an administrator-approved form template, the security level of the form must be set to full trust, or the data connection settings must be stored in a UDC file by using the Manage data connection files option under InfoPath Forms Services
    in SharePoint Central Administration.
    An entry has been added to the Windows event log of the server.
    Thanks & Regards Ahmed Amin

    Under General Applications in Central Admin, go to the InfoPath Settings and Configure InfoPath to allow cross domain connections.
    Regards<br/> <br/> Sergio Giusti<br/>
    http://sergioblogs.blog.co.uk<br/> <br/> Whenever you see a reply and if you think is helpful, click &quot; <img alt="Alternate Text" src="http://social.technet.microsoft.com/Forums/getfile/179394" style="width:12px;
    height:12px"> <span style="color:#00b050">Vote As Helpful</span>&quot;. And whenever you see a reply being an answer to the question of the thread, click &quot; <span style="color:#00b050"><img alt="Alternate
    Text" src="http://social.technet.microsoft.com/Forums/getfile/179395" style="width:12px; height:12px"> Mark As Answer</span>&quot;.

  • Data connection, static PDF form, and presence

    I've created a form with a dynamically populated dropdown of names. To get it populated, one step was to save it as a static PDF form. Then it worked perfectly. However, I soon found that my scripts to show hide elements no longer worked. Certain Action Builder actions still worked, but not show/hide. So I created a simple test form, and show/hide worked normally. I've tried both formcalc and javascript. So is it true that a form can be dynamic and all actions work or the form can be static and connect to a database, but a form cannot be both data-driven and change presence?

    Thank you for this information, which may be true in theory, but my forms show that only the static form can show external data, and the static form can't change presence at runtime, although other actions (like reset all fields) will work. On the other hand, in a dynamic form, I can change presence, but data will not appear in the dynamic dropdown, which is grabbing names from SQL Server. Can you try an experiment yourself? Try a data connection and changing presence in the same form, and let me know what happens.

  • Mail 2.1.3 Port Connection error after security update.

    I have 6 active email accounts that are normally checked by Apple Mail. After installing the most recent security update yesterday, 4 of the 6 accounts stopped connecting to their respective ports. Two of them are POP accounts (both gmail accounts on port 995), two are IMAP (ports 993 and 143), all four use SSL in the advanced settings. Of the two accounts that still work, one is an IMAP account (port 143), the other is a POP account (port 110), both without SSL. Firewall is on.
    I get the error:
    "There may be a problem with the mail server or network. Check the settings for account "account name" or try again.
    The server error encountered was: The connection to the server "correct server" on port 995 timed out."
    The error is the same for all four accounts, with their respective ports.
    I have checked my server settings and verified that they are all correct. I can login to webmail for all of these accounts and read my mail without problems.
    Mail Connection Doctor says:
    "Could not connect to this POP server. Check your network connection and that you entered the correct information in the Accounts preferences. Also verify that the server supports SSL. If it does not, uncheck the "Use SSL" checkbox in the advanced tab of Account preferences."
    All four accounts require use of SSL.
    I have tested their connections on two different wireless modems and an ethernet connection to the same network as one of the wireless setups. No change.
    I have tried turning off my firewall. No change.
    I tried setting up one of my gmail accounts as an IMAP account instead of POP. This did not work either.
    I have tried adding a Firewall Port connection for ports 995, 993, and 143 as both TCP and UDP numbers (independently and together). No change.
    I have tried following these instructions from Mulder in response to another user's topic:
    "1. Quit Mail if it's running.
    2. Go to Home/Library/Caches/Mail and delete all the sub-folders within that one.
    3. Go to Home/Library/Mail and delete this file:
    • LSMap2
    4. Restart Mail and see if it works."
    No change.
    Any other suggestions?
    Message was edited by: groovysuvi

    I did get some suggestions from this
    http://discussions.apple.com/thread.jspa?threadID=1766017
    thread, but still no email from those four accounts. Does anybody else have any suggestions?
    I really do not want to have to resort to webmail and/or my iphone for my email needs.

Maybe you are looking for

  • How do I "show" a symbol in the symbols panel, then "hide" it again?

    So. I feel like this must be easier than I'm making it but I can't seem to get it right, any help would be greatly appreciated. I need to create a bunch of robust symbols and import each of them, but I'd like to leave them all inside the symbols pane

  • Using boku payment method with new student account

    Hi,was just wondering, I want to use the spotify discount from unidays on my account as I am yet to use it . I am aware its costs around 4.99 a month, however I'd like to use the boku payment method to pay for this as I don't have a debit card to pay

  • Scalability issue with global temporary table.

    Hi All, Does create global temporary table would lock data disctionary like create table? if yes would not it be a scalable issue with multi user environment? Thanks and Regards, Rudra

  • Report 6i for intel solaris

    So that we may better diagnose DOWNLOAD problems, please provide the following information. - Server name - Filename - Date/Time - Browser + Version - O/S + Version - Error Msg

  • How do I Import an iPhoto DVD "Verbatim" and not as iPhoto wants?

    I have a DVD of a set of iPhoto folders, that a professional photographer friend of mine that insists on using iPhoto, that will not import as it burnt to the DVD. Why? You mount the DVD and it's perfect in iPhoto, but when you got to bring it in in