TableAdapter Configuration Wizard doesn't play nice w/explicit DataSource?

I am having problems using the TableAdapter Configuration Wizard with a non-schema-owner account in a connection string that explicitly defines the data source. The following are the different combinations I've tried, some of which work, some of which do not:
Scenario #1: If we define a connection string and specify the schema owner's username and password (which we do NOT want to do), and an explicit data source (which we DO want to do), such as the following:
<add name="SchemaOwnerConnStr"
connectionString="USER ID=THIS_SCHEMA_OWNER;PASSWORD=thisOwnerPassword;DATA SOURCE=(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = our.database.server.com)(PORT = 1521))(LOAD_BALANCE = yes)(CONNECT_DATA = (SERVER = DEDICATED)(SERVICE_NAME = the.service.name) ))"
providerName="Oracle.DataAccess.Client" />
...then the TableAdapter Configuration Wizard works as expected:
* I choose SchemaOwnerConnStr on the first screen of the Wizard
* On the "Enter a SQL Statement" screen of the wizard, I can click on the "Advanced Options" button and mark the checkboxes for "Generate Insert, Update and Delete statements" and "Use optimiztic concurrency"
* On the "Choose Methods to Generate" screen of the wizard, I can mark the "Create methods to send updates directly to the database" checkbox, so it will automatically create Insert, Update, and Delete methods for me.
Scenario #2: If we define a connection string using Window's Authentication (which we DO want to do), and provide a TNS name (which we do NOT want to do) as the DataSource:
<add name="MyTNSConnStr" connectionString="USER ID=/;DATA SOURCE=MyDB" providerName="Oracle.DataAccess.Client" />
...it works just fine:
* I choose MyTNSConnStr on the first screen of the Wizard
* On the "Enter a SQL Statement" screen of the wizard, I can click on the "Advanced Options" button and mark the checkboxes for "Generate Insert, Update and Delete statements" and "Use optimiztic concurrency"
* On the "Choose Methods to Generate" screen of the wizard, I can mark the "Create methods to send updates directly to the database" checkbox, so it will automatically create Insert, Update, and Delete methods for me.
Scenario #3: If we define a connection string using Window's Authentication (which we DO want to do), and provide an explicit DataSource (which we DO want to do):
<add name="MyExplicitConnStr" connectionString="USER ID=/;DATA SOURCE=(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = our.database.server.com)(PORT = 1521))(LOAD_BALANCE = yes)(CONNECT_DATA = (SERVER = DEDICATED)(SERVICE_NAME = the.service.name) ))"
providerName="Oracle.DataAccess.Client" />
This does NOT work as expected:
* I choose MyExplicitConnStr on the first screen of the Wizard
* On the "Enter a SQL Statement" screen of the wizard, I can click on the "Advanced Options" button and mark the checkboxes for "Generate Insert, Update and Delete statements" and "Use optimiztic concurrency"
* On the "Choose Methods to Generate" screen of the wizard, I can NOT mark the "Create methods to send updates directly to the database" checkbox -- it is greyed out!
Scenario #4: If we define a connection string using a non-schema-owner's username and password (which under certain limited conditions we DO want to do), and provide an explicit DataSource (which we DO want to do):
<add name="NonSchemaUser_ConnStr"
connectionString="USER ID=OTHER_USERNAME;PASSWORD=thePassword;DATA SOURCE=(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = our.database.server.com)(PORT = 1521))(LOAD_BALANCE = yes)(CONNECT_DATA = (SERVER = DEDICATED)(SERVICE_NAME = the.service.name) ))"
providerName="Oracle.DataAccess.Client" />
This does NOT work as expected:
* I choose NonSchemaUser_ConnStr on the first screen of the Wizard
* On the "Enter a SQL Statement" screen of the wizard, I can click on the "Advanced Options" button and mark the checkboxes for "Generate Insert, Update and Delete statements" and "Use optimiztic concurrency"
* On the "Choose Methods to Generate" screen of the wizard, I can NOT mark the "Create methods to send updates directly to the database" checkbox -- it is greyed out!
Scenario #5: I use the exact same connection string as in Scenario #4, expect I change it to use the TNS name for the Data Source:
<add name="NonSchemaUser_TnsConnStr"
connectionString="USER ID=OTHER_USERNAME;PASSWORD=thePassword;DATA SOURCE=MyDb"
providerName="Oracle.DataAccess.Client" />
...this DOES work:
* I choose NonSchemaUser_TnsConnStr on the first screen of the Wizard
* On the "Enter a SQL Statement" screen of the wizard, I can click on the "Advanced Options" button and mark the checkboxes for "Generate Insert, Update and Delete statements" and "Use optimiztic concurrency"
* On the "Choose Methods to Generate" screen of the wizard, I CAN mark the "Create methods to send updates directly to the database" checkbox, so it will automatically create Insert, Update, and Delete methods for me.
The ONLY difference between Scenario #4 and Scenario #5 is that for #5 I used the TNS name for the data source. The explict data source defined in Scenario #4 is an exact cut-and-paste out of my tnsnames.ora file for the definition of "MyDb" -- so there should be absolutely no difference between #4 and #5 -- yet with #4, the checkbox is greyed out.
I can get the same inconsistent results if I do the WinAuth connection string with again the only difference being the Data Source (explicit, or TNS name). So the problem doesn't have anything to do with using the "/" authentication method.
Summary:
Schema Owner Username/Pass + Explicit Data Source ....... Works
Schema Owner Username/Pass +TNS Name Data Source ....... Works
Non-Schema-Owner Username/Pass + Explicit Data Source ....... Does NOT work
Non-Schema-Owner Username/Pass + TNS Name Data Source ....... Works
"/" authentication + Explicit Data Source ....... Does NOT work
"/" authentication + TNS Name Data Source ....... Works
The two combinations that don't work are the two that we want to use!
I can't for the life if me figure out what is possibly "wrong" with the combination that isn't working. As I said above, the explicit data source that does NOT work is an exact copy of the definition for the TNS name that DOES work. They should be functionally identical.
What am I missing here!?
Thanks.

hi Michael!
hmmm. it might be worth checking to see if at least one of the recognition problems is a drive letter issue:
http://docs.info.apple.com/article.html?artnum=93499
keep us posted.
love, b

Similar Messages

  • TableAdapter Configuration Wizard Bind Commands

    I am trying to use the TableAdapter Configuration Wizard to bind Insert and Update strored procedures to a Select stored procedure. When I choose the select stored proc, the list of data columns should appear on the list but nothing happens (it's not searching or anything). The select stored procs takes no other params (exept the Out sys_cursor) and returns 7 columns (string, string, string, datetime, string, int32, int32) nothing fancy. I want to do this to associate Insert and update parameters to specific columns for datagrids updates.
    I am using:
    VS 2010 Pro sp1
    Oracle Developer Tool for vs 11.2.0.2.0
    Oracle client 11.2.0.2.0
    Oracle database 11.2.0.2.0
    ODP version 11.2.0.2.1
    Note: When I drag the stored proc on the dataset gui, I get all the columns.
    Any help would be greatly appreciated.
    Thank you

    Hi Fabs,
    According to your description, this issue is related to MYSQL. I am afraid this is out of our support. I would suggest that you could ask this issue in their official forum. Here is the link,
    http://forums.mysql.com/
    Thanks for your understanding.
    Best regards,
    Kristin
    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.

  • Issue with TableAdapter Configuration Wizard and CASE statements

    I am having an issue with using any CASE statements in the select clause for the Table Adapter Configuration Wizard (TCW).  I can take any query without a CASE and it will run fine, but inserting any CASE statement in the Select such as:
    SELECT
    (CASE WHEN :ras_sort = 'D' THEN TO_CHAR(a.TRANS_DATE,'YYYYMMDD')
      WHEN :ras_sort = 'C' THEN  c.CLAIMDEP_NAME
      WHEN :ras_sort = 'A' THEN  TO_CHAR(a.ACCOUNT_NUMBER)
      END) sort1
    FROM xxxx
    causes the TCW to error with "error in list of function arguments, 'THEN' not recognized" and several other errors.  I have tried with and without parameters in the CASE and have tried both forms of the CASE statement.  I have tried multiple queries, all that run with no problem outside of TCW and ODP, but this seems to be a real issue
    Is this a known problem and are there any workarounds that will allow use of the TCW?
    Thanks,
    Dave

    Hi Ashish,
    perhaps you launch the Web service wizard from the wrong location (i.e. not selecting the SEI you want to use). Did you strictly follow the steps described in the <a href="http://help.sap.com/saphelp_nwce10/helpdata/en/44/f36fa8fd1d41aae10000000a114a6b/frameset.htm">documentation</a> for creating the web service?

  • TableAdapter Configuration Wizard gives error when adding new TableAdapter

    Hi,
    I recently downloaded and installed the ODT for visual studio on my computer. I am running VS2008 on Windows 7 64-bit. I am able to create an ODP.NET connection to the Oracle XE 10.2g instance that is running on my computer with no problems and use that connection to browse the database. When I add a DataSet to my project, and start adding TableAdapters to the DataSet, I am getting errors. In an attempt to figure out what the problem is, I have followed various scenarios. I will describe each scenario, and what the end result is, and then after I have described them all, I will explain what I think the problem might be. Here are the different scenarios I have used:
    Scenario 1:
    From the Server Explorer, highlight ALL of the tables in my schema and drag them to the designer (all table adapters are added with no issues). I can add additional queries to each of the TableAdapters and then change the additional queries by right clicking and choosing "Configure". This all works with no issues. However, on certain TableAdapters, if I try to modify the primary query (Fill,GetData()), I can open the query editor just fine, change various settings, etc, but when I click on "Finish" I get the following error:
    Configure TableAdapter TABLENAME failed.
    Index was outside the bounds of the array.
    Scenario 2:
    From the Server Explorer, drag tables from my schema onto the designer one at a time. Some tables get added just fine, but for the rest of them, I get the following error:
    Failed to merge object(s).
    Index was outside the bounds of the array.
    Scenario 3:
    On the Dataset Designer, add tables one at a time by right clicking and choosing "Add -> TableAdapter" and then using SQL to define the query for each table. Some tables get added just fine, but for the rest of them, I get the following error:
    Failed to add TableAdapter.
    Index was outside the bounds of the array.
    Ok... now that I have described all of the different scenarios, I will explain what I think the problem is, and why. Based on my research, I believe the underlying problem has to do with Foreign Key Constraints on the various tables. While working on Scenarios 2 & 3, the same exact tables worked just fine in both scenarios. When I started looking at the definitions for the tables in my schema, it turns out that all of the tables that failed had foreign key constraints defined. When I remove the FK constraints from a table, I am then able to add it to my dataset and change the default query with no problems. My original application used the System.Data.OracleClient provided by Microsoft. When adding my tableadapters using the microsoft data provider, the FK relations are automatically generated for me in the designer, but not with the Oracle Data Provider
    I would be happy to provide you with the DDL that I used for creating my schema (it is not very big) if needed.
    Thanks,
    Jim

    Sorry let me clarify some of the config a little more.
    MAIL101 - Exch 2013
    MAIL102 - Exch 2013
    AP104 - Witness (strictly a witness nothing else on this machine)
    EDGE01 - Exch 2007 Edge
    CAS01 - Exch 2007 Hub/CAS load balancer for CAS02/03
    CAS02 - Exch 2007 Hub/CAS
    CAS03 - Exch 2007 Hub/CAS
    MBOX01 - Exch 2007 Mail cluster
    MBOX02 - Exch 2007 Mail cluster node
    MBOX03 - Exch 2007 Mail cluster node
    RDC01, RDC02, RDC03 - all 2008 R2 root domain controllers for rootdomain.rootdomain
    DC01, DC02, DC03, DC04 - all 2008 R2 domain controllers for us.rootdomain.rootdomain
    All DCs are Global Catalogs.
    I can ping all DCs and root DCs fromboth MAIL101 and 102
    The Exchange Replication service is running on both MAIL101 and 102.
    DC03 is in the same site as the MAIL101/102 servers so I'll run all replication tests from here.
    DCDIAG comes back with all tests passed.
    repadmin /replsum comes back with 0 fails and no errors largest delta for any intersite communication is 13min.
    When I run Test-ReplicationHealth -Identity MAIL101 and also 102 they both come back as everything passed.  No errors.

  • Cannot use Query Builder in TableAdapter Configuration Wizard

    I am using Visual Studio 2013 and MySQL NET adapter 6.8.3. I have created a WinForms app in VB. I am trying to create a dataset with a table from the MySQL database (named "propworx"). I do the following:
    1. I create a new DataSet.
    2. I edit the DataSet with the DataSet Designer.
    3. I right-click on ANY TableAdapter, and I click "Configure".
    4. I click on "Query Builder".
    I get the following error message:
        The query builder has failed.
         Authentication to host '' for user '' using method 'mysql_native_password' failed with message: Access denied for user
    ''@'Fabs-Work' (using password: NO)
    (In the above, "Fabs-Work" is my computer name.)
    Looking at the error message, I immediately see that the host and user information appears to be missing. But it is in my app.config file:
    <connectionStrings>
    <add name="PropWorx.My.MySettings.PropWorxConnectionString" connectionString="server=localhost;user id=propworx;password=********;persistsecurityinfo=True;database=propworx" providerName="MySql.Data.MySqlClient" />
    </connectionStrings>
    (I have blanked out the password in the above post, but I have indeed double checked it and it is correct).
    The database is hosted locally. I have created a database user in MySQL called "propworx" and have given it full rights.
    Any ideas why Visual Studio Dataset Designer is not reading the info from my settings file?
    Fabricio Rodriguez - Pretoria, South Africa

    Hi Fabs,
    According to your description, this issue is related to MYSQL. I am afraid this is out of our support. I would suggest that you could ask this issue in their official forum. Here is the link,
    http://forums.mysql.com/
    Thanks for your understanding.
    Best regards,
    Kristin
    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.

  • AFP doesn't play nice with Kerberos...

    I'd prefer any open ideas before blowing away the OD master and redoing all the accounts....
    If I leave the AFP Authentication type to "Any", network accounts can login to any computer (and with network or portable home directories). If set to Kerbeors, we get the "User account is located on a AFP/SMB share...."
    If logged in, when attempting to connect by AFP, the "Standard" authentication appears. At this point, if I set the AFP access type back to "Kerberos" (which prevents users from logging in), they will get a -35 error as stated before (one or more required items cannot be found...blah blah). Interestingly, if we use the standalone Kerberos app (System/Library/Core Services/Kerberos) to get a Kerberos TGT, we can then connect to AFP shares using Kerberos authentication. So, it seems as if Kerberos is having problems getting connections started.
    So, for now, it seems as if I have to rely on AFP access via the non-kerberized ("Standard") method, which definitely reduces our security. But, at least people can login to network machines.
    So, in the end, Kerberos doesn't really know what is going on...it seems like its pretty confused.
    kdc.log
    Jul 01 09:07:56 myserver.mydomain.com krb5kdc[268](info): TGS_REQ (7 etypes {18 17 16 23 1 3 2}) 192.168.10.147: UNKNOWN_SERVER: authtime 1151759266, [email protected] for krbtgt/[email protected], Server not found in Kerberos database
    Jul 01 09:07:56 myserver.mydomain.com krb5kdc[268](info): TGS_REQ (7 etypes {18 17 16 23 1 3 2}) 192.168.10.147: UNKNOWN_SERVER: authtime 1151759266, [email protected] for krbtgt/[email protected], Server not found in Kerberos database
    ldap log
    Jul 1 09:06:04 myserver slapd[90]: <= bdbequalitycandidates: (apple-computers) index_param failed (18)\n
    Jul 1 09:06:35 myserver slapd[90]: SASL [conn=137] Failure: no user in database\n
    system.log
    Jul 1 09:05:50 myserver servermgrd: AFPDefines Start AFP Server request\n
    Jul 1 09:05:50 myserver configd[92]: executing /usr/sbin/AppleFileServer
    Jul 1 09:07:40 myserver /usr/sbin/PasswordService: client response doesn't match what we generated<br>
    Many different systems...   Mac OS X (10.4.7)  

    Yes, you're on track with the quickest way to solve this problem: Recreate your Open Directory Master. However, you can save all of the data stored in the database, except for user passwords, if you use Workgroup Manager's File > Export command to save your users, groups, and computer lists. Even MCX records for same are preserved.
    (Exporting from Workgroup Manager is not the same as doing a directory backup and restore via Server Admin. Doing a restore would likely not solve your problem.)
    On to the specifics: I'm guessing that you created the Open Directory Master when your server was using Mac OS X Server 10.4.5 or earlier. Before version 10.4.6, Kerberization was a hit-and-miss procedure: sometimes it would work and sometimes it would not, even when the server's hostname was properly set and a DNS record existed for that name. The problem resides in a hostname resolution issue, but it's one that is most easily fixed by updating to Mac OS X Server 10.4.6 or 10.4.7 and recreating your Open Directory Master. In Mac OS X Server 10.4.6, Apple introduced a better way for the server's hostname to be set.
    In versions 10.4 through 10.4.5, you'd have to make the following changes before promoting your server to Open Directory Master: edit /etc/hostconfig and change HOSTNAME=-AUTOMATIC- to the server's host name, ensure that the server had a valid DNS record for its hostname (via the server's DNS service or existing DNS service), and run the hostname (or equivalent) command to ensure that the hostname was really set. All of this was required to circumvent a system that Apple had put into place but that wasn't effectively working. With the HOSTNAME=-AUTOMATIC- entry in /etc/hostconfig, the server was supposed to set its hostname choosing the first of these that was true: doing a DHCP client ID search, doing a reverse DNS search from the primary Ethernet interface's IPv4 address, setting the hostname to the Bonjour name, then setting it to "localhost." Unfortunately, what always happened, unless the initial boot returned a different result, was the Bonjour name was returned as the hostname. (Some Apple literature calls the Bonjour name, which is a mDNS name, the "local hostname.") Thus, running hostname would always return the Bonjour name, which prevented Kerberos from starting, as Kerberos needs a valid DNS name for the server's hostname.
    Starting with Mac OS X Server 10.4.6, Apple introduced a better way to do a reverse DNS lookup and set the hostname automatically at startup time. Thus, for 10.4.6 and later, /etc/hostconfig needs to have HOSTNAME=-AUTOMATIC-, and you need to ensure that the server is providing DNS services or that your existing DNS services have an entry for the server already.
    You may find this article helpful: http://docs.info.apple.com/article.html?artnum=302044
    It offers an additional suggestion of adding an entry for the server to /etc/hosts, should some problem with DNS arise. It also uses scutil --set to set the hostname; this command performs the equivalent of using the hostname command as I've suggested. In my testing since 10.4.6, I have had to recreate some Open Directory databases in order to get Kerberos working (or working again); however, usually the hostname is set properly after a restart automatically.
    Just for reference, the "Standard" authentication for AFP uses Diffie-Hellman Exchange (DHX), which is an encrypted password transport.
    --Gerrit

  • CS6 doesn't play nice.

    Creative Cloud installed on test machine (Mac 10.7.3 with CS5 installed). Photoshop CS6 worked fine, but no other CS6 program would launch, period.
    45 minutes on support and I'm told to uninstall all of CS6 (I'd already done that and reinstalled), create a new admin user on my machine(s) and reinstall there (um, that's not a good answer). Does this seem like an adequate workflow to you? Switching from one user to another, or taking the days it would take to transfer all the user preferences, email accounts, etc. over to a new user! Yeah, me either. Cancelling CS6 until it's absolutely necessary for us to switch. Buh bye!

    Hi Madam Bomb,
    Sorry to hear it didn't work out for you. Testing in a new user account is common troubleshooting step is not unique to CS6 or Creative Cloud. You wouldn't want to move everything over to a new account unless you determined that the launch issue was somehow specifically related to your original user account.
    We have this document that shows more info
    http://helpx.adobe.com/x-productkb/global/install-or-run-applications-new.html
    I know it doesn't show 10.7 but it still applies
    -Dave

  • New iMac doesn't play nice with 2nd gen nano-- help!

    I have a brand-new iMac just bought a few weeks ago (running 10.5.6 and iTunes version 8), and I'm having a problem getting it to talk to my 2nd generation nano. When I connect the nano, I get this message:
    "An iPod has been detected, but it could not be identified properly. Please disconnect and reconnect the iPod, then try again. If the problem persists, reinstall the iPod support software from the Optional Installs on the Mac OS X install disc."
    The iPod still works fine with my Macbook Pro (using the same cable), and the firmware is up to date. It is also recognized in disk mode by the iMac.
    Some of the things I've tried already:
    -Reinstalling the iPod support software as instructed.
    -The 5 r's
    -Unplugging other USB devices (the only other USB device was a keyboard anyway).
    -restarting the computer with the iPod plugged in.
    -Unplugging from the internet.
    -Uninstalling iTunes, installing an old version (7.6) and using that.
    Has anyone else had this problem with the new iMac? Does anyone have any ideas????
    Thanks,
    A.

    Well...I went out and got myself a third generation nano (as I lost my old one anyway). Same problem. This is really frustrating; does anyone have an answer?

  • T60 Doesn't "Play" Nice

    My T60 can roam around the house, wireless.
    Connects to three desktops and a T42p Thinkpad™. LARGE family, six siblings.
    The T60 can send files or go 'n get them from everyone else.
    Everyone else can't see the T60 although it is listed in their "Network" folder.
    I've been at it for days, even shut down the T60's Windows firewall. Still a no go?
    I do have My Documents folder with a hand holding it, sharing is on.
    And, now I lay me down to sleep. Help!
    When the well is dry, we'll all know the value of water.

    Diagnosing Windows networking problems can be a bear. I think this is more likely to be that than a T60-specific problem. Microsoft has sharing troubleshooting resources on its website - I would check there first.
    Which Windows versions are involved? We could try the thread in the Vista/XP or Windows 7 board.
    I don't work for Lenovo. I'm a crazy volunteer!

  • IDevices Not Play Nice Together

    I have an iPhone 4S, iPad 2, and a new (bought today) Apple TV.
    I'm having trouble getting them to work with one another.
    The iPhone & iPad arenot showing up in iTunes (Windows) even though I've attached me via the cable and check Sync Wirelessly.
    The AppleTV is not showing up either in iTunes - Home Share is enabled on both iTunes (Windows) and the Apple TV. (as well as the iPhone and iPad)
    I can get the AppleTV to connect to the iPad, but not the iPhone. AirPlay Mirror is not available via the iPad however.
    I've gone through all of the Knowledge Base solutions I can find, and still unable to resolve any of the issues.
    I'm out of ideas. Any Help giving is greatly appreciated.
    Thank you,
    iMaJorjaGirl

    OK, I figured it out... I too have a dv6000 with Vista and I have been trying to fix this terrible itunes video playback thing and this is what I found. For whatever reason the NVidia driver in the dv series doesn't play nice with Vista. They say that they are looking into it but have no response other than that. Somehow the data from the hard drive isn't fast enough. So, reading this I figured that if that REALLY is the problem that I could use a external drive and have the videos come from there, and Voila!! It works like a charm, no skipping, no stalling, no more blue screens. I hope this is helpful, I know what a pain this can be.
    Let me know if this works for everyone else.
    Later
    S

  • Siebel Database Configuration Wizard closes automatically

    hi all,
    Siebel Database Configuration Wizard closes automatically at step when asked if the GRANTUSR.SQL script was alredy run. Before running the Wizard I already installed the Siebel Enterprise, Siebel Gateway, Siebel Server, SWSE Logical Profile and configurated them. The Siebel Database is available, tablespaces were created and I run the grantusr.sql and everything was OK.
    I chose the option 'already run the grantusr.sql'. By doing this the Wizard closes automatically. No idea what's going on here.
    Can anybody please help me? I've been sitting for hours trying to find out what happens.

    hi WSiebel,
    thanks for the explanation. I checked the logfile under \siebsrvr\log:
    2021 2012-04-08 20:35:05 0000-00-00 00:00:00 +0200 00000000 001 003f 0001 09 sw_cfg_util 1524 2812 D:\sba80\siebsrvr\log\sw_cfg_util.log 8.0 [20405] ENU
    NameServerLayerLog     Error     1     000000024f8105f4:0     2012-04-08 20:35:05     Unable to connect to the gateway server.
    GenericLog     GenericError     1     000000024f8105f4:0     2012-04-08 20:35:06     NSS - ErrCode 5009 SysErr 0
    GenericLog     GenericError     1     000000024f8105f4:0     2012-04-08 20:35:06     Validation failed : C028: Connection with Siebel-Gateway-Namenserver 粑GenericLog     GenericError     1     000000024f8105f4:0     2012-04-08 20:35:06     ValidateFailed for Gateway Nameserver-Adresse, error : C028: Connection with Siebel-Gateway-Namenserver 粑NameServerLayerLog     Error     1     000000024f8105f4:0     2012-04-08 20:35:17     Unable to connect to the gateway server.
    GenericLog     GenericError     1     000000024f8105f4:0     2012-04-08 20:35:17     NSS - ErrCode 5009 SysErr 0
    GenericLog     GenericError     1     000000024f8105f4:0     2012-04-08 20:35:17     Validation failed : C028: Connection with Siebel-Gateway-Namenserver 粑GenericLog     GenericError     1     000000024f8105f4:0     2012-04-08 20:35:17     ValidateFailed for Gateway Nameserver-Adresse, error : C028: Connection with Siebel-Gateway-Namenserver 粑NameServerLayerLog     Error     1     000000024f8105f4:0     2012-04-08 20:35:21     Unable to connect to the gateway server.
    GenericLog     GenericError     1     000000024f8105f4:0     2012-04-08 20:35:21     NSS - ErrCode 5009 SysErr 0
    GenericLog     GenericError     1     000000024f8105f4:0     2012-04-08 20:35:21     Validation failed : C028: Connection with Siebel-Gateway-Namenserver 粑GenericLog     GenericError     1     000000024f8105f4:0     2012-04-08 20:35:21     ValidateFailed for Gateway Nameserver-Adresse, error : C028: Connection with Siebel-Gateway-Namenserver 粑
    I don't think, that that is the cause of my problem. Even when I started the Siebel gateway, the database configuration wizard doesn't work appropriately.
    Sievel server and Oracle Database are in the same machine (a Windows XP Professional, 32-bit-virtual machine). I haven't installed the Oracle 10g Enterprise edition. Should I install the Oracle client as well?.
    In my case the ODBC connection, the DSN Name is Enterprise Name_DSN: Siebel_test_DSN and points to the Driver: Oracle in OraDb10g_home3. The connection works for siebel/siebel, sadmin/sadmin, but not for sys/mypassword (sorry I am not a Database crack).
    I also tested the connection with the odbcsql as in your email indicated. The connection works when trying with siebel/siebel and sadmin/sadmin (user/password).

  • Vista & iTunes Do Not Play Nice Together

    I was recently forced to upgrade to Vista due to a computer crash. I loaded iTunes ver.7.1.1.5 (latest) and all my music etc. from my backup drive. Everything worked fine until i tried to sync my 5G 80gig video iPod. Every time I connect it Vista blue screens and I have to reboot both. I've tried everything i can think of and I've searched forums all over the globe and everybody says the same thing, 'yep, it's a problem, but there is no fix'. I've heard that there is supposed to be an iPod update coming out, but I don't see how that will help me because as soon as I dock Vista crashes....ARGHHH!!! This is ridiculous. Both Microsoft and Apple had to know that this was a problem so why would they release Vista when it doesn't work with the largest digital music service in the world. In the mean time my iPod is empty and I'm developing a severe case of road rage having to listen to the jerks on the radio. Oh but wait, there’s more! The video playback through iTunes (and QuickTime) is unwatchable. It just freeze frames while the sound runs perfectly so now I am unable to watch the season finale of Heros. Okay, enough poor me. Does anybody know anything about either of these problems? I know I'm not alone. Any advice or just moral support would be great. I should have bought a Zune. Oh god I didn't just say that....that's blasphemy.

    OK, I figured it out... I too have a dv6000 with Vista and I have been trying to fix this terrible itunes video playback thing and this is what I found. For whatever reason the NVidia driver in the dv series doesn't play nice with Vista. They say that they are looking into it but have no response other than that. Somehow the data from the hard drive isn't fast enough. So, reading this I figured that if that REALLY is the problem that I could use a external drive and have the videos come from there, and Voila!! It works like a charm, no skipping, no stalling, no more blue screens. I hope this is helpful, I know what a pain this can be.
    Let me know if this works for everyone else.
    Later
    S

  • Doesn't play songs, "itunes is not configured for use with mac-formatted"??

    Hi, new ipod shuffle. Seems to charge fine, all indicator lights function as expected. Everything looks fine in itunes. But it doesn't play songs. I have the most recent versions of itunes and the ipod software. Re-set, updated, and restored, nothing works. Even restored using the restore utility. Re-started computer. Checked for volume control. Won't play songs. Tried different file types. Songs play fine from itunes library and from the device's library within itunes. Tried different headphones. Hooked it up to computer speakers. Turning volume all the way up on device and speakers, heard some very faint rhythmic static, so my guess is the jack socket (or whatever you call it) is just messed up, but it seems weird that it can transfer power and data to the device but doesn't work for sound...
    The only other issues that have come up is that the drive disappears in explorer once it syncs with itunes. Other people who've noticed this seem to have completely different problems so I don't think it's related.
    Also, I have MacDrive on my computer. And when it starts up with the ipod plugged in, MacDrive offers the message "Itunes is not configured for use with Mac-formatted ipods." It offers to automatically reconfigure itunes so it can read mac-formatted ipods. Since I've restored the device, I don't see why formatting should be an issue so I say "no."
    Should I try letting macdrive do its format thing? Should I try formatting the ipod disk on the My Computer menu? Or should I just email apple and tell them the jack's busted?
    Thanks for any thoughts!

    Well, I have had my iPod for about 3 years, it is a 4th generation non-video 40 GB. One day it just stopped working, and now it does not play any songs. when I turn it on it makes this odd whirring sounds that computers make when they try really hard to do something. I cannot charge it, and it is not recognized by iTunes. Also when I turn it on, I get the apple.com/ipod/support (or whatever it is) screen. Needless to say, my warranty is expired, and so I cannot do anything for it except get a new battery, or buy a new one. Is there any way to fix this problem, or anyone out there who is experiencing the same thing?
    I'm having the exact same problem with my wife's iPod. However it will play about 3 seconds of a song and go onto the next song.
    If there is anyone out there that can help please do!
      Windows XP  

  • Trouble w/ iTunes & external hard drives: iTunes doesn't like to play nice

    This is a story about my external hard drives and my macbook pro. Some time ago, I moved my itunes music folder with all of my songs and movies consolidated to it onto external hard drive #1, but kept my itunes organizational data on my macbook pro's internal hard drive. Life was good. I had more internal hard drive space on my macbook pro then ever because all my songs and movies were gone, and itunes worked flawlessly as long as hard drive #1 was connected.
    To prepare for the future, I also dragged a copy of my itunes music folder with all my songs and movies in it onto hard drive #2 for safekeeping. Now, i had 2 copies of my itunes songs and movies, one on each hard drive. My insurance policy was in place. One day, hard drive #1 stopped mounting on my computer. It was time for old #1 leave me for the sweet peace of the afterlife. I bought a new hard drive, hard drive #3. I dragged my backup of hard drive #1's old files, including my itunes music folder with all of my songs and movies, from hard drive #2 to hard drive #3.
    Now, my entire itunes data folder is sitting on hard drive #3 and yet itunes doesn't seem to want to play nice. All of my files have cute little exclamation marks next to them. When I double click on a song, iTunes pretends to be lost. It asks me to locate the mp3 and naturally I find it right in my iTunes music folder by searching for it, only this time it's sitting on hard drive #3 instead of hard drive #1. By going manually through my library this way, i could keep all playlists, play counts, ratings, and other lovely bits of data intact. However, this would take years, as my songs and movies number in the bajillions. If there isn't an easy solution I am missing, surely there must be a script or program that does this legwork for me, perhaps while I slumber.
    No one on the internet seems to have this problem; everyone wants to use their ipods to restore their songs and movies. Since I own an iPod Touch, restoring the pitiful amount of files I have on it is a waste of my time, especially when all the files from my iPod are sitting right on little old hard drive #3 anyway. Citizens of the interwebs, here my plea: I require a solution to my problem of getting iTunes to recognize the folder of data it once interfaced with so seamlessly. I require a solution that does not destroy four years worth of playlists, and preferably not the "date added" data on my tracks either. All other data is fine for me to lose, but preferably not. I already know that finding the tracks manually keeps all data intact. My first inclination is that a solution to my problem may be to speed up that process. For those who seek an answer, as I do: godspeed, brave mac users. God.... godspeed.

    This should work:
    http://support.apple.com/kb/HT1449?viewlocale=en_US
    BE AWARE THOUGH:
    I followed these steps and had a strange issue come up. I don't think it was at all related following the steps above. But just double check your music BEFORE you throw out any of the music from you computers hard drive.
    Here's what happen.
    Some of my music forgot what file type they were. I had some that decided to be plist others jpg others something else. It was totally random. And a HUGE pain to replace the music. But I worked through it.
    Hope that helps.

  • Can CS3.3 & CS4 Master play nice installed on same machine at same time?

    First off here are the specs on my desktop and laptop:
    Desktop:
    Mac Pro running OSX 10.5.6 - 2 x 3 GHz Dual-Core - 6 GB RAM - CS3.3 Master Collection currently installed
    Laptop:
    MacBook Pro running OSX 10.5.6 - 2.4 GHZ Intel Core 2 Duo - 2 GB RAM - CS3.3 Master Collection currently installed
    I recently received all the install discs for CS4. Spent the last hour researching how CS3 and CS4 play together when installed on same machine at same time. I haven't found anything that addresses my questions, thus the post.
    At present, not enough of my work colleagues have CS4, so if I install CS4 and uninstall CS3 - and need to pass a file on to someone who doesn't have CS4, they can't open it in CS3.
    Also, I use AfterEffects with many 3rd party plugins. Until I can verify that CS4 plays nice with these plugins, I can't afford to uninstall AfterEffects CS3. Obviously, I need to keep CS3 up and running on my desktop and laptop.
    But now that I have CS4 ready to install, I of course want to start using it and learning the new features.
    Has anyone successfully been able to install CS4 Master apps on a machine similar to either my desktop or laptop specs and have CS3.3 Master apps continue to work properly?
    I trust Adobe takes these types of version overlaps seriously and plans for them since people want to try out or start using the newest version but ensure there is a sufficient overlap period before uninstalling the older versions.
    Thanks for your comments
    jslicer

    j,
    Your old apps will work. But the new versions will be the defaults. You can touch your files to the old application to launch it or launch the old application first, and then open files "normally".
    If you need to ensure compatibility with older versions on other machines, don't delete the old apps. Or be prepared to save back to the old version before handing off the files. Note that InDesign cannot save back more than one version and in general, any features used that are new to the new apps will not be recognized when those files are saved back.
    Neil

Maybe you are looking for

  • ITunes version for Mac OS 10.4.11 - iPhone 4

    I am trying to find a version of iTunes that will sync with iPhone4 and run on OS 10.4.11.  The only download I found was iTumes 10.3.1 which will not install, stating that it needs OS 10.5.  I have iTunes 8.2.1, but as I remember the iPhone wants at

  • Issue in adding qualification using PPPM

    Hi All, I am trying to add a qualification record for a person using CHANGE PROFILEs transaction PPPM.  I add that record with start date as a date in 2010  (eg: 01.02.2010) and end date as (31.12.9999)  and save it. When I open the employee profile

  • Error in credit note creation

    Hi, While creating the credit memo using ZRK document type reference to bill by selecting one or two line items, DIFF condition type showing wrong value, all other conditions values are showing nil (before changing any thing)if I see the header-condi

  • All pieces crosscheck validate but when  building standy - ORA-19870: error

    This project is to take a backup of a database and restore it to a standby on the SAME server. The parameters and channels are the same for both. All backups, controlfiles, and archivelog files show as crosschecked and available, but whenever we star

  • PWA 2010 Timesheet error

    All, we have recetly moved into Project Server 2010 from MSPS 2007. We are using the Single Entry Mode. One of the users has reported an error while entring timesheets. Has anybody seen this before? Any help? Datasets: TimesheetDataSet Table Actuals