Missing chars in SP scripts (at Source Model Phase) when migrating SQL65

In the Source Model Phase, appears lots of errors, all of them generated by the dissapearance of random chars in Stored Proc scripts.
Help please...

Jpeteet,
> some migration with my hair on fire if this thing dies. I just wanted
> anyone to point out any caveats that I might be missing. I know that I
> can fix container/user login scripts to point to the new server volumes
> and any related rights/maps to this new one. I also know about the
> server migration tool but I don't like the idea of having the old one
> basically blown away when the migration is done - just in case we have
> some kind of problems so I can just plug it back in and be back and
> running. Also, the 6.0 server does queue based printing and I want to be
> able to migrate the users all at once but then come back and do printing
> later. My thought was to migrate users and then have printing stay on
> the old server and start migrating the print over a printer/queue at a
> time. Is there anything else that I might be missing?
1. Provided you follow the docs, migration from 6.0 to 65. SP8 should be
painless
2. If the migration fails, then you can resurrect the old server. Again,
instructions are in the docs.
3. I read from your posting that you think that queue-based printing is
not supported on 6.5 - That is not true. Queue-based printing works just
fine on 6.5.
FWIW, I migrated a NW 6.0 SBS server to OES 11/Linux two weeks ago. Most
of the hurdles were because it is not technically supported and I had some
cert issues. But I brought in a temp 6.5 server in the tree and pointed to
it for DS, then did a migration, using the OES migration wizard. Went OK.
Anders Gustafsson (NKP)
The Aaland Islands (N60 E20)
Have an idea for a product enhancement? Please visit:
http://www.novell.com/rms

Similar Messages

  • Problem capturing source model sybase apative server 11.5.1

    Trying to migrate production Sybase Adaptive Server database to
    Oracle using Oracle Migratin Workbench-Sybase Plugin. It fails
    duing loading source model stage. Sybase database is not going
    to be available to us for long as companies are separating by
    december end, four databases need to be migrated by then. It is
    very important to get the migratin done and there is no
    workaround this problem. This is showstopper for migration
    project right now.
    Details:
    Oracle Migration Workbench with sybase adaptive server 11 plugin
         2.0.2.0.0     Production Build 20011121 Windows-
    2000professional
    Oracle Database               8.1.7          Solaris 8
    Sybase Database               Sybase Adaptive Server 11.5.1
         Solaris 8
    Source ODBC Driver          3.11.00.01 Windows-
    2000Professional
    Stage of migration: Loading Source Database
    Error Text on alert window:
    Failed to load Source Model. [INTERSOLV][ODBC SQL Server driver]
    [SQL Server]Invalid column name 'fill_factor'
    Error Text in the log file:
    EXCEPTION : LoadTableData.run() : SYBASE11_SYSINDEXES [INTERSOLV]
    [ODBC SQL Server driver][SQL Server]Invalid column
    name 'fill_factor'.
    After Investingation it looks like the table sybase11_sysindexes
    in OMWB repository has four columns extra than the sysindexes
    table in sybase database. The additional four columns are:
    fill_factor, res_page_gap, exp_rowsize, key3. OMWB load source
    model step fails on the first column.
    Trying to load the sybase source model using Oracle Migration
    Workbench.
    Oracle Migration workbench was running.
    Oracle Migratin workbench capture wizard was running.
    Installed OMWB and sybase apative server 11 plugin for OMWB.
    Installed Sybase client for windows and ODBC drivers.
    Configured ODBC for sybase database as a system DSN.
    Created empty scheama with connect and resource privilages for
    OMWB repository on Oracle 8.1.7 on solaris 8.
    Started OMWB, created repository in the empty scheama created
    above.
    Clicked on capture source database wizard.
    Provided the userid, password and database for sybase database.
    Selected not to generate Oracle model, as it can be generated
    afterwards.
    Clicked finish on the wizard.
    OMWB started reading sybase system repository tables, it did a
    few tables and then the above error message appeared.
    This is a fresh install of Windows 2000 Professional.
    The only oracle product installed in OMWB and the Sybase
    Apadative server 11 Plugin for OMWB.
    The other software is Sybase client for windows (To do queries
    on Sybase database) and the sybase ODBC driver.
    No other significant software is installed, it a vanila windows
    2000 Professional installation.
    There is oracle tar for this. TAR 1828907.995
    Any help is appriciated.
    Thanks,
    Prashant

    Hi,
    Without seeing the full error.log file here are some suggestions.
    >
    From Prashant's e-mail it appears that the data dictionary's of11.5.1.
    and 11.9.2 are different.
    A possible alternative that may help i.e. removing the 4 extracolumns
    that Prashant talks about from the Workbench source model e.g.
    Sybase11_sysindexes. This may help you get around this issue
    If that does not work. One possible workaround is as follows.
    Extract the Schema generation scripts from the Sybase 11.5.1database
    and re-create the schema in Sybase 11.9.2. You don't have tomove the data.
    >
    You can then migrate the schema from the Sybase 11.9.2database. Once
    the schema is migrated you can generate the SQL Loader scripts to
    migrate the data. Click on the Tools menu and then select the'Generate
    SQL Loader Scripts...' menu item. This will generate Sybase BCPdata
    extraction scripts. These scripts will extract the Sybase datafrom each
    table into a separate .dat file. You can then use the SQL Loaeder
    scripts that were also generated to load this data in to thedestination
    Oracle database.
    Regards
    John

  • Unable to Create  Oracle Model  When  Migrating from access 2000 to Oracle

    Hi ,
    I am migrating an access 2000 Database to Oracle 9i using Oracle Migration Workbench .
    I was sucessful in creation of Source Model ,but when I try to create the Oracle Data Model - Oracle Workbench
    HAngs . In short the Oracle Model creation log screen hangs .
    If any body has faced any similar please help me out .
    Please suggest a work around for this problem .
    Thanks in Advance
    Arun

    Arun,
    Can you provide a reproducible test case so that we can confirm the behavior here and log a bug? More detail can be found in the log/Error.log in case there is a java exception that is being thrown.
    Regards,
    Turloch
    Oracle Migration Workbench Team

  • How to create ArrayColletion in mx:Script from mx:Model id="results" source="/data/data.xml" /

    How to create ArrayColletion in mx:Script from <mx:Model
    id="results" source="/data/data.xml" />
    Please see my code:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="absolute">
    <mx:Model id="results" source="/data/data.xml" />
    <mx:Script>
    import mx.collections.ArrayCollection;
    import mx.utils.ArrayUtil;
    import mx.controls.Alert;
    </mx:Script>
    <mx:ArrayCollection id ="dt1"
    source="{ArrayUtil.toArray(results.result)}"/>
    <mx:Script><![CDATA[
    [Bindable]
    public var expenses:ArrayCollection = dt1;
    [Bindable]
    public var expenses2:ArrayCollection = dt1;
    [Bindable]
    public var dp:ArrayCollection=expenses;
    public function changeDataProvider():void{
    Alert.show(expenses.toString());
    if (dp==expenses){
    dp=expenses2;
    }else{
    dp=expenses;
    ]]></mx:Script>
    <mx:Panel x="10" y="10" width="100%" height="378"
    layout="absolute">
    <mx:ColumnChart dataProvider="{dt1}" x="10" y="10"
    id="myChart" height="318" width="100%">
    <mx:horizontalAxis>
    <mx:CategoryAxis categoryField="month"/>
    </mx:horizontalAxis>
    <mx:series>
    <mx:ColumnSeries displayName="apple" yField="apple"/>
    <mx:ColumnSeries displayName="orange"
    yField="orange"/>
    <mx:ColumnSeries displayName="banana"
    yField="banana"/>
    </mx:series>
    </mx:ColumnChart>
    <mx:Legend dataProvider="{myChart}" x="481" y="10"/>
    </mx:Panel>
    <mx:Button x="284" y="416" label="Change Data" id="bt"
    click="changeDataProvider()" />
    </mx:Application>

    Tracy,
    Thanks. That worked. However I have another related question:
    I convert the xml feed to a XMLListCollection by doing:
    <mx:XMLListCollection id="mission"
    source="{xmlFeed.lastResult.day}"/>
    and
    <mx:XMLListCollection id="mission1"
    source="{xmlFeed.lastResult.day.tBlock}"/>
    On the chart I have
    <mx:ColumnChart id="missionReadiness" height="150%"
    width="100%"
    paddingLeft="2" paddingRight="2"
    showDataTips="true" dataProvider="{mission1}">
    <mx:series>
    <mx:ColumnSeries xField="" yField="@today"
    displayName="Today"/>
    <mx:ColumnSeries xField="" yField="@tomorrow"
    displayName="Tomorrow"/>
    <mx:ColumnSeries xField="" yField="@afterT"
    displayName="After Tomorrow"/>
    </mx:series>
    </mx:ColumnChart>
    the yField works, but for the xField I want to have the @date
    but refers to the parent node, so I am clueless on how to refer to
    it.
    Also, I would like to display on the chart only the values to
    a specific date (like @date="05/17/2007").
    Any suggestions on how to do that?
    Gilbert

  • SQL to Oracle Migraton - Unable to create source model in Migration Workben

    We are trying to use Oracle Migration Workbench utility to transfer data from SQL to Oracle. when we start creating the source model we get the following error :-
    failed to load source model ora-01401 inserted value too large for column.. this is the error at the ss2k_syslogins table. this is a logical model creation from sql server db.
    In case if this is a data issue with the syslogins table/view, is there any way to overcome this or whether we can do any settings at Workbench Level to overcome this..
    Thanks in advance,
    John.

    I think I figured it out.
    1 - I used the Migration Work Bench that came with the 9.2.0.1 client - BAD IDEA.
    2 - I down loaded the OMWB (10.x) - GOOD IDEA. I also downloaded the plugins so that the versions would match each other. Get rid of any existance of the 'old' OMWB directory under the OracleHome, so as not to get confused.
    3 - I realized that you just extract the OMWB.zip file to the C: drive like some third world DOS application, so it won't show up in under your start menu.**
    **I find this kinda cheesy that the Oracle installer is not involved here to add it to the Oracle Configuration and Migration menu in start up. I suppose you can copy the unzipped struture over top of the existing clint directory structure, but still dumb.
    3 - The other odd piece, you down load the plugin as a zip (and not a jar), BUT DON'T UNZIP IT!! Rather place it in the ..\plugins directory, underneath wherever you unzipped the OMWB, and RENAME IT with a .JAR extension (again don't unzip).
    4 - Make a shortcut on your desktop to the omwb.bat file (from where ever you unzipped the OMWB product)
    5 - Fire up that icon and the product will look at the new .JAR in the plugin folder and 'tada', you have OMWB with your specific database plugin available.
    The new product didn't hang for me. Now I just need to figure out how port this into a shema name OF MY CHOSING, and not the generic OMWB_Login1 that it created.
    I f anyone has info on that, let me know.... I think its in the destination creation (step two of the whole process).
    Jeff Ferrel - State of Nevada

  • Loading Source Model fails in SQL Server 2000

    Im tryng to load Source Model from SQL Server 2000 to Oracle 9i using Migration Worbench 9.2.0.1.2 but im getting se next message error:
    EXCEPTION : LoadTableData.run() : SS2K_SYSCOMMENTS El tamaño de los datos es mayor que el tamaño máximo para este tipo: 4001
    Anybody can help me please? its urgent to us migrate our database to oracle.
    Thanks in Advance.
    Alejandro Amador.

    I have had problems using the Connected method, too.
    Try the disconnected instead - it converted all.

  • Failed to load Source Model

    Trying to load Source Model from MS SQL Server 7.0, getting an error "Failed to load Source Model. [Microsoft][ODBC SQL Server Driver][SQL Server]Line 1: Incorrect syntax near '.7'.". The last entry in the log was "Capturing Loading SS7_SYSFOREIGNKEYS".
    This is under Windows 2000 Server. ODBC driver is Microsoft version 3.70.09.61.
    I have found the similar issue existed for Sybase, and the solution was to "select the DSN, click on Advanced and select the ODBC translator". MS ODBC driver doesn't have an Advanced button :(, I don't know where can I set the translator.

    This problem is fixed now. It was the database name in SQL Server that was causing the problem, it had dot in it (devV3.7). Once I changed it, the source model was loaded successfully.
    Regards, Branko.

  • ORA-00904 while mapping source model

    Hi,
    while mapping the source model from Sybase 11 I get an ORA-00904 invalid column name error. There is no error recorded in the log, just an error message box opens. The last log entry is "...rows inserted into table SYBASE_SYSPROCEDURES".
    omwb is 1.2.2.2.0 (with 1.2.2.2.1 sybase.jar), Oracle is 8.0.4
    Thanks for any help.

    Hi ,
    Please drop and recreate the user that owns your workbench repository.
    If the problem persists then e-mail [email protected]
    Regards
    John

  • How to use Script in ADF model?

    Hi!
    I don't know how to use Script in ADF model. Help me, please!
    Detail: javaScript.
    Thanks so much!

    You can put your Javascript code in the Onmouseover property of the column.
    I don't have the Javascript code for changing the color but for example the following will pop up an alert
    <af:outputText value="#{row.DepartmentId}" onmouseover="alert(\'Unload event fired!\')">

  • Problems with loading source model using omw from sql server 7 into oracle 9i

    I am migrating data from sql servr 7 into oracle 9i. when doing capture phase i get the following error.
    ==>failed to load source model.[microsoft][odbc sql server][sql server]select permission
    denied on column 'password' of object 'syslogins', database master, owner dbo.
    Why is this so...is it bcz of something with my odbc link...
    also is there any way to load only tables and not system tables when doing capture phase.
    any help asap will be much appreciated.
    thanks

    Hi,
    You must ensure that you have the correct password to login to SQL Server.
    The Workbench requires some of the tables in the Master database.
    Regards
    John

  • [ETL]How to transform a Source model into an arbitrary number of target models ?

    Hi all,
    I need to know how to transform a source model into an arbitrary number of target models which conforms to different target metamodels using ETL ? Is there any examples that can help me ?
    Thank you
    Mana

    Hi Antonio,
    Actully I mean the number of metamodels are known.For example, assume that there are two known metamodels in the target side, the first one is the target metamodel, and the second one is the trace metamodel .
    I would like to see an example of ETL transformation that run on a source model and generate the target model and the trace model as well. This statement is part of the chapter 5 of the ebook which says "it is often essential to be able to access/update additional models during a transformation (such as trace or configuration models). Building on the facilities provided by EMC and EOL, ETL enables specification of transformations that can transform an arbitrary number of source models into an arbitrary number of target models."
    could you please explain this more for me or provide me with an example.
    Thank you
    Mana

  • DB2 - Oracle: problem with capturing source model

    After starting the capture process, the logging window shows a line
    "Capturing loaded table: <table-name>" for each table, and one line
    "Capturing Tables Loaded: 164, Tables NOT Loaded: 0", which sounds about right.
    It then prints messages about loading groups, and finally the two lines:
    "Capturing Loading Table Aliases"
    "Capturing Loaded table alias: CL"
    At that point, it stops. There are 3 buttons at the bottom,
    "Suspend Logging", "Abort", "Help".
    The OMWB Java client shows "Loading Source Model..." in the "UDB7 Source Model" tab, and "No objects have been mapped" in the "Oracle Model" tab.
    Clicking on the "Abort" button in the loggin window results in the message "unable to abort, please restart application".
    I have no experience at all with the omwb tool, greatly appreciate any feedback.
    Thanks !

    Thanks for your reply.
    Below is the error.log.
    I couldn't get the 7.2 Client to work, so I am using a IBM UDB 8.0 Client to
    connect to a 7.2 DB2 database, that's where the message regarding the JDBC driver comes from.
    ** Started : Wed Nov 02 09:37:45 PST 2005
    ** Workbench Repository : Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Repository Connection URL: jdbc:oracle:thin:@localhost:1521:orcl
    ** The following plugins are installed:
    ** IBM DB2 UDB Version 7 Plugin, Production Release 10.1.0.4.0
    ** Active Plugin : UDB7
    Informational: JDBC compatibility test is active.
    *** IBM DB2 UDB Information ***
    Product Name : DB2/LINUX
    Product Version : 07.02.0006
    JDBC Driver Name : IBM DB2 JDBC 2.0 Type 2
    JDBC Driver Version : 08.01.0002
    - (major version) : 8
    - (minor version) : 1
    Informational: IBM DB2 UDB JDBC driver is JDBC 2.0 compliant.
    Informational: You are using an IBM DB2 UDB Version 08.01.0002 JDBC driver against an IBM DB2 UDB Version 07.02.0006 database.
    Informational: IBM DB2 UDB Server supports identity columns.
    java.lang.NullPointerException
         at oracle.mtg.udb6.server.SourceModelLoad.createSourceModelAliasDefinitions(SourceModelLoad.java:537)
         at oracle.mtg.udb6.server.SourceModelLoad.createSourceModelDBDefinitions(SourceModelLoad.java:270)
         at oracle.mtg.udb6.server.SourceModelLoad.loadSourceModel(SourceModelLoad.java:176)
         at oracle.mtg.udb6.ui.CaptureWizard.doCapture(CaptureWizard.java:974)
         at oracle.mtg.udb6.ui.CaptureWizard._runDialog(CaptureWizard.java:832)
         at oracle.mtg.udb6.ui.CaptureWizard.capture(CaptureWizard.java:478)
         at oracle.mtg.migrationUI.ActionMenuHandler._capture(ActionMenuHandler.java:208)
         at oracle.mtg.migrationUI.ActionMenuHandler.run(ActionMenuHandler.java:85)
         at oracle.mtg.migration.WorkerThread.run(Worker.java:268)
    ** Shutdown : Wed Nov 02 11:32:57 PST 2005

  • Sin source modelling with input for phase

    There are several AC voltage sources model in Multisim, however none of them allow me to change the ac phase inside a simulation.
    The simplest way would be to modify the AC voltage source and add an input for the phase value, but I do not know how to do it.
    I am using Multisim 10.1
    Best regards
    Michel

    Hi Michel,
    Most AC sources, such as the AC_VOLTAGE source, have more than one phase field; for example, you will often see both a 'Phase' and an 'AC Analysis Phase'.  The 'Phase' field will affect the simulation when running a transient analysis, and the 'AC Analysis Phase' only affects the simulation under an AC analysis.  I would check to make sure that you're using the correct fields.
    If you're still having trouble, feel free to post a circuit and we can investigate this further.
    Natasha Baker
    R&D Engineer
    National Instruments
    Join the NI Circuit Design Community
    Follow Multisim on Twitter!

  • Script component source performance

    Hi All
    in one our requirement we need to load data from files from different 2 servers . the file structure is little complex . it will be in apart from 1st column all other column in key=value format and it contains different number of columns with different
    types of rows . based on last cloumn Key type we need identify the type of the row and pass that row to that table.
    the challanging part is we need to load these files for every 5 minutes and these files are cummulative . any how we achived all the requirements but the entire process is taking 2.45 secs  , in this only the script component is taking major time ,
    how to fine tuning the script component source task ..
    Please let me know how to tune script component task . is there any specific settings i need to fallow?
    Surendra Thota

    Here is the code
    Public Overrides Sub CreateNewOutputRows()
    Dim lineIndex As Integer = 0
    Dim NumberOfColumns As Integer = 0
    Dim ColumnIndex As Integer = 0
    Dim ColumnSplitValuearray As String() = {"", ""}
    While (Not sr.EndOfStream)
    Dim line As String = sr.ReadLine()
    Dim columnArray As String() = line.Split(Convert.ToChar(","))
    NumberOfColumns = columnArray.Length
    If columnArray(NumberOfColumns - 1).Split(Convert.ToChar("="))(0).ToString = "Average Latency" Then
    OutputAverageLatencyBuffer.AddRow()
    OutputAverageLatencyBuffer.Epoch = columnArray(0).Split(Convert.ToChar("="))(1)
    For ColumnIndex = 2 To NumberOfColumns - 1
    ColumnSplitValuearray(0) = columnArray(ColumnIndex).Split(Convert.ToChar("="))(0)
    ColumnSplitValuearray(1) = columnArray(ColumnIndex).Split(Convert.ToChar("="))(1)
    If (ColumnSplitValuearray(0).ToString = "Site") Then
    OutputAverageLatencyBuffer.Site = ColumnSplitValuearray(1)
    ElseIf (ColumnSplitValuearray(0).ToString = "Group") Then
    OutputAverageLatencyBuffer.Group = ColumnSplitValuearray(1)
    ElseIf (ColumnSplitValuearray(0).ToString = "Application") Then
    OutputAverageLatencyBuffer.Application = ColumnSplitValuearray(1)
    ElseIf (ColumnSplitValuearray(0).ToString = "Command") Then
    OutputAverageLatencyBuffer.Command = ColumnSplitValuearray(1)
    ElseIf (ColumnSplitValuearray(0).ToString = "Destination Realm") Then
    OutputAverageLatencyBuffer.DestinationRealm = ColumnSplitValuearray(1)
    ElseIf (ColumnSplitValuearray(0).ToString = "Egress Peer Origin Host") Then
    OutputAverageLatencyBuffer.EgressPeerOriginHost = ColumnSplitValuearray(1)
    ElseIf (ColumnSplitValuearray(0).ToString = "Egress Peer Origin Realm") Then
    OutputAverageLatencyBuffer.EgressPeerOriginRealm = ColumnSplitValuearray(1)
    ElseIf (ColumnSplitValuearray(0).ToString = "Ingress Peer Origin Host") Then
    OutputAverageLatencyBuffer.IngressPeerOriginHost = ColumnSplitValuearray(1)
    ElseIf (ColumnSplitValuearray(0).ToString = "Ingress Peer Origin Realm") Then
    OutputAverageLatencyBuffer.IngressPeerOriginRealm = ColumnSplitValuearray(1)
    ElseIf (ColumnSplitValuearray(0).ToString = "Origin Host") Then
    OutputAverageLatencyBuffer.OriginHost = ColumnSplitValuearray(1)
    ElseIf (ColumnSplitValuearray(0).ToString = "Origin Realm") Then
    OutputAverageLatencyBuffer.OriginRealm = ColumnSplitValuearray(1)
    ElseIf (ColumnSplitValuearray(0).ToString = "Outbound Message Processing") Then
    OutputAverageLatencyBuffer.OutboundMessageProcessing = ColumnSplitValuearray(1)
    ElseIf (ColumnSplitValuearray(0).ToString = "Response Processing") Then
    OutputAverageLatencyBuffer.ResponseProcessing = ColumnSplitValuearray(1)
    ElseIf (ColumnSplitValuearray(0).ToString = "Request Processing") Then
    OutputAverageLatencyBuffer.ResponseProcessing = ColumnSplitValuearray(1)
    ElseIf (ColumnSplitValuearray(0).ToString = "Result") Then
    OutputAverageLatencyBuffer.Result = ColumnSplitValuearray(1)
    ElseIf (ColumnSplitValuearray(0).ToString = "Role") Then
    OutputAverageLatencyBuffer.Role = ColumnSplitValuearray(1)
    ElseIf (ColumnSplitValuearray(0).ToString = "Average Latency") Then
    OutputAverageLatencyBuffer.AverageLatency = ColumnSplitValuearray(1)
    End If
    Next
    ElseIf (columnArray(NumberOfColumns - 1).Split(Convert.ToChar("="))(0).ToString = "Rate") Then
    OutputRateCountBuffer.AddRow()
    OutputRateCountBuffer.Epoch = columnArray(0).Split(Convert.ToChar("="))(1)
    For ColumnIndex = 2 To NumberOfColumns - 1
    ColumnSplitValuearray(0) = columnArray(ColumnIndex).Split(Convert.ToChar("="))(0)
    ColumnSplitValuearray(1) = columnArray(ColumnIndex).Split(Convert.ToChar("="))(1)
    If (ColumnSplitValuearray(0).ToString = "Site") Then
    OutputRateCountBuffer.Site = ColumnSplitValuearray(1)
    ElseIf (ColumnSplitValuearray(0).ToString = "Group") Then
    OutputRateCountBuffer.Group = ColumnSplitValuearray(1)
    ElseIf (ColumnSplitValuearray(0).ToString = "Application") Then
    OutputRateCountBuffer.Application = ColumnSplitValuearray(1)
    ElseIf (ColumnSplitValuearray(0).ToString = "Command") Then
    OutputRateCountBuffer.Command = ColumnSplitValuearray(1)
    ElseIf (ColumnSplitValuearray(0).ToString = "Destination Realm") Then
    OutputRateCountBuffer.DestinationRealm = ColumnSplitValuearray(1)
    ElseIf (ColumnSplitValuearray(0).ToString = "Egress Peer Origin Host") Then
    OutputRateCountBuffer.EgressPeerOriginHost = ColumnSplitValuearray(1)
    ElseIf (ColumnSplitValuearray(0).ToString = "Egress Peer Origin Realm") Then
    OutputRateCountBuffer.EgressPeerOriginRealm = ColumnSplitValuearray(1)
    ElseIf (ColumnSplitValuearray(0).ToString = "Ingress Peer Origin Host") Then
    OutputRateCountBuffer.IngressPeerOriginHost = ColumnSplitValuearray(1)
    ElseIf (ColumnSplitValuearray(0).ToString = "Ingress Peer Origin Realm") Then
    OutputRateCountBuffer.IngressPeerOriginRealm = ColumnSplitValuearray(1)
    ElseIf (ColumnSplitValuearray(0).ToString = "Origin Host") Then
    OutputRateCountBuffer.OriginHost = ColumnSplitValuearray(1)
    ElseIf (ColumnSplitValuearray(0).ToString = "Origin Realm") Then
    OutputRateCountBuffer.OriginRealm = ColumnSplitValuearray(1)
    ElseIf (ColumnSplitValuearray(0).ToString = "Result") Then
    OutputRateCountBuffer.Result = ColumnSplitValuearray(1)
    ElseIf (ColumnSplitValuearray(0).ToString = "Role") Then
    OutputRateCountBuffer.Role = ColumnSplitValuearray(1)
    ElseIf (ColumnSplitValuearray(0).ToString = "Count") Then
    OutputRateCountBuffer.Count = ColumnSplitValuearray(1)
    ElseIf (ColumnSplitValuearray(0).ToString = "Rate") Then
    OutputRateCountBuffer.Rate = ColumnSplitValuearray(1)
    End If
    Next
    End If
    lineIndex = lineIndex + 1
    End While
    End Sub
    End Class
    Surendra Thota

  • Disconnected Source Model Load is disabled

    Hi,
    I tried to migrate big MS SQL 2000 Database. It ran overnight and in the morning wasn't responding ... so I figured may be faild somewhere and stoped process.
    I desided to try Disconnected Source Model Load but it is disabled and I can't choose that option.
    Where can I turn it on ?
    Thanks

    If you choose "Default Repository" then it does not allow disconnected source model load. Use an oracle repository by connecting to a db and then it allows you to choose disconnected load. Please check the documentation for further help. Hope this helps
    Priya

Maybe you are looking for

  • How To call a Tcode From a Program and returning back ?

    Dear All, I have a requirement, i have to show all the open orders as in the the tcode va05  and return back to the my program. so how to display the tcode and getting back to my program. please help?

  • Form mis-behaving

    Sorry to keep bothering you. I believe that, if I can get my form up and running, I will be ok and won't have to keep asking for your help. The ID of my form is 'Problem_Report'. Problem: The script NEVER does the Œfocus¹ on the Œname¹ field thing wh

  • How to config ep

    Hi,   I have installed the EP, but i don't know how to config it , and i don't know what can it does .    Can anyone give me some help . nelson

  • Can someone help me in learning how to make business cards using pages

    can someone please help me in learning how to make business cards using pages

  • App store & Contacts won't open

    This is very odd and appeared very suddenly. Running 10.10.3 for some time now with no problems.  However, in the last few days, I can not not open my Contacts or App store. As I said, it appeared very suddenly. I looked online and in the forum, but