<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: tNetsuiteInput casting exception for v7.1.1.20181026_1147 component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tNetsuiteInput-casting-exception-for-v7-1-1-20181026-1147/m-p/2202806#M4359</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Are you using tNetsuiteConnection component in your workflow? Could you please show us your whole job design screenshots which will be helpful for us to diagnose your&amp;nbsp; issue?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Thu, 06 Dec 2018 08:14:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-12-06T08:14:55Z</dc:date>
    <item>
      <title>tNetsuiteInput casting exception for v7.1.1.20181026_1147 component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tNetsuiteInput-casting-exception-for-v7-1-1-20181026-1147/m-p/2202805#M4358</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;When selecting a record type using the tNetsuiteInput component, the below casting exception gets logged and thrown. The connection component and output component appear to work fine. Can anyone duplicate this error?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;!MESSAGE 2018-12-01 09:22:27,488 ERROR org.talend.commons.exception.CommonExceptionHandler - org.talend.components.netsuite.input.NetSuiteInputProperties cannot be cast to org.talend.components.netsuite.connection.NetSuiteConnectionProperties&lt;/P&gt; 
&lt;P&gt;!STACK 0&lt;BR /&gt;java.lang.ClassCastException: org.talend.components.netsuite.input.NetSuiteInputProperties cannot be cast to org.talend.components.netsuite.connection.NetSuiteConnectionProperties&lt;BR /&gt;at org.talend.components.netsuite.connection.NetSuiteConnectionProperties.getReferencedConnectionProperties(NetSuiteConnectionProperties.java:215)&lt;BR /&gt;at org.talend.components.netsuite.connection.NetSuiteConnectionProperties.getEffectiveConnectionProperties(NetSuiteConnectionProperties.java:195)&lt;BR /&gt;at org.talend.components.netsuite.input.NetSuiteInputProperties.getConnectionProperties(NetSuiteInputProperties.java:78)&lt;BR /&gt;at org.talend.components.netsuite.NetSuiteComponentDefinition.getRuntimeInfo(NetSuiteComponentDefinition.java:122)&lt;BR /&gt;at org.talend.components.netsuite.input.NetSuiteInputDefinition.getRuntimeInfo(NetSuiteInputDefinition.java:51)&lt;BR /&gt;at org.talend.designer.core.generic.model.Component.getModulesNeeded(Component.java:1224)&lt;BR /&gt;at org.talend.designer.core.ui.editor.nodes.Node.getModulesNeeded(Node.java:5383)&lt;BR /&gt;at org.talend.designer.core.utils.JavaProcessUtil.addNodeRelatedModules(JavaProcessUtil.java:344)&lt;BR /&gt;at org.talend.designer.core.utils.JavaProcessUtil.getNeededModules(JavaProcessUtil.java:264)&lt;BR /&gt;at org.talend.designer.core.utils.JavaProcessUtil.getNeededModules(JavaProcessUtil.java:256)&lt;BR /&gt;at org.talend.designer.core.DesignerCoreService.getNeededModules(DesignerCoreService.java:776)&lt;BR /&gt;at org.talend.librariesmanager.prefs.LibrariesManagerUtils.getNotInstalledModules(LibrariesManagerUtils.java:91)&lt;BR /&gt;at org.talend.librariesmanager.model.service.AbstractLibrariesService.getProblems(AbstractLibrariesService.java:224)&lt;BR /&gt;at org.talend.librariesmanager.model.service.LibrariesService.getProblems(LibrariesService.java:93)&lt;BR /&gt;at org.talend.designer.core.ui.editor.nodes.Node.checkModules(Node.java:3292)&lt;BR /&gt;at org.talend.designer.core.ui.editor.nodes.Node.checkNode(Node.java:4234)&lt;BR /&gt;at org.talend.designer.core.ui.editor.nodes.Node.checkAndRefreshNode(Node.java:4223)&lt;BR /&gt;at org.talend.designer.core.ui.editor.properties.controllers.TableController$1.handleEvent(TableController.java:129)&lt;BR /&gt;at org.talend.commons.utils.data.list.ListenableList.fireEvent(ListenableList.java:780)&lt;BR /&gt;at org.talend.commons.utils.data.list.ListenableList.fireListRegisteredEvent(ListenableList.java:765)&lt;BR /&gt;at org.talend.commons.utils.data.list.ListenableList.registerList(ListenableList.java:868)&lt;BR /&gt;at org.talend.commons.ui.runtime.swt.tableviewer.TableViewerCreatorNotModifiable.setInputList(TableViewerCreatorNotModifiable.java:397)&lt;BR /&gt;at org.talend.commons.ui.runtime.swt.tableviewer.TableViewerCreatorNotModifiable.init(TableViewerCreatorNotModifiable.java:373)&lt;BR /&gt;at org.talend.designer.core.ui.editor.properties.controllers.TableController.refresh(TableController.java:293)&lt;BR /&gt;at org.talend.designer.core.ui.views.properties.MultipleThreadDynamicComposite.operationInThread(MultipleThreadDynamicComposite.java:718)&lt;BR /&gt;at org.talend.repository.generic.ui.DynamicComposite.operationInThread(DynamicComposite.java:505)&lt;BR /&gt;at org.talend.designer.core.ui.views.properties.MultipleThreadDynamicComposite$5.run(MultipleThreadDynamicComposite.java:665)&lt;BR /&gt;at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)&lt;BR /&gt;at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)&lt;BR /&gt;at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3774)&lt;BR /&gt;at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3412)&lt;BR /&gt;at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)&lt;BR /&gt;at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)&lt;BR /&gt;at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)&lt;BR /&gt;at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)&lt;BR /&gt;at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)&lt;BR /&gt;at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)&lt;BR /&gt;at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)&lt;BR /&gt;at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)&lt;BR /&gt;at org.talend.rcp.intro.Application.start(Application.java:265)&lt;BR /&gt;at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)&lt;BR /&gt;at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)&lt;BR /&gt;at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)&lt;BR /&gt;at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)&lt;BR /&gt;at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.run(Main.java:1465)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.main(Main.java:1438)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Selection_023.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M1Fe.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149346iB4912EFB5B992091/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M1Fe.png" alt="0683p000009M1Fe.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Dec 2018 17:59:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tNetsuiteInput-casting-exception-for-v7-1-1-20181026-1147/m-p/2202805#M4358</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-01T17:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: tNetsuiteInput casting exception for v7.1.1.20181026_1147 component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tNetsuiteInput-casting-exception-for-v7-1-1-20181026-1147/m-p/2202806#M4359</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Are you using tNetsuiteConnection component in your workflow? Could you please show us your whole job design screenshots which will be helpful for us to diagnose your&amp;nbsp; issue?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 08:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tNetsuiteInput-casting-exception-for-v7-1-1-20181026-1147/m-p/2202806#M4359</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-06T08:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: tNetsuiteInput casting exception for v7.1.1.20181026_1147 component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tNetsuiteInput-casting-exception-for-v7-1-1-20181026-1147/m-p/2202807#M4360</link>
      <description>&lt;P&gt;I was not using a tNetsuiteConnection in the flow. It was just the tNetsuiteInput on the canvas that threw the exception.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Jan 2019 21:24:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tNetsuiteInput-casting-exception-for-v7-1-1-20181026-1147/m-p/2202807#M4360</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-05T21:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: tNetsuiteInput casting exception for v7.1.1.20181026_1147 component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tNetsuiteInput-casting-exception-for-v7-1-1-20181026-1147/m-p/2202808#M4361</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am getting the same error&amp;nbsp; when using the connection details in the netsuiteinput component. If i add the record type as custom in the record type selection, i am able to get the data.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Netsuite_Custom.PNG" style="width: 436px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M352.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136404i6A8D8FB73F5A72E4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M352.png" alt="0683p000009M352.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;But we don't have any option to add custom field in the 'search condition' so there is no way to filter the data according to a field.&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LP3sAAG"&gt;@Moe&lt;/A&gt;&amp;nbsp; were you help able to find any solution?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;Shrikant&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 04:52:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tNetsuiteInput-casting-exception-for-v7-1-1-20181026-1147/m-p/2202808#M4361</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-13T04:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: tNetsuiteInput casting exception for v7.1.1.20181026_1147 component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tNetsuiteInput-casting-exception-for-v7-1-1-20181026-1147/m-p/2202809#M4362</link>
      <description>&lt;P&gt;any movement on this issue? seeing the same.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 00:58:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tNetsuiteInput-casting-exception-for-v7-1-1-20181026-1147/m-p/2202809#M4362</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-30T00:58:12Z</dc:date>
    </item>
  </channel>
</rss>

