How to change datasource in CR XI Server

Hi,
How can I change the database and server in CR XI server?
For example, my reports is designed against the 'pub1' database and the 'server1' server. How can I change the database to 'pub2' and the server to 'server2' in CR XI server?
I understand within the CR XI Server, there is a place for me to change the datasource.
Under the Database tab in Process Tab, I selected "Use custom database logon information specified here" radio button, and database driver as "ODBC". I entered the server IP, the login and password.
I am using SQL 2000 Server.
I run the report and get Error Message: "Failed to open the connection. C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\Data\procSched\crystalreport.reportjobserver\~tmp142c5653066e200.rpt".
I do not understand why failed to open the connection.
Please advise.

You will need to create an ODBC DSN on Windows first and then use the ODBC DSN's name instead of the IP Address under CMC >> Objects >> YourReport >> Process >> Database page.

Similar Messages

  • How to change datasource name based on the partition in configplan

    Hi
    Can any one please give me some solutions regarding how to change datasource name based on the partition in
    configplan.
    can't we do this in configuration plan?

    If you want to change template based on parameter. you have to use below syntax
    v_layout boolean
    V_LAYOUT:= FND_SUBMIT.add_layout(template_appl_name => 'SQLAP' -- application short name
    ,template_code => 'HUBAPAPN' -- template name
    ,template_language => 'en'
    ,template_territory => '00'
    ,output_format => 'PDF');
    Above can be used in plsql stored procedure before submitting Concurrent Program (Bi Publisher report) or may be you can try to add this code in Oracle reports after report or before report trigger
    Thanks
    Kamalakar

  • How to change Rendering Extension in sql server Reporting Services based on User Permissions

    Hi,
    I want to provide SQL server reporting services rendering extension based on user Access.
    For Example
    User1 can have options of Rendering to EXCEL and PDF
    User2 can have a option of CSV
    i read one article which is useful for report basis rendering extension changes. but i want to give user basis rendering options.
    http://www.mssqltips.com/sqlservertip/3569/how-to-change-rendering-extensions-in-sql-server-reporting-services/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20150406
    Thanks in advance.
    GVRSPK VENI

    You can use a data driven subscription for that
    Maintain a table with rendering extension information for various users ie their AD user login. Then setup a data driven subscription based on table values
    You will be creating a dataset with query for retrieving userid as well as rendering extensions and then just set the value as Get value from database for  render Format and To properties 
    For more details refer
    http://beyondrelational.com/modules/2/blogs/101/posts/13460/ssrs-60-steps-to-implement-a-data-driven-subscription.aspx
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • How to change IP on Oracle VM Server?

    Problem statement:  Need to move OVMS1 (OVM Server 1) to an IP the 10.40.40.X subnet;
    ~~~
    environment: 2 OVS servers 2.1.2 with identical hardware (18gRAM/4cores) with shared SAN storage via OCFS2 currently validated in High Availability Config;
    ~~~
    OVMS1 is on a 192.168.0.X IP & is setup as Server Pool Master, Util Server, & VM Server.
    OVMS2 is on a 10.40.40.X IP & is setup as VM Server.
    Note: currently there is 2 way bridging between these subnets and we have created many machines and had no issues...
    Note: DNS is setup for the hosts and the OCFS cluster configs and such were made using fully qualified domain names (believe there are no hard-coded IPs).
    Note: OVMS1 was the original server where the OCFS2 was configured and is currently the pool master & util server...
    ~~~
    Proposed solution1: 'Change IP': Not sure yet but with no other input proposed steps:
    - 1.a: make sure no VMs are running on OVMS1 & physically disconnect it from the network,
    - 1.b: change the IP on the server ({color:#ff0000}*ifconfig on peth0?*{color}) via ILO on the console and shut it down.
    - 1.c: change the DNS entries on the DNS server and change the cabling to be on the 10.40.40.X subnet;
    - 1.d: restart OVMS1.
    ~~~
    Proposed solution2: 'Re-install OVMS': Not sure yet but with no other input proposed steps:
    - 2.a: make sure no VMs are running on OVMS1, shut down OVMS1, & physically disconnect it from the netork,
    - 2.b: +{color:#ff0000}Question: Do I need to unregister OVMS1 if I am going to do an identical install with just a new IP?{color}+
    - 2.b: physically change the cable to the 10.40.40.X subnet & reinstall OVS 2.1.2 with the new IP and resetup OCFS2
    - 2.c: start OVMS1.
    ~~~
    In theory Proposed solution 1 is cleanest, assuming DNS & no hard coding of IPs, as OVMS1 is already registered and it's agents are configured; Solution2 gives me some concerns about how the server/host are registred and whether the OVM Manager holds the entires or if they are local to the server... Not sure
    ~~~
    Any ideas or input to this would be appreciated as it is critical that we change the IP of OVMS1...
    Edited by: user8309620 on Nov 24, 2008 10:20 AM
    Edited by: user8309620 on Nov 24, 2008 10:20 AM

    First, Avi, my hat is off to you for always trying to help everyone.
    ~~~
    This was a little more trouble than planned (likely due to being HA). After a bunch of tinkering, I am now back up with both servers now on same subnet in HA config... After IP change, OCFS stopped working, then VM Manager would not manage the VMs properly & kept losing connection with the VM Servers, then trying to re-enable HA kept overwriting the cluster files stopping the servers from coming back up...
    ~
    Something that may be relevant is that my OVMS1 is also my initial node in my OCFS2 cluster (for HA) which I configured as OCFS2 over SAN via the documentation: "Oracle® VM Server User’s Guide Release 2.1 E10898-03:9.2.2 Creating an OCFS2 Cluster for HA"
    ~
    I will try to summarize what worked.
    ~~~
    Note: In retrospect, I would un-configure the HA before doing anything then re-enable when done. It looks like enabling HA overwrites the cluster.conf file so make backups of it as you go through the process... You can alternatively just leave HA enabled and 'test' when done but I preferred to re-configure it after the changes...
    ~~
    1) As Avi said, change /etc/sysconfig/network-scripts/ifcfg-eth0:
    2) If your gateway changes, then update /etc/sysconfig/network (my machine didn't work without this).
    3) modify your /etc/ocfs2/cluster.conf to reflect the IPs. I recommend you reboot each server multiple times to make sure the OCFS works and auto mounts on both servers after reboots. Note that I had to reboot many times and restart/reload/reconfigure OCFS many times... More details at the bottom of this post but I hit many issues/errors including:
    - connect attempt to node failed with errno -117
    - connect attempt to node failed with errno -22
    - Unable to stop cluster as heartbeat region still active
    - Transport endpoint is not connected
    4) Test your OV Manager... I was getting weird errors like I couldn't delete a VM server from the Pool & VMs wouldn't come up right on both servers (using preferred servers). I thought that the old IP may be cached somewhere so I restarted the VM Manager:
    /sbin/service oc4j stop
    /sbin/service oc4j start
    5) OV Manager was still messed up and not able to load machines properly so I changed the Master from SV1 to SV2 using Avi's advice in the thread:
    Re: Changing the Server Pool Master
    6) things were working fine until I edited the pool and re-Enabled High Availability. Upon reboot of the servers the OCFS2 /OVS shared cluster didn't come up. That is where I found the /etc/ocfs2/cluster.conf was being overwritten. Replacing the over-written cluster.conf with the one that got me working in step 3 above...
    7) Now I had a working infrastructure but feared that my OVMS1 was still primary for OCFS2 and now OVMS2 was now the Pool Master... I decided that I wanted OVMS1 to be primary for both so I repeated steps 5) & 6) above to re-make OVMS1 the Primary in the pool...
    That is all I am up for now. I have tested that VMs come up on both OVMS's with both manual and auto preferred server settings (same VMs restarted on both servers).
    Note that I have NOT gone in and tested auto-fail-over of the HA infrastructure to make sure that VMs auto-migrate or auto-restart on the other OVMS. I will take that up again later.
    ~~~~~~~~~~~~~~~~
    Some references that helped me that may help you:
    Network settings: Oracle VM Network Setting
    when ocfs not working: http://oss.oracle.com/pipermail/ocfs2-users/2007-April/001616.html
    more ocfs: http://oss.oracle.com/pipermail/ocfs2-users/2007-April/001591.html
    more ocfs 'Transport endpoint is not connected': Re: Error Message:  mount.ocfs2:  Transport endpoint is not connected while
    more ocfs: Add servers to a cluster
    more ocfs http://www.mail-archive.com/[email protected]/msg02522.html
    more ocfs: http://oss.oracle.com/projects/ocfs2/dist/documentation/ocfs2_faq.html

  • Apple Remote Desktop - how to change the date and time server ip address?

    Our imacs keep getting out of synch with our Windows Active Directory server and when they do, users can no longer log into the imacs. The imacs this morning were more than 5 minutes fast, for example.
    So, we have changed the date and time server on one of our imacs to our internal time server and that works fine. Now I would like to update all of the other imacs using a unix command in ARD. Can anyone tell me how to send this change? For this message, let's say our internal time server is 172.30.100.100

    Not a problem. There are a number of other system and network setup commands that you might find useful at some time. From within the Remote Desktop Admin in the Send Unix Command window type:
    networksetup -help
    systemsetup -help
    That will give you lists of the commands, including the one I posted above, with their basic syntax. They're handy to know.
    Cheers.

  • How to change datasource location in CR V10

    How to change the datasource location in CR10, I need to use same table in different database. I tried in "Set Datasource Location" but it is not updating to the new one which i have selected. please help me on this.
    Thanks,
    S Aravind.

    Hi Try like this,
    Go to the Database option on the top > Select Set data source option.
    The top portion of the Set Data source Location window shows the current connection and part at the bottom is where you would make a connection to the new database
    Once the connection has been made, select 'one' table from the current connection and then select a matching table in the new connection and click on the 'Update' button. Do this for all the tables one by one.

  • How to change password programaticaly in LDAP server

    Hi
    Can anyone give suggestion how to change the password programatically in the
    LDAP server using JNDI.
    Thanks

    You'll likely need to see what programmatic interfaces your LDAP provider
    offers. You can use that to make invocations to change your user passwords.
    Michael Girdley
    BEA Systems
    Learning WebLogic? http://learnweblogic.com
    Buy the only book covering J2EE & WebLogic 6:
    http://www.amazon.com/exec/obidos/ASIN/0130911119/learnweblogic/103-9227026-
    4636613
    "Suresh Done" <[email protected]> wrote in message
    news:3b732f57$[email protected]..
    Hi
    Can anyone give suggestion how to change the password programatically inthe
    LDAP server using JNDI.
    Thanks

  • Ora VM 3.2.1 - how to change IP address of VM server? (management interface)

    Hi, I cannot find in doc how I can change IP address of VM server.
    I have static IP address 10.3.37.29, and should be 10.3.37.27.
    I have 8 virtual guests on this server, I cannot aford to lose it.
    Can everybody tell mi any tip, how to manage it, please?
    Thank you in advance
    Vladislav

    Hi ,
    Please use the below link to change the Ip address of the server :
    http://www.cisco.com/en/US/docs/net_mgmt/ciscoworks_common_services_software/3.3/user/guide/diagnos.html#wp1165007
    Thanks--
    AfroZ
    If this post answers your question, please click the "Correct Answer" button"

  • How to change the primary outgoing mail server in iphone

    I am trying to change the primary outgoing mail server from Yahoo to another mail which is my internet provider. I do not know the steps to complete this in my iphone thanks

    If you have more than one email account on your phone, you can change the default account under Settings>Mail, Contacts, Calendar>Default Account. Note that this setting does not appear unless you have more than one account on your phone. So, you'll need to add the email account from your ISP under Settings>Mail, Contacts, Calendars>Add New Account if you have not already done so.

  • How to change connection port between INTEGRATION SERVER and Adapter Engine

    Hi,
    I have scenario that in the productions server we are using SAP web dispatcher to connect to Adapter Engine for example the port is 60000.
    So when we copy this server to DR environment the webdispatcher is not there. is that any way to change the all connection port between IS and Adapter from 60000 back to original port 50000 ?
    Please advise ?
    Thank You and Regards
    Fernand

    HI,
    The waiting status is because of Message Queue is in wiating status. This may be because of overload of the messages, or may be your receiver systems is not ready  etc.
    SO go to SMQ2 and check the status of the queues.
    Also have a look into this blog-
    /people/sap.user72/blog/2005/11/29/xi-how-to-re-process-failed-xi-messages-automatically
    <i>
    Why I can see this messages only in the integration server?</i>
    >>>If message reachs the Adapter engine, you can see in the Adapter monitor. In your case, message is still there in the Integration Engine. Once the queues are cleared it will reach the Adapter engine, so you can monitor it in the adapter engine
    Regards,
    Moorthy

  • How to change datasource type 3.x or new after replication?

    Hello,
    after the replication of a datasource i got a popup, if i want an old 3.X datasource or a new datasource. I clicked new, but i need an old 3.x datasource. Now i don't have a chance the change this.Where can i do it?
    I deleted the datasource in sourcesystem, but after new replication i don't get the popup to choose the datasource type.
    The problem is, i can't change the technical name of the datasource in sourcesystem because of the naming convention.
    Thanks in advance.
    Regards.

    Hi Bill,
    it's a generic datasource i created.The problem is that i create a 3.x Infosource too and i want use my generic datasource. But after replication i choose the false type (new datasource and not 3.x datasource) and now i can't assign my datasource to my 3.x infosource.I see the datasource in the sourcesystem-tree but not in the infosource-datasource-assigning-Popup.
    How can i change the type of datasource from new datasource to 3.x datasource in BI 7.0???

  • How to change datasource viewobject main query in .jsp

    Hi i have datasource DataSource viewobject="test"
    now in .jsp page i need to change it main query and after some things again back to default how i can doo it ?
    Thanks for tips!
    ID.
    Jdeveloper Studio Edition Version 11.1.1.6.0
    ADF Business Components
    11.1.1.61.92

    if you want to change where clause or modify the whole query look here
    Changing the WHERE clause or VO Query at runtime in Oracle ADF | Techartifact

  • How to change the CORE-id/ Access server audit time from GMT to local

    When we enabled the auditing for CORE-Id and Access server, we noticed a mismatch on the time stamp. The ‘eventDateAndTime’ field for CORE-id server has audited the event in local time while the same for Access server is audited as GMT time. We wanted to make it consistent for both the servers; preferably to the local time.
    Any idea, How to do it?

    Hello,
    Try using this
    rd = new ReportDocument();
            rd.Load(Server.MapPath("CrystalReport1.rpt"));
            cninfo = new ConnectionInfo();
            //Name of server to which you want to change to runtime
            cninfo.ServerName = "D-3206";
            //Name of database to which you are changing
            cninfo.DatabaseName = "tempdb";
            //username
            cninfo.UserID = "sa";
            //password
            cninfo.Password = "sa";
            crDatabase = rd.Database;
            crTables = crDatabase.Tables;
            foreach (CrystalDecisions.CrystalReports.Engine.Table crTable in rd.Database.Tables)
                // Get the TableLogOnInfo from the Table and then set the new
                // ConnectionInfo values.
                TableLogOnInfo crLogOnInfo = crTable.LogOnInfo;
                crLogOnInfo.ConnectionInfo = cninfo;
                // Apply the TableLogOnInfo
                crTable.ApplyLogOnInfo(crLogOnInfo);
                // Set the location of the database. This value will vary from          // database to database.
                crTable.Location = crTable.Location; //"DATABASE.OWNER.TABLENAME";
    CrystalReportViewer1.ReportSource = rd;
    Thanks,
    Bhushan.

  • How to change DataSource runtime in Oracle ADF.

    Hi All,
    In my requirement,Its seems to selecting dynamic data-source.let me explain my requirement i have a table in database username,passwords and schema name. from the login page i ll pass username,password and as drop-down I ll select schema.once i successfully logged-in can i access (execute, display data from ) selected schema from UI.in all sachems tables remain same but data is different.
    how to execute/change selected data-sources at run time if i am using Bc4J.
    please give me some solution.
    regards
    Siva

    Check Jobineshs blog http://jobinesh.blogspot.de/2011/04/modifying-application-modules-jdbc.html and Andrejus blog http://andrejusb.blogspot.de/2012/08/sample-application-for-switching.html
    Timo

  • How to change computer name in win server 2012 R2???

    I am using Windows Server 2012 R2 Standard.
    I cannot change my computer name, which can been from Control Panel -> System -> Computer Name
    Could you please help me with this?
    I tried command below but it doesn't work
    netdom computername XXXX.ZZZ /add:YYYY.ZZZ
    This doesn't work. Message says -> Cannot add YYYY.ZZZ as another name (in Korean Language)
    That resource is used now. (in Korean Language)
    Please help me, because this is so important to me
    Thank you in advance

    Hi,
    What role does this server paly in your envrinment?
    I have not find related information/explain, but according to the error message, it seem language/location related.
    Could you please provide more information: OS version, screenshot of the commend line and error message.
    Best Regards,
    Eve Wang
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

Maybe you are looking for

  • Error disk utility can't repair this disk...disk and restore your backed-up files

    I have been working on a project using an external hard disk. I used my Macbook Pro (2010)  to create this project and files (about 31 GB). Now I am trying to open the disk on my iMac (2014) and it doesn't show up. I can see the HDD when I use disk u

  • Video problem with Ti4200-128mb-AGP8x

    Here is my system; Asus p4p800 MB / integrated sound Intel p4 2.4ghz 800mhz FSB MSI GF4 Ti4200 128mb AGP8x Maxtor 30gb HDD LG 52x CD-rom Windows XP corp. IRQ's are all OK Power supply is 420watts nvidia video drivers 44.03(latest) I have video flicke

  • Where is download for acrobat 9 standard

    I am having to reinstall acrobat 9 standard and cannot locate the file on the website.

  • Flex and group policies

    Hi Guys, is there a difference between regular flash applet and flex enabled applets ? I'm asking because we are on a tight security network and for some reason flash objects that are done with flex just don't work. On a windows machine, if I log on

  • My MagicBox Imp media player can't see my shared folders

    I have a wireless MagicBox Imp internet radio and media player. The radio works fine but I've never succeeded in getting it to find my iTunes folder (or any other folders) although it can see my computer. File sharing is turned on, windows sharing is