Creation of JDBC system in portal 6.0.

Hi all,
     I have created the jdbc system for oracle database (this is the database of  portal) in ep 6 sp 11 . But we are getting  connection test result negative . we are giving the following connection parameters in system.
  Connection URL = jdbc:oracle:thin:@ep62:1527:SAA
  Driver Class Name = oracle.jdbc.OracleDriver.
(above values i have taken from the file DB_connect.properties  on  portal server)
  I have created the system alias and mapped the userid password . But the connection test  is negative.
Am i missing something?
rgds
Rajendra

Hi,
  When you are creating JDBC Portal System you can use the standard driver and URL pattern as suggested by documentation
URL: jdbc:sap:oracle://host:1521;SID;=sid
Driver: com.sap.portals.jdbc.oracle.OracleDriver
The above driver class comes with EP 6.0 so no additional sources required.
(a) set User Management to 'admin,user'
(b) create an Alias for the JDBC System and set it to default.
goto User Administration -> user mapping
here enter the user to want to use the JDBC System and search. here click on edit. On the Edit screen select the JDBC System (This will appear only if (a) and (b) are set properly.) and enter the DB user id and Password, and click on save.
Goto JDBC System -> Connection Tests and Run the Connector Test.
Regards,
S.Divakar

Similar Messages

  • Creation of bi jdbc system in Portal.

    Hi all,
    i used following parameters for creating JDBC system in portal and it is working fine
    Connection url= jdbc:sap:oracle://172.25.8.195:1527;sid=SAA
    Driver class = com.sap.portals.jdbc.oracle.OracleDriver
    But when i am trying to create system for BI JDBC using par file com.sap.portal.systems.BIUDI
    and component SAP_BI_JDBC
    and using the same connection url and driver class as above it is giving error.
    thanks
    Rajendra

    Hi Mario details are 
    Test Connection with Connector
      Test Details:
    The test consists of the following steps:
    1. Retrieve the default alias of the system
    2. Check the connection to the backend application using the connector defined in this system object
      Results
    Retrieval of default alias successful
    Connection failed. Make sure user mapping is set correctly and all connection properties are correct.
    Rajendra

  • How to use a portal jdbc system to delete or insert by IExecution.execute

    hi everyone:
    I create a jdbc system in portal. Then I use following codes to query a table
    IQuery query = client.newQuery();
    query.execute("SELECT * FROM [Categories]");
    It is fine.
    Now, I wanna do insert or delete operation. I can't use the IQuery object. I think it is only for query and it is Deprecated. I find there is a method: IExecution.execute(IOperation). But I don't know how to use that method. Can I insert/delete records using that method? The last question is how to control the sql transaction by that IExecution object.
    thanks
    elliot

    Hi,
    I followed the interface framework to complete a query.
    The code is shown under
    How to Modify DB Records Using JDBC Connector FrameWork
    But I got this exception and I don't know how to go further:
    com.sapportals.connector.execution.ExecutionException: Exception during execution of SQL statement at com.sapportals.jdbcconnector.execution.objects.JDBCExecution.execute(JDBCExecution.java:118) at iview.Simple.doContent(Simple.java:43) at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209) at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114) at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328) at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136) at

  • Problem in creating a JDBC System on VC7.1 portal ( CE7.1 SP3)

    I have a problem in creating a JDBC System on VC7.1 portal (CE7.1 SP3)
    I get the following error:
    Test Details:
    The test consists of the following steps:
    1. Retrieve the default alias of the system
    2. Check the connection to the back-end application using the connector defined in this system object
    Results
    Default alias retrieved successfully
    Connection failed. Make sure user mapping is set correctly and all connection properties are correct.
    Could you please let me know if there are any guides on SAP Library; I was not able to find any documentation nor any threads discussing this on VC7.1
    Although, I saw this thread Can Visual Composer talk to/connect to any Database?..
    which says that VC7.1 can connect to SAP backend
    and web services only, and there is no direct connection to the db.
    Help needed please.

    Hi Dharmi
    Here is a quote of Dafna's post in [another thread in this forum|Re: Copy VC controls]
    CE7.1.1 will be released at September 2008 for ramp-up customers.
    There are many improvements and new capabilities in the new release of Visual Composer for CE7.1.1. Among the new features you can find:
    The missing features from Visual Composer 7.0 (Html view, portal Eventing support (EPCM), JDBC, Undo/Redo, and more..)
    Many layout & modeling improvements
    Additional ALV table functionality - export to Excel, switch to chart, configure ALV behavior at design time
    Integration of Visual Composer in Eclipse - additional entry point to the Visual Composer models from the NWDS. This integration provides the option to add a WD component (in case of missing functionality in Visual Composer), as a black box component to the Visual Composer model. Right-clicking the component will open the Web Dynpro perspective for creating/modifying the component.
    Regards,
       Shai

  • Create JDBC System in EP

    Dear All,
    I am using EP 7.0 SP6.
    We encountered a problem in creating a jdbc system for us to configure a jdbc stored procedure iView in EP.
    Here is what we have done:
    1 - In System administration> System Configuration, create a new system (from template)
    2 - Select 'jdbc system'
    3 - Provide the system name etc
    4 - Provide the jdbc driver url etc information.  The jdbc driver is already deployed on the J2EE engine via Visual administrator and tested to be ok
    5 - We provided valid username/password via user mapping
    However the creation fail and here the error message on EP screen:
    =============================================
    Test Details:
    The test consists of the following steps:
    1. Retrieve the default alias of the system
    2. Check the connection to the backend application using the connector defined in this system object
    Results
    Retrieval of default alias successful
    Connection failed. Make sure user mapping is set correctly and all connection properties are correct.
    ================================================
    Thanks.
    Kelvin

    Hi KL, jdbc system doesn't have any other mistery...
    May be the drivers that you are using aren't the propers.
    for SQL:com.sap.portals.jdbc.sqlserver.SQLServerDriver
    and URL: jdbc:sap:sqlserver://servername:port;DatabaseName=PruebaPortal
    for ORACLE:com.sap.portals.jdbc.oracle.OracleDriver
    and URL:jdbc:sap:oracle://servername:port:1527;SID=PruebaPortal
    Best Regards,
    Nacho

  • Problem in Creating a JDBC System - SQL Server

    Hi All
    I failed in creating a JDBC System(SQL Server).  I am using SAP EP 7.0 SP 9.  I tried to create the JDBC system with the following properties:
    I am listing them Category wise:
    Connection Properties:
    1. Connection Timeout: 300
    2. Connection URL: jdbc:sap.sqlserver://<server name> : <port name>; DatabaseName=master
    3. Driver Class Name: com.sap.portals.jdbc.sqlserver.SQLServerDriver
    4. Validate Connection: Yes
    UserManagement Properties:
    5. User Mapping Type: admin;user
    Please help me out in making this work. And let me know if any changes to incorporated.
    Regards,
    Vijay.

    Hi vijay,
    I have tried this thing sometime back. But when i create a JDBC system, I never give the <b>Connection Timeout</b> and change the<b> Validate Connection</b> from No to Yes. I just give the <b>Connection URL</b> and the <b>Driver Class Name</b> in the Connection Properties dropdown.
    Try making these changes and check whether the user mapping is done correctly. Also check whether the Connection URL and the Driver Class Name are correct or not. Have a look at the following link:
    <a href="https://www.sdn.sap.com/irj/sdn/wiki?path=/display/VC/JDBC%2bConnection%2bSetup">https://www.sdn.sap.com/irj/sdn/wiki?path=/display/VC/JDBC%2bConnection%2bSetup</a>
    Let me know if this works.
    Bye
    Ankur
    Reward points if it helps!!

  • Error while doing connection test for a jdbc system

    Hi all,
    i created a JDBC system. i gave all the required information for creating it like username, passowrd, connection URL, driver class name.
    i even did the user mapping. But still when i try the connetion test it is giving me an error.
    the error message that is visible in the front end is like follows
    <i>Test Connection with Connector - Jan 1, 1970 2:29:41 PM
      Test Details:
    The test consists of the following steps:
    1. Retrieve the default alias of the system
    2. Check the connection to the backend application using the connector defined in this system object
      Results
    Retrieval of default alias successful
    Connection failed. Make sure user mapping is set correctly and all connection properties are correct.</i>
    when i c the log files i noticed the following log messages
    <b>
    #1.5#00065BF80BD800660000000000000C6C000414205F93044C#1148029181853#/System/Server#sap.com/irj#com.sap.portal.ivs.semantic.systemLandscape#Administrator#435####cf4424d0e71511da940a00065bf80bd8#D:/Triniti_Deployment_Source/infrastructure/fdt/WEB-INF/classes
    fdtout.log##0#0#Warning#1#com.sap.portal.ivs.semantic.systemLandscape#Java###Failed to retrieve Password##
    #1.5#00065BF80BD800660000000100000C6C000414205F93059D#1148029181853#/System/Server#sap.com/irj#com.sap.portal.ivs.semantic.systemLandscape#Administrator#435####cf4424d0e71511da940a00065bf80bd8#D:/Triniti_Deployment_Source/infrastructure/fdt/WEB-INF/classes
    fdtout.log##0#0#Warning#1#com.sap.portal.ivs.semantic.systemLandscape#Java###Failed to retrieve User##
    #1.5#00065BF80BD800660000000200000C6C000414205F930770#1148029181853#/System/Server#sap.com/irj#com.sap.portal.ivs.connectorService#Administrator#435####cf4424d0e71511da940a00065bf80bd8#D:/Triniti_Deployment_Source/infrastructure/fdt/WEB-INF/classes
    fdtout.log##0#0#Error#1#com.sap.portal.ivs.connectorService#Java###Failed to get connection for system #1#Dummy_JDBC_System#
    </b>
    can any one please tell me where i am going wrong.
    thanks in advance
    Pavan Kumar.

    Hi Pavan
    i see the log file that u provide
    check ur connection properties.
    further also check following might help u
    http://help.sap.com/saphelp_nw2004s/helpdata/en/29/acd8403e37762ae10000000a155106/frameset.htm
    also look at sap note 773401
    regards,
    kaushal
    Message was edited by: kaushal malavia

  • Configure BI JDBC system for VC

    Hello,
    I am new at VC and try to configure a BI JDBC system (BW 3.5) for VC. I have downloaded
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/6209b52e-0401-0010-6a9f-d40ec3a09424
    (How to Configure a BI JDBC System for Visual Composer.pdf) but do not know how to proceed after step 8 where SDK_JDBC is required. In my Visual Admin --> Cluster tab --> Services --> Connector Container --> Runtime tab --> under sap.com/com/sap.ip.bi.sdk.dac.connector.jdbc node SDK_JDBC must be selected. However, such node does not exist, how can I install it? Please help!
    Thank you very much,
    Elias Negrin

    Hello Elias,
    Please see my comments on your last post below:
    > Hi Deep,
    >
    > In step 7 I have to specify location of JDBC JARs
    > provided by RDBMS vendor (<b>Oracle 9i</b> in our case). I
    > have already done step 6 where added <b>MSSQL </b>jar files
    > (JDBC Connector --> Runtime tab --> Datasources -->
    > Drivers). What am I missing?
    >
    > Thanks again,
    > Elias
    I highlighted in bold where the issue is, you went ahead and loaded the JDBC driver for Microsoft's SQL Server on the JAVA WebAS and not the JDBC driver for Oracle 9i, which is the RDBMS you are using. You can download the appropriate JDBC driver from the site below.
    http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html
    Once you have done this install the Oracle JDBC Driver and you should be fine.
    Good Luck,
    Cheers,
    Scott

  • JDBC system to MS SQL server.

    Hi.
    I am trying to create a connection to a MS SQL server using a JDBC system.
    I have downloaded the jar files for the MS SQL driver and created a new driver in VA under the jdbc connector service.
    How do I add this driver to the JDBCFactory class (com.sapportals.connectors.database)?
    When I try to add the newly created driver libary to the loader references under the Resources tab it does not save the entry.
    Rodney

    Hi,
    To add new JDBC Drivers, check this:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/80/4f34c587f05048adee640f4c346417/frameset.htm
    Once your JDBC driver is added you should define it:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/c7/641f44be9f1e4ebbe807cfbad61d44/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/b0/6e62f30cbe9e44977c78dbdc7a6b27/frameset.htm
    Also follow my reply here:
    Defining datasource in portal application
    Regards,
    Praveen Gudapati

  • Connection Failure for JDBC system in Session Bean using JCA

    Hi,
    I am trying to write a session bean that runs a query
    against a JDBC system, but I keep seeing the following
    error in the default trace file in the J2EE log folder:
    14##0#0#Path##Java###Throwing
    #1#java.sql.SQLException: Invalid connection string
    attribute: Database name is required but not supplied#
    #1.5#
    This is the code, with the line marked (*) being the point where the exception is thrown:
    public void getConnection(String sURL, String sUser, String sPassword) {
    ManagedConnectionFactory mcf = null;
    IConnectionFactory cf = null;
    IConnectionSpec cs = null;
    try {
    mcf = new JDBCManagedConnectionFactory();
    cf = (IConnectionFactory) mcf.createConnectionFactory();
    cs = cf.getConnectionSpec();
    cs.setPropertyValue("UserName", "sa");
    cs.setPropertyValue("Password", "admin");
    cs.setPropertyValue"driver",
    "com.sap.portals.jdbc.sqlserver.SQLServerDriver");
    cs.setPropertyValue("url",
    "jdbc:sap:sqlserver://localhost:1433;DatabaseName=pubs");
    conn = cf.getConnectionEx(cs);  (*)
    I have tried adding another property value, like so:
    cs.setPropertyValue( "DatabaseName", "pubs");
    (or)  cs.setPropertyValue( "Database", "pubs" );
    but I still get the same exception. What does this
    exception really mean, what is missing from the
    configuration information ?
    Also, in the default trace file of the J2EE engine, the
    configuration information is printed out, but in an
    encrypted format, (see below), is it possible to have it
    print out this information in a readable format ?
    #1.5#005056A41E66006200000092000009AC000406E03C94F3D9#1133460065906#com.sap.portal.connectors.JDBC#sap.com/CFV3#com.sap.portal.connectors.JDBC#Guest#0####71758520629411daacf7005056a41e66#SAPEngine_Application_Thread[impl:3]_14##0#0#Info##Plain###UserName: ????n????????????????????d?????????????????????????????????????????????s???????????????????????????????????????????????0??????????????????????????????????????????????????h?????0??????R???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????s?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????c???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????u??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????c???????????????????????????????????????????c????????????????3?????????3????e??????????????????????????????????????????????????l???????0????????1????1?????????????????????????????????????????????????????????s?????p?????????????????????????????????????????????????????????????????6?????????????3??????????????s????????????????????t???????????s????????????????????????????????????????????????????????????????????????s????????????????????????????????????????????????????????s?????????????????????????????????g????????????????????????????????????????????????????????????????????????? Password: ******** URL: ???????????????n??????????????????????????????????????????????????????????????????????????0?????e??????????????????????????r?????????????s?????????????O??????????????2???????????7????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????:????5???T?????????????????????????l?????????1????????????????????????????????????????????????????????????????????????????2??????????????????????????????????????????????????????????????????????????????????????????????????h???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????a??????????????????????????????????????????????????????????????????????????????????????????????????S??????????????????????????????????????????????????????????????????????????????????2???????????????????????????u???????????????????????????????????????????????????????????????????????s???????????????????????????????????????????????????????????????????????????????????????????????s?????????????????????????????????????????.?????????????????????????????????????????????????????????????????1????????????????????????????????????l????5??????????? Driver: com.sap.portals.jdbc.sqlserver.SQLServerDriver#
    #1.5#0

    Hi Vladimir,
    thanks for your response. The reason I am accessing a
    JDBC source via JCA is to get a feel for how JCA works.
    What I ultimately want to do is construct a bean that can
    give queries to different kinds of sources; JDBC, and SAP
    (R3, CRM), and possibly sources like Siebel. For this, I
    believe I should use the Connector Gateway Service, as
    described in the "Using the JDBC Connector" and "Using
    the SAP Backend System Connector" sections of the SAP
    Portal Developer's Guide. But for now, my first approach
    was to use the approach described in "Connecting via
    J2EE" subsection of "Using the JDBC Connector" (see
    http://help.sap.com/saphelp_nw04/helpdata/en/30/a0f17aacb34b108b39a96acc33da3f/content.htm)
    Thanks,
    Colm.

  • How to create a JDBC system

    Hi,
    I am currently trying to create a JDBC system, but i always get an error trying to test the connection.
    I am running Portal EP7 patch12 on Oracle.  I am trying to access a custom table on the oracle portal database.  
    I created a datasouces in the visual admin and it works great when i do my test.
    Does anyone have a step by step procedure to create a JDBC in the portal, that would be great.
    Thanks
    Jean

    I got my connection running successfully.  Here is what i did:
    I am trying to connect to an Oracle 10.2 db, using Portal NetWeaver  7.0 (2004s) patch 14.
    1)
    - Create JDBC system from template
    - Connection timeout=10000 (optional)
    - URL=jdbc:sap:oracle://<server>:<port>;sid=<YourSID>;
    - Driver Class Name=com.sap.portals.jdbc.oracle.OracleDriver
    - User Mapping Type = Admin, user
    2) Create an alias i.e. testconnection
    2) Select permissions and assign the everyone group to your connection, don't forget to check the end user box
    3) User Mapping:  Map your everyone group to a user that have access to the DB.
    Test your connection.
    Please note that this is only to see if your connection is working, in a Prod environment increase your security.
    Please let me know if you have any questions.
    Jean Seguin

  • Creatins BW system in portal

    i installed portal  sneak preview sp16 version  in my local machine and  now i want create a BW system in my portal
    the thing to be noted here is my BW system is in different
    country i am connected to the network by vpn from my country
    and i am able to login in to the BW system from machine through sap logon
    so i went to portal
    System Admin --> System Configuration -->. Portal Content
    and i created the system by taking sap load balancing system
    but my connection test failed
    so wat i felt there i missed some system lanscape procedure
    so  any body help me  how to configure portal from scratch
    from lanscape to system creation .
    thank u

    HI
    Follow this to configure BI with Potral
    1.Click on System Configuration menu option from your toolbar. Go to Portal Contents on System Landscape
       iView.     System Administration -> System Configuration -> Portal Contents
    2.To start with configuration of system, Right click on Portal contents and select New -> System from PAR.
    3.System Wizard will prompt you to select required default system template in step 1.
       Choose *com.sap.portal.system.bi* for BI system.
    4.In step 2 choose a portal component which is to be used to connect to BI system Choose SAP_BI_XMLA
    5.Define System Name and System ID which are mandatory and will be used for further reference to maintain
       connection settings for BI system in portal.
    6.Your system object is created and choose Open the object for editing and Click OK
    7.Next screen will give brief information about object created.
    8.Choose Connection Properties from Property Category drop down to maintain connection properties for BI
       system.
    9.Provide BI server name as Data Source Provider.
       Enter server URL which can be generated using BI server and steps are mentioned below.
    10.Logon to BI server with required username and password credentials.
       Go to T-Code SE37 (Function Builder).
       Enter system defined function module RSBB_URL_PREFIX_GET and execute directly.
    11.Put Import parameter values to generate server URL for the system.
        I_HANDLRCLASS = CL_RSR_MDX_SOAP_HANDLER
        I_PROTOCOL = HTTP
        I_MESSAGESERVER = X
        Execute Directly (F8).
    12.You will get following Export parameters as result where values of E_URL_PREFIX & E_URL_PATH are
        required URL.
       Prefix E_URL_PREFIX at E_URL_PATH to get complete URL.
    13. Now back to portal
       Choose User Management from Property Category and maintain Logon Method as UIDPW and select User
       Mapping Type admin,user.
    14.Choose Show all from Property Category to check entered values
    15. After maintaining connection settings, System Alias needs to be maintained for created system. Using this
       system alias we can access this system through our applications.
       Select System Aliases from drop down list available under Display options.
    16.Define an alias name and click on Add.
    17.Created Alias will come under the list of defined aliases.Click Save.
    18. Go to user administration and Choose User Profile to maintain user mapping parameter with respect to BI system. Select User Mapping for System Access Tab.
    19.Select your system alias which is created in previous steps.Click on Modify button to maintain details.
    20.Enter User ID and Password for BI server and Click on Save.
    21.System configuration process is complete and now you have to Test Connection to assure its connectivity of
       EP to BI system.Choose Connection Tests from Display dropdown menu.
    22.Tick the Check box for available system connector and click on Test to perform selected connection test.
    23.Upon correct maintenance of connection parameters system results as connection successful.
    24.Now your Business Intelligence system is configured and successfully connected to Enterprise Portal.
    It is ready for use.
    Happy Practiceu2026
    Mandeep Virk

  • Create BI System in Portal

    Hi,
    I am trying to create BI system in EP 7 as a part of BI – EP integration.
    I have followed following steps:
    1. Start the iView System Administration -> System Configuration -> System Landscape.
    2. Choose New -> System from the portal catalog context menu.
    3. Now in the template I am not able to find R/3 with Load Balancing (SAP_R3_LoadBalancing) or Dedicated Application Server for R/3 System (SAP_R3_Dedicated). All I see is the following system:
    BI JDBC System
    BI ODBO-Compliant OLAP System
    BI SAP Query System
    BI XMLA-Compliant OLAP System
    EP 5.0 System
    HTTP System
    JDBC System
    KM Lotus System
    KM WebDAV System
    KM Windows System
    SAP system using connection string
    Now which system should I choose as template to create the BI system in EP? Or is there any other steps I need to follow.
    Thank you,
    CD

    BI EP integration is done using template installer using NWA or by using report RSPOR_SETUP
    please go through the note 917950
    note containg attachment of screen shots how to do each and every step
    Samrat

  • Class path error in connection to jdbc system

    Dear all,
    I m trying to create a jdbc conection to access the a system "jdbc" in the portal database.I have included four jar files namely
    Generic connector.jar
    Helper.jar
    Extended connector.jar
    com.sap.portal.ivs.connectionserviceapi.jar
    bt still i m getting a class path error.the error says
    "The project was not built since its classpath is incomplete. Cannot find the class file for com.sap.portal.services.api.connectorgateway.IConnectorGatewayService."
    Can anyone help me resolve this error.
    Regards
    Shaila

    Hi Shila,
    Actually Portal runs on Web Application server.The server does not know any details about R/3 system which you want to connect. for that first you have to configur Your J2ee Engine And than Proceed.
    for configuring J2ee Engine see ths notes.
    <a href="http://help.sap.com/saphelp_nw70/helpdata/en/93/8aea385252494d9b1eb92e0b7f1bad/content.htm">Notes</a>
    and go through thease links it will be full to you...
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6209b52e-0401-0010-6a9f-d40ec3a09424
    http://help.sap.com/saphelp_nw04s/helpdata/en/5e/4d48b62fe54c23a8dbef364a289d8f/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/93/8aea385252494d9b1eb92e0b7f1bad/frameset.htm
    Reward Points if Helpfull.
    Regards
    Vinit

  • Creating jdbc System based Query iView

    Hello SDN,
    I tried to create a Query-iView based on a jdbc system. So far so good everythings working fine, except in Step 3 of the iView wizard i can't see all dbo Tables of the MS sQL Server 2000 Database i wanna connect to. Actually i get the first 100 Table entries.
    Question is: Is there any way to to show all the table entries in the iView wizard?
    Every hint is appreciated
    Portal Version is NW2005 SPS15
    Thanks in advance
    Markus

    Hi Saravanan,
    we are facing the same problem but unfortunately there is no search field in step3 of the iView wizard, and therefore it seems to me that there is no opportunity to select a table that is not included in the first 100 Table entries.
    Of course I could develope an iView by myself and deploy it to the portal, but the goal of a query iView is in my understanding to create such a ResultSet quite easily.
    Is there any other way i could show all the tables in the wizard?
    Thanks.
    Holger
    Message was edited by: Holger Gerhardt

Maybe you are looking for

  • Please help - my iphone is not being recognized by itunes or iphoto.

    I recently had to have my hard drive replaced (by Apple under warranty). Ever since then, iphoto and itunes do not recognize my iphone. I had the same problem at my work computer today (a G4 tower running a lower version of OS X than I have at hoime)

  • BADI or Exit for Partner Change in Sales order VA01,VA02

    Hi All, Please provide me with exit or badi to change the partner details(sold to , ship to , bill to etc...) before saving the sales order. I have tried to use 'MV45AFZZ' and treid to change XVBPA table but even though I update this internal table d

  • I want to use my Personal Laserwriter, but it won't work with my imac

    I have a personal laserwriter printer. It work great with my older mac - Performa 580CD. However when I tried setting it up with my imac - using a MacOS 9.X driver and usb-serial adaptor - it only works with OS 9.x softeware. So I have a laser printe

  • IMovie 11 Freezing at startup and file structure

    Hi, I know others have asked about iMovie 11 freezing at startup. I haven't, however, seen much discussion of the event file structure. To solve the freezing startup, I put all the event directories (folders)  in a temp folder and brought only the ne

  • How to fix Import and folder-synchronize?

    Installed Lightroom 4.2 RC. Now Import and folder synchronize hang up. Uninstalled 42. RC with same result. Removed and then reinstalled 4.1 with same problem. Please advise. [email protected] Message was edited by: SD Rowdies