[bug] "failed to bind columns" in cr4e

(sorry, i don't know where to report this kind of bug/problem)
i am using cr4e 2.0.2. i added a table into the report. i always got "failed to bind columns" error yesterday when i tried to browsing the data in the generated report (report is generated by java code, datasource is xml).
with the same piece of code, i can successfully generate the report, browse the data with another different structure.
i ran the same piece of code this morning (computer is restarted), the error "failed to bind columns" is gone!
but:
- the table is empty when i tried to browse the data by table;
- the data is there when i tried to browse the data by column;
- the data is there when i dragged the column into the report and preview it.
what will cause this kind of weird problem? the data structure? or special character? or the cr4e is not stable? or a bug of cr4e?
thanks,

I have a report that contains multiple regular subreports including two cross-tab subreports that get data from SQL Server stored procedures. It runs perfectly in a PowerBuilder app using RDC. I am trying to migrate it to Java using JRC (CR for Eclipse 2.0). When I run this report using JRC (CR for Eclipse 2.0), it fails with the following errors. If I delete the two cross-tab subreports, the report runs fine. Can someone decifer the error message and tell me what should be done to make the report run?
Thank you.
com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Failed to bind columns.---- Error code:-2147467259 Error code name:failed
     at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.if(SourceFile:237)
     at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(SourceFile:147)
     at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(SourceFile:128)
     at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(SourceFile:111)
     at com.crystaldecisions.reports.sdk.PrintOutputController.export(SourceFile:54)
     at com.wellsfargo.cts.reportWriter.impl.ReportWriterJRC.generateReport(ReportWriterJRC.java:147)
     at com.wellsfargo.cts.reportWriter.RemitRptWriter.createReport(RemitRptWriter.java:255)
     at com.wellsfargo.cts.reportWriter.RemitRptWriter.main(RemitRptWriter.java:135)
     at com.wellsfargo.cts.test.MainDriverClassTest.testRunReport(MainDriverClassTest.java:17)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:585)
     at junit.framework.TestCase.runTest(TestCase.java:164)
     at junit.framework.TestCase.runBare(TestCase.java:130)
     at junit.framework.TestResult$1.protect(TestResult.java:106)
     at junit.framework.TestResult.runProtected(TestResult.java:124)
     at junit.framework.TestResult.run(TestResult.java:109)
     at junit.framework.TestCase.run(TestCase.java:120)
     at junit.framework.TestSuite.runTest(TestSuite.java:230)
     at junit.framework.TestSuite.run(TestSuite.java:225)
     at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130)
     at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
     at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460)
     at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673)
     at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386)
     at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)
Caused by: com.crystaldecisions.reports.queryengine.RowsetException: Failed to bind columns.
     at com.crystaldecisions.reports.queryengine.Rowset.z9(SourceFile:1049)
     at com.crystaldecisions.reports.queryengine.Rowset.Aa(SourceFile:988)
     at com.crystaldecisions.reports.queryengine.Rowset.z3(SourceFile:967)
     at com.crystaldecisions.reports.queryengine.Rowset.bL(SourceFile:533)
     at com.crystaldecisions.reports.queryengine.Rowset.zM(SourceFile:245)
     at com.crystaldecisions.reports.queryengine.RowsetBase.zA(SourceFile:156)
     at com.crystaldecisions.reports.queryengine.QueryInfo.vE(SourceFile:261)
     at com.crystaldecisions.reports.datafoundation.DFQuery.for(SourceFile:601)
     at com.crystaldecisions.reports.datalayer.a.do(SourceFile:1621)
     at com.crystaldecisions.reports.datalayer.a.a(SourceFile:1404)
     at com.crystaldecisions.reports.dataengine.m.b(SourceFile:334)
     at com.crystaldecisions.reports.dataengine.j.b(SourceFile:515)
     at com.crystaldecisions.reports.dataengine.m.o(SourceFile:408)
     at com.crystaldecisions.reports.dataengine.m.a(SourceFile:173)
     at com.crystaldecisions.reports.dataengine.ContextNode.a(SourceFile:114)
     at com.crystaldecisions.reports.dataengine.ContextNode.a(SourceFile:95)
     at com.crystaldecisions.reports.dataengine.j.case(SourceFile:1080)
     at com.crystaldecisions.reports.dataengine.h.<init>(SourceFile:108)
     at com.crystaldecisions.reports.dataengine.DataContext.a(SourceFile:254)
     at com.crystaldecisions.reports.dataengine.DataProcessor2.a(SourceFile:4660)
     at com.crystaldecisions.reports.dataengine.DataProcessor2.a(SourceFile:4574)
     at com.crystaldecisions.reports.dataengine.DataProcessor2.new(SourceFile:2652)
     at com.crystaldecisions.reports.dataengine.DataProcessor2.byte(SourceFile:2610)
     at com.crystaldecisions.reports.dataengine.DataProcessor2.try(SourceFile:2282)
     at com.crystaldecisions.reports.dataengine.DataProcessor2.int(SourceFile:2442)
     at com.crystaldecisions.reports.dataengine.DataProcessor2.I(SourceFile:1013)
     at com.crystaldecisions.reports.dataengine.DataProcessor2.if(SourceFile:4816)
     at com.crystaldecisions.reports.dataengine.DataProcessor2.a(SourceFile:2020)
     at com.crystaldecisions.reports.formatter.formatter.objectformatter.ObjectFormatter.a(SourceFile:309)
     at com.crystaldecisions.reports.formatter.formatter.objectformatter.ObjectFormatter.a(SourceFile:250)
     at com.crystaldecisions.reports.formatter.formatter.objectformatter.u.a(SourceFile:922)
     at com.crystaldecisions.reports.formatter.formatter.objectformatter.u.e(SourceFile:784)
     at com.crystaldecisions.reports.formatter.formatter.objectformatter.f.e(SourceFile:383)
     at com.crystaldecisions.reports.formatter.formatter.objectformatter.u.for(SourceFile:242)
     at com.crystaldecisions.reports.formatter.formatter.objectformatter.aa.a(SourceFile:64)
     at com.crystaldecisions.reports.formatter.formatter.objectformatter.ObjectFormatter.a(SourceFile:243)
     at com.crystaldecisions.reports.formatter.formatter.objectformatter.ObjectFormatter.a(SourceFile:210)
     at com.crystaldecisions.reports.formatter.formatter.objectformatter.v.a(SourceFile:185)
     at com.crystaldecisions.reports.formatter.formatter.objectformatter.v.a(SourceFile:230)
     at com.crystaldecisions.reports.formatter.formatter.objectformatter.ai.for(SourceFile:359)
     at com.crystaldecisions.reports.formatter.formatter.objectformatter.ai.for(SourceFile:133)
     at com.crystaldecisions.reports.formatter.formatter.objectformatter.ColumnFormatter.for(SourceFile:120)
     at com.crystaldecisions.reports.formatter.formatter.objectformatter.aa.a(SourceFile:64)
     at com.crystaldecisions.reports.formatter.formatter.objectformatter.ai.a(SourceFile:511)
     at com.crystaldecisions.reports.formatter.formatter.objectformatter.ai.a(SourceFile:452)
     at com.crystaldecisions.reports.formatter.formatter.objectformatter.ai.a(SourceFile:369)
     at com.crystaldecisions.reports.formatter.formatter.objectformatter.ah.a(SourceFile:72)
     at com.crystaldecisions.reports.formatter.formatter.objectformatter.ReportColumnFormatter.a(SourceFile:86)
     at com.crystaldecisions.reports.formatter.formatter.paginator.SinglePageFormatter.a(SourceFile:332)
     at com.crystaldecisions.reports.formatter.formatter.objectformatter.ai.for(SourceFile:359)
     at com.crystaldecisions.reports.formatter.formatter.objectformatter.ai.for(SourceFile:133)
     at com.crystaldecisions.reports.formatter.formatter.objectformatter.ColumnFormatter.for(SourceFile:120)
     at com.crystaldecisions.reports.formatter.formatter.paginator.SinglePageFormatter.for(SourceFile:177)
     at com.crystaldecisions.reports.formatter.formatter.objectformatter.aa.a(SourceFile:64)
     at com.crystaldecisions.reports.formatter.formatter.paginator.PageFormatter.do(SourceFile:727)
     at com.crystaldecisions.reports.formatter.formatter.paginator.PageFormatter.formatPage(SourceFile:226)
     at com.crystaldecisions.reports.formatter.export2.a.a(SourceFile:96)
     at com.crystaldecisions.reports.formatter.export2.a.a(SourceFile:247)
     at com.crystaldecisions.reports.formatter.export2.ExportSupervisorEx.if(SourceFile:642)
     at com.crystaldecisions.reports.formatter.export2.ExportSupervisorEx.a(SourceFile:586)
     at com.businessobjects.reports.sdk.requesthandler.ReportViewingRequestHandler.a(SourceFile:636)
     at com.businessobjects.reports.sdk.requesthandler.ReportViewingRequestHandler.int(SourceFile:672)
     at com.businessobjects.reports.sdk.JRCCommunicationAdapter.do(SourceFile:1940)
     at com.businessobjects.reports.sdk.JRCCommunicationAdapter.if(SourceFile:657)
     at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(SourceFile:163)
     at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.a(SourceFile:525)
     at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.call(SourceFile:523)
     at com.crystaldecisions.reports.common.ThreadGuard.syncExecute(SourceFile:102)
     at com.businessobjects.reports.sdk.JRCCommunicationAdapter.for(SourceFile:521)
     at com.businessobjects.reports.sdk.JRCCommunicationAdapter.int(SourceFile:420)
     at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(SourceFile:348)
     at com.businessobjects.sdk.erom.jrc.a.a(SourceFile:54)
     at com.businessobjects.sdk.erom.jrc.a.execute(SourceFile:67)
     at com.crystaldecisions.proxy.remoteagent.RemoteAgent$a.execute(SourceFile:716)
     at com.crystaldecisions.proxy.remoteagent.CommunicationChannel.a(SourceFile:125)
     at com.crystaldecisions.proxy.remoteagent.RemoteAgent.a(SourceFile:537)
     at com.crystaldecisions.sdk.occa.report.application.ds.a(SourceFile:186)
     at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(SourceFile:1558)
     at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(SourceFile:337)
     at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.if(SourceFile:223)
     ... 26 more
Edited by: Mallik Basoor on Oct 29, 2009 8:38 PM

Similar Messages

  • ReportSDKException: Failed to bind columns

    Hi
    I am getting the following exception when my SQL Function is returning more than 10 column fields. I am using the Crystal reports 2008 SP2. Java environment.
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Failed to bind columns.---- Error code:-2147467259 Error code name:failed com.crystaldecisions.sdk.occa.report.application.PrintOutputController.if(SourceFile:237) com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(SourceFile:147) com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(SourceFile:128) com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(SourceFile:111)
    Is any setting limiting the columns returning from cystal reports?
    Any help appreciated. Thank you

    ANY HELP

  • Unable to initialize the server: Server failed to bind to the requested por

    I am facing the error while starting the server. I see the following error.
    <Sep 26, 2007 11:49:54 PM EDT> <Emergency> <WebLogicServer> <BEA-000350> <Unable to create a server socket on Channel Default for: 162.86.20.87, port: 8101. java.net.BindException: Address already in use Perhaps the address 162.86.20.87 is incorrect or another process is using port 8101.>
    <Sep 26, 2007 11:49:54 PM EDT> <Emergency> <Security> <BEA-090085> <Server failed to bind to the configured port. The port may already be used by another process.>
    <Sep 26, 2007 11:49:54 PM EDT> <Emergency> <WebLogicServer> <BEA-000342> <Unable to initialize the server: Server failed to bind to the requested port. See preceeding log message for details.>
    The WebLogic Server did not start up properly.
    Exception raised: 'weblogic.server.ServerLifecycleException: Server failed to bind to the requested port. See preceeding log message for details.'
    Reason: Server failed to bind to the requested port. See preceeding log message for details.
    If the port is already in use how to find which server is running on that port, how to find the process and kill it. I am using weblogic 8.1 sp4 in Solaris 8.

    Bruce:
    It sounds like (as you already note) failed to shutdown WLS, that is why the
    .loc file was held and why the port is in use, WLS process was still
    running. To see why it failed to shut down, I would examine the
    weblogic.log, aslo the servers std out and err. Additionally taking a
    thread dump (if possible) on the "it wont shut down" wls java process should
    show (maybe unless the VM is hosed), where/what is hanging on/around. Do
    you happen to have native code running with wls, say a type 2 JDBC driver?
    Otherwise it sounds like a VM bug. But more data is needed to be sure.
    Cheers
    mbg
    "Bruce Bryan" <[email protected]> wrote in message
    news:3ef08499$[email protected]..
    I was shutting down the WLS server using the console shutdown and itfailed to shutdown completely. I then attempted to use the kill command on
    the process which usually works. This time I was unable to kill the process
    without using the kill -9 command. When I attempted to bring the server
    back up I got a failure to get a lock on the embedded ldap. I removed the
    .loc file and came further up but was unable to get further than the
    listener ports which were still locked to the old process. Do you know of
    anything I can do the get the WLS server back up without rebooting my
    Solaris server????
    netstat -an shows the port is in use but the only process that is alloweduse that port is WLS.

  • Bug report - OOB site column ArticleStartDate is crawled according to GMT0 not user/server timezone

    This issue can be reproduced easily on any SP2013 farm (on-premise) and I heard Sharepoint online do not have this problem.
    Issue: Site column "Article Date" with fieldname "ArticleStartDate" is crawled as GMT 0 regardless what timezone your web application, site setting, user setting and OS are set. Also when you submit a search you need to use GMT 0
    otherwise you will get wrong result. I believe it is bug because other datetime columns like "Modified" have handled timezone issue very well.
    To reproduce: On a SP2013 farm (on-premise), check your timezone settings (in my environment it is GMT+8). Then create a site collection and enable its Publishing Infrastructure feature. Then you will see some site columns are setup including "Article
    Date" (field name "ArticleStartDate"). Now create a custom content type and add some columns including "Article Date" to it. Create some sample items using the custom content type and remember fill in the value for "Article Date".
    By default it should allow you pick a "Date" only. After save the change you should see "Article Date" is saved like "2014-06-18 00:00:00" if check with powershell.
    After create some sample items start a full crawl. You will see find two crawled property "ows_q_DATE_ArticleStartDate" and "ows_ArticleStartDate" appear in Search Service Application -> Search Schema. There are some existing managed
    properties mapping to those crawled properties like "ArticleStartDateOWSDATE" (which is TEXT datatype).
    Here you can create some new managed property or use existing. Apply search using those properties to test. In my lab, I created "NewsArticleDate" as managed property and mapping to ows_ArticleStartDate. Then I create a blank
    page and add a "Search result" and "refinement panel" webpart and start some search. In the refinement panel added in the managed properties setup in previous steps. In the querystring I typed in something like /search.aspx?k=newsarticledate=YYYY/MM/dd
    It is what I see:
    1. As you can see in the refinement panel, because I am at GMT+8 and crawled index at GMT 0, the sample data "2014-06-18 00:00:00" will become "2014-06-17 16:00:00".
    2. Hence, in order to search out "2014-06-18 00:00:00"  item I have to input "2014-06-17" in search query! (in SP2013 the time part are ignored)
    3. By using the powershell provided by Ivan Josipovic (http://gallery.technet.microsoft.com/office/Get-Crawled-Property-names-9e8fc5e0), I can see the items
    ows_ArticleStartDate is "2014-06-18 00:00:00".
    I hope it is actually not a bug. Please let me know if my setting is wrong. Thank you!

    Hi Mark,
    According to your description, my understanding is that the Article Date column displayed with the value based on GMT0 in the Refinement web part.
    Microsoft SharePoint stores date and time values in Coordinated Universal Time (UTC, but also named GMT or Zulu) format, and almost all date and time values that are returned by members of the object model are in UTC format. So the value
    of the Article Date column stores the date and time in UTC format in the database, and the search indexes the UTC value of the Article Date column after crawling the database so that it displays the UTC value in Refinement web part.
    The list column values displayed in the lists that are obtained through the indexer for the SPListItem class are already formatted in the local time for the site so if you’re working on current context list item and fetch a datetime field
    like so SPContext.Current.ListItem["Your-DateTime-Field"] you’ll retrieve a DateTime object according the specified time zone in the regional settings.
    More references:
    http://francoisverbeeck.wordpress.com/2012/05/24/sharepoint-tip-of-the-day-be-careful-when-wor/
    Thanks,
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

  • Javax.naming.NameAlreadyBoundException: Failed to bind remote object

    I am getting an error while deploying wli-ejbs.ear file. This ear uses oracle thin drivers to connect to database. But while deploying i am receiving an error as below. Can anyone please help me to solve this problem?
    Deployer:149033]preparing application wli-ejbs on managed2_cvf01
    [Deployer:149033]preparing application wli-ejbs on managed1_cvf01
    [Deployer:149033]prepared application wli-ejbs on managed1_cvf01
    [Deployer:149033]prepared application wli-ejbs on managed2_cvf01
    [Deployer:149033]activating application wli-ejbs on managed1_cvf01
    [Deployer:149033]activating application wli-ejbs on managed2_cvf01
    [Deployer:149034]An exception occurred for task [Deployer:149026]Deploy application wli-ejbs on cvf01_cluster.: weblogic.management.DeploymentException:
    Exception:weblogic.management.ApplicationException: activate failed for calendar/oracle
    Module: calendar/oracle Error: Exception activating module: EJBModule(calendar/oracle,status=PREPARED)
    Unable to deploy EJB: RemoteCalendarBean from calendar/oracle:
    [EJB:011008]Unable to bind EJB Home Interface to the JNDI name: RemoteCalendarBean.
    javax.naming.NameAlreadyBoundException: Failed to bind remote object (ClusterableRemoteRef(704752282736664516S:172.24.206.163:[7003,7003,7004,7004,7003,7004,-1,0,0]:172.24.206.163:7003,172.24.206.163:7003:cvf01:managed1_cvf01 null)/948 [com.bea.wli.calendar.api.BusinessCalendarHome+javax.ejb.EJBHome+weblogic.ejb20.interfaces.RemoteHome]) to replica aware stub at RemoteCalendarBean(ClusterableRemoteRef(704752282736664516S:172.24.206.163:[7003,7003,7004,7004,7003,7004,-1,0,0]:172.24.206.163:7003,172.24.206.163:7003:cvf01:managed1_cvf01 [704752282736664516S:172.24.206.163:[7003,7003,7004,7004,7003,7004,-1,0,0]:172.24.206.163:7003,172.24.206.163:7003:cvf01:managed1_cvf01/944, -8505871579836432025S:172.24.206.163:[7005,7005,7006,7006,7005,7006,-1,0,0]:172.24.206.163:7003,172.24.206.163:7003:cvf01:managed2_cvf01/1008])/944 [com.bea.wli.calendar.api.BusinessCalendarHome+javax.ejb.EJBHome+weblogic.ejb20.interfaces.RemoteHome]); remaining name ''
    at weblogic.rmi.cluster.ClusterableRemoteObject.onBind(ClusterableRemoteObject.java:177)
    at weblogic.jndi.internal.BasicNamingNode.bindHere(BasicNamingNode.java:347)
    at weblogic.jndi.internal.ServerNamingNode.bindHere(ServerNamingNode.java:124)
    at weblogic.jndi.internal.BasicNamingNode.bind(BasicNamingNode.java:291)
    at weblogic.jndi.internal.WLEventContextImpl.bind(WLEventContextImpl.java:279)
    at weblogic.jndi.internal.WLContextImpl.bind(WLContextImpl.java:386)
    at weblogic.ejb20.deployer.ClientDrivenBeanInfoImpl.activate(ClientDrivenBeanInfoImpl.java:1141)
    at weblogic.ejb20.deployer.EJBDeployer.activate(EJBDeployer.java:1385)
    at weblogic.ejb20.deployer.EJBModule.activate(EJBModule.java:631)
    at weblogic.j2ee.J2EEApplicationContainer.activateModule(J2EEApplicationContainer.java:3315)
    at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2194)
    at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2167)
    at weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.activateContainer(SlaveDeployer.java:2503)
    at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.doCommit(SlaveDeployer.java:2421)
    at weblogic.management.deploy.slave.SlaveDeployer$Task.commit(SlaveDeployer.java:2138)
    at weblogic.management.deploy.slave.SlaveDeployer.commitUpdate(SlaveDeployer.java:676)
    at weblogic.drs.internal.SlaveCallbackHandler$2.execute(SlaveCallbackHandler.java:35)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)

    run the sync.bat file as mentioned in the instructions...
    or through EBCC(select sampleportal-project dir, app name "sampleportal")...
    good luck
    Vijay
    "ellen" <[email protected]> wrote:
    >
    I installed sampleportal and did all the changes according to the documents,
    when
    the server started, there is this error:
    Unable to deploy EJB: CatalogWebService from catalogwe.jar:
    Unable to bind EJB Home Interface to the JNDI name: sampleportal.BEA_commerce.CatalogWebService.
    The error was: javax.naming.nameAlreadyBoundException: Failed to bind remote
    object...to
    replica aware stub at CatalogWebService; remaining name'sampleportal.BEA_commerce'
    After the server started with the above error, I tried to run the app, here
    is what
    occured:
    PortalPersistenceManager: portal'sampleportal/sampleportal' not found.
    Has anybody seen this before?
    Ellen

  • Fail to bind Java Short/Byte type in  Oracle Driver in WLS6.1

    Hi,
    In Oracle, the field is defined as Number(5), but we failed to bind
    the Java Short/Byte object to the PreparedStatement in WLS.
    WLS 6.1 with SP2.
    Any hint here? Or other people can succeed with Oracle's own driver.
    I have noticed a post about WLS's Oracle Driver support will be ceded
    in the future. Can we still get support on the Oracle Driver from WLS?
    Thanks,
    Sheng Song

    We get this exception thrown from WLS:
    java.sql.SQLException: Cannot bind object type: java.lang.Short
         at weblogic.jdbc.oci.Statement.setObject(Statement.java:1412)
         at weblogic.jdbc.jts.Statement.setObject(Statement.java:952)
         at
    weblogic.jdbc.rmi.internal.PreparedStatementImpl.setObject(PreparedStatementImpl.java:304)
         at
    weblogic.jdbc.rmi.SerialPreparedStatement.setObject(SerialPreparedStatement.java:386)
    The method is like
         pStmt.setObject(1, new Short(2));
    Seems like the driver failed to bind Short type correctly to Number
    type.
    Thanks
    Sheng Song
    On Thu, 24 Jan 2002 21:11:47 -0800, "Slava Imeshev"
    <[email protected]> wrote:
    Hi Simon,
    Could you show us your code?
    Do you get any exceptions?
    Regards,
    Slava Imeshev
    "Simon Song" <[email protected]> wrote in message
    news:[email protected]..
    Hi,
    In Oracle, the field is defined as Number(5), but we failed to bind
    the Java Short/Byte object to the PreparedStatement in WLS.
    WLS 6.1 with SP2.
    Any hint here? Or other people can succeed with Oracle's own driver.
    I have noticed a post about WLS's Oracle Driver support will be ceded
    in the future. Can we still get support on the Oracle Driver from WLS?
    Thanks,
    Sheng Song

  • OSD Failed to bind - Can't find failure in logs

    I have one model computer that is failing to bind, it pxe's, loads image & app, just not bind.  When i look at the BDD.log log I seem to have a 5 minute gap where nothing gets logged between the 'ztisetbackground' step and the 'ZTIGather' step.
    see below; 
    BDD.log <snip>
    The task sequencer log is located at X:\WINDOWS\TEMP\SMSTSLog\SMSTS.LOG.  For task sequence failures, please consult this log.
    ztisetbackground 3/23/2015 12:15:25 PM
    0 (0x0000)
    ztisetbackground processing completed successfully.
    ztisetbackground 3/23/2015 12:15:25 PM
    0 (0x0000)
    Microsoft Deployment Toolkit version: 6.2.5019.0
    ZTIGather 3/23/2015 12:20:55 PM
    0 (0x0000)
    The task sequencer log is located at X:\WINDOWS\TEMP\SMSTSLog\SMSTS.LOG.  For task sequence failures, please consult this log.
    ZTIGather 3/23/2015 12:20:55 PM
    0 (0x0000)
    ------------------------- Object Initialization -------------------------
    ZTIGather 3/23/2015 12:20:55 PM
    0 (0x0000)
    The smsts.log & smsts timestamped.log does not seem to contain all the log information which is weird, it only contains about 3 minutes of timestamped logs.....
    SMSTS.LOG
    Downloaded file from http://SCCM.domain:80/SMS_DP_SMSPKG$/CSF004A0/sccm?/Tools/x86/xprslib.dll to C:\_SMSTaskSequence\Packages\CSF004A0\Tools/x86/xprslib.dll
    InstallSoftware
    3/23/2015 12:55:29 PM 3212 (0x0C8C)
    VerifyContentHash: Hash algorithm is 32780 InstallSoftware
    3/23/2015 12:55:29 PM 3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\$oem$ is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:29 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\_additional scripts added (scripts folder) is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:29 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\scripts is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:29 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\servicing is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:29 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:29 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\scripts\backup is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:29 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\servicing\x64 is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:30 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\servicing\x86 is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:30 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\servicing\x64\de-de is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:30 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\servicing\x64\en-us is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:30 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\servicing\x64\es-es is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:30 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\servicing\x64\fr-fr is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:30 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\servicing\x64\it-it is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:30 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\servicing\x64\ja-jp is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:30 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\servicing\x64\ko-kr is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:30 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\servicing\x64\pt-br is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:30 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\servicing\x64\ru-ru is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:30 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\servicing\x64\zh-cn is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:30 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\servicing\x64\zh-tw is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:30 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\servicing\x86\de-de is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:31 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\servicing\x86\en-us is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:31 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\servicing\x86\es-es is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:31 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\servicing\x86\fr-fr is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:31 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\servicing\x86\it-it is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:31 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\servicing\x86\ja-jp is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:31 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\servicing\x86\ko-kr is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:31 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\servicing\x86\pt-br is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:31 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\servicing\x86\ru-ru is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:31 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\servicing\x86\zh-cn is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:31 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\servicing\x86\zh-tw is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:31 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\modules is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:31 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\osdresults is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:31 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64 is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:31 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x86 is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:31 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\modules\microsoft.bdd.tasksequencemodule is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:31 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\modules\ztiutility is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:31 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\osdresults\images is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:31 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\00000409 is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:32 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\en-us is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:32 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\images is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:32 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\preflight is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:32 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt4 is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:32 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt5 is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:32 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt4\dlmanifests is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:33 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt4\replacementmanifests is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:33 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt4\dlmanifests\bitsextensions-server is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:33 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt4\dlmanifests\microsoft-activedirectory-webservices-dl is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:33 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt4\dlmanifests\microsoft-windows-bluetooth-config is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:33 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt4\dlmanifests\microsoft-windows-com-complus-setup-dl is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:33 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt4\dlmanifests\microsoft-windows-dhcpservermigplugin-dl is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:33 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt4\dlmanifests\microsoft-windows-ie-clientnetworkprotocolimplementation is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:33 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt4\dlmanifests\microsoft-windows-international-core-dl is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:33 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt4\dlmanifests\microsoft-windows-internet-naming-service-runtime is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:33 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt4\dlmanifests\microsoft-windows-msmq-messagingcoreservice is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:33 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt4\dlmanifests\microsoft-windows-ndis is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:33 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt4\dlmanifests\microsoft-windows-performancecounterinfrastructure-dl is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:33 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt4\dlmanifests\microsoft-windows-rasconnectionmanager is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:33 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt4\dlmanifests\microsoft-windows-shmig-dl is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:33 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt4\dlmanifests\microsoft-windows-storagemigration is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:33 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt4\dlmanifests\microsoft-windows-tapisetup is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:34 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt4\dlmanifests\microsoft-windows-terminalservices-licenseserver is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:34 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt4\dlmanifests\microsoft-windows-textservicesframework-migration-dl is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:34 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt4\dlmanifests\microsoft-windows-unimodem-config is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:34 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt4\dlmanifests\microsoft-windows-wmi-core is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:34 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt4\replacementmanifests\microsoft-activedirectory-webservices is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:34 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt4\replacementmanifests\microsoft-international-core is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:34 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt4\replacementmanifests\microsoft-windows-bth-user is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:34 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt4\replacementmanifests\microsoft-windows-gameuxmig is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:34 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt4\replacementmanifests\microsoft-windows-ndis is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:34 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt4\replacementmanifests\microsoft-windows-offlinefiles-core is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:34 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt4\replacementmanifests\microsoft-windows-power-policy is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:34 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt4\replacementmanifests\microsoft-windows-shmig is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:34 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt4\replacementmanifests\microsoft-windows-terminalservices-appserver-licensing is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:34 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt4\replacementmanifests\microsoft-windows-terminalservices-licenseserver is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:34 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt4\replacementmanifests\usb is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:34 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt4\replacementmanifests\windowssearchengine is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:34 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt5\dlmanifests is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:35 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt5\dlmanifests7 is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:35 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt5\replacementmanifests is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:35 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt5\replacementmanifests7 is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:35 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt5\dlmanifests\microsoft-windows-com-complus-setup-dl is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:35 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt5\dlmanifests\microsoft-windows-international-core-dl is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:35 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt5\dlmanifests\microsoft-windows-shmig-dl is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:35 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt5\dlmanifests\microsoft-windows-tapisetup is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:35 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt5\dlmanifests\microsoft-windows-textservicesframework-migration-dl is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:35 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt5\dlmanifests7\microsoft-windows-com-complus-setup-dl is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:35 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt5\dlmanifests7\microsoft-windows-international-core-dl is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:35 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt5\dlmanifests7\microsoft-windows-rasconnectionmanager is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:35 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt5\dlmanifests7\microsoft-windows-shmig-dl is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:35 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt5\dlmanifests7\microsoft-windows-tapisetup is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:35 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt5\dlmanifests7\microsoft-windows-textservicesframework-migration-dl is a directory. Setting directory security
    InstallSoftware 3/23/2015 12:55:35 PM
    3212 (0x0C8C)
    c:\_smstasksequence\packages\csf004a0\tools\x64\usmt5\replacem
    SMSTS-20150323-125354.log
    Downloaded file from http://sccm.domain:80/SMS_DP_SMSPKG$/CSF004A0/sccm?/Servicing/x86/logprovider.dll to C:\_SMSTaskSequence\Packages\CSF004A0\Servicing/x86/logprovider.dll
    InstallSoftware
    3/23/2015 12:53:54 PM 3212 (0x0C8C)
    Downloading file /SMS_DP_SMSPKG$/CSF004A0/sccm?/Servicing/x86/Microsoft.Dism.Powershell.dll range 0-83455
    InstallSoftware 3/23/2015 12:53:54 PM
    3212 (0x0C8C)
    Downloaded file from http://sccm.domain:80/SMS_DP_SMSPKG$/CSF004A0/sccm?/Servicing/x86/Microsoft.Dism.Powershell.dll to C:\_SMSTaskSequence\Packages\CSF004A0\Servicing/x86/Microsoft.Dism.Powershell.dll
    InstallSoftware
    3/23/2015 12:53:54 PM 3212 (0x0C8C)
    Downloading file /SMS_DP_SMSPKG$/CSF004A0/sccm?/Servicing/x86/Msdelta.dll range 0-311183
    InstallSoftware 3/23/2015 12:53:54 PM
    3212 (0x0C8C)
    Downloaded file from http://sccm.domain:80/SMS_DP_SMSPKG$/CSF004A0/sccm?/Servicing/x86/Msdelta.dll to C:\_SMSTaskSequence\Packages\CSF004A0\Servicing/x86/Msdelta.dll
    InstallSoftware
    3/23/2015 12:53:54 PM 3212 (0x0C8C)
    Downloading file /SMS_DP_SMSPKG$/CSF004A0/sccm?/Servicing/x86/Mspatcha.dll range 0-41359
    InstallSoftware 3/23/2015 12:53:54 PM
    3212 (0x0C8C)
    Downloaded file from http://sccm.domain:80/SMS_DP_SMSPKG$/CSF004A0/sccm?/Servicing/x86/Mspatcha.dll to C:\_SMSTaskSequence\Packages\CSF004A0\Servicing/x86/Mspatcha.dll
    InstallSoftware
    3/23/2015 12:53:54 PM 3212 (0x0C8C)
    Downloading file /SMS_DP_SMSPKG$/CSF004A0/sccm?/Servicing/x86/pkgmgr.exe range 0-195583
    InstallSoftware 3/23/2015 12:53:54 PM
    3212 (0x0C8C)
    Downloaded file from http://sccm.domain:80/SMS_DP_SMSPKG$/CSF004A0/sccm?/Servicing/x86/pkgmgr.exe to C:\_SMSTaskSequence\Packages\CSF004A0\Servicing/x86/pkgmgr.exe
    InstallSoftware
    3/23/2015 12:53:54 PM 3212 (0x0C8C)
    Downloading file /SMS_DP_SMSPKG$/CSF004A0/sccm?/Servicing/x86/pt-br/compatprovider.dll.mui range 0-12799
    InstallSoftware 3/23/2015 12:53:54 PM
    3212 (0x0C8C)
    Downloaded file from http://sccm.domain:80/SMS_DP_SMSPKG$/CSF004A0/sccm?/Servicing/x86/pt-br/compatprovider.dll.mui to C:\_SMSTaskSequence\Packages\CSF004A0\Servicing/x86/pt-br/compatprovider.dll.mui
    InstallSoftware
    3/23/2015 12:53:54 PM 3212 (0x0C8C)
    Downloading file /SMS_DP_SMSPKG$/CSF004A0/sccm?/Servicing/x86/pt-br/dism.exe.mui range 0-29695
    InstallSoftware 3/23/2015 12:53:54 PM
    3212 (0x0C8C)
    Downloaded file from http://sccm.domain:80/SMS_DP_SMSPKG$/CSF004A0/sccm?/Servicing/x86/pt-br/dism.exe.mui to C:\_SMSTaskSequence\Packages\CSF004A0\Servicing/x86/pt-br/dism.exe.mui
    InstallSoftware
    3/23/2015 12:53:54 PM 3212 (0x0C8C)
    Downloading file /SMS_DP_SMSPKG$/CSF004A0/sccm?/Servicing/x86/pt-br/dismapi.dll.mui range 0-4095
    InstallSoftware 3/23/2015 12:53:54 PM
    3212 (0x0C8C)
    Downloaded file from http://sccm.domain:80/SMS_DP_SMSPKG$/CSF004A0/sccm?/Servicing/x86/pt-br/dismapi.dll.mui to C:\_SMSTaskSequence\Packages\CSF004A0\Servicing/x86/pt-br/dismapi.dll.mui
    InstallSoftware
    3/23/2015 12:53:54 PM 3212 (0x0C8C)
    Downloading file /SMS_DP_SMSPKG$/CSF004A0/sccm?/Servicing/x86/pt-br/dismcore.dll.mui range 0-6143
    InstallSoftware 3/23/2015 12:53:54 PM
    3212 (0x0C8C)
    Downloaded file from http://sccm.domain:80/SMS_DP_SMSPKG$/CSF004A0/sccm?/Servicing/x86/pt-br/dismcore.dll.mui to C:\_SMSTaskSequence\Packages\CSF004A0\Servicing/x86/pt-br/dismcore.dll.mui
    InstallSoftware
    3/23/2015 12:53:54 PM 3212 (0x0C8C)
    Downloading file /SMS_DP_SMSPKG$/CSF004A0/sccm?/Servicing/x86/pt-br/dismprov.dll.mui range 0-2047
    InstallSoftware 3/23/2015 12:53:54 PM
    3212 (0x0C8C)
    Downloaded file from http://sccm.domain:80/SMS_DP_SMSPKG$/CSF004A0/sccm?/Servicing/x86/pt-br/dismprov.dll.mui to C:\_SMSTaskSequence\Packages\CSF004A0\Servicing/x86/pt-br/dismprov.dll.mui
    InstallSoftware
    3/23/2015 12:53:54 PM 3212 (0x0C8C)
    Downloading file /SMS_DP_SMSPKG$/CSF004A0/sccm?/Servicing/x86/pt-br/folderprovider.dll.mui range 0-2047
    InstallSoftware 3/23/2015 12:53:54 PM
    3212 (0x0C8C)
    Downloaded file from http://sccm.domain:80/SMS_DP_SMSPKG$/CSF004A0/sccm?/Servicing/x86/pt-br/folderprovider.dll.mui to C:\_SMSTaskSequence\Packages\CSF004A0\Servicing/x86/pt-br/folderprovider.dll.mui
    InstallSoftware
    3/23/2015 12:53:54 PM 3212 (0x0C8C)
    Downloading file /SMS_DP_SMSPKG$/CSF004A0/sccm?/Servicing/x86/pt-br/imagingprovider.dll.mui range 0-13823
    InstallSoftware 3/23/2015 12:53:54 PM
    3212 (0x0C8C)
    Downloaded file from http://sccm.domain:80/SMS_DP_SMSPKG$/CSF004A0/sccm?/Servicing/x86/pt-br/imagingprovider.dll.mui to C:\_SMSTaskSequence\Packages\CSF004A0\Servicing/x86/pt-br/imagingprovider.dll.mui
    InstallSoftware
    3/23/2015 12:53:54 PM 3212 (0x0C8C)
    Downloading file /SMS_DP_SMSPKG$/CSF004A0/sccm?/Servicing/x86/pt-br/logprovider.dll.mui range 0-5631
    InstallSoftware 3/23/2015 12:53:55 PM
    3212 (0x0C8C)
    Downloaded file from http://sccm.domain:80/SMS_DP_SMSPKG$/CSF004A0/sccm?/Servicing/x86/pt-br/logprovider.dll.mui to C:\_SMSTaskSequence\Packages\CSF004A0\Servicing/x86/pt-br/logprovider.dll.mui
    InstallSoftware
    3/23/2015 12:53:55 PM 3212 (0x0C8C)
    Downloading file /SMS_DP_SMSPKG$/CSF004A0/sccm?/Servicing/x86/pt-br/VHDProvider.dll.mui range 0-7167
    InstallSoftware 3/23/2015 12:53:55 PM
    3212 (0x0C8C)
    Downloaded file from http://sccm.domain:80/SMS_DP_SMSPKG$/CSF004A0/sccm?/Servicing/x86/pt-br/VHDProvider.dll.mui to C:\_SMSTaskSequence\Packages\CSF004A0\Servicing/x86/pt-br/VHDProvider.dll.mui
    InstallSoftware
    3/23/2015 12:53:55 PM 3212 (0x0C8C)
    Downloading file /SMS_DP_SMSPKG$/CSF004A0/sccm?/Servicing/x86/pt-br/wimgapi.dll.mui range 0-15359
    InstallSoftware 3/23/2015 12:53:55 PM
    3212 (0x0C8C)
    Downloaded file from http://sccm.domain:80/SMS_DP_SMSPKG$/CSF004A0/sccm?/Servicing/x86/pt-br/wimgapi.dll.mui to C:\_SMSTaskSequence\Packages\CSF004A0\Servicing/x86/pt-br/wimgapi.dll.mui
    InstallSoftware
    3/23/2015 12:53:55 PM 3212 (0x0C8C)
    Downloading file /SMS_DP_SMSPKG$/CSF004A0/sccm?/Servicing/x86/pt-br/wimprovider.dll.mui range 0-24575
    InstallSoftware 3/23/2015 12:53:55 PM
    3212 (0x0C8C)
    Downloaded file from http://sccm.domain:80/SMS_DP_SMSPKG$/CSF004A0/sccm?/Servicing/x86/pt-br/wimprovider.dll.mui to C:\_SMSTaskSequence\Packages\CSF004A0\Servicing/x86/pt-br/wimprovider.dll.mui
    InstallSoftware
    3/23/2015 12:53:55 PM 3212 (0x0C8C)
    Downloading file /SMS_DP_SMSPKG$/CSF004A0/sccm?/Servicing/x86/ru-ru/compatprovider.dll.mui range 0-12287
    InstallSoftware 3/23/2015 12:53:55 PM
    3212 (0x0C8C)
    Downloaded file from http://sccm.domain:80/SMS_DP_SMSPKG$/CSF004A0/sccm?/Servicing/x86/ru-ru/compatprovider.dll.mui to C:\_SMSTaskSequence\Packages\CSF004A0\Servicing/x86/ru-ru/compatprovider.dll.mui
    InstallSoftware
    3/23/2015 12:53:55 PM 3212 (0x0C8C)
    Downloading file /SMS_DP_SMSPKG$/CSF004A0/sccm?/Servicing/x86/ru-ru/dism.exe.mui range 0-30719
    InstallSoftware 3/23/2015 12:53:55 PM
    3212 (0x0C8C)
    Downloaded file from http://sccm.domain:80/SMS_DP_SMSPKG$/CSF004A0/sccm?/Servicing/x86/ru-ru/dism.exe.mui to C:\_SMSTaskSequence\Packages\CSF004A0\Servicing/x86/ru-ru/dism.exe.mui
    InstallSoftware
    3/23/2015 12:53:55 PM 3212 (0x0C8C)
    Downloading file /SMS_DP_SMSPKG$/CSF004A0/sccm?/Servicing/x86/ru-ru/dismapi.dll.mui range 0-4095
    InstallSoftware 3/23/2015 12:53:55 PM
    3212 (0x0C8C)
    Downloaded file from http://sccm.domain:80/SMS_DP_SMSPKG$/CSF004A0/sccm?/Servicing/x86/ru-ru/dismapi.dll.mui to C:\_SMSTaskSequence\Packages\CSF004A0\Servicing/x86/ru-ru/dismapi.dll.mui
    InstallSoftware
    3/23/2015 12:53:55 PM 3212 (0x0C8C)
    Any Thoughts?  All other OSD, same TS, bind properly just not this one.  I have ensured the latest drivers are avaliable for this model PC.....

    Have you looked at the netsetup.log in
    C:\Windows\debug? Also, take a look at setupact.log and setuperr.log in C:\Winodws\Panther (see
    https://support.microsoft.com/en-us/kb/927521)
    Make sure the account specified for joining the domain has the proper permissions also.
    Jeff

  • ApacheJServ/1.1: Failed to bind to port(s)

    Hi,
    I'm running Oracle-HTTP-Server/1.3.28 on Red Hat Linux and JDK 1.4.2
    For many months, everything was running fine.
    Now I get the following error message (many times) in file "jserv.log":
    [Note: reformatted for easier reading.]
    [02/08/2007 18:23:32] ApacheJServ/1.1:
    Failed to bind to port(s) specified in jserv.properties.
    Please check jserv.properties and jserv.conf file, and make sure number of JServ
    process specified in jserv.conf is less than number of ports specified
    in jserv.properties and the ports are not used by other processes.I'm hoping someone will be able to help me resolve this problem.
    =========================================================
    August 3, 2007 - More information:
    JServ is configured to listen to port 8007 only.
    When iAS is started up, the first time a servlet request is sent, the process becomes defunct and is unable to release the 8007 port.
    All subsequent attempts to access that port fail, as the port is still bound to a defunct process.
    If you kill the defunct process, the port is then in a CLOSE state, as seen by using "netstat".
    Thanks,
    Avi.
    Message was edited by:
    Avi Abrami

    Hi,
    Turned out to be a file permissions problem.
    The owner of another process -- not Oracle HTTP Server -- was trying to write log messages to a file it didn't have permission to write to.
    Once the owner was granted write permission to the log file, the problem disappeared.
    Thanks for all the help ;-)
    Good Luck,
    Avi.

  • MultiServer peoplesoft PIA Domain doesnt start; failed to bind, port in use

    Multi Server PIA Domain does not start (failed to bind, port in use)
    Default (Peoplesoft) PIA multi server domain installation;
    After the setup we cannot start PIA and both PIA/ PIA2 cluster. One of them fails with error message about port conflict, port already in use.
    I 've been installing this kind of PIA's many times before. But this is the first install with Peopletools 8.49.19 and BEA Weblogic 9.2 mp3, P4.
    To bypass the problem we have NOT started the PIA1, PIA2 "servers" But that is a unwanted situation. Reinstalling and reconfiguring did not help.
    The odd thing is that on all previous installed PIA’s for different tools versions and peoplesoft applications we run here (on different servers) we do not run into the same errors. I am quite sure that on those servers where it works fine we only use port 443 for both PIA, PIA1 and PIA2.
    Since it’s not the port, I expect it the listen address to be the cause. I played around with IP address, fqdn, ip 127.0.0.1 (for PIA2 only) but nothing seems to work as the previous installations.
    web PIA multi server domain
    I start in sequence:
    startWebLogicAdmin.cmd
    startManagedWebLogic.cmd PIA
    startManagedWebLogic.cmd PIA1 and
    startManagedWebLogic.cmd PIA2
    the admin is running and the console can be reached.
    the PIA just starts fine (running) zie log below (PIA_log)
    when staring PIA1 it shuts down hust before comming up.
    <26-jun-2009 21:38:58 uur CEST> <Error> <Server> <BEA-002606> <Unable to create a server socket for listening on channel "DefaultSecure". The address 10.1.70.76 might be incorrect or another process is using port 443: java.net.BindException: Address already in use: JVM_Bind.>
    <26-jun-2009 21:38:58 uur CEST> <Error> <Server> <BEA-002606> <Unable to create a server socket for listening on channel "Default". The address 10.1.70.76 might be incorrect or another process is using port 80: java.net.BindException: Address already in use: JVM_Bind.>
    <26-jun-2009 21:38:58 uur CEST> <Emergency> <Security> <BEA-090087> <Server failed to bind to the configured Admin port. The port may already be used by another process.>
    <26-jun-2009 21:38:58 uur CEST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason: Server failed to bind to any usable port. See preceeding log message for details.>
    <26-jun-2009 21:38:58 uur CEST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <26-jun-2009 21:38:58 uur CEST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <26-jun-2009 21:38:58 uur CEST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>

    Hi there. We solved the issue by adding a second IP address to the same NIC and filled in all listen addresses accordingly in the BEA admin console. This did not answer the initial behavior but is a BEA advised solution in a multi server configuration. I am still very much interested in the cause of the behavior change between 8.1 and 9.2 since adding a second IP address is a more costly solution which was NOT necessary in weblogic8.1
    Detlev

  • Active Directory Discovery fails to bind to OU

    I am continuously receiving the following error:
    Active Directory System Discovery Agent failed to bind to container
    LDAP://OU=DOMAIN CONTROLLERS,DC=MYDOMAIN,DC=COM. Error: The specified directory service attribute or value does not exist.
    Not sure what to check at this point.  I have checked permissions on the OU, Server has read permissions. Here is screenshot of properties:

    Have you tried discovery of the entire forest, not just a single OU? If that works then it has to be permissions to that OU. If it fails, then it would be no permissions to the forest.
    I'd also consider using a user account (just as a test). Personally I've always used the site server computer account, but you could also try a user account for this to ensure that it's not something else.
    Wally Mead

  • Proxyagent using proxy tls:simple fails to bind to DS 6.3

    If I configure the profile to use proxy simple, it works fine everything works including authentication (/etc/pam.conf and the server are using pam_ldap:tls:simple). If I try proxy tls:simple, it fails to bind to the server. Both the server and client are Solaris 10. I generated and deployed the certificates on both sides. I searched Sunsolve and the forums. Is proxy tls:simple an unworkable combination? Proxy anonymous does not seem to work either.
    Any ideas?

    This is for my internal lab network. You will have to use ldapadd to add it to the DS configuration:
    ldapclient genprofile -a profileName=tls-profile -a defaultSearchBase=dc=gallifrey,dc=net -a credentialLevel=proxy \
    -a authenticationmethod=tls:simple -a serviceAuthenticationMethod=pam_ldap:tls:simple \
    -a serviceAuthenticationMethod=passwd-cmd:tls:simple -a defaultSearchScope=one \
    -a followReferrals=FALSE -a defaultServerlist=192.168.1.6 > tls-profile.ldif
    bash-3.00# cat tls-profile.ldif
    dn: cn=tls-profile,ou=profile,dc=gallifrey,dc=net
    ObjectClass: top
    ObjectClass: DUAConfigProfile
    defaultServerList: 192.168.1.6
    defaultSearchBase: dc=gallifrey,dc=net
    authenticationMethod: tls:simple
    followReferrals: FALSE
    defaultSearchScope: one
    cn: tls-profile
    credentialLevel: proxy
    serviceAuthenticationMethod: pam_ldap:tls:simple
    serviceAuthenticationMethod: passwd-cmd:tls:simple

  • Apex 3.0 bug? - report add column

    Hi
    I do not know about I have to post this on the "Comment apex 3.0 page" or here.... May be I have found a bug... please look at this
    When I create a Report with the Wizard, and add som column of at table to the report. Afterwards I add some more columns from the same table (on the report -> Query Definition -> "Add/remove columns".
    When I try to run the page I got the error:
    failed to parse SQL query:
    ORA-00918: column ambiguously defined
    I see in the qurey, there is add one more from statment, but it is the same as the first statment.....? I know it is the same table I add a column from but... or is it just me...
    "DEMO_CUSTOMERS"."CUSTOMER_ID" "CUSTOMER_ID",
    "DEMO_CUSTOMERS"."CUST_STREET_ADDRESS1" "CUST_STREET_ADDRESS1",
    "DEMO_CUSTOMERS"."CUST_STREET_ADDRESS2" "CUST_STREET_ADDRESS2",
    "DEMO_CUSTOMERS"."CUST_CITY" "CUST_CITY",
    "DEMO_CUSTOMERS"."CUST_STATE" "CUST_STATE",
    "DEMO_CUSTOMERS"."CUST_POSTAL_CODE" "CUST_POSTAL_CODE",
    "DEMO_CUSTOMERS"."PHONE_NUMBER1" "PHONE_NUMBER1",
    "DEMO_CUSTOMERS"."PHONE_NUMBER2" "PHONE_NUMBER2",
    "DEMO_CUSTOMERS"."CREDIT_LIMIT" "CREDIT_LIMIT",
    "DEMO_CUSTOMERS"."CUST_EMAIL" "CUST_EMAIL",
    "DEMO_CUSTOMERS"."CUST_FIRST_NAME" "CUST_FIRST_NAME",
    "DEMO_CUSTOMERS"."CUST_LAST_NAME" "CUST_LAST_NAME"
    FROM
    "#OWNER#"."DEMO_CUSTOMERS" "DEMO_CUSTOMERS",
    "#OWNER#"."DEMO_CUSTOMERS" "DEMO_CUSTOMERS"

    Query is:
    SELECT
    "FLOWTYPECATEGORIES"."FLOWTYPECATEGORY_ID" "FLOWTYPECATEGORY_ID",
    "FLOWTYPECATEGORIES"."FLOWTYPECATEGORY" "FLOWTYPECATEGORY",
    "FLOWTYPECATEGORIES"."VALID" "VALID",
    "FLOWTYPECATEGORIES"."TREND" "TREND"
    FROM
    "#OWNER#"."FLOWTYPECATEGORIES" "FLOWTYPECATEGORIES",
    "#OWNER#"."FLOWTYPECATEGORIES" "FLOWTYPECATEGORIES"
    there is table name duplicated.
    When I remove new column "TREND" then query is:
    SELECT
    "FLOWTYPECATEGORIES"."FLOWTYPECATEGORY_ID" "FLOWTYPECATEGORY_ID",
    "FLOWTYPECATEGORIES"."FLOWTYPECATEGORY" "FLOWTYPECATEGORY",
    "FLOWTYPECATEGORIES"."VALID" "VALID"
    FROM
    "#OWNER#"."FLOWTYPECATEGORIES" "FLOWTYPECATEGORIES"
    and everything is OK.

  • How to get the table name and bind columns names in an INSERT statement ?

    I have an INSERT statement with input parameters (for example
    INSERT INTO my_table VALUES (:a, :a, :a)) and I want to know
    without parsing the statement which is the name of table to
    insert to and the corresponding columns.
    This is needed to generate the SELECT FOR UPDATE statement to
    refetch a BLOB before actually writing to it. The code does not
    know in advance the schema (generic code).
    Thanks in advance,
    Joseph Canedo

    Once you have prepared your statement, you can execute the
    statement with the OCI_DESCRIBE_ONLY mode before binding any
    columns. Then you can use OCIParamGet to find out about each
    column (column index is 1-based). You should get OCI_NO_DATA or
    ORA-24334 if there are no more columns in the statement. Note
    that the parameter descriptor from OCIParamGet is
    allocated/freed internally by OCI; you do not need to manage it
    explicitly. The parameter descriptor is passed to OCIAttrGet in
    order to obtain for instance the maximum size of data in the
    column OCI_ATTR_DATA_SIZE. You can also get the column name in
    this way, although I do not remember the #define off the top of
    my head. Getting the table name appears to be much more
    difficult; I have never had to do that yet. Good luck. -Ralph

  • Execute SQL Task fails when specific column names are mentioned in Excel Query

    Hi,
    I have a requirement for extracting Excel data with thespecific column order. So instead of using the below query,
    Select * From [Sheet1$A1:ZZ1]
    I use the below one,
    Select col1,
    col2,
    col91
    From [CRM$A1:ZZ1]
    So I have totally 91 columns.
    I don't face any issues when i use the before query. i.e. direct select * from sheet1
    But when i specify column names and do a select from the sheet it throws error as below,
    [Execute SQL Task] Error: Executing the query "Select
    [Col1] 
    From [Sheet1$..." failed with the following error: "No value given for one or more required parameters.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not
    set correctly, or connection not established correctly.
    I just need to retrieve the column name alone and not any of the values to it. So when i do simple select * it gives the column names in the order of what it is been with the excel. But i do want it to be sorted in alphabetically and to retrieve the column
    names. 
    I am not getting any proper solution for this for past 1 and a half days. May anyone of you please help me get it sorted? - Thank you!
    --------------------------- Radhai Krish | Golden Age is no more far | --------------------------

    Please use something like below:
    SELECT F1 AS Col1, F2 AS Col2, F3 AS Col3, ...
    FROM [Sheet1$A1:ZZ1]
    Cheers,
    Vaibhav Chaudhari
    [MCTS],
    [MCP]

  • [Bug: JClient tree binding] Workaround for 'random' collapsing of branches

    Hi all.. For those of you who have been bothered by a bug in the JClient tree binding model regarding (seemingly) random collapsing of branches, I have a small workaround which may brighten your day. I know it brightened mine. :)
    Anyways, here's my situation:
    - A JTree with a master VO ("MasterView", for the top) and a detail VO ("DetailView", for the 'body'), recursively bound.
    - A JComboBox bound to a VO ("TopsView" or whatever), which is used to 'select a tree'
    - When a the currency of TopsView is changed, the selected row's ID is used to build a new tree. I use my own simple synchronizing mechanism, so I can do some additional checks. I suppose you could make MasterView a detail of TopsView, but that's not really important.
    masterView.setWhereClause("ID = " + selID);
    masterView.executeQuery();At this point, the tree will automatically be rebuilt.
    However, based on my experiences, I figure that this is not really the way the JDev guys pictured how I'd work because there's a pretty huge bug which at some point pretty much makes the tree useless (or 'act weird' to say the least).
    Here's a description of how to reproduce the bug and some of my observations. I will refer to the collection of currently displayed nodes/records as 'tree'.
    1. When you first expand certain branches in the current tree, all goes well. No problems.
    2. Next, you use the JComboBox to select another tree. (The new tree will appear totally collapsed.)
    3. At this point, you will also be expanding branches 'in that tree', 'for the first time'.
    4. After that, you switch back to the first tree.
    5. Now it becomes interesting: when you expand ANY branch that you previously expanded in this tree, the bug will surface (details will follow). When you expand branches that you DID NOT expand during your last visit to this tree, all goes well -- no problems.
    Note that re-expanding a branch after manually collapsing it, does not cause the bug. The key is that you expand a branch for the first time during a 'visit' to this tree (ie, so that it has to gather it's child nodes).
    Details about the bug:
    - The problem surfaces when expanding certain branches. (See above.)
    - Effects will vary from collapsing different branches under the same parent node to collapsing the entire tree.
    - The selection in the JTree component (or its selection model, if you will) will also be canceled.
    Observations:
    - It seems that JClient was not designed to handle multiple trees (as described above). It appears that, before the newly selected tree is built, the old tree has not been properly cleaned up. By this I mean the collection of JUTreeNodeBinding objects, which continue to refer to DefaultMutableTreeNodeBinding objects of the destroyed tree. In effect, these orphaned objects continue to work their magic in the background and will influence the JTree and its associated objects in a way so that this problem (and possibly others) surfaces.
    The workaround I will present below is designed to suppress this problem. It does not deal with orphaned objects in a proper way, it will merely partially suppress their functionality.
    How to suppress the bug:
    - In case you haven't done so already, you have to copy the source file of oracle.jbo.uicli.jui.JUTreeNodeBinding into your project directory and then make small modification to it.
    - On line 482 (if I'm not mistaken), you will see //if (al.size() > 0) Change it to if (!(mTreeNode.getParent() == null && getParent() != null)) Now the enclosed code will only be executed when the tree is fully synchronized (as in: the 'tree' of JUTreeNodeBinding objects has the same structure as the 'current tree' of DefaultMutableTreeNodeBinding objects).
    In a nutshell, it checks whether the parents of this JUTreeNodeBinding object and the associated DefaultMutableTreeNode object are not null. Because in case it concerns an 'orphaned' JUTreeNodeBinding object, the parent of its associated DefaultMutableTreeNode object will be null. However, in case it concerns the tree's root node, both parents will be null, in which case this condition will have to evaluate to true as well.
    I hope that this information will be of use to others :) and that possibly someone of the JDev team could comment on this matter. Thanks.

    One question though. What exactly do you mean by 'copy
    the source file of
    oracle.jbo.uicli.jui.JUTreeNodeBinding into your
    project directory'.. would I need to change the package
    name of this binding, and modify the client code
    somewhere to have it use my modified version? Or will
    it use this local copy instead of the original one?The simplest way to go is to create a new (empty) class in your project, which is to be located in the package "oracle.jbo.uicli.jui", and name it "JUTreeNodeBinding". Next, open the source of the original JUTreeNodeBinding class and copy-paste it into your newly created class in JDeveloper.
    Now, when you run your application, it will use your 'custom' version of JUTreeNodeBinding, while it will function exactly the same. You can make any modifications, like the one I suggested in my original post, in this class.
    Good luck.

Maybe you are looking for

  • Printing queue for HP Photosmart 2400xi

    I have an HP Pavilion printer and I need to delete some scheduled printing.  How do I locate the printing queue??? Message Edited by lvnv on 02-18-2009 02:32 PM

  • Cant upload new songs in iTunes from new computer onto iPhone 3gs

    How do I upload new songs in my new iTunes from my mac to my iphone 3gs WITHOUT deleting or replacing all the old songs? My old computer crashed and I have no way of accessing those old songs but I dont want to loose all 509 songs. some were burnt fr

  • Trigger Process chains through ABAP program using selection screens

    Hi All    I am loading flat files through process chains. My requirment is such that i need to create a ABAP selection screen so that user can load the flat file from his PC. when the user is loading the flat file i have to copy the file onto the app

  • Email Payment Remittance as PDF

    For years we have been emailing and faxing remittances to vendors. As clearly outlined in various posts on SDN, this was accomplished by activating a copy of SAMPLE_PROCESS_00002040. What is unclear to me, however, is how some posts indicate this wil

  • How to know the internal table's last record

    Dear friends, Just I want to know my internal table last records, Ex: I am having the records in my internal table like this: Itab-col1 1 2 3 4 5 6 7 8 9 I want to know and print the last record, it maybe n number of records in my itab. If I used at