Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Arjun_Venugopal
Arjun_Venugopal
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
11

Discussions

Discussions
0

Questions

Questions
7

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Arjun_Venugopal
Customize the badges you want to showcase on your profile
Re: CM Solution (ES3)...letter preview hangs - Adobe LiveCycle 02-01-2014
Santosh, Your post helped me in finding out the exact reason of the issue that I am facing now. The issue is: I am getting an exception while previewing in CM UI. The Exception is attached.After clicking Ctrl + Alt + D, as per your previous post, I got the below error log. Can you please help me in resolving this issue.{icc} info @12:25:40 > Updating Context Root: lc{icc} info @12:25:40 > Updated Context Root{icc} info @12:25:40 > Reconnect Duration 20000{icc} info @12:25:41 > App Config Initial...

Views

647

Likes

0

Replies

0
How to use the 'Username' filed's value in form level scripting? - Adobe LiveCycle 04-07-2013
Hi, I have applied the Rights Management for a form. I wanted to use the 'Username' field's value, which is present in below image for the form side scripting. How can we get this value? Any script is there to extract this value in the form?Thanks in advance,Arjun

Views

831

Likes

0

Replies

0
Re:Problem with purging with the help of Watched Folder - Adobe LiveCycle 30-01-2013
Hi, I have used Watched Folder Start Point and configured it in such a way that Purge duration is 1 day. But the files in the 'Result' folder (output of process execution) are not getting deleted. There is no update access for the folder. Please help in finding a solution to delete the files from the 'Result' folderThanks,Arjun

Views

939

Likes

0

Replies

1
Re: Error on Activating Component service in LC ES (7.x) - Adobe LiveCycle 10-08-2012
Hi Nith, You r correct. It will start with version 8. Sorry for that. I have used ES2 but not ES. So there wont be QPACs here. Now what might be the reason and solution? Actually I have been provided with a JAR which has the component code. I just changed name the component ID in the component.xml and corresponding Java file name. Thats it.. Nothing else. I did this in order to get a new component, instead of replacing the existing one in the server. Thanks,Arjun

Views

134

Likes

0

Replies

0
Error on Activating Component service in LC ES (7.x) - Adobe LiveCycle 10-08-2012
Hi, I am using LC 7.x. (ES). This question is about activating services in components. I installed a component. While installing, I got no errors. But while activating the service I got this following error. So I am unable to use the service.An error occured. Please check the Eclipse error log for details.It is working fine in Livecycle ES2. So I changed the JDK. I installed JDK 1.5. But no use. Please help me on it. Advance thanks from my side.Thanks,Arjun

Views

1.3K

Likes

0

Replies

3
Re: Question about web service and timeouts - Adobe LiveCycle 29-05-2012
I guess you have unknowingly clicked your answer as correct. 

Views

296

Likes

0

Replies

0
Re: Custom Error Message (How to?) - Adobe LiveCycle 29-05-2012
Hi,You can write a webservice to handle the array index bound of exception and call the same when the _Row.count<=1ThanksArjun

Views

166

Likes

0

Replies

0
Re: Question about web service and timeouts - Adobe LiveCycle 29-05-2012
Hi, In order to handle the formcalc exception, you have to call click event of submit button. Its a wierd thing, but no other go. Take the value of Get function in a textField like, txtFld1 = Get(http://despaiqo001.development.local:4001/crossdomain.xml); (Use FormCalc)Then, to check the validity of that value, check the value of txtFld1 in another textField and in exception case, call click event of submit button. Dont give any URL in the submit button.Use JavaScripttxtFld2 = txtFld1.rawValue;i...

Views

298

Likes

0

Replies

0
Re: Question about web service and timeouts - Adobe LiveCycle 28-05-2012
Hi Gordon, Thats correct. Just check it out. It should work, because Get function will give an XML response if the web service is up. Otherwise it will give a Null response or a 'Unknown Host' response.Thanks,Arjun

Views

300

Likes

0

Replies

0
Re: How to change Image Field order - Adobe LiveCycle 28-05-2012
Two perspectives are thereI perspective - If you wish only heirarchy to be changed, you can put both the image fields one above other inside a flowable subform and make both hidden. Do make a small difference in height of two images so that when heirarchy is made automatic, it will read from top to bottom. Make sure that difference in height is very minor so that user doesn't make out that there is any difference in position of both the images.II Perspective - A bit complex solution involving 3 ...

Views

120

Likes

0

Replies

0