Hello All, Whenever we are trying to invoke any process that uses generatePDFOutput service. We get corba time out error in the log for the first time The same works perfectly fine second time. We have increased every possible timeout in the server such as JTA, MaxStuckthread timeout etc. Still it ...
Hello All, Whenever we are trying to invoke any process that uses generatePDFOutput service. We get corba time out error in the log for the first time The same works perfectly fine second time. We have increased every possible timeout in the server such as JTA, MaxStuckthread timeout etc. Still it d...
Hi Ajay,How about opening the PDF in LiveCycle Designer and saving it as XDP? You can save the form as XDP. Not sure, whether it will have any impact at the running time. But you can give it a try.Thanks,Bibhu.
Hello Bruce,One interesting observation I have made. I have kept this code : $record.nodes.remove($record.CustomerInformation); in the click event of a button and I have repeatedly clicked it. I saw it' s gradually removing the nodes. Is it possible to loop through all the nodes by a single click an...
Hello Bruce,I am attaching here the dataview panel as well as the hierarchy panel here. Please have a look and kindly suggest the code to write where and how ? The name of the XML file am ttaching is Information.xml. Does the name of the XMl file has to play any role here ?Thanks a lot for having th...
Hello Bruce,I first put a button on my form to test it whether it's working or not. In the click event of the button in the JavaScript I have put the cose as you have said.But I get the following error.When I used it in FormCalc I got the following error.accessor $record.datarot is unknown. I am con...
Hello Bruce,I am really glad that you find time to guide me in this. Is it possible to write the code that will delete the data connection befote submitting the form. I mean to say the user first import the xml file into the form and fill the form and clicks the submit button. When the user clicks t...
Hello Bruce,I have huge amount of data to be embeded. And all those data change from time to time. So I guess it's not a good idea to use hardcoded value. Is there any alternative ?Thanks.Bibhu.
Hello Bruce,One more thing I would like to ask. I am trying to use xml schema along with xslt transformation to restrict the xml only to those field values that are filled rather than all the embeded data. But when I open the xml that's sent I could only see the column values say "ItemTitle" with no...