Table source & web source

Hi all,
I have some questions, please help me soon.
Table source:
- How can I use URL template to display data of many columns, not only the text column? It means that do I have to concat these columns into one?
- If I have a database with a hundreds of tables, is there any way to create table source rapidly?
Web source:
- How do I have to map metatag tosearch attribute so all URL are displayed in the result search page?
Many thanks and Best Regards,
LTH

Hi,
For the question on table source URL template, basically the URL template specifies the web application URL that displays the table record, including the text column. You can check Ultra Search Online Doc 'Data Source Page' for more details on how to setup the URL template. If you want to display multiple columns, you need to modify the web application to make sure all of the desired columns are displayed.
For the question on table source creation, each table source is created based on one table only. If you want to create table sources for each of the tables in a database, currently you need to create the sources one by one through Ultra Search admin tool. There is no rapid way right now.
Regards,
Will

Similar Messages

  • There is an inconsistency between the authentication mode of target web application and the source web application after migrating to claims

    I've had my farm upgraded from SP2010 to SP2013 for over 6 months now and all is well, however, I was refreshing my staging environment from production and I noticed that one of the databases still shows these errors when I run test-spcontentdatabase:
    Category             : Configuration
    Error             : False
    UpgradeBlocking : False
    Message           : The [SharePoint Web App] web application is configured with claims authentication mode however the content database you are trying to attach is intended to be used against
    a windows classic authentication mode.
    Remedy              : There is an inconsistency between the authentication mode of target web application and the source web application. Ensure that the authentication mode setting in upgraded web application is the
    same as what you had in previous SharePoint 2010 web application. Refer to the link "http://go.microsoft.com/fwlink/?LinkId=236865" for more information.
    This doesn't make sense considering I converted the production web application to claims during the upgrade and then verified all sites were working with claims logins. I also verified that existing AD user identities were converted to claims by checking out
    the database tables. Yet test-spcontentdatabase still thinks there is a mismatch here.
    My farm is SP1 and no further CUs. The point of this particular refresh is so I can update to the November CUs in my test farm. Anyone else see this? Seems like it's a bug/safe to ignore because my stuff is working.
    Thanks,
    Aaron

    See:
    http://thesharepointfarm.com/2014/11/test-spcontentdatabase-classic-to-claims-conversion/
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • [ANN] XINS 2.1 open source Web Services framework release

    XINS 2.1 Web Services Framework has been released.
    XINS is an open source Web Services Framework based on simple specifications of the Web Service in XML and
    generation of code and documentation from the specification.
    The generation includes Client JAR with its Javadoc, Server side template with its Javadoc, documentation in OpenDocument Format,
    documentation in HTML including the test forms, WSDL file, unit tests (JUnit) and stubs.
    The Web Services accept several protocols including REST, SOAP, XML-RPC, XML, JSON Yahoo! and JSON-RPC.
    What's new:
    * Start the API with java -jar <api name>.war
    * Improved generated specification in OpenDocument Format
    * Include/exclude calling convention with ACLs
    * New calling convention that maps SOAP request and response as the wsdl2api command mapping.
    * Smaller generated build.xml
    * Added possibility to include other runtime properties files
    * The runtime property location can be a URL
    * Swing Graphical User Interface
    * New tools: emma, glean, webstart
    * New target: javadoc-test-<api name>, javadoc-apis
    * Bug fixes and small RFEs
    Download XINS 2.1:
    Windows installer: http://prdownloads.sf.net/xins/xins-2.1.exe?download
    TAR GZ archive: http://prdownloads.sf.net/xins/xins-2.1.tgz?download
    Resources:
    Web site: http://xins.sourceforge.net/
    XINS demos: http://xins.sourceforge.net/demo.html
    Documentation: http://xins.sourceforge.net/documentation.html
    User guide: http://xins.sourceforge.net/docs/index.html

    I recommend you implement your web service with JAX-WS 2.0
    Axis (both version) are good but why do you want to use something that is not included in JEE API, when Java provide same thing with better performance.
    personally try to prevent non standard technologies despite they can be better than core java implementation sometimes.
    I don't know Xfire.
    the good:
    -JAX-WS performance is better than axis,
    - you can create your web service simply with annotation.(this means write class and then make it as a service easily)
    - support every kind of service invocation(callback,Asynchronous,...)
    - architecture is nice (you can operate on SOAP level)
    the Bad:
    - It is JEE 5 or JSE 6 dependent.
    - there is seriously lack of documentation and examples for it, on java web sites and internet.

  • Replicat goes down. when new table added to source

    Hi I am using a 10gR2 setup on Linux (using em’s) and then a 11g. I have a goldengate setup. Everything seems to be working fine except when we add a table at the source it doesn't get replicated on the target? and the replicat gets abbened-ed when restarted
    my extract param
    –extract ext1 param file–
    extract ext1
    TRANLOGOPTIONS LOGRETENTION DISABLED
    –connection to database–
    userid XXXXXXXX, password XXXXXXXX
    –hostname and port for trail–
    EXTTRAIL /u02/gg/dirdat/ea
    discardfile /u02/gg/discard/ext1_discard.txt,purge
    DDL INCLUDE ALL
    table SCOTT.*;
    table HR.*
    package SCOTT.*;
    my replicat param is
    replicat rep1
    –source and target definitions
    ASSUMETARGETDEFS
    –target database login –
    userid XXXXX, password XXXXXXX
    –file for dicarded transaction –
    discardfile /mnt/gg/discard/rep1_discard.txt, append, megabytes 10
    –ddl support
    DDL INCLUDE ALL
    DDLERROR DEFAULT IGNORE RETRYOP
    –Specify table mapping —
    map SCOTT.*, target SCOTT.*;
    Thanks for the help
    Edited by: Aj05 on Feb 15, 2012 1:49 PM

    rep1.prm: REPLICAT REP1 starting.
    2012-02-16 08:47:48 INFO OGG-00996 Oracle GoldenGate Delivery for Oracle, rep1.prm: REPLICAT REP1 started.
    2012-02-16 08:47:48 WARNING OGG-00869 Oracle GoldenGate Delivery for Oracle, rep1.prm: Failed to retrieve column list handle for table SCOTT.NEWTABLE.
    2012-02-16 08:47:48 ERROR OGG-00199 Oracle GoldenGate Delivery for Oracle, rep1.prm: Table SCOTT.NEWTABLE does not exist in target database.
    2012-02-16 08:47:48 ERROR OGG-01668 Oracle GoldenGate Delivery for Oracle, rep1.prm: PROCESS ABENDING.
    2012-02-16 08:58:19 INFO OGG-00987 Oracle GoldenGate Command Interpreter for Oracle: GGSCI command (oracle): stop manager.
    2012-02-16 08:58:21 INFO OGG-00963 Oracle GoldenGate Manager for Oracle, mgr.prm: Command received from GGSCI on host 10.23.11.136 (STOP).
    2012-02-16 08:58:21 WARNING OGG-00938 Oracle GoldenGate Manager for Oracle, mgr.prm: Manager is stopping at user request.
    2012-02-16 08:58:34 INFO OGG-00987 Oracle GoldenGate Command Interpreter for Oracle: GGSCI command (oracle): start manager.
    2012-02-16 08:58:34 INFO OGG-00983 Oracle GoldenGate Manager for Oracle, mgr.prm: Manager started (port 7809).
    2012-02-16 08:58:35 INFO OGG-00967 Oracle GoldenGate Manager for Oracle, mgr.prm: Manager performing AUTOSTART of ER processes.
    2012-02-16 08:58:35 INFO OGG-00975 Oracle GoldenGate Manager for Oracle, mgr.prm: REPLICAT REP1 starting.
    2012-02-16 08:58:35 INFO OGG-00964 Oracle GoldenGate Manager for Oracle, mgr.prm: REPLICAT REP1 started automatically.
    2012-02-16 08:58:35 INFO OGG-00995 Oracle GoldenGate Delivery for Oracle, rep1.prm: REPLICAT REP1 starting.
    2012-02-16 08:58:36 INFO OGG-00996 Oracle GoldenGate Delivery for Oracle, rep1.prm: REPLICAT REP1 started.
    2012-02-16 08:58:36 WARNING OGG-00869 Oracle GoldenGate Delivery for Oracle, rep1.prm: Failed to retrieve column list handle for table SCOTT.NEWTABLE.
    2012-02-16 08:58:36 ERROR OGG-00199 Oracle GoldenGate Delivery for Oracle, rep1.prm: Table SCOTT.NEWTABLE does not exist in target database.
    2012-02-16 08:58:36 ERROR OGG-01668 Oracle GoldenGate Delivery for Oracle, rep1.prm: PROCESS ABENDING.

  • Oracle Report vs JSP efficiency and Excel XML in Web Source Questions

    I have used Oracle Reports in the past 6i, but haven't used them in about 4 years. We are now using 9.0.4 reports and I am trying to generate Excel XML from an Oracle report by manipulating the web source of the report. Basically copying and pasting the Excel XML into the web source of the Oracle Report instead of html as suggested by this Metalink Doc ID 240819.1. I do have a JSP working example that generates Excel XML created in JDeveloper and successfully spawns off a very nice looking Excel spreadsheet.
    However, a statement was made here by our app sever guy that an Oracle Report is more efficient at getting data from the database than a JSP. The app sever section does not want anyone using JSPs to generate a report of any kind. I guess small web pages are OK since our java guys use them all the time. This rule for a Reports only environment seems a little restrictive to me. Is there any truth to the statement that Oracle Reports bulk collects data in one chunk as opposed to a JSP making multiple trips to the database from the middle tier?
    Secondly, if an Oracle Report is more efficient in the way that it collects large record sets from the db, and if I save an Oracle Report as a JSP not an rdf, and use the reports_tld.jar with the rw tags instead of the typical jsp jstl tags, will I still get the same improvement from using an Oracle report? I guess the improvement is in the library used correct?
    Thirdly, although not part of this forum, I also am assuming that if we have single sign on that when I call a JSP from an Oracle Form I will not have to log in again correct?
    Thanks...
    Message was edited by:
    Mark Reichman

    It could be the configuration issue. Reconfigure the engine.

  • Wildcards in Web Source: Path Rules

    Hello,
    I am evaluating UltraSearch Release 9.2.0.1 coming with Database V9.2.0.3 on Solaris.
    I want to exclude some URL from being crawled using Wildcards when defining an Exclusion Path Rule for a Web Source, e.g. excluding URLs with ending "_de.html"; so
    the URL index.html, index_en.html etc. will be crawled, index_de.html will not.
    It is possible using WILDCARDS in Path Rules, I found nothing about this topic in Ulrasearch-Documentation?
    Regards,
    Wolfgang

    I'm also looking for this feature. Have you got a wildcard exclusion to work?

  • Reports9i Builder does not create Graph for Web Source

    Hi
    I installed the new 9iDS and I'm trying to create a jsp page with a graph. If I create a graph in the paper layout it will run in paper layout only. After checking the web source code there is no <rw:graph ... > tag. If I try to insert the graph in the web source view I get REP-0069: Internal error REP-0: oracle/reports/RWExxception: 1.0. Is there a way to create graph for the web layout?.

    Hi Nestor,
    This should work fine. I assume you created the report using the wizard. Did you by any chance choose to create a paper layout only?
    Try the wizard option 'Create Web Layout only' or 'Create both Web and Paper Layout'.
    Regards, Christian.

  • Whar are logical table, Physical table Logical data Source

    Hi,
    Can any one explain me in details what Whar are logical table, Physical table Logical data Source.
    Any qucik help will be graetly appreciated

    In OBI there are three layers - Physical, Business Model and Mapping (BMM) and Presentation.
    As the name specifies the Physical layer mainly contain physical aspect of the application like which connection to use, which schema (also catalog in case of SQL server) to connect and also which table to use. This layer confirms the PK_FK joins for the related tables. This layer mainly depicts how the data has been stored in the database layer.
    On top of this layer you will have you BMM layer. The place where all work of a developer starts. You will structure the tables accourding to the business need. The structure has to be a STAR schema. All the entities in this layer are called logical because they do not directly represent any database object rather they provides a logical mapping to the database entities. This becomes clear when you use more that one Logical Table Source (LTS) for your logical tables. One logical column can map to N number of physical columns based on context. You can also create calculative columns in this layer which are totaly logical in nature.
    I am not writing anything on Presentation layer as it is not in you question. :)
    Hope this will help.
    Regards,
    Somnath

  • Ultrasearch Create Web Source gives JSP Error

    9iAS V2, including all patches from the Patch CD.
    Create Web Source: Step 4. To add a path, instructions are "To specify path rules, you must first add the host to the path rule list. Then, click on the "Edit" icon to include or exclude specific paths for that host".
    I can add the host to the list, but when I click on Edit I get the error
    Request URI:/ultrasearch/admin/sources/sources_web_add_path.jsp
    Exception:
    java.lang.ClassFormatError: sources/sources__web__add__path (Truncated class file)
    Bug, installation failure, or what? Can't find anything on Metalink. Can others do this successfully on 9.0.2?

    Hi,
    No one report this error before.
    From the error, looks like the compiled servlet class is malformated.
    Can you please delete this class file, and render the page again to see whether it helps ?
    Cindy

  • Use of SOURCE OF SUPPLY table under the SOURCE OF SUPPLY/SERVICE AGENTS tab

    Hi,
    We are on SRM 7.1.
    Can someone please explain me the use of the SOURCE OF SUPPLY table under the SOURCE OF SUPPLY/SERVICE AGENTS tab in the shopping cart screen?
    I can see the following columns in the SOURCE OF SUPPLY table under the SOURCE OF SUPPLY/SERVICE AGENTS tab:
    Supplier number
    Supplier name
    Priority description
    Item
    Currency
    Supplier Product number

    Hi,
    There  are many  ways assign a source during shopping cart creation.
    1.  Free Text Shopping cart
    During creation of shopping cart after entering the description ,qty price . go to source of supply tab--enter the source
    and save the shopping cart.  Once the shopping cart is approved .PO is created for the vendor what you assigned.
    2.During the creation of shopping cart using  MDM catalog ,the source is assigned in the MDM catalog  no need to assign
    Once the shopping cart is approved .PO is created for the vendor that is coming from the MDM catalog.
    Regards
    G.Ganesh Kumar

  • Web-source  of 9i report

    Hi all,
    In report9i, when using the report wizard to create a web layout (or both) it gives you a web source to run the web layout. If i change the paper layout around using the layout editor how do I update the web layout accordingly (the web source file should then be updated in order to run the web laoyout that reflects the changes as in the paper layout)? If I use report wizard to make the change it will mess up the paper layout totally. Does everyone try doing the same thing and has a solution? Thanks.

    hello,
    paper layout and web source are independent. the wizard is able to create both for you but when you change one, the other does not reflect those changes. the paper layout is specialized for paginated output, while the web source is designed for tagged format output like HTML of similar.
    if you want to create an HTML representation of your paper layout, you can do that by using the DESFORMAT=HTML or HTMLCSS settings. this will render your paper layout in those formats.
    if you want more web-page style output, you would use the web source to create the layout and execute it as a JSP.
    regards,
    philipp

  • Paper Layout / Web Source

    Does creating Web Source effect the Paper Layout?
    It appears my formatting in my Web Layout displays in the Paper Layout along with all the previous formating I have done in the Papaer Layout.
    Or is this a simple refresh/redraw issue not being properly handled by Reports Builder?

    Having a Web layout does not affect the paper layout, only the paper layout is executed when you create paginated output.
    However, if you are defaulting using the wizard then you need to select "web layout only" option. Otherwise you will default a layout into both the web and paper layouts. This may be what you are seeing.

  • Open source web chat

    Hello
    I want to integrate open source web chat with cisco contact center !
    Please let me know the procedure

    For SME escalation or customer-facing chat queueing? Assuming the later you need CCX 9.0 Premium with SocialMiner to serve as the DMZ-based web frontend and XMPP proxy. Be aware that chat is a 1.0 technology for CCX in this release; very basic.
    Web Chat:Cisco Unified CCX Premium provides the facility for end users to initiate a chat session with the agent, from a website, typically the public website of the organization using the Unified CCX. Unified CCX provides separate agent and supervisor web application, real-time, and historical reports for Chat. The chat functionality requires Cisco SocialMiner to be deployed, and SocialMiner to act as the endpoint that hosts the widgets that end users and agents use during the chat session. SocialMiner accepts the chat request, communicates with Unified CCX to allocate an agent for the chat and then establishes the chat session between agent and end user. The Unified CCX queues the chat requests from SocialMiner, allocates agents, and monitors the chat session. Additionally, it facilitates agent state changes and provides the real-time and historical reports for the Chat.
    The procedure is not well documented publically. If you're a partner you could look at these TOIs:
    https://communities.cisco.com/docs/DOC-30185
    https://communities.cisco.com/docs/DOC-30186
    Customers are limited to the product docs:
    CCX: http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/crs/express_9_0/configuration/guide/UCCX_BK_U767AC77_00_uccx-admin-guide_chapter_010001.html#UCCX_RF_C344B17A_00
    SocialMiner documentation is hidden on the DocWiki:
    http://docwiki.cisco.com/wiki/SocialMiner
    Please remember to rate helpful responses and identify helpful or correct answers.

  • Manage table function's source code in OWB metadata

    Hi all,
    please I would like to know if it possible to code a table function in OWB's metadata.
    I'll try to better explain myself; I know how to use a tf in a mapping but I also would like to manage the table function's source code in OWB metadata repository.
    It appears you cant code a table function as procedures/functions: there's no ref_cursor as input , no pipelined option and so on.
    I'm workin on 10.2.0.4 OWB repos.
    Any information will be appreciated, thanks.
    best regards, David

    ... you are right. You cannot write the code of a table function inside owb. You must write the table function external and create it in the database. In owb you only can call the table function.
    Regards,
    Detlef

  • How to configure a web source in oracle collaboration suite search ?

    Hi,
    How do I configure a web source in ultra search. I am using OCS 10g. Thank You

    You have to login to the ultrasearch admin screen and configure a web source. http://<your host>:<port>/ultrasearch/admin/index.jsp
    You'll need the wksys password to login. There are quite a few steps IIRC. http://download.oracle.com/docs/cd/B14099_01/portal.1012/b14041/migrate.htm#CIAJIEBH

Maybe you are looking for

  • Errors in alert log

    Hi, we have Oracle 11.2.0 standard running under Windows Xp 32 At last time alert log is full of error? like Tue Dec 18 11:14:26 2012 Errors in file c:\oracle\diag\rdbms\ \trace\ratik_j000_4448.trc: Errors in file c:\oracle\diag\rdbms\ \trace\ratik_j

  • Microsoft wireless mouse?

    Hello, I'm trying to set up a new mac mini. Can I use a Microsoft wireless keyboard and mouse with it? It appears to recognize the keyboard and mouse, but once i get to the country-selection page, I cannot pick an entry from the table though I can na

  • Problem with Intro to IDVD Help!!!

    I have created an IDVD form Iphoto pictures are great music is good and when I preview its fine. When I burn it and put into the DVD player the last picture of the slide shows up and then right after the intro appears. what am I doing wrong? Help nee

  • MacBook Pro won't boot up past the Apple logo! Help! :(

    I had to force the computer to shut down as it refused to force quit. I Have tried everything I can (Disk Utility - Repairing the disk.. even though the results came up as OK.. Ive re-installed Mountain Lion..) and had no luck!! The grey screen with

  • Email providers wont open message on Firefox?

    Neither Yahoo or windows live will let me read my messages on Firefox but they both work fine on Chrome or out look express. Both open the email site up and show me everything except my messages. I have tried to reload Firefox but I have had no chang