Error -350


 
Thread Tools Search this Thread
Operating Systems BSD Error -350
# 1  
Old 01-21-2008
CPU & Memory Error -350

Hi All,

When ever am rying to connect to the database using isqlrf from the command prompt i get the following error
Error -350 is Index already exists on column.

What could be the possible reason and a solutin for this ?

AM using freeBSD
Thanks in advance
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Linux Benchmarks

HP ML 350 dual Xeon 3.2GHz

CPU: dual Xeon 3.2 GHz Ram: 1Gig Motherboard: Bus: 800MHz Cache: 1MB Controller:Smart Array 641 Disk: UltraSCSI 320 Load: Kernel:2.6.9-1.667smp Kernel ELF?: yes pgms: compiled with gcc 3.4.3 BYTE UNIX Benchmarks (Version 3.11) System -- Linux ford 2.6.9-1.667smp #1 SMP... (0 Replies)
Discussion started by: migurus
0 Replies

2. Shell Programming and Scripting

remove a 350 files in one shot

i have a dir called logs. In it i have some 350 files how to move all those files from directory logs to a new dir called archive I want to do it in single shot Below the command i m trying but not getting find . -name "CurrentCollector*" -exec mv {} archive \;... (2 Replies)
Discussion started by: ali560045
2 Replies
Login or Register to Ask a Question
Proxy Constants(3)					       globus gsi proxy core						Proxy Constants(3)

NAME
Proxy Constants - Enumerations enum globus_gsi_proxy_error_t { GLOBUS_GSI_PROXY_ERROR_SUCCESS = 0, GLOBUS_GSI_PROXY_ERROR_WITH_HANDLE = 1, GLOBUS_GSI_PROXY_ERROR_WITH_HANDLE_ATTRS = 2, GLOBUS_GSI_PROXY_ERROR_WITH_PROXYCERTINFO = 3, GLOBUS_GSI_PROXY_ERROR_WITH_PROXYPOLICY = 4, GLOBUS_GSI_PROXY_ERROR_WITH_PATHLENGTH = 5, GLOBUS_GSI_PROXY_ERROR_WITH_X509_REQ = 6, GLOBUS_GSI_PROXY_ERROR_WITH_X509 = 7, GLOBUS_GSI_PROXY_ERROR_WITH_X509_EXTENSIONS = 8, GLOBUS_GSI_PROXY_ERROR_WITH_PRIVATE_KEY = 9, GLOBUS_GSI_PROXY_ERROR_WITH_BIO = 10, GLOBUS_GSI_PROXY_ERROR_WITH_CREDENTIAL = 11, GLOBUS_GSI_PROXY_ERROR_WITH_CRED_HANDLE = 12, GLOBUS_GSI_PROXY_ERROR_WITH_CRED_HANDLE_ATTRS = 13, GLOBUS_GSI_PROXY_ERROR_ERRNO = 14, GLOBUS_GSI_PROXY_ERROR_SETTING_HANDLE_TYPE = 15, GLOBUS_GSI_PROXY_INVALID_PARAMETER = 16, GLOBUS_GSI_PROXY_ERROR_SIGNING = 17, GLOBUS_GSI_PROXY_ERROR_LAST = 18 } Enumeration Type Documentation enum globus_gsi_proxy_error_t Proxy Error codes. Enumerator: GLOBUS_GSI_PROXY_ERROR_SUCCESS Success - never used. GLOBUS_GSI_PROXY_ERROR_WITH_HANDLE Invalid proxy handle state. GLOBUS_GSI_PROXY_ERROR_WITH_HANDLE_ATTRS Invalid proxy handle attributes state. GLOBUS_GSI_PROXY_ERROR_WITH_PROXYCERTINFO Error with ASN.1 proxycertinfo structure. GLOBUS_GSI_PROXY_ERROR_WITH_PROXYPOLICY Error with ASN.1 proxypolicy structure. GLOBUS_GSI_PROXY_ERROR_WITH_PATHLENGTH Error with proxy path length. GLOBUS_GSI_PROXY_ERROR_WITH_X509_REQ Error with the X.509 request structure. GLOBUS_GSI_PROXY_ERROR_WITH_X509 Error with X.509 structure. GLOBUS_GSI_PROXY_ERROR_WITH_X509_EXTENSIONS Error with X.509 extensions. GLOBUS_GSI_PROXY_ERROR_WITH_PRIVATE_KEY Error with private key. GLOBUS_GSI_PROXY_ERROR_WITH_BIO Error with OpenSSL's BIO handle. GLOBUS_GSI_PROXY_ERROR_WITH_CREDENTIAL Error with credential. GLOBUS_GSI_PROXY_ERROR_WITH_CRED_HANDLE Error with credential handle. GLOBUS_GSI_PROXY_ERROR_WITH_CRED_HANDLE_ATTRS Error with credential handle attributes. GLOBUS_GSI_PROXY_ERROR_ERRNO System error. GLOBUS_GSI_PROXY_ERROR_SETTING_HANDLE_TYPE Unable to set proxy type. GLOBUS_GSI_PROXY_INVALID_PARAMETER Invalid function parameter. GLOBUS_GSI_PROXY_ERROR_SIGNING A error occured while signing the proxy certificate. GLOBUS_GSI_PROXY_ERROR_LAST Last marker - never used. Author Generated automatically by Doxygen for globus gsi proxy core from the source code. Version 6.2 Mon Apr 30 2012 Proxy Constants(3)