Tip when building C++ client using MFC

Hi,
If you've ever tried to build coherence when MFC is enabled (and probably AFX), you will have encountered clashes with various Oracle and Microsoft #defines. It results in a stream of nonsense from the compiler.
I've managed to track down the offending #defines. To get around the problem I create a header file called 'coherence_include.h' which looks like this.
#pragma once
#pragma push_macro("IGNORE")
#pragma push_macro("CONST")
#pragma push_macro("INFINITE")
// clashes discovered thus far
#undef IGNORE
#undef CONST
#undef INFINITE
// add coherence includes required here
#include "coherence/lang.ns"
#include "coherence/io/pof/PortableObject.hpp"
#include "coherence/net/CacheFactory.hpp"
#pragma pop_macro("IGNORE")
#pragma pop_macro("CONST")
#pragma pop_macro("INFINITE")This preserves all the #defines that were defined by MFC (via the inclusion of stdafx.h) and reinstates them once coherence has been included.
You can now safely include this header file from any of you CPP files.
Cheers
Rich

Hi Rich,
Thanks for the good work-around. We recently became aware of this issue and it is adressed in the upcoming release. It was rather unfortunate, all our #defines are prefixed by COH_, and all our other constants are declared as enums or const statics within our namespace. But unfortunately Microsoft has a habit of using an endless series of non-prefixed #defines, thus making for many possible collisions. We found a fairly large number these name collisions and ended up opting to switch to avoiding using all caps names for namespaced constants. Luckily the use of our constants in application code should be very minimal, and refactoring to the new release should require little to no changes.
Thanks,
Mark
Oracle Coherence

Similar Messages

  • Error When Creating Deployable Client Proxy

    I've created a WSDL file from the XI Integration Directory (Tools--> Define Web Service). I then tested this with XMl Spy and VB.NET. They worked fine.
    I then used NWDS (SP13) to create a deployable client proxy. When building the client definition NWDS returned the error <b>"Problem When Generating the Proxy Definition!".</b>
    1. Are there any log files that would be helpful in deciphering the error message?
    2. Should I take this one to SAP. The WSDL is rather long and complex but it is based on XSD from a large national project and the other tools seem to be able to handle it fine.
    Thanks!

    Hi Paul,
    What adapter you havwe used in XI for this?
    It should be SOAP adapter.
    Regards,
    Bhavik

  • Error when building application with Excel included

    Hi All !
    I've read several post on problems with Report Generation Toolkit when building applications that uses Excel or Word interactivity.
    I've included both _Excel Dynamic VIs.vi and _Word Dynamic VIs.vi in my project and added them to the dynamic vis and support files.
    When building I get the error :
    The VI is broken. Open the VI in LabVIEW and fix the errors.
    C:\Programmer\National Instruments\LabVIEW 8.2\vi.lib\addons\_office\_exclsub.llb\_Excel Dynamic VIs.vi
    When opening that VI there is no broken arrow and all the vi's included in this is not broken either.
    I've tried mass compiling and so on but so far luck.
    Regards Morten Kahr
    Regards Kahr
    Certified LabVIEW Architect
    CIM A/S

    If you do a search on this forum you will find this to be a common and vexing problem. I myself had this same exact problem about a year ago, and it took me the better part of a day to track it down. As you will find by reading the various threads on this problem, there seems to be no specific cause for this, and it remains a mystery, and the solutions are no better than chanting voodoo, and probably just as effective.
    One thing you can try is to force a recompile of your VI hierarchy. Open you top-level VI. If it's set up to run when opened, stop it. Hold down the Control key and click the run button. This will force a recompile of the application. Sometimes this works, sometimes it doesn't. Like I said, voodoo.
    Another thing to look for is to check if you are using any diagram disable structures or case structures with a constant wired, as in trying to use the case structure to comment out code.
    Are you using classes and passing by reference? There was a mention of this here.

  • Client web browser closes abruptly when accessing forms deployed using 9iAS 1.0. 2

    I am using 9iAS 1.0.2 on W2K server with SP3.I could successfully launch the application on web browser at server side.Hoever when I try to access from client machine the first time it install the Jinitiator and the web browser gets closed.
    why it is happening? Appreciate any thoughts!
    Thanks

    The problem here is the SOAP engine running on Oracle9iAS 1.0.2.2 is a lower version than that running on Oracle9iAS 9.0.3/OC4J 9.0.3.
    To get them to interoperate (e.g. 1.0.2.2 calling 9.0.3), you would have to do the following:
    1. Build your Web service in OC4J 9.0.3/JDev 9.0.3
    2. Deploy to 9.0.3 environment
    3. Build a Web service client on the 1.0.2.2 environment, not using any 9.0.3 libraries (see below for a link to a paper to do this)
    Conversely if you wanted to call from a OC4J 9.0.3 Web service client to a Oracle9iAS 1.0.2.2 Web service, you would have to do the following:
    1. Build your Web service on 1.0.2.2 using 1.0.2.2 libraries
    2. Deploy this to a 1.0.2.2 environment
    3. Build a client to the 1.0.2.2 Web service using the 9.0.3 libraries
    The reason it likely is not working is that it looks like you are mixing two different generations of SOAP libraries.
    See the link below for how to build and consume Web services using Oracle9iAS 1.0.2.2:
    http://otn.oracle.com/tech/webservices/htdocs/soapr1/ExploreSOAP1022.html
    At the end of that paper is a link to another paper showing how to use JDeveloper 3.2 to build a Web service for 1.0.2.2 - it shows how to use its libraries versus the libraries that came with 9.0.3.
    Mike.

  • Scenario is HTTP to db. In HTTP client, when Sender is Business Component, Pi is getting data successfully but when Business system is used as sender Pi is not getting any message in sxi monitor. Please help

    Scenario is HTTP to db. In HTTP client, when Sender is Business Component, Pi is getting data successfully but when Business system is used as sender Pi is not getting any message in sxi monitor. Please help

    Hi Ankita,
    Try to trace at ICM level, Go to smicm transaction
    Set level to 3.
    Later send your request. Finally trace the request in:
    When you have seen the log, check if any exception is raised with your request or the request and share it here.
    Regards.

  • When trying to install an extension for InDesign CC 2014 I get an error message saying that the extension only works with version 7.0 or greater. My version is 10.0.0.7 x64 Build I was using this extension fine with InDesign CC

    When trying to install an extension for InDesign CC 2014 I get an error message saying that the extension only works with version 7.0 or greater. My version is 10.0.0.7 x64 Build I was using this extension fine with InDesign CCError message with InDesign CC 2014

    Used the 64bit version before CC 2014 as well so don't think that's the issue. Here is the text in the .mxi file if I have missed something:
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <macromedia-extension id="PrintUI Tools" name="PrintUI Tools" requires-restart="true" version="3.0.0">
      <author name="PrintUI.com"/>
      <description/>
      <license-agreement/>
      <products>
        <product maxversion="" name="InDesign" primary="true" version="7.0"/>
      </products>
      <files>
        <file destination="" file-type="CSXS" products="" source="PrintUIManagement.zxp"/>
      </files>
      <update url="http://printui.com/public/downloads/updates/printui_tools_update.xml"/>
    </macromedia-extension>

  • [svn:bz-trunk] 21394: bug fix for watson 2887837 Not getting duplicate session detected error when same flex client id is used from two different HTTP sessions in CRX .

    Revision: 21394
    Revision: 21394
    Author:   [email protected]
    Date:     2011-06-16 12:34:13 -0700 (Thu, 16 Jun 2011)
    Log Message:
    bug fix for watson 2887837 Not getting duplicate session detected error when same flex client id is used from two different HTTP sessions in CRX.
    get the sessions id before we invalidate the duplicate session.
    Checkintests pass
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/endpoints/BaseHTTPEndpoint.java

    For our profect I think this issue was caused as follows:
    Believing that remoting was full asynchronous we fired a 2 or 3 remote calls to the server at the same time ( within the same function ) - usually when the users goes to a new section of the app.
    This seemed to trigger the duplicate http session error since according to http://blogs.adobe.com/lin/2011/05/duplication-session-error.html  two remote calls arriving before a session is created will cause 2 sessions to be created.
    Our current solution ( too early to say it works ) is to daisy chain the multiple calls together .
    Also there seemed to be an issue where mobile apps that never quit ( thanks Apple! )  caused the error when activated after a few hours.
    I guess the session expires on the server and the error above occurs on activation.
    So the mobile apps now ping the server with a remote call when activated after sleeping for more than one hour.
    All duplicate http errors are silently caught and reported.
    Fingers crossed we won't get any more!

  • Which digital certificate (SSL) is used when a proxy client is created

    Dears,
    Could someone please guide if there are more than one digital certificate (SSL) added to the SAP system, and we create a proxy client using the 'URL' (https://....) option, than which digital certificate will be used in the check done.
    Thanks.
    Reda

    The names that go on the certificate must match the names you planned when you did the CAS namespace design.
    Some details here:http://blogs.technet.com/b/exchange/archive/2014/02/28/namespace-planning-in-exchange-2013.aspx
    So in your case if the cert does not match the name, then this will prompt users with errors.   They need to match.  As long as all your internal devices trust the issuer of the internal CA then you can use that.   Installing an
    enterprise CA will automatically publish it's root CA  public cert into AD so it works easily.
    Cheers,
    Rhoderick
    Microsoft Senior Exchange PFE
    Blog:
    http://blogs.technet.com/rmilne 
    Twitter:   LinkedIn:
      Facebook:
      XING:
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • Error when building dimension using AWM

    Hi Gurus,
    I am trying to build a dimension using AWM 11.1.0.7.0B Standalone. My Database version is _11.1.0.6.0._
    The moment i start to create a New Dimension, i get the below error.
    The transaction is not committable: "An error has occurred on the server
    Error class: Express Failure
    Server error descriptions:
    DPR: Unable to create server cursor, Generic at TxsOqDefinitionManager::g
    The transaction is not committable: "An error has occurred on the server
    Error class: Express Failure
    Server error descriptions:
    DPR: Unable to create server cursor, Generic at TxsOqDefinitionManager::generic<CommitRoot>
    INI: Unable to parse XML string sent from the client to the server, Generic at XML Parser Errors:
    Error processing subelement: <StandardDimension><Attribute><BaseAttribute><Classification>
    Error processing tag: Classification:
    Error returned by xsOqXmlParserExecute.
    +"+
    +at oracle.olap.awm.dataobject.dialog.PropertyViewer.doCreateAction(Unknown Source)+
    +at oracle.olap.awm.dataobject.dialog.CreateDialogHostActionThread.doAction(Unknown Source)+
    +at oracle.olap.awm.ui.dialog.ThreadedDialogActionThread.run(Unknown Source)+
    Please help!!!!!
    +*Regards,*+
    +*Ravi R*+

    The initial release of OLAP in 11.1.0.6 was not stable. Please upgrade to at least database 11.1.0.7, and preferably 11.2.0.3. If you move to 11.1.0.7, then you should apply the "OLAP D Patch", #9147749. See the OLAP certification page for more details.
    http://www.oracle.com/technetwork/database/options/olap/olap-certification-092987.html

  • Will building the site using my own computer effect my client's usage?

    I am wondering if I build my client's website in Contribute CS3 on my own computer, will my client have problems connecting and maintaining her website once I have finished? My client is going to purchase Contribute CS4. Thanks in advance.

    Now that I'm more comfortable with what I'm attempting to communicate, let me start over...
    I am a newbie at creating a site for a client in iWeb, but I need to keep it separate from my other iWeb stuff so I can upload it to different URL (?).
    You helped find the solution to uploading a site from a folder using Cyberduck, but I think there's another part to the equation I haven't solved: I read a post by Old Toad concerning multiple sites and he mentioned iWebSites. Would this be something I would use?

  • Why use ojdeploy when building ViewController jar/war?

    Hi,
    It is known that ojdeploy is the recommended way to go when building/deploying an ADF app. The advantages are stated in many blog posts in the web.
    IMHO the most important reason for using ojdeploy instead of javac when creating an EAR is that javac CANNOT validate your BC. This means for example that if you refactor-rename an attribute of a VO and then commit only xml and not the related View Row Impl class, the build in your CI server will succeed if using only javac and fail if using ojdeploy (as it should be). So ojdeploy is the only way when building jars of Model projects if you want to be 100% sure the you have valid ADF code.
    The question is if the is a similar reason for using ojdeploy when building ViewController jars/wars??
    Thanx in advance for any feedback.
    Spyros Doulgeridis
    adfhowto.blogspot.com
    Edited by: spido on Jul 6, 2011 10:04 AM

    ojdeploy makes changes to your descriptors javac or jar does not know about. Actually nobody knows about the changes as you have to look into the war to see them. I'm not even sure that they are documented.
    Timo

  • XML parser error while testing web service client using jdeveloper 10.1.2.1

    hi
    I have generated a web service stub/skeleton out of the wsdl file using jdeveloper 10.1.2.1.0. The client will return a complex type result, i.e., it will return an array of elements. When I try to run the client using jdeveloper 10.1.2.10 i am getting the following error:
    E:\oracle\DevSuiteHome_1\jdk\bin\javaw.exe -ojvm -classpath E:\oracle\DevSuiteHome_1\jdev\mywork\Application2\Project2\classes;E:\oracle\DevSuiteHome_1\jdev\lib\jdev-rt.jar;E:\oracle\DevSuiteHome_1\soap\lib\soap.jar;E:\oracle\DevSuiteHome_1\lib\xmlparserv2.jar;E:\oracle\DevSuiteHome_1\jlib\javax-ssl-1_2.jar;E:\oracle\DevSuiteHome_1\jlib\jssl-1_2.jar;E:\oracle\DevSuiteHome_1\j2ee\home\lib\activation.jar;E:\oracle\DevSuiteHome_1\j2ee\home\lib\mail.jar;E:\oracle\DevSuiteHome_1\j2ee\home\lib\http_client.jar;E:\oracle\DevSuiteHome_1\lib\xmlcomp.jar mypackage2.RESSelectionServiceStub
    oracle.xml.parser.v2.XMLElement@11
    java.lang.ClassCastException: oracle.xml.parser.v2.XMLText
         at oracle.jdeveloper.webservices.runtime.WrappedDocLiteralStub.getType(WrappedDocLiteralStub.java:877)
         at oracle.jdeveloper.webservices.runtime.WrappedDocLiteralStub.getType(WrappedDocLiteralStub.java:903)
         at oracle.jdeveloper.webservices.runtime.WrappedDocLiteralStub.getType(WrappedDocLiteralStub.java:928)
         at oracle.jdeveloper.webservices.runtime.WrappedDocLiteralStub.fromElement(WrappedDocLiteralStub.java:621)
         at mypackage2.RESSelectionServiceStub.selectParticipants(RESSelectionServiceStub.java:112)
         at mypackage2.RESSelectionServiceStub.main(RESSelectionServiceStub.java:43)
    java.lang.ClassCastException: oracle.xml.parser.v2.XMLText
         at oracle.jdeveloper.webservices.runtime.WrappedDocLiteralStub.getType(WrappedDocLiteralStub.java:877)
         at oracle.jdeveloper.webservices.runtime.WrappedDocLiteralStub.getType(WrappedDocLiteralStub.java:903)
         at oracle.jdeveloper.webservices.runtime.WrappedDocLiteralStub.getType(WrappedDocLiteralStub.java:928)
         at oracle.jdeveloper.webservices.runtime.WrappedDocLiteralStub.fromElement(WrappedDocLiteralStub.java:621)
         at mypackage2.RESSelectionServiceStub.selectParticipants(RESSelectionServiceStub.java:112)
         at mypackage2.RESSelectionServiceStub.main(RESSelectionServiceStub.java:43)
    java.lang.ClassCastException: oracle.xml.parser.v2.XMLText
         at oracle.jdeveloper.webservices.runtime.WrappedDocLiteralStub.getType(WrappedDocLiteralStub.java:877)
         at oracle.jdeveloper.webservices.runtime.WrappedDocLiteralStub.getType(WrappedDocLiteralStub.java:903)
         at oracle.jdeveloper.webservices.runtime.WrappedDocLiteralStub.getType(WrappedDocLiteralStub.java:928)
         at oracle.jdeveloper.webservices.runtime.WrappedDocLiteralStub.fromElement(WrappedDocLiteralStub.java:621)
         at mypackage2.RESSelectionServiceStub.selectParticipants(RESSelectionServiceStub.java:112)
         at mypackage2.RESSelectionServiceStub.main(RESSelectionServiceStub.java:43)
    [Lmypackage2.ProfiledClaimant;@18
    java.lang.ClassCastException: oracle.xml.parser.v2.XMLText
         at oracle.jdeveloper.webservices.runtime.WrappedDocLiteralStub.getType(WrappedDocLiteralStub.java:877)
         at oracle.jdeveloper.webservices.runtime.WrappedDocLiteralStub.getType(WrappedDocLiteralStub.java:903)
         at oracle.jdeveloper.webservices.runtime.WrappedDocLiteralStub.getType(WrappedDocLiteralStub.java:928)
         at oracle.jdeveloper.webservices.runtime.WrappedDocLiteralStub.fromElement(WrappedDocLiteralStub.java:621)
         at mypackage2.RESSelectionServiceStub.selectParticipants(RESSelectionServiceStub.java:113)
         at mypackage2.RESSelectionServiceStub.main(RESSelectionServiceStub.java:43)
    java.lang.ClassCastException: oracle.xml.parser.v2.XMLText
         at oracle.jdeveloper.webservices.runtime.WrappedDocLiteralStub.getType(WrappedDocLiteralStub.java:877)
         at oracle.jdeveloper.webservices.runtime.WrappedDocLiteralStub.getType(WrappedDocLiteralStub.java:903)
         at oracle.jdeveloper.webservices.runtime.WrappedDocLiteralStub.getType(WrappedDocLiteralStub.java:928)
         at oracle.jdeveloper.webservices.runtime.WrappedDocLiteralStub.fromElement(WrappedDocLiteralStub.java:621)
         at mypackage2.RESSelectionServiceStub.selectParticipants(RESSelectionServiceStub.java:113)
         at mypackage2.RESSelectionServiceStub.main(RESSelectionServiceStub.java:43)
    java.lang.ClassCastException: oracle.xml.parser.v2.XMLText
         at oracle.jdeveloper.webservices.runtime.WrappedDocLiteralStub.getType(WrappedDocLiteralStub.java:877)
         at oracle.jdeveloper.webservices.runtime.WrappedDocLiteralStub.getType(WrappedDocLiteralStub.java:903)
         at oracle.jdeveloper.webservices.runtime.WrappedDocLiteralStub.getType(WrappedDocLiteralStub.java:928)
         at oracle.jdeveloper.webservices.runtime.WrappedDocLiteralStub.fromElement(WrappedDocLiteralStub.java:621)
         at mypackage2.RESSelectionServiceStub.selectParticipants(RESSelectionServiceStub.java:113)
         at mypackage2.RESSelectionServiceStub.main(RESSelectionServiceStub.java:43)
    java.lang.ArrayIndexOutOfBoundsException: 1
         at mypackage2.RESSelectionServiceStub.main(RESSelectionServiceStub.java:55)
    Process exited with exit code 0.I have googled to see if i can get any solution , i got the following information:
    Cannot Generate a Stub or Skeleton for a WSDL that Uses Certain Types (3912349)
    JDeveloper 10.1.2 only understands a subset of all of the complexTypes that can be defined in a WSDL document. For example, if the following appear in the "types" section of the WSDL, any use of those types will cause JDeveloper to generate a reference to UnknownType in a stub or skeleton:
    •     Restrictions of simpleTypes
    •     complexTypes which define attributes Does that mean that the jdeveloper will not support complex types?Could anybody tell me how to resolve the above said issue? Is there any patch that i can run to resolve the issue?

    Can i use the client generated using jdeveloper 11g to import into the oracle forms 10g, i.e., form builder 10g. Currently this is the version we have in our office.

  • Blue screen of death when building blu-ray in Encore CS6

    I recently purchased a new laptop and installed Adobe Master Collection CS6.  I purchased the laptop for video capture and editing, as well as for blu-ray authoring. 
    Unfortunately, although the computer and software works fine for video capture and editing, I am unable to author a blu-ray.  For authoring, I am using Adobe’s Encore CS6.  After checking and previewing my creation, I attempt to build to disc using Encore.  About 2 seconds after clicking the build disc in Encore, I get the “blue screen of death” (BSOD).  This happens every time I try to build to blu-ray (only blu-ray has this issue; I am able to build to a DVD).  I am using an external blu-ray drive on USB 3.0.  
    I am using Encore version 6.0.0.492
    Here are the blu-ray drive specs:
    Logitec USB 2.0/3.0 Bus powered portable bluray drive unit, LBD-PME6U3VBK
    PIONEER BD-RW BDR-TD05 USB Device
    Driver: 6.1.7601.17514
    C:\windows\system32\DRIVERS\cdrom.sys
    \windows\system32\Drivers\PXHlpa64.sys
    \windows\system32\DRIVERS\tdcmdpst.sys
    \windows\SysWOW64\drivers\Afc.sys
    Renesas USB 3.0 driver also installed
    The computer specs are as follows:
    §  Manufacturer: Toshiba
    §  Manufacturer Part Number: PSAY1U-05U027
    §  Product Line: Satellite
    §  Product Series: P755
    §  Product Model: P755-S5375
    §  Product Name: Satellite P755-S5375 Notebook
    §  Product Type: Notebook
    §  Processor Manufacturer: Intel
    §  Processor Type: Core i7
    §  Processor Model: i7-2670QM
    §  Processor Speed: 2.20 GHz
    §  Processor Core: Quad-core (4 Core)
    §  Cache: 6 MB
    §  Chipset Manufacturer: Intel
    §  Chipset Model: HM65 Express
    §  Standard Memory: 4 GB
    §  Memory Technology: DDR3 SDRAM
    §  Memory Standard: DDR3-1333/PC3-10600
    §  Number of Total Memory Slots: 2
    §  Hard Drive Capacity: 500 GB
    §  Screen Size: 15.6"
    §  Display Screen Type: Active Matrix TFT Color LCD
    §  Aspect Ratio: 16:9
    §  Screen Mode: WXGA
    §  Backlight Technology: LED
    §  Screen Resolution: 1366 x 768
    §  Graphics Controller Manufacturer: Intel
    §  Graphics Controller Model: HD 3000
    §  Graphics Memory Capacity: 1.65 GB
    §  Graphics Memory Accessibility: Shared
    §  Ethernet Technology: Fast Ethernet
    §  Wi-Fi: Yes
    §  Wi-Fi Standard: IEEE 802.11b/g/n
    §  Webcam: Yes
    §  Operating System: Genuine Windows 7 Home Premium with SP1
    §  Operating System Architecture: 64-bit
    §  Pointing Device Type: TouchPad
    §  Number of Cells: 6-cell
    §  Battery Chemistry: Lithium Ion (Li-Ion)
    §  Width: 15.0"
    §  Depth: 9.8"
    §  Weight (Approximate): 5.40 lb
    §  Package Contents:
    §  Satellite P755-S5375 Notebook
    §  Lithium Ion Battery
    §  AC Adapter
    §  Green Compliant: Yes
    §  Green Compliance Certificate/Authority: RoHS
    Installed programs:
    Name                                                            Version          
    Microsoft Application Error Reporting                           12.0.6015.5000   
    Microsoft Office Click-to-Run 2010                              14.0.4763.1000   
    Microsoft Office 2010                                           14.0.4763.1000   
    Windows Live Essentials                                         15.4.3502.0922   
    Apple Application Support                                       2.1.7            
    Windows Live Writer                                             15.4.3502.0922   
    Microsoft_VC90_MFCLOC_x86                                       1.00.0000        
    Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.4148  9.0.30729.4148   
    TOSHIBA Web Camera Application                                  2.0.3.3          
    Windows Live Messenger                                          15.4.3538.0513   
    Microsoft_VC90_CRT_x86                                          1.00.0000        
    Google Toolbar for Internet Explorer                            1.0.0            
    Microsoft Visual C++ 2010  x64 Redistributable - 10.0.40219     10.0.40219       
    Microsoft Visual C++ 2005 Redistributable (x64)                 8.0.61000        
    Microsoft SQL Server 2005 Compact Edition [ENU]                 3.1.0000         
    Microsoft Visual C++ 2010  x86 Redistributable - 10.0.40219     10.0.40219       
    Toshiba Online Backup                                           2.0.0.31         
    TOSHIBA ReelTime                                                1.7.21.64        
    Windows Live Remote Client Resources                            15.4.5722.2      
    Windows Live SOXE Definitions                                   15.4.3502.0922   
    Adobe AIR                                                       3.1.0.4880       
    Windows Live Mesh ActiveX Control for Remote Connections        15.4.5722.2      
    Windows Live Communications Platform                            15.4.3502.0922   
    Windows Live Movie Maker                                        15.4.3502.0922   
    Apple Software Update                                           2.1.3.127        
    Windows Live UX Platform Language Pack                          15.4.3508.1109   
    Windows Live Photo Gallery                                      15.4.3502.0922   
    bl                                                              1.0.0            
    Windows Live Mail                                               15.4.3502.0922   
    Java(TM) 6 Update 25                                            6.0.250          
    MSVCRT_amd64                                                    15.4.2862.0708   
    TOSHIBA Face Recognition                                        3.1.17.64        
    ph                                                              1.0.0            
    Adobe Widget Browser                                            2.0.348          
    Windows Live Writer                                             15.4.3502.0922   
    Mesh Runtime                                                    15.4.5722.2      
    TOSHIBA Supervisor Password                                     1.63.51.2C       
    Adobe Acrobat X Pro - English, Fran軋is, Deutsch                10.1.1           
    Adobe Reader X MUI                                              10.0.0           
    TOSHIBA Media Controller Plug-in                                1.0.7.5          
    Windows Live Photo Gallery                                      15.4.3502.0922   
    Windows Live Photo Common                                       15.4.3502.0922   
    Label@Once 1.0                                                  1.0              
    PDF Settings CS6                                                11.0             
    Toshiba Book Place                                              2.2.7530         
    Windows Live PIMT Platform                                      15.4.3508.1109   
    TOSHIBA Wireless LAN Indicator                                  1.0.5            
    D3DX10                                                          15.4.2368.0902   
    Utility Common Driver                                           1.0.52.3C        
    Junk Mail filter update                                         15.4.3502.0922   
    Windows Live Movie Maker                                        15.4.3502.0922   
    TOSHIBA HDD/SSD Alert                                           3.1.64.9         
    Windows Live Remote Service                                     15.4.5722.2      
    Toshiba App Place                                               1.0.6.3          
    Windows Live Mesh                                               15.4.3502.0922   
    Windows Live Language Selector                                  15.4.3538.0513   
    QuickTime                                                       7.72.80.56       
    Renesas Electronics USB 3.0 Host Controller Driver              2.0.34.0         
    TOSHIBA Value Added Package                                     1.6.1.64         
    Microsoft_VC80_CRT_x86                                          8.0.50727.4053   
    Google Update Helper                                            1.3.21.111       
    TOSHIBA HDD Protection                                          2.2.2.15         
    7-Zip 9.20 (x64 edition)                                        9.20.00.0        
    TOSHIBA PC Health Monitor                                       1.7.9.64         
    Windows Live Mail                                               15.4.3502.0922   
    Adobe Help Manager                                              4.0.244          
    MSVCRT                                                          15.4.2862.0708   
    Windows Live Remote Client                                      15.4.5722.2      
    Blackmagic ATEM Switchers                                       3.0.1.0          
    Microsoft_VC90_MFC_x86                                          1.00.0000        
    Windows Live Photo Common                                       15.4.3502.0922   
    Windows Live ID Sign-in Assistant                               7.250.4232.0     
    Microsoft Visual C++ 2005 Redistributable                       8.0.61001        
    Windows Live Messenger                                          15.4.3538.0513   
    Windows Live Mesh                                               15.4.3502.0922   
    Windows Live Writer                                             15.4.3502.0922   
    Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.4148  9.0.30729.4148   
    Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.17    9.0.30729        
    TOSHIBA Hardware Setup                                          1.63.1.37C       
    Microsoft Silverlight                                           4.0.50401.0      
    PlayReady PC Runtime x86                                        1.3.0            
    Intel(R) WiDi                                                   2.1.41.0         
    Windows Live MIME IFilter                                       15.4.3502.0922   
    TOSHIBA Flash Cards Support Utility                             1.63.0.12C       
    TOSHIBA eco Utility                                             1.3.5.64         
    Windows Live UX Platform                                        15.4.3502.0922   
    TOSHIBA Wireless Display Monitor                                1.0.1            
    Debugging Tools for Windows (x64)                               6.12.2.633       
    Windows Live Remote Service Resources                           15.4.5722.2      
    Windows Live Writer Resources                                   15.4.3502.0922   
    Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.17    9.0.30729        
    Intel(R) PROSet/Wireless WiFi Software                          14.01.1000       
    Windows Live Installer                                          15.4.3502.0922   
    TOSHIBA Disc Creator                                            2.1.0.11 for x64 
    PlayReady PC Runtime amd64                                      1.3.0            
    Windows Live SOXE                                               15.4.3502.0922   
    Java Auto Updater                                               2.0.4.1          
    TOSHIBA Bulletin Board                                          1.6.08.64        
    Crash details:
    Problem signature:
      Problem Event Name:            BlueScreen
      OS Version:                           6.1.7601.2.1.0.768.3
      Locale ID:                              1041
    Additional information about the problem:
      BCCode:                               d1
      BCP1:                                   0000000000000001
      BCP2:                                   0000000000000002
      BCP3:                                   0000000000000008
      BCP4:                                   0000000000000001
      OS Version:                           6_1_7601
      Service Pack:                        1_0
      Product:                                768_1
    Files that help describe the problem:
      C:\Windows\Minidump\090312-28516-01.dmp
      C:\Users\xxx\AppData\Local\Temp\WER-62696-0.sysdata.xml
    Read our privacy statement online:
      http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
    If the online privacy statement is not available, please read our privacy statement offline:
      C:\windows\system32\en-US\erofflps.txt
    DMP file details
    Symbol search path is: SRV*C:\Symbols*http://msdl.microsoft.com/download/symbols
    Executable search path is:
    Windows 7 Kernel Version 7601 (Service Pack 1) MP (8 procs) Free x64
    Product: WinNt, suite: TerminalServer SingleUserTS Personal
    Built by: 7601.17835.amd64fre.win7sp1_gdr.120503-2030
    Machine Name:
    Kernel base = 0xfffff800`02e04000 PsLoadedModuleList = 0xfffff800`03048670
    Debug session time: Mon Sep  3 02:27:16.190 2012 (UTC + 9:00)
    System Uptime: 0 days 0:06:50.096
    Loading Kernel Symbols
    Loading User Symbols
    Loading unloaded module list
    *                        Bugcheck Analysis                                    *
    Use !analyze -v to get detailed debugging information.
    BugCheck D1, {1, 2, 8, 1}
    *** WARNING: Unable to verify timestamp for win32k.sys
    *** ERROR: Module load completed but symbols could not be loaded for win32k.sys
    Probably caused by : ntkrnlmp.exe ( nt!KiPageFault+260 )
    Followup: MachineOwner
    0: kd> !analyze -v
    *                        Bugcheck Analysis                                    *
    DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1)
    An attempt was made to access a pageable (or completely invalid) address at an
    interrupt request level (IRQL) that is too high.  This is usually
    caused by drivers using improper addresses.
    If kernel debugger is available get stack backtrace.
    Arguments:
    Arg1: 0000000000000001, memory referenced
    Arg2: 0000000000000002, IRQL
    Arg3: 0000000000000008, value 0 = read operation, 1 = write operation
    Arg4: 0000000000000001, address which referenced memory
    Debugging Details:
    READ_ADDRESS: GetPointerFromAddress: unable to read from fffff800030b2100
    0000000000000001
    CURRENT_IRQL:  2
    FAULTING_IP:
    +6130613031313361
    00000000`00000001 ??              ???
    PROCESS_NAME:  System
    CUSTOMER_CRASH_COUNT:  1
    DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT
    BUGCHECK_STR:  0xD1
    TRAP_FRAME:  fffff80000b9c740 -- (.trap 0xfffff80000b9c740)
    NOTE: The trap frame does not contain all registers.
    Some register values may be zeroed or incorrect.
    rax=fffff80000b9c801 rbx=0000000000000000 rcx=fffffa8004586618
    rdx=fffff80000b9c8d8 rsi=0000000000000000 rdi=0000000000000000
    rip=0000000000000001 rsp=fffff80000b9c8d0 rbp=0000892fc0ba4327
    r8=fffff80000b9c8d0  r9=0000000000000000 r10=0000000004216094
    r11=000000005e040600 r12=0000000000000000 r13=0000000000000000
    r14=0000000000000000 r15=0000000000000000
    iopl=0         nv up ei ng nz na pe nc
    00000000`00000001 ??              ???
    Resetting default scope
    LAST_CONTROL_TRANSFER:  from fffff80002e82769 to fffff80002e831c0
    FAILED_INSTRUCTION_ADDRESS:
    +6130613031313361
    00000000`00000001 ??              ???
    STACK_TEXT: 
    fffff800`00b9c5f8 fffff800`02e82769 : 00000000`0000000a 00000000`00000001 00000000`00000002 00000000`00000008 : nt!KeBugCheckEx
    fffff800`00b9c600 fffff800`02e813e0 : 00000000`00000002 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiBugCheckDispatch+0x69
    fffff800`00b9c740 00000000`00000001 : 00000000`00000000 00000000`5e040600 00000000`00000000 00000000`00000000 : nt!KiPageFault+0x260
    fffff800`00b9c8d0 00000000`00000000 : 00000000`5e040600 00000000`00000000 00000000`00000000 00000000`080e8118 : 0x1
    STACK_COMMAND:  kb
    FOLLOWUP_IP:
    nt!KiPageFault+260
    fffff800`02e813e0 440f20c0        mov     rax,cr8
    SYMBOL_STACK_INDEX:  2
    SYMBOL_NAME:  nt!KiPageFault+260
    FOLLOWUP_NAME:  MachineOwner
    MODULE_NAME: nt
    IMAGE_NAME:  ntkrnlmp.exe
    DEBUG_FLR_IMAGE_TIMESTAMP:  4fa390f3
    FAILURE_BUCKET_ID:  X64_0xD1_CODE_AV_BAD_IP_nt!KiPageFault+260
    BUCKET_ID:  X64_0xD1_CODE_AV_BAD_IP_nt!KiPageFault+260
    Followup: MachineOwner

    Create an ISO (Encore) or folder on your hard drive (Encore or Premiere Elements) and then use the FREE http://www.imgburn.com/index.php?act=download to write files or folders or ISO to disc for DVD or BluRay (send the author a PayPal donation if you like his program)
    Imgburn will read the ACTUAL disc brand from the disc, which is not always the same as the box label (Memorex is notorious for buying "anything" and putting it inside a Memorex box)
    When you write to disc with Imgburn, use the SLOWEST possible speed setting, so your burner has the best chance to create "good, well formed" laser burn holes... since no player is required to read a burned disc, having a "good" one from a high quality blank will help

  • Tutorial and SDRDemo ..Build Rich Client Forms in JDeveloper .

    I am doing the self learn tutorial in Jdeveloper
    ADF Business Components     10.1.3.34.12
    CVS Version (External)     (CVSNT) 2.5.03 (Scorpio) Build 2260 (client/server)
    Java™ Platform     1.5.0_05
    Oracle IDE     10.1.3.34.12
    Struts Modeler Version     10.1.3.34.12
    UML Modelers Version     10.1.3.34.12
    Versioning Support          10.1.3.34.12
    First one is simple
    1. I am using the "Build Rich Client Forms in JDeveloper using ADF swing .. Tutorial "
    when i select New Application , I cant see Java Application Swing ADF BC value from the application Temp in drop down ?? What am i misssing .???
    The second issue is bit complex I am doing the Tutorial SRDemo
    I am doing on page 2 –14 of Tutorial creating EJBS Session Beans when Running the Wizard I don’t see
    Generate Session Facade
    Entity Implementation
    Options, subsequently the screen shot on next page does which has all the methods are not appearing.
    Also when adding code (2-16) in SPPublic FacadeBean Iam getting snytax error for
    (clearly related to above issue), I have no choice but to redo the tutorial from begin
    but should I change something before I do that ?
    public ServiceRequests createServiceRequests
    (String problemDescription, Integer productId, Integer createdBy)
    { UnitOfWork uow = getSessionFactory().acquireUnitOfWork();
    ServiceRequests newInstance = (ServiceRequests)uow.newInstance(ServiceRequests.class);
    Products product = (Products)uow.executeQuery("findProductById", Products.class, productId);
    Users user = (Users)uow.executeQuery("findUserById", Users.class, createdBy);
    product.addServiceRequests(newInstance);
    user.addCreatedBy(newInstance);
    newInstance.setStatus(null);
    newInstance.setRequestDate(null);
    newInstance.setProblemDescription(problemDescription);
    uow.commit(); return newInstance; }
    ==============
    Other than that in previous steps I came across a few interesting Scenarios
    While following the step by steps operation of Tutorial I see on 2 –6 when I was “adding code to manage Default Value “ while I was doing the code adding
    public Integer getNextLineItem() {
    int maxLineNo = 0;
    for (ServiceHistories svh:getServiceRequests().getServiceHistoriesCollection()){
    if (svh.getLineNo() !=null) {
    int testLineNo = svh.getLineNo().intValue();
    if (testLineNo > maxLineNo){
    maxLineNo = testLineNo;
    return ++maxLineNo;
    for (ServiceHistories svh:getServiceRequests().getServiceHistoriesCollection()){
    I kept on getting the compile error for type casting, which when I tried to compare the source provided at the end of the chapter I found the type cast generated by Jbuilder was missing
    public List <ServiceHistories> getServiceHistoriesCollection() {
    return this.serviceHistoriesCollection;
    2.Another interesting thing I came across was by default the wizrd created the names of these variables and there corresponding getter and setter methods as user1 and user2, which lead to some confusion while doing Named query section on 2 –9 (Once again I took care of the problem by doing File comparison with the )
    private ValueHolderInterface createdBy;
    private ValueHolderInterface assignedTo;
    3. Also by default on 2 - 12 When I was Creating Top link Session, I didn’t get any session.xml file. ( tutorial presumed I will get one by default )
    4. Last is it normal to get Warning when getting report for POJO mapping for some of the Tables

    'Generate Web Service Stub/Skeleton' option in 10.1.2, was replaced by 'Generate Web Service Proxy' in 10.1.3

  • Need tips to build a Logical data model

    Hey Gurus,
    1) I need some tips in building a logical data model.
    I have reviewed a functional spec and listed all the fields required in a report. I now looked into datasources( extractor) in R/3 side  which can bring most of these fields but there are certain characteristices which are not part of this extractor, what i have found out is that they are the attributes of a master Data <u>but there are still some more fileds which are not part of the extractor and attributes of a master data</u> , so now how do i bring the data for those fieds????? <b>Do I have to enhance the extractor or do i need to enhance the Masterdata???????</b>
    How do i decide whether to enhance the extractor or the Master data?? Experts please give me some tips out of ur experiences so that i can decide on what to enhance.
    2) Assume that i have an extractor which can bring me all the fileds required in a report. Now how do i build a logical data model????????
    is it like
           Replication              Transformation/DTP           Transformation/DTP
    DS-->PSA> ODS--
    >IC
    Am I right else correct me gurus.
    Will surely award points.
    thanks.

    1. Use XML Spy Enterprise edition editor.
    2. Goto www.xmethods.com, select service you want to create demo of.
    3. Get its WSDL url.
    4. In XML Spy SOAP menu there is a command 'create new soap request'. Press that, enter the WSDL url. You will get a SOAP request.
    5. Edit SOAP request parameters. Type parameters of your choice.
    6. Press 'send request to server'. You will get SOAP response. It will contain result from the requested method.
    7. Paste that response inside a JSP.
    8. Write a local method which will return same response (remote method's return value) that came from remote web service.
    9. Paste that method inside abovementioned JSP. Replace static response in that JSP with the response generated by local method. The method parameters will come from client's SOAP request. Parse SOAP request to get request parameters. (As it's your demo, you know the data types of the parameters).
    10. Host that JSP on any Servlet/JSP engine.
    That makes your Web Service.
    You can use any package like Aapche SOAP, AXIS or JAX-RPC to generate a SOAP client. Use the URL of JSP(step 10) as "endpoint".
    Note: Indside JSP make sure that there in no endline and carriage return character. Otherwise it won't be a valid SOAP response.
    Good luck.

Maybe you are looking for