DB Adapter rollback issue

Hi All,
We have a DB Adapter in our BPEL message flow to insert records to target DB and in case of error while invoking DB Adapter we are catching the error in catch and catch all block.
But in some scenarios like when we pass value of larger size to columns than what is declared in table( eg: if we pass 'YES' to column which datatype and size is varchar2(1)) then error is not caught in catch or catch all block, instead the process is getting rolled back with below exception.
We have tried with both XA connection and also non-XA connection but still the same issue. We have also set the JTA timeout to "2400". Could you please help us on this ?
Thanks in advance
<exception  class="com.collaxa.cube.engine.EngineException">
JTA transaction is not in active state. The transaction became inactive when executing activity "" for instance "460,011", bpel engine can not proceed further without an active transaction. please debug the invoked subsystem on why the transaction is not in active status. the transaction status is "MARKED_ROLLBACK". The reason was The execution of this instance "460011" for process "MSITesseractDBInsert" is supposed to be in an active jta transaction, the current transaction status is "MARKED_ROLLBACK", the underlying exception is "BINDING.JCA-12563 Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'insert' failed due to: DBWriteInteractionSpec Execute Failed Exception. insert failed. Descriptor name: [InsertCustomerDataToTesseractDB.MotCustomerLoadIn]. Caused by java.sql.BatchUpdateException: String or binary data would be truncated.. Please see the logs for the full DBAdapter logging output prior to this exception. This exception is considered not retriable, likely due to a modelling mistake. To classify it as retriable instead add property nonRetriableErrorCodes with value "-8152" to your deployment descriptor (i.e. weblogic-ra.xml). To auto retry a retriable fault set these composite.xml properties for this invoke: jca.retry.interval, jca.retry.count, and jca.retry.backoff. All properties are integers. ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution. " . Consult the system administrator regarding this error.
<stack>
<f>com.oracle.bpel.client.util.TransactionUtils.throwExceptionIfTxnNotActive#107</f>
<f>com.collaxa.cube.ws.WSInvocationManager.invoke#352</f>
<f>com.collaxa.cube.engine.ext.common.InvokeHandler.__invoke#1070</f>
<f>com.collaxa.cube.engine.ext.common.InvokeHandler.handleNormalInvoke#584</f>
<f>com.collaxa.cube.engine.ext.common.InvokeHandler.handle#132</f>
<f>com.collaxa.cube.engine.ext.bpel.common.wmp.BPELInvokeWMP.__executeStatements#74</f>
<f>com.collaxa.cube.engine.ext.bpel.common.wmp.BaseBPELActivityWMP.perform#166</f>
<f>com.collaxa.cube.engine.CubeEngine.performActivity#2687</f>
<f>com.collaxa.cube.engine.CubeEngine._handleWorkItem#1190</f>
<f>com.collaxa.cube.engine.CubeEngine.handleWorkItem#1093</f>
<f>com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handleLocal#76</f>
<f>com.collaxa.cube.engine.dispatch.DispatchHelper.handleLocalMessage#218</f>
<f>com.collaxa.cube.engine.dispatch.DispatchHelper.sendMemory#297</f>
<f>com.collaxa.cube.engine.CubeEngine.endRequest#4609</f>
<f>com.collaxa.cube.engine.CubeEngine.endRequest#4540</f>
<f>com.collaxa.cube.engine.CubeEngine._createAndInvoke#713</f>
<f>...</f>
</stack>Regards,
Ramesh
Edited by: Ramesh Menon on Mar 7, 2013 1:12 PM

Hi All,
We have a DB Adapter in our BPEL message flow to insert records to target DB and in case of error while invoking DB Adapter we are catching the error in catch and catch all block.
But in some scenarios like when we pass value of larger size to columns than what is declared in table( eg: if we pass 'YES' to column which datatype and size is varchar2(1)) then error is not caught in catch or catch all block, instead the process is getting rolled back with below exception.
We have tried with both XA connection and also non-XA connection but still the same issue. We have also set the JTA timeout to "2400". Could you please help us on this ?
Thanks in advance
<exception  class="com.collaxa.cube.engine.EngineException">
JTA transaction is not in active state. The transaction became inactive when executing activity "" for instance "460,011", bpel engine can not proceed further without an active transaction. please debug the invoked subsystem on why the transaction is not in active status. the transaction status is "MARKED_ROLLBACK". The reason was The execution of this instance "460011" for process "MSITesseractDBInsert" is supposed to be in an active jta transaction, the current transaction status is "MARKED_ROLLBACK", the underlying exception is "BINDING.JCA-12563 Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'insert' failed due to: DBWriteInteractionSpec Execute Failed Exception. insert failed. Descriptor name: [InsertCustomerDataToTesseractDB.MotCustomerLoadIn]. Caused by java.sql.BatchUpdateException: String or binary data would be truncated.. Please see the logs for the full DBAdapter logging output prior to this exception. This exception is considered not retriable, likely due to a modelling mistake. To classify it as retriable instead add property nonRetriableErrorCodes with value "-8152" to your deployment descriptor (i.e. weblogic-ra.xml). To auto retry a retriable fault set these composite.xml properties for this invoke: jca.retry.interval, jca.retry.count, and jca.retry.backoff. All properties are integers. ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution. " . Consult the system administrator regarding this error.
<stack>
<f>com.oracle.bpel.client.util.TransactionUtils.throwExceptionIfTxnNotActive#107</f>
<f>com.collaxa.cube.ws.WSInvocationManager.invoke#352</f>
<f>com.collaxa.cube.engine.ext.common.InvokeHandler.__invoke#1070</f>
<f>com.collaxa.cube.engine.ext.common.InvokeHandler.handleNormalInvoke#584</f>
<f>com.collaxa.cube.engine.ext.common.InvokeHandler.handle#132</f>
<f>com.collaxa.cube.engine.ext.bpel.common.wmp.BPELInvokeWMP.__executeStatements#74</f>
<f>com.collaxa.cube.engine.ext.bpel.common.wmp.BaseBPELActivityWMP.perform#166</f>
<f>com.collaxa.cube.engine.CubeEngine.performActivity#2687</f>
<f>com.collaxa.cube.engine.CubeEngine._handleWorkItem#1190</f>
<f>com.collaxa.cube.engine.CubeEngine.handleWorkItem#1093</f>
<f>com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handleLocal#76</f>
<f>com.collaxa.cube.engine.dispatch.DispatchHelper.handleLocalMessage#218</f>
<f>com.collaxa.cube.engine.dispatch.DispatchHelper.sendMemory#297</f>
<f>com.collaxa.cube.engine.CubeEngine.endRequest#4609</f>
<f>com.collaxa.cube.engine.CubeEngine.endRequest#4540</f>
<f>com.collaxa.cube.engine.CubeEngine._createAndInvoke#713</f>
<f>...</f>
</stack>Regards,
Ramesh
Edited by: Ramesh Menon on Mar 7, 2013 1:12 PM

Similar Messages

  • PI 7.1 adapter module issue

    I deoplyed my module and worked fine. now i changed some code by adding parameter to module
    strModuleKey = moduleContext.getContextData("module.key");
    I changed the related things in my communication channel(gave parameters)
    Now, i get below error while executing...
    java.lang.ClassCastException: class com.sap.aii.af.sdk.xi.mo.MessageContext:library:com.sap.aii.af.sdk.libcom.sap.engine.boot.loader.ResourceMultiParentClassLoader428c6e04alive incompatible with interface com.sap.engine.interfaces.messaging.api.Message:interface:com.sap.aii.af.ms.ifccom.sap.engine.boot.loader.ResourceMultiParentClassLoader2dd7e4d6alive
    Followed the below url but in vain..
    PI JAVA ADAPTER MODULE PROBLEM
    Incompatible with interface - Exception in Adapter Module
    Issue on developing Adapter Module
    Also if you are using PI 7.1 refer to the blog:
    /people/stefan.grube/blog/2008/12/11/adjust-your-pi-70-adapter-modules-for-pi-71-in-15-minutes
    Please let me know if u have any other suggestions other than this...
    Thanks
    Prabhakar

    Hi Venkat,
    Yes, you cannot add custom modules to soap adapter.
    Please refer below documentation for the same..!!
    http://help.sap.com/saphelp_nwpi71/helpdata/EN/44/8c4756224a6fb5e10000000a155369/content.htm
    http://help.sap.com/saphelp_nwpi71/helpdata/EN/69/a6fb3fea9df028e10000000a1550b0/frameset.htm
    Regards,
    Swetha.

  • MDP to HDMI adapter causing issues while connecting Macbook air late 2013 edition to Projector. Projector shows grains on the display.

    MDP to HDMI adapter causing issues while connecting Macbook air late 2013 edition to Projector. Projector shows grains on the display.

    Sounds like you may have been in extended display mode. If so, all you had to do was drag a window to the projector display. Or, if you wanted mirrored mode, in display preferences select check mirror display.

  • Investigate rollback issues

    Hi,
    How do I get more info on "Perform rollback" issues?
    From SM21, I see an ID had "Perform rollback" issue. Double clicking on this entry will display info such as :
    "system log message R6 8 : An error has caused an SAP rollback. All database updates will now be reset."
    From the trace file (SM50) dev_w0, it shows :
    M
    M Tue Apr 14 08:30:37 2009
    M  ***LOG R68=> ThIRollBack, roll back () [thxxhead.c   13168]
    There is nothing captured in Oracle alertlog and no short dumps (ST22).
    How do I investigate such problems?
    Thanks

    Hi
    Check this forum discussion [Link|http://sap.ittoolbox.com/groups/technical-functional/sap-basis/perform-rollback-233123]
    Regards
    Uday

  • Transaction Rollback Issue in SOA Suite

    Hi All,
    We have been facing the transaction rollback issue very frequently and looking for a concrete solution on this. We have a Asynchronous BPEL process which calls a webservice in a loop of say 20 iteration. In the loop sometimes we face this transaction rollback issue and apparently the CatchAll block doesn't capture this.
    In many blogs and oracle metalink we have seen few settings for this and made as per below :
    1. JTA Transaction timeout increase : we have it 10000 sec.
    2. The Data Source settings : 2.1 : XA transaction timeout check-box selected
    2.2 : The Initial Capacity : 10, Maximum Capacity : 200 and Capacity Increment = 5
    3. soa-infra -> EJBs -> set the transaction timeout to 1200 for many of the recommended BPELs
    4. DISTRIBUTED_LOCK_TIMEOUT = 120 sec.
    In short, all the recommended settings are in place. But still, we are facing this issue. Does anyone know if anything is missing in the setting ? Or any other solution to the issue?
    Any help is truly appreciated.
    Thanks,
    Ashwini

    I think, even if you change the setting you may not get rid of this problem permanently. Try to avoid call to the webservice in a loop and look for any other alternate solution like JMS (thread should not block for the response of the webservice).

  • DataBase Adapter Rollback option for Logical/Physical Delete in SOA  11g

    Hi All,
    We have a requirement where we need to rollback the logical delete performed by the DB Adapter (after polling a table) if there is any failure in the process down the line. We are trying to implement this using Mediator or OSB. For example if we are polling a table for changed records and performing logical delete, down the line if the business service (OSB) or the external reference (Mediator) are down/faulted, the records which were logically deleted are not getting rolled back in the table. Would any one please let me know if you have come across the same kind of scenario?
    Is there any property we need to set while configuring the polling DB Adapter?
    Thank You.

    Thank you very much for the reply Anuj,
    I have created a db adapter which polls on a table with logicaldeletestrategy in JDeveloper 11g,
    then I imported the XSD, mapping.xml, wsdl and JCA file into OSB using OSB consol. In the console
    I generated proxy and wsdl for that proxy using JCA file. Then created one more db adapter in JDev
    which inserts the records polled by the first db adapter into another table, followed the same
    process of importing the above mentioned 4 files and generated a business service. In proxy service
    route node I am using a transformation (which also I imported from Jdev) to route the data polled
    by proxy service to the business service. Here I am using an XA datasource both the JCA's also
    I made the 3 changes reccommended by Arun but still I am not getting the results.
    I tried physical delete same issue with that too. When I am doing physical delete the proxy service
    atleast picking up the records and deleting them. But when I tried logical delete the proxy is not even
    picking up the records. Am I missing anything here?
    Thank You,
    Edited by: user12237005 on Apr 7, 2011 2:17 PM

  • Rollback Issue in BPEL

    Hi All,
    I am facing issue with Txn rollback in BPEL while using fault policies.My BPEL polls JMS Q and  invokes 2 databases and 1 jms adapter in a sequential manner. I want if any invocation fails , the preceding successful invocations should be rollbacked and txn should be retried as per the source jms q retry settings .I have worked on it using 2 approaches-
    1. Without using Fault Policy- I created a catchall and added a throw activity with rollback fault in it. So if any invocation fails, the rollback and retry is working fine as per the source Q retry settings.
    2.With Fault Policy- I created a fault policy and fault binding(composite/reference level).Also I created a catchall and added a throw activity with rollback fault in it.When any invocation fails, the fault policy is called, and the Ora:retry action executes and retry calling the failed adapter as per the retry configuration set in the policy file. If after all retries, still invocation fails, then transaction goes to CatchAll block.Here is the problem.The transaction is not getting rollbacked and does not even retry as per the JMS Q retry configuration.
    My agenda is to have a process, where in if any invocation fails, that should be retried as per fault policy retry configuration.If still invocation is faulted after all retries, the preceding invocations should be rollbacked and the message should be rollbacked to source jms Q. Again bpel should be instantiated with new transaction. Each instance should itself retry as per fault policy retry configuration.It should keep on retrying(creating new instances) till source Q jms retry limit is achieved.
    Please help..
    Thanks
    Rishu

    Hi Ananth,
    Thanks for your reply.
    I am using fault policies for Error handling in all my interfaces instead of handling the faults using the catch block.So the same approach I need to follow in this interface as well , where I am facing the issue. In my affected interface, I have 3 invocations in sequence manner and want that If any invocation fails, the earlier successful transactions should be rollbacked.So when I am using fault policy, the failed invocation is getting retried as per the fault policy retry , but it is not rollbacking the earlier 2 successful invocations, which it should do to have an effective error handling. Same is getting accomplished by using Catch and throwing rollback error from there. I am ok even if Q retry should not get executed but I need to rollback the previous successfully executed invocations.Could you please let me know how to handle this scenario using fault policy..May be I am skipping something then..
    Thanks and Regards,
    Rishu Sharma

  • Apple DVI to Video Adapter performance issues in Lion

    I'm an active Apple DVI to Video Adapter user for a couple of years already and everything worked perfectly well until I've upgraded to Lion.
    Everything on my TV screen is lagging now, even mouse pointer, and there is no change to watch any movie like that.
    Does anyone have the same issue? Maybe someone could give me an advice of what could I do in order to improve graphics performance on TV screen using Apple DVI to Video Adapter? I'm using late 2007 MBP with 8600M GT video adapter.

    I am having the exact same problem.  I have a late 2007 MBP. I use it everyday where I teach.  I use the adapter to project on a large white screen using S-Video.  SInce the Lion update, it is very slow and has even completely crashed my computer a few times.  I realize the MBP is getting a bit dated, but the difference between Snow Leopard & Lion is remarkable.

  • Macbook air Mini DisplayPort to VGA Adapter connectivity issues

    Hi pple,
    Would like to ask if anyone is facing connectivity issues with Mini DisplayPort to VGA?
    I am currently using the 2nd Gen Macbook Air with Intel HD Graphics 3000 384 MB. Sometimes when I connect to a montior (Viewsonic VA1918wm) it works fine, sometimes it just does not work and the laptop just shows me a blue screen.
    I tried with out with my friend's Mini DisplayPort to VGA adapter, it has the same problem. Does this means that my macbook air mini disoaly port got a problem?
    Thanks
    Bryan

    I am experiencing the same kind of problem... only with projectors. Some projectors will display the screen and then others wont even register with the MacBook Air.
    Using an Apple Min Displayport to VGA adapter. It's hit or miss if it works. Firmware has been updated on the adapter but this did not help.
    Anyone help with this?
    Thanks,
    Nathan.

  • Mini displayport to dual-Link DVI Adapter - flicker issue resolved

    I have a late 2013 Imac 27 inch and I had a 30"  Dell 3007wfp as my second monitor on the standard DVI adapter for a while at low resolution.  I finally got off my behind and bought the mini displayport to dual-Link DVI Adapter...  I was excited to see it in all it's glory.  It immediately started flickering wildly and I thought I'd do some reading to see how I could resolve it.   Pointers to making sure the adapter was version 1.03 didn't help. 
    http://support.apple.com/kb/ts3232
    I already had it.  I was getting ready to bite the bullet and just take it back when I decided to see if I had another DVI cable to swap the one I was using out "just in case".  I found another one.. same length.  Darn it. Then I noticed the DVI cable diameter I was using was significantly thinner than the one I found in my box of etc...  What the heck? I thought.
    Connected it and BOOM!  Vivid colors, high resolution, no more flickers!!   Issue gone.  Happy days!
    Thought I'd post this to possibly help the next schmoe who is in the same situation

    Hello,
    From the news page here...
    http://xlr8yourmac.com/
    See if it's related to this...
    It also seems to be related to later OSX versions, like 10.8.x & 10.9.x
    The 2012 macs (and later apparently) (also later OSX versions on earlier Macs can do it also), not waking normally from sleep after hours being in sleep. (noted here ...
    http://www.xlr8yourmac.com/archives/feb13/022813.html#2012macswontwake
    "Why 2012 iMac/2012 Mac Mini won't Wake After Hours of Sleep (Hibernates/Powers Off)")
    The sleepimage file still reappears even if never slept. Delete it (hibernate off, etc) - within minutes its back.
    A note on that here - http://www.xlr8yourmac.com/feedback/Chameleon_SSD_Optimizer.html
    About iMac sleep...
    http://forums.macrumors.com/showthread.php?t=1529750
    Try this: "sudo pmset autopoweroff 0" and "sudo pmset standby 0"
    http://xlr8yourmac.com/archives/sep13/091313.html#10.8.5SleepEjectTip
    Two users reported that the opposite worked...
    Try this: "sudo pmset autopoweroff 1" and "sudo pmset standby 1"

  • Mini Display Port to VGA Adapter Having Issues with My Samsung 40" HDTV

    So I ordered the brand new 15" i7 Macbook Pro along with the Apple wireless magic mouse and wireless keyboard after having bought my HDTV (went on a bit of a spree) with the intention of using the TV as a monitor for couch surfing. But, upon hooking up the adapter to the TV, my macbook's screen flickered between that blue transitionary screen and it's desktop screen. It did this for a few minutes. I jiggled the cable thinking that there was a loose connection somewhere as that was the problem with my previous mini DVI to VGA adapter from Apple. I did a little research and it turns out that they released a firmware update in 2009 for such a problem. I downloaded the update and attempted to install it but it did not determine that there was even an adapter connected. So, I proceeded to call Apple, they man was very calming to talk to and make all of my problems seem to melt away, but there were no solutions reached. He thought that maybe my TV either had a problem or was incompatible with the adapter (incompatible with a VGA connection? can you get any more analoge that that?). So, here I am, the adapter seems not to have a problem with regular monitors but I am still experiencing intermittent disconnects from my TV. I still, superstitiously jiggle the connection whenever I have dropouts but that really doesn't seem to be the issue here (or at least I hope not because that could mean port issues with my new laptop). Any suggestions? I noticed, after changing some settings on my TV, in an attempt to remedy this, that the TV was displaying the picture funny, I turned the TV off and then on again and it fixed the problem. That being said, perhaps I just need to turn my TV completely off when I'm not using it, as I have been just letting it go into standby. Maybe it needs a restart every so often much like my computer. I don't currently have data to support that theory as I just recently tried turning it off, but, since then have not had dropouts.

    You may have the screen refresh rate set higher than the TV is generally able to track reliably. It may be able to get there most times, but occasionally loses sync because it is out of its nominal range.
    I suggest you sit down with the manual for the TV and find out what resolutions at what refresh rates it intends to support through VGA, and make sure your screen settings are near (or below) those limits.

  • Thunderbolt and MDP to VGA Adapter Compatibility Issue?

    Hi Veterans,
    I know this topic have been asked a lot of times by different people who faced the issue in different way. However, i am unable to find an absolute solution to the problem i am facing currently.
    My question is, can a 3rd party made, Mini Display Port to VGA adapter works on MBP & iMac that have mini display port and not on those that have thunderbolt port??
    I have a 3rd party made, Mini Display Port to VGA adapter that i have tried on 3 apple PC / laptop,
    A MacBook (13-inch, Late 2009) which comes with Mini DispayPort, the adapter work with this laptop.
    A iMac (21.5-inch, Late 2009) which comes with Mini Display Port, the adapter work with this PC too.
    A MacBook Pro (13-inch, Late 2011) which comes with Thunderbolt port, the adapter does not work with this laptop. I have tried many solutions i can find on this forum and none helped.
    The software is fully up-to-date as of 30 April 2013, running Mac OS X 10.7.5 (Lion).
    Tried safe mode, does not helped.
    Tried the boot up when monitor is already switched on procedure, does not helped.
    In all cases, it was tested on the same external monitor. As my MBP was dual-booted using Bootcamp assistant 4.0, i also tried in windows-mode (windows 7) which didn't work too. In windows mode, the screen just keeps flickering while in mac-mode i get a light blue screen. In both cases, the external monitor shows nothing. The external monitor is a Compaq FP7317 monitor with native resolution 1280 x 1024 at 75.0 Hz.
    All these trying have leave me very perplexed. From my research, the thunderbolt port is suppose to accept devices meant for mini display port. So how could an adapter that work on mini display ports, not work on a thunderbolt port? Can any expert enlighten me?

    Problem solved. I picked up the MDP to VGA adapter and was able to use the monitors native res of 1920x1200 but the flicker and wavyness made it impossible to use. And yes the adapter had the current firmware. But what I discovered in the process was that in mirror mode I am unable to drive the monitor at optimum resolution. With that in mind I tried the MDP to HDMI adapter again, unchecking mirror mode, moving the Finder bar to the external display and SHAZAM. I have a rock solid display external display now running at 1920x1200 : )

  • Open Interface Adapter Import issue

    Hi,
    I am trying to import Open Interface Adapter xml file from Source Adapter option in ERPi but getting an error message - "Select Directory for Export".
    Not sure if I am missing any step here. Does anyone know anything about this error?

    THe issue was that Open Interface Adapter requires a directory to be created on the server and xml file to be placed here.

  • File Adapter Archiving Issue

    Hi,
    THe file adapter archives the file, it doesn't save the entire contents of the file in the archive folder, but saves the first recordset (row) only in XML format. Did any body face similar issue, and what's the resolution to archive the contents of the file, the way it was sent.
    Thanks
    Pandari

    Hi Anil,
    Refer Archiving concepts in below links.
    http://help.sap.com/saphelp_nw73/helpdata/en/44/682bcd7f2a6d12e10000000a1553f6/content.htm?frameset=/en/44/6830e67f2a6d12e10000000a1553f6/frameset.htm
    http://scn.sap.com/docs/DOC-35572
    Warm Regards,
    DNK Siddhardha.

  • Sender Mail Adapter ASMA issue - due to limitation of length upto 200 only.

    Hi,
    I have a scenario where i have to pull the emails from the mail server using sender mail adpater with XIPAYLOAD as message protocol.
    Also i am setting the "Set Adapter Setting Messgae Attributes" for retrieving values form header such as SHeaderCC etc..
    I use dynamic config in the mapping to get those values.
    The Scenario works fine, but when the cc length is more that 200, i am not getting any value in the inbound messgae to mapping.
    In SAP help, it says, "The length of the attribute value is defined by the XI message protocol. Values can be a maximum of 200 characters long. If, for example, you assign longer values in the mapping or adapter modules then this can lead to processing errors at runtime or the values are shortened to 200 characters. This shortening can also lead to a processing error. The processing error that occurs depends on the components that access the attributes."
    In my case, the cc is empty if the length is more that 200.
    Any idea how to tackle this issue? I think even writng the sender adapter module wont solve the issue as the any attribute lenght inthe message ehader cannot be greater than 200.
    All ideas are welcome.
    Regards,
    Manikandan R

    Hi
    As you said this error will occur when the mail messages with header attributes containing the values more than 200 chars. By including the adapter module u2013 DynamicConfigurationBean (valuelength) in the configuration part - Advanced you can avoid this error.
    Processing Sequence:
    AF_Modules/DynamicConfigurationBean
    Module Configuration
    dc.valueLength                    200
    Note:
    This module will remove the header attributes if the value is > 200.
    Regards
    Ramg

Maybe you are looking for

  • Need to delete multiple documents at the same time from micro soft word

    I am trying to delete multiple documents  at one time from my word ??

  • Starting WLST in Interactive mode

    I am having a lot of trouble starting WLST in Interactive mode. I am running setWLEnv.sh and then using the command java weblogic.WLST and I get the following error. root@esrsqa1 bin# ./setWLSEnv.sh CLASSPATH=/opt/bea/patch_wlw1001/profiles/default/s

  • Is it possible to change a jpg file back to an ai file?

    Before I begin I am a complete novice. Never used a mac before, never used illustrator before. My sister made some wedding invitations for me on illustrator which I ordered last week. They have arrived but unfortunately there is an error on both the

  • Hand tool pressed and its option

    Hi, can the hand tool, when it's pressed and when you get the gigantic red rectangle, which zooms out, be stopped in the middle of that process and leave the magnification position of where I stopped? I tried with alt, command, ctrl, shift, nothing..

  • Strange CS5 printing bug (reds pumped)

    Windows 7 64-bit, CS5 64-bit 12.04, Canon Pro9000 MkII. Many/most files go back to CS4. I just started printing on CS5. I have a way to work around the bug, but maybe someone from Adobe will see this and duplicate and fix whatever the issue is. I can