Discussions
Categories
- 385.5K All Categories
- 5.1K Data
- 2.5K Big Data Appliance
- 2.5K Data Science
- 453.4K Databases
- 223.2K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 47 Multilingual Engine
- 606 MySQL Community Space
- 486 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3.2K ORDS, SODA & JSON in the Database
- 585 SQLcl
- 4K SQL Developer Data Modeler
- 188K SQL & PL/SQL
- 21.5K SQL Developer
- 46 Data Integration
- 46 GoldenGate
- 298.4K Development
- 4 Application Development
- 20 Developer Projects
- 166 Programming Languages
- 295K Development Tools
- 150 DevOps
- 3.1K QA/Testing
- 646.7K Java
- 37 Java Learning Subscription
- 37.1K Database Connectivity
- 201 Java Community Process
- 108 Java 25
- 22.2K Java APIs
- 138.3K Java Development Tools
- 165.4K Java EE (Java Enterprise Edition)
- 22 Java Essentials
- 176 Java 8 Questions
- 86K Java Programming
- 82 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.3K Java SE
- 13.8K Java Security
- 208 Java User Groups
- 25 JavaScript - Nashorn
- Programs
- 667 LiveLabs
- 41 Workshops
- 10.3K Software
- 6.7K Berkeley DB Family
- 3.6K JHeadstart
- 6K Other Languages
- 2.3K Chinese
- 207 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 474 Portuguese
BSSV:Custom table cannot insert data after add fields

My JP object need add two fields for the customized table, but cannot insert into the new fields by WSDL, but it's ok for others.
In the project, I have delete and re-create VO, and re-generate insertTo processing, and re-deployed.
i can see the value from XML inputVO, but run dbservice.insert the new fields no inserting.
Could anyone help to give some advice, how to troubleshoot the problem.
Best Answer
-
Hi,
Did you add the field to the E1 table? Or just added the existing table column to the WSDL?
If you added the new fileds (DD items) to your custom table, did you tried to delete dddict, ddtext and glbtbl on your fat client machine (C:\E920\DV920\spec)?
Looks like this is a DB adapter service. Maybe you can capture the BSSV trace log for the local and analyze the insert statement in there.
Do you see the new fields in the INSERT statement?
Thanks,
Nami
Answers
-
User, tell us your jdev version, please!
Is this an ADF application?
What do you mean by BSSV?
What is a JP object?
These questions are pointing to a different kind of project.
Timo
-
Welcome! There isn't a lot of traffic in this JDE space - probably because it contains the word "Chinese" in the name.
However, there are several JDE subspaces in the My Oracle Support Community (MOSC), which is available to you if you have an active Oracle Support account.
I suggest you repost your question in , so that the JDE experts can see your question.
Good luck!
-
Hello,
Is the web service working fine in your local fat client ?
If the issue is only in Server after the deployment....try to delete the jar file from the folder from the checkin location in deployment server i.e.,(\\depserver\e910\DV910\java\sbfjars ) location....then try to rebuild the BSSV package....
-
Thanks Jim,
it has not deploy to BSSV server, just in local weblogic to test.
-
Hi,
Did you add the field to the E1 table? Or just added the existing table column to the WSDL?
If you added the new fileds (DD items) to your custom table, did you tried to delete dddict, ddtext and glbtbl on your fat client machine (C:\E920\DV920\spec)?
Looks like this is a DB adapter service. Maybe you can capture the BSSV trace log for the local and analyze the insert statement in there.
Do you see the new fields in the INSERT statement?
Thanks,
Nami