Data Source in Openscript DB-test

Hi,
What should we fill into the "Data source" field in the Database Definition dialog in Openscript?
Do we need an ODBC driver installed (Windows) first? Is that the name to use?
Regards,
Ax

Hi
Yep OpenScript only supports oracle DB, you can write your own Java Code to use with OpenScript and work with Informix, there is a guide for Informix programming here and you can use this blog as a guide for integration with OpenScript.
Just note that this is an old version of OpenScript and that since 9.X the support for external libraries is much better.
Regards
Alex

Similar Messages

  • Probelms while replicating Data Source and transport into test system

    I find  the following error messages whilre transporting into test system.
    DataSource 0EC_PCA_1 does not exist in source system of version A.
    Mapping between data source 0EC_PCA_1 and source system  is inconsistent.
    DataSource 0EC_PCA_1 does not exist in source system  of version A.
    Field AFABE will not be delivered from DataSource 0EC_PCA_1 in source system.
    any ideas please..........
    Enhanced the Extract structure and activated the data source in Source system
    Replicate the Data source in BI  and install the Infosource through BI Content  activated and transport them to Test system.

    Hi,
    1.First transport the data source from R/3 dev to R/3 quality
    2.Replicate the data source in BI Quality ( make sure you that in the data source tab, you are searching the data source below the appropriate source system ---otherwise you  data source may not appear)
    3.goto rsd1in BI development for activataing the info objects which you have added extra in the info source (z info objects )
      activate these info objects and collect in another request
    4.transport these info objects from BI dev to  BI quality
    5.transport entire data source to bw quality.
    Thanks,
    Tarun Brijwani.
    Edited by: Tarun Brijwani on Apr 6, 2009 4:26 PM
    Edited by: Tarun Brijwani on Apr 6, 2009 4:26 PM

  • The connection string for coded UI Data driven test using excel data source is not working

    Hello,
    I am using the visual studio 2012 coded UI test, i added the following connection strings to connect to an excel data source:
    [DataSource("System.Data.Odbc", "Dsn=Excel Files;Driver={Microsoft Excel Driver (*.xls)};dbq=C:\\Users\\shaza.said.ITWORX\\Desktop\\Automation\\On-track Automation Framework\\On-track_Automation\\Automation data file.xls;defaultdir=.;driverid=790;maxbuffersize=2048;pagetimeout=5;readonly=true",
    "Sheet1$", DataAccessMethod.Sequential), TestMethod]
    [DataSource("System.Data.Odbc", "Dsn=Excel Files;dbq=|DataDirectory|\\Automation data file.xls;defaultdir=C:\\Users\\shaza.said.ITWORX\\Desktop\\Automation\\On-track Automation Framework\\On-track_Automation\\Automation data file.xls;driverid=1046;maxbuffersize=2048;pagetimeout=5",
    "Sheet1$", DataAccessMethod.Sequential), TestMethod]
    But i get the following error:
    "The unit test adapter failed to connect to the data source or to read the data. For more information on troubleshooting this error, see "Troubleshooting Data-Driven Unit Tests" (http://go.microsoft.com/fwlink/?LinkId=62412) in the MSDN Library.
    Error details: ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified"
    Thanks,
    Shaza

    Thanks for Adrian's help.
    Hi shaza,
    From the error message, I suggest you can refer the Adrian's suggestion to check the date source connection string correctly.
    In addition, you can refer the following about how to Create a Data-Driven Coded UI Test to check your issue:
    http://msdn.microsoft.com/en-us/library/ee624082.aspx
    Or you can also try to use a Configuration File to Define a Data Source for coded UI test.
    For example:
    <?xml
    version="1.0"
    encoding="utf-8"
    ?>
    <configuration>
    <configSections>
    <section
    name="microsoft.visualstudio.testtools"
    type="Microsoft.VisualStudio.TestTools.UnitTesting.TestConfigurationSection,
    Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
    </configSections>
    <connectionStrings>
    <add
    name="ExcelConn"
    connectionString="Dsn=Excel Files;dbq=E:\Unit Test\AddClass\AddUnitTest\add.xlsx;defaultdir=.;
    driverid=790; maxbuffersize=2048; pagetimeout=60;"
    providerName="System.Data.Odbc"/>
    <add
    name="ExcelConn1"
    connectionString="Dsn=Excel Files;dbq=E:\Unit Test\AddClass\AddUnitTest\sum.xlsx;defaultdir=.;
    driverid=790;maxbuffersize=2048;pagetimeout=60"
    providerName="System.Data.Odbc"/>
    </connectionStrings>
    <microsoft.visualstudio.testtools>
    <dataSources>
    <add
    name="ExcelDS_Addition"
    connectionString="ExcelConn"
    dataTableName="Addition$"
    dataAccessMethod="Sequential"/>
    <add
    name="ExcelDS_Multiply"
    connectionString="ExcelConn1"
    dataTableName="Multiply$"
    dataAccessMethod="Sequential"/>
    </dataSources>
    </microsoft.visualstudio.testtools>
    </configuration>
    For more information, please see:https://msdn.microsoft.com/en-us/library/ms243192.aspx
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • WAS 6.1 JNDI data source connection CRXI R2 Developer

    Hi all,
    I've been tasked to get a JNDI connection from a WAS 6.1 server to a Oracle DB to use in developing a report.
    The CR developer I'm using is CR Developer;Product Type: Full Product Version: 11.0.0.1282
    I have created a simple Java 'main' class to test the JNDI connection using the following jars:
    com.ibm.ws.admin.client_6.1.0.jar
    com.ibm.ws.runtime_6.1.0.jar
    com.ibm.ws.webservices.thinclient_6.1.0.jar
    ibmorb.jar
    ojdbc-14.jar
    rsadbutils.jar
    rsahelpers.jar
    I have been able to retrieve data from the Oracle DB through the 'main' class and display it on the console.
    However, after I set the CRConfig.xml file's classpath to use these jars, along with a jar I created that contains a jndi.properties file that contains the org.omg.CORBA.ORBClass=com.ibm.CORBA.iiop.ORB property because the JVM that the CR developer is pointing at is a Sun 1.6 HotSpot JVM.
    When I try getting the connection, Database -> Database Expert -> Create New Connection -> JDBC (JNDI), select the JNDI Connection option and enter the relevant information, the developer finds the JNDI names that I'm looking for. Then I 'Click' the Finish button and receive the following error pop-up:
    Logon Failed.
    Details: SQL Exception: SQL State: null ERROR Message: Invalid argument(s) in callDSRA0010E: SQL State= null, Error Code = 17,068 Database Vendor Code: 17068
    I have noticed that I can replicate this error message, through the 'main' class I used to test the connection, if I remove the username/password arguments from the method I use to get the DB connection.
    Is there anything that I'm missing to successfully use this WAS data source?
    I have tested a WebLogic 10.3 connection and the CR Developer had no problem finding/using the connection?
    Any help that can be provided would be greatly appreciated.
    Below is the JDBC tag from the CRConfig.xml file that I'm using:
    <JDBC>
         <CacheRowSetSize>100</CacheRowSetSize>
         <JDBCURL></JDBCURL>
         <JDBCClassName></JDBCClassName>
         <JDBCUserName></JDBCUserName>
         <JNDIURL>iiop://server:bootstrap_address-port</JNDIURL>
         <JNDIConnectionFactory>com.ibm.websphere.naming.WsnInitialContextFactory</JNDIConnectionFactory>
         <JNDIInitContext>cell/clusters/clusterName/jdbc</JNDIInitContext>
         <JNDIUserName>schema-username</JNDIUserName>
         <GenericJDBCDriver>
              <Option>No</Option>
              <DatabaseStructure>catalogs,tables</DatabaseStructure>
              <StoredProcType>Standard</StoredProcType>
              <LogonStyle>Oracle</LogonStyle>
         </GenericJDBCDriver>
    </JDBC>
    Thanks in Advance
    Edited by: java_geek on Jul 28, 2010 3:31 AM

    Hi all,
    I've been tasked to get a JNDI connection from a WAS 6.1 server to a Oracle DB to use in developing a report.
    The CR developer I'm using is CR Developer;Product Type: Full Product Version: 11.0.0.1282
    I have created a simple Java 'main' class to test the JNDI connection using the following jars:
    com.ibm.ws.admin.client_6.1.0.jar
    com.ibm.ws.runtime_6.1.0.jar
    com.ibm.ws.webservices.thinclient_6.1.0.jar
    ibmorb.jar
    ojdbc-14.jar
    rsadbutils.jar
    rsahelpers.jar
    I have been able to retrieve data from the Oracle DB through the 'main' class and display it on the console.
    However, after I set the CRConfig.xml file's classpath to use these jars, along with a jar I created that contains a jndi.properties file that contains the org.omg.CORBA.ORBClass=com.ibm.CORBA.iiop.ORB property because the JVM that the CR developer is pointing at is a Sun 1.6 HotSpot JVM.
    When I try getting the connection, Database -> Database Expert -> Create New Connection -> JDBC (JNDI), select the JNDI Connection option and enter the relevant information, the developer finds the JNDI names that I'm looking for. Then I 'Click' the Finish button and receive the following error pop-up:
    Logon Failed.
    Details: SQL Exception: SQL State: null ERROR Message: Invalid argument(s) in callDSRA0010E: SQL State= null, Error Code = 17,068 Database Vendor Code: 17068
    I have noticed that I can replicate this error message, through the 'main' class I used to test the connection, if I remove the username/password arguments from the method I use to get the DB connection.
    Is there anything that I'm missing to successfully use this WAS data source?
    I have tested a WebLogic 10.3 connection and the CR Developer had no problem finding/using the connection?
    Any help that can be provided would be greatly appreciated.
    Below is the JDBC tag from the CRConfig.xml file that I'm using:
    <JDBC>
         <CacheRowSetSize>100</CacheRowSetSize>
         <JDBCURL></JDBCURL>
         <JDBCClassName></JDBCClassName>
         <JDBCUserName></JDBCUserName>
         <JNDIURL>iiop://server:bootstrap_address-port</JNDIURL>
         <JNDIConnectionFactory>com.ibm.websphere.naming.WsnInitialContextFactory</JNDIConnectionFactory>
         <JNDIInitContext>cell/clusters/clusterName/jdbc</JNDIInitContext>
         <JNDIUserName>schema-username</JNDIUserName>
         <GenericJDBCDriver>
              <Option>No</Option>
              <DatabaseStructure>catalogs,tables</DatabaseStructure>
              <StoredProcType>Standard</StoredProcType>
              <LogonStyle>Oracle</LogonStyle>
         </GenericJDBCDriver>
    </JDBC>
    Thanks in Advance
    Edited by: java_geek on Jul 28, 2010 3:31 AM

  • All Data Source History is Empty

    Using Crystal Reports 10 for many years and this problem just started happening last week. When I  try to create a new Report or Change the data source of an existing one, all History, Favorite even current connection is empty. ODBC data source still exists and tests successfully in control panel. I'm Using Windows XP sp3.
    Also, another oddity is that when I have Crystal open for a while and I go to open a new file it doesn't do anything. I have to open crystal reports again to be able to open a new report.
    Any Ideas?
    Shirley

    Hi Shirley,
    CR saves the history in your registry. Either you have lost permissions through your Profile, possibly your IT team has pushed out an updated limited Profile, or possibly your anti-virus software is now blocking CR from accessing the registry.
    Check your AV history and log files to see if they logged anything.
    Or try doing a Repair install of Cr 10 through Add/Remove Programs. I don't recall now but you may need the keycode to re-install/repair it. Run a program called licensemanager.exe in the CR folder, search your PC for it, and it should show you the keycode, save it in a text file just in case.
    Don

  • Unable to Connect to the Data Source with Report Builder when using a closed Excel file

    I am using Report Builder 3.0 and to get started I am using an Excel spreadsheet as my data source.  I set this up just fine.  I can connect successfully if the file is open Excel.  But if I close the file, I get the error "Unable to
    Connect to the data source".
    This is my connection string:
    Dsn=Licenses;dbq=C:\USERS\AMEADE\DOCUMENTS\licenses.xlsx;defaultdir=C:\USERS\AMEADE\DOCUMENTS;driverid=790;fil=excel 8.0;maxbuffersize=2048;pagetimeout=5
    Works fine if the file is open but stops working when the file is closed.  Any idea what I can do?

    Hi Alice,
    Based on my understanding, when you keep the Excel file open, you can connect to the data source correctly. But when you close the Excel file, the error “Unable to Connect to the data source” is thrown out.
    In your scenario, I would like to know if only this Excel comes across this issue. Have you experienced the same issue when you use other Excel files as a data source? As we tested in our environment, we can connect to the data source whether the Excel file
    is open. You can refer to this
    article to create a data source again then check if you can connect to the data source when the Excel file is closed.
    If issue persists, I would suggest you use the
    Process Monitor to capture the processes during the connection to the data source. Then check the result of each process to find the exact reason.
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • SharePoint PPS 2013 Dashboard Designer error "Please check the data source for any unsaved changes and click on Test Data Source button"

    Hi,
    I am getting below error in SharePoint PPS 2013 Dashboard Designer. While create the Analysis Service by using "PROVIDER="MSOLAP";DATA SOURCE="http://testpivot2013:9090/Source%20Documents/TestSSource.xlsx"
    "An error occurred connecting to this data source. Please check the data source for any unsaved changes and click on Test Data Source button to confirm connection to the data source. "
    I have checked all the Sites and done all the steps also. But still getting the error.Its frustrating like anything. Everything is configured correctly but still getting this error.
    Thanks in advance.
    Poomani Sankaran

    Hi Poomani,
    Thanks for posting your issue,
    you must have to Install SQL Server 2012 ADOMD.Net  on your machine and find the browse the below mentioned URL to create SharePoint Dashboard with Analysis service step by step.
    http://www.c-sharpcorner.com/UploadFile/a9d961/create-an-analysis-service-data-source-connection-using-shar/
    I hope this is helpful to you, mark it as Helpful.
    If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

  • Error while testing Generic Data Source extraction

    I've created generic data source for Texts and Attributes in R/3 based on VIEW (Z table)
    I get  error "Error 6 in function module RSS_PROGRAM_GENERATE" while trying to test the data sources through RSO2
    I guess there can be a lot of reasons... Please name me anybody who knows them...
    thanx in advance

    Hi,
    Please Check the OSS note 328948 and it provides solution to same error what you have. Additionally you can have a look into this OSS note 705212 too.
    Syntax error in the generated extraction program Symptom
    You notice the error by one of the following symptoms:
    The loading of transaction data from an R/3 system terminates with a syntax error in the generated extraction program. The monitor displays the error messages:
    R3027 "Error & during the generation of the data transfer program"
    RSM340 "Error in the source system"
    The extraction within the extractor checker terminates with error message RJ028 "Error 6 in function module RSS_PROGRAM_GENERATE".The activation of transfer rules ends in BW with error message RG102 "Syntax error in GP$ERR$, row... (-> long text)" from the source system. Usually, the diagnosis in the long text of the error message is: "...could not be interpreted. Possible error causes: Incorrect notation or... "
    Other terms
    OLTP, extractor, data extraction, DataSource, Service API, SAPI,
    R3 027, R3 27, RSM 340, RJ 028, RJ 28
    Reason and Prerequisites
    The error only occurs in the source system, if this contains Basis Release 3.1I and Service API (SAPI) 3.0C Support Package 6. SAPI 3.0C Support Package 6 is contained, for example, in PI 2003.1 Support Package 7 (see attached composite SAP note 673002).
    Solution
    To correct the problem you need service API 3.0C Support Package 7 in the affected source system. The attached composite SAP note 704971 explains in which software components service API 3.0C is contained, and what the corresponding Support Packages of these components are.
    Alternatively, you can also copy the advance correction from the appendix.
    Hope it helps.
    Regards

  • Can't Create a Data Source - Failed to test connection. [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied

    Hi there,
    I am having a serious issue with The Power BI Data Management Gateway which I am hoping that someone can help me with.
    Basically I am setting a connection between a Power BI demo site and a SQL 2012 Database based on Azure. The Data Management Gateway and is up and running, and Power BI has managed to connect to it successfuly.
    By following the tutorials at
    here I was able to successful create my Data Connection Gateway with a self-signed certificate.
    However, when trying to create the data source I come into problems. The Data Source Manager manages to successfully resolve the hostname, as per the screenshot below:
    Bear in mind that I exposed the require ports in Azure as endpoints and I managed to modify my hosts file on my local machine so I could access the SQL server hosted in Azure using its internal name -- otherwise I would not be able to get this far.
    However the creation of the data source also fails when trying to created it whilst logged in the SQL server in question:
    The Data Source Manager returns the error when using the Microsoft OLE DB Provider for SQL Server:
    Failed to test connection. [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied
    I tried using the SQL Server Native Client 11.0 instead but I also get an error. This time the error is:
    Failed to test connection. Login timeout expiredA network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online.Named Pipes Provider: Could not open a connection to SQL Server [53]. 
    Some considerations
    If I provide an invalid username/password, the Data Source Manager does say that the username and password is incorrect.
    Firewall is turned off in the SQL Server (either way, this error also happens if I try top use the Data Source Manager whilst logged in the SQL Server itself).
    SQL Profiler does not show any attempt of connection.
    The SQL server instance in question is the default one.
    The error happens regardless if I select the option to encrypt connection or not.
    In SQL Configuration manager I can see that all protocols are enabled (TCP/IP, Named Pipes and Shared Memory.
    The Event Viewer does not provide any further errors than the one I have copied in this post.
    I'm at a loss here. Could someone please advise what might I be doing wrong?
    Regards,
    P.

    Here is what I had to do to solve this issue:
    Basically I had to add the MSSQL TCP/IP port as an end-point in Azure. After I did that, then I was able to create the data-source. However, I was only able to authenticate with a SQL account, as any domain account would return me an error saying that the
    domain isn't trusted.
    What puzzles me here is how come the Data Source Manager would inform me that an account username/password was invalid, but it would fail/timeout if I provided valid credentials (!?!?!!?)

  • Show-stopper Connecting web performance test to remote DB2 server as data source

    Hi All,
    We are running TFS2010 on VS2010 Ultimate on 2003 server SP-2 with IE 8 for web applications.
    We are working on conducting load tests in web-service. Previously we did that using data source from MS SQL to connect our web performance tests. Now we have a new requirement: changing our
    data source from MS SQL server to DB2 for good. The DB2 server is in a separate network. I am struggling how I can connect to the DB2 server. For the beginner the firewall setup is being taken care of with a separate initative. So I am a bit startled on how
    to connect to DB2 server from Visual Studio. Any help would be highly appreciated.
    Please let me know how we can accomplish this goal. Appreciate a lot. 
    Thank you,
    Riz

    Thanks for Javaman’s help.
    Hi Riz,
    Thank you for posting in the MSDN forum.
    Actually the real issue in this thread is related to the DB2.
    Since it is the third party software, sorry for that it is really out of support range of VS testing forum.
    But you could post this issue to the following forum, there you would get better support for it.
    https://www.ibm.com/developerworks/community/forums/html/category?id=33333333-0000-0000-0000-000000000019
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Testing data sources in oc4j-ra.xml

    Is there a way to test the data sources in oc4j-ra.xml from the server? I have a server sitting inside a DMZ that has access back to internal databases. The DMZ has its own set of IP addresses and it has specific openings to the internal resources it needs. that is why i would like to test the connections from the server.

    Hi,
    You're right. I've downloaded JDev 10.1.2.
    The working version:
      <data-source name="jdev-connection-myconn"
                   class="com.evermind.sql.DriverManagerDataSource"
                   location="jdbc/myconnCoreDS" xa-location="jdbc/xa/myconnXADS"
                   ejb-location="jdbc/myconnDS"
                   pooled-location="jdbc/myconnPooledDS"
                   connection-driver="oracle.jdbc.driver.OracleDriver"
                   username="xxx" password="yyy"
                   url="jdbc:oracle:thin:@localhost:1521:mysid"
                   inactivity-timeout="30"/>and:
    DataSource ds = (DataSource) getInitialContext().lookup("jdbc/myconnDS");JDev generates the correct data-sources.xml, if you create the data-sources.xml with its wizard (New Galery/General/DeploymentDescriptors/data-sources.xml). Then you can see in the properties dialog, the default setting is: Auto update data-sources.xml when running or deploying to OC4J.
    So when you first run the embedded OC4J, your data-sources.xml file will be updated with your connections.
    I read these useful things in Olaf Heimburger's blog :) (OC4J: Configuring DataSources, 2007-05-03)
    Regards,
    Kati

  • Cannot connect data source to the coded UI test

    Hi,
    In my login page I have three types of users and I tried to connect data source to my coded UI test by giving credentials of these three types of users.
    Here is my data file
    data.csv
    username,password
    admin,1
    Internal,1
    External,1
    I tried to connect this data file to the following code.
    namespace BugTracker
        /// <summary>
        /// Summary description for _2_LogIn
        /// </summary>
        [CodedUITest]
        public class _2_LogIn
            public _2_LogIn()
            [DataSource("Microsoft.VisualStudio.TestTools.DataSource.CSV", "|DataDirectory|\\data.csv", "data#csv", DataAccessMethod.Sequential), DeploymentItem("BugTracker\\data.csv"),
    TestMethod]
            public void CodedUITestMethod1()
                //this.UIMap.EnterUserName();
                this.UIMap.EnterUserNameParams.UIUserNameEditText = TestContext.DataRow["username"].ToString();
                //this.UIMap.EnterPassword();
                this.UIMap.EnterPasswordParams.UIPasswordEditPassword = TestContext.DataRow["password"].ToString();
                this.UIMap.ClickOK();
                this.UIMap.ClickLogout();
    This runs exact 3 times as I expected, but by only clicking on OK button. It doesn't type username and password.
    this gives the following error.
    C:\Users\Manuli\Desktop\Projects\CHRONUSS SUPPORT SYSTEM-Bug Tracker\Test Projects\BugTracker\TestResults\Manuli_XW66002-PC 2015-02-25 10_45_28\In\b8a3c8c3-b148-4aaa-84bb-6b65dfd63304\XW66002-PC\CodedUITestMethod1_0.png
    C:\Users\Manuli\Desktop\Projects\CHRONUSS SUPPORT SYSTEM-Bug Tracker\Test Projects\BugTracker\TestResults\Manuli_XW66002-PC 2015-02-25 10_45_28\In\b8a3c8c3-b148-4aaa-84bb-6b65dfd63304\XW66002-PC\CodedUITestMethod1_1.png
    C:\Users\Manuli\Desktop\Projects\CHRONUSS SUPPORT SYSTEM-Bug Tracker\Test Projects\BugTracker\TestResults\Manuli_XW66002-PC 2015-02-25 10_45_28\In\b8a3c8c3-b148-4aaa-84bb-6b65dfd63304\XW66002-PC\CodedUITestMethod1_2.png
    Please help.

    Hi,
    In my login page I have three types of users and I tried to connect data source to my coded UI test by giving credentials of these three types of users.
    I could pass the user name but, couldn't pass the password.
    [CodedUITest]
    public class _2_LogIn
    public _2_LogIn()
    [DataSource("Microsoft.VisualStudio.TestTools.DataSource.CSV", "|DataDirectory|\\data.csv", "data#csv", DataAccessMethod.Sequential), DeploymentItem("BugTracker\\data.csv"), TestMethod]
    public void CodedUITestMethod1()
    this.UIMap.EnterUserNameParams.UIUserNameEditText = TestContext.DataRow["username"].ToString();
    this.UIMap.EnterUserName();
    string testpassword = Environment.GetEnvironmentVariable("Password");
    this.UIMap.EnterPasswordParams.UIPasswordEditPassword = TestContext.DataRow["password"].ToString();
    this.UIMap.EnterPassword();
    this.UIMap.EnterPasswordParams.UIPasswordEditPassword = Playback.EncryptText(testpassword);
    this.UIMap.ClickOK();
    this.UIMap.ClickLogout();
    This gives the following error.
    Failed    00:00:21.4689002    0    Test method BugTracker._2_LogIn.CodedUITestMethod1 threw exception:
    Microsoft.VisualStudio.TestTools.UITest.Extension.DecodingFailedException: The following error occurred while attempting to decode encrypted text: Bad Data.

  • Problem testing deployment of SAP Data Source

    Following the Installation Guide for SAP Data Source on Oracle iAS10g 9.0.4.0.0 on Windows 2000 Server SP4 Im stuck with error
    500 Internal Server Error
    java.io.IOException: javax.servlet.ServletException: Class oracle.webdb.reformlet.ReformletPortlet has no set or add method for tag "localePersonalizationLevel" at oracle.webdb.provider.v2.adapter.soapV1.ProviderAdapter.showTestPageURI.... (full shown at end)
    when testing URL
    http://sgr-a31.dk.ementor.dom/portalTools/omniPortlet/providers/sap
    Can anybody help ?
    Creating the External Application logon etc. worked fine !
    500 Internal Server Error
    java.io.IOException: javax.servlet.ServletException: Class oracle.webdb.reformlet.ReformletPortlet has no set or add method for tag "localePersonalizationLevel" at oracle.webdb.provider.v2.adapter.soapV1.ProviderAdapter.showTestPageURI(Unknown Source) at oracle.webdb.provider.v2.adapter.soapV1.ProviderAdapter.showTestPage(Unknown Source) at oracle.webdb.provider.v2.adapter.soapV1.ProviderAdapter.handleHttp(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at oracle.webdb.provider.v2.adapter.SOAPServlet.doHTTPCall(Unknown Source) at oracle.webdb.provider.v2.adapter.SOAPServlet.service(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:208) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:125) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192) at java.lang.Thread.run(Thread.java:534)

    PUBLISHING THE SAP DATA SOURCE PLUGIN FOR OMNIPORTLET FOR SAP, UNSUCEFULL
    ### What kind of problem do you have? ###
    Managing External Applications
    ### Describe the problem you are having in detail. Include any notes, guides, o Documentation:
    OracleAS Portal Integration Solutions
    Installation Guide for SAP Data Source
    Revision No Last Update
    1.0 December 19, 2003
    1.1 January 16, 2004
    Follow step-by-step.
    1 - Upgraded portalTools to Version: 9.0.4.1
    2 - Used the 'Upgrading the Portal Tools Application' instroctions, making sure
    to stop OC4J's before copying files 'onto' my system.
    3 - Restarting the OC4J_Portal
    4 - Testing the deployment @ Provider Test
    Page:
    http://portaldev:7778/portalTools/omniPortlet/providers/sap
    Welcome
    Congratulations!! You have successfully set up the SAP Data Source
    Provider.
    5 - Creating the external application was successful.
    SAPExternalApp
    6 - Publishing the SAP Data Source
    Okey...
    Fill up Filds, as describe..
    Application Name: SAPExternalApp
    Login URL:http://portaldev:7778/portalTools/omniPortlet/servlet/login
    User Name/ID Field Name: Username
    Password Field Name: Password
    POST
    VALID SAP CLIENT (TESTED!!!)
    clientId 400 Check this box
    language EN Check this box
    systemId 00 Uncheck this box
    hostname xxx.xxx.xxx.xxx Uncheck this box
    connectionPoolSize 5 Uncheck this box
    7 - When click on the link SAPExternalApp , got following error ...
    500 Internal Server Error java.lang.NoClassDefFoundError:
    com/sap/mw/jco/JCO
    ### Provide any error numbers, or error text that you are receiving. Include any
    500 Internal Server Error
    java.lang.NoClassDefFoundError: com/sap/mw/jco/JCO
    and so on ...
    TAR has been assigned to an analyst -- Sending email.
    03-JUN-05 11:44:44 GMT
    Hi,
    Thank you for using MetaLink. We are currently reviewing/researching the situation and will update the SR / call you as soon as we have releva
    nt information. Thank you for your patience.
    Best Regards,
    Pascal Brand
    Oracle EMEA Portal Competency.
    STATUS
    =======
    @WIP -- Work In Progress
    03-JUN-05 11:49:30 GMT
    UPDATE
    =======
    It seems one of the classes in missing in the OC4J class path. (com/sap/mw/jco/JCO).
    03-JUN-05 11:50:15 GMT
    OWC Conference 25816178
    Start : 03-Jun-2005 11:50:15 GMT
    Duration : 121 minutes
    Hosted by : BRAND,PASCAL
    Rating : Good
    Finish status : graceful
    Playback URL : The recording of this conference is not published
    Comments :
    Attendees : 2
    peres () From: to
    peres () From: to
    peres () From: 12:07:10 GMT to 13:51:27 GMT
    PASCAL BRAND ([email protected]) From: 11:50:33 GMT to 13:51:41 GMT
    03-JUN-05 11:51:18 GMT
    OWC REQUEST
    ============
    Hi,
    I would like to collaborate with you in a 20 minute Web Conference (OWC) to progress your issue. Please follow these
    steps:
    1. Log into Metalink (http://metalink.oracle.com) using INTERNET EXPLORER.
    2. Click on Oracle Collaborative Support button on lower left side
    3. Under the list of Upcoming Public Conferences, identify the conference with the Confere
    nce Title which matches your TAR#4414221.994, and click Join Meeting. (If you do
    not see your conference, click on Full List button)
    OR
    Enter the Conference ID: 25816178
    4. Enter your CSI# as the Conference Key, your name, email address, and company name and click Join Conference.
    Please join this collaboration session as soon as possible.
    Thank you,
    Pascal
    STATUS
    =======
    @CUS -- Waiting for Customer Update
    03-JUN-05 12:06:30 GMT
    ISSUE CLARIFICATION
    ====================
    After configuring the SAP Data Source Provider, customer can reach the test page but can't configure the external app
    lication.
    500 Internal Server Error
    java.lang.NoClassDefFoundError: com/sap/mw/jco/JCO
    at oracle.webdb.reformlet.plugin.datasource.sap.jco.JCOUtils.
    testForAuthentication(Unknown Source)
    at oracle.webdb.reformlet.plugin.datasource.sap.jco.JCOUtils.
    testForAuthentication(Unknown Source)
    at oracle.webdb.reformlet.plugin.datasource.sap.LoginServlet.
    doGet(Unknown Source)
    eos (end of section)
    ACTION PLAN
    ============
    1. Can you check in which jar or zip file this class is located.
    com/sap/mw/jco/JCO
    2. Add the jar or zip file in the orion-applications.xml library path definitions.
    3. restart the OC4J instance where the SAP provider is located.
    eos (end of section)
    Let me know if this helps,
    Pascal
    03-JUN-05 12:06:44 GMT
    Email Update button has been pressed: Sending email to [email protected].
    br.
    DATA COLLECTED
    ===============
    COLLABORATION
    After adding the sapds.jar and the sapjco.jar in the $ORACLE_HOME/portal/jlib and having restarted the OC4J_POrtal, we have and other error
    with something like:
    NOEXEC shared libraries..
    It seems to be related to the SAP librairies for AIX.
    Customer will upload the complete error message on metalink.
    We have tried to set LD_LIBRARY_PATh and LIBPATH in the environement and in the opmn.xml for OC4J_Portal.
    This didn't help.
    eos (end of section)
    ACTION PLAN
    ============
    1. Can you upload the complete error message we have seen on the screen.
    eos (end of section)
    Thanks,
    Pascal
    03-JUN-05 14:05:21 GMT
    Email Update button has been pressed: Sending email to [email protected].
    br.
    03-JUN-05 14:24:30 GMT
    UPDATE
    =======
    Hi,
    I'm afraid but I have the feeling the problem is due to wrong AIX shared libraries.
    ACTION PLAN
    ============
    1. Can you ask for reloading the libraries from the SAP services site and make sure they are for
    AIX.
    eos (end of section)
    UPDATE
    =======
    The SAP provider is not suported by Oracle support as it is written in the SAP plugin installation guide:
    NOTE: The OracleAS Data Source Plugin for Omniportlet for SAP is a sample released for
    test, evaluation, and education purposes. It is not supported through formal Ora
    cle Support mechanisms. We are, however, very interested in receiving your feedb
    ack. Please post any suggestions, questions, or issues to the 'Portal - Portal
    Development Kit' Discussion Forum on OTN. We will respond as quickly as possibl
    e."
    The developers are checking the forum for the questions.
    Please use this forum for futur investigation.
    I'm sorry not beeing able to help more.
    UPDATE
    =======
    Hi,
    I am inactivating this SR, as the OracleAS Data Source Plugin for Omniportlet for SAP is a sample released for test, evaluation, and ed
    ucation purposes. It is not supported through formal Oracle Support mechanisms.
    Best Regards,
    Pascal Brand
    Oracle EMEA Portal Competency.
    +++++++++++++++++++++++++++++++++++++++++++++++++++
    Try with SAJCO 2.1.5 but haven´t worked.., paperwork sugested 2.0.5, can´t find anywhere...
    Doesn´t work with: 2.0.5 or 2.0.10
    Any help???

  • Connecting OpenScript Database Testing Module to a Sybase database

    All,
    I am trying to connect ATS Database Testing Module to a local Sybase database. I created a User DSN using the ODBC Data Source Administrator and this connects OK.
    I then configured an OpenScript ODBC Database Definition and this also connects OK. However when I try to execute a very simple SQL statement:
    select * from sysusers
    I get:
    Failed to execute SQL statement: SQLException occured. [Sybase][ODBC Driver][Adaptive Server Enterprise]SYSUSERS not found. Specify owner.objectname or use sp_help to check whether the object exists (sp_help may produce lots of output). Caused by: SQLException occured. [Sybase][ODBC Driver][Adaptive Server Enterprise]SYSUSERS not found. Specify owner.objectname or use sp_help to check whether the object exists (sp_help may produce lots of output)
    -David

    Hi Wendy,
    32-bit NATIVE DRIVERS
    CRDB_P2SSYB10.DLL is the native driver for Sybase ASE.  It is used with Sybase ASE 12.5
    NOTE:  The native driver for Sybase ASE cannot be used to connect to Sybase ASA (Adaptive Server Anywhere) or Sybase ASIQ (Adaptive Server IQ).  Sybase ASA and Sybase ASIQ include their own ODBC drivers as part of their installation package.  These drivers provide the only means of connecting to Sybase ASA and Sybase ASIQ databases.
    I hope this helps you.
    Regards,
    Prashant
    Edited by: Prashant Saduwale on Oct 10, 2008 4:19 PM

  • "Open sql" report no data sourced defined in windows

    when I want to import data from sql database, the Open sql window report error
    "There are no data sourced defined. Please create one to continue",
    but I have defined the odbc data source using windows 's odbc administrator, why the error?
    chuliang

    A couple of possibilities.
    First are you licensed for Sql interface? If not, you might get that message.
    Second, where did you create the ODBC connection on your computer or the server. It has to be on the server.
    Third, did you create the odbc as a system driver? it needs to be so
    Fourth, what operating system? If it's unix or AIX there is a hole bunch more you need to do to get odbc connections working. If it's windows, it's pretty easy.
    Fifth, did you test the connection before trying it in Essbase?

Maybe you are looking for

  • Joining open and closed paths

    Hi Is it possible to join an open path (created with the Pen Tool) to a close path (also created with the Pen Tool)? Grechy01

  • How to update custom metadata?

    Hi, I have created a xml document (schema based) in the repository. I append with appendResourceMetadata a xml document (also schema based) Now I try to change an element value of the metadata with the folowing update command but the value do not cha

  • Time machine backup failed on my MBP

    I am using a 2TB drive to backup a 1TB MBP. I have some additional files stored on my backup drive; but I want a more recent backup, not necessarily multiple backups. In the past I've had to delete the previous backup; but that is very time consuming

  • Migration Assistant not finding my new iMac

    I had a VERY slow MA process going from old iMac to new iMac.  So I did a little research and apparently it was so slow because by default I was getting a wireless process. So I turned off the Airport on the old iMac and conncected the machines with

  • Want  help to autorun midlet

    hi all, i want to a run a midlet whenever mobile start and also is it possible to run a midlet in the back ground till the mobile on. waiting for reply.