Use based on the type of DDL in question Replicat

Hello

Our destination DB has 2 additional columns by table REPL_CREATE_DATE & REPL_UPDATE_DATE of type DATE. We want to fill REPL_CREATE_DATE when the DDL is an INSERTION and we want to fill REPL_UPDATE_DATE when the DDL is an UPDATE.

In other words:

IF the DDL is then INSERT REPL_CREATE_DATE = @DATENOW ELSE REPL_CREATE_DATE = @COLSTAT (NULL))

IF the DDL is DAY then REPL_UPDATE_DATE = @DATENOW ELSE REPL_UPDATE_DATE = @COLSTAT (NULL) )

Is something like this in Goldengate?

Hi, I found the answer in MOS!

How to maintain created date and update date for a record using Oracle GoldenGate (Doc ID 1450299.1)

of note:

ogg_create_date = @IF (@STREQ (@GETENV ('GGHEADER', "OPTYPE"), "INSERT"), @DATENOW (), @COLSTAT (MISSING)).

ogg_update_date = @IF (@VALONEOF (@GETENV ('GGHEADER', "OPTYPE"), "UPDATE", "SQL COMPUPDATE", "PK UPDATE"), @DATENOW (), @COLSTAT (MISSING)));

So I have to use the GGHEADER option of @GETENV to return information from the header of a file of trail Oracle GoldenGate portion. The header describes the registration transaction environment. OPTYPE returns the type of operation.

Create Date would be OPTYPE = INSERT

and

Date of update would be OPTYPE = UPDATE, SQL COMPUPDATE or PK.

Possible results for OPTYPE are INSERT UPDATE DELETE ENSCRIBE COMPUPDATE SQL COMPUPDATE UPDATE & TRUNCATE

Tags: Business Intelligence

Similar Questions

  • EAM work order numbering based on the type of work order

    EAM work order numbering based on the type of work order

    Hello

    value is automatically entered into the text of the order of entry jobs Message.

    U explain how to derive the sequence and stand attribute VO

    Kind regards

    Kalai

  • Can you have several lead scoring the workflow based on the type of contact Eloqua?

    Hello!  We are preparing to implement Eloqua 10 and I'm working on lead scoring workbook.  I wonder if you can have different lead scoring evoluted based on the type of contact Eloqua?  My company serves four distinct markets and was hoping that lead workflow notation might be different based on what kind of contact I connect to the.

    Thank you!

    Hi Lucie,.

    Yes you can, I would say at the outset you do not add too many criteria, but rather seek to constantly refine and edit your program (s) that you were going to.

  • SQL script to insert values into a table based on the type of user

    Hello

    I have a requirement where I need to insert (username, groupname) in a table based on the user name.

    We have two types of user accounts:

    (1) user name, which starts with "DV" example: "DVPATM."

    regular user 2) example: 'PATM '.

    If the user name begins with "DV" under instruction insert should kick in

    insert into < tablename > (username, groupname) VALUES (< username > ' < groupname1 >).

    otherwise below insert statement should kick in

    insert into < tablename > (username, groupname) VALUES (< username > ' < groupname2 >).

    I need to use SQL or stored only procedure.

    Please suggest

    Thanks in advance

    All things being constant, you could use decode/case just for groupname by examining the first character t the user name, for example

    insert into (username, groupname) VALUES (, (substr ( , 1, 2) the case when "DV" then else end));

    Fixed edit: value for OTHERS, as noted by Frank

  • Adobe Captivate 7 - is the review of the results of the quiz based on the types of questions?

    Adobe Captivate 7 provides the function that you can review the questions, and you can see which of them have answered correctly and that one of them has responded incorrectly. In my e-learning project, there is an exercise that consists of multiple choice questions and drag and drop tasks. This question / task landslides are among the content slides, this means for example after 5 content slides are a 2 slides, it issues then 3 content slides and slide 1 question and so on. The results of all the types of questions - multiple choice questions, drag and drop - are included in the results of the quiz. At the end of the e-learning the 'quiz' results slide comes with the button "check Quiz." I tested this function after exporting the e-learning of Adobe Captivate7. I noticed the following: If you click on the button "check Quiz" the learner back to all the question slides he or she responded. For that on question slides were automatically placed the buttons 'next' and 'back' and the 'inspection' on the ground it is written what the learner has responded to the two first questions are multiple choice questions. There, it works fine the two buttons will appear. After clicking on the button 'next' on the first question slide that contains a multiple choice question, the learner is the second slide of the question, which also contains a multiple choice question. The third issue is a task of drag / move. He do not appear the buttons so the quiz review stops and there is no field 'inspection '.

    How do I review the quiz works correctly despite types of questions?

    You will need to create the buttons that you want the slide D & D and format them to look like buttons on the other Quiz slides. Then hide them by deselecting "Visible output" in the properties panel.

    For these D & D slides, you will need a conditional action advanced or shared to be triggered on enter. The action will check the value of the system variable cpInReviewMode, which is a Boolean with the value of 1 by Captivate when you're in playback mode. If its value is in fact = 1 show you the hidden buttons. If you group these buttons, you will need only a single command:

    IF cpInReviewMode is equal to 1

    See the Gr_Buttons

    Continue

    ON THE OTHER

    Continue

  • How many computers which can install you programs CC on and how many computers can use programs at the same time? [was: Question for you!]

    When you buy an individual monthly plan for CC at $50 per month, how many computers which can install you programs CC on and how many computers can use programs at the same time?

    Thank you for your answer!

    You can install the software on two computers. These two computers can be Windows, Mac OS, or everyone. If you install on a third computer, you will be asked to turn off this feature on the other two computers. You can then re-enable one of the two previous computers and use Cloud Creative apps on it. You can use apps on a single computer at a time.

    Kind regards

    Hervé Khare

  • size of disk usage report BUT based on the type of storage used

    It is an interesting question. I must point out a use of the vms in the UK disc. (that's the easy part) where I would appreciate help is...

    lets say I have 50 VMS, but out of these 50 vms, there are two types of storage: drive fast and slow, I can return my virtual machines.

    What I currently have is my data stores named in a way where I can ask out of them as a way to do... I hope. I will name my stores of data such as:

    ds7k-01 (slow disk)

    or dsSSD-01(fast disk)

    and lets say

    VMA uses datastore ds7k-01

    VMB uses datastore dsSSD-01

    I need to know how can I run my report and based on a key word in the name of the data store (key word is 7 k or SSD), and have it fill in the correct field in my report.


    is the warning, here's how I created my report... so should incorporate into this stle of script...

    the output of my report currently looks like this:

    VM, cpu, memory

    2 6 VMA

    I want it to look like this

    CPU, memory, slowdisk, VM, fastdisk

    VMA 2 6 100 0 (better yet, if it is zero, do not put a 0 in the field.)

    4 8 0 200 VMB

    snipit of the script...

    $reportedvm = "" | Select-Object VM, CPU, memory

    $reportedvm. VirtualMachineName = $vm.name

    $reportedvm. CPU = $VM. ExtensionData.Summary.config.numcpu

    $reportedvm. Memory = $vm. Extensiondata.Summary.Config.memorySizeMB

    ...

    ...

    ...

    sneddo
    Right answer

    Yep, I missed a pretty crucial part, sorry!

    Must be:

    $fastdiskGB = ($VM |) Get-hard drive | Where {$_.} {Filename-match "^ \[dsSSD"} | Measure - Object - sum - CapacityGB property). Sum

    $slowdiskGB = ($VM |) Get-hard drive | Where {$_.} {Filename-match "^ \[ds7k"} | Measure - Object - sum - CapacityGB property). Sum

  • OAS to redirect browsers based on the type

    Hello world

    I'm fairly new, when it comes to managing the OAS. I have worked with OBIEE for several years, but all work on the side SV (or OC4J) things made by a much more experienced DBA. So I apologize in advance if I ask you something that seems "silly".

    OBIEE is hosted as an application of the OAS. What I would do, is to have the OAS to host two different versions of OBIEE: 1 version for mobile devices and 1 for traditional computers. It turns out that not all graphs and charts make it good for mobile devices, in order to have a second environment for this purpose help much.

    I figured out how to set up the second instance of obiee to OAS. Now, I want to give users a unique URL. When a user connects to this URL, I want to OAS (or OHS) to determine if the user is on a mobile device or a traditional PC. I want mobile devices to be routed to URL_MOBILE, and I want standard devices to get routed to URL_WEB.

    Is this possible to do? If so, can someone point me in the right direction on how to implement?

    Any help or advice would be appreciated!

    Thank you!

    -Joe

    Have you tried to use javascript based browser sensitive redirection?
    JavaScript can detect or sniff the browser type, as well as the resolution of the screen, function to which you can redirect to the URL of your choice.
    You can use this little code in an index.html page and place it in your ESO htdocs directory.

    hope that helps!
    AMN

  • Apply the style of Pará to the xml element based on the type of master page?

    IM using a flow xml, im importing the xml to be used across different master page templates and I want to apply paragraph styles different items depending on what master page xml, they are on...

    So I have 3 put templates in place

    Type of page 1

    Type of page 2

    Type of page 3

    and 3 paragraph styles

    style 1

    style 2

    style 3

    I have the same xml structure deposited on each page...

    < Entry >

    < name > Page < / name >

    < / name >

    So, can I use javascript to apply the paragraph (style 1) style to the xml element (name) on any page that uses the master page (type of Page 1)

    Is this possible? whether and how this could be done?

    Thanks in advance

    Hello

    Try:

    #include '... / XML rules/glue code.jsx ";

    myDoc var = app.documents.item (0);

    var myRuleSet = new Array (new applyParaStyle());

    {with (MyDoc)}

    var elements = xmlElements;

    __processRuleSet (Elements.Item (0), myRuleSet);

    }

    function applyParaStyle() {}

    myIdName = "Xp".

    This.XPath = "//restaurant_name";

    This.Apply = function (myElement, myRuleProcessor) {}

    {with (MyElement)}

    {Switch(insertionPoints[0].parentTextFrames[0].) ParentPage.appliedMaster.Name)}

    case "X-Master:

    App.Select (texts);

    App.Selection [0]. FillColor = myDoc.colors.item ("xxxx");

    break;

    case 'guide-Scotland:

    App.Select (texts);

    App.Selection [0]. FillColor = myDoc.colors.item ("scotland");

    by default:

    break;

    }

    }

    Returns true;

    }

    }

  • What is the minimum reqs to use based on the host IPS?

    I have several servers related to the internet and a basic ASA-5510.

    Apart from the purchase of the AIP - SSM and the upgrade of the 5510 license, what else is necessary to have a host-based IPS?

    Do I need to buy March or other software?

    How are the agents for safety spec'ed?

    Thank you.

    Some time ago Cisco was a really great host-based IPS, security of Cisco (CSA) officer. It's end of life and you should look for a different provider. Ditto for the MARCH central software system, which also is EOL.

    Looking for a server protection?
    With the help of the AIP - SSM is a good solution, to protect a HTTPS server, you need to think a proxy reversed in the demilitarized zone which completes the SSL and sends pure HTTP to the server of origin. Which can be inspected with a firewall-web on the proxy and also by the epi to the ASA.

    Sent by Cisco Support technique iPad App

  • display a viewstack based on the selected item in a datagrid control

    Hello

    I am bit new to bending even though I have been using CF for a while but could do with what I hope, it's a simple answer to a simple question...

    I have a datagrid that displays a number of columns that a 'typical' I want to be able to display a viewstack child is based on the "type" selected in the data grid. I tried a number of ways that fail, annoyingly.

    the latest incarnation of the code is as follows

    part of script function

    private void dataGridChangeHandler(event:Event):void
    {
    Get the line datagrid selected item
    var Type: String = event.target.selectedIndex;

    Set the index of view stack
    this.pagesStack.id = Type;
    }

    <! - part datagrid - >

    < mx:DataGrid id = "EpisodeDatagrid" selectable = "true" = "true" Exchange draggableColumns = "this.dataGridChangeHandler" variableRowHeight = "true" editable = "false" height = "100%" textAlign = "center" width = "100%" > "
    < mx:columns >
    < mx:DataGridColumn id = "startdate" dataField = "EpisodeStartdate" headerText = "Start Date" labelFunction = "dateLabelFunction" headerWordWrap = "true" / >
    < mx:DataGridColumn id = "enddate" dataField = "EpisodeEnddate" headerText = "End Date" labelFunction = "dateLabelFunction" headerWordWrap = "true" / >
    < mx:DataGridColumn id = dataField 'Type' = "Episodetype" headerText = "Type" headerWordWrap = "true" / >
    < mx:DataGridColumn id = "Status" dataField = "EpisodeStatus" headerText = "Status" headerWordWrap = "true" itemRenderer = "active" / >

    < / mx:columns >

    < / mx:DataGrid >

    <!-Viewstack part->

    < mx:HBox width = '100 percent"height ="100% ">

    < mx:ViewStack id = "pagesStack" width = "555" height = "202" >

    < mx:Canvas id = "DIP" label = "DIP" >
    < mx:Panel x = "10" y = "10" width = "250" height = "200" layout = "absolute" >

    < mx:Label = "19" x = "51" text = "DIP" / >
    < / mx:Panel >
    < / mx:Canvas >

    < mx:Canvas id = "ERASER" label = "ERASER" width = "100 percent" height = "100%" >
    < mx:Label = "19" x = "51" text = "ERASER" / >
    < / mx:Canvas >

    < / mx:ViewStack >

    < / mx:HBox >

    help would be very appreciated (code example would be more appreciated :)

    
    
         
              
         
         
         
              
                   
              
              
                   
              
              
                   
              
         
    
    
    
  • Is there a way to child entities of control based on the values of list drop down Parent entity on the screen of the user interface

    Hi team,

    Need your inputs / help on the scenario below.

    I created the interested part called parent entity (created attributes stakeholder list dropdown attribute with values 'Individual' and 'Organization' and a few other attributes on this entity).

    Child entities created called 'the individual' and 'organization' and created interview screens as below.

    1 entity parent on a single screen (interested party)

    2. child entity on a single screen (the individual)

    3. the entity child another (the Organization) on another screen and created vibility rules like this and applied at the level of the screen.

    Individual information should be displayed, if

    for each all instances of the interested party , the interested party is individual

    Organization identity information should be displayed if

    for each all instances of the interested party , the Type of party's organization

    I created 2 instances. We're interested type as an "individual" and other is by "organization". But as soon as I click on the next button, it doesn't show any entity child screen because it is directly go to another screen.

    If I create instances with the same type, he has been creating the filter based on the type. Please let me know if there is any change to the rules of visibility.

    Thank you

    Viv

    I created as below and the problem is solved without the help of the functions of the entity.

    Individual information should be displayed, if

    the interested party Type = 'individual '.

    Organization identity information should be displayed if

    the party interested in Type = "organization".

    Thank you

    Vivek

  • Security filters for the Types of Plan of ASO in 11.1.2.3


    All,

    My understanding of security filters for the Types of Plan of ASO in 11.1.2.3, is that they are not as robust as Types of Plan of traditional BSO are. Is this true? If so, can I restrict access to users who are assigned to the ASO Plan Type to display only and read/write on the private accounts and entities (for example)?

    Thanks in advance.

    The limitation that you refer is a bit confusing.  In summary, the planning will not create Essbase security filters on a data base of the ASO.  However, this does NOT mean that you will not have security on the Type of Plan of ASO.  Instead, it depends on which tool you are using to access the Type of Plan of ASO.

    If you want to connect to the ASO Plan type planning or tool (e.g., EN) with a connection to planning, you'll be fine.  The planning gets its security filters Essbase security information.  It gets its information from the relational repository security.  So the planning and the EN (with a connection to planning) are supported.  Security works as you would expect, even for the Type of Plan of ASO.

    If you want to connect on the type of Plan of ASO with something that requires a * Essbase * (not planning) connection, it only is not supported out-of-the-box, because planning will not create filters on the ASO cube (at least not yet in this version).  However, there is nothing that prevents you from creating filters on your own.  I usually manage all of my safety in an Excel/VBA model that allows me to export/import the Essbase security planning and.  This allows me to apply specific to Essbase filters after a refresh (by importing the custom filters via MaxL).

    So the question is... what tool you will use to access the Type of Plan of ASO?  If you use a connection of planning, you're good.  If you use a connection of Essbase, should be a personalized approach.

    Hope this helps,

    -Jake

  • What is the type of list in process management

    Hello

    I tried to develop a component and have deployed on the server, there is an operation it go / return a value of java.lang.List, now I drag an activity and set the activity using the component, and I define a variable list to save the output from the component, but it reported the error:

    java.lang.ClassNotFoundException: WorkManager 2-16Class java.lang.List of the java.lang package name not found.
    at com.adobe.idp.dsc.DSContainerSearchPolicy.searchClassUsingParentFirst (DSContainerSearchPo licy.java:245)
    at com.adobe.idp.dsc.DSContainerSearchPolicy.findClass(DSContainerSearchPolicy.java:198)
    at org.ungoverned.moduleloader.ModuleClassLoader.loadClass(ModuleClassLoader.java:161)
    at java.lang.ClassLoader.loadClass (unknown Source)
    at java.lang.ClassLoader.loadClassInternal (unknown Source)
    at java.lang.Class.forName0 (Native Method)
    at java.lang.Class.forName (unknown Source)
    at com.adobe.idp.dsc.util.ClassHelper.forName(ClassHelper.java:529)
    at com.adobe.workflow.engine.PEUtil.invokeAction(PEUtil.java:822)
    at com.adobe.workflow.engine.SynchronousBranch.handleInvokeAction (SynchronousBranch.java:510)
    at com.adobe.workflow.engine.SynchronousBranch.execute(SynchronousBranch.java:888)
    at com.adobe.workflow.engine.ProcessEngineBMTBean.continueBranchAtAction (ProcessEngineBMTBea n.java:2792)
    at com.adobe.workflow.engine.ProcessEngineBMTBean.asyncInvokeProcessCommand (ProcessEngineBMT Bean.java:697)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (unknown Source)
    at java.lang.reflect.Method.invoke (unknown Source)
    at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
    to org.jboss.ejb.StatelessSessionContainer$ ContainerInterceptor.invoke (StatelessSessionConta iner.java:237)
    at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke (CachedConnectionI nterceptor.java:158)
    at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
    at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
    at org.jboss.ejb.plugins.AbstractTxInterceptorBMT.invokeNext (AbstractTxInterceptorBMT.java:1, 73)
    at org.jboss.ejb.plugins.TxInterceptorBMT.invoke(TxInterceptorBMT.java:77)
    at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke (StatelessSessionInstance Interceptor.java:169)
    at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
    at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
    at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke (ProxyFactoryFinderInterceptor. java: 138)
    at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
    at org.jboss.ejb.Container.invoke(Container.java:960)
    at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
    at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
    to $Proxy251.asyncInvokeProcessCommand (Unknown Source)
    at com.adobe.idp.workflow.dsc.service.ProcessCommandExecutorService.invokeProcess (ProcessCom mandExecutorService.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (unknown Source)
    at java.lang.reflect.Method.invoke (unknown Source)
    at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke (DefaultPOJOInvokerImpl.jav one: 118)
    at com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker.invoke(WorkflowDSCInvoker.java:154)
    at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept (InvocationInterceptor. java: 140)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed (RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept (DocumentPassi vationInterceptor.java:53)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed (RequestInterceptor ChainImpl.java:60)

    to com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$ 1.doInTransaction (Transa ctionInterceptor.java:74)
    at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute (EjbTr ansactionCMTAdapterBean.java:357)
    to com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doSupports (Ej bTransactionCMTAdapterBean.java:227)
    at sun.reflect.GeneratedMethodAccessor462.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (unknown Source)
    at java.lang.reflect.Method.invoke (unknown Source)
    at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
    to org.jboss.ejb.StatelessSessionContainer$ ContainerInterceptor.invoke (StatelessSessionConta iner.java:237)
    at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke (CachedConnectionI nterceptor.java:158)
    at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke (StatelessSessionInstance Interceptor.java:169)
    at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
    at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
    at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:378)
    at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
    at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
    at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
    at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke (ProxyFactoryFinderInterceptor. java: 138)
    at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
    at org.jboss.ejb.Container.invoke(Container.java:960)
    at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
    at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
    to $Proxy217.doSupports (Unknown Source)
    at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute (EjbTransactionProvi der.java:104)
    at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept (TransactionInt erceptor.java:72)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed (RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept (InvocationStra tegyInterceptor.java:55)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed (RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept (InvalidStateIntercep tor.java:37)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed (RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept (AuthorizationInterc eptor.java:165)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed (RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed (RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:115)
    at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:129)
    to com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage (AbstractMessage Receiver.java:93)
    at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend (VMMessageDispatcher.java:20 9)
    at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send (AbstractMessageDispat dear .java: 66)
    at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
    at com.adobe.workflow.engine.PEInvokeProcessCommand.execute(PEInvokeProcessCommand.java:126)
    at com.adobe.workflow.workadapter.WorkflowCommandExecutionUnit.execute (WorkflowCommandExecut ionUnit.java:22)
    at com.adobe.idp.dsc.workmanager.adapter.ManagedAsynchronousWorkAdapter.run (ManagedAsynchron ousWorkAdapter.java:70)
    at org.jboss.resource.work.WorkWrapper.execute(WorkWrapper.java:204)
    at org.jboss.util.threadpool.BasicTaskWrapper.run(BasicTaskWrapper.java:275)
    to EDU.oswego.cs.dl.util.concurrent.PooledExecutor$ Worker.run (PooledExecutor.java:743)
    at java.lang.Thread.run (unknown Source)

    It seems that the list type is not the same thing as the java.lang.List. What is the type of list on Earth? What type can I set the output of the java.lang.List result? Are there any useful document on the types between Java and process management? Description too little on the list in the manual (lcwb_95_help.pdf)

    Thank you very much!

    Here's the component.xml

    "< item xmlns ="http://adobe.com/idp/dsc/component/document">."
    com.zony.livecycle.usermanagement.provider.ZONYUserManager <-l'id of the component > < / id of the component >
    < version > 1.0 < / version >
    > class bootstrap < com.zony.livecycle.usermanagement.BootstrapImpl < / bootstrap-class >
    com.zony.livecycle.usermanagement.LifeCycleImpl < of the cycle of life-class > < / cycle of life-class >
    > class descriptor < com.adobe.idp.dsc.component.impl.DefaultPOJODescriptorImpl < / descriptor-class >
    PARENT_FIRST <-l' the search order > < / search order >
    > < class path < / class-path >
    < dynamic-import-package >
    < package version = "1.0" isOptional = "true" > * < / packages >
    < / dynamic-import-package >
    < services >
    < service name = "ZONYUserManageService" >
    com.zony.livecycle.usermanagement.provider.impl.ZONYUserManagerImpl <-implementation class > < / implementation class >
    < specifications >
    < spec-id="com.zony.livecycle.usermanagement.provider.ZONYUserManager"/ specification >
    < / specifications >
    <! - the URL that will be considered as the LC Server - >
    < name of the parameter-config = "serviceURL" title = "URL of LiveCycle ES de" type = "java.lang.String" >
    < default > JNP://localhost:1099 < / default >
    < / parameter of config >
    < name of the parameter-config = "userid" title = "Log in user ID" type = "java.lang.String" >
    < Tip > enter the user id who can call livecycle service < / index >
    Administrator < default > < / default >
    < / parameter of config >
    < name of the parameter-config = "userPassword" title = "User password" type = "java.lang.String" >
    < editor-id="com.adobe.idp.dsc.propertyeditor.system.PasswordPropertyEditorComponent"/ property editor >
    < Tip > enter the password for the user id < / index >
    < default > password < / default >
    < / parameter of config >

    <>operations
    < name of operation = method of "Search for users in groups members" = "searchUserMembers" >
    <! - as an additional way to find groups by group id - >
    < name of the input parameter = "domain name" type = "java.lang.String" / > "
    < name of the input parameter = 'list' type group = "java.lang.List" / > "
    < name of the output parameter = "userList" type="java.util.List"/ >
    < / operation >
    < name of operation = method "Groups members of the research group" = "searchGroupMembers" >
    < name of the input parameter = 'domain name' type="java.lang.Strng"/ >
    < name of the input parameter = 'list' type group = "java.lang.List" / > "
    < name of the output parameter = type="java.util.List"/ "groupMemberList" >
    < / operation >
    < / operations >
    < / service >
    < / services >
    < / component >

    We use java.util.List.

    I see that your input parameter is refereing to java.lang.List.

    Jasmine

  • Highlight the line in the standard State is based on the value in the column...

    I'm trying to highlight the lines of a standard report based on the value of the TICKET_TYPE column.

    I followed the post: highlighted a line in a tabular form based on a column in the row

    but the difficulty. I have the following error:

    ORA-06550: line 1, column 34: PLS-00201: identifier 'SHRIMP' must be declared ORA-06550: line 1, column 7: PL/SQL: statement ignored

    ERR-1025 expression PLSQL treatment error. SHRIMP = "SHRIMP".




    My report query is:

    Select T.TRIP_ID,
    T.TRIP_ID trip_show,
    T.TRIP_ID trip_select,
    T.DAYS_AT_SEA,
    T.NBR_OF_CREW,
    T.TRIP_START_DATE,
    T.VESSEL_ID,
    o.ticket_type ticket_type
    TRAVEL t, o one_ticket_type
    where t.dea_permit_id =: G_DEA_PERMIT_ID and t.trip_id = o.trip_id

    I created a new template called a ticket-enhancement.

    line 1 = tempate < td #ALIGNMENT headers # = "" #COLUMN_HEADER # "class ="t14data"style =" background: red "> #COLUMN_VALUE # < table >"
    model condition rank 1 = use based on the expression of pl/sql
    template expression rank 1 = #TICKET_TYPE # = "SHRIMP" (* I also tried without the quote)


    any thoughts? Thank you!!

    Edited by: KEH813 may 25, 2010 11:10

    I'm not sure of the JavaScript. Whenever you sort the report, coloring disappears and you can send the page again.

    PS Don't forget to mark the answers as Correct or useful.

    Best regards
    Mathieu Gosselin

Maybe you are looking for