Pentaho

 View Only
  • 1.  Unable to get SQL query from Database Explorer after selecting table in PDI 9.2.0

    Posted 06-22-2022 08:48
    Hello all,

    suddenly the PDI Database Explorer SQL query generation automation stopped working in Kettle. Pressing the "OK" button as shown below in screenshot doesn't do anything. Do you have any ideas how to fix this? I was trying also to get new fresh copy of PDI installation folder but same issue appears when running from the fresh copy? So it seems that there is something wrong in system level or how do you see this? All help is more than welcome.


    System where I running Pentaho Data Integration 9.2 is Ubuntu 20.04.4 LTS (GNU/Linux 5.4.0-109-generic x86_64)

    etl@etl:~$ java --version
    openjdk 14.0.2 2020-07-14
    OpenJDK Runtime Environment (build 14.0.2+12-Ubuntu-120.04)
    OpenJDK 64-Bit Server VM (build 14.0.2+12-Ubuntu-120.04, mixed mode, sharing)

    I'm got following error in terminal when starting spoon.sh from linux bash:

    15:23:12,492 ERROR [AbstractXulDomContainer] Error invoking method: dbexplorer.accept()
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.pentaho.ui.xul.impl.AbstractXulDomContainer.invoke(AbstractXulDomContainer.java:313)
    at org.pentaho.ui.xul.impl.AbstractXulComponent.invoke(AbstractXulComponent.java:157)
    at org.pentaho.ui.xul.impl.AbstractXulComponent.invoke(AbstractXulComponent.java:141)
    at org.pentaho.ui.xul.swt.tags.SwtButton.access$100(SwtButton.java:43)
    at org.pentaho.ui.xul.swt.tags.SwtButton$1.widgetSelected(SwtButton.java:67)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:252)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
    at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5797)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1374)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:5051)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4583)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:823)
    at org.eclipse.jface.window.Window.open(Window.java:799)
    at org.pentaho.di.ui.xul.KettleDialog.show(KettleDialog.java:89)
    at org.pentaho.di.ui.xul.KettleDialog.show(KettleDialog.java:56)
    at org.pentaho.di.ui.core.database.dialog.XulDatabaseExplorerDialog.open(XulDatabaseExplorerDialog.java:98)
    at org.pentaho.di.ui.trans.steps.tableinput.TableInputDialog.getSQL(TableInputDialog.java:583)
    at org.pentaho.di.ui.trans.steps.tableinput.TableInputDialog.access$500(TableInputDialog.java:79)
    at org.pentaho.di.ui.trans.steps.tableinput.TableInputDialog$13.handleEvent(TableInputDialog.java:422)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
    at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5797)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1374)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:5051)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4583)
    at org.pentaho.di.ui.trans.steps.tableinput.TableInputDialog.open(TableInputDialog.java:463)
    at org.pentaho.di.ui.spoon.delegates.SpoonStepsDelegate.editStep(SpoonStepsDelegate.java:120)
    at org.pentaho.di.ui.spoon.Spoon.editStep(Spoon.java:8855)
    at org.pentaho.di.ui.spoon.trans.TransGraph.editStep(TransGraph.java:3287)
    at org.pentaho.di.ui.spoon.trans.TransGraph.mouseDoubleClick(TransGraph.java:785)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:200)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
    at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5797)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1374)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:5051)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4583)
    at org.pentaho.di.ui.spoon.Spoon.readAndDispatch(Spoon.java:1406)
    at org.pentaho.di.ui.spoon.Spoon.waitForDispose(Spoon.java:7990)
    at org.pentaho.di.ui.spoon.Spoon.start(Spoon.java:9372)
    at org.pentaho.di.ui.spoon.Spoon.main(Spoon.java:711)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.pentaho.commons.launcher.Launcher.main(Launcher.java:92)
    Caused by: java.lang.NullPointerException
    at org.pentaho.ui.xul.impl.DefaultSettingsManager.save(DefaultSettingsManager.java:60)
    at org.pentaho.ui.xul.swt.tags.SwtDialog.hide(SwtDialog.java:519)
    at org.pentaho.di.ui.xul.KettleDialog.hide(KettleDialog.java:105)
    at org.pentaho.ui.xul.swt.tags.SwtDialog.setVisible(SwtDialog.java:558)
    at org.pentaho.di.ui.core.database.dialog.XulDatabaseExplorerController.accept(XulDatabaseExplorerController.java:216)
    ... 48 more
    15:23:12,499 ERROR [AbstractXulComponent] Error calling oncommand event
    org.pentaho.ui.xul.XulException: Error invoking method: dbexplorer.accept()
    at org.pentaho.ui.xul.impl.AbstractXulDomContainer.invoke(AbstractXulDomContainer.java:317)
    at org.pentaho.ui.xul.impl.AbstractXulComponent.invoke(AbstractXulComponent.java:157)
    at org.pentaho.ui.xul.impl.AbstractXulComponent.invoke(AbstractXulComponent.java:141)
    at org.pentaho.ui.xul.swt.tags.SwtButton.access$100(SwtButton.java:43)
    at org.pentaho.ui.xul.swt.tags.SwtButton$1.widgetSelected(SwtButton.java:67)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:252)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
    at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5797)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1374)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:5051)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4583)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:823)
    at org.eclipse.jface.window.Window.open(Window.java:799)
    at org.pentaho.di.ui.xul.KettleDialog.show(KettleDialog.java:89)
    at org.pentaho.di.ui.xul.KettleDialog.show(KettleDialog.java:56)
    at org.pentaho.di.ui.core.database.dialog.XulDatabaseExplorerDialog.open(XulDatabaseExplorerDialog.java:98)
    at org.pentaho.di.ui.trans.steps.tableinput.TableInputDialog.getSQL(TableInputDialog.java:583)
    at org.pentaho.di.ui.trans.steps.tableinput.TableInputDialog.access$500(TableInputDialog.java:79)
    at org.pentaho.di.ui.trans.steps.tableinput.TableInputDialog$13.handleEvent(TableInputDialog.java:422)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
    at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5797)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1374)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:5051)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4583)
    at org.pentaho.di.ui.trans.steps.tableinput.TableInputDialog.open(TableInputDialog.java:463)
    at org.pentaho.di.ui.spoon.delegates.SpoonStepsDelegate.editStep(SpoonStepsDelegate.java:120)
    at org.pentaho.di.ui.spoon.Spoon.editStep(Spoon.java:8855)
    at org.pentaho.di.ui.spoon.trans.TransGraph.editStep(TransGraph.java:3287)
    at org.pentaho.di.ui.spoon.trans.TransGraph.mouseDoubleClick(TransGraph.java:785)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:200)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
    at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5797)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1374)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:5051)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4583)
    at org.pentaho.di.ui.spoon.Spoon.readAndDispatch(Spoon.java:1406)
    at org.pentaho.di.ui.spoon.Spoon.waitForDispose(Spoon.java:7990)
    at org.pentaho.di.ui.spoon.Spoon.start(Spoon.java:9372)
    at org.pentaho.di.ui.spoon.Spoon.main(Spoon.java:711)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.pentaho.commons.launcher.Launcher.main(Launcher.java:92)
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.pentaho.ui.xul.impl.AbstractXulDomContainer.invoke(AbstractXulDomContainer.java:313)
    ... 43 more
    Caused by: java.lang.NullPointerException
    at org.pentaho.ui.xul.impl.DefaultSettingsManager.save(DefaultSettingsManager.java:60)
    at org.pentaho.ui.xul.swt.tags.SwtDialog.hide(SwtDialog.java:519)
    at org.pentaho.di.ui.xul.KettleDialog.hide(KettleDialog.java:105)
    at org.pentaho.ui.xul.swt.tags.SwtDialog.setVisible(SwtDialog.java:558)
    at org.pentaho.di.ui.core.database.dialog.XulDatabaseExplorerController.accept(XulDatabaseExplorerController.java:216)
    ... 48 more
    15:24:12,334 ERROR [AbstractXulDomContainer] Error invoking method: dbexplorer.cancel()
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.pentaho.ui.xul.impl.AbstractXulDomContainer.invoke(AbstractXulDomContainer.java:313)
    at org.pentaho.ui.xul.impl.AbstractXulComponent.invoke(AbstractXulComponent.java:157)
    at org.pentaho.ui.xul.impl.AbstractXulComponent.invoke(AbstractXulComponent.java:141)
    at org.pentaho.ui.xul.swt.tags.SwtButton.access$100(SwtButton.java:43)
    at org.pentaho.ui.xul.swt.tags.SwtButton$1.widgetSelected(SwtButton.java:67)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:252)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
    at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5797)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1374)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:5051)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4583)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:823)
    at org.eclipse.jface.window.Window.open(Window.java:799)
    at org.pentaho.di.ui.xul.KettleDialog.show(KettleDialog.java:89)
    at org.pentaho.di.ui.xul.KettleDialog.show(KettleDialog.java:56)
    at org.pentaho.di.ui.core.database.dialog.XulDatabaseExplorerDialog.open(XulDatabaseExplorerDialog.java:98)
    at org.pentaho.di.ui.spoon.delegates.SpoonDBDelegate.exploreDB(SpoonDBDelegate.java:221)
    at org.pentaho.di.ui.spoon.Spoon.exploreDB(Spoon.java:2856)
    at org.pentaho.di.ui.spoon.Spoon.exploreDatabase(Spoon.java:2850)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.pentaho.ui.xul.impl.AbstractXulDomContainer.invoke(AbstractXulDomContainer.java:313)
    at org.pentaho.ui.xul.impl.AbstractXulComponent.invoke(AbstractXulComponent.java:157)
    at org.pentaho.ui.xul.impl.AbstractXulComponent.invoke(AbstractXulComponent.java:141)
    at org.pentaho.ui.xul.jface.tags.JfaceMenuitem.access$100(JfaceMenuitem.java:43)
    at org.pentaho.ui.xul.jface.tags.JfaceMenuitem$1.run(JfaceMenuitem.java:106)
    at org.eclipse.jface.action.Action.runWithEvent(Action.java:474)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:580)
    at org.eclipse.jface.action.ActionContributionItem.lambda$4(ActionContributionItem.java:414)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
    at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5797)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1374)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:5051)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4583)
    at org.pentaho.di.ui.spoon.Spoon.readAndDispatch(Spoon.java:1406)
    at org.pentaho.di.ui.spoon.Spoon.waitForDispose(Spoon.java:7990)
    at org.pentaho.di.ui.spoon.Spoon.start(Spoon.java:9372)
    at org.pentaho.di.ui.spoon.Spoon.main(Spoon.java:711)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.pentaho.commons.launcher.Launcher.main(Launcher.java:92)
    Caused by: java.lang.NullPointerException
    at org.pentaho.ui.xul.impl.DefaultSettingsManager.save(DefaultSettingsManager.java:60)
    at org.pentaho.ui.xul.swt.tags.SwtDialog.hide(SwtDialog.java:519)
    at org.pentaho.di.ui.xul.KettleDialog.hide(KettleDialog.java:105)
    at org.pentaho.ui.xul.swt.tags.SwtDialog.setVisible(SwtDialog.java:558)
    at org.pentaho.di.ui.core.database.dialog.XulDatabaseExplorerController.cancel(XulDatabaseExplorerController.java:222)
    ... 49 more
    15:24:12,336 ERROR [AbstractXulComponent] Error calling oncommand event
    org.pentaho.ui.xul.XulException: Error invoking method: dbexplorer.cancel()
    at org.pentaho.ui.xul.impl.AbstractXulDomContainer.invoke(AbstractXulDomContainer.java:317)
    at org.pentaho.ui.xul.impl.AbstractXulComponent.invoke(AbstractXulComponent.java:157)
    at org.pentaho.ui.xul.impl.AbstractXulComponent.invoke(AbstractXulComponent.java:141)
    at org.pentaho.ui.xul.swt.tags.SwtButton.access$100(SwtButton.java:43)
    at org.pentaho.ui.xul.swt.tags.SwtButton$1.widgetSelected(SwtButton.java:67)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:252)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
    at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5797)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1374)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:5051)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4583)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:823)
    at org.eclipse.jface.window.Window.open(Window.java:799)
    at org.pentaho.di.ui.xul.KettleDialog.show(KettleDialog.java:89)
    at org.pentaho.di.ui.xul.KettleDialog.show(KettleDialog.java:56)
    at org.pentaho.di.ui.core.database.dialog.XulDatabaseExplorerDialog.open(XulDatabaseExplorerDialog.java:98)
    at org.pentaho.di.ui.spoon.delegates.SpoonDBDelegate.exploreDB(SpoonDBDelegate.java:221)
    at org.pentaho.di.ui.spoon.Spoon.exploreDB(Spoon.java:2856)
    at org.pentaho.di.ui.spoon.Spoon.exploreDatabase(Spoon.java:2850)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.pentaho.ui.xul.impl.AbstractXulDomContainer.invoke(AbstractXulDomContainer.java:313)
    at org.pentaho.ui.xul.impl.AbstractXulComponent.invoke(AbstractXulComponent.java:157)
    at org.pentaho.ui.xul.impl.AbstractXulComponent.invoke(AbstractXulComponent.java:141)
    at org.pentaho.ui.xul.jface.tags.JfaceMenuitem.access$100(JfaceMenuitem.java:43)
    at org.pentaho.ui.xul.jface.tags.JfaceMenuitem$1.run(JfaceMenuitem.java:106)
    at org.eclipse.jface.action.Action.runWithEvent(Action.java:474)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:580)
    at org.eclipse.jface.action.ActionContributionItem.lambda$4(ActionContributionItem.java:414)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
    at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5797)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1374)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:5051)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4583)
    at org.pentaho.di.ui.spoon.Spoon.readAndDispatch(Spoon.java:1406)
    at org.pentaho.di.ui.spoon.Spoon.waitForDispose(Spoon.java:7990)
    at org.pentaho.di.ui.spoon.Spoon.start(Spoon.java:9372)
    at org.pentaho.di.ui.spoon.Spoon.main(Spoon.java:711)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.pentaho.commons.launcher.Launcher.main(Launcher.java:92)
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.pentaho.ui.xul.impl.AbstractXulDomContainer.invoke(AbstractXulDomContainer.java:313)
    ... 44 more
    Caused by: java.lang.NullPointerException
    at org.pentaho.ui.xul.impl.DefaultSettingsManager.save(DefaultSettingsManager.java:60)
    at org.pentaho.ui.xul.swt.tags.SwtDialog.hide(SwtDialog.java:519)
    at org.pentaho.di.ui.xul.KettleDialog.hide(KettleDialog.java:105)
    at org.pentaho.ui.xul.swt.tags.SwtDialog.setVisible(SwtDialog.java:558)
    at org.pentaho.di.ui.core.database.dialog.XulDatabaseExplorerController.cancel(XulDatabaseExplorerController.java:222)
    ... 49 more

    ------------------------------
    Juha Varjonen
    ------------------------------


  • 2.  RE: Unable to get SQL query from Database Explorer after selecting table in PDI 9.2.0

    Posted 06-23-2022 11:23
    Juha,

    I'm not 100% sure that version of Java is supported on 9.2.  I might start there first, see if you can get the Oracle version and then re-test.  At the very least if the error is still experienced then we would know it's not the flavor of Java being used that is causing the issue.

    https://help.hitachivantara.com/Documentation/Pentaho/9.2/Setup/Components_Reference#Java_virtual_machine

    Thanks,

    Matt

    ------------------------------
    Matthew Casper
    Data Integration Architect
    Flexential Corp.
    ------------------------------



  • 3.  RE: Unable to get SQL query from Database Explorer after selecting table in PDI 9.2.0

    Posted 06-24-2022 03:50
    Thank you for the answer!

    It seems that I figured out the root cause for the issue.

    We have multiple users who use PDI throught the very same Linux Ubuntu with their own Linux logins and one of them has accidentally generated file xulSettings.properties under kettle_home and only this one user has access to file. So what I did I modified file accessright so that every user has access into the file and promblem disappeared.

    ------------------------------
    Juha-Matti Varjonen
    ------------------------------



  • 4.  RE: Unable to get SQL query from Database Explorer after selecting table in PDI 9.2.0

    Posted 06-24-2022 10:14
    Juha-Matti,

    That's excellent news the issue has been resolved, well done and thanks for sharing!

    Thanks,

    Matt

    ------------------------------
    Matthew Casper
    Data Integration Architect
    Flexential Corp.
    ------------------------------