FDMEE import quotes

I'm upgrading to FDMEE.

My file to import data is delimited by commas and quotation marks as shown below

' 1000 ',' 200 ',' 300 ',' 2 000,00.

When I import these data into FDMEE it analyzes the data in the correct fields, but it does not remove the quotation marks as in my previous version.  Is there a setting that I am missing or I have to write a script customized to remove these quotes?

You can create the following script to import and set your dimensions:

def fRemoveQuotes (strField, strRecord):

return strField.replace('"','')

Which will remove the quotes when importing your data

Concerning

Tags: Business Intelligence

Similar Questions

  • FDM import quotes

    Hi all

    I am new to FDMEE and I'm trying to create a script to import in order to remove the quotes when importing data in FDMEE.

    I did some research and I found the syntax in order to remove the quotes.

    (Thanks )

    Link:- FDMEE import quotes

    But for some reason it doesn't work is not for me.

    Could someone help me with the code please.

    Code: -.

    def fRemoveQuotes (strField, strRecord):

    return strField.replace('"','')

    Error: -.

    2014-09-16 16:38:38, 351 [AIF] INFO: beginning of the process FDMEE, process ID: 464

    2014-09-16 16:38:38, 351 [AIF] INFO: recording of the FDMEE level: 4

    2014-09-16 16:38:38, 351 [AIF] INFO: FDMEE log file: XXX_XXXX\outbox\logs\XXX_XXXX-XXX_XXXX_464.log

    2014-09-16 16:38:38, 351 [AIF] INFO: location: RSG (Partitionkey:29)

    2014-09-16 16:38:38, 351 [AIF] INFO: name: aug period (period key: 8/31/14-12:00 AM)

    2014-09-16 16:38:38, 351 [AIF] INFO: name of the category: real (category key: 2)

    2014-09-16 16:38:38, 351 [AIF] INFO: name rule: RSG (rule ID:60)

    2014-09-16 16:38:41, 174 [AIF] INFO: Jython Version: 2.5.1 (Release_2_5_1:6813, September 26 2009, 13:47:54)

    [JRockit (R) Oracle (Oracle Corporation)]

    2014-09-16 16:38:41, 174 [AIF] INFO: Java platform: java1.6.0_37

    2014-09-16 16:38:41, 174 [AIF] INFO: log the file encoding: UTF-8

    2014-09-16 16:38:43, 811 INFO [AIF]: - START IMPORT STEP -

    2014-09-16 16:38:55, 823 INFO [AIF]: file name: XXX_TEMP

    2014-09-16 16:38:56, INFO 072 [AIF]: ERPI - 105011:EPMERPI - the name of the log file: XXX_XXXX\outbox\logs\XXX_XXXX-XXX_XXXX_464.log

    2014-09-16 16:38:56, INFO 072 [AIF]: ERPI - 105011:EPMERPI - LOADID:PARTKEY:CATKEY:RULEID:CURRENCYKEY:FILEPATH:464; 29:2:60: [NO]: XXX_XXXX/inbox\RSG

    2014-09-16 16:38:56, INFO 072 [AIF]: ERPI - 105011:EPMERPI - ImportTextData - Start

    2014-09-16 16:38:56, 119 [AIF] INFO: ERPI - 105011:EPMERPI - the name of the log file: XXX_XXXX\outbox\logs\XXX_XXXX-XXX_XXXX_464.log

    2014-09-16 16:38:56, 119 [AIF] INFO: ERPI - 105011:EPMERPI - JythonInterpreter instantiation

    2014-09-16 16:38:56, 275 [AIF] INFO: 105039:EPMERPI - the name of the log file: XXX_XXXX\outbox\logs\XXX_XXXX-XXX_XXXX_464.log

    2014-09-16 16:38:56, 275 [AIF] INFO: 105039:EPMERPI - run the file: XXX_XXXX/data/scripts/import/Quotes.py

    2014-09-16 16:38:56, 275 [AIF] INFO: 105039:EPMERPI - run the file: XXX_XXXX/data/scripts/import/Quotes.py

    2014-09-16 16:38:56, 291 [AIF] INFO: ERPI-105011:EPMERPI - XXX_TEMP file name

    periodKey2014-08-31

    2014-09-16 16:38:56, ERROR 291 [AIF]: 105039:EPMERPI - 105042:EPMERPI - error evaluating script.

    null

    2014-09-16 16:38:56, ERROR 291 [AIF]: 105039:EPMERPI - 105042:EPMERPI - error evaluating script.

    null

    2014-09-16 16:38:56, 291 [AIF] INFO: ERPI - 105011:EPMERPI - PROCESS ID: 464

    PARTITIONKEY: 29

    IMPORT GROUP: RSG

    FILE TYPE: DELIMITED

    SEPARATOR:.

    SOURCE FILE: XXX_TEMP

    TREATMENT OF CODES:

    -----------------------------------------------------------------------------------

    EMPTY... Line is empty or empty.

    NN................ Non-Numeric, amount field contains non-numeric characters.

    TC................ Conversion, type amount field could not be converted to a number.

    ZP................ Zero suppress, amount field contains a value of 0 and zero suppress is turned on.

    FIELD TO JUMP... SKIP field value has been found

    NULL VALUE ACCOUNT... Account field is null

    JUMP FROM A SCRIPT... Skippered by Script

    [SCRIPT SKIPED] "454", "000000", "000" "000", "0000", "00", "000", "11391001", "AUG-14", "-0000000019977.59"»»

    Filled lines: 0

    Lines rejected: 1

    2014-09-16 16:38:56, 291 [AIF] INFO: ERPI - 105011:EPMERPI - MODE ARCHIVE: null

    2014-09-16 16:38:56, 291 [AIF] INFO: ERPI - 105011:EPMERPI - start file archiving:

    2014-09-16 16:38:56, 291 [AIF] INFO: ERPI - 105011:EPMERPI - name of the Archive file: 46420140831

    2014-09-16 16:38:56, 291 [AIF] INFO: ERPI - 105011:EPMERPI - by deleting the source file: XXX_TEMP

    2014-09-16 16:38:56, 291 [AIF] INFO: ERPI - 105011:EPMERPI - file not deleted: XXX_XXXX\inbox\RSG\XXX_TEMP

    2014-09-16 16:38:56, 306 [AIF] INFO: ERPI - 105011:EPMERPI - ImportTextData - end

    2014-09-16 16:38:56, 306 [AIF] INFO: ERPI - 105011:EPMERPI - Total time required to import in ms = 234

    2014-09-16 16:38:56, 306 [AIF] INFO: ERPI - 105011:EPMERPI - JythonInterpreter release

    2014-09-16 16:38:56, 431 [AIF] INFO:

    Import of Source data for the period "aug.

    2014-09-16 16:38:56, 790 INFO [AIF]: generic data lines imported from Source: 0

    2014-09-16 16:38:56, 790 [AIF] INFO: Total of lines of data from the Source: 0

    2014-09-16 16:38:57, 430 [AIF] INFO:

    Map data for the period "aug.

    2014-09-16 16:38:57, ERROR 430 [AIF]: error: no record exists for the period "aug.

    2014-09-16 16:38:57, 461 FATAL [AIF]: error in CommMap.updateTDATASEG_T_TDATASEGW

    Traceback (most recent call changed):

    File "< string >", 1775, in updateTDATASEG_T_TDATASEGW the line

    RuntimeError: Error: no record exists for the period "aug.

    2014-09-16 16:38:57, 461 FATAL [AIF]: error in CommMap.updateTDATASEG_T_TDATASEGW

    Traceback (most recent call changed):

    File '< string >", line updateTDATASEG_T_TDATASEGW, 1982

    RuntimeError: [u "error: no record exists for the period 'aug'" "]

    2014-09-16 16:38:57, 601 FATAL [AIF]: error in data COMM plan.

    Thanks in advance.

    Kind regards

    RSG.

    Hello

    as suggested by @BeauDReynolds you can replace the quotes before importing the file.

    If you want to use scripts to import for each dimension (is not necessary for the amount in your case), you can use this script:

    def parseDoubleQuotes (strField, strRecord):

    #strip quotes

    return strField.strip('"')

    the tape will remove initial and end of double quotes

    You function should work as well, but you must ensure that both matches name function name and script.

    You function name is fRemoveQuotes while your script is quotes.

    Rename each function in quotes def or a script for fRemoveQuotes.py

    I hope this helps.

  • FDMEE import Jython Script - field Split function

    Hi people,

    I have to admit, this Jython gives me a heavy headache!

    In fact, it's a simple mistake, but I'm fighting around with it for hours now. Maybe one of you guys can help.

    I want to create a Script of Import in FDMEE 11.1.2.3.500.17. The source file (separator: tab) contains a column with the following entries:

    Capture1.JPG

    What I want to achieve at first is to import the figure after the first point. For example, hours - 00275. 3. 4.1 I want to import 3.

    I wrote a script to import, based on an example of written script in FDMEE admin guide (page 273):

    Capture2.JPG

    I assigned this script to the respective column in the Import Format:

    Capture3.JPG

    Seems easy. But for some reason, it does not. The problem is: even the log file is not help, because it seems to be growing constantly when I want to open it (after becoming 30 MB I cancelled). By the way: without this script works import.

    Any ideas? Help is very appreciated!

    See you soon

    Carmonte

    I wasn't talking about the script file extension, as you say is irrelevant, your file name of the script was eGRCcISPA (without the extension) and your function called eGRCsISPA (in the body of the script). They were different and should be the same. They are the same today? Also when you say that this does not work, what do you mean?

    (1) import runs successfully, but represented for that field values are not what you expect the rest of the script is running?

    (2) the mistakes of import process when using that import format?

  • WABP import quotas (997 entries) - how to override?

    We are import data from a legacy in a new configuration of OUCS (far 7u2) system, using import VCARD via Convergence, and some users with address-books basically hit a quota; the server returns this in the HTTP stream (status 200/OK, so you really go to scan in the dialog box in our script):

    < wabp errnum = "67" errorcode = '0' errtype = '1' nbbadentries = '1' nbimported = '997' quotaexceedwhileimport = '998' rawmsg = "Quota exceeded: contacts only 997 successfully imported." / >

    I retried with the remaining entries, but none have been added once the limit is reached (if it is not a quota by operation):

    < wabp errnum = "67" errorcode = '0' errtype = '1' nbbadentries = '1' nbimported = '0' quotaexceedwhileimport = '1' rawmsg = "Quota exceeded: only 0 contacts imported successfully." / >

    Is there a setting we would have missed, allowing the largest bulk-import out of the box? Apparently, there are exactly 1000 entries in the root PiServerDB of the user (with 3 other entries for its address books)...

    In addition, it seeems when markup VCARD arrives wrapped lines (such as LDIF, ICS and other - with the following lines for an attribute starting with a space), then imported values PiServerDB LDAP have a line break incorporated - which is in the middle of a long name for a 'properly' only value displayName, etc.. Is there an incompatibility of format between exporting tools, we used and importer of Convergence WABP?

    Is there a limit on the length of the practical line (we can analyze the markup to remove the line breaks for these attributes and feed, Convergence of the lines really long uninterrupted as well)?

    Thank you

    Jim Klimov

    Post edited by: JimKlimov: added additional entries with reruns do not help

    Ah, sorry, regardless of the part of the quota of the question - found in the configuration.xml Convergence.

    I'll repost the parser issues in another thread and close this topic.

    Jim

  • &amp; quot; The class being compiled does not match the class that was imported &amp; quot;

    -Actions on the timeline in sixSpices/updateSite/updateSite.fla---

    com.sixspices.updater.view import. *;
    var calDrawer:CalendarView = new CalendarView(); Listener / view

    file---sixSpices/com/sixspices/Updater/view/CalendarView.as-

    Class CalendarView {}
    public void CalendarView() {}
    }
    public void onRecieveData(listOfEvents:Array) {}
    displayEvents (listOfEvents);
    }
    public void displayEvents(listOfEvents:Array):Void {}
    trace (listOfEvents);
    }
    }

    When I test the movie (updateSite.swf) in flash, it gives me the error:
    The class being compiled, 'CalendarView', does not match the class that was imported, "com.sixspices.updater.view.CalendarView."

    I thought about it (with a little help from more advanced google search). I had to import the package ' import com.sixspices.updater.view. *; ' in the CalendarView file. I thought it would be counterintuitive because it does not use himself - he himself - and the structure of the file should be denoted where it existed. However, once I did the import, it now works without error.

    Moral of the story:

    When using the classes in several files, they should import the package they are contained in, or have their name written as:

    Class com.sixspices.updater.view.CalendarView {}

    Other discussions here

  • Using .split on an import script with a comma delimited data file

    Hi everyone-

    Any attempt to create a script to import amount field to remove the apostrophes (') of a description field to account in a .csv data import file (any folder with an apostrophe will be rejected during the import phase).  Now if it was a file delimited by semicolons (or other separators and more by commas), I could remove all the apostrophes recording with a string.replace command, then return the amount with a command of string.split.  Unfortunately, there is a problem with this solution when using comma delimiters. My data file is comma-delimited .csv file with several amount fields that have commas in them.   Even if the fields are surrounded in quotes, the .split ignores the quotes and treats the commas in fields amount as delimiters.  Therefore, the script does not return the correct amount field.

    Here is an example of a record of reference data:

    "", "0300-100000", "description of the account with an apostrophe ' ', '$1 000.00",' $1 000.00 "," $1 000.00 ","$1 000.00"," $1 000,00 "" "

    My goal is to remove the apostrophes from field 3 and return the amount in field 8.

    Some things to note:

    • If possible, I would like to keep this as an import script for amounted to simplify administration - but am willing to undertake the event script BefImport if this is the only option or more frank than the import script-based solution.
    • I tried using regular expressions, as seems to be conceptually the simplest option to respect the quotes as escape character, but think that I am not implementing properly and impossible to find examples of regex for FDMEE.
    • I know that we cannot use the jython csv on import the script by Francisco blog post - fishing with FDMEE: import scripts do not use the same version of Jython as event/Custom scripts (PSU510). This may be a factor to go with a script of the event instead.
    • It's probably a little more engineering solution, but I have considered trying to write a script to determine where to start all the quotes and the end.  Assuming that there are no quotation marks on the inside of my description of account (or I could remove them before that), I could then use the positioning of the quotes to remove commas inside those positions - leaving the commas for the delimiters as is.  I could then use the .split as the description/amount fields have no commas.  I think it may be better to create a script of the event rather than down this solution from the point of view to keep administration as simple as possible
    • Yes, we could do a search and replace in the excel file to remove the apostrophes before import, but it's no fun

    Thanks for any advice or input!

    Dan

    Hi Dan,.

    If your line is delimited by comma and quote qualified, you can consider the delimiter as QuoteCommaQuote or ', ' because it comes between each field.  Think about it like that, then simply divided by this value:

    split("\",\"")

    Here's something I put together in Eclipse:

    '''

    Created on Aug 26, 2014

    @author: robb salzmann

    '''

    import re

    strRecord = "\"\",\"0300-100000\",\"Account description with an apostrophe ' \",\"$1,000.00\",\"$1,000.00\",\"$1,000.00\",\"$1,001.00\",\"$1,002.00\""

    strFields = strRecord.split("\",\"")

    strDescriptionWithoutApos =  strFields[2].replace("'", "")   'remove the apostrophe

    strAmountInLastCol = strFields[-1:].replace("\"", "")        'You'll need to strip off the last quote from the last field

    print strDescriptionWithoutApos

    print strAmountInLastCol

    Account with an apostrophe description

    ' $1 002,00

  • How do reference a value in the ATTR5 column from a mapping FDMEE Script?

    OK, I think I thought about it:

    In Jython his:

    fdmRow.getString ("ATTR5")

    Post edited by: Robb Salzmann - figured it out.  I thought I want to leave here in case someone else had the same question.  Still available for other answers and suggestions :) points

    Hello

    There are a few points not specified in your question:

    * How to reference the ATTR5 column in the strRecord mapping FDMEE Import Script argument?

    -There are no FDMEE mapping import Scripts. You have FDMEE mapping of Scripts and Scripts to import FDMEE. They are different types of scripts

    -strRecord is used in the Import Script. Is the 2nd parameter of the import script works... def funcname (param1, param2):

    -ATTR5 is a column in table TDATASEG. It is accessible in the FDMEE mapping using fdmRow.getString("ATTR5") or simply ATTR5 scripts if you use #SQL mappings

    If it was your original question, or you have any other problem?

    Concerning

  • File base Import in ERPI 11.1.2.2

    Hi all

    Mentioned in FDMEE Admin Guide sound

    FDMEE supports the import of file based for users who do not have a direct link with their

    Data source ERP, data available but which have their source in a text file. Any file, whether it is a

    file fixed-width or delimited, file can be easily imported into the application of EMP target using

    FDMEE. For example, you can take a trial balance report generated from the source system.

    and map in FDMEE through the format of import feature. You can tell the system where

    the account, entity, data values, etc. are in the file, as well as lines to ignore during

    With the help of FDMEE import data. This feature allows a user to business easily import data from any source, and

    does not require technical assistance when loading the data in an EPM application as

    Planning, Oracle Hyperion Financial Management or Essbase.


    My question is do we have the same functionality in ERPi 11.1.2.2


    "We do not have any system of source we want to load the data from text file for the purposes of planning through ERPi"




    There is the possibility of filing charges based in ERPi 11.1.2.2, Yes.  It's a little more complicated than it is in the 11.1.2.3 release however.

    The administrator of the ERPI for more information about this configuration guide

  • Source as EBS 12

    Hello Experts,

    Can we use EBS 12 system as a source for SEEP system?

    We want to bring the data from Oracle EBS of SEEP. Is this possible?

    Please advice.

    Thank you

    If your EBS 12 is on the premises and you want to integrate data from SEEP, only option is to generate the file in the source and the transfer to SEEP. You can then import the file using the file FDMEE import feature.

    Kind regards

    Deker P.

  • No module name aif

    Gurus,

    We have recently implemented Oracle FDMEE 11.1.2.3.530 power supply on one of our internal environment.

    Following the steps outlined in the following documents

    FDMEE import fails with "ImportError: no module named aif" error (Doc ID 2021394.1()

    Could you please let us know if there are all the steps?

    Apply the patches FDMEE yet once again, solved the problem.

  • Missing URL, product...

    Hello

    I use VMware Studio 2.1 and there is a problem with the addition of a URL of product.

    I defined a seller and a URL for product, but only the URL of the provider is shown in a virtual machine, I had to build.

    When I look in

    /opt/VMware/etc/appliance-manifest.XML

    I see this:

    <?xml version=&quot;1.0&quot;?>
    <update xmlns:vadk=&quot;http://www.vmware.com/schema/vadk&quot; xmlns:ovf=&quot;http://schemas.dmtf.org/ovf/envelope/1&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;>
      <product>myVM_v2</product>
      <version>2.0.0.4</version>
      <fullVersion>2.0.0</fullVersion>
      <vendor>my GmbH</vendor>
      <vendorUUID>my UUID</vendorUUID>
      <productRID>my RID</productRID>
      <vendorURL>http://www.mydomain.net</vendorURL>
      <productURL></productURL>
      <supportURL></supportURL>
      <releaseDate>20100806164758.000000+000</releaseDate>
      <description>
    **************************************************************
    This update may require a reboot
    (see web changelog for more information)
    **************************************************************</description>
    
      <EULAList showPolicy=&quot;&quot; introducedVersion=&quot;&quot;>
    
      </EULAList>
    
       <UpdateInfoList>
    
           <UpdateInfo introduced-version=&quot;&quot; category=&quot;feature&quot; severity=&quot;important&quot; affected-versions=&quot;&quot; description=&quot;&quot; reference-type=&quot;vendor&quot; reference-id=&quot;&quot; reference-url=&quot;&quot;></UpdateInfo>
    
       </UpdateInfoList>
    
      <preInstallScript></preInstallScript>
      <postInstallScript></postInstallScript>
    </update>
    

    As you can see the EULA is also absent here (in earlier versions of VMware studio here was also the integrated whole EULA) but

    the EULA displayed on first boot, so I don't know if it's a problem, too?

    Any help why the URL of the product is ignored will be very nice...

    Thanks in advance

    Thomas

    Missing persons, you can edit /opt/vmware/etc/customize/Generators/appliance_manifest/appliance_manifest.xslt (in Studio) and

    replace

    
    

    with

    
    

    and then rebuild the virtual machine.

    Regarding the LICENSE agreement, given that the device file - manifest.xml is primarily intended to be used by the update feature the application in the next version of the EULAList element in the xml file would actually be filled with new content of EULAList under the UpdateSection_Type in the profile of construction. The EULAList allows ISVS to apply specific CLUFs associated with the update which may or may not be the same as the General CLUFs for the device.

    Currently, you should consider in looking at/opt/vmware/etc/isv/EULA / * in the unit of the end for the content of the EULA as oppose to function unit - manifest.xml that may change over time.

  • HTTPService data object / class variable number

    Hello

    I am building a Flex application with ActionScript classes where the class contains all events management. In a class like:

    {stuff package
    public var xml:XML() = new XML();
    public void MyObject() {}
    public void getData (): void {}
    Here I create an HTTPService object, fill in all the information and send it.
    }
    public void resultHandler(event:ResultEvent):void {}
    XML = XML (event.result);
    I get the XML very well here, but after the end of this call, I can't get this data more
    }
    error handler, etc.
    }


    The problem is that if I want to view/use these data in the result handler, that is fine, but if I try to store these data in a class variable, I can't recover this data from outside the class. If I refer to this object to another object, the data, all right and I can see the xml from the results Manager, but I can't seem to store these data, then pull it out via a class variable, or via a getter method that returns the variable. Is there something I'm missing here? Basically, I want to get the information via the HTTPService and store this information in a class variable that I can access it later. How can I do this?

    Thank you.

    Thanks for all your suggestions. The final problem was indeed the asynchronous nature of data calls HTTPService. I found a series of articles that has highlighted and provided solutions to the issue. An important quote from one of the articles is: "the fact that the web service calls flex are asynchronous have implications on how you design your code." and even, "the asynchronicity of remote calls has a major impact on how you design the customer."

    This is exactly the kind of information was missing and I have not found well-described in the Adobe Flex 3 documentation or tutorials I've read.

    Here are some links to more useful articles I found:
    http://tinyurl.com/34py5p
    http://techpolesen.blogspot.com/2007/09/coping-with-Flex-asynchronous-remote.html
    http://techpolesen.blogspot.com/2007/09/coping-with-Flex-asynchronous-remote_26.html
    http://techpolesen.blogspot.com/2007/11/coping-with-Flex-asynchronous-remote.html

  • OSR register not connect Jdeveloper 10.1.3.3.

    Hello

    I am getting error below when you connect on the SBA Registry link. That is to say, while making a new connection of UDDI of JDev.

    Test the connection without proxy...
    Contact http://calvin.fcoracle.com:7800 / registry, uddi, web...
    Endpoint investigation could not be contacted. Test failed.
    Content not supported response type & quot; text/html; Charset = UTF-8 & quot; It starts by & quot; text/xml & quot;. Response has been:
    & lt;! DOCTYPE HTML PUBLIC & quot ;-/ / W3C / / DTD HTML 4.01 Transitional / / IN & quot; & gt;
    & lt; HTML & gt;
    & lt; head & gt;
    & lt; META http-equiv = & quot; Content-Type & quot; content = & quot; text/html; Charset = UTF-8 & quot; & gt;
    & lt; title & gt; Control register 10.1.3.1 - home & lt; / title & gt;
    & lt; base href = & quot; http://Calvin.fcoracle.com:7800/registry/uddi/webdata/& quot; / & gt;
    & lt; link rel = & quot; stylesheet & quot; Type = & quot; text/css & quot; href = & quot; script/uddi.css & quot; / & gt;
    & lt; script language = & quot; JavaScript & quot; SRC = & quot; script/cookies.js & quot; & gt; & lt; / script & gt;
    & lt; script language = & quot; JavaScript & quot; SRC = & quot; script/wf.js & quot; & gt; & lt; / script & gt;
    & lt; script language = & quot; JavaScript & quot; SRC = & quot; script/uddi.js & quot; & gt; & lt; / script & gt;
    & lt; script language = & quot; JavaScript & quot; SRC = & quot; script/tree.js & quot; & gt; & lt; / script & gt;
    & lt; script language = & quot; JavaScript & quot; SRC = & quot; script/init.js & quot; & gt; & lt; / script & gt;
    & lt; script language = & quot; JavaScript & quot; SRC = & quot; script/ctxmenu2.js & quot; & gt; & lt; / script & gt;
    & lt; script language = & quot; JavaScript & quot; SRC = & quot; script/sizer.js & quot; & gt; & lt; / script & gt;
    & lt; script language = & quot; JavaScript & quot; SRC = & quot; script/tabswitch.js & quot; & gt; & lt; / script & gt;
    & lt; script language = & quot; JavaScript & quot; SRC = & quot; script/fswitch.js & quot; & gt; & lt; / script & gt;
    & lt; script language = & quot; JavaScript & quot; SRC = & quot; script/tree_scroller.js & quot; & gt; & lt; / script & gt;
    & lt; NoScript & gt;? pageHeader_notSupportJavascript? & lt; / noscript & gt;
    & lt; / head & gt;
    & lt; body bgcolor = & quot; #FFFFFF & quot; LeftMargin = & quot; 0 & quot; TopMargin = & quot; 0 & quot; RightMargin = & quot; 0 & quot; BottomMargin = & quot; 0 & quot; marginWidth don't = & quot; 0 & quot; marginHeight = & quot; 0 & quot; onResize = & quot; redrawScrollable() & quot; & gt;
    & lt; table & gt;
    & lt; the form name = & quot; shape & quot; method = & quot; POST & quot; & gt;
    & lt; entry type = & quot; hidden & quot; name = & quot; actionId & quot; / & gt;
    & lt; entry type = & quot; hidden & quot; name = & quot; targetTask & quot; / & gt;
    & lt; entry type = & quot; hidden & quot; name = & quot; targetDepth & quot; / & gt;
    & lt; entry type = & quot; hidden & quot; name = & quot; redirect & quot; / & gt;
    & lt; / table & gt;
    & lt; div style = & quot; position: absolute; top: 0px; left: 50px; width: 350px; height: 50px; display: none; & quot; ID = & quot; alertDiv & quot; name = & quot; alertDiv & quot; & gt; & lt; / div & gt;
    & lt; div style = & quot; position: absolute; top: 0px; left: 0px; width: 10px; height: 10px; display: no background: url(&apos;gfx/tree/selector.gif&apos;); border: 1px solid #606060; & quot; id = & quot; selectorDiv & quot; name = & quot; selectorDiv & quot; & gt; & lt; / div & gt;
    & lt; script language = & quot; JavaScript & quot; & gt;
    var navObjs = new Array();
    navObjs [0] = & apos; mbrowse & apos;
    navObjs [1] = & apos; MSearch & apos;
    navObjs [2] = & apos; mpublish & apos;
    & lt; / script & gt;
    & lt;! -using localizable script, set by utdanh - & gt;
    & lt; script language = & quot; JavaScript & quot; SRC = & quot; script/naviswitch.js & quot; & gt; & lt; / script & gt;
    & lt;! -page content beginning - & gt;
    & lt; table width = & quot; 100% & quot; border = & quot; 0 & quot; CellPadding = & quot; 0 & quot; CellSpacing = & quot; 0 & quot; & gt;
    & lt; TR & gt;
    & lt; TD align = & quot; left & quot; VAlign = & quot; environment & quot; & gt;
    & lt; img src = & quot;gfx/logo/uddi_logo.gif & quot; ALT = & quot; Register control 10.1.3.1 & quot; width = & quot; 335 & quot; height = & quot; 33 & quot; border = & quot; 0 & quot; & gt;
    & lt; table & gt;
    & lt; TD align = & quot; law & quot; VAlign = & quot; down & quot; width = & quot; 100% & quot; nowrap & gt;
    & lt; span class = & quot; registryName & quot; & gt; OracleAS Service registry & lt; / span & gt; & amp; nbsp;
    & lt; BR & gt;
    & lt; a href = & quot; JavaScript:submitPage(&APOs;form&apos;,&APOs;/limits&apos;,&APOs;root##834&apos;,-1,false); & quot; title = & quot; & quot; & gt; License Information. & lt; /a & gt;

    & lt; table & gt;
    & lt; /TR & gt;
    & lt; / table & gt;
    & lt; table width = & quot; 100% & quot; border = & quot; 0 & quot; CellPadding = & quot; 0 & quot; CellSpacing = & quot; 0 & quot; & gt;
    & lt; TR & gt;
    & lt; TD width = & quot; 100% & quot; VAlign = & quot; down & quot; align = & quot; law & quot; nowrap & gt;
    & lt; a href = & quot; http://Calvin.fcoracle.com:7800 / web/register/uddi #Main & quot; title = & quot; Go to the main content of the page & quot; & gt; Go to the content & lt; /a & gt; & amp; amp; & nbsp; nbsp;
    & lt; a href = & quot; JavaScript:submitToURL(&APOs;form&apos;,&APOs;/createAccount&apos;,&APOs;root##835&apos;,0,false,&APOs;http://Calvin.fcoracle.com:7800/registry/UDDI/Web&APOs;); & quot; title = & quot; Registry & quot; & gt; Registry & lt; /a & gt;

    & amp; nbsp;
    & lt; table & gt;
    & lt; TD valign = & quot; down & quot; nowrap & gt;
    & lt; a href = & quot; JavaScript:submitToURL(&APOs;form&apos;,&APOs;&apos;,&APOs;root#login#836&apos;,-1,false,&APOs;http://Calvin.fcoracle.com:7800/registry/UDDI/Web&APOs;); & quot; title = & quot; Login & quot; & gt; Login & lt; /a & gt;

    & amp; nbsp;
    & lt; table & gt;
    & lt; TD valign = & quot; down & quot; & gt;
    & lt; a href = & quot; JavaScript:submitPage(&APOs;form&apos;,&APOs;&apos;,&APOs;root#refresh#837&apos;,-1,false); & quot; & gt; & lt; img src = & quot;gfx/icon/refresh.gif & quot; style = & quot; border: 0; & quot; title = & quot; Refresh the content of the page & quot; ALT = & quot; Refreshment & quot; width = & quot; 16 & quot; height = & quot; 16 & quot; align = & quot; absmiddle & quot; border = & quot; 0 & quot; / & gt; & lt; /a & gt;

    & lt; table & gt;
    & lt; TD valign = & quot; down & quot; & gt;
    & amp; nbsp; & lt; a href = & quot;... /doc/index.html & quot; target = & quot; _blank & quot; & gt; & lt; img src = & quot;gfx/icon/help.gif & quot; width = & quot; 16 & quot; height = & quot; 16 & quot; border = & quot; 0 & quot; ALT = & quot; Help & quot; title = & quot; Registry documentation (open the link in a new window) & quot; align = & quot; absmiddle & quot; & gt;
    & lt; /a & gt;
    & lt; table & gt;
    & lt; /TR & gt;
    & lt; TR & gt;
    & lt; TD colspan = & quot; 4 & quot; & gt;
    & lt; table border = & quot; 0 & quot; CellPadding = & quot; 0 & quot; CellSpacing = & quot; 0 & quot; width = & quot; 100% & quot; class = & quot; headerSeperateLine & quot; & gt;
    & lt; TR & gt;
    & lt; TD width = & quot; 34 & quot; height = & quot; 8 & quot; & gt; & lt; img src = & quot;gfx/tabs/beginLine.gif & quot; ALT = & quot; & quot; width = & quot; 34 & quot; height = & quot; 8 & quot; align = & quot; environment & quot; / & gt; & lt; table & gt;
    & lt; TD width = & quot; 100% & quot; height = & quot; 8 & quot; class = & quot; seperateLine & quot; & gt; & lt; img src = & quot; gfx/0.gif & quot; ALT = & quot; & quot; width = & quot; 1 & quot; height = & quot; 1 & quot; border = & quot; 0 & quot; / & gt; & lt; table & gt;
    & lt; TD width = & quot; 34 & quot; height = & quot; 8 & quot; & gt; & lt; img src = & quot;gfx/tabs/endLine.gif & quot; ALT = & quot; & quot; width = & quot; 34 & quot; height = & quot; 8 & quot; align = & quot; environment & quot; / & gt; & lt; table & gt;
    & lt; /TR & gt;
    & lt; / table & gt;
    & lt; table & gt;
    & lt; /TR & gt;
    & lt; TR & gt;
    & lt; TD & gt;
    & amp; amp; & nbsp; nbsp;
    & lt; a href = & quot; JavaScript:submitPage(&APOs;form&apos;,&APOs;&apos;,&APOs;root##838&apos;,0,false); & quot; & gt; Home & lt; /a & gt;

    & lt; table & gt;
    & lt; TD colspan = & quot; 3 & quot; align = & quot; law & quot; class = & quot; welcomeMessage & quot; nowrap & gt;
    Welcome & amp; nbsp;
    Comments & amp; nbsp;
    & lt; table & gt;
    & lt; /TR & gt;
    & lt; / table & gt;
    & lt; div class = & quot; headerHorizon & quot; & gt;
    & lt; table border = & quot; 0 & quot; CellPadding = & quot; 0 & quot; CellSpacing = & quot; 0 & quot; width = & quot; 100% & quot; & gt;
    & lt; TBODY & gt;
    & lt; TR & gt;
    & lt; class td = & quot; lightHeaderHorizon & quot; & gt; & lt; img src = & quot; gfx/0.gif & quot; ALT = & quot; & quot; & gt; & lt; table & gt;
    & lt; /TR & gt;
    & lt; / tbody & gt;
    & lt; / table & gt;
    & lt; / div & gt;
    & lt; table border = & quot; 0 & quot; CellPadding = & quot; 0 & quot; CellSpacing = & quot; 0 & quot; width = & quot; 100% & quot; & gt;
    & lt; TR & gt;
    & lt; class td = & quot; darkHeaderHorizon & quot; & gt; & lt; img src = & quot; gfx/0.gif & quot; ALT = & quot; & quot; & gt; & lt; table & gt;
    & lt; /TR & gt;
    & lt; / table & gt;
    & lt; table border = & quot; 0 & quot; width = & quot; 100% & quot; border = & quot; 0 & quot; BorderColor = & quot; #6600cc & quot; CellPadding = & quot; 0 & quot; CellSpacing = & quot; 0 & quot; ID = & quot; UIheaderTable & quot; name = & quot; UIheaderTable & quot; & gt;
    & lt; TR & gt;
    & lt; TD colspan = & quot; 4 & quot; & gt;
    & lt; table border = & quot; 0 & quot; CellPadding = & quot; 0 & quot; CellSpacing = & quot; 0 & quot; width = & quot; 100% & quot; & gt;
    & lt; TR & gt;
    & lt; TD width = & quot; 3 & quot; height = & quot; 21 & quot; class = & quot; menuTweenTopLeftTabActive & quot; name = & quot; L_mbrowse & quot; ID = & quot; L_mbrowse & quot; Background = & quot;gfx/tabs/menu_tween_top_left_1.gif & quot; & gt; & lt; img src = & quot; gfx/0.gif & quot; ALT = & quot; & quot; width = & quot; 3 & quot; height = & quot; 1 & quot; border = & quot; 0 & quot; & gt; & lt; table & gt;
    & lt; TD align = & quot; Center & quot; nowrap = & quot; nowrap & quot; name = & quot; B_mbrowse & quot; ID = & quot; B_mbrowse & quot; class = & quot; menuTabActive & quot; & gt;
    & lt; img src = & quot; gfx/0.gif & quot; ALT = & quot; & quot; width = & quot; 5 & quot; height = & quot; 1 & quot; border = & quot; 0 & quot; / & gt; & amp; nbsp;
    & lt; a href = & quot; JavaScript:navSave(&APOs;mbrowse&APOs;); submitPage (& apos; form & apos; apos; / browseTaxonomy & apos; & apos; root # 839 & apos; 0, false); & quot; & gt; Browse & lt; /a & gt; & amp; nbsp;
    & lt; img src = & quot; gfx/0.gif & quot; ALT = & quot; & quot; width = & quot; 5 & quot; height = & quot; 1 & quot; border = & quot; 0 & quot; / & gt;
    & lt; table & gt;
    & lt; TD width = & quot; 3 & quot; height = & quot; 21 & quot; class = & quot; menuTweenTopRightTabActive & quot; name = & quot; R_mbrowse & quot; ID = & quot; R_mbrowse & quot; Background = & quot;gfx/tabs/menu_tween_top_right_1.gif & quot; & gt; & lt; img src = & quot; gfx/0.gif & quot; ALT = & quot; & quot; width = & quot; 3 & quot; height = & quot; 1 & quot; border = & quot; 0 & quot; & gt; & lt; table & gt;
    & lt; TD width = & quot; 3 & quot; height = & quot; 21 & quot; class = & quot; menuTweenTabInactive & quot; name = & quot; L_msearch & quot; ID = & quot; L_msearch & quot; Background = & quot; gfx/0.gif & quot; & gt; & lt; img src = & quot; gfx/0.gif & quot; ALT = & quot; & quot; width = & quot; 3 & quot; height = & quot; 1 & quot; border = & quot; 0 & quot; & gt; & lt; table & gt;
    & lt; TD align = & quot; Center & quot; nowrap = & quot; nowrap & quot; name = & quot; B_msearch & quot; ID = & quot; B_msearch & quot; class = & quot; menuTabInactive & quot; & gt;
    & lt; img src = & quot; gfx/0.gif & quot; ALT = & quot; & quot; width = & quot; 5 & quot; height = & quot; 1 & quot; border = & quot; 0 & quot; / & gt; & amp; nbsp;
    & lt; a href = & quot; JavaScript:navSave(&APOs;MSearch&APOs;); submitPage (& apos; form & apos; apos; / simpleFind & apos; & apos; root # 840 & apos; 0, false); & quot; & gt; Research & lt; /a & gt; & amp; nbsp;
    & lt; img src = & quot; gfx/0.gif & quot; ALT = & quot; & quot; width = & quot; 5 & quot; height = & quot; 1 & quot; border = & quot; 0 & quot; / & gt;
    & lt; table & gt;
    & lt; TD width = & quot; 3 & quot; height = & quot; 21 & quot; class = & quot; menuTweenTabInactive & quot; name = & quot; R_msearch & quot; ID = & quot; R_msearch & quot; Background = & quot; gfx/0.gif & quot; & gt; & lt; img src = & quot; gfx/0.gif & quot; ALT = & quot; & quot; width = & quot; 3 & quot; height = & quot; 1 & quot; border = & quot; 0 & quot; & gt; & lt; table & gt;
    & lt; TD width = & quot; 3 & quot; height = & quot; 21 & quot; class = & quot; menuTweenTabInactive & quot; name = & quot; L_mpublish & quot; ID = & quot; L_mpublish & quot; Background = & quot; gfx/0.gif & quot; & gt; & lt; img src = & quot; gfx/0.gif & quot; ALT = & quot; & quot; width = & quot; 3 & quot; height = & quot; 1 & quot; border = & quot; 0 & quot; & gt; & lt; table & gt;
    & lt; TD align = & quot; Center & quot; nowrap = & quot; nowrap & quot; name = & quot; B_mpublish & quot; ID = & quot; B_mpublish & quot; class = & quot; menuTabInactive & quot; & gt;
    & lt; img src = & quot; gfx/0.gif & quot; ALT = & quot; & quot; width = & quot; 5 & quot; height = & quot; 1 & quot; border = & quot; 0 & quot; / & gt; & amp; nbsp;
    & lt; a href = & quot; JavaScript:navSave(&APOs;mpublish&APOs;); submitToURL (& apos; form & apos; apos; / publish & apos; & apos; root # 841 & apos; 0, false, & apos; http://calvin.fcoracle.com:7800 / registry, uddi, web & apos ;); & quot; & gt;) Publish & lt; /a & gt; & amp; nbsp;
    & lt; img src = & quot; gfx/0.gif & quot; ALT = & quot; & quot; width = & quot; 5 & quot; height = & quot; 1 & quot; border = & quot; 0 & quot; / & gt;
    & lt; table & gt;
    & lt; TD width = & quot; 3 & quot; height = & quot; 21 & quot; class = & quot; menuTweenTabInactive & quot; name = & quot; R_mpublish & quot; ID = & quot; R_mpublish & quot; Background = & quot; gfx/0.gif & quot; & gt; & lt; img src = & quot; gfx/0.gif & quot; ALT = & quot; & quot; width = & quot; 3 & quot; height = & quot; 1 & quot; border = & quot; 0 & quot; & gt; & lt; table & gt;
    & lt; TD width = & quot; 100% & quot; class = & quot; menuTabInactive & quot; & gt; & lt; img src = & quot; gfx/0.gif & quot; ALT = & quot; & quot; border = & quot; 0 & quot; & gt; & lt; table & gt;
    & lt; /TR & gt;
    & lt; TR & gt;
    & lt; TD colspan = & quot; 3 & quot; class = & quot; menuUnderTabActive & quot; name = & quot; U_mbrowse & quot; ID = & quot; U_mbrowse & quot; & gt; & lt; img src = & quot; gfx/0.gif & quot; ALT = & quot; & quot; width = & quot; 3 & quot; height = & quot; 1 & quot; border = & quot; 0 & quot; & gt; & lt; table & gt;
    & lt; TD colspan = & quot; 3 & quot; class = & quot; menuUnderTabInactive & quot; name = & quot; U_msearch & quot; ID = & quot; U_msearch & quot; & gt; & lt; img src = & quot; gfx/0.gif & quot; ALT = & quot; & quot; border = & quot; 0 & quot; & gt; & lt; table & gt;
    & lt; TD colspan = & quot; 3 & quot; class = & quot; menuUnderTabInactive & quot; name = & quot; U_mpublish & quot; ID = & quot; U_mpublish & quot; & gt; & lt; img src = & quot; gfx/0.gif & quot; ALT = & quot; & quot; width = & quot; 3 & quot; height = & quot; 1 & quot; border = & quot; 0 & quot; & gt; & lt; table & gt;
    & lt; TD colspan = & quot; 3 & quot; class = & quot; menuUnderTabInactive & quot; & gt; & lt; img src = & quot; gfx/0.gif & quot; ALT = & quot; & quot; border = & quot; 0 & quot; & gt; & lt; table & gt;
    & lt; /TR & gt;
    & lt; / table & gt;
    & lt; table & gt;
    & lt; /TR & gt;
    & lt; TR & gt;
    & lt; height = td & quot; 24 & quot; colspan = & quot; 3 & quot; class = & quot; horizMainMenu & quot; & gt;
    & lt; div name = & quot; mbrowse & quot; ID = & quot; mbrowse & quot; style = & quot; display: block & quot; & gt;
    & amp; nbsp;
    & lt; / div & gt;
    & lt; div name = & quot; MSearch & quot; ID = & quot; MSearch & quot; style = & quot; display: no & quot; & gt;
    & lt; a href = & quot; JavaScript:submitPage(&APOs;form&apos;,&APOs;/findBusiness&apos;,&APOs;root##842&apos;,0,false); & quot; title = & quot; Company search & quot; & gt; Business & lt; /a & gt;
    & amp; nbsp; & lt; img src = & quot;gfx/misc/separator.gif & quot; ALT = & quot; & quot; width = & quot; 7 & quot; height = & quot; 7 & quot; border = & quot; 0 & quot; & gt; & amp; nbsp;
    & lt; a href = & quot; JavaScript:submitPage(&APOs;form&apos;,&APOs;/findService&apos;,&APOs;root##843&apos;,0,false); & quot; title = & quot; Research services & quot; & gt; Services & lt; /a & gt;
    & amp; nbsp; & lt; img src = & quot;gfx/misc/separator.gif & quot; ALT = & quot; & quot; width = & quot; 7 & quot; height = & quot; 7 & quot; border = & quot; 0 & quot; & gt; & amp; nbsp;
    & lt; a href = & quot; JavaScript:submitPage(&APOs;form&apos;,&APOs;/findBinding&apos;,&APOs;root##844&apos;,0,false); & quot; title = & quot; Search links & quot; & gt; Links & lt; /a & gt;
    & amp; nbsp; & lt; img src = & quot;gfx/misc/separator.gif & quot; ALT = & quot; & quot; width = & quot; 7 & quot; height = & quot; 7 & quot; border = & quot; 0 & quot; & gt; & amp; nbsp;
    & lt; a href = & quot; JavaScript:submitPage(&APOs;form&apos;,&APOs;/findTModel&apos;,&APOs;root##845&apos;,0,false); & quot; title = & quot; Search for tModels & quot; & gt; tModels & lt; /a & gt;
    & amp; nbsp; & lt; img src = & quot;gfx/misc/separator.gif & quot; ALT = & quot; & quot; width = & quot; 7 & quot; height = & quot; 7 & quot; border = & quot; 0 & quot; & gt; & amp; nbsp;
    & lt; a href = & quot; JavaScript:submitPage(&APOs;form&apos;,&APOs;/directGet&apos;,&APOs;root##846&apos;,0,false); & quot; title = & quot; Direct get & quot; & gt; Lt & get direct; /a & gt;
    & amp; nbsp; & lt; img src = & quot;gfx/misc/separator.gif & quot; ALT = & quot; & quot; width = & quot; 7 & quot; height = & quot; 7 & quot; border = & quot; 0 & quot; & gt; & amp; nbsp;
    & lt; a href = & quot; JavaScript:submitPage(&APOs;form&apos;,&APOs;/findWsdl&apos;,&APOs;root##847&apos;,0,false); & quot; title = & quot; Search WSDL & quot; & gt; WSDL & lt; /a & gt;
    & amp; nbsp; & lt; img src = & quot;gfx/misc/separator.gif & quot; ALT = & quot; & quot; width = & quot; 7 & quot; height = & quot; 7 & quot; border = & quot; 0 & quot; & gt; & amp; nbsp;
    & lt; a href = & quot; JavaScript:submitPage(&APOs;form&apos;,&APOs;/findXML&apos;,&APOs;root##848&apos;,0,false); & quot; title = & quot; Search XML & quot; & gt; XML & lt; /a & gt;
    & amp; nbsp; & lt; img src = & quot;gfx/misc/separator.gif & quot; ALT = & quot; & quot; width = & quot; 7 & quot; height = & quot; 7 & quot; border = & quot; 0 & quot; & gt; & amp; nbsp;
    & lt; a href = & quot; JavaScript:submitPage(&APOs;form&apos;,&APOs;/findXsd&apos;,&APOs;root##849&apos;,0,false); & quot; title = & quot; Search XSD & quot; & gt; XSD & lt; /a & gt;
    & amp; nbsp; & lt; img src = & quot;gfx/misc/separator.gif & quot; ALT = & quot; & quot; width = & quot; 7 & quot; height = & quot; 7 & quot; border = & quot; 0 & quot; & gt; & amp; nbsp;
    & lt; a href = & quot; JavaScript:submitPage(&APOs;form&apos;,&APOs;/findXslt&apos;,&APOs;root##850&apos;,0,false); & quot; title = & quot; Search XSLT & quot; & gt; XSLT & lt; /a & gt;
    & amp; nbsp;
    & lt; / div & gt;
    & lt; div name = & quot; mpublish & quot; ID = & quot; mpublish & quot; style = & quot; display: no & quot; & gt;
    & lt; a href = & quot; JavaScript:submitToURL(&APOs;form&apos;,&APOs;/publish&apos;,&APOs;root##851&apos;,0,false,&APOs;http://Calvin.fcoracle.com:7800/registry/UDDI/Web&APOs;); & quot; title = & quot; Publish & quot; & gt; Publish & lt; /a & gt;
    & amp; nbsp; & lt; img src = & quot;gfx/misc/separator.gif & quot; ALT = & quot; & quot; width = & quot; 7 & quot; height = & quot; 7 & quot; border = & quot; 0 & quot; & gt; & amp; nbsp;
    & lt; a href = & quot; JavaScript:submitToURL(&APOs;form&apos;,&APOs;/subscriptions&apos;,&APOs;root##852&apos;,0,false,&APOs;http://Calvin.fcoracle.com:7800/registry/UDDI/Web&APOs;); & quot; title = & quot; Subscriptions & quot; & gt; Subscriptions & lt; /a & gt;
    & amp; nbsp; & lt; img src = & quot;gfx/misc/separator.gif & quot; ALT = & quot; & quot; width = & quot; 7 & quot; height = & quot; 7 & quot; border = & quot; 0 & quot; & gt; & amp; nbsp;
    & lt; a href = & quot; JavaScript:submitToURL(&APOs;form&apos;,&APOs;/custody&apos;,&APOs;root##853&apos;,0,false,&APOs;http://Calvin.fcoracle.com:7800/registry/UDDI/Web&APOs;); & quot; title = & quot; Transfer of the guard & quot; & gt; Lt & fiduciary transfer; /a & gt;
    & amp; nbsp; & lt; img src = & quot;gfx/misc/separator.gif & quot; ALT = & quot; & quot; width = & quot; 7 & quot; height = & quot; 7 & quot; border = & quot; 0 & quot; & gt; & amp; nbsp;
    & lt; a href = & quot; JavaScript:submitToURL(&APOs;form&apos;,&APOs;/publishWsdl&apos;,&APOs;root##854&apos;,0,false,&APOs;http://Calvin.fcoracle.com:7800/registry/UDDI/Web&APOs;); & quot; title = & quot; Publish the WSDL & quot; & gt; WSDL & lt; /a & gt;
    & amp; nbsp; & lt; img src = & quot;gfx/misc/separator.gif & quot; ALT = & quot; & quot; width = & quot; 7 & quot; height = & quot; 7 & quot; border = & quot; 0 & quot; & gt; & amp; nbsp;
    & lt; a href = & quot; JavaScript:submitToURL(&APOs;form&apos;,&APOs;/publishXML&apos;,&APOs;root##855&apos;,0,false,&APOs;http://Calvin.fcoracle.com:7800/registry/UDDI/Web&APOs;); & quot; title = & quot; Publication XML & quot; & gt; XML & lt; /a & gt;
    & amp; nbsp; & lt; img src = & quot;gfx/misc/separator.gif & quot; ALT = & quot; & quot; width = & quot; 7 & quot; height = & quot; 7 & quot; border = & quot; 0 & quot; & gt; & amp; nbsp;
    & lt; a href = & quot; JavaScript:submitToURL(&APOs;form&apos;,&APOs;/publishXsd&apos;,&APOs;root##856&apos;,0,false,&APOs;http://Calvin.fcoracle.com:7800/registry/UDDI/Web&APOs;); & quot; title = & quot; Publish the XSD & quot; & gt; XSD & lt; /a & gt;
    & amp; nbsp; & lt; img src = & quot;gfx/misc/separator.gif & quot; ALT = & quot; & quot; width = & quot; 7 & quot; height = & quot; 7 & quot; border = & quot; 0 & quot; & gt; & amp; nbsp;
    & lt; a href = & quot; JavaScript:submitToURL(&APOs;form&apos;,&APOs;/publishXslt&apos;,&APOs;root##857&apos;,0,false,&APOs;http://Calvin.fcoracle.com:7800/registry/UDDI/Web&APOs;); & quot; title = & quot; Publish the XSLT & quot; & gt; XSLT & lt; /a & gt;
    & amp; nbsp;
    & lt; / div & gt;
    & lt; table & gt;
    & lt; /TR & gt;
    & lt; TR & gt;
    & lt; height = td & quot; 10 & quot; colspan = & quot; 4 & quot; Background = & quot;gfx/table/sh.gif & quot; & gt; & lt; img src = & quot; gfx/0.gif & quot; ALT = & quot; & quot; width = & quot; 1 & quot; height = & quot; 10 & quot; border = & quot; 0 & quot; & gt; & lt; table & gt;
    & lt; /TR & gt;
    & lt; / table & gt;
    & lt; table width = & quot; 100% & quot; border = & quot; 0 & quot; & gt;
    & lt; TR & gt; & lt; class td = & quot; DialogOffset_5px & quot; & gt;
    & lt; table & gt; & lt; /TR & gt; & lt; / table & gt;
    & lt;! -normal frame head start - & gt;
    & lt; div class = & quot; DialogOffset_5px & quot; & gt;
    & lt; table border = & quot; 0 & quot; BorderColor = & quot; Navy & quot; width = & quot; 100% & quot; border = & quot; 0 & quot; CellPadding = & quot; 0 & quot; CellSpacing = & quot; 0 & quot; & gt;
    & lt; TR & gt;
    & lt; TD width = & quot; 10 & quot; height = & quot; 30 & quot; Background = & quot;gfx/table/bl.gif & quot; VAlign = & quot; top & quot; & gt; & lt; img src = & quot;gfx/table/cc01.gif & quot; ALT = & quot; & quot; width = & quot; 10 & quot; height = & quot; 30 & quot; border = & quot; 0 & quot; & gt; & lt; table & gt;
    & lt; height = td & quot; 30 & quot; width = & quot; 100% & quot; class = & quot; POLYPOLE & quot; Background = & quot;gfx/table/hdr_bg.gif & quot; nowrap & gt; & lt; div class = & quot; DialogName & quot; style = & quot; float: left & quot; & gt; Oracle Application Server Service Registry & amp; nbsp; & lt; / div & gt;
    & lt; table & gt;
    & lt; TD width = & quot; 10 & quot; height = & quot; 30 & quot; VAlign = & quot; top & quot; Background = & quot;gfx/table/br.gif & quot; & gt; & lt; img src = & quot;gfx/table/c02.gif & quot; ALT = & quot; & quot; width = & quot; 10 & quot; height = & quot; 10 & quot; border = & quot; 0 & quot; & gt; & lt; table & gt;
    & lt; TD width = & quot; 10 & quot; height = & quot; 30 & quot; VAlign = & quot; top & quot; Background = & quot;gfx/table/sv.gif & quot; & gt; & lt; img src = & quot;gfx/table/sc02.gif & quot; ALT = & quot; & quot; width = & quot; 10 & quot; height = & quot; 10 & quot; border = & quot; 0 & quot; & gt; & lt; table & gt;
    & lt; /TR & gt;
    & lt; TR & gt;
    & lt; TD width = & quot; 10 & quot; Background = & quot;gfx/table/bl.gif & quot; & gt; & lt; img src = & quot; gfx/0.gif & quot; ALT = & quot; & quot; width = & quot; 10 & quot; height = & quot; 305 & quot; border = & quot; 0 & quot; & gt; & lt; table & gt;
    & lt; height = td & quot; 10 & quot; VAlign = & quot; top & quot; class = & quot; DialogContent & quot; name = & apos; normalDialogPane & apos; ID = & apos; normalDialogPane & apos; & gt; & lt;! -end of header normal - & gt;
    & lt; div class = & quot; mainDialogContent & quot; & gt;
    & lt; div & gt;
    & lt;! -anchoring to the quickly jump to content - & gt;
    & lt; a name = & quot; Hand & quot; & gt; & lt; /a & gt; & lt;! -end of header normal - & gt;
    & lt; class p = & quot; horizontalSpace & quot; & gt;
    & lt; UL class = & quot; bigtitle & quot; & gt;
    & lt; style = & quot; width: 80% & quot; & gt; & lt; style h2 = & quot; padding: 0! important; & quot; & gt; Oracle Application Server Service Registry 10.1.3.1 & lt; / h2 & gt; & lt; /Li & gt;
    & lt; style = & quot; text-align: right & quot; & gt; & lt; a class = & quot; Doclink & quot; href = & quot; javascript:void (0); & quot; onClick = & apos; window.open (& quot; http://calvin.fcoracle.com:7800/registry/uddi/web/../doc/stepbystep/stepbystep.html & quot; & quot; & quot; & quot; scrollbars = yes, width = 390 height = 535, resizable = yes & quot ;) & apos; & gt; Register Step By Step Guide & lt; /a & gt;
    & lt; BR / & gt;
    & lt; a href = & quot; JavaScript:submitPage(&APOs;form&apos;,&APOs;/about&apos;,&APOs;root##804&apos;,-1,false); & quot; title = & quot; & quot; & gt; On the register Oracle & lt; /a & gt;

    & lt; /Li & gt;
    & lt; BR / & gt;
    & lt; /UL & gt;
    & lt; /p & gt;
    & lt; class p = & quot; horizontalSpace & quot; & gt; Oracle Application Server Service registry is the most complete and proven business services register, providing a basis for the management and governance of the life cycle of your business services. The registry provides you with what you need to get an overview of the entire company, control and economic leverage of your organization & apos; serv s active. Much more that a UDDI registry registry captures and accurate descriptions of service discoverable business into a centralized management and searchablelocation, become the system of record for your services commercial & lt; BR / & gt;
    Oracle Application Server Service Registry provides two user interfaces.
    & lt; /p & gt;
    & lt; table width = & quot; 100% & quot; border = & quot; 0 & quot; & gt;
    & lt; TR & gt;
    & lt; TD valign = & quot; top & quot; width = & quot; 50% & quot; & gt; & lt; class h3 = & quot; horizontalSpace & quot; & gt; Register control & lt; / h3 & gt;
    & lt; UL class = & quot; list1 & quot; & gt;
    & lt; Li & gt; Using the & lt; b & gt; Register control & lt; /b & gt; users can browse and publish the contents of the registry, create subscriptions and changes of ownership. The register control is the main console for administrators to perform registry management. & lt; /Li & gt;
    & lt; Li & gt; & lt; class h4 = & quot; horizontalSpace & quot; & gt; Getting started with control of registry & lt; / h4 & gt; & lt; /Li & gt;
    & lt; Li & gt;
    & lt; b & gt; Registry & lt; /b & gt; -& lt; a href = & quot; JavaScript:submitToURL(&APOs;form&apos;,&APOs;/createAccount&apos;,&APOs;root##805&apos;,0,false,&APOs;http://Calvin.fcoracle.com:7800/registry/UDDI/Web&APOs;); & quot; & gt; Registry & lt; /a & gt; so that you can later publish content service business registry
    & lt; /Li & gt;
    & lt; Li & gt;
    & lt; b & gt; Login & lt; /b & gt; -& lt; a href = & quot; JavaScript:submitToURL(&APOs;form&apos;,&APOs;&apos;,&APOs;root#login#806&apos;,-1,false,&APOs;http://Calvin.fcoracle.com:7800/registry/UDDI/Web&APOs;); & quot; & gt; Login & lt; /a & gt; to publish content in the registry
    & lt; /Li & gt;
    & lt; Li & gt;
    & lt; b & gt; Browse & lt; /b & gt; -& lt; a href = & quot; JavaScript:navSave(&APOs;mbrowse&APOs;); submitPage (& apos; form & apos; apos; / browseTaxonomy & apos; & apos; root # 807 & apos; 0, false); & quot; & gt; Browse & lt; /a & gt; Registry content using taxonomies company
    & lt; /Li & gt;
    & lt; Li & gt;
    & lt; b & gt; Research & lt; /b & gt; -& lt; a href = & quot; JavaScript:navSave(&APOs;MSearch&APOs;); submitPage (& apos; form & apos; apos; / simpleFind & apos; & apos; root # 808 & apos; 0, false); & quot; & gt; Research & lt; /a & gt; Registrar including services, providers of services, service endpoints and interfaces and artifacts of service business
    & lt; UL class = & quot; vlist2 & quot; & gt;
    & lt; Li & gt; & lt; a href = & quot; JavaScript:navSave(&APOs;MSearch&APOs;); submitPage (& apos; form & apos; apos; / findBusiness & apos; & apos; root # 809 & apos; 0, false); & quot; title = & quot; Company search & quot; & gt; Business & lt; /a & gt; & lt; /Li & gt;
    & lt; Li & gt; & lt; a href = & quot; JavaScript:navSave(&APOs;MSearch&APOs;); submitPage (& apos; form & apos; apos; / findService & apos; & apos; root # 810 & apos; 0, false); & quot; title = & quot; Research services & quot; & gt; Services & lt; /a & gt; & lt; /Li & gt;
    & lt; Li & gt; & lt; a href = & quot; JavaScript:navSave(&APOs;MSearch&APOs;); submitPage (& apos; form & apos; apos; / findBinding & apos; & apos; root # 811 & apos; 0, false); & quot; title = & quot; Search links & quot; & gt; Links & lt; /a & gt; & lt; /Li & gt;
    & lt; Li & gt; & lt; a href = & quot; JavaScript:navSave(&APOs;MSearch&APOs;); submitPage (& apos; form & apos; apos; / findTModel & apos; & apos; root # 812 & apos; 0, false); & quot; title = & quot; Search for tModels & quot; & gt; tModels & lt; /a & gt; & lt; /Li & gt;
    & lt; Li & gt; & lt; a href = & quot; JavaScript:navSave(&APOs;MSearch&APOs;); submitPage (& apos; form & apos; apos; / directGet & apos; & apos; root # 813 & apos; 0, false); & quot; title = & quot; Direct get & quot; & gt; Get live & lt; /a & gt; & lt; /Li & gt;
    & lt; Li & gt; & lt; a href = & quot; JavaScript:navSave(&APOs;MSearch&APOs;); submitPage (& apos; form & apos; apos; / findWsdl & apos; & apos; root # 814 & apos; 0, false); & quot; title = & quot; Search WSDL & quot; & gt; WSDL & lt; /a & gt; & lt; /Li & gt;
    & lt; Li & gt; & lt; a href = & quot; JavaScript:navSave(&APOs;MSearch&APOs;); submitPage (& apos; form & apos; apos; / findXML & apos; & apos; root # 815 & apos; 0, false); & quot; title = & quot; Search XML & quot; & gt; XML & lt; /a & gt; & lt; /Li & gt;
    & lt; Li & gt; & lt; a href = & quot; JavaScript:navSave(&APOs;MSearch&APOs;); submitPage (& apos; form & apos; apos; / findXsd & apos; & apos; root # 816 & apos; 0, false); & quot; title = & quot; Search XSD & quot; & gt; XSD & lt; /a & gt; & lt; /Li & gt;
    & lt; Li & gt; & lt; a href = & quot; JavaScript:navSave(&APOs;MSearch&APOs;); submitPage (& apos; form & apos; apos; / findXslt & apos; & apos; root # 817 & apos; 0, false); & quot; title = & quot; Search XSLT & quot; & gt; XSLT & lt; /a & gt; & lt; /Li & gt;


    Pls help me with this...

    Rgds,
    Nikhil

    resemble the inquiry API is not available.
    U http://calvin.fcoracle.com:7800 access / registry/uddi/survey?

  • Error with the data import CSV in FDMEE file

    Data entry; JOD; No details; No product; Actual spending; ERP; Sep; 2012;-40476487.79

    [WHITE] 01; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; Sep; 2013;-9670984.005

    [WHITE] 01; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; Sep; 2014;-43065295.14

    [WHITE] 01; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; Sep; 2015;-37741827.48

    [WHITE] 08; 71111; 411101; 26001, entering data; JOD; No details; No product; Actual spending; ERP; Feb; 2011;-2186.535

    [WHITE] 08; 71111; 411101; 26001, entering data; JOD; No details; No product; Actual spending; ERP; Jan; 2011; 2186.535

    [WHITE] 08; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; Apr; 2010;-1107458.244

    [WHITE] 08; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; Dec; 2010;-969379.839

    [WHITE] 08; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; Dec; 2010; 5664971.523

    [WHITE] 08; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; Dec; 2011; 539642.297

    [WHITE] 08; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; Feb; 2010;-161439.3

    [WHITE] 08; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; Feb 2011;-265875

    [WHITE] 08; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; Jan; 2011;-273767.297

    [WHITE] 08; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; Jul; 2010;-487855.76

    [WHITE] 08; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; Jun; 2010;-1322401.382

    [WHITE] 08; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; Mar; 2010;-1339217.998

    [WHITE] 08; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; May; 2010; - 277219

    Filled lines: 0

    Lines rejected: 438

    2016-01-31 07:57:46, 479 [AIF] INFO: EPMFDM - 140274:Message - MODE ARCHIVE: copy

    2016-01-31 07:57:46, 479 [AIF] INFO: EPMFDM - 140274:Message - Archive of startup files:

    2016-01-31 07:57:46, 480 [AIF] INFO: EPMFDM - 140274:Message - Archive file name: 20120140831.csv

    2016-01-31 07:57:46, 482 [AIF] INFO: EPMFDM - 140274:Message - remove the source file: load7.csv of data

    2016-01-31 07:57:46, 482 [AIF] INFO: EPMFDM - 140274:Message - no deleted files: / u03/inbox/Data load7.csv

    2016-01-31 07:57:46, 493 [AIF] INFO: EPMFDM - 140274:Message - ImportTextData - end

    2016-01-31 07:57:46, 493 [AIF] INFO: EPMFDM - 140274:Message - time taken for import in ms Total = 76

    2016-01-31 07:57:46, 597 [AIF] INFO:

    Import of Source data for the period "Aug-2014".

    2016-01-31 07:57:46, 604 INFO [AIF]: generic data lines imported from Source: 0

    2016-01-31 07:57:46, 605 [AIF] INFO: Total of lines of data from the Source: 0

    2016-01-31 07:57:47, 927 INFO [AIF]:

    Map data for period "Aug-2014".

    2016-01-31 07:57:47, 931 WARN [AIF]: warning: no record exists for period "Aug-2014".

    2016-01-31 07:57:47, 941 [AIF] INFO:

    Scene for period data "Aug-2014".

    2016-01-31 07:57:47, 942 INFO [AIF]: number of deleted lines of TDATAMAPSEG: 0

    2016-01-31 07:57:47, 944 INFO [AIF]: number of lines inserted in TDATAMAPSEG: 0

    2016-01-31 07:57:47, 945 INFO [AIF]: number of deleted lines of TDATAMAP_T: 0

    2016-01-31 07:57:47, 946 INFO [AIF]: number of deleted lines of TDATASEG: 0

    2016-01-31 07:57:47, 948 INFO [AIF]: number of rows deleted from TDATAMEMOITEMS: 0

    2016-01-31 07:57:47, 949 INFO [AIF]: number of deleted lines of TDATAARCHIVE: 0

    2016-01-31 07:57:47, 951 INFO [AIF]: number of lines inserted in TDATASEG: 0

    2016-01-31 07:57:47, 952 INFO [AIF]: number of deleted lines of TDATASEG_T: 0

    2016-01-31 07:57:47, 982 [AIF] INFO: - END IMPORT STEP -

    2016-01-31 07:57:48, INFO 007 [AIF]: - START NEXT STEP -

    2016-01-31 07:57:48, 037 [AIF] WARN: caution: the Import step is not completed for the period August-2014

    2016-01-31 07:57:48, 039 [AIF] WARN: caution: the Import step is not completed for the period August-2014

    2016-01-31 07:57:48, 064 [AIF] INFO: - END VALIDATE STEP -

    2016-01-31 07:57:48, 261 [AIF] INFO: end process FDMEE, process ID: 201

    The period mapping that I create is right

    2016-01-31 07:57:47, 927 INFO [AIF]:

    Map data for period "Aug-2014".

    2016-01-31 07:57:47, 931 WARN [AIF]: warning: no record exists for period "Aug-2014".

    You can check your mapping table of the period which has ' Aug-2014 "created since I can't see your attached screenshot?"  If it is already there, make sure that the period is NOT locked.

    Good luck.

    Alex Liu

    E.M.P. freelance architect

  • Error: Import module XLRD in a custom script FDMEE

    Hello Experts,

    I'm trying to import a python "xlrd" module in a custom Script FDMEE. But he doesn't always lift error "No Module name xlrd".

    I tried to import the module by changing the path sys:

    Here is the code I tried:

    ===========================================================================================

    import sys

    "custModlePath = r'fdmContext ["INBOXDIR"] +"\\Excel_Sample\\xlrd""

    sys. Path.Append (custModlePath)

    import xlrd

    path = fdmContext ["INBOXDIR"] + "\\Excel_Sample\\."

    pathout = fdmContext ["INBOXDIR"] + "\\Excel_Sample\\Out."

    Book = xlrd.open_workbook (path)

    data_sheet = book.sheet_by_name ("Report")

    #data_sheet = book.sheet_by_index (3)

    start_row_count = 7

    end_row_count = data_sheet.nrows

    MyFile = open (fdmContext ["INBOXDIR"] + "\\Excel_Sample\\Out\\mapping.csv",'w")

    #myfile = open('SG\OUT\mapping.txt','w')

    all in start_row_count < end_row_count:

    #print data_sheet.row_values (i)

    lines = data_sheet.row_values (start_row_count)

    for the line data_sheet.row_values (start_row_count):

    MyFile.Write (STR (Line))

    MyFile.Write(",")

    MyFile.Write ("\n")

    start_row_count = start_row_count + 1

    MyFile.Close)

    =============================================================================================

    ERROR:

    2016-01-27 01:18:11, 294 FATAL [AIF]: error in CommProcess.executeCustomScript

    Traceback (most recent call changed):

    File "< string >", line 191, in executeCustomScript

    File '< string >", line 486, in executeCustomScript

    Folder "< string >", line 528, in executeJythonScript

    File "E:\FDMEE/data/scripts/custom/EXCEL_TO_CSV.py", line 6, < module >

    import xlrd

    ImportError: No module named xlrd

    2016-01-27 01:18:11, 336 DEBUG [AIF]: the connection of fdmAPI was closed.

    ===========================================================================================

    Appreciate your help!

    Thank you

    Ishti

    Hello

    I was able to get it working after some changes.

    Version compatible with Jython 2.5.1 FDMEE xlrd is xlrd 0.7.4

    Xlrd record is required to be placed inside the FDMEE server and the path is required to be updated in the script.

    Below the script just in case someone needs it:

    ===============================================================================================

    import sys

    custModlePath = fdmContext ["INBOXDIR"] + "\\Excel_Sample" # path in which is placed the folder xlrd

    sys. Path.Append (custModlePath)

    import xlrd

    path = fdmContext ["INBOXDIR"] + "\\Excel_Sample\\Mapping.xls" # path to the Source file

    pathout = fdmContext ["INBOXDIR"] + "\\Excel_Sample\\Out\\" # path to the .csv file

    Book = xlrd.open_workbook (path)

    data_sheet = book.sheet_by_name ("Report")

    start_row_count = 7

    end_row_count = data_sheet.nrows

    MyFile = open (pathout + "mapping.csv", "w" ")

    everything start_row_count<>

    lines = data_sheet.row_values (start_row_count)

    for the line data_sheet.row_values (start_row_count):

    MyFile.Write (STR (Line))

    MyFile.Write(",")

    MyFile.Write ("\n")

    start_row_count = start_row_count + 1

    MyFile.Close)

    =====================================================================================================

    Thank you

    Ishtique

Maybe you are looking for

  • Patch Vista - launch of the patches via the script

    I search for an answer online for days and finally gave up and decided to post here... I'm currently launching spots on our handful of machines Vista here via a script.  Each time, it returns the error "attempt to reference a token that does not exis

  • Problem with Windows Update on XP - 5 update facilities in the meantime

    I get a message that I have 5 facilities update pending. I run the Setup. As soon as I swith back on the laptop, I get the same message again. It seems that updates installing, even if every time I get a message saying it's done.

  • Cannot open a session after that xp security 2010 virus hit my computer

    I recently had the xp security 2012 the virus on my computer.  I was able to clean the computer and remove the virus with malwarebytes, but now cannot connect to the internet through my browsers (IE, google chrome and mozilla foxfire).  It gives me t

  • Intermittent Internet connection with WPC100 and WRT110

    I bought a router WRT110 wireless several weeks ago.  Used with my WPC55AG without any problem at all.  I liked the wireless-N, so I decided to upgrade to a Wireless N notebook card and bought a WPC100.  I can still connect to the router with the sig

  • Controller network on Windows7

    Hello.  I just bought an Inspiron 3650 (3ZRY482) and downgraded to Win7.  I ironed all drivers, but one.  It is: PCI\VEN_168C & DEV_0036 & SUBSYS_020E1028 & REV_01PCI\VEN_168C & DEV_0036 & SUBSYS_020E1028PCI\VEN_168C & DEV_0036 & CC_028000PCI\VEN_168