The database name cannot exceed 50 characters

I am trying to create an offline copy of my BCM database in Outlook 2013. I have connected to my remote server which LeadershipSBSE\BCM and the database name itself is just LS. (I have shortened it as much as I can.) Despite these efforts, whenever I try
and create the offline copy, it tells me the "database name cannot exceed 50 characters."
I quite literally CANNOT shorten anything else. How can I get this to work?
Thank you in advance.
Veronica

As mentioned above, the INSTANCE name that I am typing in is "LeadershipSBSE\BCM" and the actual DATABASE name that I am selecting is "LS". I started with much longer names, but have actually created a second SQL instance with a shorter name (BCM) and a
new database with the name "LS". I quite literally CANNOT make this any shorter.
I am using Windows 8.1 and Outlook 2013.
I think I may have figured something out with regard to the error, though. My profile name was crazy long, since I was using a Google apps profile. When I switched to a different Outlook profile named "Outlook", I no longer got that error message. Now, though
I am getting a "Database creation was unsuccessful" and in the Windows event log, I'm getting an Application error 1000 with these details:
Faulting application name: wmiprvse.exe, version: 6.3.9600.16384, time stamp: 0x521590bf
Faulting module name: svrenumapi100.dll, version: 2009.100.1617.0, time stamp: 0x4db1edee
Exception code: 0xc0000005
Fault offset: 0x0003a05f
Faulting process id: 0x441c
Faulting application start time: 0x01cef050aed27518
Faulting application path: C:\WINDOWS\sysWOW64\wbem\wmiprvse.exe
Faulting module path: C:\Program Files (x86)\Microsoft SQL Server\100\Shared\svrenumapi100.dll
Report Id: eca67711-5c43-11e3-be6e-14dae951ed82
Faulting package full name: 
Thanks.
Veronica.

Similar Messages

  • ORA-20171: WM error: Trigger Names cannot exceed 27 characters

    Hi All,
    while executing the following script :
    "EXEC DBMS_WM.EnableVersioning ('clasec_menu_role_map', 'VIEW_WO_OVERWRITE');"
    i encountered following errors.
    ORA-20171: WM error: Trigger Names cannot exceed 27 characters
    ORA-06512: at "SYS.LTDDL", line 457
    ORA-06512: at "SYS.LTDDL", line 1123
    ORA-06512: at "SYS.LTDDL", line 1107
    ORA-06512: at "SYS.LT", line 9024
    i am working on oracle 10g, please help me out of this problem.
    Vikas

    i have changed the trigger name but now error is diffrent.
    SQL> EXEC DBMS_WM.EnableVersioning ('clasec_menu_role_map', 'VIEW_WO_OVERWRITE');
    BEGIN DBMS_WM.EnableVersioning ('clasec_menu_role_map', 'VIEW_WO_OVERWRITE'); END;
    ERROR at line 1:
    ORA-20230: table 'CLASSICSECURITY.CLASEC_MENU_ROLE_MAP' failed during
    UndoEnableVersioning/DisableVersioning. Error:
    ORA-01403: no data found
    ORA-01403: no data found
    ORA-06512: at "SYS.LTDDL", line 457
    ORA-06512: at "SYS.LTDDL", line 1123
    ORA-06512: at "SYS.LTDDL", line 1107
    ORA-06512: at "SYS.LT", line 9024
    ORA-06512: at line 1
    vikas

  • Cannot connect to sys giving the database name

    Hello All,
    I cannot connect to sys user when giving the database name but with no database name I can connect.
    [oracle@ccoshs02xvdbs04 trace]$ sqlplus sys/passwdA123system@mps01dev as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Mar 1 10:38:36 2011
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    ERROR:
    ORA-01017: invalid username/password; logon denied
    Enter user-name:
    ERROR:
    ORA-01017: invalid username/password; logon denied
    Enter user-name:
    ERROR:
    ORA-01017: invalid username/password; logon denied
    SP2-0157: unable to CONNECT to ORACLE after 3 attempts, exiting SQL*Plus
    [oracle@ccoshs02xvdbs04 trace]$ sqlplus sys/passwdA123system as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Mar 1 10:40:06 2011
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> show parameter instance
    NAME TYPE VALUE
    active_instance_count integer
    cluster_database_instances integer 1
    instance_groups string
    instance_name string mps01dev
    instance_number integer 0
    instance_type string RDBMS
    open_links_per_instance integer 4
    parallel_instance_group string
    parallel_server_instances integer 1

    [oracle@ccoshs02xvdbs04 script]$ sqlplus sys/passwdA123system as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Mar 1 11:19:47 2011
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> alter user sys identified by passwdA123system
    2 ;
    User altered.
    SQL> connect sys/passwdA123system@mps01dev
    ERROR:
    ORA-28009: connection as SYS should be as SYSDBA or SYSOPER
    Warning: You are no longer connected to ORACLE.
    SQL> exit
    [oracle@ccoshs02xvdbs04 script]$ sqlplus sys/passwdA123system@mps01dev as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Mar 1 11:21:15 2011
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL>
    Many thanks.

  • Install-CsDatabase Command Execution Failed: the network name cannot be found Lync 2013

    Hi, I'm having problems when trying to create a new central management database on Lync 2013 to move the one from Lync 2010.
    I'm executing this command:
    Install-CsDatabase -CentralManagementDatabase -SQLServerFQDN <FQDN of your SQL Server> -SQLInstanceName <name of instance>
    The user is member of RTCUniversalServerAdmins and is a SysAdmin on the SQL Server.
    Any ideas are appreciated, thanks!
    Eduardo Rojas

    Hi, thanks for your response,
    The server does respond to PING using the DNS name.
    I turned on network discovery and verified I can telnet to the port that is using for SQL, however is not the normal 1433, is another port (1439) , so I don't know if that is needed to be specified when excecuting the command and how to do it because I haven't
    been able to see a port switch on the Install-CsDatabase command.
    I also specified the correct instance for Lync, is the same server I used to install Lync Server 2013.
    when Excecuting the commando it starts generating a lot of information when trying to create the database, it's not like it just doesn't find the server and throws the error immediately. 
    One of the things it says before the error is:
    Attaching database xds from data path \\server\c$\csdata\... and the path.
    The operation failed because xds is DbState_NonExist.
    Attaching database failed because one of the files not found. The database will be created.
    State of database xds is DbState_DoesNotExist.
    Creating database xds from scratch. Data file path = c:\csdata\centralmgmstore\... and the path.
    Then the error is generated: The network name cannot be found.
    Any other ideas on how to fix this?
    Thanks.
    Eduardo Rojas

  • Passing the database name as a PL/SQL procedure parameter

    How do I pass the name of the database as a parameter to a procedure?
    If dbs is the variable name to which I pass the database name as shown in the example,
    CREATE OR REPLACE PROCEDURE Extract_gl_acct_Tbl(dbs varchar2)
    and I use dbs in the code as follows,
    SELECT ACCOUNT,
    SETID
    FROM SYSADM.PS_GL_ACCOUNT_TBL@dbs
    It gives me an error saying 'ORA-04054: database link DBS does not exist'.

    You will need to use dynamic SQL to handle this:
    create or replace ...
    is
    type rc is ref cursor;
    v_rc rc;
    begin
    open v_rc for 'select ... from sysadm.ps_gl_account_tbl@' || dbs;
    fetch v_rc into ... -- some variables
    -- if multiple rows, you'll need to do the fetch in a loop and exit when v_rc%notfound.
    close v_rc;
    end;

  • "the ipod 'name' cannot be updated. the required file could not be found."

    PLEASE can someone help me out on a problem that is infuriating me?? i've not long had my 30GB 5th generation video ipod, and i can't get any photos or video to transfer onto it! when i connect my ipod and itunes opens up, an error message appears saying "the ipod 'name' cannot be updated. the required file could not be found". however, it updates my music no problem..
    i've reset my ipod, restored it and wiped all my music off and then transferred it all back on, downloaded the new ipod updater 28-06-2006 and made sure my ipod has the most recent software etc on there, but still no joy!
    i never had a problem transferring photos onto my old colour photo ipod (4th generation?), so it's really annoying that i have a supposed 'better' ipod now that won't do this for me!
    any help guys? please note, i am no techie - please put any advice in simple terms!
    Packard Bell desktop   Windows XP  
    Packard Bell desktop   Windows XP  

    Hello WGT52,
    It sounds like this error message is preventing you from syncing your content to the iPod. I would recommend the troubleshooting steps in the following article:
    iTunes: Troubleshooting issues with third-party iTunes plug-ins
    Thank you for using Apple Support Communities.
    Take care,
    Sterling

  • The ipod "name" cannot be updated, an unknown error has occurred (-48)

    a few nights ago while i was updating songs to my ipod video, this thing appeared on the screen in a quick flash and i wasnt able to read what it said. then my computer blinked and resetted, causing my ipod to unplug without ejecting properly. so i pulled out the plug from the butt of the ipod only to find out that when i opened it, all my songs were gone. a good 3000 i think. i think i also pressed menu and play at the same time after that.
    the ipod "name" cannot be updated, an unknown error has occurred (-48)
    this is what keeps appearing on my i-tunes everytime i try to transfer songs to my ipod vid. the weird thing is that when i drag and drop songs from i-tunes to the ipod icon, it says its updating. but when its all done, not a single song appears on my ipod. and it also said something like "cannot be restored" and "ipod service error" on the ipod updater. i've tried on both computer and laptop and am experiencing the same problem. as of now, my ipod is working but it's just all empty. could anyone help? im so frustrated coz this is the second ipod i've purchased since the last one that broke down. thanks.

    k i tried that but i couldnt find cupertino usa on my ipod. i did: date and time - set time zone - then a list of places come out with (DST) beside each of em. i chose bangkok (dst). tried to plug it again on i-tunes and the same darn thing appears. that dreaded -48 error. ill check out the rest of those links you guys posted anyway. thanks again for tryin to help.

  • Can we rename the database name in oracle 10g

    Hi,
    Can we rename the database name in oracle 10g.
    Please help

    Yes as already said, using DBNEWID Utility can renamed the database name.
    You can also take a look at the Oracle Metalink Note:429674.1 (Which was written by me) - Subject: How We Used the Oracle DBNEWID Utility to Change the Database Name
    Regards,
    Sabdar Syed.

  • HT1386 I bought a new Mac.  I  previously had my iPhone and iPad synched to my PC.  I can't get my playlists transferred and when I try to synch my iPad I get the following message: The iPad "name" cannot be synched. You do not have the privilege to make

    I bought a new Mac.  I previously had my iPhone and iPad synched to my PC.  I set up iTunes but my playlists did not come over from my PC.  I can redo that without a problem...BUT...I just tried to synch my iPad with my Mac and I got the following message: The iPad "name" cannot be synched.  You do not have the privilege to make changes.  I deauthorized my PC and have authorized my Mac...it just won't synch.  Help!!

    I bought a new Mac.  I previously had my iPhone and iPad synched to my PC.  I set up iTunes but my playlists did not come over from my PC.  I can redo that without a problem...BUT...I just tried to synch my iPad with my Mac and I got the following message: The iPad "name" cannot be synched.  You do not have the privilege to make changes.  I deauthorized my PC and have authorized my Mac...it just won't synch.  Help!!

  • Changing the Database Name

    Hi Gurus
    I am using oracle 10g on Windows platform. The issue is I need to change my database name. When i gone through the Oracle docs I found there is an utility called 'DBNEWID' . But not getting a clear cut idea. Since my DB is So critical anybody please tell me the exact steps to change the DB-Name.
    Thanks & Cheers
    Antony

    Changing Only the Database Name
    C:\>SQLPLUS/NOLOG
    SQL*Plus: Release 10.1.0.2.0 - Production on Tue Aug 22 10:54:38 2006
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    SQL> CONN / AS SYSDBA
    Connected.
    SQL> SELECT DBID,NAME FROM V$DATABASE;
    DBID NAME
    1230404613 DB01
    SQL> SHUTDOWN IMMEDIATE;
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    Must be : Take Whole Database Backup (Oracle Recommended)
    Otherwise u lost ur database.
    SQL> STARTUP MOUNT;
    ORACLE instance started.
    Total System Global Area 171966464 bytes
    Fixed Size 787988 bytes
    Variable Size 145488364 bytes
    Database Buffers 25165824 bytes
    Redo Buffers 524288 bytes
    Database mounted.
    --Go Command Prompt
    DBNEWID UTILITY >>>NID ( OS Path : d:\oracle\product\10.1.0\db_1\bin\nid)
    C:\>SET ORACLE_SID=DB01
    C:\>NID TARGET=SYS/ORACLE@DB01 DBNAME=ORADB01 SETNAME=YES
    DBNEWID: Release 10.1.0.2.0 - Production
    Copyright (c) 2001, 2004, Oracle. All rights reserved.
    Connected to database DB01 (DBID=1230404613)
    Connected to server version 10.1.0
    Control Files in database:
    D:\ORACLE\PRODUCT\10.1.0\ORADATA\DB01\CONTROL01.CTL
    D:\ORACLE\PRODUCT\10.1.0\ORADATA\DB01\CONTROL02.CTL
    D:\ORACLE\PRODUCT\10.1.0\ORADATA\DB01\CONTROL03.CTL
    Change database name of database DB01 to ORADB01? (Y/[N]) => Y
    Proceeding with operation
    Changing database name from DB01 to ORADB01
    Control File D:\ORACLE\PRODUCT\10.1.0\ORADATA\DB01\CONTROL01.CTL - modified
    Control File D:\ORACLE\PRODUCT\10.1.0\ORADATA\DB01\CONTROL02.CTL - modified
    Control File D:\ORACLE\PRODUCT\10.1.0\ORADATA\DB01\CONTROL03.CTL - modified
    Datafile D:\ORACLE\PRODUCT\10.1.0\ORADATA\DB01\SYSTEM01.DBF - wrote new name
    Datafile D:\ORACLE\PRODUCT\10.1.0\ORADATA\DB01\UNDOTBS01.DBF - wrote new nam
    e
    Datafile D:\ORACLE\PRODUCT\10.1.0\ORADATA\DB01\SYSAUX01.DBF - wrote new name
    Datafile D:\ORACLE\PRODUCT\10.1.0\ORADATA\DB01\USERS01.DBF - wrote new name
    Datafile D:\ORACLE\PRODUCT\10.1.0\ORADATA\DB01\TEMP01.DBF - wrote new name
    Control File D:\ORACLE\PRODUCT\10.1.0\ORADATA\DB01\CONTROL01.CTL - wrote new
    name
    Control File D:\ORACLE\PRODUCT\10.1.0\ORADATA\DB01\CONTROL02.CTL - wrote new
    name
    Control File D:\ORACLE\PRODUCT\10.1.0\ORADATA\DB01\CONTROL03.CTL - wrote new
    name
    Instance shut down
    Database name changed to ORADB01.
    Modify parameter file and generate a new password file before restarting.
    Succesfully changed database name.
    DBNEWID - Completed succesfully.
    Set the DB_NAME initialization parameter in the initialization parameter file (PFILE) to the new database name.
    Note:
    The DBNEWID utility does not change the server parameter file (SPFILE). Therefore, if you use SPFILE to start your Oracle database, you must re-create the initialization parameter file from the server parameter file, remove the server parameter file, change the DB_NAME in the initialization parameter file, and then re-create the server parameter file.
    ---Create New Password File
    cmd>orapwd file=d:\oracle\product\10.1.0\db_1\database\pwddb01.ora password=oracle entries=5
    SQL> STARTUP PFILE=D:\Oracle\product\10.1.0\Db_1\database\initdb01.ora
    ORACLE instance started.
    Total System Global Area 171966464 bytes
    Fixed Size 787988 bytes
    Variable Size 145488364 bytes
    Database Buffers 25165824 bytes
    Redo Buffers 524288 bytes
    Database mounted.
    Database opened.
    SQL> select dbid,name from v$database;
    DBID NAME
    1230404613 ORADB01
    Note:
    After Change DB Name Take Whole Database bkp.
    Note: If i am missing some step or write wrong step plz. correct me.
    Before doing this refer documentation.
    http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14215/dbnewid.htm
    thanx
    Message was edited by:
    user526020
    null

  • Rename the database name

    I am installed oracle10g on widows-xp and i am created database my database name is orcl2
    now i want to change the database name orcl2 to orcl1
    i am following these steps...
    1)SHUTDOWN IMMEDIATE
    2)STARTUP MOUNT
    3)% nid TARGET=SYS/password@orcl1 DBNAME=orcl2 SETNAME=YES
    4)SHUTDOWN IMMEDIATE
    5)Set the DB_NAME initialization parameter in the initialization parameter file to the new database name.
    6)Create a new password file.
    7)STARTUP
    but i got an error at #3 ie
    SP2-0734:unknown command ignoring '% nid....
    and
    tell me how to create new password file
    and
    i have another doubt ie
    Are these steps applicable for all Oracle versions? or is there any specific version these steps compatible?
    could you please help me
    Thanks
    Rakesh

    Hi
    create a new password file by
    orapwd utility
    Usage: orapwd file=<fname> password=<password> entries=<users> force=<y/n>
    where
    file - name of password file (mand),
    password - password for SYS (mand),
    entries - maximum number of distinct DBA and force - whether to overwrite existing file (opt),
    OPERs (opt),
    There are no spaces around the equal-to (=) character.
    Thanks
    Kuljeet Pal Singh

  • How to know the database name?

    I have installed oracle 10g and developer suite.. I am trying to create forms now.
    But its error out: TNS: could not resolve the connect identifier specified!!!
    I forgot the Data base name.. How can I know the database name??
    Thanks in Advance!!!!!!!!!!

    I have installed oracle 10g and developer suite.. I'm sorry, but you are going to have be more specific as what you installed!
    If you installed Oracle Database 10g Express Edition then it is not (by default) configured to allow a connection through SQL*Plus. It is primarily configured to open a connection through the "Go To Database Homepage" url/link in the Start Menu => Oracle Database 10g Express Edition => Go To Database Homepage. In order to connect to the database from SQL*Plus (which is included with Oracle Developer Suite 10g) you will need to run the Net Configuration Assistant to configure your TNSNAMES.ora and SQLNET.ora files. Go to Start Menu => Oracle - DevSuiteHome1 => Configuration and Migration Tools => Net Configuration Assistant to run the assistant. After you run the assistant, test to make sure can connect through SQL*Plus before you attempt to connect through Forms.
    Hope this helps,
    Craig...

  • How to modify the database name

    Hi people
    Im a developer and it's the first time that I use the Xe version of oracle. I need to modify the database name but I don't know how to make this. Im finding the commands but I don't meet this.
    Anyone can help me?
    Thanks
    Best Regards

    Hi,
    XE is XE is XE ... ;-)
    If you'd like to rename it you may get a database license for at least a STANARD EDITION ONE database, upgrade your XE to SE-ONE and then rename your database.
    But (as it has been noted before) for obvious reasons there's no way to rename an XE database to something else :-)
    Kind regards
    Mike

  • How to create the database name

    May I know,How to create database name?It is create net service name is a create database name?My database instance is PSM2006 and i connect connect user1/user1@psm2006 . Can i create another instance such as bomba ?
    I want to save my oracle table in database name 'Operasi'
    and save another table in database name 'Kawalan'
    May i know,how to create and then view the database name?
    I am new in Oracle 9i client and Oracle 9i server install on server machine

    In Oracle:
    A database is a group of files that can hold data;
    An instance is the running software and memory to control one database;
    A schema is a collection of tables (and other things), often related to one application;
    A user is a security mechanism that allows privileges and may own one schema.
    Aa schema-owning user may grant access to the schema to any other users.
    A tablespace is like a disk - just a place to store things. And just like any operating system or computer, which can have many disks, a database can have many tablespaces.
    (Tablespaces were created when disks were small and one table easily filled up more than one disk. So tablespace was invented to become a logical disk, or space for tables, that could combine multiple disks.)
    Many schemas can use one tablespace to store their tables and indexes. Just like placing a file on a specific disk, each table can be assigned individually to a specific tablespace.
    So - you want to create a user 'Operasi' and a user 'Kawalan'. Each user should become a schema owner, simply by creating tables and indexes (and other things).
    Then you can create other users, 'Joe', 'Jeff', 'Tom' and 'Betty' and give them access to the tables in the 'Operasi' schema. Create users 'Buhlan', 'Karla', 'Gronk' and give them access to the tables in 'Kawalan'. And create users 'Flox' and 'Gnorf' and give them access to the tables in both 'Operasi' and 'Kawalan'.
    Oracle really works best if you only have one instance, with one database, on one computer.
    It is really sad that other, more recent, database groups, corrupted the terminology - the terms database ans schema come from the CODASYL days (over 30 years ago) - thereby making things much more difficult to understand by having several confusing meanings. (If you have used SQL Server, the term database is similar to Oracle's schema.)

  • "Some of the object names cannot be shown in their user-friendly form"

    Error states:
    "Some of the object names cannot be shown in their user-friendly form. This can happen if the object is from an external domain and that domain is not available to translate the object's name"
    We are receiving this error when we click on a group with ADUC and the members of that group were added from the trusted domain.  Domain A has a one way non transitive trust wtih domain B that is in place and active.
    We have checked every possible setting and configuration and cannot resolve this problem.  Domain A has Windows 2008 R2, domain B is 2003.  Domain A is at a windows 2008 functional leve, domain b is at a 2003 functional level.
    YOu can add account from domain B into domain A , but they immediately turn to SIDS once you hit "apply".
    Validated trust on both ends
    triple checked DNS and see no issues
    checked policies
    dcdiag returns no errors
    Could this be a bug with having a trusted domain on 2003 and the non-trusted domain on 2008 R2?

    Hi,
    This error occurs if:
    (1) the other domain is not available (meaning, not connected or name
    resolution is bad, etc)
    (2) the object in the other domain has been deleted
    (3) Broken secure channel
    Please refer to the below link:
    http://us.generation-nt.com/answer/objects-names-translation-help-77158972.html
    Regards,
    Yan Li
    If you have any feedback on our support, please click
    here
    Cataleya Li
    TechNet Community Support

Maybe you are looking for

  • HP LaserJet Pro 200 color MFP touch screen not working.

    My touch screen on my HP LaserJet Pro 200 color MFP doesn't want to work in the screen part. The black perimeter works, but not the color part where the Copy, Fax,Scan... icons are, rendering them unaccessible.

  • TS4526 Apple TV 5.2.1

    I have updated to 5.2.1 and restarted Apple TV, but Movies still returns to the Home screen. Are any other fixes available?

  • Query options for OData service

    Hi, I am able to  create an OData service and using SDK, I am able to read the data from the connected database. Now I have to fetch data based on queries. I mean from the database table I have to fetch subset of data based on conditions. I have chec

  • Stateful Session Bean failover problem

              Hi,           We have a WLS7.0 cluster with two managed servers. The problem we have in this           environment is that when server one goes down and gets up and after that server           two goes down our application gets an error "Un

  • Why do gestures stop working after Mountain Lion update?

    I've just installed Mountain Lion on my MBP, and soon after a reboot, gestures stop working. Rebooting fixes this, at least temporarily. But soon afterwards I can't switch between screens with three finger swipe etc. Yes, gestures are enabled in pref