How to configure Redundant Internet Access on WIndows Server 2008 R2

I have a Windows Server 2008 R2 machine running in my basement.  I have an application installed on it that calls a web service out on the open internet on a periodic timer.  Everything works great until my ISP goes done. 
For redundancy I got a second connection into my basement from a different ISP.  I want to now configure my service to use the first ISP until it goes down and then automatically switch to the second ISP. 
I have installed a second NIC card into the server.  However, I need some help in configuring the redundant set up I am after. 
For example it isn't clear to me  if these separate NICs should be configured on the same subnet? 
The other complication is that this server is infact the DC for my domain.  Not sure if that complicates things or not.
I do RDP into the server remotely currently, so there is another potential complication (would need to enable that through both ISP router/nic.  However, please note that other than the inbound RDP traffic, I am only interested in having the "outbound"
web service traffic redundant at this time  - that is I am only using the machine as a client in this scenario).
I have read up on Multi-homing and just feel this is overkill for what I am trying to accomplish.  All I want is for the internet to still be reachable from the machine via automatic switch over if my primary ISP goes down.
Thanks in advance for any and all help in configuring this correctly.
Rod

Hi Rob,
Thanks for posting here .
TMG could help to implement internet redundancy feature with using maximum two ISP connections:
Planning for Internet service provider high availability
http://technet.microsoft.com/en-us/library/dd897038.aspx
We can get more detail introductions form TMG/ISA forum If are interesting in this feature.
http://social.technet.microsoft.com/Forums/en-US/Forefrontedgegeneral/threads
Deploying other dedicate third party devices that support this feature is also a good choice .
Regards,
Tiger Li
TechNet Subscriber Support in forum
If you have any feedback on our support, please contact 
[email protected]
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.

Similar Messages

  • Can't able to Access the internet in my Windows server 2008

     I installed windows server 2008 server in my machine, it has only windows sever 2008 single OS.
           Now my problem is, i am not able to Access internet, I tried some intel softwares, to install Ethernet drivers, but no use.
    What i have to do now..? 
                                                       Please help in this issue,
                             Thanks in advance                              
                    surendra mannem
     

    Hi,
    Please confirm you have configured the correct TCP IP address, if you have the static IP address please confirm your default gateway and the DNS server address 
    is correct and work properly.
    More third party information:
    Windows 7 Static IP
    http://blog.mclaughlinsoftware.com/2009/11/26/windows-7-static-ip/
    How to Set Static IP Address in Windows 7
    http://www.youtube.com/watch?v=wmYBBHvfpTg
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Oracle 11g R2 to MS Access .mdb (Windows Server 2008 64-bit) problem

    I have a need to make connection from Oracle 11g R2 to MS Access database file (mdb). OS is MS Windows Server 2008 64-bit. My configuration is next:
    1. I made System DNS mikeacs (using c:\windows\sys_wow6\odbcad32.exe) to my access mdb file;
    2. I made initmikeacs.ora file in ora_home\hs\admin folder:
    # HS init parameters
    HS_FDS_CONNECT_INFO = mikeacs
    HS_FDS_TRACE_LEVEL = debug
    HS_FDS_SHAREABLE_NAME = c:\Windows
    3. Listener.ora file is:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\Oracle\product\11.2.0\dbhome_1)
    (PROGRAM = extproc)
    (ENVS = "EXTPROC_DLLS=ONLY:C:\Oracle\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    (SID_DESC =
    (SID_NAME = mikeacs)
    (ORACLE_HOME = c:\oracle\product\11.2.0\dbhome_1)
    (PROGRAM = dg4odbc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = cspo02)(PORT = 1521))
    4. Tnsnames.ora is:
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    MIKEACS =
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=cspo02)(PORT=1521))
    (CONNECT_DATA=(SID=mikeacs))
    (HS=OK)
    5. After this, I restarted Listener:
    lsnrctl stop;
    lsnrctl start;
    Given feedback:
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Production
    Start Date 20-RUJ-2010 14:47:21
    Uptime 0 days 0 hr. 0 min. 3 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File C:\Oracle\product\11.2.0\dbhome_1\network\admin\listener.ora
    Listener Log File c:\oracle\diag\tnslsnr\cspo02\listener\alert\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=cspo02)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "mikeacs" has 1 instance(s).
    Instance "mikeacs", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    6. I created db link: create public database link macs using 'MIKEACS' (connected as sysdba);
    7. tnsping mikeacs:
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=cspo02)(PORT=1521)) (CONNECT_DATA=(SID=mikeacs)) (HS=OK))
    OK (0 msec)
    Then, when I try fire query (connected as sysdba): select * from mytable@macs;
    get result:
    ERROR at line 1:
    ORA-28513: internal error in geterogeneous remote agent
    ORA-02063: preceding line from MACS;
    Although, when I fire the same query, but connected as other user, get next result:
    ERROR at line 1:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Microsoft][ODBC Driver Manager] Data source name not found and no default
    driver specified {IM002}
    ORA-02063: preceding 2 lines from MACS
    Where is my problem? Please help. Thanks in advance!

    That's the problem. DG4ODBC on 64bit Windows is 64bit and thus it also requires a 64bit ODBC driver.
    If you don't find one - maybe you can install DG4ODBC 32bi on a 32bit platform (please do NOT install it on the 64bit Windows machine) and then use this 32biit DG4ODBC with the 32bit ODBC driver.
    Another option would be to purchase a commercial ODBC driver or a bridged ODBC driver.

  • How to uninstall BPC 7.5 on Windows Server 2008 R2

    Hello Everyone
    I have to uninstall BPC 7.5 and then perform a re installation as the Domain Name was wrongly specified in previous installation. We already have a BW server installed and on top of it the BPC 7.5 Installation was carried out.
    O.S: Windows Server 2008 R2
    D.B: MS SQL Server 2008
    Could someone please suggest me the best possible way to uninstall BPC server without harming BW system? Kindly reply.
    Thanks and Regards
    Ahmed

    Hello Everybody
    I ran Server-->Diagnostics and found that there were 2 errors:
    1) SAP Server Connection->Database Connection->Status:Connection Error
    2) Message Queue-> Queue Name: Private$\BpcStatusMessageQueue>Status:Incorrect>Possible Reasons->BPC WebServer or IE Proxy cannt work.
    I have .NET 2.o installed and the value of "Enable 32 bit applications to run on 64 is set to True". I checked for users BPC_SYSADMIN, BPC_Admin, BPC_USER are all able to login to BW system.  Also the value of message queue under private queue is same as the one Private$\BPCStatusMessageQueue.
    Where do i need to check for logs for these errors.Could someone suggest how to resolve them.
    Thanks Everybody.

  • HOW TO INSTALL SAP Business One to Windows Server 2008

    Hi everybody, anyone can help me how to install SAPB1 in windows server 2008? last night i try to install SAPB1 to my sever windows 2008 but after installation i cannot find for the shortcut SAP business one in my desktop but usaully in default installation can create shortcut to the destop. in windows server 2003 there is no problem in the installation? and also it is support windows server 2008? when i try SAP popup notice that my MSQL is outdated... please help me...thanks...

    Dear Raffy,
    unfortunetly SAP B1 is still not supported under Windows Server 2008.
    For further information about supported plataforms please refer to
    the following site:
    https://service.sap.com
    > SAP Channel Partner Portal ¦ Existing Users - Login
      > Solutions ¦ SAP Business One
       > Product Availability
        > Supported Platforms
    Best regards,
    Tomas Black

  • Internet connection for Windows Server 2008

    I have an HP ProBook 6545b notebook computer which I installed an evaluation copy of Windows Server 2008 on. I'm trying to get internet connectivity to work but as yet, it's not.
    I get the message that it can't find a network interface card but even with an Ethernet cable connected, it still won't connect to the internet.
    For the background, this is the first time I'm trying this on a home computer being I'm a 2012 graduate of a technical school and I'm re-reading all my computer related textbooks.
    The HP notebook I'm using gets the internet connection when I have Windows 7 Professional installed.
    Is/are there a driver/drivers needed or a service in 2008 I need to install? If it's a driver, where can I get it?

    Hi,
    That mean windows server does not recognize your network card, you can try the manufacturer driver, or the best move would be to setup a small virtual machine on your notebook, under a windows 7's OS.
    You could use virtualbox, or similar product to achieve the goal.
    Thanks
    Regards, Philippe
    Don't forget to mark as answer or vote as helpful to help identify good information. ( linkedin endorsement never hurt too :o) )
    Answer an interesting question ? Create a
    wiki article about it!

  • How to configure for Internet access from USB EV-DO wireless broadband stick

    I have WRT120N and I installed it in my office which has three computers (wired) that I've connected to the WRT120N. They all can communicate with one another. What I need to do is share the EV-DO connection (USB Stick) I have on of of these computers with the others and also with the devices that connect over the Wi-Fi.
    Thank you!
    Nahom

    Are you trying to share the Internet connection using EV-DO and WRT120N?

  • Routing and Remote Access Logs (Windows Server 2008 R2)

    Hi,
    I have a Windows 2008 R2 server running Routing and Remote access and users are using PPTP VPN's to connect to our network.
    I have been asked to find logs for the following for connections in to our server
    Username used for connection
    Computer Name
    IP Address used by computer connecting
    Start/End time of VPN session
    Date
    Encryption used
    I found an article stating to enable RRAS logs you need to run the following command
    To enable RAS logs run command “netsh ras set tracing * enabled” and found a series of logs created in this location C:\Windows\tracing
    None appear to contain the information I am looking for and was wondering if I was doing this correctly and if not how I am meant to extract this information?
    If you require any more details just let me know.
    Kind Regards
    David

    Hi,
    I can’t sure which article you have read, but fur the 2008R2 the RAS to enable the log and the debug log in the KB is descried like this, I recommend you to try the KB
    mentioned method.
    To configure RRAS to enable logging
    1. Start Server Manager. Click Start, click Administrative Tools, and then click Server Manager.
    2. In the navigation tree, expand Roles, and then expand Network Policy and Access Services.
    3. Right-click Routing and Remote Access, and then click Properties.
    4. On the Logging tab, select Log errors only, Log errors and warnings, or Log all events, depending on how much information you want to capture.
    5. Click OK to save your changes.
    The related KB:
    RRAS: Logging should be enabled on the RRAS server
    http://technet.microsoft.com/zh-cn/library/ee922651(v=ws.10).aspx
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Windows Server 2008 - How to remotely manage account passwords?

    I'm hoping to get direction on how to remotely manage 'user accounts' on Windows Server 2008 machines.  The remote management would be from an automated perspective.  For example, I have a custom application (maybe C#, Java, etc) that runs on one
    server that makes connections to various 'Windows Server 2008' servers; and I want it to be able to do the following.
    Query Windows Server 2008 box for full list of user accounts
    Update password for user account
    Lock account
    Unlock account
    Check policy information to find out when password may expire
    I'm trying to find out what may already be available and running on Windows Server 2008 that I can take advantage to get this done programmatically.
    -Wes

    I agree with Mekac, the gallery should provide a lot of script of what you want to do.
    Like ;
    https://gallery.technet.microsoft.com/Password-Expiry-Email-177c3e27 - Password Expiry Email Notification.
    Regards, Philippe
    Don't forget to mark as answer or vote as helpful to help identify good information. ( linkedin endorsement never hurt too :o) )
    Answer an interesting question ? Create a
    wiki article about it!

  • Client License applicable in windows server 2008 R2

    Dear Sir/ Madam
    I have purchase a windows server 2008 R2 and install properly and make this machine a Domain Controller. I have connected 5 client user with this machine because Microsoft provide 5 client access default windows server 2008 R2, now we need to access  more
    client from this server machine. so we have purchase some more license from Microsoft then how we install / implements or apply these license for client.
    does these license install on server. ?
    does these license install on client. ?
    we have the following details about license.
    Authorization Number: 
    License Number: 
    Distributor Purchase Order Number: 
    License Date: 
    Agreement Information: 
    Reorder/Software Assurance End Date:
    Please resolve my quire. 
    Thanks & regards
    Krishna   +91-8459060870

    Hi Krishna,
    Thank you for posting in Windows Server Forum.
    From your description it seems that you have purchased CAL for your client to get access. Whether you have purchase simple server CAL or RDS CAL (Per user or Per Device). 
    If you have purchase RDS CAL then you need to have install RDS License role service and then first need to activate the RD License server. After activating we can configure the RDS CAL on RD License server and for this you might need to call the MS clearing
    house, explain them your situation and they will help you to activate and configure everything. After that we also need to point our RD License server to RDSH server.
    For more information, you can refer below article.
    Configuring Remote Desktop Licensing
    http://technet.microsoft.com/en-us/library/cc754309.aspx
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • You cannot shadow a session with multiple monitors enabled in Windows Server 2008 R2

    Searching through the forums (and according to KB2484290) it appears that there is no solution to this problem.  We are rolling out thin clients that are using dual monitors exclusively and we were very surprised to find out that we couldn't shadow
    sessions with dual monitors (which to us means that we can't shadow ANY sessions).  This now completely changes our approach to managing these devices. 
    We are running Windows Server 2008 R2 SP1 with Remote Desktop Services installed.  The thin clients are running Windows Embedded Standard 7 with the latest updates / RDP client. All steps have been followed to ensure that the apropriate settings and
    permissions have been set up to allow access into the session. 
    We tested by unchecking the RDP setting “use all my monitors for the remote session”, with that setting disabled shadowing worked
    Questions:
    1. KB2484290 is from Dec 2010 - It's now April 2012, is there a workaround / hotfix for this issue that will allow us to shadow sessions using the native Microsoft tools?
    2. Are there any recommended alternatives (software)?  Free/Paid - doesn't matter we just need something that will work.  I'm sure there are a few options out there but I am looking for suggestions for what people have used in the past that worked
    best for them to help us narrow down the choices.

    Hi,
    In my experience, so far, the workaround is Remote Assistance, Remote Assistance supports multiple monitors, and is the presently recommended solution if you need this functionality. Remote Assistance is a Windows Server Feature that must be explicitly installed
    on Windows Server 2008 R2; it is already installed with the client versions of the operating system.
    More information:
    Remote Assistance Overview
    http://technet.microsoft.com/en-us/library/cc753881.aspx
    Remote Assistance and Resulting Internet Communication in Windows Server 2008
    http://technet.microsoft.com/en-us/library/cc770456(v=ws.10).aspx
    As far as I know, there are some third-party tools can be used as the solution, such as Teamviewer, ISL Online, etc.
    Please Note: The third-party products discussed here are manufactured by companies that are independent of Microsoft. We make no warranty, implied or otherwise, regarding
    these products' performance or reliability.
    Regards,
    Dollar Wang
    Forum Support
    TechNet Subscriber Support
    If you are TechNet Subscription user and have any feedback on our support quality, please send your feedback
    here.
    Technology changes life……

  • OCI8 IN WINDOWS SERVER 2008 x64

    Good morning,
    I'm trying to configure Oracle with php in Windows server 2008, but when I try to enable Oci8, the php log shows this error:
    "Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files (x86)\PHP\ext\php_oci8.dll' - %1 is not a valid Win32 application. in Unknown on line 0"
    So that, the phpinfo doesn't show the enabled module. Doesn't Oci8 work with 64 bytes systems?
    I'll appreciate your help.
    Thank you,

    I have a Windows 2008 x64 server, with 11gR2 (64 bits) and PHP installed. In my case ZendServer 5.0.3. What I did is I replaced, in the ZendServer bin directory, the light dll (oraociicus11.dll) with the full dll of the 32 bit Instant Client (oraociei11.dll). I had to do this because the softlink approach did not work for me, and neither putting an entry in PATH to the 32 bit Instant Client. Maybe ZendServer behaves differently from PHP in this respect.
    My question is, I used to access the local DB (I need to access both a local DB and a remote one) without going through tnsnames.ora, e.g. like this ,
    $c = oci_connect('USER', 'PASS');
    this would connect me directly to the local DB. I cannot do this anymore, I have to give the local information as in $c = oci_connect('USER', 'PASS', '//localhost/SID');
    I tried to set the ORACLE_SID env var but that did not help. Will I not be able anymore to connect locally without the connection string in oci_connect?
    Thanks
    Edited by: francescom on Oct 4, 2010 1:45 AM

  • Windows Server 2008 x64 SP2 SAN disks falls off

    Hello!
    We have a Windows Server 2008 Standart SP2 x64, which is connected via two HBAs QLogic QLA2440 to a Storage Xyratex F5402. On DS5402 are located three LUNs for the corporate file storage. These LUNs are displayed in Windows Server as local disks E F G.
    As the MPIO software it is used Xyratex Storview Pathmanager 6.00.5016.14 (Microsoft MPIO Driver 6.0.6002.18005) in Failover\Failback configuration, and three disks are adjusted for work on three different ways.
    It is all normally worked since 2008
    But problems have begun with the beginning of this year.
    In operation time any of the SAN disks falls off. With a F5402 all is normal and its logs there are no errors.
    In Windows Event System Log the folowing errors and warnings:
    EventID: 515, Source: xyrsp200 (Xyratex F5402E Multi-Path Device Specific Module). The path for logical drive [SN: 60050CC00020188D0000000000000007] has failed over to [0005 4:0:1:2] because of a path error.
    EventID: 23, Source: mpio. Errors in all ways. \Device\MPIODisk2 it will be removed.
    EvetID: 260, Source: xyrsp200 The active path on logical drive [SN: 60050CC00020188D0000000000000007] has been switched to the preferred path on [0005 5:0:0:2].
    EventID: 15, Source: disk. Access to the device \Device\Harddisk5\DR5 while is impossible
    and further an disk erors...
    Disk reloading in Windows Disk Manager doesn't help. I am compelled to reboot the server. After reboot all works as though anything and wasn't to the following such case.
    As fall off not all LUNы at once (one can fall off, others and will to work normally) a problem probably either in Windows or in Xyratex Storview Pathmanager.
    After adjustment of monitoring I have found out that at the moment of failure the current queue of a falling disk was 6 and the size of operation of record on a disk has sharply increased.
    May be the disk simply hasn't sustained loading (though strange - Fiber-Chaneell, and High-Perfomance Disks Storage). In Windows it can be somehow possible to optimize operations of work with disks that there were no such falls.
    I need a help !!!
    Andy Mishechkin

    Hello 
    I've configured my SCOM service on windows server 2008 r2 sp1, and it's database is placed on 2 disks on SAN storage (HP p9000). since MPIO is configured, sometimes SCOM was stop working. I looked Disk management console and I saw DB disks were gone! This problem
    solves when I restart the server. This was happening frequently and I've changed the MPIO configuration policies. that get better but it was happening in a bit longer periods. 
    I searched and found out I have to install Fibrechannel hotfix (fcinfo_amd64) and Windows6.1-KB2470949-v2-x64 and the mentioned patch above. I did this and for last 3 months that was ok but last night it happens again. 
    It is our monitoring system and send very important messages. please help me.  
    may be this information helps:
    Alert
    occuring sequence in LOG files:
    All paths have failed.
    \Device\MPIODisk2 will be removed.
    A fail-over on \Device\MPIODisk2
    occurred.
    The device,
    \Device\Harddisk3\DR3,
    is not ready for access yet.
    The description for Event ID 304 from source hpxpdsm cannot be found.
    Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer
    thanks in advance

  • HP OfficeJet 6700 throught Remote Desktop in Windows Server 2008

    i access a windows server 2008 machine via remote desktop i want to print to my local hp officejet 6700 printer i have my printer resources shared i have downloaded the OJ6700_Basicx64_1315.exe which says its for win server 2008 yet when trying to install it says my OS is not supported. is there any other driver i can use? any way to use a generic driver?

    Yes, you can try to download the 990c driver and it should work. (Shane_R) has a post that gives you directions on how to download the alternate drivers. Here is a link that may assist you. 
    http://h30434.www3.hp.com/t5/Printer-All-in-One-Software-Drivers-e-g-Windows-8/How-to-Assign-Alterna...
    Let me know if this helps, thanks.
    **Click the KUDOS star on the left to say 'Thanks'**
    Please mark a reply "ACCEPTED AS SOLUTION" if it solved your problem, so others can find it.

  • Manage Windows Server 2008 DNS role

    Hi,
    I'm testing Windows Server 2008 Server Core.
    The primary role of my server is DNS Server. Usign command line the dns was installed and configured.
    Now I'll be manage the dns usign mmc dns snap-in from another computer in the same subnet.
    When I register the DNS server on this computer an access deny error occured.
    Can somenone help me to grant remote machine to open this connection?
    For testing access on Windows server 2008 computer I have open rdp connection. Firewall service is disable.
    Thanks in advanced.
    Marco

    I got more or less the same:
    I joined a Core server to my W2K3 Domain.
    I promted the core server as  the 2nd  Domain controller
    I can now use nslookup to query DNS on the core server
    But when try to manange DNS with a dns MMC snapin i get access denied (you do not have permission to access this dns server)
    The Ip settings seem to be fine
    DC01 (w2k3)
     Connection-specific DNS Suffix  . :
     Description . . . . . . . . . . . : Intel(R) PRO/1000 MT Network Connection
     Physical Address. . . . . . . . . : 00-0C-29-4A-F6-5A
     DHCP Enabled. . . . . . . . . . . : No
     IP Address. . . . . . . . . . . . : 10.0.0.3
     Subnet Mask . . . . . . . . . . . : 255.255.192.0
     Default Gateway . . . . . . . . . : 10.0.0.8
     DNS Servers . . . . . . . . . . . : 10.0.0.3
    Core Server (W2K8) CTP july
    Connection-specific DNS Suffix  . :
    Description . . . . . . . . . . . : Intel(R) PRO/1000 MT Network Connection
    Physical Address. . . . . . . . . : 00-0C-29-CF-36-A5
    DHCP Enabled. . . . . . . . . . . : No
    Autoconfiguration Enabled . . . . : Yes
    Link-local IPv6 Address . . . . . : fe80:19a:b7c5:6d00:bb99%2(Preferred)
    IPv4 Address. . . . . . . . . . . : 10.0.0.2(Preferred)
    Subnet Mask . . . . . . . . . . . : 255.255.192.0
    Default Gateway . . . . . . . . . : 10.0.0.8
    DNS Servers . . . . . . . . . . . : ::1
                                        10.0.0.2
                                        127.0.0.1
                                        10.0.0.3
    NetBIOS over Tcpip. . . . . . . . : Enabled
    I'm a little bit lost,

Maybe you are looking for

  • Filling Data fields of a DSO in End Routine

    Hi Everyone, The data fields of a DSO contains 2 key figures and a characteristic. In the End routine of the transformation, i have assigned constant values for the infoobjects in the data field. After executing the DTP, if I check in the New Table o

  • Setting up the development environment

    hi, can anybody suggest the best way to set up the weblogic server development environment. we are a group of 5 EJB developers working on weblogic 7.0. (evaluation version) each one is developing ejbs which has to interact with other developer's bean

  • Self Service - Enter Contacts gives an error

    Hi everyone, im trying to solv an error i'm experiencing in Self Service, when a user tries to enter contact information. The Below error occurs. ORA-20001: The mandatory column ATTRIBUTE26 (also known as Salary Number(From IFMS)) has not been assign

  • Operation and items

    Hi guys. in our routing process. we assign materials to operations?(work centers) right. where does this info gets stored in the tables. can some one provide me with the table name and field name? for that.

  • Activation sap demo content

    hello, I am trying to activate SAP DEMO CONTENT..se activate all the objects but the Source System SAP_DEMO is not created. Is necessary create it before? as it is created? regards Carlos Trujillo