Error upgrading from weblogic 7 to weblogic 10.3

We are upgrading app from weblogic 7 to 10.3. Thie app compiles ok and every page before the login is displayed successfully. When we try to login we are getting the following error:
Exception in thread "main" java.lang.AbstractMethodError: weblogic.xml.schema.binding.BeanCodecBase.getCompositor()Lweblogic/xml/schema/binding/ModelGroupCompositor;
     at weblogic.xml.schema.binding.BeanCodecBase.gatherContents(BeanCodecBase.java:299)
     at weblogic.xml.schema.binding.CodecBase.serializeFill(CodecBase.java:297)
     at weblogic.xml.schema.binding.CodecBase.serialize_internal(CodecBase.java:234)
     at weblogic.xml.schema.binding.CodecBase.serialize(CodecBase.java:193)
     at weblogic.xml.schema.binding.RuntimeUtils.invoke_serializer(RuntimeUtils.java:192)
     at weblogic.xml.schema.binding.RuntimeUtils.invoke_serializer(RuntimeUtils.java:178)
     at weblogic.webservice.core.DefaultPart.invokeSerializer(DefaultPart.java:335)
     at weblogic.webservice.core.DefaultPart.toXML(DefaultPart.java:304)
     at weblogic.webservice.core.DefaultMessage.toXML(DefaultMessage.java:651)
     at weblogic.webservice.core.ClientDispatcher.send(ClientDispatcher.java:209)
     at weblogic.webservice.core.ClientDispatcher.dispatch(ClientDispatcher.java:146)
     at weblogic.webservice.core.DefaultOperation.invoke(DefaultOperation.java:473)
     at weblogic.webservice.core.DefaultOperation.invoke(DefaultOperation.java:459)
     at weblogic.webservice.core.rpc.StubImpl._invoke(StubImpl.java:306)
     at com.workscape.aws.examples.weblogic.clientclases.PINService_PortType_Stub.authenticateUser(Unknown Source)
could someone advise how to fix this problem?
Thanks in advance

Hi,
Your EJB 2.1 application should deploy and run fine on WLS 10.3 without modification.
- Matt

Similar Messages

  • Upgrade from Weblogic 10.3.1 to 10.3.3    Issues

    Hi
    We are in process of migrating/upgrading from Weblogic server 10.3.1 to 10.3.3.
    A heavily distributed application is being migrated with high volume transaction on clustered environment.
    Have anybody experienced any issues/ concerns when migrating from Weblogic 10.3.1 to 10.3.3?
    Please share your experience.
    Thanks
    Edited by: user4151568 on Oct 28, 2011 8:55 AM
    Edited by: user4151568 on Oct 28, 2011 8:55 AM
    Edited by: user4151568 on Oct 28, 2011 8:55 AM

    Hi,
    Use the below link to  upgrade from 10.3.5 to 10.3.6
    https://gdgprasad.wordpress.com/2014/05/03/how-to-upgrade-web-logic-server-wls-10-3-5-to-10-3-6-in-windows-64-bit/
    http://docs.oracle.com/cd/E24902_01/doc.91/e18840/upgrade_1036.htm#EOHWL193
    How Can I Download Upgrade Installers for Oracle WebLogic Server (WLS)? [ID 1074946.1]
    First try to upgrade your test Environment and then you can see if you face any issue or not.
    Hope it helps

  • Upgrading from weblogic 10.3.0.0 to 10.3.2.0?

    Hey guys,
    I am currently trying to upgrade my 10.3.0.0 weblogic server to 10.3.2.0 and i receive an error message stating that
    "The product maintenance level of the current installer (Weblogic Server:10.3.2.0) is not compatible with the maintenance level of the product installed on your system (Weblogic Server 10.3.0.0). Please obtain a compatible installer or perform maintenance on your current system to achieve the desired level."
    My question is:
    - Is there an out of the box easy way to upgrade from 10.3.0.0 to 10.3.2.0?
    thanks.

    Hi,
    Try giving a different BEA_HOME for weblogic server 10.3.2.0. I think this should help!

  • Steps to upgrade from Weblogic Portal 8.1 to Webcenter Portal 11.1.1.6

    Currently I'm involved in consulting for a client who has Weblogic Portal (WLP) 8.1. I'm trying to find documentation for upgrade from WLP 8.1 to Webcenter 11.1.1.6.
    I found the below link but the starting point for upgrade is Oracle WebCenter 10g (10.1.3)
    http://docs.oracle.com/cd/E23943_01/doc.1111/e22628/wcmap.htm
    I'm not clear if I should migrate from WLP 8.1 to WLP 10.3.x and then to Webcenter or direct migration from WLP 8.1 to Webcenter is possible ?
    Any pointers / links / case study would be helpful.
    Thanks for the helping soul in advance.

    Thank you jiri for the quick response.
    Regarding your comment 'upgrade from WLP 8.1 to WLP 10.3.5 is not for free', I did some search and found that the documentation is available for upgrading from 8.1 to 10.3.4 as below :
    http://docs.oracle.com/cd/E26806_01/wlp.1034/e14253/upgrade_process.htm
    Also when I went to the 10.3.5 documentation library (http://docs.oracle.com/cd/E35968_01/index.htm), I found the below link (where the upgrade process points 8.1 to 10.3.4 instead of 8.1 to *10.3.5*)
    http://docs.oracle.com/cd/E26806_01/wlp.1034/e14253/toc.htm
    My understanding (after reading the documentation + your comment) is that we can upgrade from 8.1 to 10.3.4 but to upgrade to 10.3.5 we need to pay Oracle. Could you point me to a link which has that information ?
    Thank you for your help.

  • Upgrading from Weblogic 6.1sp5/TopLink 3.6.3 to Weblogic 8.1/TopLink 9.0.4

    Hi.
    We are doing the migration from Weblogic 6.1sp5/TopLink 3.6.3 to Weblogic 8.1 & TopLink 9.0.4
    We have been reading available documentation and started the migration. We have not had any problems with package ranaming issues and XML DOCTYPES changes.
    As we do have a lot of ammedmed querys, we do prefer to use a java class as our proyect mapping descriptor rather than a huge XML.
    We are currently porting all our querys to the new system.
    As we are doing a lot of changes we are also updating our EJB 1.1 entity beans to EJB 2.0 (maybe in the future we will deploy our EJBs with local interfaces too).
    The main problem we are facing right now is with all the querys we had in our toplink-cmp-<bean>.xml files. Even if most of the finders are "REDIRECT" querys that had to be ammendmed we have a good number of "EXPRESSION"s on them.
    As far as we are able to see we should move them to the TopLink Project java file in the querys section. The question is: is it possible to declare them in the ejb-jar.xml file into the <ejb-ql> tag (we have seen that the TopLinkImplemented string appears on the <ejb-ql> telling the container who should handle the query, so if Weblogic can be "tricked" to do that "ejb-ql" it may be possible to do the same with a TopLink expression isn't it?.
    Another issue we don't have clear is if now all the querys must be either ejb-ql (compliant with the EJB 2.0 standard) or named querys (either TopLink expressions or SQL querys) defined in the TopLink Project java or XML files. What happened with the redirect querys
    I would like to point just another issue we have "solved" but we are not really satisfied with how we solved it.
    We are using timestamp locking with our entity beans. The shouldBindAllParameters is set to true too and we have the logging activated so we have been able to track down the problem.
    The problem seems to be something like this.
    You create a new entity bean and TopLink issues a sentence like this against the DB (Oracle 8.1.7 I must say we have also configured the login session to use the Oracle8PlatformSupport)
    INSERT INTO FOO(OID,OCA) VALUES (?, ?)
    bind => [1, 2004-04-26 13:16:45.251]
    As far as we know Oracle 8.1.7 doesn't store the milliseconds (we are using DATE type in Oracle tables) so the ".251" value is stored as "0"
    Then we try to delete the entity bean and TopLink sends this sentence to the database:
    DELETE FROM FOO WHERE ((OID = ? AND OCA = ?))
    bind => [1, 2004-04-26 13:16:45.251]
    Then, a TOPLINK-5003 (the object has been modified or deleted since last read) is raised and the transaction is rolled back.
    We tried without binding and it works perfect (it seems that the timestamp is treated as YYYY-MM-DD SSSSS in the "to_date" function issued)
    As we would like to keep with binding all parameters in order to optimize our database accesses we have changed the default jdbc driver (sun.jdbc...) that is showed when reading the proper property of the login sesion with the oracle.jdbc.driver.OracleDriver. This latest driver seems to solve the problem with the reminders of the timestamps but this brings us a doubt.
    If we have configured two datasources in our Weblogic's config.xml file (one for transactional operations, beeing that one also an XA driver as we need to coordinate RDBMS operations with a JMS service, and the other one being a "standar" oracle.jdbc.driver.OracleDriver) why is that the driver used as default by the login method is that "weird" sun.jdbc... driver? Shouldn't TopLink use one (the XA driver I hopefully) of the drivers defined in Weblogic's datasource?
    1. Is the issue we are seeing with the timestamp a known bug/problem?
    2. Is there a better way to solve it than changing the driver (we are affraid of the "new" issues changing it could raise)
    I have seen that with TopLink 3.6.3 and the "default" driver used in the login (it is the same by default on both TopLink 3.6.3 and TopLink 9.0.4) the binded timestamp are "truncated" to the second resolution and it works without any problem.
    Thanks in advance.
    Ignacio

    Not sure on all of the issues, but can provide some information on some of them.
    Re-directors:
    Support was added for re-director to core queries, so now your named queries can make use of re-director if they require advanced dynamic execution. So all re-director queries can become named queries.
    Timestamp locking:
    In general we would always suggest numeric version locking if you have the choice. I'm not clear on what you are saying about the driver having an effect on the problem, however in general Oracle 8 does not support milliseconds, if you use timestamp locking with local timestamps they will have milliseconds and the database values will not match the ones in memory.
    To resolve this you can,
    - Use server timestamps TimestampLockingPolicy.useServerTime()
    - Clear the timestamp's milli/nano second value through an aboutToInsert event.
    - Extend Oracle8Platform.convertObject to clear the timestamp's milli/nano second value.
    - If you can use Oracle 9 or 10 there is now a TIMESTAMP type that does support milliseconds.
    If a different driver seems to be solving this, it is most likely the database ignores the milliseconds in the comparison, but the driver you are using sends the millisecond to the database incorrectly when binding.

  • How to upgrade  from  weblogic  10.3.5 to  10.3.6

    Hello   I have been deployed  three  Weblogic  domains  across  two Windows servers  2008 R2,  one  domain  host  oracle business intelligence  publisher,  one domain  host  JEE enterprise applications and one domain  will  host Oracle form and Oracle  report.
    My  JEE applications are  supposed to  be deployed on  WEBLOGIC  10.3.6 since  the first  thing  I  did  was  installed  ORACLE  BUSINESS INTELLIGENCE PUBLISHER  following  Oracle recommendation which is  to run setup.exe enterprise install for new installation on the first Windows server and run setup.exe enterprise install scale out out on the second server,
    I hoped the installer  was  installed weblogic server 10.3.6 but instead was installed WebLogic Server 10.3.5.0; The version Of BI_PUBLISher standalone I installed is 11.1.1.7.0, according the certification Matrix this version on Windows 2008 R2 is certified for Oracle JDK 1.6.0_35+ for WEBLOGIC 10.3.5.0  and Oracle JDK 1.7.0_07+ for  weblogic 10.3.6 I do not underatnd  why the installer  installed  Windows 10.3.5 rather than 10.3.6.
    My  question is  can I upgrade to WEBLOGIC 10.3.6 and Oracle JDK 1.7.0_07+, if yes could you explain to  me   the procedure...  

    check this Installing and Setting Up Oracle BI Applications
    Prerequisite to Running the Business Analytics Applications Suite Installer
    Make sure you have met the following prerequisites before you run the Business Analytics Applications Suite installer:
    The installer is a generic installer and requires JDK or JRockit to be installed. See Section 3.2.1, "Installing JDK or JRockit," for more information.
    35 GB free disk space is required to run the Business Analytics Applications Suite installer. This disk space will be released after the installer finishes.
    To run the Business Analytics Applications Suite installer:
    Launch the Business Analytics Applications Suite installer by entering the following: 
    The Business Analytics Applications Suite installer displays the Welcome screen.
    Platform
    Command
    Windows
    In a command prompt:
    setup.exe -jreLoc <Drive:\...\jdk or jrockit location>
    Where jdk or jrockit location is the directory that contains the bin folder.
    For example:
    setup.exe -jreLoc C:\jdk
    UNIX and Linux
    ./runInstaller -jreLoc <jdk or jrockit location>
    Note: If you are running the installer on a Linux machine that does not have the file /etc/oraInst.loc, the Specify Inventory Location screen will display. For information about this screen, see Section B.1, "Specify Inventory Location."
    open a new thread for new issues please

  • [error]Upgrading from FRAMEMAKER 6 to 8

    Hi
    I have upgrade from FRAMEMAKER 6 to FRAMEMAKER 8 with the upgrade and now all my links are broken.
    The error i have is that he can't open a document because he can't find it
    In FRAMEMAKER my link are openObjectID Partie11.FM:253461
    and when i save the book to a PDF all my link are broken
    Thanks for help

    Jean-Joseph,
    In all likelihood, this is just indicative of not having all of the
    files converted to v.8 format when working at the book level.
    The first time you open a book, you will get prompted about opening an
    older version FM. The same goes for any of the book component files.
    You should use the option to open all files in a book (by holding down
    the shift key and select File > Open All Files), deal with the prompts
    and then do a shift+File > Save All Files) to ensure that they have
    been saved in the FM8 format.
    As long as you haven't moved your files in between upgrades, things
    should work as before.
    Also, there are several patches to FM8 that you should install in
    patch order. See:
    http://www.adobe.com/support/downloads/product.jsp?product=22&platform=Windows

  • Error - Upgrading from 12 0 4 to 12 0 6

    Hello:
    We are in the process of upgrading from 11 5 9 to R12.
    To be exact, we are upgrading from 12 0 4 to 12 0 6 on DB 10.2.0.4.
    The upgrade process errored on OMNDIAGMYGRATE.sql . Found an exact hit in Metalink (bug No 7115209).
    But no resolution found on the bug.
    Any idea ? Appreciate your help
    Thanks

    Looks like the bug is still open with no solution yet (11/21/08 03:22 am). Again, I would suggest you log a SR.

  • Error Upgrading from the Evaluation Version of Microsoft Lync Server 2013

    Hi,
    I try to upgrade from Evaluation to full Version using:
    http://technet.microsoft.com/en-us/library/gg521005.aspx
    but after i run: msiexec.exe /fvomus server.msi EVALTOFULL=1 /qb
    i get a popup:
    "Another version of this product is already installed. installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs on the Control Panel."
    Get-CsServerVersion :-> Microsoft Lync Server 2013 (5.0.8308.0): Evaluation license key installed.
    Any ideea?

    Hi Iulius
    As your upgrading the Licence on the Lync 2013 FE it shouldn't care about the Lync 2010 Environment. As your moving from Eval to Full Licence on 2013. I have come across the below url that might help.
    http://pei.com/2013/03/how-to-change-lync-license-from-evaluation-to-licensed/
    http://jackstromberg.com/2013/02/how-to-activate-lync-evaluation-to-licensed-version/
    I would personally go with from Lync Management Shell with Elevated Permission
    cd /
    cd /d: (Other what other drive letter)
    cd /Setup\Amd64\Setup
    msiexec.exe /fvomus Server.msi EVALTOFULL=1 /qb
    But that's just me Id rather run the command from the directory than pointing to it.
    Regards
    Andrew Price

  • Appc error when upgrade from weblogic sp5 to sp6

    Hi,
    I got an appc compilation error for an Entity Bean. It is exactly the same code. the generated xxxx__WebLogic_CMP_RDBMS.java compiles in weblogic8.1sp5. After upgrading to sp6, I got the following error for "cannot resolve symbol
    symbol : method setStringForClob (int,java.lang.String)
    location: interface oracle.jdbc.OraclePreparedStatement".
    I checked the generated java code. addition code is generated on sp6 which reference to oracle.jdbc.OraclePreparedStatement.setStringForClob().
    The databased used is oracle 9i. driver is oracle shipped ojdbc14.jar for 9i. If I change to 10g driver, it compiles of course. But we don't have plan to upgrade the driver.
    Would someone help me find what is wrong.
    Thanks alot
    JC

    any ideas about this problem?? i am getting the same error. is it a bug in the weblogic sp 6??
    Thanks,
    Raj

  • Options for upgrading from weblogic 10.3.0 for 'workshop' applications?

    We have a few upgraded Workshop applications that we need to keep running and don't want to have to rewrite - they are successfully deployed on a 10.3.0.0 server. As of 10.3.1 Oracle seems to have dropped all support for workshop. Is there a way to upgrade the 10.3.0.0 server such that the apps will run, or to run these apps on a 10.3.2 or later server? If so, does documentation exist? Thanks!

    hi,
    Even i want to connect webspere MQ 7 with weblogic 10.3, can u suggest me some document where i can follow step by step?
    I have too tried using some binding file,but it is not reading the same.

  • Upgrading from weblogic 8.1 to 10gr3 facing problem with the Building

    Internal compiler error
    java.lang.NullPointerException at org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.binarySearch(ReferenceBinding.java:108)
         at org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding.getMethods(ParameterizedTypeBinding.java:542)
         at org.eclipse.jdt.internal.compiler.lookup.Scope.findMethod(Scope.java:1069)
         at org.eclipse.jdt.internal.compiler.lookup.Scope.getMethod(Scope.java:2072)
         at org.eclipse.jdt.internal.compiler.ast.MessageSend.resolveType(MessageSend.java:428)
         at org.eclipse.jdt.internal.compiler.ast.CastExpression.resolveType(CastExpression.java:460)
         at org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.resolve(LocalDeclaration.java:187)
         at org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.resolveStatements(AbstractMethodDeclaration.java:428)
         at org.eclipse.jdt.internal.compiler.ast.MethodDeclaration.resolveStatements(MethodDeclaration.java:195)
         at org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.resolve(AbstractMethodDeclaration.java:402)
         at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.resolve(TypeDeclaration.java:1084)
         at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.resolve(TypeDeclaration.java:1165)
         at org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.resolve(CompilationUnitDeclaration.java:366)
         at org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.analyseCode(CompilationUnitDeclaration.java:102)
         at org.eclipse.jdt.internal.compiler.Compiler.process(Compiler.java:626)
         at org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:392)
         at org.eclipse.jdt.internal.core.builder.AbstractImageBuilder.compile(AbstractImageBuilder.java:362)
         at org.eclipse.jdt.internal.core.builder.BatchImageBuilder.compile(BatchImageBuilder.java:174)
         at org.eclipse.jdt.internal.core.builder.AbstractImageBuilder.compile(AbstractImageBuilder.java:299)
         at org.eclipse.jdt.internal.core.builder.BatchImageBuilder.build(BatchImageBuilder.java:59)
         at org.eclipse.jdt.internal.core.builder.JavaBuilder.buildAll(JavaBuilder.java:269)
         at org.eclipse.jdt.internal.core.builder.JavaBuilder.build(JavaBuilder.java:177)
         at com.bea.wstudio.javabuilderx.JavaBuilderX.build(JavaBuilderX.java:66)
         at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:624)
         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
         at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:166)
         at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:197)
         at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:247)
         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
         at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:249)
         at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:302)
         at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:334)
         at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:137)
         at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:235)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
         Utilities/src/com/att/edb/dppco/util     ErrKey.java     line 0     1247660099328     104158
    i am using jdk160_05 as standard VM
    checked with jrockit_160_05 as an Standard VM, when building i am getting the same above error
    can anybody help me on this

    hmm so are you compiling your old 8.1 code in WLS 10.3 and getting the error during compilation?
    I found similar issue reported before:-
    Re: Running Eclipse with Jrockit issues

  • Upgrade From Weblogic 9.1 to Weblogic 10

    Hi,
    I am planning to make such an upgrade soon. I am interested in few things about W10. I have a complex enough EJB application but with a single domain configuration. I also have a EJB2.1 application and I target the same EJB version on W10.
    a) what the are available W10 subversions and which are the major differences between each?
    b) Java EE version is changed between W9 and W10? I am on JDK5 on W9. Is JDK6 supported in W10?
    c) I will have to change all the deployment descriptors?
    d) What other configuration changes are there in W10 comparing with W9 - domain folder changes, configuration file changes for JDBC, JMS etc?
    e) What the the "known" problematic areas of such an upgrade?
    Does anybody has experience with such kind of an upgrade?
    What is the best approach to follow?
    Sorry that I am asking so many questions and thanks in advance for whatever answer.
    Doru

    I figured it out.
    There is a parameter in setDomainEnv.cmd file 'WLS_STDOUT_LOG' .If you set this as an enviroment variable with the
    value equal the name and path of the file.The console logs and all the system .out statements will go to the file you mentioned
    ias the value of the environment variable.

  • Error upgrading from 11.1.1.3 to 11.1.1.5 - bimiddleware not deployed

    I got the following issue after upgrade to 11.1.1.5
    ####<May 21, 2011 12:33:01 PM ART> <Error> <Deployer> <wuhan.ar.most> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <df6f0ceab78a2168:1a65b590:130132fbc47:-8000-0000000000000003> <1305991981512> <BEA-149231> <Unable to set the activation state to true for the application 'bimiddleware [Version=11.1.1]'.
    weblogic.application.ModuleException: [HTTP:101216]Servlet: "LocationSvcPort" failed to preload on startup in Web application: "analytics/actions".
    java.lang.SecurityException: WSM-06303 : The method "registerListener" was not called with required permission "oracle.wsm.policyaccess"
    I already run bi-upgrade.py, that supposly will update my system-jazn-data.xml

    May be your location credentials out of sync.
    Un-register and re-register the locations
    1)Right click the location in the Control Center manager and select Unregister
    2)Right click the location in the Control Center manager and select Register and enter the appropriate credentials.

  • PL/SQL errors upgrading from 8i to 10g

    I have a number of packages and functions that were created before my time on oracle 8i that work great there, however I am trying to upgrade the database to Oracle 10G and most all of the packages and functions are now invalid.
    Here is an example
    Line # = 4 Column # = 1 Error Text = PL/SQL: SQL Statement ignored
    Line # = 22 Column # = 18 Error Text = PL/SQL: ORA-00942: table or view does not exist
    This is TBORGESON.STVM_PRESHIPTOPRESHIPTRANS
    (The_Date in date)
    AS
    Begin
    Insert Into Aswihart.PreshipTrans SELECT a.ID, a.WorkOrderType, a.WorkOrderBaseID,
    a.WorkOrderLotID , a.WorkOrderSplitID, a.WorkOrderSubID, a.CustomerID, a.MWPartNumber,
    a.CustomerPartNumber, a.CustomerOrderNumber, a.CustomerOrderLineNumber,
    a.PurchaseOrderNumber, a.CustomerName, a.CustomerAddr1, a.CustomerAddr2,
    a.CustomerAddr3, a.CustomerCity, a.CustomerState, a.CustomerZipCode,
    a.CustomerCountry, a.CustomerShowAddr1, a.CustomerShowAddr2, a.CustomerShowAddr3,
    a.CustomerShowAddr4, a.CustomerShowAddr5, a.BillToName, a.BillToAddr1, a.BillToAddr2,
    a.BillToAddr3, a.BillToCity, a.BillToState, a.BillToZipCode, a.BillToCountry,
    a.BillToShowAddr1, a.BillToShowAddr2, a.BillToShowAddr3, a.BillToShowAddr4, a.BillToShowAddr5,
    a.DesiredQuantity, a.WantDate, a.QuantityShipped, a.ShipDate, a.NetWeight, a.GrossWeight,
    a.AddWeight, a.CalcWeight, a.Territory, a.Unit, a.Price, a.OrderDate, a.RevisionNumber,
    a.ShipVia, a.Packages, a.PackingSlip, a.LotNumber, a.Description, a.BillOfLading,
    a.ShippingInstructions, a.ShippingInstructions2,
    a.ToBeBilled, a.IsInvoiced, a.UnitPrice, a.CurrentDate, a.Class, a.ProductCode,
    UPPER(NVL(StockLocation,'SHIPPING')) AS location, a.Salesman,
    a.Worksheet, a.Certification, a.Status, a.Initials, a.ProductQuantity, a.StockQuantity,
    a.Plant2, a.SCAC, a.NoCont, a.ContType, a.NoSP, a.QuantitySP, a.BarSerial, a.ASN,
    a.Tare, a.APW, a.Sample, a.ACT, a.ConsPt, a.UserName, a.CurrentTime, a.LocationCode, a.ProductInStock, a.SpecialPacking, a.SpecialPackingInstructions, a.BarCodeFormat, a.CarrierCode, a.DockNumber, a.SupplierCode, a.ModelYear, a.MaterialIssuer, a.PoolPoint, a.PoolPointAddress, a.EDIAccumShipQty, 'FG' AS Warehouse
    FROM aswihart.preship a WHERE (((a.QuantityShipped)>0) AND (a.ShipDate <= The_Date) AND (ltrim(rtrim(a.packingslip)) is not null) AND ((a.ToBeBilled)='Y') AND ((a.IsInvoiced)='N'));
    end;
    I’m not sure what needs changed to get this to work. The table aswihart.preship definitely does exist, in a different schema in the same database.
    Doug Hatfield
    Information Systems Manager
    Mathew-Warren Spring Division
    (574) 722-8397
    [email protected]

    Hi,
    you need to grant rights from the owner of the table to the user who ownes the package. In 10g some roles have less rights, so this lost the user rights on the table. So start to make a grant select and insert on the table:
    grant select,insert on preship to TBORGESON;See if this helps and get more compiled packages.
    Herald ten Dam
    htendam.wordpress.com

Maybe you are looking for

  • ATV missing from Devices list: a slight variation

    My aTV shows up in my iTunes Devices list ONLY when I tell the aTV to set up a new connection. The connection is always successful, and then the aTV vanishes from Devices, never to be seen again. I can successfully stream music, can view movie traile

  • Problem with a query of a list of values

    Hi, In BO XI 3.0, when I edit the query of the list of values of one information object, in the results objects panel, I've 2 objects : the Information object and a warning objects (the symbol is a warning sign with a strange name like PK4041) ! When

  • Not all photos in Event got synced

    I found that not all photos in my events were synced into my iPhone recently, but it used to be ok. I have already selected to sync "Selected albums......include ALL event" options in iTunes. The event folder itself was synced but not all photo in th

  • LightRoom to Edit in Photoshop to email

    I love the Lightroom Email Photo feature. This post is just a tip >> There is a Photoshop Extension - Adobe Emailer [FREE] which can email photos direct from PS If you Edit in Photoshop from LR and are in a hurry to email you can do so from PS before

  • Notepad newline replaceAll issues

    Hello, I know this has been covered and I've thoroughly searched the threads, but haven't found resolution. The code is:      Scanner input = new Scanner(sourceFile);      PrintWriter output = new PrintWriter(targetFile);      while (input.hasNext())