Hi all,
Everytime, when I will copy the result set in GRID format, I have a cut on data pasted in Excel, for example.
However, if I copy the values in Text format (changed by : Switch presentatio - Ctrl + Tab) the values are pasted succesfully. This issue occur everytime, that I return a group of lines with big data inside.
-------------
Putting sample data:
MESSAGE_TEXT
ROW 1:::: A atividade NotifyESB falhou: java.lang.NullPointerExceptionat amdocs.oms.cust.osact.general.NotifyESBActivity.run(NotifyESBActivity.java:213)at amdocs.ofc.process.ActivityManager.doRunAutomaticActivity(ActivityManager.java:964)at amdocs.ofc.process.ActivityManager.runAutomaticActivity(ActivityManager.java:890)at amdocs.oms.ahi.AutomaticActivity.initAuthomaticActivityHandler(AutomaticActivity.java:125)at amdocs.oms.ahi.AutomaticActivity.runAutomatic(AutomaticActivity.java:107)at amdocs.ofc.process.AbstractActivity.resendActivityHandler(AbstractActivity.java:7364)at amdocs.ofc.process.ActivityManager.resendActivity(ActivityManager.java:6156)at amdocs.oms.cust.ofc.process.ActivityManagerImpl.resendActivity(ActivityManagerImpl.java:73)at amdocs.oms.cust.infra.ResendStuckOrderWorker.resend(ResendStuckOrderWorker.java:107)at amdocs.oms.cust.infra.ResendStuckOrderWorker.run(ResendStuckOrderWorker.java:56)at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:432)at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:284)at java.util.concurrent.FutureTask.run(FutureTask.java:138)at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:678)at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:703)at java.lang.Thread.run(Thread.java:811).
ROW 2 :::: Falha na disponibilidade do recurso verificado.
In this case above, the issue doesn't exist, but in the case below... We can't copy both lines:
MESSAGE_TEXT
ROW 1:::: Duplicated package 384296536 found in socs 384286336 - Bloqueio Total Dados and 377004793 - Bloqueio Dados GPRS - Internet Pos Pago. Dates: soc1: 20151025/47001231 soc2: 20151025/47001231
ROW 2 :::: Para LDN Embratel, a quantidade necessaria deve ser entre 1 e 1. e um erro negociavel.
In the second case, if we copy the both lines, for any reason, the Dbeaver only copy the first line, ignoring the second...
-------------------------
Please, could you check?
Tks.