DBLINK Name problem????

I create a DBLINK called "MYDBLINK" but ORACLE rename it as "MYDBLINK.ES.AULAS-GRP"
I create it:
create database link MYDBLINK
connect to USER1
identified by "USER1"
using '(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP) (Host = AUPDMANAS53525.ES.AULAS-GRP) (PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = BDED1.es.aulas-grp)))';
I need the name “MYDBLINK” instead of "MYDBLINK.ES.AULAS-GRP"
I have executed ALTER SYSTEM SET DB_DOMAIN='' scope=spfile; instruction but I continue with the same problem….
What do I have to configure?
I attach tnsnames and some data.
Thanks very much in advance!
TNSNAMES:
BDED1 =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = AUPDMANAS53525.ES.AULAS-GRP)(PORT = 1521))
(CONNECT_DATA =
(SERVICE_NAME = BDED1.es.aulas-grp)
(SRVR = DEDICATED)
SQL> show parameter service;
NAME TYPE VALUE
service_names string BDED1.es.aulas-grp
SQL> show parameter global;
NAME TYPE VALUE
global_context_pool_size string
global_names boolean FALSE

<font face="courier new">
Why do you need it? I think it's not a problem if you have to mention "MYDBLINK.ES.AULAS-GRP" instead of “MYDBLINK”.
<br><br>
You can try this:
<br><br>
First chack your gobal_name:<br>
SELECT * FROM global_name;<br><br>
If it is MYDBLINK.ES.AULAS-GRP then you can change your GLOBAL_NAME format from <database name>[.db_domain] to <database name> only
<br>
ALTER DATABASE RENAME GLOBAL_NAME TO MYDBLINK;
<br><br>
This may have serious consequences in other links/queries of you Database. Please check all associated options before doing it.
<br><br>
Please know more about Global Database Name from Metalink: <br>
Note 115499.1 Global Database Name Explained
</font>

Similar Messages

  • Help with add file name problem with Photoshop CS4

    Frustrating problem: Help with add file name problem with Photoshop CS4. What happens is this. When I am in PS CS4 or CS3 and run the following script it runs fine. When I am in Bridge and go to tools/photoshop/batch and run the same script it runs until it wants interaction with preference.rulerunits. How do I get it to quit doing this so I can run in batch mode? Any help is appreciated. HLower
    Script follows:
    // this script is another variation of the script addTimeStamp.js that is installed with PS7
    //Check if a document is open
    if ( documents.length > 0 )
    var originalRulerUnits = preferences.rulerUnits;
    preferences.rulerUnits = Units.INCHES;
    try
    var docRef = activeDocument;
    // Create a text layer at the front
    var myLayerRef = docRef.artLayers.add();
    myLayerRef.kind = LayerKind.TEXT;
    myLayerRef.name = "Filename";
    var myTextRef = myLayerRef.textItem;
    //Set your parameters below this line
    //If you wish to show the file extension, change the n to y in the line below, if not use n.
    var ShowExtension = "n";
    // Insert any text to appear before the filename, such as your name and copyright info between the quotes.
    //If you do not want extra text, delete between the quotes (but leave the quotes in).
    var TextBefore = "Lower© ";
    // Insert any text to appear after the filename between the quotes.
    //If you do not want extra text, delete between the quotes (but leave the quotes in).
    var TextAfter = " ";
    // Set font size in Points
    myTextRef.size = 10;
    //Set font - use GetFontName.jsx to get exact name
    myTextRef.font = "Arial";
    //Set text colour in RGB values
    var newColor = new SolidColor();
    newColor.rgb.red = 0;
    newColor.rgb.green = 0;
    newColor.rgb.blue = 0;
    myTextRef.color = newColor;
    // Set the position of the text - percentages from left first, then from top.
    myTextRef.position = new Array( 10, 99);
    // Set the Blend Mode of the Text Layer. The name must be in CAPITALS - ie change NORMAL to DIFFERENCE.
    myLayerRef.blendMode = BlendMode.NORMAL;
    // select opacity in percentage
    myLayerRef.opacity = 100;
    // The following code strips the extension and writes tha text layer. fname = file name only
    di=(docRef.name).indexOf(".");
    fname = (docRef.name).substr(0, di);
    //use extension if set
    if ( ShowExtension == "y" )
    fname = docRef.name
    myTextRef.contents = TextBefore + " " + fname + " " + TextAfter;
    catch( e )
    // An error occurred. Restore ruler units, then propagate the error back
    // to the user
    preferences.rulerUnits = originalRulerUnits;
    throw e;
    // Everything went Ok. Restore ruler units
    preferences.rulerUnits = originalRulerUnits;
    else
    alert( "You must have a document open to add the filename!" );

    you might want to try the scripting forum howard:
    http://www.adobeforums.com/webx?13@@.ef7f2cb

  • Document links  a name problem

    I am having an a href / a name problem after constructing my
    newsletter for email dissemination. When I create the email and use
    a href="article1" to a name="article1" it works on my computer to
    take the viewer from the menu link to the document in the article
    but when I send it out in a test email it attempts to find a
    location on my computer.
    Help please so I can send out my email newsletter.
    Thanks
    Voodoo

    Hi David - yes, you and I both!! It has totally wrecked my data-base of Help links.
    The more this issue is given air space maybe the better chance to rectify it. Surely it can't be too difficult to create a method whereby old URLs are transferred to the new system?

  • Name Problem while creating Proxy

    Dear All,
    While creating a proxy we are getting warning with regards to NAMES PROBLEM.
    Under Names Problem tab there are 3 comments:
    1. Object Already Exists
    2. Name already exists
    3. Special Character / underscore at position 30 deleted.
    As per my understanding the objects already exists, but I have deleted those objects create earlier by deleting the proxy.
    Is there any way from where we can delete already deleted objects?
    Is it because of Cache refresh, if yes than please tell how to refresh Cache in ECC system?
    While activating any Functional Module in same ECC system, I can see all earlier created objects although I have deleted all of them while deleting proxy objects.
    Please help!!
    Regards
    Edited by: Chanakya Sharma on Jun 21, 2010 11:16 AM

    > 1. Object Already Exists
    > 2. Name already exists
    > 3. Special Character / underscore at position 30 deleted.
    >
    > As per my understanding the objects already exists, but I have deleted those objects create earlier by deleting the proxy.
    Table structures are not deleted automatically. Check in SE80 for all objects created with SPROXY.
    The issue could happen also, when name of data type, message type and message interface is equal. Then the creation ot the data type objects fails, is there is already an object related to message type.
    For proxy genaration you should name all ojects with a prefix, like DT for data type.

  • Connect to Server Login Name Problem

    I have been troubleshooting some problems on two computers my father-in-law has.
    One is an 2GHz Intel Core Duo iMac running Mac OS 10.4.11. We'll call this iMac 2G.
    The second is an 800 MHz PowerPC G4 iMac running Mac OS 10.4.11. We'll call this iMac 800M.
    I am attempting to file share the two computers. I can connect iMac 800M to the iMac 2G via "Connect to Server" fine. When I try to do the reverse, iMac 2G to the iMac 800M, the "Connect to Server" login window want to use the "Short Name" listed in the "Account" panel for the login name instead the full name.
    Is there a way to fix this so that it will work with the full name will work in the login window?
    Thanks.
    BTW - I do not know if this matters but I used the "ChangeShortName" (version 1.3) utility to fix the short name problem in the iMac 2G. Everything work fine after running the program.

    Never mind, there were two login information stored in the keychain. Deleting the old one seem to correct the problem.

  • GUI_DOWNLOAD field names problem

    Hi,
    I have a problem with the haederline with the column names in the downloaded file.
    I'm using the function GUI_DOWNLOAD in the following way:
    DATA: ls_fieldnames  TYPE it_fieldnames,
            lt_fieldnames  TYPE STANDARD TABLE OF it_fieldnames.
    ls_fieldnames-fieldname = 'Column1'.
      APPEND ls_fieldnames TO lt_fieldnames.
      ls_fieldnames-fieldname = 'Column2'.
      APPEND ls_fieldnames TO lt_fieldnames.
    CALL FUNCTION 'GUI_DOWNLOAD'
        EXPORTING
          filename                = p_fname
          filetype                = 'DAT'
          codepage                = '4103'
        TABLES
          data_tab                = lt_table
          fieldnames              = lt_fieldnames
    The problem now is, that the header line is shown a several times in the text file. that means, it appears at very first (as it should), but also appears a several times between the data lines again.
    Does anyone have any idea what the problem is?
    Thank you!

    Hi,
    If you are downloading the file into an EXCEL  you can use the filetype 'DAT'.
    Here you are downloading into an Text file. So please try with the Filetype 'ASC'.
    Please try with this and also see what the pagecode 4103 does.
    With Regards,
    Sumodh.P

  • Host name problem

    Hi,
    whenever I excute the web application ,it is not showing the result.I found that there is  a problem in configuring of host name by using the function module "RSBB_URL_PREFIX_GET".The value for E_URL_SERVER is in the format  ls3022 rather than ls3022.wdf.sap-ag.de.
    So it has the only host name but not the domain (including the extension).How can i change this value to complete host name(including the domain).
    With rgds,
    Anil

    Hi Deepu,
    Thank you for your help.
    Could u clarify my silly doubt. If we are running the BW server on Unix,Is there any domain in this case.
    With rgds,
    Anil

  • Blank User Name Problem when trying to log in to email set up

    Hi,
    I've seen this issue posted on various places on this forum but no satisfactory answers.
    I want to add and remove email addresses on my Blackberry Curve and also change the message that is seen when I send an email from the Blackberry.
    When I type my username and password which is correct according to Options-Device etc, it says "blank user name. Type a valide user name."
    I have spent hours on the phone with t-mobile on several occasions and nobody seems to be able to help.
    I remember having this problem ages ago and some kind person gave me a website address where I could change it online and told me I shouldn't have that web address so to keep it quiet but of course I changed laptops and it got lost.
    Can anyone help before I throw the phone in the bin?
    Jan

    After hours on the phone to my provider (unsuccessful) and hours trawling the internet, I found this answer on another forum http://answers.yahoo.com/question/index?qid=20111109185521AA7xg7m and this has enabled me to get round the problem. Hurrah!
    Just thought this should help someone else if it was the emails and/or signature you were trying to change.... I would still like to know why I can't log in normally tho if anyone can help!

  • BusinessObjects Enterprise HOST NAME PROBLEMS

    As we can find in other posts, we know that BO has problems with underscore in the host name.
    I read in some posts that the problem can be solved by writing the IP address instead of the host name when we use Infoview or whatever we need.
    I've done two BO enterprise installations in two different Vitual Machines (made with Virtual PC).
    I know that SAP guarantees that BO works fine only on VMware platform with the host name without underscores.
    The host on the first Virtual Machine was named correctly, but after the installation I changed it inserting an underscore; after this the Infoview login interface didn't work. So I tried to write the IP address and It worked properly.
    Trying to use Designer and Translation Manager I had  only to use the IP address instead of the current host name.
    The host on the second Virtual Machine was named with an underscore, and after the installation I launched the Infoview login interface that didn't work. Again I tried to write the IP address and It worked properly, but in this case I couldn't launch the Designer and I couldn't import the universe from cms with the Translation Manager!!!
    I got this exception opening the Designer:
    1 processor P Family 6 Model 15 Stepping 6
    Windows 2000 Server (Terminal Server) v5.2 build 3790 (S)
    Physical Total/Avail: 1.546.728 Kb / 878.328 Kb
    Temp directory C:\DOCUME1\ADMINI1\IMPOST~1\Temp\ (1 Kb available)
    'Unknown' video card
       808 x 688 in true color
    Unhandled Exception
      Code: e06d7363
      Description unavailable
    Call stack:
    Module  at   0x7c800000: C:\WINDOWS\system32\kernel32.dll  v 5.2.3790.3959 <i>
        address: 0x7c80bee7
    Module  at   0x7c340000: C:\WINDOWS\system32\MSVCR71.dll  v 7.10.3052.4 <i>
        address: 0x7c359aed
    Module  at   0x49920000: C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\cpi18n.dll  v 12.0.0.683 <i>
        address: 0x4994c1e3
    Module  at   0x00f20000: C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\xerces-c_2_7.dll  v 2.7.0.0 <i>
        address: 0x01007261
        address: 0x01c281f0
        address: 0x01006e65
    Application:
    3980 "
      current thread 0x814
    started: martedu00EC 21 luglio 2009 at 10.06
    ends:    martedu00EC 21 luglio 2009  at 10.06
      User mode: 330 ms   Kernel mode: 450 ms
    Loaded modules:
        0x00320000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\io-vc-mt.dll      v 0.0.0.0
        0x00330000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\thread-vc-mt.dll      v 0.0.0.0
        0x00350000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\cpcoll.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x00360000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\TraceLog.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x003A0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\dlg1.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x003B0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\dlgdll.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x003C0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\boDeploy.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x003F0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\security-vc-mt.dll      v 0.0.0.0
        0x00400000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\designer.exe      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x005A0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\btuc320vc71.dll      v 3.2.0.0      [Inglese (Stati Uniti)]
        0x006D0000     C:\WINDOWS\system32\MFC71U.DLL      v 7.10.3077.0      [Inglese (Stati Uniti)]
        0x007E0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\tools.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x00960000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\zlib.dll      v 0.0.0.0
        0x00980000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\cxlibw-4-0.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x00AD0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\libOCAHelperw-4-0.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x00DD0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\libxml2.dll      v 0.0.0.0
        0x00EC0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\cpxml.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x00EE0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\network-vc-mt.dll      v 0.0.0.0
        0x00F00000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\time-vc-mt.dll      v 0.0.0.0
        0x00F20000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\xerces-c_2_7.dll      v 2.7.0.0      [Inglese (Stati Uniti)]
        0x010E0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\wstkCommon.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x01140000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\bo_storage.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x01170000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\unvtools.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x011E0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\cpqry.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x01210000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\streaming-vc-mt.dll      v 0.0.0.0
        0x01240000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\pdflib.dll      v 7.0.1.1      [Inglese (Stati Uniti)]
        0x01F00000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\BOCP_1252.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x10000000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\file-vc-mt.dll      v 0.0.0.0
        0x12000000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\xerces-c_2_1_0.dll      v 2.1.0.0      [Inglese (Stati Uniti)]
        0x49650000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\repo_proxy.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x497D0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\cplib.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x49920000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\cpi18n.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x499E0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\msgsrv.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x49AA0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\boconfig.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x49C50000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\i18n.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x4A800000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\icuuc30.dll      v 3.0.0.0      [Lingua di sistema]
        0x4A900000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\icuin30.dll      v 3.0.0.0      [Lingua di sistema]
        0x4AD00000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\icudt30.dll      v 3.0.0.1      [Lingua di sistema]
        0x53000000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\fssl-1-2-1-3.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x53210000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\cs_helpers.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x53430000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\cube.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x53900000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\cs_tools.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x53B10000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\kagtux.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x53F60000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\cnxsrv.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x54150000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\desengine.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x541C0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\ksqldg.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x542C0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\sessmgr.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x544F0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\uitools.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x546C0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\rptdisp.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x54740000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\krptdlg.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x547E0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\BOFCEngine.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x54AB0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\category.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x54D40000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\RepAttr.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x54D70000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\bofcui.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x55290000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\kquery.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x55640000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\BOFCDialogs.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x556E0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\vartools.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x56970000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\FCRepoProxy.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x597C0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\libOCASecurityw-3-0.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x5D360000     C:\WINDOWS\system32\MFC71ITA.DLL      v 7.10.3077.0      [Italiano (Italia)]
        0x63000000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\etc-1-0-12-5.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x64000000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\ebus-3-3-2-6.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x6D7C0000     C:\WINDOWS\system32\dbghelp.dll      v 5.2.3790.3959      [Inglese (Stati Uniti)]
        0x71950000     C:\WINDOWS\System32\mswsock.dll      v 5.2.3790.3959      [Italiano (Italia)]
        0x719E0000     C:\WINDOWS\system32\WSOCK32.dll      v 5.2.3790.0      [Italiano (Italia)]
        0x71A20000     C:\WINDOWS\system32\WS2HELP.dll      v 5.2.3790.3959      [Italiano (Italia)]
        0x71A30000     C:\WINDOWS\system32\WS2_32.dll      v 5.2.3790.3959      [Inglese (Stati Uniti)]
        0x72EA0000     C:\WINDOWS\system32\WINSPOOL.DRV      v 5.2.3790.3959      [Italiano (Italia)]
        0x743D0000     C:\WINDOWS\system32\MSCTF.dll      v 5.2.3790.3959      [Italiano (Italia)]
        0x744C0000     C:\WINDOWS\system32\msi.dll      v 3.1.4000.3959      [Lingua di sistema]
        0x76080000     C:\WINDOWS\system32\MSASN1.dll      v 5.2.3790.3959      [Inglese (Stati Uniti)]
        0x760A0000     C:\WINDOWS\system32\CRYPT32.dll      v 5.131.3790.3959      [Italiano (Italia)]
        0x76170000     C:\WINDOWS\system32\MSIMG32.dll      v 5.2.3790.0      [Inglese (Stati Uniti)]
        0x761A0000     C:\WINDOWS\system32\comdlg32.dll      v 6.0.3790.3959      [Italiano (Italia)]
        0x76670000     C:\WINDOWS\system32\hlink.dll      v 5.2.3790.3959      [Inglese (Stati Uniti)]
        0x76DC0000     C:\WINDOWS\system32\DNSAPI.dll      v 5.2.3790.3959      [Italiano (Italia)]
        0x76E00000     C:\WINDOWS\system32\WLDAP32.dll      v 5.2.3790.3959      [Italiano (Italia)]
        0x76E40000     C:\WINDOWS\system32\Secur32.dll      v 5.2.3790.3959      [Inglese (Stati Uniti)]
        0x76E60000     C:\WINDOWS\System32\winrnr.dll      v 5.2.3790.3959      [Inglese (Stati Uniti)]
        0x76E70000     C:\WINDOWS\system32\rasadhlp.dll      v 5.2.3790.3959      [Inglese (Stati Uniti)]
        0x77340000     C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.3790.3959_x-ww_D8713E55\comctl32.dll      v 6.0.3790.3959      [Inglese (Stati Uniti)]
        0x774F0000     C:\WINDOWS\system32\ole32.dll      v 5.2.3790.3959      [Italiano (Italia)]
        0x779B0000     C:\WINDOWS\system32\WININET.dll      v 6.0.3790.3959      [Italiano (Italia)]
        0x77A60000     C:\WINDOWS\system32\urlmon.dll      v 6.0.3790.3959      [Italiano (Italia)]
        0x77B60000     C:\WINDOWS\system32\VERSION.dll      v 5.2.3790.3959      [Inglese (Stati Uniti)]
        0x77B70000     C:\WINDOWS\system32\msvcrt.dll      v 7.0.3790.3959      [Inglese (Stati Uniti)]
        0x77BD0000     C:\WINDOWS\system32\GDI32.dll      v 5.2.3790.3959      [Inglese (Stati Uniti)]
        0x77C20000     C:\WINDOWS\system32\RPCRT4.dll      v 5.2.3790.3959      [Inglese (Stati Uniti)]
        0x77CD0000     C:\WINDOWS\system32\OLEAUT32.dll      v 5.2.3790.3959      [Inglese (Stati Uniti)]
        0x77D70000     C:\WINDOWS\system32\ADVAPI32.dll      v 5.2.3790.3959      [Italiano (Italia)]
        0x77E20000     C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_5.82.3790.3959_x-ww_78FCF8D0\COMCTL32.dll      v 5.82.3790.3959      [Inglese (Stati Uniti)]
        0x77EC0000     C:\WINDOWS\system32\SHLWAPI.dll      v 6.0.3790.3959      [Italiano (Italia)]
        0x77F30000     C:\WINDOWS\system32\USER32.dll      v 5.2.3790.3959      [Italiano (Italia)]
        0x7C140000     C:\WINDOWS\system32\MFC71.DLL      v 7.10.3077.0      [Inglese (Stati Uniti)]
        0x7C340000     C:\WINDOWS\system32\MSVCR71.dll      v 7.10.3052.4      [Inglese (Stati Uniti)]
        0x7C3A0000     C:\WINDOWS\system32\MSVCP71.dll      v 7.10.3077.0      [Inglese (Stati Uniti)]
        0x7C800000     C:\WINDOWS\system32\kernel32.dll      v 5.2.3790.3959      [Italiano (Italia)]
        0x7C910000     C:\WINDOWS\system32\ntdll.dll      v 5.2.3790.3959      [Italiano (Italia)]
        0x7C9E0000     C:\WINDOWS\system32\SHELL32.dll      v 6.0.3790.3959      [Italiano (Italia)]
    I got this exception importing the universe from cms in the Translation Manager:
    [repo_proxy 37] UniverseFacade::importUniverse - (Helpers::InfoStore::ObjectFileHandle::extractContent) Local file copy has failed Errore del File Repository Server: La directory C:\Documents and Settings\Administrator\Dati applicazioni\Business Objects\Business Objects 12.0\Universes\@l3_dwhsrv_6400\Folder 95/Universes\ richiesta u00E8 inesistente.(hr=#0x80042a4a)
    I'd like to know if:
    1) Is this a problem because of the Virtual PC virtual machine?
    2) Is this a problem because of the BO problem with underscore in the host name?
    and
    3) How can I resolve this problem without changing the host name?
    Thank you for your attention,
    Giorgio
    Edited by: Agliano Giorgio on Jul 21, 2009 12:28 PM

    Hi Agliano,
    changing the Hostname of a Server after BO is installed is a bad idea ! The WAR files for your Tomcat are in some sort "hardcoded".
    I would suggest re- deploying your war files on the Tomcat would fix this issue. Check SAP Note - 1308027 for assistance.
    Regards
    -Seb.

  • Windows 7 IPv4 resolution of own host name problem

    Hi,
    Preconditions:
    I have a Windows 7 SP1 with 2 network adapters. LAN1 has a static IP address and shall be used by our applications.
    LAN2 uses DHCP. DNS or WINS is servers are not available.
    For the applications it is necessary that the own FQDN resolves always to the same IPv4 address ( of LAN1).
    I test this with the command "ping -4 -n 1 own.fqdn".
    Problem:
    When LAN2 has a ethernet connection, but there is no DHCP server it gets a autoconfiguration IP address starting with 169.254 .
    In this case the own FQDN resolves to the  169.254.X.Y address and confuses our application.
    Questions:
    How can I avoid this change of the name resolution?
    How decides the OS to which adapters address the own FQDN resolves?
    Thanks
    gs2013

    Hi,
    Network one is not connected to the network you think it should be connected to but that it is in fact connected to the 169.254.x.y network
    instead of another network.
    Windows doesn't make up IP address so if your computer is getting one it is connected to a network with a DHCP server.
    please verify that you have the network cards plugged into the network you think they are plugged into and that you haven't reversed them
    accidently
    Then make sure you disable the first one when you choose the second one adapter.
    Meanwhile, please refer to the article below to force the adapter:
    http://social.technet.microsoft.com/Forums/windows/en-US/64451b61-b8d6-4e16-a396-ea418753f1c6/force-internet-connection-to-desired-network-adapter
    Karen Hu
    TechNet Community Support

  • DNS Host name problem

    Hi, I am a newbie to AS. Nice to join the family and meet u all.
    I got some problem during installation of AS 2005Q2, when I install and select 'Config Now' option, I cannot pass since the DNS hostname always fail.
    If I select 'Config Later', I will find something is missing, like asadmin tool is not avaiable.
    Since I will use the Ip only, can I disable or bypass the DNS host name? since no matter how I enter it always fail.
    Please advise, thank you very much in advance. :)

    Hi, I am a newbie to AS. Nice to join the family and meet u all.
    I got some problem during installation of AS 2005Q2, when I install and select 'Config Now' option, I cannot pass since the DNS hostname always fail.
    If I select 'Config Later', I will find something is missing, like asadmin tool is not avaiable.
    Since I will use the Ip only, can I disable or bypass the DNS host name? since no matter how I enter it always fail.
    Please advise, thank you very much in advance. :)

  • How to create and Pass DBLINK name at the run time

    Hi,
    Please help me out ....
    ACCEPT DB_USER PROMPT 'Enter the DB user name :'
    like this i will get the DB_USER name and i want to create one dblink with that userbame at the runtime
    and in all my .sql file i have to append that user name and dblink .. how to do this ....
    for example ,
    1.sql file contains a query like this
    select *
    from <user>.emp@<dblink>
    where ename= 'KING'
    ACCEPT DB_USER PROMPT 'Enter the DB user name :'
    user enter : SCOTT
    and the dblink should create a name like SCOTT_DBLINK
    and it should make the select clause in the .sql file as
    SELECT *
    FROM SCOTT.EMP@SCOTT_DBLINK
    WHERE ename = 'KING';

    Hi,
    Do you want to actually CREATE DATABASE LINK on the fly? - Don't there are all sorts of implications there.
    If not, go ahead and read about [SQL*Plus Substitution Variables|http://www.oracle.com/technology/support/tech/sql_plus/htdocs/sub_var.html]
    Regards
    Peter

  • Skype Name Problem

    Hi everyone,
    I have a problem with my skype name, because I created my account around 2005, I lost my password and I cannot restart it because Skype says:
    It looks like the account associated with the Skype Name migcenel doesn’t have any billing details. Unfortunately, this means we are unable to verify your identity.
    If you can access your email address don’t forget you can reset your password by clicking here or find out your Skype Name by going to this page and clicking "Forgotten your Skype Name".
    The problem is that my email associated with that account is closed and I really need to get back my skype name because is my unique name in all my accounts.
    Can you help me with this?

    Hi, migarcangel,
    I just found your post in the Skype Manager message board today (6/11/2012).
    Unfortunately, you may not be able to recover your account if you cannot prove the ownership of it to Skype Customer Service.  While I appreciate the inconvenience, this is for our safety and security.  Here is the link to an FAQ article with more information:
    https://support.skype.com/en-us/faq/FA109/I-ve-forgotten-my-password
    Best regards,
    elainem77
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • Column name problem

    Hi all.... I have a little strange problem.. I hope you all can help me in solving this.
    for brief intro, I have an web application on MySQL written entirely in JAVA. Now we want to migrate from MySQL to Oracle... We have used Oracle Migration Workbench for migrating Schema and data. There is no problem uptill now.
    The real problem is with the column names... to clear the problem lets have an example...
    In mysql, if you execute[b] 'Select employeeID,empName from employee'  you will always get 'employeeID' and 'empName' column names in the resultset meta data... but if you executes the same query on oracle you will get 'EMPLOYEEID' and 'EMPNAME' column names in resultset meta data... then we make some xmls using these column names and then parse them and get values using HashMap... now in hashmap 'a' is different from 'A'... We did not take care of this problem while building this application. Now the application is almost completed and we are just one step away from migrating to Oracle but this problem is hindering us.
    just keep in mind there are several jsps,java beans, java services working on DB. So we need such a solution to apply on oracle and get our desired column names back from result set meta data.
    I have tried multiple solutions for this.
    1. Synonyms.. but you can only create synonyms for table not for column names
    2. Create table with double qoutes... but then we have to change all our queries which requires a lot of files to change.
    3. Create Views.... but it has same problem as of point 2.
    Can you suggest any better way to work around this problem... which require minimum effort and we migrate to oracle with existing code... Otherwise we have to do a lot of donkey work to change the code...
    Thanks in advance
    Message was edited by:
    user587592

    migrate to oracle with existing code... Otherwise we
    have to do a lot of donkey work to change the code...Is that not why SED/AWK/GREP and PERL were invented?
    As others have said, the SQL standard as well as several implementations do not support mixed- or camel-case identifiers. IN addition, only 8 character identifers are required, all else is 'above the standard'. You are facing a typical porting issue.

  • Case sensitive column name problem

    I have a strange problem in my application.
    I install the application on several machines with no problem but in one machine I'm getting an exceptions on:
    "Column 'SomeColumnName' does not belong to table"
    the code look like this:
    DataRow newDataRow = myTableFromDatabase.NewRow();
    newDataRow["SomeColumnName"] = dr["SomeColumnName"];
    when I change the code to upper case:
    DataRow newDataRow = myTableFromDatabase.NewRow();
    newDataRow["SOMECOLUMNNAME"] = dr["SOMECOLUMNNAME"];
    it works on the problematic machine.
    - I got the same problem on reading data from OracleDataReader.
    - The property DataTable.CaseSensitive was not changed (default = false).
    I'm not sure this is ODP problem or .net but I can't find any .net issues on that.

    Ok ,
    This is the most bizar bug that I ever saw:
    The problem was that the machine was running in turkey.
    In .NET culture settings the function ToUpper is not work on the letter 'i' when the region is turkey.
    That means that oracle ODP OracleDataReader is case sensitive on the column name - if the column name have the letter 'i'.

Maybe you are looking for

  • Error While Creating Delivery : "Quantity falls below minimum Inventory"

    Hi All,     I have an error while creating a delivery in BusinessOne. I have created a new item using the BusinessOne UI. And i created the salesOrder for this item and it was created successfully. But when i tried to create a salesDelivery for this

  • How to give a value range in export parameter (global class)

    hi all, I have created a class-method called get_po_date. In this i had export parameter as qmfe-qmnum. If i give qmfe-qmnum in import parameter in class, i am able to give only one value at one time, but i need a range of values at a time. Instead o

  • Map Paragraph and Character Styles

    Hello all, I am trying to import Word documents based on the Word Import Preset documents. Here's an example smp document <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Sangam-Import-Preset reader-type="Word/RTF">     <!--Style mappings tak

  • Cant get Rear Speakers working...

    Well... I got soundblaster audigy ...and Front left and front right is working... but i cant get the rears to work... I got the output of the amp.. into black hole of the sound card... was there anymore i was supposed to do.. e.g setup ?... thanks in

  • Business Objects Data Services Incremental Load Help

    Hi this my first time creating a incremental load for a batch job. My batch job consists of a try - initialization script - data flow - catch. When I validate my initialization script I am getting an error could you review and identify the error with