-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PDI-19719] - PGBulkLoader failed if input stream is empty #8791
base: master
Are you sure you want to change the base?
Conversation
This comment has been minimized.
This comment has been minimized.
31dbde9
to
67035b9
Compare
This comment has been minimized.
This comment has been minimized.
While migrating the table data thru kettle tool from sql server to postgresql database getting below- 2023/03/15 16:59:52 - write to [REPORTS].0 - Caused by: org.postgresql.util.PSQLException: ERROR: column "NAME" of relation "reports" does not exist SQL Server table ddl- CREATE TABLE [dbo].[REPORTS]( Postgresql table ddl - CREATE TABLE IF NOT EXISTS public.reports |
This is not good place for resolving of this problem. |
Hi, I tried but do not have the access. View only I can.
…On Fri, Mar 17, 2023, 20:31 Petr Procházka ***@***.***> wrote:
This is not good place for resolving of this problem.
Please use official Pentaho community forum
<https://community.hitachivantara.com/communities/community-pentaho-home?CommunityKey=e0eaa1d8-5ecc-4721-a6a7-75d4e890ee0d>
.
—
Reply to this email directly, view it on GitHub
<#8791 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6QNFPVWHVCD6DZ5DTUAPVDW4R4F3ANCNFSM6AAAAAAUMHHHPI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hi, is there any chance i could get these changes in a new .jar file for my project? I encountered this problem and it's really frustrating and there is only this fix available. I tried to recompile it and generate new .class files but it just doesn't work. It's used in PDI in plugins/postgresql-db-bulk-loader-plugins and there are two .jar files: postgresql-db-bulk-loader-plugins-impl-9.4.0.0-343.jar and postgresql-db-bulk-loader-plugins-ui-9.4.0.0-343.jar . I suppose this fix is relevant only to the first .jar file. Thanks for help in advance. |
@arunchugh87 At the top right is Sign In and bottom of page is link Register Here (for partners, customers and guests). |
@marhefkaadam You can clone from my repository and use branch 9.4.0.0-GA with this fix. You need Maven v3.8 (do not use Maven v3.9) and run building of project: mvn package. |
@petrprochy thanks for the help! I managed to recompile it on my machine with your fix in the end. But thanks! |
thanks so much, my pgbulkloaders stopped working when upgrading to pdi 9.4, and those plugins did the trick to make it back to work |
❌ Build failed in 5m 2sBuild command: mvn clean verify -B -e -Daudit -amd -Djs.no.sandbox -pl \
plugins/postgresql-db-bulk-loader/impl ❗ No tests found!Errors:Filtered log (click to expand)
ℹ️ This is an automatic message |
JIRA: https://jira.pentaho.com/browse/PDI-19719