How to copy UCCX Informix database to MSSQL?

Hi,
I am trying to copy the UCCX 8.5 Informix database to Microsoft SQL, so we can use MSSQL as the source database for our reports. This way we will not stress our UCCX database too much, except for when we run the batch copy every night.
To copy all tables to SQL I am trying to use SQL Server 2008's SQL Server Integration Services (SSIS), the Import and Export Wizard (DTSWizard.exe). I open the Informix database as a local ODBC, using the .Net Framework Data Provider for Odbc to read all data. I then use the SQL Native Client to write the data into MSSQL.
When I try to do this, I run into a couple of issues:
1) Some field types in Informix are unknown to SQL. I have to manually reassign them. Most of them are datetime fields, so I guess I should just mark them as datetime type in SQL?
2) When I finished assigning the datetime type to the unknown fields and try to run the migration, I receive the following error. I don't have a clue how to get around this:
Does anyone have any experience with what I'm trying to do? I know Cisco recommends using a separate SQL server for reporting, but I haven't found any documents describing how to do this. Can anyone help?
Regards,
Ruud van Strijp

I know Cisco recommends using a separate SQL server for reporting, but I haven't found any documents describing how to do this.
And you wont, as it was a feature that went away in UCCX version 8.0.
One Cisco Employee's comment on the matter:
https://supportforums.cisco.com/thread/2090288
One Cisco Partner's comments on the matter:
https://supportforums.cisco.com/thread/2059612
Anthony Holloway
Please use the star ratings to help drive great content to the top of searches.

Similar Messages

  • How to copy table from database in one forest to a database in a different forest?

    Hello Community
        Using Wndows 2008 Server Enterprise there exists 2 Forests,
    each containing their own SQL Server 2008 installations, a scenario exists as follows:
         a)"Domain1" resides in "Forest1" which has SQL Server 2008 containing
             a database named "Database1" which contains a table named "Table1".
         b)"Domain2" resides in "Forest2" which also has SQL Server 2008
             but containing a database named "Database2"which contains a table
             named "Table2".
        I tried to use <domain_name>.<server_name>.<owner_name>.object
    but that syntax didn't work.
        How can I copy "Table2" from "Database2" into "Database1"
    (keeping in mind the databases are in different forests and domains)?
        Thank you
        Shabeaut

    Configuring a linked server might help you
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/329709ca-349d-490d-9b42-7443caa97364/how-to-created-linked-server-between-two-different-domains?forum=sqlsecurity
    OR
    Generate the schema with data of Table1 using scripting wizard under advance setup and execute the sql file in domain2.
    -Prashanth

  • How to copy a test database to a productive with DB2?

    The subject tells the question:
    i have a database server running db2, one database for SBO and two tablespaces for Testing and Productive environment.
    Both were created with SBO of course.
    1.) How to make a copy from test to productive now?
    2.) How to start with SBO for Linux/DB2
    Regards
    Frank

    Frank,
    To your questions ...
    1.  You could use the DB2 Tools to copy data from one database to another.  You could also download the SAP Copy Express tool from the service.sap.com/smb site.  This tool is Db "agnostic" and will allow you to copy data from one company in Business One to another Business One company.
    2.  There is currently not a product from SAP for Business One to run with DB2 Express on Linux.  That is not a tested or supported environment for Business One.
    HTH,
    Eddy

  • How to copy/move Portal database from one machine to another?

    I am receiving a ORA-22973 error (size of object identifier exceeds maxmum size allowed) on the wwsec_enabler_config_info$ table when attempting to import my entire "portal30" schema from one database to another on different Windows NT Servers.
    Background: I had Portal 3.0.9.8 installed, configured, and running with the following setup:
    Machine 1: Windows NT 4.0 SP 6, Oracle 9iAS 1.0.2.2, Oracle Portal 3.0.9.8
    Machine 2: Windows NT 4.0 SP 6, Oracle 8i Database 8.1.7.0.0
    We no longer have use of Machine 2 and needed to move the database over to Machine 1.
    I performed the following steps:
    1. Installed Oracle 8i database 8.1.7.0.0 on Machine 1.
    2. Set up the tablespaces in the database on Machine 1 to match the same names and sizes of the tablespaces in the database on Machine 2.
    3. Used the Oracle "exp" command to export the entire database that resided on Machine 2.
    4. Copied the ".dmp" file to Machine 1.
    5. Used the Oracle "imp" command to import the entire database on Machine 1.
    6. The import completed successfully with warnings. But I had received the ORA-22973 error during the import process.
    7. After it completed I compared the list of tables and packages in the "portal30" schema between the two databases. The wwsec_enabler_config_info$ table is missing.
    8. I tried to export and import only the wwsec_enabler_config_info$ table between the two databases, but continue to receive the ORA-22973 error.
    Without the table being created, access to the portal cannot be achieved.
    Here are my questions:
    1. Is there anyway to create the wwsec_enabler_config_info$ table without receiving the noted error?
    2. Is there any other workable way to get the portal database from Machine 2 to Machine 1?
    I am aware of the portal import/export utilities but that would require me to run through the 2 hour install of Portal 3.0.9.8 on the database on Machine 1 and then individually export and import all the portal components (security, pages, applications, content library, etc). I merely wanted to transfer the entire database from one machine to another, so I felt the Oracle exp/imp utilities would be quicker and less work.

    Hi,
    I've been hitting problems with Portal 3.0.9.8.1 against 8.1.7.2.1 on NT - i.e., Intermedia not working at all, and have been advised by support to move back to 8.1.7.1.1.
    I don't want to lose any of my content in the Portal since the db upgrade and am wondering on what is the best way to do this.
    The version of the Portal will be the same so I am hoping I can just use the Portal export and import utilities, as afterall, it is just data and the schema structures are the same between db versions. I'm also hoping that the Portal export doesn't use the standard Oracle EXP tool as it doesn't work anymore on 8.1.7.2.1 on NT!!
    Regards,
    John

  • Copying a template database

    hey,
    I am wondering how to copy a template database I have created (templte.mdb)to another directory using SQL. I am writing a program in java and using the javax.sql package. The way the program operates is that at 12 o clock at night a new database is created for that date 2 year ahead. So for example tonight at 12 o'clock a copy of the database (template.mdb) would be placed in the folder c://databases//2006//march//..... The problem is that I dont know the commands to copy the template database exactly. I need to keep the same column names,structure etc in all the databases!
    Any help would be greatly appricated
    Stephen

    An Access database file....
    1. Put a blank database into a directory.
    2. Copy that file using Runtime.exec() to the destination directory, giving it a new name.
    3. Start using it.

  • UCCX 8 Informix Database Connectivity

    Ok, I'm a database guy, not a phone guy so please forgive me in advance if I ask something stupid.
    I've have been researching this for the last two days.  From what I gather, connectivity to the Informix database used in UCCX 8 is possible using the IBM Informix client software, but not supported by TAC.  I've also gathered that the login id to use is the same one used by the Historical Reporting Tool.  It appears to me that this id is uccxhrc, however no one who installed this system seems to know what the password is.
    So, is this the correct login id?
    Is the password system generated at install, or did someone actually setup this login id and assign a password?
    Is it possible to change uccxhrc's password without breaking other things in the system?
    Thanks,
    RIck L.

    Hi
    Connectivity to the UCCX 8.x informix database is possible and yes its correct that TAC does not support it.
    In regards to the historical user queries in 8.x the user ID is "uccxhruser" and the password of this user can be changed through UCCX administrator - tools - paswword managent page.
    Section "Creating a System DSN for Wallboard" also provides some pointers on how to create a DSN connection to UCCX database
    http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/crs/express_8_0/configuration/guide/uccx801ag.pdf
    Hope this helps
    Anuj

  • How to copy file to another server from database using FTP in oracle

    How to copy file to another server from database using FTP in oracle.
    Please do the needfaul.

    Billy  Verreynne  wrote:
    BluShadow wrote:
    Not to mention that some FTP servers can return more than one return message per operation whereas others may return one message for the same operation.I had the problem using the LIST command to determine if a file exists on the server. Cannot be determined via the FTP server's return code. Which means parsing and checking the text response from the server to the command. And this vary from server to server.
    But the basics were quite easy to code. The entire package is 500 lines, includes comments and blank lines for formatting, and supports the basic FTP client command set. Not really a complex piece of software to write - but I found that many developers seem to think that writing network socket software is complex. Not really the case...Mine's a big larger, but incorporates functionality similar to what Chris provided in his, such as being able to use SQL to query a remote file using pipelined functions, or functionality to write the results of a query directly to a remove file.
    :)

  • How to copy one column BLOB value into another column of another database.

    How to copy one column BLOB value into another column of another database.
    BLOB value contains word document.
    I thought of copy the BLOB value into a text file and then update the new column value by the same text in textfile. Will this work?
    Is there any other better way to do this?

    You're welcome
    BLOB fields contains binary data. I don't think you can do this
    Also if I view the BLOB as text. Can I copy it and insert into the new database.
    I think your options are as I said. Datapump or CTAS
    Best Regards

  • How to copy a database to a new database on Windows 32bit?

    Hi Gurus,
    I have a production database 10g on Windows 32bit and I want to make a copy of this database as Test in same server ?
    Please help....
    Thanks,

    How big is your database?
    1)If database size is small, create a blank test db . Export from Production using expdp and impdp onto Test.
    2)If database size is hundreds of gb's use rman duplicate command. As you are restoring on to same host
    configure db_file_name_convert/log_file_name_convert in your pfile properly
    And also control_files parameter to new location in your new pfile.
    Refer: http://docs.oracle.com/cd/B19306_01/backup.102/b14191/rcmdupdb.htm#i1006859
    Edited by: vreddy on Sep 7, 2012 2:03 PM

  • How to connect informix database from informatica through JDBC instead of ODBC

    How to connect informix database from informatica through JDBC instead of ODBC.

    Hi mate,
    You may get fast reply for this in informatica forums.
    Thanks
    http://mkashu.blogspot.com

  • How to extend ECC6 tablespace? database is MSSQL

    Hello all,
    I intall ECC6 IDES, now I want to extend tablespace, but I didn't found command about brtools and sapdba, because my database is not oracle . how to do it? thank you.
    OS: WIndows 2003
    SAP release: ECC 6
    database: Microsoft MSSQL 2005

    (SQL Server Management Studio)
    SQL Server 2005
    SQL Server 2008 R2
    SQL Server 2008
    SQL Server 2012
    This topic describes how to increase the size of a database by using Object Explorer in SQL Server Management Studio. The database is expanded by either increasing the size of an existing data or log file or by adding a new file to the database.
    To increase the size of a database
    In Object Explorer, connect to an instance of the SQL Server 2005 Database Engine, and then expand that instance.
    Expand Databases, right-click the database to increase, and then click Properties.
    In Database Properties, select the Files page.
    To increase the size of an existing file, increase the value in the Initial Size (MB) column for the file. You must increase the size of the database by at least 1 megabyte.
    To increase the size of the database by adding a new file, click Add and then enter the values for the new file
    Click OK.
     

  • Hi Experts ,how to copy database schema without data ? very urgent...*****

    Hi experts,
    How to copying database without Data.
    Its very urgent..pls help out me......
    Thanks
    Vijay

    Use Transfer database objects task or script the objects out using generate scripts wizard from SSMS and apply them in the new server
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • UCCX 5/7 or 8 - Database access - How does the UCCX engine use the DB connection

    I was asked the following question by a customer:
    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-qformat:yes;
    mso-style-parent:"";
    mso-padding-alt:0in 5.4pt 0in 5.4pt;
    mso-para-margin:0in;
    mso-para-margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:"Calibri","sans-serif";
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-fareast-font-family:Calibri;
    mso-fareast-theme-font:minor-latin;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;
    mso-bidi-font-family:"Times New Roman";
    mso-bidi-theme-font:minor-bidi;}
    "How does UCCX manage it’s database connections – a connection pool manager / single connection / single connection for each call"
    Does anyone actually know ?  Is it documented anywhere?
    Based on how the steps work I'd guess that the UCCX engine makes a new single DB connection each time the DB step reaches out the DB for a read/write. I assume it would do this independently for every instance of a script running.  Hence the importance of the DB release step I'm guessing.
    I know in the DB subsystem you can configure the maximum number of DB connections to be used but this doesn't imply how they are used.
    I'm not a DB guy, but I think the concern stems from the potential load on a DB server with the constant opening and closing of the DB connections.  I'm assuming that if it used a connection pool the UCCX engine would open, and keep open, a group of DB connections to be used by the UCCX engine. This would lessen the load on the DB server I'm assuming.
    Is there any fundamental difference with UCCX 8 and the DB access ?  It obviously not ODBC anymore.  It JDBC right ? But again how does the UCCX engine use the DB connection?

    To my knowledge, this is not documented; however, at least through 7.0 the MIVR subsystem will open a pool of ODBC connections equal to the maximum you defined and keep them open. If you set it to 50, you will see 50 open connections on the SQL server. Each script that is triggered will attach to one of the available connections as soon as you use a DB-related step and keep it until you use a DB Release step. Once that script instance releases it, the connection is available for another script.
    The behavior should not change with 8.0 as it is the same MIVR subsystem that is doing the work. My first CCX 8.0 project that needs database integration is still about 30 days away so I can't guarantee that though.

  • How to copy the content in XMLtype column between databases

    Hi, there,
    Does anyone know how to copy the content in XMLtype clumn between databases? I tried insert as select via database link and it gives me the following message:
    SQL> insert into nrt_ot_request_temp (SR_ID, SR_VERSION, ITEM_NUMBER, COMMON_XML, REQUEST_XML )
    2 select SR_ID, SR_VERSION, ITEM_NUMBER, COMMON_XML, REQUEST_XML from nrt_ot_request@nrtdb_acacia;
    select SR_ID, SR_VERSION, ITEM_NUMBER, COMMON_XML, REQUEST_XML from nrt_ot_request@nrtdb_acacia
    ERROR at line 2:
    ORA-00942: table or view does not exist
    Thanks,
    Jessica

    Hi Jessica,
    in my eyes the second statement
    select ... xmlstring_column ... from table@remote_side;
    causes the error. Columns of type XMLString internally are stored as CLOBs in Oracle. Unfortunately there are restrictions on statements for CLOBs and remote locators.
    It seems you cannot say
    SELECT clob_column FROM table@remote_site;
    Remark: For me this is a showstopper for the datatype XMLString if you cannot run a simple statement like this one. It seems you can do an insert and an update but no select.
    On the other hand your first statement
    INSERT INTO table_local SELECT * FROM table@remote_site;
    should work following the documentation.
    See also
    http://docs.oracle.com/cd_a97630/appdev.920/a96591/adl04mng.htm#98328
    Best regards
    Indu Keilitz

  • How to use unload query using JDBC with Informix database

    Hi friends,
    How can i use unload query using JDBC with Informix database?
    When i use it as "unload to 'abc.txt' select * from ........" it gives syntax error.I want to take the data of a table to a file.With dbaccess i can use it but i need to do it using jdbc.
    Thanks,
    Raneesh.

    To the best of my ability to tell, the right way to use this product from within Power Query would be to use its API. Unfortunately, we don't currently support either of the methods needed to be able to authenticate with the service (OAuth 2.0 and a relatively-custom
    digest-based method). Adding a mechanism to allow use of arbitrary OAuth-protected resources is a fairly high priority for us, and I hope we'll be able to deliver something before mid-2015.
    Scraping the website is very hard to do well -- both from an authentication and from a data discovery perspective.

Maybe you are looking for

  • I want to call a slideshow in a tabbedpannel.

    I generated a slideshow in Bridge. In my webpage I have a modyfied Spry producttable with instead the original Collapsable panels I have 2 Tabbedpanels. All working fine. When I click in the product table an image shows in the first tabbedpanel. Now

  • Deleted Files off my external

    I just bought a new laptop which is windows 8 so I put the files I wanted to keep off my old vista desktop onto a 1.5 TB Western Digital External Hard Drive Well when i plugged the hard drive into my new laptop I opened it it took a couple seconds to

  • Setting up a SSD

    I'm going to install a 120gb SSD in my 27" iMac core i7. Currently I have a 2TB Hitatchi drive installed. I would like to install OSX as well as all my apps on the SSD and then keep all my user files on the 2TB drive. I'm trying to figure out the bes

  • SMB-problem: can see/manage files, but cannot open from Windows 8.1

    I have some files shares on a  Mavericks server (clean install, including OSX Server). I can connect and see the shared files from my Windows clients (both 7 and 8.1). I can even create files, rename them, etc. From Windows 7 i can also open and edit

  • My 5s is randomly operating itself - self selecting series of buttons with no touch of the touch screen.  Anyone else have this problem?

    I have the 5s and about 4 times so far, the phone has gone completely rouge and started operating menu buttons on its own. It usually starts with unresponsive touch screen and then the phone will completely crazy just running on its own, self selecti