Client mapping

Hi all,
I have to direct data comming from 1 system to several SAR R/3 clients. (through XI)
As I see it I have 2 choices:
1: To set up conditions in my Receiver Determination saying that if mandant = 101 then I call Service 101 and so forth.
2: To set up an "enhanced receiver determination" and with a mapping program determine the receivers of the message dynamically at runtime.
My question is:
Does any one have experience with these methods?
We have a very heavy data-load (transfering millions of messages) - which method would be best, performance wise?
To me, method number 2 seams very "expencive" to performance?
Thank you
Regards, Thomas

Hi Thomas,
>>1: To set up conditions in my Receiver Determination saying that if mandant = 101 then I call Service 101 and so forth.
It just the other way around: if there is a special value in my payload then connect to a special client
>>2: To set up an "enhanced receiver determination" and with a mapping program determine the receivers of the message dynamically at runtime. To me, method number 2 seams very "expencive" to performance?
No, i dont think so. The result could be be quite simple, you should be able to implement a fast programm (ABAP or JAVA), what can be reused for many cases. So develop time is only once.
Dont think only to the performance. If you have many SAP clients, you should watch as well scalability and maintenance. From that point of view it could be useful to have the extended receiver determination in case of a lot inbound interfaces. Otherwise you could have too much IB directory objects which avoid maintenance and a easy roll out.
Regards,
Udo

Similar Messages

  • Windows 7 (Client) map a network drive VPN Snow Leopard Server

    Hi,
    I have a Mac Mini Snow Leopard Server and are using a VPN service.
    My services on the mac os x sls server are: AFP, DNS, Firewall, Open Directory, SMB and VPN.
    I can connect the VPN from Mac clients and Windows 7 clients, but I can only map a network drive/share point on Mac´s.
    On Windows 7 I get an error: path or name not found ( I am sure using the correct path, same from Mac client that works).
    When I am using my internal network LAN I can map a network drive using Windows 7 and Mac but outside over a VPN not (only Mac works).
    The only service, at this moment,  that I need is File Sharing outside my network LAN using a VPN.
    How can I map a network drive from a Windows 7 client using a VPN, is there any Firewall rules / SMB rules / File Sharing rules that I missed on the server side?
    Thank You.

    I really don't know what are going wrong with my settings. As you said/write it must be an easy setup.
    I'm using a Time Capsule and used the Server app to add VPN to the port forwarding also.
    When I am connected thru the VPN I tried to ping the Server IP and got no answer from it, from W7 client!?
    My Mac's are just working fine with AFP and SMB share points thru the VPN.
    I think I have missed some settings from the SMB or Firewall services for VPN with W7 client's or it is a Windows issue.....

  • J2EE client mapping in WL6 - continued : jms queues and topics

    How can one use "generic" (i.e. "java:comp/env/jms/myQueue") names in client
    code for jms queues and topics,
    since neither application-client.xml nor WL's myjarname.runtime.xml
    have elements for them ?
    I mean, jms managed objects are not env-entries (application-client.dtd
    specifies that only primitive wrapper types can be valid env-entry-value)
    nor resources (which I understand are all connection factories, for jdbc,
    jms or mail ...).
    In my ejb-jar.xml I use the resource-env-ref element :
    <resource-env-ref>
    <resource-env-ref-name>jms/CreationErrorQueue</resource-env-ref-name>
    <resource-env-ref-type>javax.jms.Queue</resource-env-ref-type>
    </resource-env-ref>
    which can be mapped in weblogic-ejb-jar.xml
    <resource-env-description>
    <res-env-ref-name>jms/CreationErrorQueue</res-env-ref-name>
    <jndi-name>jms.aregon.CreationErrorQueue</jndi-name>
    </resource-env-description>
    but I don't know how to map the jndi of such objects in a client
    application.
    Edo

    Hi Sachin --
    In the 10.1.3.1 release, a set of new commands have been added to admin_client.jar to support the command line creation of JMS resources:
    -addJMSConnectionFactory -domain <domain> -jndiLocation <jndiLocation> [options]
    -removeJMSConnectionFactory -jndiLocation <jndiLocation>
    -getJMSConnectionFactories
    -addDestination -domain <domain> -name <name> -jndiLocation <jndiLocation> [options]
    -removeDestination -name <name> [options]
    -getDestinations
    You can read about it in the doc:
    http://download-west.oracle.com/docs/cd/B31017_01/web.1013/b28950/adminclient.htm#CHDDFJJA
    cheers
    -steve-

  • J2EE client mapping in WL6

    I've read the not-so-good dox about running a J2EE client in WL6:
    - make a jar packaged with the standard META-INF/application-client.xml
    - put an xml called <jarname>.runtime.xml in the dir with the client jar
    (for WL6 specific jndi mappings)
    - run the jar with weblogic.j2eeclient.Main [jar] urlthis is cumbersome in development. my J2EE client is mostly made of junit
    testcases that call entities and session beans. There are dozens of "Main"
    classes in the jar, that I might want to run individually!
    I would like to run the testcases directly using the compiled classes
    directory - but then the jndi mappings between the standard, logical names
    like "java:comp/env/ejb/mySessionHome" and the WL-specific names like
    "ejb.myapp.mySessionHome" fail.
    actually, if I run the client using in code the actual WL6 jndi names, no
    deployment info is necessary, but I want to use in code only the logical
    names.
    so, my question is : how do I run an unpackaged client that picks up the
    jndi mappings specified in the .runtime.xml ??
    Edo
    PS - I basically want to replicate on the client-side the way I work on the
    server-side : I use WL6 dynamic deployment of an unpackaged ear : no
    explicit calls to jar and ejbc - which helps my code-complie-test cycle a
    lot !

    Hi Sandy,
    If I understand you correctly, then you are asking how to make
    a stand-alone java client, right? According to the J2EE spec, a
    stand-alone java client also needs to be deployed to a container.
    A long time ago (before OC4J, when there was only OrionServer)
    I struggled for about a week before finally figuring out how to
    do this.
    However, I then discovered that, with OrionServer (and therefore
    also with OC4J), your stand-alone java client does not have
    to be deployed to a container and can be launched from the command
    line with the "java" command.
    If you do want to deploy your java client, then the only way
    I know to launch it is by using the "applicationlauncher.jar"
    file. This file was part of the first OC4J (version 1.0.2.2).
    It disappeared in the next version (9.0.2) and now has reappeared
    in the latest version (9.0.3) -- go figure! Like I said, by the
    time I started using OC4J, I was only using non-deployed clients,
    so I had no need for "applicationlauncher.jar", so the fact it
    was missing from version 9.0.2 didn't affect me.
    In any case, I recall information on how to use the "applicationlauncher.jar"
    file on the following web sites:
    http://www.orionserver.com
    http://www.orionsupport.com
    http://www.atlassian.com
    http://www.elephantwalker.com
    I also recall answering similar questions several times previously
    on this forum, so a search of the forum archives may also help.
    I hope I have correctly interpreted your question and given you
    a helpful answer.
    Good Luck,
    Avi.

  • Mapping a rogue CLIENT in WCS with 4404

    Hi.
    Im running a 4404 (4.1.171.0) and WCS. I imported all the maps, placed the AP's etc.
    Looks great! I can find rogue AP's no problem and place them on the map with the skull and crossbones.
    However I cant figure out how to do rogue CLIENT mapping. Im almost positive It can be done but cant find it anywhere in the docs or forums.
    Any help appreciated.
    Bob

    Change the Search In to 'WCS Controllers'' under the Monitor->Security->Rogue Clients and search for rogue clients on the controller directly and then click on it and now you will see that Detecting APs are shown as well as the location if this rogue client was detected by location server.

  • Local settings for clients with print drivers installed on server?

    Greetings,
    We have a Windows Server 2012 R2 that has a print driver installed and shared (Xerox 560 ~ Fiery driver).
    Clients map to this driver. I.E. they add printer from network and select it from the list.
    However, because its mapped, they can't edit the driver or save their settings locally (for example: the accounting code is set in the properties of the driver and not in the preferences).
    If they do, as admin, then those changes percolate back up to the sever driver and then to all clients.
    My question is how do I get the clients to manage their own local settings, these settings being found in the properties of the print driver and not in the preferences?
    I need to be able to set things that are set on the properties (and not preferences) of the driver locally on their computer, but I don't want to have to install the driver manually on every client.
    Is their a way to have a local version of the properties page?
    Is this possible?
    Thank you for letting me know.
    Antoine

    may need to set the server as print server...
    http://support.microsoft.com/kb/244284/en-us
    Best,
    Howtodo

  • DAG Replication Network Isolation from MAPI

    Hi,
    Recently We have implemented Exchange 2010 SP2 DR setup.
    We have two sites Prod and DR. We are facing some issue in DAG replication Network (Replication Adapter).
    We are using 10.10.10.x for Mapi Networks and 192.168.1.x for Replication Network for Prod and 10.11.10.x for MAPI and 192.168.2.x for Replications.
    As per Microsoft recommended, We configured replication adapters and added static routes for Replication Network.
    We understand, Replicarion adapter is used for DAG Replication (Log Shipping and Seeding) and configured forewall to allow tonly  DAG port 64327 for replication Vlans between sites.
    Now, When we check the replication network hit in firewall. Its still using MAPI Network (MAPI Nic) to communication with DR sites. Replication Nics is not working properly.
    Please let me know, How to isolate the MAPI and Replication Networks. Do we need configure Replication Port in DAG properties.
    How to check whether Replication Network is working between the sites.
    Regards
    M
     

    My Problem is, While seeding is happening between Primary Site to DR Site. Connections are going only via MAPI Networks. It is not using Replication Netowork. I have added the static route in all the prod and DR Mailbox Servers. But I have not
    configured Replication Port in DAG properties. And also, I allowed only Port 64327 for Replication Vlan in both Primary and DR. Please let me know if you have any solutions. Regards M
    That's expected if you are just using the EMC, or using standard options via EMS
    What happens if you use
    http://technet.microsoft.com/en-us/library/dd335201(v=exchg.141).aspx
    Update-MailboxDatabaseCopy -Network
    and
    http://technet.microsoft.com/en-us/library/dd335158.aspx
    Managing Mailbox Database Copies
    To specify the networks you want to use for seeding, use the Network parameter when running the
    Update-MailboxDatabaseCopy cmdlet and specify the DAG networks that you want to use. If you don't use the
    Network parameter, the system uses the following default behavior for selecting a network to use for the seeding operation:
    If the source server and target server are on the same subnet and a replication network has been configured that includes the subnet, the replication network will be used.
    If the source server and target server are on different subnets, even if a replication network that contains those subnets has been configured, the client (MAPI) network will be used for seeding.
    If the source server and target server are in different datacenters, the client (MAPI) network will be used for seeding.
    Cheers,
    Rhoderick
    Microsoft Premier Field Engineer, Exchange
    Blog:
    http://blogs.technet.com/rmilne  Twitter:
       LinkedIn:
       Facebook:
    Note: My 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.

  • Change Source Client RFC in BW

    Hi Basis Gurus!
    We recently did a system copy of our BW Dev environment from production. The basis team has set up the RFC connection to point to the ECC Configuration client (200). We obviously need to be mapped to the data client (220). Basis team is informing us that the connection cannot be changed. I do not have a basis background so I'm having trouble understanding why this would be. Can anyone shed any light on this or give instruction on how we can change this source client mapping to be correct?
    Thanx,
    Cindy Palle

    Just want to say thank you. I could fix a problem with your information.
    I was searching to change the background user from ALEREMOTE to BWREMOTE as all our process chains were running on ALEREMOTE.

  • Pls help in Mapping org strucutre

    HI Gurus,
    Yesterday i got clarified some doubts on my clients mapping.
    I want somebody to explain even in detail please.Its is urgent.
    My Client is Pharmaceutical company with H.O. inmumbai.They ditribute the drugs through thier C&F(Carry & Forward) agents to Dealers(Customers).Also company distributes drugs to Institutions like Central Govt bodies,Corporate hospitals in bulk at lesser price than dealers.Company also do exports to Nepal And Srilanka.There are 3 Divisions and 3 plants.
    Company will do the consignment at C&F Agent and pay the commission on sold Drugs.Invoice will be processed on Company name not on C&F Agent name.
    1Q.How many S.O. & Distribution channels& Sales areas are required?
    2Q.How many pricing procedures are required.Mention in detail please?
    3Q.Can I treat C&F Agents as Sales office or Storage locations.
    4Q.Can you name some Possible Condition Types apart from regular one.?
    Your valuable suggestions will deffinately rewarded.
    Regards,
    cpdatt.

    Hi cpdatt.,
            1Q.How many S.O. & Distribution channels& Sales areas are required?
    Ans- 1 sales org,3 distribution channels Direct sales,Indirect sales,Exports,as there are 3 divisions you can have 9 sales areas
    2Q.How many pricing procedures are required.Mention in detail please?
    Ans-Pricing procedures depends on your requirement,But you should deffanetly use differeent pricing procedure for exports and direct sales are made from depos so you can use different pricing procedures,Totally as per i can sujjest you can use 3 pricing procedures depending on your distribution channels
    3Q.Can I treat C&F Agents as Sales office or Storage locations.
    Ans- C&F agents are treated as Sales offices,
    4Q.Can you name some Possible Condition Types apart from regular one.?
    Your valuable suggestions will deffinately rewarded.
    Ans- i can suggets you PR00,K004,K005,K007,KF00,VPRS,..etc
    REWARD if helpfull
    Thanks & Regards
    Narayana

  • Files Uploaded using Mapped Drive (UNC) to SharePoint Document library Putting a copy in Recycle Bin , odd SharePoint Behaviour

    Hello All,
    One of my client reported a strange behaviour.
    Client mapped SharePoint document library to local share(UNC, NetWork Map Drive). Opened MS Word on local machine ,saved it to the share on his local machine. The document is saved successfully to SharePoint document library. But at the same time he can
    see a file with same name in Recycle bin and the size of the document in Recycle bin is <1k.
    Does any one know whether it is expected behaviour, why SharePoint putting this 1k file in Recycle bin?
    I tried the same thing on my Dev Environment for both SharePoint 2010 and 2013, in both environments the behaviour is same as my client experience.
    I have seen in forums some other people also experiencing this odd behaviour, but no one knows why.
    any info on this much appreciated.
    Regards,
    Andrew

    Hi Andrew,
    i tried in my environment for 2010 and 2013. The issue doesn't occur.
    Here is what i did.
    1, Create a new mapped drive(\\servername\DavWWWRoot\Shared Documents) for document library
    2, New a Word doc and input some string, save in the mapped drive.
    3, The doc exists in the document library, but no file in Recycle Bin.
    Did i miss something?
    Regards,
    Tom
    Microsoft Online Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to
    other community members reading the thread.

  • SCCM 2012 Secondary site client's are not doing hardware scan for more than 30 days

    Hi, 
    On our SCCM environment around 2500 active clients mapped for particular secondary site not performed hardware scan for more than 30 days. Can anyone provide suggestion how to fix this. 
    Regards,
    Madhan

    Yes i confirmed it is listing correct MP and software scan is working fine. we have around 8500 machines connected to that site buy only 3000 machines are having this issue. anyone has faced this issue ?
    Only 5000 Computers are supported by a secondary site.
    http://technet.microsoft.com/en-us/library/gg682077.aspx#BKMK_SupConfigClientNumbers
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Log off pop when navigating from SAP CRM Web IC to Utilities transactions

    Hi Experts,
    I have created about 100 transaction launchers for ISU transactions, which are linked to the navigation bar in the Web IC. If I Click on this link which should open an ISU trnsaction, it doesnt open the ISU transaction. Rather it gives me a pop up as LOG OFF. The problem is most of the transactions are opening up this way, but there are only a few that doesnt open up and gives a log off error.
    The client mapping of CRM system and Utility system has been done.

    Hi Friends,
    I have configured a transaction launcher for ISU transaction code EL27 and EL29,
    I am facing the simular issue, when try to access these transaction from ICWC i face the same problem. Logged off successfully screen appears.
    Please let me know if you resolved this error.
    Thank you.

  • Error while running ejbc. Fatal error from EJB Compiler ---- Error while pr

    Hi!
    I was deploying a test application for a session bean with sun 1 studio 5 and I started getting this message while deploying.
    I had tested the bean previously and I had no problems.
    I found this in the sun app server 7 release notes, but I don't understand what I'm supposed to do...
    "Deployment of CMP beans fails.
    The following error is thrown because there are no <query-params> entries in the container-managed persistence (CMP) bean in sun-ejb-jar.xml file:
    Error while running ejbc. Fatal error from EJB Compiler ---- Error while processing CMP beans.
    Solution
    Even if it isn't necessary for the CMP beans, add the query-params tag for finders in the sun-ejb-jar.xml file with the empty parameters."
    Here is my sun-ejb-jar.xml file:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE sun-ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Sun ONE Application Server 7.0 EJB 2.0//EN" "http://www.sun.com/software/sunone/appserver/dtds/sun-ejb-jar_2_0-0.dtd">
    <sun-ejb-jar>
    <enterprise-beans>
    <name>GestorDoBanco_EJBModule</name>
    <ejb>
    <ejb-name>Cliente</ejb-name>
    <jndi-name>ejb/Cliente</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/Cliente.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>ClienteAssociadoAConta</ejb-name>
    <jndi-name>ejb/ClienteAssociadoAConta</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/ClienteAssociadoAConta.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>Conta</ejb-name>
    <jndi-name>ejb/Conta</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/Conta.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>GestorDoBanco</ejb-name>
    <jndi-name>ejb/GestorDoBanco</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    </ejb>
    <ejb>
    <ejb-name>MensagemM003</ejb-name>
    <jndi-name>ejb/MensagemM003</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/MensagemM003.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>MensagemM003Rejeitada</ejb-name>
    <jndi-name>ejb/MensagemM003Rejeitada</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/MensagemM003Rejeitada.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>MensagemM012</ejb-name>
    <jndi-name>ejb/MensagemM012</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/MensagemM012.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>MensagemM012Rejeitada</ejb-name>
    <jndi-name>ejb/MensagemM012Rejeitada</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/MensagemM012Rejeitada.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>MensagemM103</ejb-name>
    <jndi-name>ejb/MensagemM103</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/MensagemM103.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>MensagemM112</ejb-name>
    <jndi-name>ejb/MensagemM112</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/MensagemM112.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>Registo</ejb-name>
    <jndi-name>ejb/Registo</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/Registo.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>TransaccaoConfirmada</ejb-name>
    <jndi-name>ejb/TransaccaoConfirmada</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/TransaccaoConfirmada.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>TransaccaoFinalizada</ejb-name>
    <jndi-name>ejb/TransaccaoFinalizada</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/TransaccaoFinalizada.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>TransaccaoIniciada</ejb-name>
    <jndi-name>ejb/TransaccaoIniciada</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/TransaccaoIniciada.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <pm-descriptors>
    <pm-descriptor>
    <pm-identifier>SunONE</pm-identifier>
    <pm-version>1.0</pm-version>
    <pm-class-generator>com.iplanet.ias.persistence.internal.ejb.ejbc.JDOCodeGenerator</pm-class-generator>
    <pm-mapping-factory>com.iplanet.ias.cmp.NullFactory</pm-mapping-factory>
    </pm-descriptor>
    <pm-inuse>
    <pm-identifier>SunONE</pm-identifier>
    <pm-version>1.0</pm-version>
    </pm-inuse>
    </pm-descriptors>
    <cmp-resource>
    <jndi-name>mysqlpmanager</jndi-name>
    <default-resource-principal>
    <name>bes</name>
    <password>besbes</password>
    </default-resource-principal>
    </cmp-resource>
    </enterprise-beans>
    </sun-ejb-jar>
    Thanks in advance for any help.
    Nuno

    http://docs.sun.com/source/817-2175-10/decmp.html
    Please go to the above docs and look thru the examples given in it.
    Example 2
    This query returns all products in a specified price range. It defines two query parameters which are the lower and upper bound for the price: double low, double high. The filter compares the query parameters with the price field:
    "low < price && price < high"
    The finder element of the sun-ejb-jar.xml file would look like this:
    <finder>
    <method-name>findInRange</method-name>
    <query-params>double low, double high</query-params>
    <query-filter>low < price && price &lt
    high</query-filter
    </finder>
    I hope this hepls. In your case u just have to make it null.

  • Can not open FXML files in DataApp example

    Hi,
    I download javafx_samples-2_2_0-windows.zip and unzip, and open DataApp project. I build and run, it's ok.
    but I cannot open many fxml files, for example, it gives me following error messages:
    Error loading file 'C:/work/tianqing/Java/JavaFX/TestProjects/DataApp/DataAppClient/src/com/javafx/experiments/dataapp/client/livetab/live-tab.fxml'.
    C:\work\tianqing\Java\JavaFX\TestProjects\DataApp\DataAppClient\src\com\javafx\experiments\dataapp\client\livetab\live-tab.fxml:0: error:
         java.lang.ClassNotFoundException: com.javafx.experiments.dataapp.client.map.UnitedStatesMapPane
    Could anybody tell me why?
    I'm using Netbeans 7.2 and my java version is "1.7.0_07".
    Thanks very much!
    Terry

    Hi,
    I believe that's caused by one of the bugs mentioned in SceneBuilder 1.0 release notes. When you open an FXML file that contains custom types - such as com.javafx.experiments.dataapp.client.map.UnitedStatesMapPane, SceneBuilder should popup a dialog window - prompting you to enter a classpath from which to resolve these types. Unfortunately, this popup is not displayed when you open an FXML file from NetBeans or by double clicking on the FXML file from the file system.
    Sometimes SceneBuilder will open - but all custom types will be hidden - sometimes you will get a ClassNotFoundException (depending on how the custom type was imported).
    Fortunately there's a work around: start SceneBuilder by double clicking on SceneBuider's icon - instead of double clicking on an FXML file. Then use "File > Open..." from within SceneBuilder to open your file.
    Hope this helps,
    -- daniel

  • File getting locked in RDC when saving it to redirected drive (from remoteapp).

    Hello,
    when exporting excel file from our RemoteApp to my local C disk (\\tslcient\c) the file is getting locked and can not be used until I close the RemoteApp. If for example I try to delete file before closing RemoteApp,
    I get the error that file is being used by Remote Desktop Client.
    If during export I choose to save the file on remoteApp server, or on mapped network drive, it is not getting locked and can be used right away.
    Is there a way to save it to my redirected C drive and be able to use it without closing remoteApp ?

    Hi,
    Thank you for posting in Windows Server Forum.
    Initially see that you have client mapped drive is enabled. You can enable the setting under collection properties client settings-Drive Redirection Option. In addition, we can also check the GPO setting “Do not allow drive redirection” under below
    mention path.
    Computer Configuration\Policies\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Device and Resource Redirection
    Also can generate some script that would add shortcut and points to the shared drive. After this the shortcut would be added to the default location you see when you do the save file from your application.    
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    Client drive is redirecting without problem and it is accessible, we can browse it, copy and save files there.
    The problem is that when we save file from RemoteApp to redirected client drive, the file is locked by remote desktop connection process and can not be accessed until RemoteApp is closed.

Maybe you are looking for

  • Can't open Classic in OS X.4.3

    I recently installed OS X.4 Tiger on my Dual 450 and then the upgrade OS X.4.3. Classic did not install and I had been told I needed to install it separately, but the single disc I got with my purchased OS X.4 (bought from the Apple store) did not se

  • Can't set up my HPConnect account

    I'm attempting to set up my new printer, and it was all going so well. Until I had to set up an HPConnect account.  I click on "create account," follow the steps, and then when I try to log in with my new account, I get a message saying that either m

  • Password Protected PDF? Major Fail

    Have just found to my cost that this is as much use as a chocolate fireguard.  Anyone with a mac can open a pasword protected PDF, out of Illustrator, with 'Preview'. Re-save and now open in Illustrator allowing the artwork I spent 4 hours on to be s

  • Removal of 3rd party software?

    Trying to remove Cisco connection sw from my MacBook

  • Best book on Oracle 9i (Admin & PL/SQL)

    Hi, What's in your point of view the best books about Oracle 9i ? Covering administration & PL/SQL as well(on Windows platform). Thanks for your advices. Regards. jeff