Jumpstarting changes with U6:  VLAN tagged interfaces and sysidcfg

Hello,
I've been banging my head on U6 for a few days and finally have to give up and cry for help. I can no longer build a jumpstarted server which ends up on a separate VLAN tagged LAN after first reboot.
I have an existing U5 SPARC jumpstart environment setup. We use VLAN tagging a lot in our environments and by default the only time a non VLAN tagged interface is used is during jumpstart. With the existing jumpstart we are using the following profiles:
root_password=mypassword
security_policy=NONE
timezone=GB
timeserver=localhost
terminal=vt100
network_interface=none {hostname=hostname}
system_locale=en_GB
name_service=NONE
system_locale=CIn the U5 profile we let the jumpstart server obtain its network configuration via DHCP and then obtain the profile above, which excludes all network settings. All the network settings were added as part of a finish script. This worked fine with U5. As far as I can see, with U6 at the point where the sysidcfg is first evaluated it removes the network settings and obviously then kills the jumpstart. So I have had to try a different approach. I have tried both of the following:
network_interface=PRIMARY { default_route=none protocol_ipv6=no}
network_interface=PRIMARY { dhcp default_route=none protocol_ipv6=no}However, using either of these causes the ce0, bge0 or whatever to remain defined, instead of the ce200000 and ce206000 interfaces that I have explcitly defined in hostname.ce200000 separately. I also get a number of arp errors on initial reboot, such as
Nov 20 20:27:29 unknown ip: ip_arp_done: init failed
Nov 20 20:27:29 unknown /sbin/dhcpagent[44]: configure_v4_lease: cannot set interface flags for ce0: Cannot assign requested addressI don't know if I am barking up the wrong tree but I believe I need to get the server on initial boot (or during finish) to reevaluate a different sysidcfg file. Alternatively, it might need some combination of presence/absence of /reconfigure or /etc/.UNCONFIGURED. I think I might also need to stop /sbin/netstrategy return dhcp specific results (I only use DHCP for jumpstart booting and not for normal boot), but I have no idea how to do that...
# /sbin/netstrategy
ufs ce0 dhcpAny help much appreciated!
thanks
Paul

Paul,
I don't want to suggest that I understand your problem but have you seen the comments about tagged vlans on the Opensolaris LDoms forum?
Near the bottom of thread [Solaris 10 10/08 (update 6)|http://www.opensolaris.org/jive/thread.jspa?threadID=81505&tstart=0] there is some discussion of tagged vlan support changes with U6.
It sounds like tagged vlans are going to be a problem with U6.
have a good weekend,
Glen

Similar Messages

  • HT1918 I can't seem to update my apps or make any purchases on from my account. Nothing has changed with my credit card information and for some reason the iTunes Store tells me my information is incorrect. What do I do?

    I can't seem to update my apps or make any purchases on from my account. Nothing has changed with my credit card information and for some reason the iTunes Store tells me my information is incorrect. What do I do?

    Yes, it's frustrating.
    I don't have my iPod with me but, as I recall, the change is done in Settings/Store.  That change will apply to NEW purchases.  However, be aware that all purchases are permanently associated with the Apple ID that was originally used.  Generally, it's only a problem when you need to update an app.  IF you do your updating from iTunes and your logged in to the "wrong" ID, you'll need to log out and back in again.  It's easier from the iPod as you do not need to log out/in but you do need to know the password.
    Unfortunately, you can not merge IDs nor can you transfer purchases from one ID to another.  Go here to find out exactly what you have.  I have the same problem so I deliberately made both passwords identical to make things slightly easier for me.

  • The difference between IEEE802.1Q Native VLAN sub-interface and Physical interface?

    Hello
    I think the following topologies are supported for Cisco Routers
    And the Physical interface also can be using as Native VLAN interface right? 
    Topology 1.
     R1 Gi0.1 ------ IEEE802.1Q Tunneling  L2SW ------ Gi0 R2
    R1 - configuration
    interface GigabitEthernet0.1
     encapsulation dot1Q 1 native
     ip address 10.0.0.1 255.255.255.0
    Topology 2.
    R1 Gi0 ------ IEEE802.1Q Tunneling L2SW ------ Gi0 R2
    interface GigabitEthernet0
    ip address 10.0.0.1 255.255.255.0
     And is it ok to use the physical interface and sub-interface with dynamic routing such as EIGRP or OSPF etc?
    R1 Gi 0 ---- Point to Multipoint EIGRP or OSPF ---- Gi0 R2 / R3 
          Gi 0.20--- Point to Point EIGRP or OSPF --- Gi0.10 R4  (same VLAN-ID) 
    R1 - configuration
    interface GigabitEthernet0
     ip address 10.0.0.1 255.255.255.0
    interface GigabitEthernet8.20
     encapsulation dot1Q 20
     ip address 20.0.0.1 255.255.255.0
    Any information is very appreciated. but if there is any CCO document please let me know.
    Thank you very much and regards,
    Masanobu Hiyoshi

    Hello,
    The diagram is helpful.
    If I am getting you correctly, you have three routers interconnected by a switch, and you want them to operate in a hub-and-spoke fashion even though the switch is capable of allowing direct communication between any of these routers.
    Your first scenario is concerned with all three routers being in the same VLAN, and by using neighbor commands, you force these routers to establish targeted EIGRP adjacencies R1-R2 and R1-R3, with R1 being the hub.
    Your second scenario is concerned with creating one VLAN per spoke, having subinterfaces for each spoke VLAN created on R1 as the router, and putting each spoke just in its own VLAN.
    Your scenarios are not really concerned with the concept of native VLAN or the way it is configured, to be honest. Whether you use a native VLAN in either of your scenarios, or whether you configure the native VLAN on a subinterface or on the physical interface makes no difference. There is simply no difference to using or not using a native VLAN in any of your scenarios, and there is no difference to the native VLAN configuration being placed on a physical interface or a subinterface. It's as plain as that. Both your scenarios will work.
    My personal opinion, though, is that forcing routers on a broadcast multi-access segment such as Ethernet to operate in a hub-and-spoke fashion is somewhat artificial. Why would you want to do this? Both scenarios have drawbacks: in the first scenario, you need to add a neighbor statement for each spoke to the hub, limiting the scalability. In the second scenario, you waste VLANs and IP subnets if there are many spokes. The primary question is, though: why would you want an Ethernet segment to operate as a hub-and-spoke network? Sure, these things are done but they are motivated by specific needs so I would like to know if you have any.
    Even if you needed your network to operate in a hub-and-spoke mode, there are more efficient means of achieving that: Cisco switches support so-called protected ports that are prevented from talking to each other. By configuring the switch ports to spokes as protected, you will prevent the spokes from seeing each other. You would not need, then, to configure static neighbors in EIGRP, or to waste VLANs for individual spokes. What you would need to do would be deactivating the split horizon on R1's interface, and using the ip next-hop-self eigrp command on R1 to tweak the next hop information to point to R1 so that the spokes do not attempt to route packets to each other directly but rather route them over R1.
    I do not believe I have seen any special CCO documents regarding the use of physical interfaces or subinterfaces for native VLAN or for your scenarios.
    Best regards,
    Peter

  • U00A7ECH Engineering Change with Purchase Order, Process Order and Sales Order

    Hello All,
    Can someone kindly explain me the integration points of Engineering Change with
    1. Purchase Order
    2. Process Order
    3. Sales Order
    I know we can see the Rev Letter in the first two. Is there a 'refresh' function inside the  PO, Process Order, Sales Order by which we can get the latest and greatest revision, incase the material rev is updated/changed after the PO, Proc Order, SO is already created. Also if yes,after what status in PO, Process Order or Sales Order we cannot use the 'Refresh' button, and than what needs to be done to fix this situation.
    Thanks in advance,
    Sachin

    Hi,
    really, this depends on several factors, especially the valid from date of the ECM and its impact on changes on a BOM (which I suppose is the use case you are looking at? Or just a change on the material revision of the BOM header material?
    Interesting for you should also be Order Change Management, although not applicable to process orders as far as I know:
    [http://help.sap.com/saphelp_erp60_sp/helpdata/en/41/3699761bc211d2b62b0000e8359890/frameset.htm]
    Regards, Ulf.

  • Installing OVM X86 3.1.1 with Trunk VLAN tag for ovm management network

    Hi Guys
    Can anyone help with network config on the OVM server 3.1.1 basically we need to use vlan tags on trunk port... so i have a subnet from following *(Trunk Allowed VLAN XXX)* from which i need to allocate IP for the OVM server component so that the ovm manager can find the OVM server instance...
    Can you use vlan tags, on trunk port with OVM server 3.1.1???
    Thanks

    Your right there as i later found out the engineers weren't selecting the vlan option when installing the vm server...

  • Input problem with UCA202 usb audio interface and Garageband

    Hello, i've tried to connect my guitar in my UCA202 Bheringer audio Interface, and the sound goes fine for few minutes and after i get a noisy distorsioned sound with a big delay...
    I dont know if the problem comes from the MacBook, the sound card, Garageband or else...
    it come only from input guitar device.
    Thanks to help.
    Alex

    There are other posts concerning this problem. I also have a UCA202 and a Peavey PV10 USB mixer. It seams that anything using the 10.4.11 or 10.5.1 mac USB drivers are having this issue. I had to go back to 10.4.10 to resolve at this point. My recordings are clean when going back. There is 10.5.2 comming soon and it is not known if this will fix it. Check this thread for updates.
    http://discussions.apple.com/message.jspa?messageID=5964474#5964474

  • Port with multi-vlan for voice and data??

    Hi guys,
    I've a situation where my VOIP and DATA on a different segments. Voice is 10.x.x.x riding on VLAN 701. And my data is 192.x.x.x riding on VLAN 100.
    The problem occur when our receptionist PC have a software installed for call forwarding for our general line. This software need to be on the same vlan with the IP Phone vlan which is 701. If I put her PC on those vlan, she can't access
    to our LAN which is vlan 100. So she can't check her email etc.
    Can I know what is the options I have? Can I configured multi-vlan for her PC on the switch? We are using Cisco PoE 3560 switch. Thanks.

    Hi,
    on the L3 switch, you should have an IP address for both VLAN 701 and 100. So, the L3 switch is doing inter-VLAN routing.
    This means, unless you have ACL blocking traffic, any device will be able to reach any other device, even on a different VLAN.
    And, no matter where you put voice and applications, everything will work anyway.

  • BPM with 2 JDBC outbound interfaces and one inbound file interface

    Hi,
    I have a scenario where data is coming from  different databases into XI and after processing the data it creates a file at the target side. Some calculations are to be done in the middleware and the result will be sent through a file.
    My question is
    1. BPM will be used in this scenario?
    2. There will 2 outbound interfaces(one for each database access), 2 abstract interfaces and one inbound interface(file). Please correct me if I am wrong.
    3. I have to multiply the value of field from one database to a particular value in another database and get the final result. For e.g exchange rate from one database is multiplied to Transaction currency in another database and get the group currency value in the output. Can anyone give the sequence of steps in the intergration process for this scenario as I am new to BPM.
    Thanks,
    Aparna

    Thanks a lot Liang and madhusudana for your responses.
    Since I can use JDBC lookup for this in my nornal scenario I think no need for BPM.
    I have created the advanced UDF for JDBC lookup code. Below is the code.
    String Query = " ";
    Channel channel = null;
    DataBaseAccessor accessor = null;
    DataBaseResult resultSet = null;
    MappingTrace importanttrace;
    importanttrace = container.getTrace();
    // Build the Query String
    Query = "Select home_cur_code FROM  gltrxcp WHERE company_code = '" + a[0] + "' ";
    try{
    //Determine a channel, as created in the Configuration
    channel = LookupService.getChannel("BS_JDBC_send","cc_JDBClookup_rec");
    //Get a system accessor for the channel. As the call is being made to an DB, an DatabaseAccessor is obtained.
    accessor = LookupService.getDataBaseAccessor(channel);
    //Execute Query and get the values in resultset
    resultSet = accessor.execute(Query);
    importanttrace.addWarning("resultset" + resultSet );
    for(Iterator rows = resultSet.getRows();rows.hasNext();){
    Map rowMap = (Map)rows.next();
    result.addValue((String)rowMap.get("HOME_CUR_CODE"));
    importanttrace.addWarning("result" + result );
    catch(Exception ex){
    result.addValue(ex.getMessage());
    finally{
    try{
    if (accessor!=null) accessor.close();
    catch(Exception e){
    result.addValue(e.getMessage());
    But I am not getting the desired result. I am getting result as 'Null'.
    Can you please help in resolving this issue. I have also used trace for find out where it is passing Null and found that 'result' is coming null. Do i also need to parse it before passing it to 'result'?
    Can anyone send sample code for JDBC lookup.

  • I am having a trouble that I can't overcome with dw cc view interface and the actual site on the web

    Sorry - long title - I am and have been having the same problem for weeks as I attempt to learn a new version of Dreamweaver and the bootstrap stuff (I think)
    I had one problem solved today with a development area interfering with MY site. Before that though - some of the js or css was changed on my site too and now I can't get the background color back on my site. My site [slimdangdoo.com] is basically informational and a place for me to learn - at least until I was able to set-up a sub-domain the develope on.
    Since DW CC I have had to scramble to correct things that the new DW did to the old sites that I unknowingly opened and resaved.
    I have also had the little problem of making changes only to have DW say that it isn't allowed because of a locked library.  [Hmmm.  I wonder if it means locked in a way I can change in the OS.]
    So - right now - my site looks fine in Dreamweaver - but on the web it is not right ay all which would be obvious if you saw it.  I depend on it for people to lock at photos of our vanation rental etc.
    Anybody got anything I'm missing?

    Ok I see it now.  Fix your code errors.
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fdev.slimdangdoo.com%2Findex.html
    Which text is troubling you?
    Nancy O.

  • What changed with sleep between 10.8 and 10.9?

    Prior to Mavericks, sleep mode made sense to me. Hit the button and my iMac went to sleep almost right away. Hit the button again or hit a key on my keyboard and it would wake up almost right away, too. In between those two events, the machine would stay asleep.
    WIth Mavericks, sleep seems to me to be baffling, random, and inscrutable. I cannot make any sense of how it works. The button puts the machine to sleep only if you're logged in. At the login screen you can only click on "Sleep" with the mouse. When you put the machine to sleep it can take several seconds, sometimes almost a minute, before it actually goes to sleep. (It also takes mystifyingly long for logout to complete.) Once the machine is asleep, it can wake up again without me doing anything, sometimes after after only a couple of seconds, other times sometime overnight.
    I have searched around for what is going on, and most of the information I find talks about the reasons why OS X might wake up. That is not my question. My question is: What changed between 10.8 and 10.9 with regard to sleep? I didn't change any settings at all when I upgraded from 10.8 to 10.9, so why did the behavior change (and for the worse, I might add)? Why do I need to go review the half dozen or so settings that are possible causes for spontaneous wake? I had them set the way I like in 10.8. Is there official Apple documentation about how sleep is supposed to behave in Mavericks?
    Thank you for any help you can give me.

    This is always due to a process keeping the system awake, but determining which is the challenge.
    A first simple step is to create a new, temporary user account. Log out of yours and log into the temporary one. Determine if it sleeps then. If it does then you have a login item that is preventing sleep. System Preferences > Users & Groups > Login Items.
    Whenever you suspect a problem related to power, including sleep, an SMC reset is also recommended.
    Active Spotlight indexing will prevent sleep. Wait for it to complete.
    Check your Sharing preferences for anything that could permit an active network connection.
    Energy Saver "Wake for network access" can prevent sleep, but unchecking it will prevent the ability to remotely access a sleeping Mac over a network.
    A normally functioning Mac will sleep according to Energy Saver, but will wake periodically for network access, after which it will return to sleep according to the settings in Energy Saver.
    Check Energy Saver > Power Nap. Whatever its setting happens to be, change it. Power Nap itself does not prevent sleep, but a corrupted Power Nap setting might. Changing its setting might correct it.
    Unfinished print jobs will prevent sleep. If a print job is queued, but if the printer is off or the connection to it is lost, the Mac will stay awake forever waiting for the printer to return.
    Safari pages that periodically refresh themselves are very common. This will prevent sleep.
    Frequently checking for new mail may prevent sleep. Change Mail's preferences to check for new mail less frequently.
    iTunes and iPhoto sharing will prevent sleep.
    Active Bluetooth devices will prevent sleep.
    Active USB or Thunderbolt devices will prevent sleep. Disconnect them to help isolate the cause.
    Using Time Machine over a network may prevent sleep. Time Machine using a Time Capsule will not.
    There are plenty of third party utilities designed to prevent sleep. One may not have been completely uninstalled.
    Quit the process with the name powerd in Activity Monitor. It will re-launch on its own.
    Any number of "anti-virus" utilities can prevent sleep, along with other miseries. Get rid of them.
    ... Is there official Apple documentation about how sleep is supposed to behave in Mavericks?
    Read Mac OS X: Why your Mac might not sleep or stay in sleep mode

  • Why do the coordinates always seem to change with AP DIV tags

    Hello,
    I have been learning Dreamweaver and got to a chapter about Drawing AP DIV's. Seemed like a great idea, despite some of the known downfalls, older browsers, trouble centering etc....but my question is more about the drawn element itself on the page. It doesn't seem to hold it's Top and Left Numbers inthe property inspector. I mean, it doesn't move, but it seams every time I check the coordinates to maybe align another one to right of it or below it, the Top and Left numbers keep changing. When I put back in my coordinates, it doesn't seem to move, even though the numbers are different. Is it me? or is this just a flaky think in the program? Too knew to it to know it's quirks.
    thanks!
    babs

    iBabs2 wrote:
    I did a chapter on Layout Tables and liked them much better ;-)
    Tables are not much better than using AP Divs. If you're referring to Layout Mode, start thinking again. Layout Mode was removed from Dreamweaver CS4 because it created the most complex, inaccessible code.
    Many people still use tables for layout, but if you're just learning Dreamweaver, you would be better advised to learn how to use CSS for layout. Dreamweaver CS3 and CS4 have 32 prebuilt CSS layouts that provide a rock-solid foundation for most basic layouts.
    We are all experienced in the printing programs, so we live via coordinates...
    The similarity between print and the web is purely superficial. A printed page is fixed. A web page is not. People view on different browsers, and at different monitor resolutions. Some view with their browser fully expanded. Others, like myself, resize the browser to occupy just part of the monitor.
    The language of web design is CSS. It's not something you can learn overnight, but it's essential for learning how to build modern, standards-compliant sites. You'll find some useful tutorials at http://www.adobe.com/devnet/dreamweaver/css.html.
    As for the coordinates not updating correctly in the Property inspector, the PI can sometimes be hinky when calculating position, particularly if the computer doesn't have a lot of RAM. The other possibility is that you nudged the border of the AP Div. It's very easy to do without realizing.

  • My desktop screen has changed with one that says "unlicensed" and i cannot change it back

    i now have a desktop of the western hemisphere with "unlicensed" in the background.

    Did you install trialware that changes the desktop background?
    Perhaps your User Account Permissions is off.
    See #6 and other Steps here to repair your software glitch.
    ..Step by Step to fix your Mac

  • Vlan tag issue with Nexus 4001 in IBM Blade Centre

    Hi
    I have a DC architecture with a pair of Nexus 7010's running 3 VDC's (Core/Aggregation/Enterprise). I have at the edge Nexus 5548's which connect to back to the Aggregation VDC. Also connecting back to the Aggregation VDC is an IBM Blade Chassis which has a Nexus 4001i in slots 7 and slot 9. These blade servers are running ESXi 4.0 and are mapped to the Nexus 4001 blade switch.
    I had set up the Native VLAN as VLAN 999 which connects up to the ESXi host and I am trunking up multiple VLANS for the Virtual Machines.
    The problem I have is that VM's in all VLANS except the ESXi host VLAN (VLAN 10) cannot see their default gateway, and I suspect that there is an issue with the VLAN tag going up to the ESXi host. I have read enough documentation to suggest that this is where the issue is.
    My Nexus 4001 interface configuration is below
    interface Ethernet1/1
      switchport mode trunk
      switchport trunk native vlan 999
      switchport trunk allowed vlan 10,30,40-41,60-62,90,96,999
      spanning-tree port type edge trunk
      speed auto
    The Aggregation VDC on the Nexus 7010 is the default gateway for all these VLANS.
    I also noted that the Nexus 5000 and Nexus 7000 supports the command vlan dot1q tag native command yet the Nexus 4000 doesn't seem to support this. Any assistance would be useful
    Thanks
    Greg

    Your configuration on the N4K looks correct. You shouldn't use vlan dot1q tag native commands on your N7Ks and N5Ks. Native VLAN tagging is really for QinQ (dot1q tunneling).
    My only suggestion is check your configuration of the vSwitch in the ESXi host and the host network profile.
    Regards,
    jerry

  • Mesh Ethernet Bridging with VLAN Tagging Issue

    Hi all.
    I'm a little stuck with a 4400 7.0.220.0 + RAP 1550 + MAP 1260 Ethernet bridging issue. I'm using the VLAN tagging functionality and I'm finding that periodically a VLAN that I've tagged on the MAP will deregister from the backhaul and stop passing traffic. If I go into the Mesh tab on the MAP, select the wired interface, remove the VLAN from the list of tagged VLAN IDs and then add it right back to the list, its starts passing traffic again.
    Has anyone else seen this? I can't find any relevant bugs.
    Justin

    Hi Saravanan,
    It is one RAP and three MAPs. After a TAC call and 30 hours of monitoring, my VLANs have remained registered. I think the issue was mismatched VLANs to bridge groups an it looks like the mesh bridge may be stable for now. Here is what I was seeing on the RAP and MAPs when the VLANs were deregistering unexpectedly. Notice how VLANs 2 and 10 are mapped to opposite bridge groups on the RAP and MAP:
    After I removed all the VLAN IDs from the Trunk configuration on the MAPs (through each AP's Mesh tab -- Ethernet Bridging config) and then rebuilt the VLAN IDs, I ran the same commands and now see this:
    My very unscientific theory here is that the mismatching was causing consistency checks to fail, so the RAP was just tearing down the registrations after getting bogus or non- responses from the MAPs during the periodic VLAN registration maintenance checks (debug mesh ethernet registration).
    If I have continued issues, I'll post back with updates.
    Thanks for the response!
    Justin

  • VLAN Tags and Hyper-V Switches

    Does the Hyper-V 2012 Virtual Switch support forwarding VLAN-tagged packets to a guest OS with the VLAN tags intact?  In other words, can I have a single virtual NIC handle multiple VLANs by doing the VLAN filtering inside the guest OS?
    I would like to run a guest OS that sits on multiple VLANs, and while I could create and delete virtual NICs which are assigned to a single VLAN, it would be much more flexible in my environment to have Hyper-V simply forward frames with the VLAN (802.1q)
    tags intact so that the guest OS can see the tags and deal with them appropriately.  (looking at running a virtual router that sits across multiple VLANs).
    I can't see any obvious way to do this.  I thought that leaving the VLAN tag for the guest off would cause packets to be forwarded unfiltered, but that appears to not be the case.  Does anyone know how to enable forwarding tagged frames through
    a virtual switch/NIC to a guest OS?
    Thanks!

    Hi,
    >  Does it depend on any particular settings on the physical NIC?
    No special settings on the physical NIC, but not every NIC support VLAN tagging. You should generally not set the VLAN ID at the physical NIC, it should be set on either the Virtual Switch or the individual Virtual Machine’s configuration. The VLAN ID on
    the Virtual Switch is what the Host or Parent Partition uses. The VLAN ID setting on the individual Virtual Machine’s settings is what each VM will use.
    For more information please refer to following MS articles:
    Understanding Hyper-V VLANs
    http://blogs.msdn.com/b/adamfazio/archive/2008/11/14/understanding-hyper-v-vlans.aspx
    VLAN Tricks with NICs - Teaming & Hyper-V in Windows Server 2012
    http://blogs.technet.com/b/keithmayer/archive/2012/11/20/vlan-tricks-with-nic-teaming-in-windows-server-2012.aspx#.UWznBmawrX0
    Set-VMNetworkAdapterVlan
    http://technet.microsoft.com/en-us/library/hh848475(v=wps.620).aspx
    Hope this helps!
    TechNet Subscriber Support
    If you are
    TechNet Subscription user and have any feedback on our support quality, please send your feedback
    here.
    Lawrence
    TechNet Community Support

Maybe you are looking for

  • Unable to capture video using FNC 5.1.1 Quicktime 7.1.2 using Pyro A/V link

    Pyro A/V link is the capture device. They say if it works in iMovie HD then it works and they can't help me. It works in iMovie HD but not using Final Cut. I don't know what to do. Do I need quicktime pro? Is there some other driver I need? When I do

  • Problems with extract metadata from Essbase with ODI 10.1.3.5.

    Hello there, I have a really annoying problem. I have 2 dimensions in essbase v11 with a space on it, (Itens Financeiros and Centros Financeiros), and this is causing a problem when I try to extract the metadata from essbace to a table. the problem o

  • Business Area in TRM-TM-Money Market

    Hi, We have a requirement to use Business Area for every posting to GL account.  We have proposed to use TRM for maintenance of Fixed-term Deposits.  When I try to post from Treasury using TBB1, system is not allowing to post as there is no Business

  • First time BB owner

    I am having trouble setting up my e-mail account use MSN Explorer with Outlook e-mail.I talked to the people at T-MOBIL and they are saying it can not be done.I have seen that some of you are doing it with no problems.Can someone tell me what to do?2

  • Currency Calculations Help Please

    I have been searching for the past 2 days and have not found a usable solution. We are working with us currency, or example problem is $1350.50 Text1 = 1350.50 Text2 = (Text1*0.25) Which is 337.625 but displays with 2 decimal places 337.63 Text3 = (T