ODI - RKM Issue

Hi,
Am getting error while performing Reverse Engineering.
system Configuration
ODI 10.1.3.4.2
Database: Oracle Enterprise Manager 10g
Data Server Port : 11333
Have confirmed that all required services are running properly as well as
In case you want to take a look at error log, kindly check at the end of this post.
Regards,
Jitendra
Error Log:
org.apache.bsf.BSFException: exception from Jython:
Traceback (innermost last):
File "<string>", line 41, in ?
com.hyperion.odi.planning.ODIPlanningException: java.lang.NullPointerException
     at com.hyperion.odi.planning.wrapper.PlanningWrapper.login(Unknown Source)
     at com.hyperion.odi.planning.ODIPlanningConnection.connect(Unknown Source)
     at com.hyperion.odi.common.ODIModelImporter.importModels(Unknown Source)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java)
     at org.python.core.PyMethod.__call__(PyMethod.java)
     at org.python.core.PyObject.__call__(PyObject.java)
     at org.python.core.PyInstance.invoke(PyInstance.java)
     at org.python.pycode._pyx0.f$0(<string>:41)
     at org.python.pycode._pyx0.call_function(<string>)
     at org.python.core.PyTableCode.call(PyTableCode.java)
     at org.python.core.PyCode.call(PyCode.java)
     at org.python.core.Py.runCode(Py.java)
     at org.python.core.Py.exec(Py.java)
     at org.python.util.PythonInterpreter.exec(PythonInterpreter.java)
     at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:144)
     at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
     at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
     at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
     at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
     at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
     at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt(SnpSessTaskSqlC.java)
     at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
     at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
     at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
     at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
     at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
     at com.sunopsis.dwg.cmd.e.i(e.java)
     at com.sunopsis.dwg.cmd.g.y(g.java)
     at com.sunopsis.dwg.cmd.e.run(e.java)
     at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException: java.lang.NullPointerException
     at com.hyperion.planning.HspJSHomeImpl.createSecurityAPI(Unknown Source)
     at com.hyperion.planning.HspJSHomeImpl.getSecurityAPI(Unknown Source)
     at com.hyperion.planning.HspJSHomeImpl.createHspJS(Unknown Source)
     at com.hyperion.planning.HspJSHomeImpl.getHspJSByApp(Unknown Source)
     at com.hyperion.planning.HspJSHomeImpl.getHspJSByApp(Unknown Source)
     at com.hyperion.planning.HyperionPlanningBean.Login(Unknown Source)
     at com.hyperion.planning.HyperionPlanningBean.Login(Unknown Source)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
     at sun.rmi.transport.Transport$1.run(Unknown Source)
     at java.security.AccessController.doPrivileged(Native Method)
     at sun.rmi.transport.Transport.serviceCall(Unknown Source)
     at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
     at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
     at java.lang.Thread.run(Unknown Source)
     at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknown Source)
     at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)
     at sun.rmi.server.UnicastRef.invoke(Unknown Source)
     at com.hyperion.planning.HyperionPlanningBean_Stub.Login(Unknown Source)
     ... 34 more
com.hyperion.odi.planning.ODIPlanningException: com.hyperion.odi.planning.ODIPlanningException: java.lang.NullPointerException
     at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
     at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
     at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
     at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
     at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
     at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
     at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt(SnpSessTaskSqlC.java)
     at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
     at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
     at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
     at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
     at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
     at com.sunopsis.dwg.cmd.e.i(e.java)
     at com.sunopsis.dwg.cmd.g.y(g.java)
     at com.sunopsis.dwg.cmd.e.run(e.java)
     at java.lang.Thread.run(Unknown Source)
-----------------

Jitendra Bhagwat wrote:
Thanks App & John.
Now i can log onto Planning App.
The issue was of Hyperion & Oracle Services. The services were running but without any effect. I just wonder how much patience is required to work with Hyperion & ODI, it took me several cycles of Start-Stop-Restart Services to get my Planning App. working.
Now. my original problem still persist, error: Source not Found.
I have gone through each and every step number of times, now any hints to troubleshoot this problem?
Jitendra.It shouldn't need patience I have not come across these sort of stability issues, as long as the RMI service can communicate with the Planning application then usually there not many problems.
Are you saying your error is now exactly the same as the first post??
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • ODI Licensing Issue

    Hi,
    we are using ODI 10.1.3.5 version. I am facing ODI Licensing Issue. Can you any one suggest me how to update Licensing and its cost of the tool ??.

    Hi ,
    You need to contact Oracle Sales team base out from your region .
    Get the contact details from
    http://www.oracle.com/us/corporate/contact/global-070511.html
    For more information about licensing visit
    http://www.oracle.com/corporate/pricing/index.html?origref=http://www.oracle.com/us/corporate/contact/global-070511.html
    http://www.oracle.com/corporate/lms/index.html?origref=http://www.oracle.com/us/corporate/contact/global-070511.html
    Thanks,
    Sutirtha

  • RKM Issue - Oracle ERP Table

    Hi
    There is a table in the Oracle ERP System ie., Table Name : PO_HEADERS_ALL. When i trying to reverse engineer the table into the ODI table i came across this error.
    Issues : java.util.concurrent.ExecutionException: com.sunopsis.dwg.SQLWorkReposException: ORA-12899: value too large for column "<Work Repository
    Name>"."SNP_REV_COL"."DEF_VALUE"
    Intial Analysis for this cause
    1. The default value of the paticular column gets stored into the work repository table SNP_REV_COL and the default value of the particular gets stored into the column DEF_VALUE. When verified the Datatype of the Column DEF_VALUE it is defined as 100 Characters
    2. verified the Source Column qualified for the Reverese engineer
    Definition:
    "ORG_ID" NUMBER DEFAULT to_number(DECODE(substrb( userenv('CLIENT_INFO'),1,1),' ',NULL,substrb(userenv('CLIENT_INFO'),1,10))),
    the RKM is Unable to Reverese engineer the table because of that.
    Is there any work around for resolving this issue.
    Satish

    Alternate solution for this would be
    Create a view on the table and import the view into the ODI and start using the same for loading the data into target

  • ODI-HFM issue with decimal separator

    Hi all,
    We are extracting data from an HFM application A and loading into an HFM application B.
    Example:
    Data extracted from applicaiton A = 21.742.139,55
    Data loaded to application B (verified from Explore Data and Smart View) = 2.174.213.955,00
    Is data loading with ODI-HFM taking the regional settings?
    Any suggestions?
    If we extract data with HFM Client (logged on with the same user configured in HFM Data server) from application A and load it into application B, data is correct in application B.
    Current configuration is:
    - User preferences for HFM Application A
         * Decimal separator = ","
         * Thousands separator = "."
    - User preferences for HFM Application B
         * Decimal separator = ","
         * Thousands separator = "."
    - Regional settings of the server where the agent is running (English US)
         * Decimal separator = "."
         * Thousands separator = ","
    This setting is the same for all HFM application servers
    - ODI Datastore HFMDatastore
         * Decimal separator set to "," (this setting was changed to see if solved the issue)
    - ODI Datastore for staging table
         * Decimal separator set to "," (this setting was changed to see if solved the issue)
    - Language Settings for DB (American English)
    Thanks in advance!

    Hi Pls Use This
        For Decimal Separator other than . we need to Code to Convert , See This Code Below and Do the Code
    Private Function ReturnQty(ByVal Qty As String) As String
    Dim strQty As String
    Dim strSQL As String
    Dim strSeprtr As String
    Dim objRS As SAPbobsCOM.Recordset
    strSQL = "SELECT ThousSep FROM OADM"
    Set objRS = oSBC.oDICompany.GetBusinessObject(BoRecordset)
    objRS.DoQuery (strSQL)
    If Not objRS.EOF Then
            strSeprtr = objRS.Fields.Item("ThousSep").Value
    End If
    If strSeprtr = "," Then
    ReturnQty = Qty
    ElseIf strSeprtr = "'" And Len(Qty) <= 6 Then
    Qty = Replace(Qty, ",", ".")
    'Qty = Replace(Qty, ",", ".")
    ReturnQty = Qty
    Qty = Qty
    ElseIf strSeprtr = "'" Then
    Qty = Replace(Qty, "'", "")
    'Qty = Replace(Qty, ",", ".")
    ReturnQty = Qty
    Qty = Qty
    ElseIf strSeprtr = "." And Len(Qty) <= 6 Then
    Qty = Replace(Qty, ".", ",")
    Qty = Replace(Qty, ",", ".")
    ReturnQty = Qty
    ElseIf strSeprtr = "." Then
    Qty = Replace(Qty, ".", "")
    Qty = Replace(Qty, ",", ".")
    ReturnQty = Qty
    End If
    End Function
    Mohamed Zubair

  • ODI 11g, Issue with Load plan variable in CASE WHEN STEP

    Hi,
    I am trying to retrieve value of the current context using the following code in refreshing variable:
    Variable name: Context
    Refreshing Code: select  '<%=odiRef.getContext( "CTX_Name" )%>'  from dual
    The variable is returning correct results when I refresh / Call it as part of Run Scenario step.
    Requirement: I want to use the variable Context in CASE step, depending on the value it results I want to execute a selective set of scenarios. I have defined case when steps per the requirements.
    Issue: The behavior of the variable is not as expected when used in CASE WHEN step. Load plan execution always triggers only ELSE part of CASE WHEN step.
    I have tried force refresh option in CASE STEP on the variable Context.
    Need your help and advice on how to fix the issue.
    Thank you,
    Bharani

    HI Bharani,
    Below link may helps you about load plan in ODI
    Help on Load Plan Execution
    Regards,
    Phanikanth

  • ODI upgrade issue - 10.1.3.5 to 10.1.3.6

    Hi,
    I have tried to Upgrade to upgrade ODI 10.1.3.5 to version 10.1.3.6 using patch p9377717_101360_Generic.
    But facing issue while starting the master repository upgrade - the messages are coming as below -
    "error detected during repository upgrade "
    "com.sunopsis.tools.core.exception.SnpsRuntimeException: java.lang.NullPointerException" and so on...all weird messages.
    Can anybody please help me on this please?
    Also, I am upgrading ODI to 10.1.3.6 as we are supposed to load data into Essbase 11.1.2, will the existing version
    i.e. 10.1.3.5 will work with Essbase 11.1.2?

    Hi ORV,
    If I remember well, you can skip the repository creation as the upgrade assistant will upgrade your 10g cloned reps to 11g reps.
    You only need to install 11g standalone agent(s) to replace the 10g runtime agent(s).
    Regards,
    JeromeFr

  • ODI Frustrating issue.

    Has anyone every come across this error:
    1 : 23000 : java.sql.SQLException: ORA-00001: unique constraint violated
    I ran my ODI a few times and it ran just fine, then i got some new data to run it against and i started to get this error and i continue to get this error...

    Hi TomCusick ,
    As said Ananda, ur tring to insert the same column values agian in the table(those columns specified as primary key).
    solution for this issue is
    1)Enhance the primary key by add some more column
    2)If you interested to update rest of the details of the same colum value records. then you can use IKM incremental update KM. use update mode to enabled.
    3) If you using the IKM control append KMs two option is there they are
    as I said in step1 and another one is removal of control option
    these solutions depend on your requirement.
    Thanks
    Madha

  • ODI - UI Issue

    Hi,
    Could you please help me in understanding below issue.
    I have installed ODI 10.1.3.5 in my system and configured Master & Work repository successfully.
    I logged into Designer, when I right cilck on Package/ any object none of the options are coming.
    Thanks in advance.
    Regards,
    Uday

    Uday,
    Check the security manager and see if you have got yourself Designer Profile granted

  • ODI scheduling issue

    I was scheduled one agent, for the first time it took only 20 min to execute,
    but 2nd time onwards it is taking 7 to 8hrs,
    I'm unable to find the why it is running more time.
    what is the issue? can any one help on this?

    Hello,
    What kind of scenario did you run ?
    How many interfaces with which KMs ?
    A first tip would be to check the CPU usage on the server side. You have maybe a deadlock or something ;).

  • Essbase RKM Issue

    All,
    I have a planning cube PlanAPP and I have done a reverse engineer and created a interface to build dimensions in the planning cube PlannApp. Now I want to load data in the cube using rule file and then run a maxl? So, I am trying to create another interface using the same cube PlanApp but from essbase side and I am trying to reverse engineer on one of the database in PlannApp cube for instance PlanAPP.A in Essbase technology. However, I am getting the following error:
    Please let me know if I am doing something wrong?
    org.apache.bsf.BSFException: exception from Jython: Traceback (innermost last):
    File "<string>", line 49, in ?
    com.hyperion.odi.common.ODIHAppException: com.hyperion.odi.essbase.EssbaseConnectionFactory{app.planning.factory.class=com.hyperion.odi.planning.PlanningConnectionFactory, app.essbase.factory.class=com.hyperion.odi.essbase.EssbaseConnectionFactory, app.hfm.factory.class=com.hyperion.odi.hfm.HFMConnectionFactory}
         at com.hyperion.odi.connection.HypAppConnectionFactory.getFactory(Unknown Source)
         at com.hyperion.odi.connection.HypAppConnectionFactory.getConnection(Unknown Source)
         at com.hyperion.odi.connection.HypAppConnectionFactory.getAppConnection(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java)
         at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java)
         at org.python.core.PyObject.__call__(PyObject.java)

    Hi John
    I have changed to point to essbase server, however, I am getting the same error, I have posted the description below:
    from java.util import HashMap
    from java.lang import Boolean
    from com.hyperion.odi.common import ODIConstants
    from com.hyperion.odi.common import ODIModelImporter
    from com.hyperion.odi.connection import HypAppConnectionFactory
    # source planning connection properties
    serverName = "esbdevedc01"
    userName = "essadmin"
    password = "<@=snpRef.getInfo("SRC_PASS") @>"
    application = "PlanApp"
    database = "Wrkforce"
    portStr = "1423"
    srvportParts = serverName.split(':',2)
    srvStr = srvportParts[0]
    if(len(srvportParts) > 1):
    portStr = srvportParts[1]
    # Put the connection properites and initialize the planning loader
    srcProps = HashMap()
    srcProps.put(ODIConstants.SERVER,srvStr)
    srcProps.put(ODIConstants.PORT,portStr)
    srcProps.put(ODIConstants.USER,userName)
    srcProps.put(ODIConstants.PASSWORD,password)
    srcProps.put(ODIConstants.APPLICATION_NAME,application)
    srcProps.put(ODIConstants.DATABASE_NAME,database)
    imod = 7002
    multipleDataCols = 0
    dataColDimension = r"Account"
    dataColMembers = r"Account"
    extractAttrMembers = 0
    rkmOptions = HashMap()
    rkmOptions.put(ODIConstants.MULTIPLE_DATA_COLUMNS, Boolean(multipleDataCols))
    rkmOptions.put(ODIConstants.DATA_COLUMN_DIMENSION, dataColDimension)
    rkmOptions.put(ODIConstants.DATA_COLUMN_MEMBERS, dataColMembers)
    rkmOptions.put(ODIConstants.EXTRACT_ATTRIBUTE_MEMBERS, Boolean(extractAttrMembers))
    #get planning connection
    hApp = HypAppConnectionFactory.getAppConnection(HypAppConnectionFactory.APP_ESSBASE, srcProps)
    #get connection to repository
    repCon = odiRef.getJDBCConnection("DEST")
    # START THE REVERSE
    odiModelImporter = ODIModelImporter(imod, hApp, repCon, rkmOptions)
    odiModelImporter.importModels()
    Thank you

  • Odi 11G ISSUE (Jdk)

    Hi
    I have a problem with installation ODI 11g under Widows 7 (64 bit). I have installed jdk 64 bit version.
    When I start setup.exe (run as Administrator), Oracle Universal Installer starts, but needs to specify path to JDK
    "Preparing to launch Oracle Universal Installer from C:\Users\*. Please wait ...
    Please specify JDK location ( Ex. /home/jdk ), <location>/bin/java should exist:"
    When I input a correct path, installer looks like working but suddenly installator window closes without any error.
    Does anybody have the same problem?
    Thanks for advices.
    S. Mahesh

    Hi Mahesh,
    You have installed jdk 64-bit in your windows 7 ? right
    1) Make sure that, jdk160_21 or higher version should install in your windows 7 machine. later set environment variable for same jdk as follows
    In you windows environment
    JAVA_HOME=c:\Program Files\Java\jdk1.6.0_21
    path=%path%;c:\Program Files\Java\jdk1.6.0_21\bin;c:\Program Files\Java\jre1.6.0_21\bin;
    and refresh your desktop.
    2) Download generic Weblogic 10.3.3. 64-bit
    install weblogic 10.3.3
    eg: java jar wls1033_generic.jar (eg: give middleware path D:\Oracle\Middleware at time of weblogic installation)
    3) start installation of ODI 11g and when it will ask JDK/JRE path location provide following JDK/JRE location and press enter
    "D:\Oracle\Middleware\jdk1.6.0_18"
    Hope above steps helps you or else follow the following thinks
    http://oracleintelligence.blogspot.com/2010/10/how-to-install-odi-11g.html
    Thanks,
    Phani

  • ODI timestamp issue

    Hi ,
    We are having a source column datatype as Date(Oracle 10g).
    When we just used the select date  from table --- the output is like '17-SEP-10 08:02:32'
    In the target also the date column data type is Date(Oracle 10g)...
    its a one - one mapping...after running the interface ,if we check the date column '17-SEP-10 12:00:00' ,for all the records we are getting the same format.
    what might be the issue...... the timestamp is not same as the source ,instead we are getting timestamp 12:00:00 same for all records..
    Any changes need here...plz let me know.
    Thanks,
    Ananth

    I'm not sure for you but,
    Few times ago we've seen an issue with our dates between source and target DB (both 10g).
    when on source there was HH24:MI:SS filled correctly, in target there was always 00:00:00.
    It occurs only when we were loading data from one server to another (never when source and target were on same server).
    It looks really similar with your issue...
    After some search it seems to came from our JDBC driver(Thin one)...
    To correct this I add a property in Topology each time I use this JDBC url.
    For each Data server I add the following property on Properties tab :
    Key = oracle.jdbc.V8Compatible     
    Value = true
    you can maybe try with this...
    Hope to help
    Regards,
    Brice

  • ODI Installation Issue

    Hi,
    I am trying to re-install ODI 11.1.1.7.0(Uninstalled it properly) but after completing 97% of installation it is getting stucked. It is stucking after message "setup is complete".
    While re-installing ODI I have completely removed folder created while installation but I am able to see ODI folder in ALL Programs list.
    When installation stucked after 97% I closed it and removed folders and tried to reinstall but not able to.
    Please suggest.

    I am using jdk1.7.0_09. Earlier it was installed on my machinge but because of some reason I uninstalled it but unable to re-install it.

  • ODI Context Issue

    Hi
    I am using ODI for data conversion from legacy. We have done development and testing on INSTANCE A and created the context for A. its worked fine. Now I am deploying all things on INSTANCE B and created contest B.While running the interface with context B is still referring the context A.It is creating flow table on instance A and showing error for instance B that flow table not exist.
    This thing is working fine for some other conversion element with the steps. But for some conversion elements it throwing flow table error. Any input will be appreciated.
    Edited by: VRai on Nov 16, 2008 7:11 AM

    Hi VRai
    Take a look if, at interface, the context isn't fixed.
    Just click on each Interface table (source and target) and be sure that, at propriety window, the context is set to "Undefined"
    Does it help you?

  • ODI Console issue

    Hai,
    while installing ODI Console its showing please specify the JDK Location , we already have jdk in the C:\programfiles(x86)\Java\Jdk1.6.0_24
    can any one help on these?
    i am dng onwindows 2003 R2, X64 EDITION SERVICE PACK2,2.67 GHZ, 24 GB RAM
    Advance Thanks,
    Gabbar Singh

    http://odiexperts.com/11g-odiconsole-part-511/

Maybe you are looking for

  • Open commitments of Project PO needs to be cleared

    Hi All, User wants to have the Purchase Order commitments cleared. The issue is related to open commitments for project Purchase Order. The user needs to have the commitments cleared so she can put a final close to the charge code. We tried option to

  • Trouble Exporting to PDF

    I am having trouble exporting one file to PDF. I try other indd files and they export prefectly fine. Just this one file. When I export it has the message "background task: Failed to export a PDF" I try couple solution online that I find 1. Disable p

  • Shut down (panic) during sleep?!

    This is very unusual for me and I wondered if anyone can make sense of the report below. The only thing that has changed recently is the addition of an airport extreme card. Thanks in advance. Jim panic(cpu 0 caller 0x000E7FF4): vnode_put(924a5ac): i

  • How do I get my home page back and uninstall "home.mywebsearch"?

    When I open up Mozilla Firefox the home page has been changed from "comcast.net" to "http://home.mywebsearch.com/index... Is this from Firefox? What happened to my homepage? What is this page, and how do I go back to the home page comcast.net? Who is

  • Network Load Balancing

    I have a 871 with a single Internet connection DSL with Public static IP on both modem(DSL)and Router 2 VPN's are also working .What I want to do is to seperate the load I mean to say if one ISP goes down the other should work as I have another Inter