Mxmlc: Error: Problem finding external Model

Hi,
I am currently trying to compile a flex project with the
mxmlc compiler. Unfortunately I always get this error message:
Error: Problem finding external Model: config.xml
It seems as if this resource cannot be found by the compiler.
All source-paths and libs are are set as in the
.actionScriptProperties file. Other resources such as style sheets
can be found without any problem.
Furthermore, when I write the xml model inline or if I
provide the relative path inline the compiler understands that and
does not show the error.
<mx:Model id="config" source="config.xml"/> => does
not work
<mx:Model id="config" source="../config/config.xml"/>
=> works
What can I do to tell the parser where the config.xml file is
located?

How can changing the project's properties affect asdoc.exe if I run it from the command line?
I've tried running it from the bin folder and from the project's src folder always getting the same error.
I went to 'Flex Build Path' in the project's properties window. It contains two tabs: 'Source path' and 'Library Path'. No 'Assets' tab.

Similar Messages

  • Problem Finding External Device In Final Cut Pro 3 & OS 10.4

    I upgraded our system from os 10.3 to 10.4. Now when we open Final Cut Pro 3 it can not find the external device. Anyone have any idea why and what we can do to rectify the problem? When I switch back to os 10.3 (Which I still had on a second internal hard drive) FCP3 has no problem finding the external device/camera.

    The only other suggestion I have would be the Guiness Solution. (though if 10.3 can locate the external, this may/may not help). Essentially this procedure allows the FW port to 'reset'. It is very simple and painless as well.
    Short version...
    Shut everything down
    Unplug everything
    Go have a nap, Guiness, Harpoon, Cafe Colåda, Hot Chocolate, talk a walk...anything to occupy 15 minutes or so.
    Come back and plug everything in
    Turn on deck/camera first
    Make sure System Profiler recognizes FW device (deck/camera)
    Start FCP....Does it work now?
    If you haven't already, you might trash prefs
    http://www.digitalrebellion.com/pref_man.htm
    and run Repair Disk, using Disk Utility.
    I still wouldn't discount the QT possibility. Even though it worked before your upgrade to Tiger, the upgrade to Tiger, may have triggered something that is causing the issue.
    K

  • I have been exporting lightroom webgaleries to my iweb site without any problem.  Suddenly I get the error message "finder can't complete the operation because some data can't be read or written" - error code -36 - thoughts?

    i have been exporting lightroom web galleries to my iweb site without any problem.  Suddenly I get the error message "finder can't complete the operation because some data can't be read or written" - error code -36 - and the move to the sites folder on my idisk fails..... thoughts?

    Try this community: MobileMe on my Mac: MobileMe: Apple Support Communities.
    And you can continue to use iWeb for some time to come. The following will explain:
    It's now confirmed that iWeb and iDVD have been discontinued by Apple. This is evidenced by the fact that new Macs are shipping with iLife 11 installed but without iWeb and iDVD.
    On June 30, 2012 MobileMe will be shutdown. HOWEVER, iWeb will still continue to work but without the following:
    Features No Longer Available Once MobileMe is Discontinued:
    ◼ Password protection
    ◼ Blog and photo comments
    ◼ Blog search
    ◼ Hit counter
    ◼ MobileMe Gallery
    All of these features can be replaced with 3rd party options.
    I found that if I published my site to a folder on my hard drive and then uploaded with a 3rd party FTP client subscriptions to slideshows and the RSS feed were broken.  If I published directly from iWeb to the FPT server those two features continued to work correctly.
    There's another problem and that's with iWeb's popup slideshows.  Once the MMe servers are no longer online the popup slideshow buttons will not display their images.
    Click to view full size
    However, Roddy McKay and I have figured out a way to modify existing sites with those slideshows and iWeb itself so that those images will display as expected once MobileMe servers are gone.  How to is described in this tutorial: #26 - How to Modify iWeb So Popup Slideshows Will Work After MobileMe is Discontinued.
    In addition the iLife suite of applications offered on disc is now a discontinued product and the remaining supported iApps will only be available thru the App Store from now on.
    HOWEVER, the iLife 11 boxed version that is still currently available at the online Apple Store (Store button at the top of the page) and those copies still on the shelves of retailers will include iWeb and iDVD.

  • Digital Signature- SSF error: Unable to find external security product

    Dear Friends,
    After I enter my User ID and Password, this displays this error !!!
    SSF error: Unable to find external security product
    Would really appreciate your help.
    Thanks,
    Sri

    Hi Sri,
    Would you pls check the installation of the security toolkit on your application server?
    Which security product do you use?
    The standard security product is SAPSECULIB (library sapsecu.dll).
    Please check the SSF initialization messages which are contained in each dev_w## developer trace (transaction ST11). When successful, the initializaion messages look like this:
    N  =================================================
    N  === SSF INITIALIZATION:
    N  ===...SSF Security Toolkit name SAPSECULIB .
    N  ===...SSF trace level is 0 .
    N  ===...SSF library is /usr/sap/<SID>/SYS/exe/run/sapsecu.dll .
    N  ===...SSF hash algorithm is SHA1 .
    N  ===...SSF symmetric encryption algorithm is DES-CBC .
    N  ===...sucessfully completed.
    N  =================================================
    General information for SAPSECULIB can be found in SAP note 354819.
    Best regards,
    Christoph
    P.S.: Please reward points for useful information.

  • OCCI Link problem (Error LNK2019: unresolved external symbol) in VS2012

    Hi,
    I'm having a hard time with this. I'm trying to implement OCCI within my application. Error I'm getting is:
    Error     1     error LNK2019: unresolved external symbol "public: static class oracle::occi::Environment * __cdecl oracle::occi::Environment::createEnvironment(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,enum oracle::occi::Environment::Mode,void *,void * (__cdecl*)(void *,unsigned int),void * (__cdecl*)(void *,void *,unsigned int),void (__cdecl*)(void *,void *))" (?createEnvironment@Environment@occi@oracle@@SAPAV123@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0W4Mode@123@PAXP6APAX2I@ZP6APAX22I@ZP6AX22@Z@Z) referenced in function "private: bool __thiscall ServerDataLoader::getPreSuffixesFromDB(void)" (?getPreSuffixesFromDB@ServerDataLoader@@AAE_NXZ)     P:\code\VizTool\VizPortal\DwgDgnConverter\ServerDataLoader.obj     DwgDgnConverter
    Error     2     error LNK1120: 1 unresolved externals     P:\code\VizTool\VizPortal\Debug\DwgDgnConverter.exe     1     1     DwgDgnConverter
    Yes, it looks like linking problem,...but for me everything seems set-up.
    - Included header files (from instantclient-sdk-windows.x64-11.2.0.3.0.zip)
    - Included library path from OCCI download (11.2.0.3.0)
    - Added oraocci11d.lib in linker
    Please, what am I doing wrong?
    Millions of thanks for any kind of feedback ;-)

    Have you succeeded? I tried vs2012 and it passed compilation, but gave the run-time error of _crtisvalidheappointer. But the same code runs well with vs2010. I think Oracle needs to publish the new patch for vs2012                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Error "Problem building schema" while invoking external webservice

    Hi,
    I have following problem:
    I created 2 BPEL processes.
    One of these processes should be called from the other as a partnerlink.
    When I create the partnerlink, pointing to the deployed wsdl, I get following error "Problem building schema" when I try to access the input variable that was created by the invoke activity.
    I have tried a lot of things but keep on getting this error.
    When I create a new, empty BPEL process, and do exactly the same it does work!
    any help would be greatly appreciated.....

    Hi,
    I have given this URL 'http://ws.cdyne.com/WeatherWS/Weather.asmx?WSDL'.
    Now it is showing the following error
    Exception occured in library handler.Not implemented.
    Exception of class CX_SIDL_INTERNAL_ERROR
    Please have a look into it
    Regards,
    Dhana

  • Re: [iPlanet-JATO] Experiencing problem while executing model.

    Hi Todd,
    Thanks a lot for your input!
    In the case , I found that "TO_CHAR(PLAN_DT, 'MM/DD/YYYY')" is alaised as a
    column name in the resultset. So I am using this as a column in Jato
    Descriptor for Plan_Dt. Now it is working fine.
    Thanks and Regards,
    Santa.
    ----- Original Message -----
    From: Todd Fast <toddwork@c...>
    Sent: Thursday, July 26, 2001 9:50 AM
    Subject: Re: [iPlanet-JATO] Experiencing problem while executing model.
    Santa--
    I am experiencing a problem while executing a bounded model. I am usingQueryModelBase. Whenever the following query gets executed inonBeforeModel
    execute of TiledView, it throws an exception describing "PLAN_DT not found
    in ResultSet". If you execute this query on the SQL prompt then we getrows
    of data. Please could you tell us how the mapping between model and
    resultset works ? And what changes do we have to make to execute thisquery.
    >>
    SELECT PART_NM,NEWTXTDOLL
    TO_CHAR(PLAN_DT, 'MM/DD/YYYY'),
    FROM cpsselect
    WHERE CHG_DT >= TO_DATE('2001-06-17', 'YYYY-MM-DD')The mapping of result set to model is done via JDBC, using the columnnames
    you provide in your model's column descriptors. It sounds as if you are
    providing the column name "PLAN_DT" in a descriptor, and when the model
    tries to look up that column in the result set, there is no such columnand
    the operation fails.
    In order to debug this, you should try running your query with a JDBC
    connection, not SQL*Plus or your command-line SQL tool. What you need to
    find out is how the expresion "TO_CHAR(PLAN_DT, 'MM/DD/YYYY')" is aliasedas
    a column name in the resut set. The easiest way to do this is to write a
    simple class that does nothing but use your JDBC driver to connect the
    database and execute this query. After execution, use theResultSetMetaData
    information to find out the column names for the result set. Then, use
    these column names in your JATO column descriptors.
    Another Problem:We are not getting the values for NEWTXTDOLL column whenwe try to display it in a Tiled View.
    I'm sorry, this isn't enough information for me to offer any suggestions.
    Using the technique above, determine which columns are coming back in the
    result set, and make sure your display fields in the TiledView are boundto
    those column names. The problem could be something as simple as a typo in
    the field's bound name, or something more complex like the column in the
    result set being named something you don't expect.
    Another approach might be to alias the columns yourself using the "AS
    <alias>" expression, and assign them names that you choose instead ofusing
    the names assigned by the database or JDBC driver.
    Todd
    [email protected]
    The Information contained and transmitted by this E-MAIL is proprietary to
    Wipro Limited and is intended for use only by the individual or entity to
    which
    it is addressed, and may contain information that is privileged, confidential
    or
    exempt from disclosure under applicable law. If this is a forwarded message,
    the content of this E-MAIL may not have been sent with the authority of the
    Company. If you are not the intended recipient, an agent of the intended
    recipient or a person responsible for delivering the information to the named
    recipient, you are notified that any use, distribution, transmission,
    printing,
    copying or dissemination of this information in any way or in any manner is
    strictly prohibited. If you have received this communication in error, please
    delete this mail & notify us immediately at mailadmin@w...
    [Non-text portions of this message have been removed]

    Hi Todd,
    Thanks a lot for your input!
    In the case , I found that "TO_CHAR(PLAN_DT, 'MM/DD/YYYY')" is alaised as a
    column name in the resultset. So I am using this as a column in Jato
    Descriptor for Plan_Dt. Now it is working fine.
    Thanks and Regards,
    Santa.
    ----- Original Message -----
    From: Todd Fast <toddwork@c...>
    Sent: Thursday, July 26, 2001 9:50 AM
    Subject: Re: [iPlanet-JATO] Experiencing problem while executing model.
    Santa--
    I am experiencing a problem while executing a bounded model. I am usingQueryModelBase. Whenever the following query gets executed inonBeforeModel
    execute of TiledView, it throws an exception describing "PLAN_DT not found
    in ResultSet". If you execute this query on the SQL prompt then we getrows
    of data. Please could you tell us how the mapping between model and
    resultset works ? And what changes do we have to make to execute thisquery.
    >>
    SELECT PART_NM,NEWTXTDOLL
    TO_CHAR(PLAN_DT, 'MM/DD/YYYY'),
    FROM cpsselect
    WHERE CHG_DT >= TO_DATE('2001-06-17', 'YYYY-MM-DD')The mapping of result set to model is done via JDBC, using the columnnames
    you provide in your model's column descriptors. It sounds as if you are
    providing the column name "PLAN_DT" in a descriptor, and when the model
    tries to look up that column in the result set, there is no such columnand
    the operation fails.
    In order to debug this, you should try running your query with a JDBC
    connection, not SQL*Plus or your command-line SQL tool. What you need to
    find out is how the expresion "TO_CHAR(PLAN_DT, 'MM/DD/YYYY')" is aliasedas
    a column name in the resut set. The easiest way to do this is to write a
    simple class that does nothing but use your JDBC driver to connect the
    database and execute this query. After execution, use theResultSetMetaData
    information to find out the column names for the result set. Then, use
    these column names in your JATO column descriptors.
    Another Problem:We are not getting the values for NEWTXTDOLL column whenwe try to display it in a Tiled View.
    I'm sorry, this isn't enough information for me to offer any suggestions.
    Using the technique above, determine which columns are coming back in the
    result set, and make sure your display fields in the TiledView are boundto
    those column names. The problem could be something as simple as a typo in
    the field's bound name, or something more complex like the column in the
    result set being named something you don't expect.
    Another approach might be to alias the columns yourself using the "AS
    <alias>" expression, and assign them names that you choose instead ofusing
    the names assigned by the database or JDBC driver.
    Todd
    [email protected]
    The Information contained and transmitted by this E-MAIL is proprietary to
    Wipro Limited and is intended for use only by the individual or entity to
    which
    it is addressed, and may contain information that is privileged, confidential
    or
    exempt from disclosure under applicable law. If this is a forwarded message,
    the content of this E-MAIL may not have been sent with the authority of the
    Company. If you are not the intended recipient, an agent of the intended
    recipient or a person responsible for delivering the information to the named
    recipient, you are notified that any use, distribution, transmission,
    printing,
    copying or dissemination of this information in any way or in any manner is
    strictly prohibited. If you have received this communication in error, please
    delete this mail & notify us immediately at mailadmin@w...
    [Non-text portions of this message have been removed]

  • Itunes: An unknown error occurred (-50): external disk sleeping

    Hi All.
    I posted this question about a year ago, but never got a usable answer.  However, now I have more info, and thought I'd give it another try.
    I have an external disk that I attach via USB to my iMac running OS X 10.6.8, which is left on almost all the time.  When I don't use the computer for an extended period, despite having the "Put the hard disk(s) to sleep when possible" unchecked in the Energy Saver system preferences, the disk in the external array spin down anyway.  
    Most of the time, when I return to the computer, the disks spin up just fine and there's no issue.
    However, sometimes, when I return, I'll find the disk that was normally read/write is now available, but read only, and messages such as the following are in the console log:
         7/13/11 4:33:42 PM          kernel          disk3s2: I/O error.     7/13/11 4:33:42 PM          kernel      7/13/11 4:33:42 PM          kernel      7/13/11 4:33:42 PM          kernel          jnl: disk3s2: do_jnl_io: strategy err 0x5     7/13/11 4:33:42 PM          kernel          jnl: disk3s2: write_journal_header: error writing the journal header!     7/13/11 4:33:48 PM          kernel          disk3s2: I/O error.     7/13/11 4:33:48 PM          kernel      7/13/11 4:33:48 PM          kernel      7/13/11 4:33:48 PM          kernel          jnl: disk3s2: do_jnl_io: strategy err 0x5     7/13/11 4:33:48 PM          kernel          jnl: disk3s2: end_transaction: only wrote 0 of 12288 bytes to the journal! 
    The disk has my iTunes library on it, and iTunes complains  "An unknown error occurred (-50)".
    If I eject this 3Tb disk from the system and then use either 'Disk Utility' or 'diskutil' to mount it, it comes back up just fine.
    My question is, is there a way to use the 'remount option on the mount command to fix this?  If I try, I get
         #  mount -o remount,rw /dev/disk3s2 /Volumes/Audio4TbRaid0     mount: -o remount: option not supported     # 
    If not the mount command, is there some hidden option to 'diskutil' that will do this without having to unmount the drive first (and cause all the open windows into the drive to go away)?
    Thanks in advance for any help.

    Just an update to this:  It's definitely a problem with external (USB 2 connected) drives that go into sleep mode.  When they spin up, they sometimes are in read only mode.
    Unmouting them and mounting them again restores normal operations.
    Annoying?  You bet.  Workaround?  Yeah, I guess...

  • Mxmlc error

    I'm trying to set up an ant buildfile that will compile a bunch of small Actionscript projects and do some other small tasks. My problem is with mxmlc when specifying the output SWF file's location.
    The relevant stuff from build.xml looks like this:
    <exec executable="C:/Program Files (x86)/Adobe/Adobe Flash Builder 4/sdks/3.5.0/bin/mxmlc.exe"
                   failonerror="true">
                   <arg value="${minisrc}/movie/src/Movie.as"/>
                   <arg value="-incremental"/>
                   <arg value="-debug=true"/>
                   <arg value="-load-config+=${MINIGAME_CONFIG}"/>
                   <arg value="-output ${minidist}/blah/Movie.swf"/>
              </exec>
    That last argument is what is giving me problems. If I leave it out, mxmlc runs fine but does not place the SWF where I want it. If I try to run it like the above then I get:
    command line: Error: unknown configuration variable 'output D:\giantpath/../../dist/blah/Movie.swf'
    I've tried putting the path in double quotes and single quotes but nothing seems to work.
    I am actually doing the above because of another error with ant/flex/fb/mxmlc:
    I would like to use this XML to run mxmlc:
    <mxmlc file="${minisrc}/movie/src/Movie.as" output="${minidist}/movie/Movie.swf"
                   fork="true" maxmemory="512m" incremental="false" debug="true">
                   <load-config filename="${MINIGAME_CONFIG}"/>
              </mxmlc>
    However, that gives me the following error:
        [mxmlc] java.lang.NoClassDefFoundError: flex2/tools/Compiler
        [mxmlc] Caused by: java.lang.ClassNotFoundException: flex2.tools.Compiler
        [mxmlc]      at java.net.URLClassLoader$1.run(Unknown Source)
        [mxmlc]      at java.security.AccessController.doPrivileged(Native Method)
        [mxmlc]      at java.net.URLClassLoader.findClass(Unknown Source)
        [mxmlc]      at java.lang.ClassLoader.loadClass(Unknown Source)
        [mxmlc]      at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        [mxmlc]      at java.lang.ClassLoader.loadClass(Unknown Source)
        [mxmlc]      at java.lang.ClassLoader.loadClassInternal(Unknown Source)
        [mxmlc] Could not find the main class: flex2.tools.Compiler.  Program will exit.
        [mxmlc] Exception in thread "main"
    I did some research and set fork to false, but then it is even worse, giving me:
      [mxmlc] D:\projectpath\client\src\com\blah\iface\minigames\IGame.as(1): col: 1 Error: The definition of base class Object was not found.
        [mxmlc] package com.blah.iface.minigames
        [mxmlc] ^
        [mxmlc] D:\projectpath\client\src\com\blah\iface\minigames\IGame.as(23): col: 33 Error: Interface IEventDispatcher was not found.
        [mxmlc] public interface IGame extends IEventDispatcher
        [mxmlc]                               ^
        [mxmlc] D:\projectpath\client\lib\Degrafa_Beta3.1_Flex3.swc(mx/core/IFlexDisplayObject)
        [mxmlc] Error: Type was not found or was not a compile-time constant: [flash.display]::IBitmapDrawable.
        [mxmlc] D:\projectpath\client\lib\Degrafa_Beta3.1_Flex3.swc(mx/core/IFlexDisplayObject)
        [mxmlc] Error: Type was not found or was not a compile-time constant: [flash.events]::IEventDispatcher.
        [mxmlc] Movie_FBNormalFont.as(1): col: 1 Error: Namespace was not found or is not a compile-time constant.
        [mxmlc] ^
        [mxmlc] Movie_FBBoldFont.as(1): col: 1 Error: Namespace was not found or is not a compile-time constant.
        [mxmlc] ^
        [mxmlc] D:\projectpath\client\lib\FlexUnit1Lib.swc(mx/core/FontAsset)
        [mxmlc] Error: Type was not found or was not a compile-time constant: String.
        [mxmlc] D:\projectpath\client\lib\FlexUnit1Lib.swc(mx/core/FlexBitmap)
        [mxmlc] Error: Type was not found or was not a compile-time constant: String.
        [mxmlc] D:\projectpath\client\lib\FlexUnit1Lib.swc(mx/core/FlexBitmap)
        [mxmlc] Error: Type was not found or was not a compile-time constant: BitmapData.
        [mxmlc] D:\projectpath\client\lib\FlexUnit1Lib.swc(mx/core/FlexBitmap)
        [mxmlc] Error: Type was not found or was not a compile-time constant: String.
        [mxmlc] D:\projectpath\client\lib\FlexUnit1Lib.swc(mx/core/FlexBitmap)
        [mxmlc] Error: Type was not found or was not a compile-time constant: Boolean.
        [mxmlc] D:\projectpath\client\lib\Degrafa_Beta3.1_Flex3.swc(mx/utils/NameUtil)
        [mxmlc] Error: Type was not found or was not a compile-time constant: DisplayObject.
        [mxmlc] D:\projectpath\client\lib\Degrafa_Beta3.1_Flex3.swc(mx/utils/NameUtil)
        [mxmlc] Error: Type was not found or was not a compile-time constant: String.
        [mxmlc] D:\projectpath\client\lib\Degrafa_Beta3.1_Flex3.swc(mx/utils/NameUtil)
        [mxmlc] Error: Type was not found or was not a compile-time constant: Object.
        [mxmlc] D:\projectpath\client\lib\Degrafa_Beta3.1_Flex3.swc(mx/utils/NameUtil)
        [mxmlc] Error: Type was not found or was not a compile-time constant: String.
        [mxmlc] D:\projectpath\client\lib\Degrafa_Beta3.1_Flex3.swc(mx/core/IRepeaterClient)
        [mxmlc] Error: Type was not found or was not a compile-time constant: Array.
        [mxmlc] D:\projectpath\client\lib\Degrafa_Beta3.1_Flex3.swc(mx/core/IRepeaterClient)
        [mxmlc] Error: Type was not found or was not a compile-time constant: Array.
        [mxmlc] D:\projectpath\client\lib\Degrafa_Beta3.1_Flex3.swc(mx/core/IRepeaterClient)
        [mxmlc] Error: Type was not found or was not a compile-time constant: Boolean.
        [mxmlc] D:\projectpath\client\lib\Degrafa_Beta3.1_Flex3.swc(mx/core/IRepeaterClient)
        [mxmlc] Error: Type was not found or was not a compile-time constant: Array.
        [mxmlc] D:\projectpath\client\lib\Degrafa_Beta3.1_Flex3.swc(mx/core/IRepeaterClient)
        [mxmlc] Error: Type was not found or was not a compile-time constant: Array.
        [mxmlc] D:\projectpath\client\lib\Degrafa_Beta3.1_Flex3.swc(mx/core/IRepeaterClient)
        [mxmlc] Error: Type was not found or was not a compile-time constant: Array.
        [mxmlc] D:\projectpath\client\lib\Degrafa_Beta3.1_Flex3.swc(mx/core/IRepeaterClient)
        [mxmlc] Error: Type was not found or was not a compile-time constant: Array.
    So, it'd be great if anyone could help me getting one of these two methods to work.

    Thank you for the response,
    I should have mentioned in my first post that I am running Windows 7 64-bit. Also, I was defining FLEX_HOME in this manner:
    <property file="../build.properties"/>
    And the contents of that file are:
    FLEX_HOME=C:/Program Files (x86)/Adobe/Adobe Flash Builder 4/sdks/3.5.0
    But I get the NoClassDefFoundError.
    If I define FLEX_HOME inside build.xml with a property tag like this:
    <property name="FLEX_HOME" location="C:/Program Files (x86)/Adobe/Adobe Flash Builder 4/sdks/3.5.0"/>
    I get the same error, NoClassDefFoundError.

  • Error in uploading BDC Models (Server name missing from URL in Property wcfmexURL)

    Hi,
    We are using multiple Dialogue Instances in DUET Enterprise.
    Problem: Before we did the Reverse Proxy Configuration for App Servers, Our BDC Models got imported in SharePoint Successfully (Correct WSS Setup and STS Urls) but After doing the Reverse Proxy Configurations, when we regenerated the BDC Models, apparently Server Name is missing from URL of the Propoerty "wcfmexurl".
    Below is the Error Text:
    [ERROR] The LobSystem (External System) / LobSystemInstance (External System Ins
    tance) Property with Name 'WcfMexDocumentUrl' has an invalid value 'https/sap/bc
    /srt/wsdl/bndg_CF37C550B825080AE1000000AC1F18FD/soap12/wsdl11/allinone/ws_policy
    /document?sap-client=400'.
        Error was encountered at or just before Line: '65' and Position: '20'.
    Failed to import model: Role
    [ERROR] The LobSystem (External System) / LobSystemInstance (External System Ins
    tance) Property with Name 'WcfMexDocumentUrl' has an invalid value 'https/sap/bc
    /srt/wsdl/bndg_CE38C550B825080AE1000000AC1F18FD/soap12/wsdl11/allinone/ws_policy
    /document?sap-client=400'.
        Error was encountered at or just before Line: '42' and Position: '20'.
    Failed to import model: UserRoles

    Hi Holger,
    Thanks a lot!
    This Error is gone after implementing the Note. Now the generated BDC Models have the correct URL for wcfmexURL property.
    now we have the Following Error:
    [ERROR] Error loading URL 'https://sapbwX.srv.XXX.com/sap/bc/srt/wsdl/bndg_92
    38C550B825080AE1000000AC1F18FD/soap12/wsdl11/allinone/ws_policy/document?sap-cli
    ent=XXX'. This normally happens when URL does not point to a valid discovery doc
    ument, service description, or XSD schema.
        Error was encountered at or just before Line: '48' and Position: '20'.
    Failed to import model: Account
    For this Error, our SharePoint Administrator is checking below Steps.
    1.    1) Open “wcfmexDocumentUrl” URL in the browser and copy all SSL certificates (including Root Certificates) to a file. Then import these certificates in the Trust Relationships section. Then try the import of the BDC Models
    2.   
    2) 2) Verifying Your server uses a virtual hostname and all the configuration (e.g. SSL certificate) is done for this virtual hostname. Also the URLs that are created and used in the BDC model are Same virtual hostnames, but not the ones from the physical server.
    3.  3)Re-verify SAML Authentication type and transport security at SAP.
    4) 4) Browse WSDL at SharePoint Server and verify “WSP:Policy”  and in WSDL make sure that it contains an entry:
    <sp:RequestSecurityTokenTemplate>
    <wst:KeyType>http://docs.oasis-open.org/ws-sx/ws-trust/200512/PublicKey</wst:KeyType>
    <wst:TokenType>http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLV1.1</wst:TokenType>
    </sp:RequestSecurityTokenTemplate>
    I will update the Results after these checks!
    Thanks,
    Saumil

  • The external model has changed. You must relink or refresh before this function can execute.

    Good day!
    I got the following error (code: -2366) when trying to run a executable built from LabVIEW 2013 on a target Windows machine with only LabVIEW run-time 2103 32-bit installed.
    "External Model in VIname.vi/Control & Simulation Loop/VI <append>The external model has changed. You must relink or refresh before this function can execute.The external model has changed. You must relink or refresh before this function can execute." 
    The exe file works fine on the systems with full LabVIEW installed, but not on the ones having only run-time libraries. Dependency walker doesn't help to much. 
    Does anyone know what caused the issue? BTW, the VI needs 3rd-party dlls.
    Thanks for your time and all replies are welcomed.
    Regards,
    Yan

    Hi,
    Thanks for the reply. Actually I have found the problem.
    In my VI, I have Control Design and Simulation Loop, in which I have a VI that call functions from a DLL that I put in LabVIEW resource folder. After building the EXE file from this VI, the DLL file is copied to the data folder.
    But the problem is that when I run the EXE file, I have to make sure the DLL exists not only in the data folder, but also in the LabVIEW resource folder (E:\Program Files (x86)\National Instruments\LabVIEW 2013\resource), meaning when I run the EXE file on another machine with only run-time library installed, I have to manually create the whole path, and copy my DLL in.
    I checked the EXE file and found the following folders, copied DLL to everyone of them, not working either...
    National Instruments\Shared\LabVIEW Run-Time    
    c:\Program Files\National Instruments\Shared\LabVIEW Run-Time  
    %ProgramFiles%\National Instruments\Shared\LabVIEW Run-Time
    SOFTWARE\National Instruments\LabVIEW 
    BTW I am using LabVIEW 2013 patch 2.
    Thanks

  • C++ Kinect SDK: error LNK2019 unresolved external symbol

    I'm receiving the message "error: LNK2019" error when I attempt to run a basic C++ Kinect program.  I am running Windows 7 32bit with the Kinect SDK 1.0 and developing in Visual Studio 2010.  The included Skeletal Viewer sample works correctly,
    so I believe my problem lies in the project configuration.  I tried comparing my project config to the sample's, but I can't find any differences so I thought I'd open this up to the forums.  Is there any missing or incorrect information that I'm
    not seeing?  Or is there some other configuration I should be checking?
    Thank you in advance.
    #include "stdafx.h"
    #include <iostream>
    #include <windows.h>
    #include <NuiApi.h>
    #include <stdio.h>
    -- Include Directories: --
    $(VCInstallDir)include;
    $(VCInstallDir)atlmfc\include;
    $(WindowsSdkDir)include;
    $(FrameworkSDKDir)\include;
    $(KINECTSDK10_DIR)\inc;
    -- Library Directories --
    $(VCInstallDir)lib;
    $(VCInstallDir)atlmfc\lib;
    $(WindowsSdkDir)lib;
    $(FrameworkSDKDir)\lib;
    $(KINECTSDK10_DIR)\lib\x86;
     These are the specific errors I'm getting:
    1>kinectruntime.obj : error LNK2019: unresolved external symbol __imp__NuiImageStreamGetNextFrame@12 referenced in function _main
    1>kinectruntime.obj : error LNK2019: unresolved external symbol __imp__NuiImageStreamOpen@24 referenced in function _main
    1>kinectruntime.obj : error LNK2019: unresolved external symbol __imp__NuiInitialize@4 referenced in function _main

    Is kinect10.lib listed among the libraries in your project's properties, under Linker | Input | Additional Dependencies?
    If not, that is the likely cause for the errors.
    John
    K4W Dev
    That was it!  Thank you for the quick response and the clear directions.
    Since I see you're with Microsoft, I'd like to point out this step was missing from the set up instructions that come with the SDK installation.  This guide says to link kinect10.lib by linking
    $(KINECTSDK10_DIR)\lib\x86;  As we saw here, that's not quite the same thing!
    Programming Guide > Using Visual Studio > To Create an Unmanaged Application > Step #5

  • Error LNK2019: unresolved external symbol

    Hi there,
    I'm trying to instantiate a Factory object to then get a SchemaValidator from createSchemaValidator.
    Here's the code snippet:
    Tools::Factory<?, Element> *myFactory = new Tools::Factory<? ,Element>();
    SchemaValidator<Element> *mySchemaValidator = myFactory->createSchemaValidator(SchValidatorIdType::SchValCXml, NULL);
    Basically, I can't seem to find the right template argument which is supposed to be of type "Context" but I can't figure it out. I tried using "xmlctx" but that leads to the following compiling error:
    Error     106     error LNK2019: unresolved external symbol "public: class OracleXml::Parser::SchemaValidator<class Element> * __thiscall OracleXml::Tools::Factory<struct xmlctx,class Element>::createSchemaValidator(enum OracleXml::Parser::SchValidatorIdType,struct xmlctx *)" (?createSchemaValidator@?$Factory@Uxmlctx@@VElement@@@Tools@OracleXml@@QAEPAV?$SchemaValidator@VElement@@@Parser@3@W4SchValidatorIdType@53@PAUxmlctx@@@Z) referenced in function _main     TestCppXDK1.obj     
    I verified I linked my project to oraxml10.lib.
    Help?
    Thanks!
    Message was edited by:
    user617632

    I'm not very new to C++, but I'm new to Visual Studio and working with C++ in MS environment. I'm experiencing the same problem using
    Studio 2010 Microsoft Visual Studio 2010
    Version 10.0.30319.1 RTMRel
    Microsoft Visual C++ 2010 01021-532-2002102-70432
    Microsoft Visual C++ 2010
    On a Windows 7 Professional 64 bit OS connecting to a 11gR2 (64) database on the same system
    I've performed the exact steps in this post and I still receive the link error after performing all the steps identified with the exception that I performed them with respect to the 11gR2 libs & I'm using the libs / includes from this database's home.
    I'm sure that I'm missing something trivial, but I'm at a loss to determine what it is. Your assistance in these matters is greatly appreciated.

  • Error while importing BDC models to SharePoint from SAP

    Hi Team,
    I am facing error while importing the BDC models to SharePoint from SAP Duet environment. Please find the attached screen shot and text document for reference.
    Below are the tasks performed before importing the BDC models.
    1) SSL & STS certificated created in the SharePoint environment.
    2) Certificates are uploaded to the SAP duet environment.
    3) SSL certificate created in SAP duet environment is uploaded to Trust location in SharePoint central admin.
    Error while importing the BDC models manually through Central Admin.
    Application definition while import failed. The following error occurred: The BDC model file is not well-formed. Data at root level is invalid at. Line 1,position 1.
    C:\Program Files\Duet Enterprise\1.0>duetconfig/importbdc C:\Users\adm-in.itsupp
    ort\Desktop\Rahul\BDC\models.xml
    Starting import of models from C:\Users\adm-in.itsupport\Desktop\Rahul\BDC ...
    Attempting to import model: Account
    [ERROR] The remote certificate is invalid according to the validation procedure.
    Error was encountered at or just before Line: '48' and Position: '20'.
    Failed to import model: Account
    Attempting to import model: AccountDocumentStorageCategory
    [ERROR] The remote certificate is invalid according to the validation procedure.
    Error was encountered at or just before Line: '46' and Position: '20'.
    Failed to import model: AccountDocumentStorageCategory
    Attempting to import model: AccountDocumentTypeStatus
    [ERROR] The remote certificate is invalid according to the validation procedure.
    Error was encountered at or just before Line: '46' and Position: '20'.
    Failed to import model: AccountDocumentTypeStatus
    Attempting to import model: AccountDocuments
    [ERROR] The remote certificate is invalid according to the validation procedure.
    Error was encountered at or just before Line: '46' and Position: '20'.
    Failed to import model: AccountDocuments
    Attempting to import model: AccountTitle
    [ERROR] The remote certificate is invalid according to the validation procedure.
    Error was encountered at or just before Line: '47' and Position: '20'.
    Failed to import model: AccountTitle
    Attempting to import model: BOM
    [ERROR] The remote certificate is invalid according to the validation procedure.
    Error was encountered at or just before Line: '46' and Position: '20'.
    Failed to import model: BOM
    Attempting to import model: Contact
    [ERROR] The remote certificate is invalid according to the validation procedure.
    Error was encountered at or just before Line: '46' and Position: '20'.
    Failed to import model: Contact
    Attempting to import model: ContactTitle
    [ERROR] The remote certificate is invalid according to the validation procedure.
    Error was encountered at or just before Line: '47' and Position: '20'.
    Failed to import model: ContactTitle
    Attempting to import model: CountryCode
    [ERROR] The remote certificate is invalid according to the validation procedure.
    Error was encountered at or just before Line: '48' and Position: '20'.
    Failed to import model: CountryCode
    Attempting to import model: CustomerInquiry
    [ERROR] The remote certificate is invalid according to the validation procedure.
    Error was encountered at or just before Line: '47' and Position: '20'.
    Failed to import model: CustomerInquiry
    Attempting to import model: CustomerInquiryItem
    [ERROR] The remote certificate is invalid according to the validation procedure.
    Error was encountered at or just before Line: '44' and Position: '20'.
    Failed to import model: CustomerInquiryItem
    Attempting to import model: CustomerInquiryPartner
    [ERROR] The remote certificate is invalid according to the validation procedure.
    Error was encountered at or just before Line: '44' and Position: '20'.
    Failed to import model: CustomerInquiryPartner
    Attempting to import model: CustomerQuotation
    [ERROR] The remote certificate is invalid according to the validation procedure.
    Error was encountered at or just before Line: '49' and Position: '20'.
    Failed to import model: CustomerQuotation
    Attempting to import model: CustomerQuotationItem
    [ERROR] The remote certificate is invalid according to the validation procedure.
    Error was encountered at or just before Line: '47' and Position: '20'.
    Failed to import model: CustomerQuotationItem
    Attempting to import model: CustomerQuotationPartner
    [ERROR] The remote certificate is invalid according to the validation procedure.
    Error was encountered at or just before Line: '47' and Position: '20'.
    Failed to import model: CustomerQuotationPartner
    Attempting to import model: Employee
    [ERROR] The remote certificate is invalid according to the validation procedure.
    Error was encountered at or just before Line: '46' and Position: '20'.
    Failed to import model: Employee
    Attempting to import model: InquiryItemDocument
    [ERROR] The remote certificate is invalid according to the validation procedure.
    Error was encountered at or just before Line: '49' and Position: '20'.
    Failed to import model: InquiryItemDocument
    Attempting to import model: InquiryItemDocumentStorageCategory
    [ERROR] The remote certificate is invalid according to the validation procedure.
    Error was encountered at or just before Line: '45' and Position: '20'.
    Failed to import model: InquiryItemDocumentStorageCategory
    Attempting to import model: InquiryItemDocumentTypeStatus
    [ERROR] The remote certificate is invalid according to the validation procedure.
    Error was encountered at or just before Line: '45' and Position: '20'.
    Failed to import model: InquiryItemDocumentTypeStatus
    Attempting to import model: JobFunction
    [ERROR] The remote certificate is invalid according to the validation procedure.
    Error was encountered at or just before Line: '47' and Position: '20'.
    Failed to import model: JobFunction
    Attempting to import model: Product
    [ERROR] The remote certificate is invalid according to the validation procedure.
    Error was encountered at or just before Line: '46' and Position: '20'.
    Failed to import model: Product
    Attempting to import model: ProductDocument
    [ERROR] The remote certificate is invalid according to the validation procedure.
    Error was encountered at or just before Line: '42' and Position: '20'.
    Failed to import model: ProductDocument
    Attempting to import model: ProductDocumentStorageCategory
    [ERROR] The remote certificate is invalid according to the validation procedure.
    Error was encountered at or just before Line: '45' and Position: '20'.
    Failed to import model: ProductDocumentStorageCategory
    Attempting to import model: ProductDocumentTypeStatus
    [ERROR] The remote certificate is invalid according to the validation procedure.
    Error was encountered at or just before Line: '45' and Position: '20'.
    Failed to import model: ProductDocumentTypeStatus
    Attempting to import model: QuotationItemDocument
    [ERROR] The remote certificate is invalid according to the validation procedure.
    Error was encountered at or just before Line: '45' and Position: '20'.
    Failed to import model: QuotationItemDocument
    Attempting to import model: QuotationItemDocumentStorageCategory
    [ERROR] The remote certificate is invalid according to the validation procedure.
    Error was encountered at or just before Line: '46' and Position: '20'.
    Failed to import model: QuotationItemDocumentStorageCategory
    Attempting to import model: QuotationItemDocumentTypeStatus
    [ERROR] The remote certificate is invalid according to the validation procedure.
    Error was encountered at or just before Line: '46' and Position: '20'.
    Failed to import model: QuotationItemDocumentTypeStatus
    Attempting to import model: ReportTemplate
    [ERROR] The remote certificate is invalid according to the validation procedure.
    Error was encountered at or just before Line: '49' and Position: '20'.
    Failed to import model: ReportTemplate
    Attempting to import model: Role
    [ERROR] The remote certificate is invalid according to the validation procedure.
    Error was encountered at or just before Line: '65' and Position: '20'.
    Failed to import model: Role
    Attempting to import model: UserRoles
    [ERROR] The remote certificate is invalid according to the validation procedure.
    Error was encountered at or just before Line: '42' and Position: '20'.
    Failed to import model: UserRoles
    Attempting to import model: SAP.Office.DuetEnterprise.Workflow.UserSubscription
    [ERROR] The remote certificate is invalid according to the validation procedure.
    Error was encountered at or just before Line: '42' and Position: '20'.
    Failed to import model: SAP.Office.DuetEnterprise.Workflow.UserSubscription
    Attempting to import model: SAP.Office.DuetEnterprise.Workflow
    [ERROR] The remote certificate is invalid according to the validation procedure.
    Error was encountered at or just before Line: '45' and Position: '11'.
    Failed to import model: SAP.Office.DuetEnterprise.Workflow
    [WARNING] Duet Enterprise configuration utility has completed importing the BDC
    models but some models could not be imported. Review the logs for detailed infor
    mation on the errors which occurred during the import operation.
    Failed to import the following models -
    Account
    AccountDocumentStorageCategory
    AccountDocumentTypeStatus
    AccountDocuments
    AccountTitle
    BOM
    Contact
    ContactTitle
    CountryCode
    CustomerInquiry
    CustomerInquiryItem
    CustomerInquiryPartner
    CustomerQuotation
    CustomerQuotationItem
    CustomerQuotationPartner
    Employee
    InquiryItemDocument
    InquiryItemDocumentStorageCategory
    InquiryItemDocumentTypeStatus
    JobFunction
    Product
    ProductDocument
    ProductDocumentStorageCategory
    ProductDocumentTypeStatus
    QuotationItemDocument
    QuotationItemDocumentStorageCategory
    QuotationItemDocumentTypeStatus
    ReportTemplate
    Role
    UserRoles
    SAP.Office.DuetEnterprise.Workflow.UserSubscription
    SAP.Office.DuetEnterprise.Workflow
    C:\Program Files\Duet Enterprise\1.0>
    C:\Program Files\Duet Enterprise\1.0>
    Qucik response is much appreciated.
    Regards,
    Rahul Reddy.

    Take a look at this blog post,
    http://brainof-dave.blogspot.com/2008/08/remote-certificate-is-invalid-according.html
    Dimitri Ayrapetov (MCSE: SharePoint)

  • Error while importing EJB model in Web dynpro: Unable to fetch the EJBs.

    Hi,
    We are getting the below error while importing ejb model to Web dynpro.
    Error :
    Unable to fetch the EJBs. Check if the selected Enterprise Application contain the EJBs.
    I have created the public part-> It has a reference to EJB client and the enterprise application also has reference to the EJB project.The EJB is also added in dependency list.
    But still we are getting this error. Could anyone please explain what can i do to solve this issue.
    Best Regards,
    Karthika

    Hi Vishweshwara,
    Thanks for your reply.
    Please find the steps i followed while importing EJB model in webdynpro.
    1. The Entity forwarding permission has been enabled.
    2. public part reference has been created and through the reference entity option the ejbDC->Client public part is selected.
    I followed all the steps mentioned in the document. But still i am getting that error. In EJB DC we have list of JPA entities and stateless session beans are exposed as a webservice(top-down manner).The enterprise application has a reference to the EJB DC.
    I could be able to invoke the ejb service beans from ejb explorer and Webservice navigator.
    I am able to insert,delete and modify the records from there.
    Please let me know what could i do to resolve this error?
    Best Regards,
    Karthika
    Edited by: SAKarthika on Apr 29, 2011 1:43 PM

Maybe you are looking for

  • Web Application and Java Application

    Hello, I have a standalone Java application and a web application (JSP/Servlets) that I would like integrate. The standalone app. should send some information to my web app (which is not a problem), but then the user can be at this web app. for a whi

  • Error: WriteBehindThread:CacheStoreWrapper timeout. - wipes out cache!

    I have 3 JVMs running in a cluster. I got this error on all 3 of them and all the cache entries disappeared. What causes this and how can I prevent it? If I just stop using the DB cache store I can be sure this won't happen again, right? Thanks! -And

  • Importing Exchange Profile For PI7.0

    Hi Experts, We Installed PI 7.0 with 000,001,066 Clients. I want to have Another Client For this I followed this SAP Note <b>940309</b> But While Doing the Following thing i Got the Error like  <u><b>Password logon no longer possible - too many faile

  • Dispute case status

    Hi All, I need to get dispute case status from table, when i pass dispute case id as input. Please let me know the logic. Thanks Rajanikanth

  • Setting a global default font

    I have been looking but can't find the answer. Can you help be set a default font for my site. I am durrently in Arial and I wan't everything to be Comic Sans. I have gone to my master page and tried page properties, but it doesn't give me any time o