URIs for a relative location

Hi,
I'm not sure where to post this, but I'll try here.
I have a URI that points to a relative location: URI myUri = new URI("resources/myFile.xml");
When I deply my application to Tomcat the location is relative to tomcat/bin. so it would be tomcat/bin/resource/myFile.xml.
I was hoping for [TOMCAT_HOME]/Webapps/myWebApp/classes/resources/myFile.xml or something like that.........
Anyone know if my use of URI's is correct in this instance?

I am not near a testable instance of Tomcat, but is there a reason you're using relative paths? Can you use an absolute path of /resources/myFile.xml? IIRC (and I might not) that will land you in the subdirectory you posted

Similar Messages

  • Mobile Home Directory: Setting a relative location for various sub-nets

    Question Summary:
    1) Is it possible to define a home directory for mobile account users that is relative to the host's subnet?
    2) How does one accomplish #1 if possible?
    Details
    Setup
    Users access hosts on three LAN networks connected through the WAN via Branch-Office VPN connections (persistant VPN tunnels that connect our LANs)
    If User1 from LAN1 travels to LAN2, User1 has difficulty working, because the mobile account definition points to a host on LAN1 for HomeDirectory syncing, so all files are synced across a slow (5Mb/s) connection shared by all other users.  For some users (The CEO, for example), this sync entails transferring Gigs of personal data, so the Mobile Sync across the VPN literally takes several days, if it completes at all.
    My ideal setup would allow User1 from LAN1 to access a host at a relative location as apposed to an absolute location.  In other words, if LAN1 has the home folder at 192.168.76.23:/HomeFolders/User1, then when User1 moves to LAN2, the HomeFolder becomes 192.168.78.23:/HomeFolders/User1. Regardless the subnet, the User account would be defined in such a way that the HomeFolder would be sought at 192.168.X.23:/HomeFolders/shortUserId
    These home folders between the hosts 192.168.76.23 and 192.168.78.23 on LAN1 and LAN2, respectively, could be kept in sync during off hours so that at the beginning of each shift, all files are in all three locations ready for local use, fast access, and more importantly, fast home-syncing during the work day.
    Equipment
    OS X Yosemite running on various iMac and MacBook hardware configurations.
    OS X Server 4 running OD replicas and local DNS's on each LAN.
    Ample space for redundant data storage on all networks.
    Question
    How do I define a HomeDirectory as a relative location to the Mobile Account Users host machine or host machine IP address?
    Alternatively, is there a way that I can define a HomeDirectory using a Fully Qualified Domain Name so that I can use the local DNS server to force the redirect?
    Previously Tried Idea(s)
    Using the same Bonjour Computer Name
    On one test, I tried to trick the system by setting the name of the HomeDirectory computer to the same name on all networks. The thought behind this is that, when looking at the HomeDirectory path, the address is defined by the computer name, so if the local computer name matches, the system will automatically point to the host that is on the current LAN, as apposed to the host of the same name on the previous LAN.
    This failed due to the fact that the system providing the HomeDirectory storage is the same system that is providing OD replica services, and OD replication requires that each system have a unique name.

    Hi,
    Yes my home directory is set
    more /etc/passwd
    sfsys1d:x:301:201:sys1 dev sftp user:/interfaces/dev/system1:/usr/bin/csh
    when i log in they go to this directory, through a shell and through ftp ( haven't checked sftp yet)
    However i can still go up directories and see what is in the directories above
    the permissions are set as below
    drwx------   3 root
    sshusers  
    3 Sep  6 08:38 interfaces
    drwx--x---   3 root
    sshusers  
    3 Sep  6 15:49 dev
    drwxr-----   5 sfsys1d sshusers  
    7 Sep 19 14:52 system1
    I have tried various other permission 700, 710, 740 etc and they all give different results but not the correct one.
    The best I have managed to get so far is that they cannot list the files in the other directories, however if they know the names they can still go to them,  this also didn;t work in the windows ftp client, as it just showed the file/dirs anyway.
    Thanks
    Kerry

  • Problem with file URI for external DTD

    Hi All,
    I am getting UnknownHostException when i am trying to parse an XML data as InputSource
    to parser.
    The exception is thrown while to trying resolve file uri
    set for inputsource to locate DTD.
    The code works fine in of the Solaris machine but it throws this exception in
    one particular machine (solaris again). On both Weblogic6.0 with SP2 is running.
    The host "local" it says Unknown is infact a directory.
    I am unable to figure what is wrong. Please let me know asap the reason and if
    there is any solution.
    I am attaching the piece of Code and the Exception stack trace.
    thanks
    ashok
    -------------------code-----------------------
    public boolean doParse(InputSource input)
    throws IOException
    try{
         String realPath=FileHelper.getApplicationRoot();
         SAXParser sp = new SAXParser();
         sp.setContentHandler(this);
         sp.setFeature("http://xml.org/sax/features/validation",true);
         sp.setErrorHandler(new MyErrorHandler(System.err));
    input.setSystemId("file:///"+realPath+"/dtd/");
                   CmgmtOutput.write("System ID set "+input.getSystemId(),1);
                   sp.parse(input);
    }catch
    ------------------Exception--------------------
    java.net.UnknownHostException: local
    at java.net.InetAddress.getAllByName0(InetAddress.java:571)
    at java.net.InetAddress.getAllByName0(InetAddress.java:540)
    at java.net.InetAddress.getByName(InetAddress.java:449)
    at java.net.Socket.<init>(Socket.java:100)
    at sun.net.NetworkClient.doConnect(NetworkClient.java:50)
    at sun.net.NetworkClient.openServer(NetworkClient.java:38)
    at sun.net.ftp.FtpClient.openServer(FtpClient.java:267)
    at sun.net.ftp.FtpClient.<init>(FtpClient.java:381)
    at sun.net.www.protocol.ftp.FtpURLConnection.connect(FtpURLConnection.java:77)
    at sun.net.www.protocol.ftp.FtpURLConnection.getInputStream(FtpURLConnection.java:96)
    at java.net.URL.openStream(URL.java:798)
    at org.apache.xerces.readers.DefaultReaderFactory.createReader(DefaultReaderFactory.java:149)
    at org.apache.xerces.framework.XMLParser.startReadingFromExternalEntity(XMLParser.java:2652)
    at org.apache.xerces.framework.XMLParser.startReadingFromExternalSubset(XMLParser.java:2478)
    at org.apache.xerces.validators.dtd.DTDValidator.startReadingFromExternalSubset(DTDValidator.java:1672)
    at org.apache.xerces.framework.XMLDTDScanner.scanDoctypeDecl(XMLDTDScanner.java:1111)
    at org.apache.xerces.validators.dtd.DTDValidator.scanDoctypeDecl(DTDValidator.java:450)
    at org.apache.xerces.framework.XMLParser.scanDoctypeDecl(XMLParser.java:2102)
    at org.apache.xerces.framework.XMLDocumentScanner$PrologDispatcher.dispatch(XMLDocumentScanner.java:876)
    at org.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentScanner.java:381)
    at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1208)
    at com.i2.ui.srm.contracts.cmgmt.CMGMTXMLHandler.doParse(CMGMTXMLHandler.java:156)
    at com.i2.ui.srm.contracts.cmgmt.CMGMTXMLHandler.doImport(CMGMTXMLHandler.java:96)
    at com.i2.ui.srm.contracts.cmgmt.CMGMTXMLImportHandler.doImport(CMGMTXMLImportHandler.java:178)
    at com.i2.ui.srm.contracts.cmgmt.CMGMTXMLImportHandler.handleEvent(CMGMTXMLImportHandler.java:77)
    at com.i2.ui.srm.contracts.cmgmt.CMGMTXMLImportHandler.invoke(CMGMTXMLImportHandler.java:42)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.i2.webdriver.rwadmin.pages.PageController.handlePage(PageController.java:337)
    at PageServlet.doPost(PageServlet.java:374)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:213)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:1265)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1631)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

    By making BODY mandatory with 1 record, i am getting the below given error message in Adapter monitoring...
    Sender Adapter v2722 for Party '', Service 'BS_MRS':
    Configured at 2007-08-29 09:40:17 BST
    History:
    - 2007-08-29 09:46:26 BST: Retry interval started. Length: 2.000 s
    - 2007-08-29 09:46:26 BST: Error: Conversion of complete file content to XML format failed around position 0: Exception: ERROR consistency check in recordset structure validation (line no. 3: missing structure(s) before type 'TRL'
    - 2007-08-29 09:46:26 BST: Processing started
    - 2007-08-29 09:46:24 BST: Error: Conversion of complete file content to XML format failed around position 0: Exception: ERROR consistency check in recordset structure validation (line no. 3: missing structure(s) before type 'TRL'
    - 2007-08-29 09:46:24 BST: Processing started
    With Regards
    Amitesh

  • How to format the URI for Human task worklist UI project?

    This information is not easily found, so I am posting it here:
    When you click on the Administration Tab of the Human workflow component in EM, It allows you to enter an URI for the TaskDetail page.
    If you Auto-generate the taskdetail page, the URI form has to be filled out as follows:
    Application Name =worklist
    Host Name=mymachine
    HTTP Port=8001
    HTTPS Port=0
    URI=/workflow/MCRT_UI/faces/adf.task-flow?_id=MCR_T_TaskFlow&_document=WEB-INF/MCR_T_TaskFlow.xml
    (Where the Project name is MCRT_UI and the TaskFlow.xml is named as indicated and is located in the WEB-INF directory.)
    HTH,
    Matt

    Hi,
    Thanks for the post. From your post , my understanding is as below. Kindly correct me if I am wrong.
    When we go for the URL,
    http://hostname:7001/integration/worklistapp
    we will get a predefined page like, we will have 'MyTask', and this will list out all the tasks assigned for that user.
    The above procedure, you have given, will it allow us to override this adf page. so that , as soon as we go to the url, we can see our OWN custom adf page?
    Thanks,
    Sabarisri. N
    Edited by: meenalingam on Dec 20, 2011 4:24 PM

  • The Messaging Engine failed to register the adapter for "WCF-BasicHttp" for the receive location

    Could anyone please help in resolving the following
    error:
    Server Error in '/BizTalkXXXMyAppWcfService' Application.
    The Messaging Engine failed to register the adapter for "WCF-BasicHttp" for the receive location "/BizTalkXXXMyAppWcfService/XXXMyApp.svc".
    Please verify that the receive location exists.
    It does exist: When I go to All Artifacts >> Receive Locations I can see: WcfService_BizTalkXXXMyAppWcfService/XXXMyApp
    Also it is Enabled, green, up and running.
     …and that the isolated adapter runs under an account that has access to the BizTalk databases. – Checked, the BizTalkUser has all the permissions to access BizTalk databases.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Runtime.InteropServices.COMException: The Messaging Engine failed to register the adapter for "WCF-BasicHttp" for the receive location "/BizTalkXXXMyAppWcfService/XXXMyApp.svc". Please verify that the receive
    location exists, and that the isolated adapter runs under an account that has access to the BizTalk databases.
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. 
    Stack Trace:
    [COMException (0xc0c01666): The Messaging Engine failed to register the adapter for "WCF-BasicHttp" for the receive location "/BizTalkXXXMyAppWcfService/XXXMyApp.svc". Please verify that the receive location exists, and that the isolated
    adapter runs under an account that has access to the BizTalk databases. ]
       Microsoft.BizTalk.TransportProxy.Interop.IBTTransportProxy.RegisterIsolatedReceiver(String url, IBTTransportConfig callback) +0
       Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfIsolatedReceiver`2.RegisterIsolatedReceiver(Uri uri) +318
    [AdapterException: Failed to register isolated receiver for address "/BizTalkXXXMyAppWcfService/XXXMyApp.svc"; receive location does not exist or is disabled.]
       Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfIsolatedReceiver`2.RegisterIsolatedReceiver(Uri uri) +875
       Microsoft.BizTalk.Adapter.Wcf.Runtime.WebServiceHostFactory`3.CreateServiceHost(String constructorString, Uri[] baseAddresses) +363
       System.ServiceModel.HostingManager.CreateService(String normalizedVirtualPath) +1423
       System.ServiceModel.HostingManager.ActivateService(String normalizedVirtualPath) +50
       System.ServiceModel.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath) +1132
    [ServiceActivationException: The service '/BizTalkXXXMyAppWcfService/XXXMyApp.svc' cannot be activated due to an exception during compilation.  The exception message is: Failed to register isolated receiver for address "/BizTalkXXXMyAppWcfService/XXXMyApp.svc";
    receive location does not exist or is disabled..]
       System.Runtime.AsyncResult.End(IAsyncResult result) +890624
       System.ServiceModel.Activation.HostedHttpRequestAsyncResult.End(IAsyncResult result) +180062
       System.Web.AsyncEventExecutionStep.OnAsyncEventCompletion(IAsyncResult ar) +107

    Hi,
    This seems  to be a permission issue.
    Makesure account used in the application pool is a member of the BizTalk Isolated Host Users group.
    Also its working considering either make the ASPNET user account a member of your BizTalk Isolated Host Users group to make sure it has access to the biztalk databases (or change the asp.net services to run under a different account, which would need
    to be done from the framework's core .config files)
    Regards
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful.

  • JSP parse error "No URI for taglib" when using tagdir attribute

    Hi,
              I'm trying to use Jakarta JSTL 1.0 with BEA WebLogic 8.1 so I can work with tag files. I've put the jars (jstl.jar & standard.jar) in my webapp's WEB-INF/lib, added the following to my web.xml:
              <taglib>
              <taglib-uri>http://java.sun.com/jstl/core</taglib-uri>
              <taglib-location>/WEB-INF/c.tld</taglib-location>
              </taglib>
              and put the follwing two lines at the top of my JSP:
              <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
              <%@ taglib prefix="h" tagdir="/WEB-INF/tags/mytags" %>
              When I browser to my JSP, I get:
              Parsing of JSP File '<...>.jsp' failed:
              <...>.jsp(5): No URI for taglib
              probably occurred due to an error in <...>.jsp line 5:
              <%@ taglib prefix="h" tagdir="/WEB-INF/tags/mytags" %>
              My setup is pretty much straight out of the textbook, so what's wrong? Are tag files, and therefore this form of the taglib directive, not supported by WebLogic?
              Andrew

    Andrew Bickerton wrote:
              > Hi,
              >
              > I'm trying to use Jakarta JSTL 1.0 with BEA WebLogic 8.1 so I can work with tag files. I've put the jars (jstl.jar & standard.jar) in my webapp's WEB-INF/lib, added the following to my web.xml:
              >
              > <taglib>
              > <taglib-uri>http://java.sun.com/jstl/core</taglib-uri>
              > <taglib-location>/WEB-INF/c.tld</taglib-location>
              > </taglib>
              >
              > and put the follwing two lines at the top of my JSP:
              >
              > <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
              > <%@ taglib prefix="h" tagdir="/WEB-INF/tags/mytags" %>
              >
              > When I browser to my JSP, I get:
              >
              > Parsing of JSP File '<...>.jsp' failed:
              > ----------------------------------------
              > <...>.jsp(5): No URI for taglib
              > probably occurred due to an error in <...>.jsp line 5:
              > <%@ taglib prefix="h" tagdir="/WEB-INF/tags/mytags" %>
              >
              > My setup is pretty much straight out of the textbook, so what's wrong? Are tag files, and therefore this form of the taglib directive, not supported by WebLogic?
              >
              > Andrew
              81 doesn't support/implement the JSP 2.0 spec (which adds tag files)
              -- Nagesh
              

  • Help - Class name and descriptions for a function location.

    Hi Guys
    i have to write a report that displays the class and class descriptions for a function location. the user passes in either the function location(TPLNR) or the class name and  the report should display the the class characteristics and resp. values. Is there a FM that i coud use?
    please help.
    many thanks.
    seelan.

    sadiepu1 wrote:
    When I set up Words with Friends on my Fire it asked for my username and password which from a previous reply to my inquiry above stated that the S 3 doesn't store due to privacy issues. I have tried all my usual combinations of usernames and passwords and my Fire won't let me access the game as it keeps telling me that one or the other is not correct. I have deleted the app from my Fire and re-downloaded it but have the same error comes up. I have accessed the Words with Friends support both on my phone and their website but there is no live chat. I might have to take both to a Verizon store. Also, my Fire won't let me access the game without a correct username and password. To say that I am frustrated would be an understatement as well I have tried everything I can think of with no luck! Thanks for any help you can give!
    Did you use facebook to log in? 
    Verizon will not be able to help you retrieve any of the information you need.  You will have to contact Zynga.

  • I'm having a huge issue with itunes locating my missing files..and it's too many for me to locate 1 by 1..It says I'm missing over 3,00 songs and They are all in my music folder..What can I do to fix this issue?

    I'm having a huge issue with itunes locating my missing files..and it's too many for me to locate 1 by 1..It says I'm missing over 3,000 songs and They are all in my music folder..What can I do to fix this issue? I've looked at all the tutorials on youtube and none of it works. I recently got a new computer and I Back-Up all my music and itunes playlist and I import it on my new computer with the new itunes and I go to play a few songs, it says I'm missing them I locate a few but it's still like 3,000 missing and again they are all on the computer and in one folder..Please Help !

    I did that and nothing changed half my songs still have examination marks beside them
    I also just tried dragging my folder of music int he playlist and it duplicated all of my songs? My playlist was at 5k now it's at 10k becuz of 3 duplicates of songs. Is there a way to delete multiple duplicate files?

  • Changing the default associated view for a related entity

    A question from a peer:
    Hey there
    Do you know how in CRM 2015 to change the default associated view for a related entity?
    Say you are in an Account and from the menu open the opportunities for that account.
    That new pop up window states “Opportunity Associated View” I want to change that to “My Custom View”
    I thought we covered this in class years back but cannot remember

    There are a few ways to get what you want, the easiest being
    Create a document as you want it for a particular site, save it is junk.php or similar and create a new file by saving as this as the proper document name such as index.php
    Use the Dreamweaver template system, i.e. create a template with a .dwt.php extension like template.dwt.php and use that to create new pages.
    There are other ways like creating your own php template system. But you can put that in the too hard basket.

  • APO Constrained and unconstrained Forecast for a Product, Location

    Hi Gurus,
    Please let me know the simple ways to get the constrained and unconstrained forecast for a product / location. I am new to APO, so please help me to send the detailed information. I would really appreciate it.
    Thanks in advance for your wonderful help.
    Best regards
    Nagarajan

    Nagarjan,
    When you run the fortecast in DP you consider the sales history. Now, this sales history is actual sales. While forecasting all that is considered are these values of the past and not the present and future capability to actually meet this forecast. Its just plain statistically generated numbers. Now suppose based on your sales you generate the following forecastL
    Jan 1000
    Feb 1000
    Mar 1500
    This is then released to SNP. Use the TX /sapapo/mc90. The idea is now to EVALUATE THIS FORECAST AGAINST OUR CAPABILITY TO SUPPLY, IN OTEHR WORDS CONTRAINTS!
    After releasing to SNP you can do a finite planning taking into consideration constraints such as Capacity, vendor capabilities, procurement constraints etc... Its almost always the case that the exact numbers cannot be met and thats whgy we do all the replanninga and levelling and rescheduling etc etc...
    In SNP you can run an unconstrained pla., You can then level this using SNP capacity levelling. Remmeber this process may span certain levels like DC- > FG Plant -> SFG Plant etc...
    After considering supply capcbilities you can come up with a REVISED forecast:
    Jan: 800
    Feb: 1000
    Mar: 1600
    Note that for March you are able to take an increased volume. You can now release this plan to DP back again to tell it that this is the demand I can meet and this is what should be planned. This can be done using Tx /SAPAPO/SNPFCST or /SAPAPO/LCOUT
    Hope this clarifies.
    Abhi

  • Required to get class Charateristics and values for an functional location

    Hi ,
       As per the requirement ,i have to read the class characteristics and the corresponding values for an function location.I have functional location number ,and the various class names associated with fn.location. Any pointers would be helpful
    Regards
    Arun T

    FM BAPI_OBJCL_GETDETAIL
    OBJECTKEY                       ?0100000000000011643
    OBJECTTABLE                     IFLOT              
    CLASSNUM                        ZPMI_BLDG          
    CLASSTYPE                       003                
    KEYDATE                         29.07.2009         
    UNVALUATED_CHARS                                   
    LANGUAGE                        EN                 
    Cheers!

  • HT1541 I live in Canada and have a Canadian iTunes account. How can I purchase an iTunes gift card for a relative who lives in another country?

    I live in Canada and have a Canadian iTunes account. How can I buy an iTunes gift card for a relative who lives in another country?

    Sorry, but it's quite possible that you can't. If there's an Apple Store in the country to which you want to give the gift, you can call them ask ask if they'll accept a Canadian credit card for a gift card purchase to be shipped to an address in the relative's country. If they won't, then you'd have to find an independent reseller in that country that carries iTunes gift cards who could accept your credit card, and there may be none.
    Regards.

  • My Firefox home page displays a weather icon for New York , how can I change it for my own location? It only shows for USA

    At the bottom of the screen there are several icons for weather forcasts ect. for New York. How can I channge these icons to show the forecast for my own location? When I try to change location all I can get are locations for the USA

    What web page do you have set as your homepage?

  • How to change the attribute name for a relation

    When the Data Modeler engineers a logical model into a relational model it create table columns for the relations. The names of the generated columns are listed in the attributes list in the properties dialog of the relation. The actual name of the attribute gets calculated by the attribute name of the entity which is part of the relation. This is okay, if there is only one relation between two entities. But when there are two relations between two entities the second attribute gets a stupid number suffix. This makes it impossible to give the attribute a useful semantic meaning.
    When I engineer the model into a relational model I can change the column name in the relational model. Changing the column name in the relational model is not perfect but it would be okay for me, if it would not be overwritten during the next engineering run.
    So I have two questions:
    How can I change the attribute name in the attributes section of the properties dialog of a relation? See here for screen shot:
    http://public.ceving.de/2012050300/relationattribute.png
    And if it is not possible:
    How can I preserve any changes on column names in the relational model during a re-engineering run?
    Edited by: 931739 on 03.05.2012 08:07

    Hi,
    I've logged an Enhancement request on this.
    I don't believe it's possible to change it from the Entity or Relationship dialog, as it's not updatable in these dialogs.
    What you can do is change it in the Relational Model, and then reverse engineer the change back to the Logical Model.
    David

  • Creation of Sales org views for customers related to vendor

    Hello All,
                 Can any body tell me is there any functional module which can be used to created the sales org views for customers related to vendors.
    Regards
    Srinivas

    Hi Ravi,
    the number of sales area possible would be 6 sales area,
    yes you can of course use the common master data functionality
    After creating the organizational structure and relevant master records you want to use as the masters, that is, in the distribution channels and divisions you are going to use as a reference, you can group distribution channels and divisions separately for master data (which combines customer master and material master records), group condition records, or both master data and condition records.
    Letu2019s say you have a product range that is not different for the four different distribution channels you have (the channels could be telesales, retail, industry, and wholesale.) Neither is there a difference in the customersu2019 details when they purchase through one or the other. Thus, you will not want to create a multiple of four views of customer master and material master records. Merely create the customer master records and material master records in one of the distribution channels, such as retail. Then assign the other distribution channels you created in the organizational structure setup to this one.
    Donu2019t forget this means you can only create or change master data in the distribution channel that is being referenced. In the scenario above, this means you can only change data for the retail distribution channel. Even if you should access a customer or material master in change mode, press F4 (possible entries), and select telesales, industry, or wholesale, you will receive a message u201CSales area is not defined . . . u201D
    The same is true for the sharing of conditions. If conditions are shared, you need only create a condition in the distribution channel or division you are using as the reference. Obviously, this only pertains to conditions that have the distribution channel and/or division in their key, such as a price based on sales area
    Revert if helpful
    Mohit Singh

Maybe you are looking for

  • Xsl:if creates unwanted newline [SOLVED]

    Hi there. I'm making a report, with some images. This works fine (it's just an image of a checkbox, base64 data..). However, when printing many lines, I only want to print the checkbox if it's actually text there. Short explanation: Q1 Q2 Q3 Q4 Q5 I

  • Can you not create playlists for apps in iTunes?

    Is it REALLY not possible to create playlists for apps within iTunes? I have over 1500 apps and I seriously need to organise them somehow... Any suggestions?

  • Error when acivating Info Source

    Hi I get an error when I try to activate an info source 0TRANSTYPE. It activates fine on BW dev. Transports fine to BW QA, but gives an error on BW prod. The error it gives me is : u2022 Error when creating transfer structure /BIC/CCLC0TRANSTYPE_ATTR

  • Date foramt in scripts

    Hi, My requirement is to get the date(in scripts) like 20th May 2006 instead of 2006/05/20. How to get it? Can any one help me...

  • Problem navigating folder window Yosemite/Firefox

    Firefox 35.0.1 Yosemite 10.10.2 iMac 27 retina 5k processor : 4 GHz Intel Core i7 graphics : AMD Radeon R9 M290X 2048 MB memory: 8 GB 1600 MHz DDR3 Magic Mouse Computer , Mouse & Keyboard i purchased just over a month ago on Jan 12th in Firefox .....