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

Similar Messages

  • [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

  • 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.

  • 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

  • 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]

  • Split module fails with 4 columns

    Hello.
    I try to make a predictive model for a movie rating prediction with own datasets. I have prepared and joined data and now I want to split the data into training and testing datasets. I have 4 columns (title, rank, number of votes and year) in the table and
    the split module fails with warning "Error 0022: Number of selected columns in input dataset does not equal to 4." Why?
    Thank you.

    Hi Lukas,
    The recommender splitter works under the assumption that it's splitting recommendation data, which we assume to consist either of user-item pairs or user-item-rating triples. Hence the limit of 2 or 3 columns, which is imposed to try and avoid confusion
    with feature-type data.
    -Y-

  • Oracle ODBC Gateway SELECT from Sybase fails on large column

    OS: CentOS 5.8 64-bit
    DB: Oracle XE 11gR1 64-bit
    Gateway: Oracle Gateway for ODBC 64-bit
    Database and gateway reside on same Linux Server.
    Connecting to remote Sybase SQL Anywhere 10 server on WindowsXP.
    Using SQL Anywhere 11 odbc driver and unixODBC driver manager on Linux server.
    isql tool connects without any problems.
    One LISTENER, service for db and gateway on same port.
    ===================================
    Via SQL*Plus, the following error occurs....
    SQL> select * from mytable@dblink;
    select * from mytable@dblink
    ORA-02070: database dblink does not support outer joins in this context
    Gateway does not like the 'large' column which is varchar(3270) in length. Also it is the only
    column in the table that is a varchar.
    Take that column out and SELECT works fine.
    Here is the initdblink.ora file:
    # This is a sample agent init file that contains the HS parameters that are
    # needed for the Database Gateway for ODBC
    # HS init parameters
    HS_FDS_CONNECT_INFO=dblink
    HS_FDS_SHAREABLE_NAME=/usr/lib64/libodbc.so
    HS_FDS_TRACE_LEVEL=255
    HS_LANGUAGE=american_america.we8iso8859p1
    HS_NLS_NCHAR=UTF-8
    # ODBC specific environment variables
    set ODBCINI=/etc/odbc.ini
    Please advise....
    Edited by: user601798 on Oct 17, 2012 7:09 AM
    Edited by: user601798 on Oct 17, 2012 7:09 AM
    Edited by: user601798 on Oct 17, 2012 7:13 AM

    Here is the trace file:
    Oracle Corporation --- THURSDAY OCT 18 2012 14:55:34.259
    Heterogeneous Agent Release
    11.2.0.1.0
    Oracle Corporation --- THURSDAY OCT 18 2012 14:55:34.259
    Version 11.2.0.1.0
    Entered hgogprd
    HOSGIP for "HS_FDS_TRACE_LEVEL" returned "255"
    Entered hgosdip
    setting HS_OPEN_CURSORS to default of 50
    setting HS_FDS_RECOVERY_ACCOUNT to default of "RECOVER"
    setting HS_FDS_RECOVERY_PWD to default value
    setting HS_FDS_TRANSACTION_LOG to default of HS_TRANSACTION_LOG
    setting HS_IDLE_TIMEOUT to default of 0
    setting HS_FDS_TRANSACTION_ISOLATION to default of "READ_COMMITTED"
    setting HS_NLS_NCHAR to default of "UCS2"
    setting HS_FDS_TIMESTAMP_MAPPING to default of "DATE"
    setting HS_FDS_DATE_MAPPING to default of "DATE"
    setting HS_RPC_FETCH_REBLOCKING to default of "ON"
    setting HS_FDS_FETCH_ROWS to default of "100"
    setting HS_FDS_RESULTSET_SUPPORT to default of "FALSE"
    setting HS_FDS_RSET_RETURN_ROWCOUNT to default of "FALSE"
    setting HS_FDS_PROC_IS_FUNC to default of "FALSE"
    setting HS_FDS_CHARACTER_SEMANTICS to default of "FALSE"
    setting HS_FDS_MAP_NCHAR to default of "TRUE"
    setting HS_NLS_DATE_FORMAT to default of "YYYY-MM-DD HH24:MI:SS"
    setting HS_FDS_REPORT_REAL_AS_DOUBLE to default of "FALSE"
    setting HS_LONG_PIECE_TRANSFER_SIZE to default of "65536"
    setting HS_SQL_HANDLE_STMT_REUSE to default of "FALSE"
    setting HS_FDS_QUERY_DRIVER to default of "TRUE"
    setting HS_FDS_SUPPORT_STATISTICS to default of "FALSE"
    Parameter HS_FDS_QUOTE_IDENTIFIER is not set
    setting HS_KEEP_REMOTE_COLUMN_SIZE to default of "OFF"
    setting HS_FDS_GRAPHIC_TO_MBCS to default of "FALSE"
    setting HS_FDS_MBCS_TO_GRAPHIC to default of "FALSE"
    Default value of 32 assumed for HS_FDS_SQLLEN_INTERPRETATION
    setting HS_CALL_NAME_ISP to "gtw$:SQLTables;gtw$:SQLColumns;gtw$:SQLPrimaryKeys;gtw$:SQLForeignKeys;gtw$:SQLProcedures;gtw$:SQLStatistics;gtw$:SQLGetInfo"
    setting HS_FDS_DELAYED_OPEN to default of "TRUE"
    setting HS_FDS_WORKAROUNDS to default of "0"
    Exiting hgosdip, rc=0
    ORACLE_SID is "dblink"
    Product-Info:
    Port Rls/Upd:1/0 PrdStat:0
    Agent:Oracle Database Gateway for ODBC
    Facility:hsa
    Class:ODBC, ClassVsn:11.2.0.1.0_0008, Instance:dblink
    Exiting hgogprd, rc=0
    hostmstr: 2056122368: HOA After hoagprd
    hostmstr: 2056122368: HOA Before hoainit
    Entered hgoinit
    HOCXU_COMP_CSET=1
    HOCXU_DRV_CSET=31
    HOCXU_DRV_NCHAR=1000
    HOCXU_DB_CSET=873
    HOCXU_SEM_VER=110000
    Entered hgolofn at 2012/10/18-14:55:39
    Exiting hgolofn, rc=0 at 2012/10/18-14:55:39
    HOSGIP for "HS_OPEN_CURSORS" returned "50"
    HOSGIP for "HS_FDS_FETCH_ROWS" returned "100"
    HOSGIP for "HS_LONG_PIECE_TRANSFER_SIZE" returned "65536"
    HOSGIP for "HS_NLS_NUMERIC_CHARACTER" returned ".,"
    HOSGIP for "HS_KEEP_REMOTE_COLUMN_SIZE" returned "OFF"
    HOSGIP for "HS_FDS_DELAYED_OPEN" returned "TRUE"
    HOSGIP for "HS_FDS_WORKAROUNDS" returned "0"
    HOSGIP for "HS_FDS_MBCS_TO_GRAPHIC" returned "FALSE"
    HOSGIP for "HS_FDS_GRAPHIC_TO_MBCS" returned "FALSE"
    Invalid value of 32 given for HS_FDS_SQLLEN_INTERPRETATION
    treat_SQLLEN_as_compiled = 1
    Exiting hgoinit, rc=0 at 2012/10/18-14:55:40
    hostmstr: 2056122368: HOA After hoainit
    hostmstr: 2056122368: HOA Before hoalgon
    Entered hgolgon at 2012/10/18-14:55:40
    reco:0, name:dba, tflag:0
    Entered hgosuec at 2012/10/18-14:55:41
    Exiting hgosuec, rc=0 at 2012/10/18-14:55:41
    HOSGIP for "HS_FDS_RECOVERY_ACCOUNT" returned "RECOVER"
    HOSGIP for "HS_FDS_TRANSACTION_LOG" returned "HS_TRANSACTION_LOG"
    HOSGIP for "HS_FDS_TIMESTAMP_MAPPING" returned "DATE"
    HOSGIP for "HS_FDS_DATE_MAPPING" returned "DATE"
    HOSGIP for "HS_FDS_CHARACTER_SEMANTICS" returned "FALSE"
    HOSGIP for "HS_FDS_MAP_NCHAR" returned "TRUE"
    HOSGIP for "HS_FDS_RESULTSET_SUPPORT" returned "FALSE"
    HOSGIP for "HS_FDS_RSET_RETURN_ROWCOUNT" returned "FALSE"
    HOSGIP for "HS_FDS_PROC_IS_FUNC" returned "FALSE"
    HOSGIP for "HS_FDS_REPORT_REAL_AS_DOUBLE" returned "FALSE"
    using dba as default value for "HS_FDS_DEFAULT_OWNER"
    HOSGIP for "HS_SQL_HANDLE_STMT_REUSE" returned "FALSE"
    Entered hgocont at 2012/10/18-14:55:42
    HS_FDS_CONNECT_INFO = "dblink"
    RC=-1 from HOSGIP for "HS_FDS_CONNECT_STRING"
    Entered hgogenconstr at 2012/10/18-14:55:43
    dsn:dblink, name:dba
    optn:
    Entered hgocip at 2012/10/18-14:55:43
    dsn:dblink
    Exiting hgocip, rc=0 at 2012/10/18-14:55:43
    ##>Connect Parameters (len=25)<##
    ## DSN=dblink;
    #! UID=dba;
    #! PWD=*
    Exiting hgogenconstr, rc=0 at 2012/10/18-14:55:44
    Entered hgolosf at 2012/10/18-14:55:44
    ODBC Function-Available-Array 0xFFFE 0x01FF 0xFF00 0xFFFF 0x03FF 0x0000
    0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
    0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
    0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
    0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
    0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
    0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
    0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
    0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
    0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
    0x0000 0x0000 0xFE00 0x3F5F
    Exiting hgolosf, rc=0 at 2012/10/18-14:55:46
    DriverName:DBODBC10.DLL, DriverVer:10.00.0001
    DBMS Name:SQL Anywhere, DBMS Version:10.00.0001
    Exiting hgocont, rc=0 at 2012/10/18-14:55:47
    SQLGetInfo returns N for SQL_CATALOG_NAME
    Exiting hgolgon, rc=0 at 2012/10/18-14:55:48
    hostmstr: 2027339776: HOA After hoalgon
    RPC Calling nscontrol(0), rc=0
    hostmstr: 2027339776: RPC Before Upload Caps
    hostmstr: 2027339776: HOA Before hoaulcp
    Entered hgoulcp at 2012/10/18-14:55:48
    Entered hgowlst at 2012/10/18-14:55:48
    Exiting hgowlst, rc=0 at 2012/10/18-14:55:49
    SQLGetInfo returns 0x1f for SQL_OWNER_USAGE
    TXN Capable:3, Isolation Option:0xf
    SQLGetInfo returns 128 for SQL_MAX_SCHEMA_NAME_LEN
    SQLGetInfo returns 128 for SQL_MAX_TABLE_NAME_LEN
    SQLGetInfo returns 128 for SQL_MAX_PROCEDURE_NAME_LEN
    SQLGetInfo returns " (0x22) for SQL_IDENTIFIER_QUOTE_CHAR
    SQLGetInfo returns Y for SQL_COLUMN_ALIAS
    3 instance capabilities will be uploaded
    capno:1989, context:0x00000000, add-info: 0
    capno:1991, context:0x0001ffff, add-info: 0
    capno:1992, context:0x0001ffff, add-info: 0
    Exiting hgoulcp, rc=0 at 2012/10/18-14:56:05
    hostmstr: 2026291200: HOA After hoaulcp
    hostmstr: 2026291200: RPC After Upload Caps
    hostmstr: 2026291200: RPC Before Upload DDTR
    hostmstr: 2026291200: HOA Before hoauldt
    Entered hgouldt at 2012/10/18-14:56:06
    NO instance DD translations were uploaded
    Exiting hgouldt, rc=0 at 2012/10/18-14:56:06
    hostmstr: 2026291200: HOA After hoauldt
    hostmstr: 2026291200: RPC After Upload DDTR
    hostmstr: 2026291200: RPC Before Begin Trans
    hostmstr: 2026291200: HOA Before hoabegn
    Entered hgobegn at 2012/10/18-14:56:06
    tflag:0 , initial:1
    hoi:0x12f094, ttid (len 27) is ...
    00: 44415441 5748442E 65623465 33343931 [DATAWHD.eb4e3491]
    10: 2E322E36 322E3839 363837 [.2.62.89687]
    tbid (len 24) is ...
    00: 44415441 5748445B 322E3632 2E383936 [DATAWHD[2.62.896]
    10: 38375D5B 312E345D [87][1.4]]
    Exiting hgobegn, rc=0 at 2012/10/18-14:56:08
    hostmstr: 2026291200: HOA After hoabegn
    hostmstr: 2026291200: RPC After Begin Trans
    hostmstr: 2026291200: RPC Before Describe Table
    hostmstr: 2026291200: HOA Before hoadtab
    Entered hgodtab at 2012/10/18-14:56:08
    count:1
    table: RSCCC.SR_SPEC_PGM_SPEC_ED
    Allocate hoada[0] @ 025B799C
    Entered hgopcda at 2012/10/18-14:56:12
    Column:1(SCH_YR): dtype:12 (VARCHAR), prc/scl:4/0, nullbl:0, octet:4, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:13
    Entered hgopcda at 2012/10/18-14:56:13
    Column:2(CAMPUS_ID): dtype:12 (VARCHAR), prc/scl:3/0, nullbl:0, octet:3, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:13
    Entered hgopcda at 2012/10/18-14:56:14
    Column:3(STU_ID): dtype:12 (VARCHAR), prc/scl:6/0, nullbl:0, octet:6, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:14
    Entered hgopcda at 2012/10/18-14:56:14
    Column:4(DT_ENTRY_STU): dtype:12 (VARCHAR), prc/scl:8/0, nullbl:0, octet:8, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:14
    Entered hgopcda at 2012/10/18-14:56:15
    Column:5(PRI_HANDI_IND): dtype:12 (VARCHAR), prc/scl:2/0, nullbl:0, octet:2, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:15
    Entered hgopcda at 2012/10/18-14:56:15
    Column:6(INSTRUCT_SET_CD): dtype:12 (VARCHAR), prc/scl:2/0, nullbl:0, octet:2, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:16
    Entered hgopcda at 2012/10/18-14:56:16
    Column:7(SPEECH_THRPY_IND): dtype:12 (VARCHAR), prc/scl:1/0, nullbl:0, octet:1, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:16
    Entered hgopcda at 2012/10/18-14:56:17
    Column:8(DT_WD): dtype:12 (VARCHAR), prc/scl:8/0, nullbl:0, octet:8, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:17
    Entered hgopcda at 2012/10/18-14:56:17
    Column:9(DT_ENTRY_STU_RECIP): dtype:12 (VARCHAR), prc/scl:8/0, nullbl:0, octet:8, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:18
    Entered hgopcda at 2012/10/18-14:56:18
    Column:10(WD_RSN_CD): dtype:12 (VARCHAR), prc/scl:2/0, nullbl:0, octet:2, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:18
    Entered hgopcda at 2012/10/18-14:56:19
    Column:11(VOC_HRS_ELIG): dtype:12 (VARCHAR), prc/scl:1/0, nullbl:0, octet:1, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:19
    Entered hgopcda at 2012/10/18-14:56:19
    Column:12(REG_DAY_SCH_PGM_DEAF): dtype:12 (VARCHAR), prc/scl:1/0, nullbl:0, octet:1, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:19
    The hoada for table RSCCC.SR_SPEC_PGM_SPEC_ED follows...
    hgodtab, line 904: Printing hoada @ 025B799C
    MAX:12, ACTUAL:12, BRC:1, WHT=6 (TABLE_DESCRIBE)
    hoadaMOD bit-values found (0x200:TREAT_AS_CHAR)
    DTY NULL-OK LEN MAXBUFLEN PR/SC CST IND MOD NAME
    12 VARCHAR N 4 4 0/ 0 0 0 200 SCH_YR
    12 VARCHAR N 3 3 0/ 0 0 0 200 CAMPUS_ID
    12 VARCHAR N 6 6 0/ 0 0 0 200 STU_ID
    12 VARCHAR N 8 8 0/ 0 0 0 200 DT_ENTRY_STU
    12 VARCHAR N 2 2 0/ 0 0 0 200 PRI_HANDI_IND
    12 VARCHAR N 2 2 0/ 0 0 0 200 INSTRUCT_SET_CD
    12 VARCHAR N 1 1 0/ 0 0 0 200 SPEECH_THRPY_IND
    12 VARCHAR N 8 8 0/ 0 0 0 200 DT_WD
    12 VARCHAR N 8 8 0/ 0 0 0 200 DT_ENTRY_STU_RECIP
    12 VARCHAR N 2 2 0/ 0 0 0 200 WD_RSN_CD
    12 VARCHAR N 1 1 0/ 0 0 0 200 VOC_HRS_ELIG
    12 VARCHAR N 1 1 0/ 0 0 0 200 REG_DAY_SCH_PGM_DEAF
    Exiting hgodtab, rc=0 at 2012/10/18-14:56:22
    hostmstr: 2026291200: HOA After hoadtab
    hostmstr: 2026291200: HOA Before hoadafr
    Entered hgodafr, cursor id 0 at 2012/10/18-14:56:23
    Free hoada @ 025B799C
    Exiting hgodafr, rc=0 at 2012/10/18-14:56:23
    hostmstr: 2026291200: HOA After hoadafr
    hostmstr: 2026291200: RPC After Describe Table
    hostmstr: 2026291200: RPC Before Describe Table
    hostmstr: 2026291200: HOA Before hoadtab
    Entered hgodtab at 2012/10/18-14:56:23
    count:1
    table: RSCCC.SR_DISCPLN
    Allocate hoada[0] @ 025B799C
    Entered hgopcda at 2012/10/18-14:56:27
    Column:1(SCH_YR): dtype:12 (VARCHAR), prc/scl:4/0, nullbl:0, octet:4, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:28
    Entered hgopcda at 2012/10/18-14:56:28
    Column:2(STU_ID): dtype:12 (VARCHAR), prc/scl:6/0, nullbl:0, octet:6, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:28
    Entered hgopcda at 2012/10/18-14:56:29
    Column:3(OFENS_STAMP): dtype:12 (VARCHAR), prc/scl:27/0, nullbl:0, octet:27, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:29
    Entered hgopcda at 2012/10/18-14:56:29
    Column:4(OFENS_TIME): dtype:12 (VARCHAR), prc/scl:8/0, nullbl:0, octet:8, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:29
    Entered hgopcda at 2012/10/18-14:56:30
    Column:5(CAMPUS_ID): dtype:12 (VARCHAR), prc/scl:3/0, nullbl:0, octet:3, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:30
    Entered hgopcda at 2012/10/18-14:56:30
    Column:6(DT_OFENS): dtype:12 (VARCHAR), prc/scl:8/0, nullbl:0, octet:8, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:30
    Entered hgopcda at 2012/10/18-14:56:31
    Column:7(MODIFIER): dtype:12 (VARCHAR), prc/scl:10/0, nullbl:0, octet:10, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:31
    Entered hgopcda at 2012/10/18-14:56:31
    Column:8(OFENS_SEMCYC): dtype:12 (VARCHAR), prc/scl:2/0, nullbl:0, octet:2, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:32
    Entered hgopcda at 2012/10/18-14:56:32
    Column:9(REP_BY): dtype:12 (VARCHAR), prc/scl:3/0, nullbl:0, octet:3, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:32
    Entered hgopcda at 2012/10/18-14:56:33
    Column:10(REP_BY_NAME_F): dtype:12 (VARCHAR), prc/scl:17/0, nullbl:0, octet:17, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:33
    Entered hgopcda at 2012/10/18-14:56:33
    Column:11(REP_BY_NAME_L): dtype:12 (VARCHAR), prc/scl:25/0, nullbl:0, octet:25, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:33
    Entered hgopcda at 2012/10/18-14:56:34
    Column:12(INC_LOC): dtype:12 (VARCHAR), prc/scl:3/0, nullbl:0, octet:3, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:34
    Entered hgopcda at 2012/10/18-14:56:35
    Column:13(COURSE): dtype:12 (VARCHAR), prc/scl:4/0, nullbl:0, octet:4, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:35
    Entered hgopcda at 2012/10/18-14:56:35
    Column:14(SECTION): dtype:12 (VARCHAR), prc/scl:2/0, nullbl:0, octet:2, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:35
    Entered hgopcda at 2012/10/18-14:56:36
    Column:15(CRS_TITLE): dtype:12 (VARCHAR), prc/scl:15/0, nullbl:0, octet:15, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:36
    Entered hgopcda at 2012/10/18-14:56:36
    Column:16(PERIOD): dtype:12 (VARCHAR), prc/scl:2/0, nullbl:0, octet:2, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:36
    Entered hgopcda at 2012/10/18-14:56:37
    Column:17(INSTR): dtype:12 (VARCHAR), prc/scl:3/0, nullbl:0, octet:3, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:37
    Entered hgopcda at 2012/10/18-14:56:37
    Column:18(PARENT_CONTACT): dtype:12 (VARCHAR), prc/scl:1/0, nullbl:0, octet:1, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:37
    Entered hgopcda at 2012/10/18-14:56:38
    Column:19(CONTACT_DT): dtype:12 (VARCHAR), prc/scl:8/0, nullbl:0, octet:8, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:38
    Entered hgopcda at 2012/10/18-14:56:38
    Column:20(CONF_REQUESTED): dtype:12 (VARCHAR), prc/scl:1/0, nullbl:0, octet:1, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:38
    Entered hgopcda at 2012/10/18-14:56:39
    Column:21(CONF_DATE): dtype:12 (VARCHAR), prc/scl:8/0, nullbl:0, octet:8, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:39
    Entered hgopcda at 2012/10/18-14:56:39
    Column:22(INFORMAL_HEARING): dtype:12 (VARCHAR), prc/scl:1/0, nullbl:0, octet:1, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:39
    Entered hgopcda at 2012/10/18-14:56:40
    Column:23(APPEAL_EXP): dtype:12 (VARCHAR), prc/scl:1/0, nullbl:0, octet:1, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:40
    Entered hgopcda at 2012/10/18-14:56:40
    Column:24(WITNESS): dtype:12 (VARCHAR), prc/scl:1/0, nullbl:0, octet:1, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:41
    Entered hgopcda at 2012/10/18-14:56:41
    Column:25(DISCPLN_COMM): dtype:12 (VARCHAR), prc/scl:3270/0, nullbl:0, octet:3270, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:41
    Entered hgopcda at 2012/10/18-14:56:42
    Column:26(ADMIN_BY): dtype:12 (VARCHAR), prc/scl:3/0, nullbl:0, octet:3, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:42
    Entered hgopcda at 2012/10/18-14:56:42
    Column:27(ADMIN_BY_NAME_F): dtype:12 (VARCHAR), prc/scl:17/0, nullbl:0, octet:17, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:42
    Entered hgopcda at 2012/10/18-14:56:43
    Column:28(ADMIN_BY_NAME_L): dtype:12 (VARCHAR), prc/scl:25/0, nullbl:0, octet:25, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:43
    Entered hgopcda at 2012/10/18-14:56:43
    Column:29(REPORTED_BY_DESC): dtype:12 (VARCHAR), prc/scl:60/0, nullbl:0, octet:60, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:43
    Entered hgopcda at 2012/10/18-14:56:44
    Column:30(INCIDENT_NUM): dtype:12 (VARCHAR), prc/scl:6/0, nullbl:0, octet:6, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:44
    Entered hgopcda at 2012/10/18-14:56:44
    Column:31(REPORT_PD): dtype:12 (VARCHAR), prc/scl:1/0, nullbl:0, octet:1, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:45
    The hoada for table RSCCC.SR_DISCPLN follows...
    hgodtab, line 904: Printing hoada @ 025B799C
    MAX:31, ACTUAL:31, BRC:1, WHT=6 (TABLE_DESCRIBE)
    hoadaMOD bit-values found (0x200:TREAT_AS_CHAR)
    DTY NULL-OK LEN MAXBUFLEN PR/SC CST IND MOD NAME
    12 VARCHAR N 4 4 0/ 0 0 0 200 SCH_YR
    12 VARCHAR N 6 6 0/ 0 0 0 200 STU_ID
    12 VARCHAR N 27 27 0/ 0 0 0 200 OFENS_STAMP
    12 VARCHAR N 8 8 0/ 0 0 0 200 OFENS_TIME
    12 VARCHAR N 3 3 0/ 0 0 0 200 CAMPUS_ID
    12 VARCHAR N 8 8 0/ 0 0 0 200 DT_OFENS
    12 VARCHAR N 10 10 0/ 0 0 0 200 MODIFIER
    12 VARCHAR N 2 2 0/ 0 0 0 200 OFENS_SEMCYC
    12 VARCHAR N 3 3 0/ 0 0 0 200 REP_BY
    12 VARCHAR N 17 17 0/ 0 0 0 200 REP_BY_NAME_F
    12 VARCHAR N 25 25 0/ 0 0 0 200 REP_BY_NAME_L
    12 VARCHAR N 3 3 0/ 0 0 0 200 INC_LOC
    12 VARCHAR N 4 4 0/ 0 0 0 200 COURSE
    12 VARCHAR N 2 2 0/ 0 0 0 200 SECTION
    12 VARCHAR N 15 15 0/ 0 0 0 200 CRS_TITLE
    12 VARCHAR N 2 2 0/ 0 0 0 200 PERIOD
    12 VARCHAR N 3 3 0/ 0 0 0 200 INSTR
    12 VARCHAR N 1 1 0/ 0 0 0 200 PARENT_CONTACT
    12 VARCHAR N 8 8 0/ 0 0 0 200 CONTACT_DT
    12 VARCHAR N 1 1 0/ 0 0 0 200 CONF_REQUESTED
    12 VARCHAR N 8 8 0/ 0 0 0 200 CONF_DATE
    12 VARCHAR N 1 1 0/ 0 0 0 200 INFORMAL_HEARING
    12 VARCHAR N 1 1 0/ 0 0 0 200 APPEAL_EXP
    12 VARCHAR N 1 1 0/ 0 0 0 200 WITNESS
    12 VARCHAR N 3270 3270 0/ 0 0 0 200 DISCPLN_COMM
    12 VARCHAR N 3 3 0/ 0 0 0 200 ADMIN_BY
    12 VARCHAR N 17 17 0/ 0 0 0 200 ADMIN_BY_NAME_F
    12 VARCHAR N 25 25 0/ 0 0 0 200 ADMIN_BY_NAME_L
    12 VARCHAR N 60 60 0/ 0 0 0 200 REPORTED_BY_DESC
    12 VARCHAR N 6 6 0/ 0 0 0 200 INCIDENT_NUM
    12 VARCHAR N 1 1 0/ 0 0 0 200 REPORT_PD
    Exiting hgodtab, rc=0 at 2012/10/18-14:56:50
    hostmstr: 2026291200: HOA After hoadtab
    hostmstr: 2026291200: HOA Before hoadafr
    Entered hgodafr, cursor id 0 at 2012/10/18-14:56:50
    Free hoada @ 025B799C
    Exiting hgodafr, rc=0 at 2012/10/18-14:56:50
    hostmstr: 2026291200: HOA After hoadafr
    hostmstr: 2026291200: RPC After Describe Table
    hostmstr: 2026291200: RPC Before Rollback Trans
    hostmstr: 2026291200: HOA Before hoaroll
    Entered hgoroll at 2012/10/18-14:56:51
    tflag:1 , cmt(0):
    hoi:0x12f098, ttid (len 27) is ...
    00: 44415441 5748442E 65623465 33343931 [DATAWHD.eb4e3491]
    10: 2E322E36 322E3839 363837 [.2.62.89687]
    tbid (len 24) is ...
    00: 44415441 5748445B 322E3632 2E383936 [DATAWHD[2.62.896]
    10: 38375D5B 312E345D [87][1.4]]
    Entered hgocpctx at 2012/10/18-14:56:52
    Exiting hgocpctx, rc=0 at 2012/10/18-14:56:52
    Exiting hgoroll, rc=0 at 2012/10/18-14:56:52
    hostmstr: 2026291200: HOA After hoaroll
    hostmstr: 2026291200: RPC After Rollback Trans
    Please advise and thanks..

  • Failed to get Column's data type in Oracle 11g

    Hi,
    I made an ADO connection(Oracle provider) to Oracle 11g, and use ADO API: OpenSchema(adSchemaColumns) to fetch the columns' info. But I found I couldn't get the column's data type if it's type is timestamp or timestampwithtimezone in database. What I got is 'adIUnknown' whose number is 13.
    I test with another column whose data type is 'date', and everything is ok. I get the data type 'adDBTimeStamp'.
    This issue occurs on Oracle 10g, too.
    Can anyone offer some help? Thanks a lot!

    See
    http://www.oracle.com/technology/tech/windows/odpnet/index.html
    http://download.oracle.com/docs/cd/B28359_01/win.111/b28431/using.htm#CHDJJDAJ

Maybe you are looking for

  • Systemd unit for Glassfish v4 server

    Hi all! Im trying to set up sytemd unit for glassfish4 web server but I am ending up in failed satate.. Here's what I got: cat /usr/lib/systemd/system/glassfish.service [Unit] Description=GlassFish Server [Service] ExecStart=/home/pian/glassfish4/bin

  • Best Way to Replicate Azure SQL Databases to Lower Environments

    I have XML files delivered to my server where they are parsed into reference data and written to a database (Premium tier).  I want to have that database sync to other databases (Basic tier) so that my non-production environments can use the same ref

  • Error PDE-PLI011

    when i try to open a form in form builder 6i. it gives an error message pde-pli011 which means"A common oracle tools schema is missing from your object store . kindly help me and email me at [email protected] thanks

  • Will my computer read my new ipod nano 3rd gen?

    i just bought a new ipod nano 3rd gen from circuit city before i opened it i looked on the back and saw system requirments it says nothing about being compatible with windows xp media center edition and i have windows XP media center edition 2002 sp2

  • Restore windows error, restore windows error

    Hi. My Finder keeps coming up with the message "The application "Finder" unexpectedly quit while trying to restore its windows" and it gives me the option to restore the windows. Whether I chose to restore or not, nothing happens. The screen keeps fl