Calling ni845xStatusToString gives: NI-845x: Unable to decipher status code 0xfffb6528 ( errorCode ). Error -1 - Directory not found.

Hi All,
I'm trying to get started programming my NI-USB 8451 with the NI USB 845x driver.
What I am trying to do is simply retrieve some of the error and warning messages from the driver. As instructed in the Hardware and Software manual for the NI USB 845x, I am making a call to
ni845xStatusToString
However, for any error code (valid or invalid), I get the following string back from the driver:
NI-845x:  Unable to decipher status code 0xfffb6528 (<errorCode>). Error -1 - Directory not found.
where I see the supplied error code in <errorCode> above.
This makes me think that some type of dictionary or "Directory" that is external to the driver is not available on my system. Is this the case?
I have the 64-bit driver installed on my machine. This is further consolidated by the fact that all the other functions (ni845x*) work as intended and I am able to communicate with the device.
Can anyone help me understand why I cannot retrieve the error strings or warnings strings?
Your response is greatly appreciated.
Thank you!
Sincerely,
Ishrak Khair
Instrument Control Toolbox
MathWorks

That is odd that your application has trouble with it.
LabVIEW does not but, if you are seeing the error you reference update the driver its in the known issues resolved for 2.1.1
Are you trying to open the error file from an additional process?  The driver is limited having no "Multi-Process Support"
Jeff

Similar Messages

  • Unable to deploy custom Tile because of error "tile content not found in archive"

    Hi All,
    I have developed a custom tile in Flash Builder. But when deploying this tile in a catalog via ant script am getting following error. I am running Mosaic on my own Tomcat server version 6.0.29.  I have followed steps given in http://help.adobe.com/en_US/LiveCycleMosaic/9.0/getStart/WSe851854fd1e0856a-2169537a128406 c16bb-8000.html#WSe851854fd1e0856a7bf09eed1284549b445-7ff8
    ----------------------------start of error while running ant script--------------------------
    <crx:Response timestamp="2010-09-19T20:20:06.452-05:00" method="POST" result="failure" request="/mosaic/catalogs/ContactManagementCatalog" xmlns:crx="http://ns.adobe.com/Mosaic/CRXTypes/1.0/">
        <crx:Error code="CAT_E40000">
            <crx:Message>Error importing catalog {} : {}.</crx:Message>
            <crx:Key position="0">ContactManagementCatalog</crx:Key>
            <crx:Key position="1">tile content not found in archive for tile ContactListTile</crx:Key>
            <crx:StackTrace>com.adobe.livecycle.mosaic.common.MosaicServerException: Error importing catalog [ContactManagementCatalog, tile content not found in archive for tile ContactListTile] : {}.
    at com.adobe.livecycle.mosaic.service.rest.catalogservice.CatalogServiceImportResourceRestHa ndler$CatalogServiceAppModelImportFilter.terminate(CatalogServiceImportResourceRestHandler .java:180)
    at com.adobe.livecycle.mosaic.appmodel.impl.AppModelFacade.importArchive(AppModelFacade.java :132)
    at com.adobe.livecycle.mosaic.service.rest.catalogservice.CatalogServiceImportResourceRestHa ndler.handleRequest(CatalogServiceImportResourceRestHandler.java:84)
    at com.adobe.livecycle.rest.RestRequestRouter.routeRequest(RestRequestRouter.java:19)
    at com.adobe.livecycle.rest.RestServlet.doAction(RestServlet.java:46)
    at com.adobe.livecycle.rest.RestServlet.doPost(RestServlet.java:37)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    ... 40 more
    </crx:StackTrace>
        </crx:Error>
    </crx:Response>
    ----------------------------end of error while running ant script--------------------------
    ----------------------------start of Zip file content--------------------------
    ContactManagementCatalog.zip
    tiles (Folder)
    descriptor.xml
    ContactListTile(Folder)ContactListTile.swf
    ----------------------------End of Zip file content--------------------------
    -----------------------------start descriptor.xml-------------------------------
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <catalog:Catalog name="ContactManagementCatalog" label="Contact Management Catalog"
        xmlns:shell="http://ns.adobe.com/Mosaic/Shell/1.0/"
        xmlns:catalog="http://ns.adobe.com/Mosaic/Catalog/1.0/"
        xmlns:tile="http://ns.adobe.com/Mosaic/Tile/1.0/"
        xmlns:view="http://ns.adobe.com/Mosaic/View/1.0/"
        xmlns:crx="http://ns.adobe.com/Mosaic/CRXTypes/1.0/">
        <crx:Metadata>
            <crx:Description>Contact Management Catalog</crx:Description>
        </crx:Metadata>
        <catalog:Categories>
            <catalog:Category name="Contact_Management_Category"/>
        </catalog:Categories>
       <tile:TileClassList>
            <tile:TileClass label="Contact List"
            name="ContactListTile"
            initialWidth="100%"
            catalog="ContactManagementCatalog"
            initialHeight="100%" height="100%" width="100%">
            <crx:Metadata>
            <crx:Description>Contact List</crx:Description>
            <crx:Category>
            Contact_Management_Category
            </crx:Category>
            </crx:Metadata>
            <tile:Content loadAs="default"
            contentType="application/x-shockwave-flash"
            uri="/mosaic/catalogs/ContactManagementCatalog/tiles/ContactListTile/content" />
            </tile:TileClass>
       </tile:TileClassList>
    </catalog:Catalog>
    -----------------------------End descriptor.xml-------------------------------

    Thanks for the Reply.
    I was getting this error because my eclipse development environment was pointing to standalone tomcat shipped with LiveCycle Mosaic and i was using eclipse to start the server. I was able to deploy same catalog zip on fresh tomcat (v6.0.29) instance downloaded from apache.
    But now i am having new issue and not able to login using Mosaic AIR client as it gives me "Error 500". On Tomcat server i can see following stack trace.
    ----------------Start of the error-----------------------
    Sep 21, 2010 12:10:34 AM org.apache.catalina.core.StandardWrapperValve invoke
    SEVERE: Servlet.service() for servlet jsp threw exception
    java.lang.IllegalAccessError: tried to access method com.adobe.livecycle.mosaic.common.impl.BeanLookupMixin.<init>()V from class org.apache.jsp.login_jsp
    at org.apache.jsp.login_jsp._jspService(login_jsp.java:58)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:343)
    at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(Filter SecurityInterceptor.java:109)
    at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(Filt erSecurityInterceptor.java:83)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:355)
    at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTran slationFilter.java:97)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:355)
    at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManageme ntFilter.java:100)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:355)
    at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(An onymousAuthenticationFilter.java:78)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:355)
    at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFil ter(SecurityContextHolderAwareRequestFilter.java:54)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:355)
    at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCac heAwareFilter.java:35)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:355)
    at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(Ba sicAuthenticationFilter.java:177)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:355)
    at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.do Filter(AbstractAuthenticationProcessingFilter.java:188)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:355)
    at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter .java:105)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:355)
    at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(Securi tyContextPersistenceFilter.java:79)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChain Proxy.java:355)
    at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:149)
    at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy .java:237)
    at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java: 167)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.ja va:588)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
    at java.lang.Thread.run(Thread.java:619)
    ----------------Start of the error-----------------------
    Also let me know if you want me to start new thread for this error.

  • Unable to find data source null [Caused by: jdbc/Apps1DataSource not found]

    Hi,
    I am using OA Adapter which listens to an EBiz HRMS event, and I am encountering the following error in $Home\j2ee\oc4j_soa\log\oc4j_soa_default_group_1\oc4j\log.xml while registering the ESB service.
    Error details:
    <MSG_TEXT>Failed to process control event for Service "DefaultSystem.SyncWorkerPartyEbizOAAdapter" due to an error while adding the Service! Reason : oracle.tip.esb.server.common.exceptions.BusinessEventFatalException: An unhandled exception has been thrown in the ESB system. The exception reported is: "ORABPEL-12517
    AdapterFrameworkImpl::endpointActivation - Endpoint Activation Error.
    The Resource Adapter Oracle Applications Resource Adapter was unable to activate the endpoint oracle.tip.adapter.apps.AppsWFBesQueueDequeueActivationSpec:{MessageSelectorRule=tab.user_data.event_name = 'oracle.apps.per.api.person.update_person', QueueName=WF_BPEL_Q, Consumer=ORA_6krj2dpn70s36c1g6h1k8dhi8h, DatabaseSchema=APPS, AppsEventSchema=ANY_SCHEMA} due to the following reason: javax.resource.ResourceException: Unable to find data source null Caused by: jdbc/Apps1DataSource not found
    Please correct the reported issue and redeploy the BPEL process.
         at oracle.tip.adapter.fw.jca.AdapterFrameworkImpl.endpointActivation(AdapterFrameworkImpl.java:566)
         at oracle.tip.esb.server.service.impl.inadapter.ESBActivationAgent.activateInboundJcaEndpoint(ESBActivationAgent.java:390)
         at oracle.tip.esb.server.service.impl.inadapter.ESBActivationAgent.performEndpointActivation(ESBActivationAgent.java:306)
         at oracle.tip.esb.server.service.impl.inadapter.ESBActivationAgent.activateEndpoint(ESBActivationAgent.java:236)
         at oracle.tip.esb.server.service.impl.inadapter.ESBActivationAgent.activateEndpoint(ESBActivationAgent.java:209)
         at oracle.tip.esb.server.service.impl.inadapter.InboundAdapterService.activateEndpoint(InboundAdapterService.java:177)
         at oracle.tip.esb.server.service.impl.inadapter.InboundAdapterService.activateService(InboundAdapterService.java:119)
         at oracle.tip.esb.server.service.EsbServiceFactory.activateEsbService(EsbServiceFactory.java:222)
         at oracle.tip.esb.server.service.EsbServiceFactory.addEsbService(EsbServiceFactory.java:240)
         at oracle.tip.esb.server.common.RuntimeESBSystem.addService(RuntimeESBSystem.java:211)
         at oracle.tip.esb.common.system.ServiceEventsHandler.handleCreateService(ServiceEventsHandler.java:72)
         at oracle.tip.esb.common.system.MetadataChangeListener.handleServiceEvent(MetadataChangeListener.java:136)
         at oracle.tip.esb.common.system.MetadataChangeListener.onMetadataChange(MetadataChangeListener.java:85)
         at oracle.tip.esb.common.control.ControlMessageHandler.handleMessage(ControlMessageHandler.java:115)
         at oracle.tip.esb.server.dispatch.agent.ESBWork.process(ESBWork.java:162)
         at oracle.tip.esb.server.dispatch.agent.ESBWork.run(ESBWork.java:120)
         at oracle.j2ee.connector.work.WorkWrapper.runTargetWork(WorkWrapper.java:242)
         at oracle.j2ee.connector.work.WorkWrapper.doWork(WorkWrapper.java:215)
         at oracle.j2ee.connector.work.WorkWrapper.run(WorkWrapper.java:190)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:814)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: javax.resource.ResourceException: Unable to find data source null
         at oracle.tip.adapter.apps.AppsManagedConnectionFactory.getDataSourceConnection(AppsManagedConnectionFactory.java:411)
         at oracle.tip.adapter.apps.AppsManagedConnectionFactory.getConnection(AppsManagedConnectionFactory.java:288)
         at oracle.tip.adapter.apps.AppsManagedConnection.getConnection(AppsManagedConnection.java:85)
         at oracle.tip.adapter.apps.AppsConnection.getJdbcConnection(AppsConnection.java:70)
         at oracle_tip_adapter_apps_AppsConnection_Proxy.getJdbcConnection()
         at oracle.tip.adapter.aq.database.MessageReader.establishDBconnection(MessageReader.java:358)
         at oracle.tip.adapter.aq.database.MessageReader.&lt;init>(MessageReader.java:265)
         at oracle.tip.adapter.aq.inbound.AQActivationSpecDequeuer.init(AQActivationSpecDequeuer.java:142)
         at oracle.tip.adapter.aq.AQEndpoint.&lt;init>(AQEndpoint.java:99)
         at oracle.tip.adapter.aq.AQResourceAdapter.endpointActivation(AQResourceAdapter.java:73)
         at oracle.tip.adapter.apps.AppsResourceAdapter.endpointActivation(AppsResourceAdapter.java:147)
         at oracle.tip.adapter.fw.jca.AdapterFrameworkImpl.endpointActivation(AdapterFrameworkImpl.java:541)
         ... 20 more
    Caused by: javax.naming.NameNotFoundException: jdbc/Apps1DataSource not found
         at com.evermind.server.rmi.RMIServerContext.lookup(RMIServerContext.java:207)
         at com.evermind.server.ApplicationContext.unprivileged_lookup(ApplicationContext.java:257)
         at com.evermind.server.ApplicationContext.lookup(ApplicationContext.java:197)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at oracle.tip.adapter.apps.AppsManagedConnectionFactory.getDataSourceConnection(AppsManagedConnectionFactory.java:408)
         ... 31 more
    </MSG_TEXT>
    I have added the connection properties in $Home\j2ee\oc4j_soa\application-deployments\defaul\oc4j-ra.xml as follows:
    <connector-factory location="eis/Apps/apps1" connector-name="Oracle Applications Adapter">
         <config-property name="xADataSourceName" value="jdbc/AIADataSource"/>
         <config-property name="dataSourceName" value=""/>
         <connection-pooling use="none">
         </connection-pooling>
         <security-config use="none">
         </security-config>
    </connector-factory>
    Please correct me if the connection properties are wrong.
    I tried AppsEventSchema with 'NO-SCHEMA' and 'ANY-SCHEMA' also.
    If I use File Adapter I was able to register the ESB and instances were created successfully.
    My versions:
    JDEV:      10.1.3.3.0
    SOA:     10.1.3.3.0
    I have done a lot of research on this but in vain. Is there any patch for rectifying this error?
    Help me on this issue pl.
    Regards
    RK

    You need to check your datasource name jdbc/AIADataSource
    Check out your data-sources.xml to make sure you didn't mistype it.

  • Microsoft Office for Mac installer give following error: Aug  1 15:23:08 MyDisk Installer[537]: directory not found '/var/folders/5v/s2wpc1ms7s99d0g2dx7lzjfw0000gn/T//Install.537GZGcI6' Aug  1 15:23:08 MyDisk Installer[537]: Install failed: The Installer

    Aug  1 15:23:08 MyDisk Installer[537]: directory not found '/var/folders/5v/s2wpc1ms7s99d0g2dx7lzjfw0000gn/T//Install.537GZGcI6'
    Aug  1 15:23:08 MyDisk Installer[537]: Install failed: The Installer can’t create the folder “/var/folders/5v/s2wpc1ms7s99d0g2dx7lzjfw0000gn/T//Install.537GZGcI6”.
    Aug  1 15:23:09 MyDisk Installer[537]: Displaying 'Install Failed' UI.
    Aug  1 15:23:09 MyDisk Installer[537]: 'Install Failed' UI displayed message:'The Installer can’t create the folder “/var/folders/5v/s2wpc1ms7s99d0g2dx7lzjfw0000gn/T//Install.537GZGcI6”.'.
    other prods having trouble with /var/* as well...
    what gives? and what corrections to take?
    Thanks in advance

    Back up all data.
    Launch the Font Book application and validate all fonts. You must select the fonts in order to validate them. See the built-in help and this support article for instructions. If Font Book finds any issues, resolve them.
    From the application's menu bar, select
    File ▹ Restore Standard Fonts...
    You'll be prompted to confirm, and then to enter your administrator login password.
    Boot in safe mode to rebuild the font caches. Boot again as usual and test.
    Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t boot in safe mode. In that case, ask for instructions.
    Also note that if you deactivate or remove any built-in fonts, for instance by using a third-party font manager, the system may become unstable.

  • Firefox 7.0 - Can not upload the file from local machine to server...gives "error 404 : file not found"

    firefox 7.0 - Can not upload the file from local machine to server...gives "error 404 : file not found"

    you have not understood my point
    how does this code will run on servlet when I want to upload a file from client's
    machine to server machine
    what I am doing is I am giving an option to the user that he/she can browse the file and then select any file and finally it's action is post in the jsp form for which I have sent the code
    All the computers are connected in LAN
    So how to upload a file from client's machine to server's machine
    Plz give me a solution

  • Cisco IPS4255 won't boot (error=Searching / for images to boot. No images found in / Error 15: File not found unable to boot an image)

    Hello,
    I have a Cisco IPS4255 that will not boot an image.  I'm seemingly successfully completing a TFTPDNLD each time, but it keeps rebooting with the cannot find image in \ error.
    Here is a detailed snap shot:
    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-qformat:yes;
    mso-style-parent:"";
    mso-padding-alt:0in 5.4pt 0in 5.4pt;
    mso-para-margin-top:0in;
    mso-para-margin-right:0in;
    mso-para-margin-bottom:10.0pt;
    mso-para-margin-left:0in;
    line-height:115%;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:"Calibri","sans-serif";
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-fareast-font-family:"Times New Roman";
    mso-fareast-theme-font:minor-fareast;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;
    mso-bidi-font-family:"Times New Roman";
    mso-bidi-theme-font:minor-bidi;}
    #1- I TFTP image to device which automatically starts the output below:
    ENABLING IO-APIC IRQs
    Setting 14 in the phys_id_present_map
    ...changing IO-APIC physical APIC ID to 14 ... ok.
    Setting 13 in the phys_id_present_map
    ...changing IO-APIC physical APIC ID to 13 ... ok.
    ..TIMER: vector=0x31 pin1=2 pin2=0
    testing the IO APIC.......................
    .................................... done.
    Using local APIC timer interrupts.
    calibrating APIC timer ...
    ..... CPU clock speed is 3000.1599 MHz.
    ..... host bus clock speed is 200.0105 MHz.
    cpu: 0, clocks: 2000105, slice: 1000052
    CPU0<T0:2000096,T1:1000032,D:12,S:1000052,C:2000105>
    Waiting on wait_init_idle (map = 0x0)
    All processors have done init_idle
    PCI: PCI BIOS revision 2.10 entry at 0xff648, last bus=4
    PCI: Using configuration type 1
    PCI: Probing PCI hardware
    PCI: Probing PCI hardware (bus 00)
    PCI: Ignoring BAR0-3 of IDE controller 00:1f.2
    Transparent bridge - Intel Corp. 82801BA/CA/DB/EB PCI Bridge
    PCI->APIC IRQ transform: (B0,I29,P0) -> 16
    PCI->APIC IRQ transform: (B0,I29,P1) -> 19
    PCI->APIC IRQ transform: (B0,I29,P3) -> 23
    PCI->APIC IRQ transform: (B0,I31,P0) -> 16
    PCI->APIC IRQ transform: (B0,I31,P1) -> 17
    PCI->APIC IRQ transform: (B0,I31,P1) -> 17
    PCI->APIC IRQ transform: (B2,I1,P0) -> 18
    PCI->APIC IRQ transform: (B3,I1,P0) -> 24
    PCI->APIC IRQ transform: (B3,I2,P0) -> 24
    PCI->APIC IRQ transform: (B3,I2,P1) -> 25
    PCI->APIC IRQ transform: (B3,I3,P0) -> 26
    PCI->APIC IRQ transform: (B3,I3,P1) -> 27
    PCI->APIC IRQ transform: (B4,I2,P0) -> 16
    PCI->APIC IRQ transform: (B4,I3,P0) -> 17
    PCI: Cannot allocate resource region 0 of device 00:00.0
    isapnp: Scanning for PnP cards...
    isapnp: No Plug & Play device found
    Linux NET4.0 for Linux 2.4
    Based upon Swansea University Computer Society NET3.039
    Initializing RT netlink socket
    Starting kswapd
    allocated 32 pages and 32 bhs reserved for the highmem bounces
    Journalled Block Device driver loaded
    keyboard: controller not found
    pty: 2048 Unix98 ptys configured
    Serial driver version 5.05c (2001-07-08) with MANY_PORTS MULTIPORT SHARE_IRQ SER
    IAL_PCI ISAPNP enabled
    ttyS00 at 0x03f8 (irq = 4) is a 16550A
    ttyS01 at 0x02f8 (irq = 3) is a 16550A
    Real Time Clock Driver v1.10f
    RAMDISK driver initialized: 16 RAM disks of 30720K size 1024 blocksize
    loop: loaded (max 8 devices)
    lpc: version 0.1 (Mar  4 2005)
    Uniform Multi-Platform E-IDE driver Revision: 7.00beta4-2.4
    ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
    hda: TOQHIBA THLCD512MBA, CFA DISK drive
    hdb: QalDisi QDAF@-510, ATA DISK drive
    ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
    hda: attached ide-disk driver.
    hda: task_no_data_intr: status=0x51 { DriveReady SeekComplete Error }
    hda: task_no_data_intr: error=0x04 { DriveStatusError }
    hda: 484848 sectors (248 MB) w/2KiB Cache, CHS=481/16/63
    hdb: attached ide-disk driver.
    hdb: task_no_data_intr: status=0x51 { DriveReady SeekComplete Error }
    hdb: task_no_data_intr: error=0x04 { DriveStatusError }
    hdb: 484848 sectors (248 MB) w/1KiB Cache, CHS=481/16/63
    Partition check:
    hda: hda1 hda2 hda3 hda4
    hdb: hdb1 hdb2 hdb3 hdb4
    ide: late registration of driver.
    SCSI subsystem driver Revision: 1.00
    i2c-core.o: i2c core module version 2.8.7 (20040611)
    i2c-dev.o: i2c /dev entries driver module version 2.8.7 (20040611)
    i2c-proc.o version 2.8.7 (20040611)
    i2c-i801 version 2.8.7 (20040611)
    NET4: Linux TCP/IP 1.0 for NET4.0
    IP Protocols: ICMP, UDP, TCP, IGMP
    IP: routing cache hash table of 32768 buckets, 256Kbytes
    TCP: Hash tables configured (established 262144 bind 65536)
    Linux IP multicast router 0.06 plus PIM-SM
    NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
    RAMDISK: Compressed image found at block 0
    Freeing initrd memory: 26522k freed
    VFS: Mounted root (ext2 filesystem) readonly.
    Freeing unused kernel memory: 136k freed
    init started:  EXT2-fs warning: checktime reached, running e2fsck is recommended
    BusyBox v1.00-rc1 (2005.03.04-09:39+0000) multi-call binary
    init started:  BusyBox v1.00-rc1 (2005.03.04-09:39+0000) multi-call binary
    Starting pid 10, console /dev/ttyS0: '/etc/init.d/rcS'
    Recovery version 1.13
    Started on Sun Mar  7 05:17:41 UTC 2010
    Full system recovery
    A
    Please press Enter to activate this console.
    tarting pid 86, console /dev/ttyS0: '/bin/sh'
    BusyBox v1.00-rc1 (2005.03.04-09:39+0000) Built-in shell (ash)
    Enter 'help' for a list of built-in commands.
    #2- I’m not a unix/linux person so I don’t have the knowledge to fix the “hdx” errors above, so after reboot it goes to “rommon”
    Booting system, please wait...
    CISCO SYSTEMS
    Embedded BIOS Version 1.0(10)0 03/25/05 22:42:05.25
    Low Memory: 631 KB
    High Memory: 3968 MB
    PCI Device Table.
    Bus Dev Func VendID DevID Class              Irq
    00  00  00   8086   2578  Host Bridge
    00  01  00   8086   2579  PCI-to-PCI Bridge
    00  03  00   8086   257B  PCI-to-PCI Bridge
    00  1C  00   8086   25AE  PCI-to-PCI Bridge
    00  1D  00   8086   25A9  Serial Bus         11
    00  1D  01   8086   25AA  Serial Bus         10
    00  1D  04   8086   25AB  System
    00  1D  05   8086   25AC  IRQ Controller
    00  1D  07   8086   25AD  Serial Bus         9
    00  1E  00   8086   244E  PCI-to-PCI Bridge
    00  1F  00   8086   25A1  ISA Bridge
    00  1F  02   8086   25A3  IDE Controller     11
    00  1F  03   8086   25A4  Serial Bus         5
    00  1F  05   8086   25A6  Audio              5
    02  01  00   8086   1075  Ethernet           11
    03  01  00   177D   0003  Encrypt/Decrypt    9
    03  02  00   8086   1079  Ethernet           9
    03  02  01   8086   1079  Ethernet           9
    03  03  00   8086   1079  Ethernet           9
    03  03  01   8086   1079  Ethernet           9
    04  02  00   8086   1209  Ethernet           11
    04  03  00   8086   1209  Ethernet           5
    Evaluating BIOS Options ...
    Launch BIOS Extension to setup ROMMON
    Cisco Systems ROMMON Version (1.0(10)0) #0: Fri Mar 25 23:02:10 PST 2005
    Platform IPS-4255-K9
    Management0/0
    Link is UP
    MAC Address: 000f.f775.7e24
    Use ? for help.
    rommon #0>
    #3- If the TFTP is rerun the entire cycle starts again.

    The IPS 4255 sensor appliance has only a single 512 MB internal CompactFlash module for storage by-default, so this part of the output you posted is interesting:
    hda: TOQHIBA THLCD512MBA, CFA DISK drive
    hdb: QalDisi QDAF@-510, ATA DISK drive
    ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
    hda: attached ide-disk driver.
    hda: task_no_data_intr: status=0x51 { DriveReady SeekComplete Error }
    hda: task_no_data_intr: error=0x04 { DriveStatusError }
    hda: 484848 sectors (248 MB) w/2KiB Cache, CHS=481/16/63
    hdb: attached ide-disk driver.
    hdb: task_no_data_intr: status=0x51 { DriveReady SeekComplete Error }
    hdb: task_no_data_intr: error=0x04 { DriveStatusError }
    hdb: 484848 sectors (248 MB) w/1KiB Cache, CHS=481/16/63
    As it appears that two (2) 256 MB ("248 MB") storage devices are being detected (despite the model of the first even containing "512MB" in its name).
    I'd recommend double-checking that there is nothing installed in the "External compact flash device" slot located on the back of the appliance. See here for reference: http://www.cisco.com/en/US/docs/security/ips/7.0/installation/guide/hw_installing_4240_4255.html#wp2726
    If there is a CompactFlash module installed there, eject and remove it, then power-cycle the appliance and attempt the re-image ("recovery") process once more. If the boot output still contains the same errors for hda and hdb, then it is probably a failing/failed CompactFlash module, so an RMA will likely be necessary to resolve.

  • Error Message: Resource Not Found, Unable to Load SyncUICoreLocalized.dll

    I'm having trouble syncing my iPhone 4. I get an error message that says: Resource Not Found, Unable to load SyncUICoreLocalized.dll.  This is preventing me from transferring my information from my old phone to my new iPhone 5c.  Can anyone help me??? A simple restart of the computer did not solve the problem.
    Thanks :-)

    I found a thread of people having the same problem, and a suggestion by stanalet solved my problem! Thanks stanalet!

  • Getting error message file not found unable to sync to ipod

    90 percent of my music from my playlists wont load to my ipod. It has loaded in the past nut now i get message file not found unable to sync. Meanwhile I can play all of this music out of itunes I just cant seem to load it to my ipod. why? all of the songs in the playlists seem to have an "!" next to them in the track list. That is until i play them then it goes away im not sure if these things are related but i think they may be. plaese help

    +all of the songs in the playlists seem to have an "!" next to them in the track list. That is until i play them then it goes away im not sure if these things are related but i think they may be.+
    Yes, I'm sure they are related. I have no idea how your PC/itunes got into that state. What's happening now, is itunes thinks it doesn't know where the file is on your PC's hard drive, but when you double-click it, it mysteriously finds it.
    I suspect after itunes finds it again, it will load to your ipod.
    Is this music on an external HD?

  • Unable to open -- because a document with that type is not found

    Well, i have an italian mac os x based so the program names and the message are reported "as is" in italian language 
    My friend Giovanni ask me to solve a puzzle, all the images on a usb key cannot open with Anteprima (the program name in italian). But the thumbnails are ok, and also photoshop open all with no trouble. Usual jpeg images, not cmyk or app masked as image.
    In italian the message is that
    Impossibile aprire il documento "001.JPG" perché non c'è un documento di quel tipo.
    So, the problem was out-of-there, in the Volume names: ETERNITÀ (means eternity in italian) who contains an accented letter À from pc. When i change it's volume name in ETERNITA (no accented letter), all gone ok. Anteprima open all images with no warning.
    BUT ALSO WHEN I RENAME THE USB KEYBOARD in mac writing À as Alt+9 A, Anteprima now open all images with no warning

    Another sample program that triggers this bug is:
    #include <map>
    #include <string>
    class CUserCopyAssign
        public:
            CUserCopyAssign(int a);
            CUserCopyAssign(const CUserCopyAssign &other);
            CUserCopyAssign &operator=(const CUserCopyAssign &other);
            int getA(void) const;
        private:
            int m_A;
    CUserCopyAssign::CUserCopyAssign(int a) : m_A(a)
    CUserCopyAssign::CUserCopyAssign(const CUserCopyAssign &other) : m_A(other.m_A)
    CUserCopyAssign &CUserCopyAssign::operator=(const CUserCopyAssign &other)
        m_A = other.m_A;
        return *this;
    int CUserCopyAssign::getA(void) const
        return m_A;
    int main(int, char **)
        typedef std::map<std::string, CUserCopyAssign> TStrObjMap;
        TStrObjMap aMap;
        CUserCopyAssign obj(7);
        aMap.insert(TStrObjMap::value_type("a", obj));
        return 0;
    When built with:
    CC -std=c++11 -m64 main.cpp
    you get the same error:
    "/opt/SolarisStudio12.4-beta_mar14-solaris-x86/lib/compilers/CC-gcc/include/c++/4.7.2/bits/stl_tree.h", line 139: Error: Using deleted function 'std::pair<const std::string, CUserCopyAssign>::pair(std::pair<const std::string, CUserCopyAssign>&&)'.
    Please can you make sure this case is covered in your regression tests as well as the make_pair example as it will be critical to people trying to compile a mix of old-style C++03 and new-style C++11 code in the same project.

  • Brrestore give error termination message not found

    Dear all
    i have try to restore offline backup to test system bcaz while database upgrade it got crashed it shows error ora-01157 and ora-01110 i have the backup of system
    while i am trying to restore the backup it throws error terminated message not found d:\oracle\SID\sapbackup\beojggvh.afd log file incomplete
    i used following command
    brrestore -b beojggvh.afd -m full -c
    i copied backSID.log and beojggvh.afd file from offline backup folder to target system /oracle/sid/sapbackup  suggest i went wrong
    i am on windows
    Regards

    Hi,
    Share the complete error log file and make sure data file using for restore should be a successful one complete offline backup.In addition share alert_<SID>.log file also.
    Regards,
    Gaurav

  • Call to HttpSendRequestSync failed for port 80 with status code 500, text: Internal Server Error

    Hi,
    I have a sccm 2007 infrastructure with multiple site. from some period of time one site start to have problems after some switches changes.
    I try to locate the problem but until now no succes.
    Any ideea?
    Thks

    mp.msi log
    Property(S): SystemFolder.BFC13682_FB8F_4455_9724_4DDBBBF713D7 = C:\WINDOWS\system32\
    Property(S): X64Perf.BFC13682_FB8F_4455_9724_4DDBBBF713D7 = C:\WINDOWS\system32\CCM\X64Perf\
    Property(S): CCMSERVERDATAROOT = d:\sms
    Property(S): Incoming.BFC13682_FB8F_4455_9724_4DDBBBF713D7 = d:\sms\CCM\Incoming\
    Property(S): Outgoing.BFC13682_FB8F_4455_9724_4DDBBBF713D7 = d:\sms\CCM\Outgoing\
    Property(S): CcmSystemVDirName = CCM_System
    Property(S): CcmSystemRegVDirName = CCM_System_WindowsAuth
    Property(S): CcmSystemAltAuthVDirName = CCM_System_AltAuth
    Property(S): System.8D24F0F7_99DC_460C_9DA6_4193612E0D59 = C:\WINDOWS\system32\CCM\ServiceData\System\
    Property(S): IA64Dir.181B4E66_9269_4E84_9E55_B6E7B91A7472 = C:\WINDOWS\system32\CCM\IA64\
    Property(S): System.181B4E66_9269_4E84_9E55_B6E7B91A7472 = C:\WINDOWS\system32\CCM\ServiceData\System\
    Property(S): x64Dir.6E186A08_E33E_4FBC_A39A_E3456945465F = C:\WINDOWS\system32\CCM\x64\
    Property(S): System.6E186A08_E33E_4FBC_A39A_E3456945465F = C:\WINDOWS\system32\CCM\ServiceData\System\
    Property(S): SMSCACHEDIR = Default
    Property(S): SMSCACHEFLAGS = Default
    Property(S): DISABLESITEOPT = Default
    Property(S): DISABLECACHEOPT = Default
    Property(S): SMSCACHESIZE = 5120
    Property(S): x64.1A064B3F_A0C0_4EAC_8EE8_5AA5F0B33E3E = C:\WINDOWS\system32\CCM\x64\
    Property(S): IA64.15899AB9_39B9_4695_BC16_3CCBF38F7EEB = C:\WINDOWS\system32\CCM\IA64\
    Property(S): CCMINSTALLMSMQ = FALSE
    Property(S): CCMINSTALLMP = 1
    Property(S): ARPSYSTEMCOMPONENT = 1
    Property(S): ARPNOREMOVE = 1
    Property(S): ARPNOMODIFY = 1
    Property(S): CCMENABLELOGGING_Default = FALSE
    Property(S): CCMLOGLEVEL_Default = 1
    Property(S): CCMLOGMAXSIZE_Default = 2000000
    Property(S): CCMLOGMAXHISTORY_Default = 1
    Property(S): SecureCustomProperties = CCMENABLELOGGING;CCMLOGLEVEL;CCMLOGMAXHISTORY;CCMLOGMAXSIZE;CCMDEBUGLOGGING;CCMOSINSTALLPATHS;CCMINSTALLMSMQ;CCMINSTALLMP;SMSUPGRADEPRODUCTS;CCMSERVERDATAROOT;SMSUPLEVELPRODUCTS;USESMSPORTS;SMSPORTS;CCMHTTPPORT;SMSSP1COLOCDOWNGRADE;USESMSSSLPORTS;SMSSSLPORTS;SMSSSLSTATE;CCMHTTPSPORT;CCMHTTPSCERTNAME;SMSFWKUPGRADEFROMPREV4BETA2;CCMFWKUPGRADEFROMPREV4BETA2;SMSCWS;CCMSHAREMODE
    Property(S): AdminProperties = CCMENABLELOGGING;CCMLOGLEVEL;CCMLOGMAXHISTORY;CCMLOGMAXSIZE;CCMDEBUGLOGGING;CCMOSINSTALLPATHS;CCMINSTALLMSMQ;CCMINSTALLMP;CCMSERVERDATAROOT;CCMALLOWSILENTREBOOT;CCMHTTPPORT;CCMHTTPSPORT;CCMHTTPSCERTNAME;SMSCWS
    Property(S): CcmDefaultPolicyAuthorityPriority = 10
    Property(S): SmsDetectColocationDowngrade_ErrorMessage = A newer version of the Configuration Manager Client is installed. Cannot continue installing this version of the management point.
    Property(S): ButtonText_Next = &Next >
    Property(S): ButtonText_Back = < &Back
    Property(S): ButtonText_Cancel = &Cancel
    Property(S): ButtonText_Finish = &Finish
    Property(S): ButtonText_Install = &Install
    Property(S): ButtonText_Close = &Close
    Property(S): ButtonText_OK = &OK
    Property(S): ButtonText_Abort = &Abort
    Property(S): ButtonText_Ignore = &Ignore
    Property(S): ButtonText_No = &No
    Property(S): ButtonText_Yes = &Yes
    Property(S): ButtonText_Retry = &Retry
    Property(S): ButtonText_Exit = &Exit
    Property(S): FilesInUse_Info = Setup has detected that it needs to update some files that are currently in use by other processes.
    To prevent having to reboot the machine, please close the following applications:
    Property(S): DefaultUIFont = DefaultDlgFont
    Property(S): DialogBox_Title = SMS Management Point Setup
    Property(S): WelcomeDialog_Info = This will install the Systems Management Server Management Point.
    Property(S): InstallDialog_Title = Install
    Property(S): InstallDialog_SubTitle = The product is now ready to install
    Property(S): InstallDialog_Info = Click Next to proceed.
    Property(S): ProgressDialog_Title = Please Wait
    Property(S): ProgressDialog_SubTitle = Setup is configuring your system.
    Property(S): CompleteDialog_Title = Setup Complete
    Property(S): CompleteDialog_SubTitle = Setup has finished updating your system.
    Property(S): CompleteDialog_Info = Setup was successful.
    Property(S): UserExitDialog_Title = Setup Aborted
    Property(S): UserExitDialog_SubTitle = Setup was cancelled
    Property(S): UserExitDialog_Info = The SMS Management Point setup was cancelled.
    Property(S): InstallErrorDialog_Title = Setup Aborted
    Property(S): InstallErrorDialog_SubTitle = Setup failed
    Property(S): InstallErrorDialog_Info = Setup encountered an error and could not continue.
    Property(S): SystemFolder.1114972D_590D_4AB6_BA2E_779928CEDCC2 = C:\WINDOWS\system32\
    Property(S): X64Perf.1114972D_590D_4AB6_BA2E_779928CEDCC2 = C:\WINDOWS\system32\CCM\X64Perf\
    Property(S): CcmDefaultPolicyAuthority = SMS:MP:Default:{B391E30E-C8BD-41FC-8B8C-540C4365DBE0}
    Property(S): MPVDirRoot.67022EC1_A401_46E9_91FC_2DF2ED04CF15 = C:\WINDOWS\system32\CCM\SMS_MP\
    Property(S): x64.0A840968_9A21_4DA4_A2B3_06C6AEAA2EC9 = C:\WINDOWS\system32\CCM\x64\
    Property(S): MPVDirRoot.0A840968_9A21_4DA4_A2B3_06C6AEAA2EC9 = C:\WINDOWS\system32\CCM\SMS_MP\
    Property(S): IA64.41483201_CB1F_4581_8423_CA84BCFA8A59 = C:\WINDOWS\system32\CCM\IA64\
    Property(S): MPVDirRoot.41483201_CB1F_4581_8423_CA84BCFA8A59 = C:\WINDOWS\system32\CCM\SMS_MP\
    Property(S): Res1033.0EACD2EE_412B_4985_9727_96BC217AABD8 = C:\WINDOWS\system32\CCM\1033\
    Property(S): Res1033.4CB41E5B_59DE_4D09_98C5_332377961F73 = C:\WINDOWS\system32\CCM\1033\
    Property(S): ProductState = -1
    Property(S): PackagecodeChanging = 1
    Property(S): USESMSPORTS = TRUE
    Property(S): SMSPORTS = 80
    Property(S): USESMSSSLPORTS = TRUE
    Property(S): SMSSSLPORTS = 443
    Property(S): USESMSSSL = TRUE
    Property(S): SMSSSLSTATE = 0
    Property(S): CCMENABLELOGGING = TRUE
    Property(S): CCMLOGLEVEL = 1
    Property(S): CCMLOGMAXSIZE = 1000000
    Property(S): CCMLOGMAXHISTORY = 1
    Property(S): CURRENTDIRECTORY = D:\sms\bin\i386
    Property(S): CLIENTUILEVEL = 3
    Property(S): CLIENTPROCESSID = 4972
    Property(S): VersionDatabase = 110
    Property(S): VersionMsi = 3.01
    Property(S): VersionNT = 502
    Property(S): WindowsBuild = 3790
    Property(S): ServicePackLevel = 2
    Property(S): ServicePackLevelMinor = 0
    Property(S): MsiNTProductType = 3
    Property(S): WindowsFolder = C:\WINDOWS\
    Property(S): WindowsVolume = C:\
    Property(S): System16Folder = C:\WINDOWS\system\
    Property(S): RemoteAdminTS = 1
    Property(S): TempFolder = C:\WINDOWS\TEMP\
    Property(S): ProgramFilesFolder = C:\Program Files\
    Property(S): CommonFilesFolder = C:\Program Files\Common Files\
    Property(S): AppDataFolder = C:\WINDOWS\system32\config\systemprofile\Application Data\
    Property(S): FavoritesFolder = C:\WINDOWS\system32\config\systemprofile\Favorites\
    Property(S): NetHoodFolder = C:\WINDOWS\system32\config\systemprofile\NetHood\
    Property(S): PersonalFolder = C:\WINDOWS\system32\config\systemprofile\My Documents\
    Property(S): PrintHoodFolder = C:\WINDOWS\system32\config\systemprofile\PrintHood\
    Property(S): RecentFolder = C:\WINDOWS\system32\config\systemprofile\Recent\
    Property(S): SendToFolder = C:\WINDOWS\system32\config\systemprofile\SendTo\
    Property(S): TemplateFolder = C:\Documents and Settings\All Users\Templates\
    Property(S): CommonAppDataFolder = C:\Documents and Settings\All Users\Application Data\
    Property(S): LocalAppDataFolder = C:\WINDOWS\system32\config\systemprofile\Local Settings\Application Data\
    Property(S): MyPicturesFolder = C:\WINDOWS\system32\config\systemprofile\My Documents\My Pictures\
    Property(S): AdminToolsFolder = C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools\
    Property(S): StartupFolder = C:\Documents and Settings\All Users\Start Menu\Programs\Startup\
    Property(S): ProgramMenuFolder = C:\Documents and Settings\All Users\Start Menu\Programs\
    Property(S): StartMenuFolder = C:\Documents and Settings\All Users\Start Menu\
    Property(S): DesktopFolder = C:\Documents and Settings\All Users\Desktop\
    Property(S): FontsFolder = C:\WINDOWS\Fonts\
    Property(S): GPTSupport = 1
    Property(S): OLEAdvtSupport = 1
    Property(S): ShellAdvtSupport = 1
    Property(S): Intel = 15
    Property(S): PhysicalMemory = 4095
    Property(S): VirtualMemory = 5202
    Property(S): AdminUser = 1
    Property(S): LogonUser = SYSTEM
    Property(S): UserSID = S-1-5-18
    Property(S): UserLanguageID = 1033
    Property(S): ComputerName = CCAZ341
    Property(S): SystemLanguageID = 6153
    Property(S): ScreenX = 1024
    Property(S): ScreenY = 768
    Property(S): CaptionHeight = 19
    Property(S): BorderTop = 1
    Property(S): BorderSide = 1
    Property(S): TextHeight = 16
    Property(S): ColorBits = 32
    Property(S): TTCSupport = 1
    Property(S): Time = 15:42:16
    Property(S): Date = 4/9/2014
    Property(S): MsiNetAssemblySupport = 2.0.50727.42
    Property(S): MsiWin32AssemblySupport = 5.2.3790.3959
    Property(S): RedirectedDllSupport = 2
    Property(S): Privileged = 1
    Property(S): USERNAME = TGAdmin
    Property(S): COMPANYNAME = Teagasc
    Property(S): DATABASE = C:\WINDOWS\Installer\15b9a.msi
    Property(S): OriginalDatabase = d:\sms\bin\i386\mp.msi
    Property(S): UILevel = 2
    Property(S): ACTION = INSTALL
    Property(S): SMSCWSADSPATH = IIS://LocalHost/W3SVC/1
    Property(S): CCMSHAREMODE = 1
    Property(S): IISAnonymousUserAccount = IUSR_CCAZ341
    Property(S): ROOTDRIVE = E:\
    Property(S): CostingComplete = 1
    Property(S): OutOfDiskSpace = 0
    Property(S): OutOfNoRbDiskSpace = 0
    Property(S): PrimaryVolumeSpaceAvailable = 21613138
    Property(S): PrimaryVolumeSpaceRequired = 29783
    Property(S): PrimaryVolumeSpaceRemaining = 21583355
    Property(S): INSTALLLEVEL = 1
    Property(S): CcmAdministratorsGroupName = Administrators
    Property(S): CcmUsersGroupName = Users
    Property(S): CcmCreatorOwnerAccountName = CREATOR OWNER
    Property(S): PrimaryVolumePath = C:
    Property(S): SOURCEDIR = d:\sms\bin\i386\
    Property(S): SourcedirProduct = {B391E30E-C8BD-41FC-8B8C-540C4365DBE0}
    Property(S): CCMHTTPSPORT = 443
    Property(S): CCMHTTPSSTATE = 0
    Property(S): CCMHTTPPORT = 80
    Property(S): ProductToBeRegistered = 1
    MSI (s) (44:D4) [15:42:16:906]: Note: 1: 1708
    MSI (s) (44:D4) [15:42:16:906]: Product: SMS Management Point -- Installation operation failed.
    MSI (s) (44:D4) [15:42:16:906]: Cleaning up uninstalled install packages, if any exist
    MSI (s) (44:D4) [15:42:16:906]: MainEngineThread is returning 1603
    MSI (s) (44:C0) [15:42:17:015]: Destroying RemoteAPI object.
    MSI (s) (44:F8) [15:42:17:015]: Custom Action Manager thread ending.
    === Logging stopped: 4/9/2014  15:42:16 ===
    MSI (c) (6C:F0) [15:42:17:015]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (c) (6C:F0) [15:42:17:031]: MainEngineThread is returning 1603
    === Verbose logging stopped: 4/9/2014  15:42:17 ===

  • Ent 9 - Can't run mgmt console - admin.cwr gives Error 404: page not found

    Post Author: Alan Weiner
    CA Forum: Deployment
    We just did a fresh install of Crystal Enterprise 9.  When we try to run the Management console, we get an "Error 404: page not found"
      http://wdcwfc80/crystal/enterprise9/admin/en/admin.cwr
      Error 404: The page cannot be found

    Post Author: Alan Weiner
    CA Forum: Deployment
    From the server (although, it uses a browser to connect)
    colin mackenzie:
    Hi Alan Weiner.
    Do you get this message when you run this from the server? or just the workstation / client browser?

  • Suddenly unable to access google.co.uk error message "404 not found. nginx"

    I was able to access this site until recently. I can no longer access it. No internet settings were changed. This is the only site that i am getting this error message on as far as i know.

    1. Have you restarted your router and your broadband device (if they're separate) since you first noticed the problem? If not, do that now and see whether there's any change.
    2. From the Safari menu bar, select
    Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    and confirm. Test.

  • Unable to access SP App from host machine. Page not found

    I have created a virtual machine and configured SharePoint environment for the trail period on my windows 7 machine. I am able to do the Remote desktop connection from my host machine and access my SharePoint sites from the host machine browsers.
    But when I try to access the apps created for SharePoint, it shows the page cannot be found. I am able to access the same App for the same user in the SharePoint server but not its host machine.
    I have added this App domain to the intranet zone of host machine and to the server.
    Could you pls suggest me what I am missing?
    Thanks Sandy (MCTS, MCP)

    Hi Sandy,
    You can check if this issue is related to your virtual machine application network settings.
    Please try to ping your SharePoint server from Windows 7 client see if it could be successful.
    Please try to access your SharePoint site via IP address from Windows 7 IE browser, see if it works, may add SharePoint server ip map in your hosts file  on windows 7 machine.
    also check if it is related to SharePoint AAM configuration.
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/f40c6451-8c49-46ea-a344-ebf9977024d9/sharepoint-top-site-page-keep-getting-the-webpage-cannot-be-found-on-the-remote-machine?forum=sharepointadminprevious
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/16bc995d-de85-42f2-a082-98c357965191/sharepoint-on-virtual-machine?forum=sharepointgenerallegacy
    Thanks
    Daniel Yang
    TechNet Community Support

  • Call Forms Forum from Oracle Forms Main Page - Error 404 Not Found

    Hello !
    The Layout and fuctionality of the Oracle Forms Forum has changed - very nice !
    But it's not possible to call the Oracle Forms Forum
    from the Oracle Forms Main Page !
    Error-message :
    404 Not Found
    OracleJSP: An error occurred. Consult your application/system administrator for support. Programmers should consider setting the init-param debug_mode to "true" to see the complete exception message.
    Thomas

    Please use the [Post-Upgrade Problems|http://forums.oracle.com/forums/forum.jspa?forumID=587&start=0] to report Forums related problems.
    This is the Forms Forum.
    Tony

Maybe you are looking for