Expand my Community achievements bar.

Adam_Chojnacki
Adam_Chojnacki
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I strongly recommend to write your own deployment tool which uses ComponentRegistryClient class.http://help.adobe.com/en_US/livecycle/9.0/programLC/javadoc/com/adobe/idp/dsc/registry/component/client/ComponentRegistryClient.html

    Type

    Questions

    Views

    395

    Likes

    0

    Replies

    0
  • I done some tests andthere are two solutionsString [] arr = {"3", "101"};tsf.addCondition(TaskSearchingConstants.pSTATUS, Operator.IN, arr, Connective.AND);and secondint [] arr = {3 ,101}tsf.addCondition(TaskSearchingConstants.pSTATUS, Operator.IN, arr, Connective.AND);Both are working well....

    Type

    Questions

    Views

    252

    Likes

    0

    Replies

    0
  • To solve this problem I am using ExecuteScript activity with code:import java.util.Date;import java.text.SimpleDateFormat;String dateString = patExecContext.getProcessDataStringValue( "/process_data/@input" );SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");Date date = (Date)...

    Type

    Questions

    Views

    1.9K

    Likes

    0

    Replies

    0
  • Hello,I'm having the same problem with my workbench.Why did you solve this problem?Is it server issue or local workbench instalation problem?Reinstallation of workbench helped?P.SIn workbench log I found these error messages:!MESSAGE failed to get service registry!STACK 0java.lang.NullPointerExcepti...

    Type

    Questions

    Views

    933

    Likes

    0

    Replies

    0
  • So I finally have solved my problem.I set variable (customerName) length back to unlimited and unmark "visible in UI" option".I could not rename or delete it because those operations were causing that process freezes.The reason of this freeze behavior was that "customerName" was used in task descrip...

    Type

    Questions

    Views

    907

    Likes

    0

    Replies

    0
  • Thanks for tip.So I checked my LC server is running with Oracle 10g.And I found out that the root of my problem is process variable:customerName - type string - max length 100 - marked visibleIt previously was defined as unlimited.In LC data base (in porcess table) column customerName is type NCLOB ...

    Type

    Questions

    Views

    923

    Likes

    0

    Replies

    0
  • Thanks for determination.So I have around 20 process variables (7 of them are configuration parameters type string with max length 100 or 255).As I was saying 3 of my variables are searchable and visible.1st is Long - default value 02nd string max 100 (It might have been changed ... even from unlimi...

    Type

    Questions

    Views

    921

    Likes

    0

    Replies

    0
  • Yes I am looking at  the right process (I changed process name when pasting this post).I think I  am woking with Oracle 10g -  I will check it tomorrow.I also checked that in adminui (process managemt) - process searching works well.My process is quite big (77 activities) and it works fine - the onl...

    Type

    Questions

    Views

    920

    Likes

    0

    Replies

    0
  • Thanks for reply,I have 3  variables which are marked visible and searchable.One is long, two others are strings.All my string variables have max length property set (no unlimited length ).P.S.When I undelpoyed my application - tracking data started to working for that process.When process is deploy...

    Type

    Questions

    Views

    924

    Likes

    0

    Replies

    0
  • So this solution is for runtime.so it is usless for me - right ?.I have three different environments (3 different servers) and I have to deploy application on those 3 servers.So If I change url in runtime I must determinate on which server application is running.An I have to hardcode 3 urls in every...

    Type

    Questions

    Views

    491

    Likes

    0

    Replies

    0
Top badges earned by Adam_Chojnacki
Customize the badges you want to showcase on your profile