Can we change connection id in discoverer

I created a public connection in discoverer (cf_101). but in my web application, the link is cn=cf_102.
of course i can change the link. but are there any way we can change the connection id (also called connection key) in discoverer.
thanks

Hi,
If you based your folder on the database object then you can change the type in the database (but it may effect other applications using this DB object).
Other way to get what you need is to create a new item in the folder with the following calculation:
To_date( transaction_date)
and then set your parameter and condition with this new item rather than the original one.
Note that if the transaction_date is indexed then after wrapping it with the to_date it will not use the index.
Tamir

Similar Messages

  • How can I change Connection parameters when promoting to Production ???

    Hi Everyone !
    Do you know how can I change Connection Framework parameters in a Webdynpro Application? The app was deployed in TEST, now I want to move it to Production...
    In my application I am using Connection Framework to connecto to a BAPI.
    The connection was created using
    SAP Connectivity > SAP Enterprise Connector.
    I provided connection parameters for a TEST environment (Host name, system number, client, logon name...).
    I deployed the application in TEST, but how can I change these parameters prior to promote it to Production? Were and how do I fill the new parameter values?
    Many Thanks,
    Silvio Hirashiki

    Hi Silvio,
    AFAIK, you need to provide JCO connection to proxy port type and all connection specific data is there. (http://help.sap.com/saphelp_nw04/helpdata/en/ed/897483ea5011d6b2e800508b6b8a93/frameset.htm). You can use configuration files for this or RFC destination.
    You only need to regenerate proxy when interfaces of functional modules are dufferent for TEST and Production.
    BTW, why are you using SAP EC instead of adaptive RFC model in WD application?
    Best regards, Maksim Rashchynski.

  • Problem with Connection Manager. Can't change connection string / Server name

    p.MsoNormal, li.MsoNormal, div.MsoNormal
    {margin-top:0cm;margin-right:0cm;margin-bottom:10.0pt;margin-left:0cm;line-height:115%;font-size:11.0pt;font-family:'Calibri','sans-serif';}
    .MsoChpDefault
    {font-size:10.0pt;}
    .MsoPapDefault
    {line-height:115%;}
    @page Section1
    {size:612.0pt 792.0pt;margin:72.0pt 72.0pt 72.0pt 72.0pt;}
    div.Section1
    {page:Section1;}
    Hi,
    I have copied a number of SSID packages from a live server to my test server and am trying to get them up and running but I have a problem with the connection. The only thing that is different is the server name. I decided to keep the same connection in the connection manager as it is referenced in a dtsConfig file. I changed the dtsConfig file to reference the new servername [Data Source= new test server name]. I also check my paths and they are pointing to the correct config locations etc.
    I found this post which was similar to my problem but I still get problems with the connection
    http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1319961&SiteID=1
    I updated the connection by changing the server name in the actual connection. I did this from the data flow tab in the Connection Managers sections (MS Visual Studio). Right clicked - Edit - changed the name of the server name to my test server and selected the database. Test connection was fine, and saved this.
    Once I saved this, the connection string changed to my current test server in the properties of the connection. However when I run the package I get the following error:
    Error: 0xC0202009 at ReportsImport, Connection manager "myconnectionstring": SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.
    An OLE DB record is available.  Source: "Microsoft SQL Native Client"  Hresult: 0x80004005  Description: "Login timeout expired".
    An OLE DB record is available.  Source: "Microsoft SQL Native Client"  Hresult: 0x80004005  Description: "An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections.".
    An OLE DB record is available.  Source: "Microsoft SQL Native Client"  Hresult: 0x80004005  Description: "Named Pipes Provider: Could not open a connection to SQL Server [53]. ".
    Error: 0xC020801C at Myprocess import from file, BuyAtReportsImport [79]: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager "myconnectionstring" failed with error code 0xC0202009.  There may be error messages posted before this with more information on why the AcquireConnection method call failed.
    Error: 0xC0047017 at Myprocess import from file, DTS.Pipeline: component "ReportsImport" (79) failed validation and returned error code 0xC020801C.
    Error: 0xC004700C at Myprocess import from file, DTS.Pipeline: One or more component failed validation.
    Error: 0xC0024107 at Myprocess import from file: There were errors during task validation.
    So even if I change the existing connection properties and save and Build my package again, my connection properties (connectionstring, servername etc) all revert back to its original data source when I re-open the package. Simply it does not seem to be saving the connection properties i put in.
    What am I doing wrong or how can I change the existing connection manager to look at the new server. The database is  the same and I have full admin privilege on the server.
    I don't want to recreate my packages as there are alot and they are not simple.
    After changing the connection properties, saving and reloading I get a connection error. But this is because it is not retaining the new connection manger setting i entered.
    Incidentally - I created a new SSID to perform a simple connection and write to the the server and it was OK so there is no problem with actually seeing the my test server.
    Thanks in advance

    Yes, the package is in visual studio and I have executed it. There are no errors but in the output i have the error message about my connection. My dtsConfig file is added to the project in the 'Package Configuration Organizer' and path and files are correct. This is the output error:
    Error: 0xC020801C at xx import from file, xxReportsImport [79]: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager "myconnectionname" failed with error code 0xC0202009.  There may be error messages posted before this with more information on why the AcquireConnection method call failed.
    I will try and run it using dtexec.exe. if I have two config files do i use
    dtsexec.exe /f <packagename> /conf <configfile> /conf <secondconfigfile>

  • Can't change connection in configuration of application module

    I've trouble in changing a connection in a configuration of an application module.
    To reproduce this do the following:
    - create two or more connections (in my case: to different databases on different servers, one of them via JDBC-ODBC Bridge)
    - create an empty BC4J project
    - create an application module using one of the connections
    - right click the am and select configurations
    - in the configuration manager select the (default) configuration (usually AppModuleLocal)
    - select "edit"
    - in the "Connection Type" section select "JDBC URL"
    - Change the Connection Name to point to a different connection
    - close the connection manager
    - repeat the steps from (*)
    - repeat the steps from (*) once more
    => you'll be unable to change the connection back to the connection used first. You can change it in the configuration manager, but if you reopen the configuration manager you'll see the old connection again.

    You can edit the bc4j.xcfg and change the connation name within the configuration. I will try to reproduce and fix this bug.
    Thanks
    Juan

  • I can't change "Connecting Camera Opens..." in Preferences

    I'm running iPhoto 9.1.1 in Snow Leopard 10.6.7, but this problem was present in the last version of iPhoto. I don't know if I installed a plugin a long time ago, but I am now unable to change the "Connecting Camera Opens..." iPhoto preference under General. It shows a blank file icon and is unresponsive when clicked. See screenshot.
    Anyone know how to fix this? Thanks.

    Although that thread was different, it gave me an idea.
    I decided to move the entire Preferences folder to the desktop and noticed that the problem was solved and I could once again edit the camera preference in iPhoto. However, I'm not going to trash over 1,500 pref files just to solve this problem. Nor am I going to comb through each one. So here's what I did:
    I labeled everything in the ~/Library/Preferences folder red and moved half to the desktop.Then I launched iPhoto and checked to see if the problem was still there. If it was, I uncolored the pref files on the desktop, put them back, and checked half of the next batch. I repeated this process of halving batches of files until I found the offending files...
    ~/Library/Preferences/ByHost/<see screenshot below for trashed files>
    Since there were 340+ files in the ByHost folder, I just decided to trash all of these pictured. AND IT WORKED!

  • I updated my software in my iPad, can't connect to App Store or iTunes, It says that I have to change to US account, right now I'm in Mexico, how can I change it to mu US account.

    I updated my software in my iPad, can't connect to App Store or iTunes, It says that I have to change to US account, right now I'm in Mexico, how can I change it to my US account

    Back up all data.
    Unlock the Network preference pane, if necessary, by clicking the lock icon in the lower left corner and entering your password. Cllck Advanced, open the DNS tab, and change the server addresses to the following:
              8.8.8.8
              8.8.4.4
    That's Google DNS. Click OK, then Apply.
    In Safari, select
              Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    and confirm. If you’re using another browser, empty the cache. Test. Any difference?
    Notes:
    1. If you lose Internet access after making the above change to your network settings, delete the Google servers in the  Network preference pane, then select the TCP/IP tab and click Renew DHCP Lease. That should restore the original DNS settings; otherwise restore them yourself. Remember that you must click Apply in order for any changes to take effect.
    2. I don't use Google DNS myself, though I have tested it, and I'm not recommending it or any other DNS provider; the server addresses are offered merely for testing purposes. There may be privacy and technical issues involved in using that service, which you should investigate personally before you decide whether to keep the settings. Other public DNS services exist.

  • My ipad recognizes my home network but will not connect to the internet. When I click on AirPort/preferences at the top of the imac screen it says..."AirPort has a self-assigned ip address and may not connect to the internet".How can I change ip address?

    My ipad recognizes my home network but will not connect to the internet. When I click on AirPort/preferences at the top of the imac screen it says..."AirPort has a self-assigned ip address and may not connect to the internet". If this is the root of the problem,how can I change ip address?
    Ipad will connect no problem to other networks.

    First thing you need I think is to get your iMac connected to the Internet.
    Shut down your iMac and you iPad. Then power off your router. Wait 30 seconds and power up the router.
    After the router indicates that it is connected to the Internet then start up your iMac and see if it connects. If the iMac connects to the Internet then your iPad should too.
    If this power up sequence doesn't work you'll have to dig into the router setup to make sure it is working properly.

  • I have connect a seagate HDD formated on NTFS to my macbook pro with Mac OS 10.7 but my HDD is read only any idea how can i change it to read & write ?

    i have connect a seagate HDD formated on NTFS to my macbook pro with Mac OS 10.7 but my HDD is read only
    any idea how can i change it to read & write ?

    i tried the trial version of tuxera and it gives me the possibility to read & write , Thanx fschweig.
    @ Samberl : what is the benifts of keeping my drives on mac format and this SW mediafour i install on my PC to let it write the mac formated HDD ?
    is it free ?
    all the best
    Adiab

  • How can I change the apple ID on my iPhone so it is not connected to my iPad?

    How can I change the apple ID on my iPhone so it is not connected to my iPad anymore? My ex has my iPad and he is still getting my imessages even after I have deleted my iCloud account and taken my apple ID off of my messages on the iPhone? Someone please help!

    I have changed my password too!

  • How can i change which iCloud account my phone is connected to

    how can i change which iCloud account my phone is connected to

    Just go to "Settings > iCloud" scroll down and delete the account, if you don't want to use it on your phone anymore. After you delted it from your device you will be able to sign in again to use another one for iCloud.

  • I have my iPhone 4s plugged into a dock and the dock connected to an amplifier, the problem is that the amplifier doesn't have a volume changer and when i plug in the iPhone into the dock the iPhones volume bar disappears. how can i change the volume?app?

    Hi
    I have my iPhone 4s plugged into a dock and the dock connected to an amplifier with 2 speakers and a bass, the problem is that the amplifier doesn't have a volume changer and when i plug in the iPhone into the dock the iPhone´s volume bar disappears and im not allowed to change the volume and its very loud. how can i change the volume? is there an app? any ideas??(my dock doesnt have infrared remote controller )
    TY!!!!

    Kline25 wrote:
    So even if I just ask to pay them to replace the lock button they won't because my screens are third-party?
    Apple does not repair devices beyond replacing the screen on some models or a battery replacement.  They replace the ENTIRE device.
    For the Out of Warranty replacement cost, you could have gotten a fully functional replacement device.  Instead you chose to spend less to get only the screen replaced and continue to live with additional issues.
    Apple will not touch the device now.  They will know that it was opened elsewhere and that the replacement screen is not original.

  • I've got a new Apple ID but can not change anything on my phone, my old Apple ID is connected to icloud but is not letting me delete it without a password! But I do not know this password what can I do?

    I've got a new Apple ID but can not change anything on my phone, my old Apple ID is connected to icloud but is not letting me delete it without a password! But I do not know this password what can I do?

    If the old ID is an earlier version of your new ID, you need to temporarily recreate your old ID by going to https://appleid.apple.com, click Manage my Apple ID and sign in with your new iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  You can now use your new password to turn off Find My iDevice on your device, even though it prompts you for the password for your old account ID. Then save any photo stream photos that you wish to keep to your camera roll.  When finished go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.
    Note: this will not work if your new ID is an entirely new ID that was never previously associated with the old email address.

  • Can't change the connection string of SSIS package with derived columns?

    We upgraded SQL server 2008 to 2012, copied and converted all SSIS packages from Visual Studio 2008 to 2010.  When I opened a package in VS 2010 and tried to change the connection string, in the local connection managers, if the data source is another
    SSIS package B(.dtsx file) with derived columns, I can't change the connection string of package B. When I opened the file connection manager editor for package B and tried to locate a dtsx file in another location, saved the change, reopened the project.
    Package B still pointed to previous file.  Other packages without derived columns work fine. Any thoughts?

    We are using the package deployment model and refer to other packages in the same project. If
    we changed the path of package B (with derived columns) to "D:\Visual Studio 2010\xxxx", and refer it in package A, in the A's connection manager, the connection string of package B is still its previous location  "D:\Visual
    Studio 2008\xxxx". When we ran the package A in the SQL server agent, the data source is still
     "D:\Visual
    Studio 2008\xxxx", so how can I change it to "D:\Visual
    Studio 2010\xxxx"? Why has the package C (without derived columns) no such problem? thanks.

  • When I connect my ipod touch to my mac, iphoto automatically opens. How can i change it so that iTunes can open it?

    So, when I connect my ipod touch to my mac, iPhoto opens it and shows the pictures I have on my ipod. But the thing is, my ipod is not showing in iTunes. How can I change the settings so I could see my ipod touch in itunes?

    Let's start by disabling the camera nofication.
    http://support.apple.com/kb/ts1501
    If your iPod still does not appear in iTunes, see this article for assistance.
    http://support.apple.com/kb/TS1591
    B-rock

  • TS1368 when I connect my iphone 4 to my mac, the "connect to iTunes store" is grayed out, I can't change it, Why? help,

    I think I clicked on something on when in the itunes store. Now I can't connect my iphone to the itunes store to update 38 apps.
    When I plug it in to my Mac, the section that says "connect to itunes store" is grayed out and I can't change it. What can I do to fix
    this without doing an update. I'm using my phone on Tmobile and running 4.3.3.

    Download the latest and install iTunes.
    Download iTunes  Get the latest version of iTunes for Mac or Windows. Download now                         

Maybe you are looking for

  • Adding CD music to Itunes - does not sync to ipod touch 5 gen

    Windows 7PC. Easy to add the music from a CD to Itunes. But, then when I sync itunes to Ipod, music does not export to Ipod. Must be a setting that is not right? Have to reload them all again?

  • How do I upload excel in contacts

    I recently downloaded my contacts from Microsoft Outlook into excel format. I would like to upload them to the contacts book on my MacBook Pro. Can anyone help?

  • How to remove a PC from shared section in the finder

    Community, I found a pc name in the "shared" ("CONDIVISI" section for italian speakers like me!!) section of the left menu in the Finder. It is something I don't recognize. I never connected to this computer. Any clue how it has been able to get ther

  • Disk error with scratch disk

    All my MACINTOSH versions of Photoshop - S5, Elements 10, Elements 11 - display the opening start screen, but ABORT THE LAUNCH of the EDITOR with the error message: "Could not open scratch file because of disk error." "Could not initialize Photoshop

  • Lightroom D100 custom white balance not read

    I have a D100 converted to IR use. I shoot with a custom white balance set off green grass. If I open an image in Raw Shooter or Capture I get the balance I expect. In Lightroom it opens as what looks like an unbalanced "pink" IR shot. Manually adjus