Re: SQL error

2013-03-12 Thread Richard Sims
You would expect the SQL world to be standardized, but you will find wide disparities in implementations and dialects. ENUM is a case in point. In PostgreSQL, the ENUM type is actually a data type separate from the built in NUMERIC and TEXT data types, so the regular numeric and string operat

Re: SQL error

2013-03-12 Thread Andrew Raibeck
Eric, If you examine the COLUMNS table for the BACKUPS table, you will see that the TYPE column is of type "ENUMERATED(OBJECT_TYPE)": tsm: TSMSERVER1>select colname,typename from columns where tabname='BACKUPS' COLNAMETYPENAME -- -- NODE_NAME

Re: SQL error

2013-03-12 Thread Loon, EJ van - SPLXM
: Re: SQL error Eric, Maybe the wildcard % is not valid for the datatype of TYPE which is ENUMERATED(OBJECT_TYPE). Have you tried * ? Rick On Tue, Mar 12, 2013 at 10:49 AM, Loon, EJ van - SPLXM < eric-van.l...@klm.com> wrote: > Hi TSM-ers! > > I'm trying to retrieve all

Re: SQL error

2013-03-12 Thread Rick Harderwijk
Eric, Maybe the wildcard % is not valid for the datatype of TYPE which is ENUMERATED(OBJECT_TYPE). Have you tried * ? Rick On Tue, Mar 12, 2013 at 10:49 AM, Loon, EJ van - SPLXM < eric-van.l...@klm.com> wrote: > Hi TSM-ers! > > I'm trying to retrieve all image backups for a specific node. I'm >

Re: SQL error

2007-09-06 Thread Fred Johanson
Constantly. Opened a PMR yesterday afternoon. Fred Johanson TSM Administrator University of Chicago 773-702-8464 -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Vinicius Fraga Sent: Thursday, September 06, 2007 12:29 PM To: ADSM-L@VM.MARIST.EDU S

Re: Sql Error

2004-02-11 Thread Robert Ouzen
egards Robert > > -Original Message- > From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf > Of Del > Hoobler > Sent: Wednesday, February 11, 2004 5:40 PM > To: [EMAIL PROTECTED] > Subject: Re: Sql Error > > Robert, > > Looks like Data Protec

Re: Sql Error

2004-02-11 Thread Del Hoobler
> > -Original Message- > From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Del > Hoobler > Sent: Wednesday, February 11, 2004 5:40 PM > To: [EMAIL PROTECTED] > Subject: Re: Sql Error > > Robert, > > Looks like Data Protection for SQL

Re: Sql Error

2004-02-11 Thread Robert Ouzen
obert -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Del Hoobler Sent: Wednesday, February 11, 2004 5:40 PM To: [EMAIL PROTECTED] Subject: Re: Sql Error Robert, Looks like Data Protection for SQL is not talking to the local SQL server correctly.

Re: Sql Error

2004-02-11 Thread Del Hoobler
Robert, Looks like Data Protection for SQL is not talking to the local SQL server correctly. What happens when you issue this command: TDPSQLC QUERY SQL * Can you connect to the SQL server that way? Are you running on a cluster? Is it a named instance? Have you tried specifying the SQL Serve

Re: Sql error during restore

2001-06-13 Thread Del Hoobler
Christo, I don't ever recall seeing this. What did the SQL Server log show? How about the NT event log? Is this a user-defined database or a system database that you are restoring? If you cannot get it figured out, you should call IBM/Tivoli support. We will probably have to get Microsoft involv

Re: sql error

2001-05-31 Thread Del Hoobler
$)C Hello, A few things to check... Make sure the SQL userid "sa" has the Sysadmin fixed server role. It appears that you are using "sa" because your command line entry does not show you using /SQLSECURE option (for Windows authentication) or the /SQLUSER and /SQLPWD options for entering altern

Re: SQL error

2000-11-14 Thread Del Hoobler
Geoff, This is APAR IC26111. We have a fix that you can download at: ftp.software.ibm.com It is in directory: /storage/tivoli-storage-management/patches/agents/ntsql/1.1.2/ The files are: IC26111_01.EXE - Self installing executable IC26111_01.README.FTP - README file