Table Problem : BOE-XI (R2) on AIX with DataDirect ODBC for MS-SQL

BOE-XI (R2).
Single-Server installed on AIX.
ODBC connection to MS-SQL 2000 database using DataDirect 5.1 SQLServer Wire Protocol Driver.
CR-XI (R2) RPT content.
The CR-XI (R2) Reports run fine on the Windows desktop using the regular MS-SQL 2000 ODBC connection method.
They also run fine on a Windows BOE-XI (R2) DEVELOPMENT server using the regular MS-SQL 2000 ODBC connection method.
The TEST server for BOE-XI (R2) is running on AIX (not Windows).
We set-up the ODBC connection to the MS-SQL 2000 database using the "DataDirect 5.1 SQLServer Wire Protocol Driver" for AIX as advised by BOBJ techs.
Most of our RPTs run OK on the AIX server using that DataDirect ODBC, but about 25% run for a while then FAIL with the following error.
"The table could not be found".
All three (3) methods of running the reports - Desktop, DEV, and TEST are connecting to the same MS-SQL 2000 database using the same credentials. So it is not an account permissions problem...
I can also get the FAILING reports to run OK on the AIX server if I use JDBC connection to the DB instead of DataDirect ODBC.
It looks like the same TABLE NAME exists in more that one schema on this database.
EXAMPLE - Table "User_Name" exists in both the "Current" and "Archive" schemas.
The Windows SQL and the JDBC drivers seem to be able to determine which schema to connect to to access the correct table, but the DataDirect driver can't figure-out which "User_Name" table to use.
My guess is that there is some setting missing on the DataDirect ODBC configuration on the AIX server, but I can't figure out what it is.
Anyone seen this before when using that DataDirect ODBC driver on AIX....and know how to fix it?
Thanks in Advance!

Hmm... I haven't come across that problem myself, so I'll just throw this out.  A typical odbc.ini file looks something like this:
[North]
Driver=/export/home2/boxi/bobje/enterprise11/solaris_sparc/odbc/lib/CRmsss20.so
Description=DataDirect 5.0 SQLServer Wire Protocol Driver
Address=10.0.0.3,1433
Database=Northwind
QuotedId=Yes
AnsiNPW=No
LogonID=user
QEWSD=38527
Password=pass
... it seems pretty clear exactly which database the datadirect should use.  Are there any weird characters in your odbc DSN ( [North] ) that can confuse between Windows and Unix? Is the DSN excessively long?.  I found a link (http://bytes.com/forum/thread144518.html) which indicates that sqlserver will allow a three-part identifier to select database.table.column, since you have jdbc working, I'm not sure if that is a viable solution or easy to test using CR.  Otherwise, another workaround may be to create a view of that table using a unique name and report off of the view.

Similar Messages

  • Problem with Microsoft ODBC for Oracle Driver

    I tried to import table in MS Access with Microsoft ODBC for Oracle Driver, but a msg error appeared:
    "Reserved error (-7776); there is no message for this error"
    I think the problem is about Microsoft Jet, but i'm not sure.
    Does anybody already had this problem?

    Given that you're using a Microsoft front-end and a Microsoft ODBC driver, I'm not sure how much help you'll find on this forum. You could try substituting the Oracle ODBC driver to see if that improves anything.
    Justin

  • Newbie: Problem with jdbc-odbc and MS SQL server 2005

    I'm on win vistax64 with SQLSERVER 2005 and I have set up the odbc source as system dsn using the SQL Native Client driver with SQL authentication and the connectivity test in the end succeeds.
    I'm trying to make a simple web app that will connect to the database and perform simple querries. It's a school assignment.
    I'm using the jdbc-odbc bridge because it's the simplest way to do it and it's what we were shown in class.
    I get the following irritating error:
    "Cannot establish a connection to jdbc:odb:sstmdb using sun.jdbc.odbc.JdbcOdbcDriver ([Microsoft][ODBC Driver Manager] Data source name not found and no default driver specifies)".
    I'm working with netbeans 5.5.1 and this error is what I get when in the runtime tab I try to connect with the jdbc-odbc. I get a similar error in the logs when I try to run the app on the j2ee server.
    This is the java class that establishes the connection.
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.SQLException;
    public class Connector {
        private static final String dbUrl="jdbc:odbc:sstmdb";
        private static final String user="kimon";
        private static final String password="jackohara";
        public static Connection getConnection(){
            Connection conn = null;
            try {
                Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
                conn = DriverManager.getConnection(dbUrl,user,password);
            } catch (SQLException e) {
                e.printStackTrace(); 
            } catch (ClassNotFoundException e) {
                e.printStackTrace(); 
            return conn;
    }It has worked perfectly on my school PC with winXP and MSDE2000.
    What am I missing?

    Ok, help came from an other way where I was inquiring about a different problem:
    Connectivity works fine by using User DSN instead of System DSN for the ODBC source.

  • Problem Installation Full ABAP Edition-Trial (with Web Dynpro for ABAP!)

    Hi all,
    I have a problem during installation of new Netweaver 2004s Trailversion. The problem is while installing MaxDB. In file MaxDBSAPNWPREV.log I found the following installationsteps (the error you will see at the bold part at the end):
    (Oct 3, 2006 3:58:04 PM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, An error occurred and product installation failed.  Look at the log file G:\sapdb\NSP\log.txt for details.
    (Oct 3, 2006 3:58:04 PM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, ProductException: (error code = 601; message="An Error happened during call of MaxDB Tool sdbinst. Check end of Logfile D:/DOCUME1/ELFLEI1/LOCALS~1/Temp/MaxDBSAPNWPREV.log")
    STACK_TRACE: 22
    ProductException: (error code = 601; message="An Error happened during call of MaxDB Tool sdbinst. Check end of Logfile D:/DOCUME1/ELFLEI1/LOCALS~1/Temp/MaxDBSAPNWPREV.log")
         at com.sap.installshield.maxdb.maxdb_call_sdbinst.install(maxdb_call_sdbinst.java:193)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction (Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProduct(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.installshield.wizard.service.LocalImplementorProxy.invoke(Unknown Source)
         at com.installshield.wizard.service.AbstractService.invokeImpl(Unknown Source)
         at com.installshield.product.service.product.GenericProductService.installProduct(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installAssembly(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.access$900(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown Source)
         at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)
    Tue Oct 03 15:10:57 CEST 2006 MaxDB: Start SoftwareCheck
    Tue Oct 03 15:10:57 CEST 2006 MaxDB: IndepProgPath: g:\sapdb\programs
    Tue Oct 03 15:10:57 CEST 2006 MaxDB: IndepDataPath: g:\sapdb\data
    Tue Oct 03 15:10:57 CEST 2006 MaxDB: Calling check for dbmcli
    Tue Oct 03 15:10:57 CEST 2006 MaxDB: Software exists, Variable MAXDB_SOFTW_EXISTS set to YES
    Tue Oct 03 15:10:57 CEST 2006 MaxDB: Calling check for existent database instances
    Tue Oct 03 15:10:58 CEST 2006 MaxDB waiting for :"g:\sapdb\programs/pgm/dbmcli.exe" db_enum:
    Tue Oct 03 15:10:59 CEST 2006 MaxDB: These database instances already exists =
    Tue Oct 03 15:10:59 CEST 2006 MaxDB: End of SoftwareCheck!
    Tue Oct 03 15:12:33 CEST 2006 MaxDB: Start of Extracting Software and Backup.
    Tue Oct 03 15:57:03 CEST 2006 MaxDB: End of Extracting Software and Backup.
    Tue Oct 03 15:57:03 CEST 2006 MaxDB: Start of CallSdbinst
    Tue Oct 03 15:57:03 CEST 2006 MaxDB: IndepProgPath = g:/sapdb/programs
    Tue Oct 03 15:57:03 CEST 2006 MaxDB: Stopping x_server
    Tue Oct 03 15:57:03 CEST 2006 MaxDB program: g:/sapdb/programs/bin/x_server.exe
    Tue Oct 03 15:57:03 CEST 2006 MaxDB: Found g:/sapdb/programs/bin/x_server.exe
    Tue Oct 03 15:57:03 CEST 2006 MaxDB: Calling: "g:/sapdb/programs/bin/x_server.exe" stop
    Tue Oct 03 15:57:05 CEST 2006 MaxDB: rc of x_server stop call = 0
    Tue Oct 03 15:57:05 CEST 2006 MaxDB: inst_type = :restore:
    Tue Oct 03 15:57:05 CEST 2006 MaxDB: Calling sdbinst with template option sapmds
    Tue Oct 03 15:57:05 CEST 2006 MaxDB SID: NSP
    Tue Oct 03 15:57:05 CEST 2006 MaxDB drive: G:\
    Tue Oct 03 15:57:05 CEST 2006 MaxDB softwarepath: G:/sapdb
    Tue Oct 03 15:57:05 CEST 2006 MaxDB Software location: G:/sapdb/NSP/_tempLocation
    Tue Oct 03 15:57:05 CEST 2006 MaxDB backup_loc: G:/sapdb/NSP/_tempLocation/load/load_datasave
    Tue Oct 03 15:57:05 CEST 2006 MaxDB program: G:/sapdb/NSP/_tempLocation/sdbinst.exe
    Tue Oct 03 15:57:05 CEST 2006 MaxDB paramfile: G:/sapdb/NSP/_tempLocation/sapmds.txt
    Tue Oct 03 15:57:05 CEST 2006MaxDB found sdbinst
    Tue Oct 03 15:57:05 CEST 2006 MaxDB: Calling: G:/sapdb/NSP/_tempLocation/sdbinst.exe -t sapmds -f "G:/sapdb/NSP/_tempLocation/sapmds.txt" -p DBNAME=NSP -p SOFTWAREPATH="G:/sapdb" -p INSTANCEBACKUP="G:/sapdb/NSP/_tempLocation/load/load_datasave"
    Tue Oct 03 15:57:12 CEST 2006 MaxDB sdbinst:
    Tue Oct 03 15:57:12 CEST 2006 MaxDB sdbinst:
    Tue Oct 03 15:57:12 CEST 2006 MaxDB sdbinst:      Installation of MaxDB Software
    Tue Oct 03 15:57:12 CEST 2006 MaxDB sdbinst:      *******************************
    Tue Oct 03 15:57:12 CEST 2006 MaxDB sdbinst:
    Tue Oct 03 15:57:12 CEST 2006 MaxDB sdbinst:
    Tue Oct 03 15:57:12 CEST 2006 MaxDB sdbinst: starting installation Tu, Oct 03, 2006 at 15:57:12
    Tue Oct 03 15:57:13 CEST 2006 MaxDB sdbinst: operating system: Windows I386 NT 5.1 Service Pack 2
    Tue Oct 03 15:57:13 CEST 2006 MaxDB sdbinst: callers working directory: D:/SAP_Install/SAPNW2004sABAPTrail/image
    Tue Oct 03 15:57:13 CEST 2006 MaxDB sdbinst: installer directory: G:/sapdb/NSP/_tempLocation
    Tue Oct 03 15:57:13 CEST 2006 MaxDB sdbinst: archive directory: G:/sapdb/NSP/_tempLocation
    Tue Oct 03 15:57:13 CEST 2006 MaxDB sdbinst:
    Tue Oct 03 15:57:13 CEST 2006 MaxDB sdbinst:
    Tue Oct 03 15:57:36 CEST 2006 MaxDB sdbinst:
    Tue Oct 03 15:57:36 CEST 2006 MaxDB sdbinst: starting preparing phase of package Base 7.6.00.32 32 bit
    Tue Oct 03 15:57:36 CEST 2006 MaxDB sdbinst: -
    Tue Oct 03 15:57:36 CEST 2006 MaxDB sdbinst:
    Tue Oct 03 15:57:38 CEST 2006 MaxDB sdbinst: same package already installed
    Tue Oct 03 15:57:38 CEST 2006 MaxDB sdbinst: checking consistence of package data in install registry...
    Tue Oct 03 15:57:40 CEST 2006 MaxDB sdbinst: check files... ok
    Tue Oct 03 15:57:40 CEST 2006 MaxDB sdbinst: check rte registration of package... ok
    Tue Oct 03 15:57:40 CEST 2006 MaxDB sdbinst:
    Tue Oct 03 15:57:40 CEST 2006 MaxDB sdbinst: skipping package
    Tue Oct 03 15:57:40 CEST 2006 MaxDB sdbinst:
    Tue Oct 03 15:57:40 CEST 2006 MaxDB sdbinst: starting preparing phase of package SAP Utilities 7.6.00.32 32 bit
    Tue Oct 03 15:57:41 CEST 2006 MaxDB sdbinst: -
    Tue Oct 03 15:57:41 CEST 2006 MaxDB sdbinst:
    Tue Oct 03 15:57:41 CEST 2006 MaxDB sdbinst: same package already installed
    Tue Oct 03 15:57:41 CEST 2006 MaxDB sdbinst: checking consistence of package data in install registry...
    Tue Oct 03 15:57:42 CEST 2006 MaxDB sdbinst: check files... ok
    Tue Oct 03 15:57:42 CEST 2006 MaxDB sdbinst: skipping package
    Tue Oct 03 15:57:42 CEST 2006 MaxDB sdbinst:
    Tue Oct 03 15:57:42 CEST 2006 MaxDB sdbinst: starting preparing phase of package SQLDBC 7.6.00.32 32 bit
    Tue Oct 03 15:57:42 CEST 2006 MaxDB sdbinst: -
    Tue Oct 03 15:57:42 CEST 2006 MaxDB sdbinst:
    Tue Oct 03 15:57:42 CEST 2006 MaxDB sdbinst: same package already installed
    Tue Oct 03 15:57:43 CEST 2006 MaxDB sdbinst: checking consistence of package data in install registry...
    Tue Oct 03 15:57:43 CEST 2006 MaxDB sdbinst: check files... ok
    Tue Oct 03 15:57:43 CEST 2006 MaxDB sdbinst: skipping package
    Tue Oct 03 15:57:44 CEST 2006 MaxDB sdbinst:
    Tue Oct 03 15:57:44 CEST 2006 MaxDB sdbinst: starting preparing phase of package JDBC 7.6.00.30
    Tue Oct 03 15:57:44 CEST 2006 MaxDB sdbinst: -
    Tue Oct 03 15:57:44 CEST 2006 MaxDB sdbinst:
    Tue Oct 03 15:57:44 CEST 2006 MaxDB sdbinst: same package already installed
    Tue Oct 03 15:57:45 CEST 2006 MaxDB sdbinst: checking consistence of package data in install registry...
    Tue Oct 03 15:57:45 CEST 2006 MaxDB sdbinst: check files... ok
    Tue Oct 03 15:57:45 CEST 2006 MaxDB sdbinst: skipping package
    Tue Oct 03 15:57:45 CEST 2006 MaxDB sdbinst:
    Tue Oct 03 15:57:45 CEST 2006 MaxDB sdbinst: starting preparing phase of package Server Utilities 7.6.00.32 32 bit
    Tue Oct 03 15:57:45 CEST 2006 MaxDB sdbinst: -
    Tue Oct 03 15:57:45 CEST 2006 MaxDB sdbinst:
    Tue Oct 03 15:57:45 CEST 2006 MaxDB sdbinst: same package already installed
    Tue Oct 03 15:57:45 CEST 2006 MaxDB sdbinst: checking consistence of package data in install registry...
    Tue Oct 03 15:57:45 CEST 2006 MaxDB sdbinst: check files... ok
    Tue Oct 03 15:57:46 CEST 2006 MaxDB sdbinst: skipping package
    Tue Oct 03 15:57:46 CEST 2006 MaxDB sdbinst:
    Tue Oct 03 15:57:46 CEST 2006 MaxDB sdbinst: starting preparing phase of package Database Kernel 7.6.00.32 32 bit
    Tue Oct 03 15:57:46 CEST 2006 MaxDB sdbinst: -
    Tue Oct 03 15:57:46 CEST 2006 MaxDB sdbinst:
    Tue Oct 03 15:57:46 CEST 2006 MaxDB sdbinst: same package already installed
    Tue Oct 03 15:57:46 CEST 2006 MaxDB sdbinst: checking consistence of package data in install registry...
    Tue Oct 03 15:57:52 CEST 2006 MaxDB sdbinst: check files... ok
    Tue Oct 03 15:57:52 CEST 2006 MaxDB sdbinst: check rte registration of package... ok
    Tue Oct 03 15:57:52 CEST 2006 MaxDB sdbinst:
    Tue Oct 03 15:57:52 CEST 2006 MaxDB sdbinst: skipping package
    Tue Oct 03 15:57:52 CEST 2006 MaxDB sdbinst:
    Tue Oct 03 15:57:53 CEST 2006 MaxDB sdbinst: starting preparing phase of package Messages MSG 0.3951
    Tue Oct 03 15:57:53 CEST 2006 MaxDB sdbinst: -
    Tue Oct 03 15:57:53 CEST 2006 MaxDB sdbinst:
    Tue Oct 03 15:57:53 CEST 2006 MaxDB sdbinst: same package already installed
    Tue Oct 03 15:57:53 CEST 2006 MaxDB sdbinst: checking consistence of package data in install registry...
    Tue Oct 03 15:57:53 CEST 2006 MaxDB sdbinst: check files... ok
    Tue Oct 03 15:57:53 CEST 2006 MaxDB sdbinst: skipping package
    Tue Oct 03 15:57:53 CEST 2006 MaxDB sdbinst:
    Tue Oct 03 15:57:53 CEST 2006 MaxDB sdbinst: starting preparing phase of package ODBC 7.6.00.32 32 bit
    Tue Oct 03 15:57:53 CEST 2006 MaxDB sdbinst: -
    Tue Oct 03 15:57:54 CEST 2006 MaxDB sdbinst:
    Tue Oct 03 15:57:54 CEST 2006 MaxDB sdbinst: same package already installed
    Tue Oct 03 15:57:54 CEST 2006 MaxDB sdbinst: checking consistence of package data in install registry...
    Tue Oct 03 15:57:54 CEST 2006 MaxDB sdbinst: check files... ok
    Tue Oct 03 15:57:54 CEST 2006 MaxDB sdbinst: skipping package
    Tue Oct 03 15:57:54 CEST 2006 MaxDB sdbinst:
    Tue Oct 03 15:57:54 CEST 2006 MaxDB sdbinst: starting preparing phase of package Webtools 7.6.00.32 32 bit
    Tue Oct 03 15:57:54 CEST 2006 MaxDB sdbinst: -
    Tue Oct 03 15:57:54 CEST 2006 MaxDB sdbinst:
    Tue Oct 03 15:57:54 CEST 2006 MaxDB sdbinst: same package already installed
    Tue Oct 03 15:57:55 CEST 2006 MaxDB sdbinst: checking consistence of package data in install registry...
    Tue Oct 03 15:58:02 CEST 2006 MaxDB sdbinst: check files... ok
    Tue Oct 03 15:58:02 CEST 2006 MaxDB sdbinst: skipping package
    Tue Oct 03 15:58:02 CEST 2006 MaxDB sdbinst:
    Tue Oct 03 15:58:03 CEST 2006 MaxDB sdbinst: starting preparing phase of package SQLDBC 76 7.6.00.32 32 bit
    Tue Oct 03 15:58:03 CEST 2006 MaxDB sdbinst: -
    Tue Oct 03 15:58:03 CEST 2006 MaxDB sdbinst:
    Tue Oct 03 15:58:03 CEST 2006 MaxDB sdbinst: same package already installed
    Tue Oct 03 15:58:03 CEST 2006 MaxDB sdbinst: checking consistence of package data in install registry...
    Tue Oct 03 15:58:03 CEST 2006 MaxDB sdbinst: check files... ok
    Tue Oct 03 15:58:03 CEST 2006 MaxDB sdbinst: skipping package
    Tue Oct 03 15:58:03 CEST 2006 MaxDB sdbinst: installation of MaxDB Software finished successfully Tu, Oct 03, 2006 at 15:58:03
    <b><b><b>Tue Oct 03 15:58:03 CEST 2006 MaxDB sdbinst: creating database NSP...
    Tue Oct 03 15:58:03 CEST 2006 MaxDB sdbinst: ERROR: Backup check for  'G:\sapdb\NSP\_tempLocation\load\load_datasave' failed:
    Tue Oct 03 15:58:04 CEST 2006 MaxDB sdbinst: File not found: G:\sapdb\NSP\_tempLocation\load\load_datasave</b>Tue Oct 03 15:58:04 CEST 2006 MaxDB sdbinst: installation exited abnormally  at Tu, Oct 03, 2006 at 15:58:03
    Tue Oct 03 15:58:04 CEST 2006 MaxDB: Error during call to sdbinst, rc= 1
    Tue Oct 03 15:58:04 CEST 2006 MaxDB: Done with call_sdbinst
    Tue Oct 03 15:58:04 CEST 2006 MaxDB: rc of sdbinst = 1
    Tue Oct 03 15:58:04 CEST 2006 MaxDB: Start of CallSdbuninst
    Tue Oct 03 15:58:04 CEST 2006 MaxDB: IndepProgPath: g:/sapdb/programs
    Tue Oct 03 15:58:04 CEST 2006 MaxDB: dbmcli path: g:/sapdb/programs/pgm/dbmcli.exe
    Tue Oct 03 15:58:04 CEST 2006 MaxDB: Calling check for db_enum in case of an abort
    Tue Oct 03 15:58:05 CEST 2006 MaxDB: nsp doesn't exist. Nothing to do !
    Tue Oct 03 15:58:05 CEST 2006 MaxDB: rc of Method: 3
    Tue Oct 03 15:58:05 CEST 2006 MaxDB: IndepProgPath = g:/sapdb/programs
    MaxDB: dbmcli_path = g:/sapdb/programs/pgm/dbmcli.exe
    MaxDB: Database instance to drop: :NSP:
    MaxDB: Instroot of NSP is: null
    MaxDB: sdbuninst_option = :3
    MaxDB: 0=uninstall all, 1=uninstall Kernel package, 2=drop database only, 3=do nothing
    Tue Oct 03 15:58:05 CEST 2006 MaxDB: End of CallSdbuninst
    Tue Oct 03 15:58:05 CEST 2006 MaxDB: End of uninstallation     at java.lang.Thread.run(Unknown Source)</b></b>

    Please referr to the ideas on this thread.
    Install Problems withe the NW04s ABAP Trial verssion
    You have installed the loopback adapter and made the propriate entries in the hosts file, right?
    Regards,
    Rich Heilman

  • I have the same problem as all sorts of people with "HDCP" issue for playback.

    What is APPLE saying about this massive issue, I'm ready to completely switch to another product and super frustrated. I've tried the "quick" solutions with no help.

    The King B wrote:
    What is APPLE saying
    Search Google and find out.  A little effort is all that is required.
    This is Apple's only statement about HDCP: http://support.apple.com/kb/HT4428
    FYI, these are user to user support forums.  Apple does not participate here.

  • Help with DR plan for Exchange & SQL Server vDP 6 please.

    Hi there,
    I just need a little guidance building a backup & DR strategy using vDP and/or VR. SRM is probably not in the budget right now.
    First question about "Application" backup recovery.... Do I need BOTH a "Guest Image" & "Application" backup of these servers to be able to recover in case of disaster? I'm guessing YES, since when I try to "Restore" an Application backup, I only see the Exchange or SQL databases for example. I do not see the actual VM C:\ drive, etc. Would I use a "Guest Image" restore, THEN an "Application" restore for a full recovery? What happens if your SQL database is on the C:\ drive, you will be backing them up double in this scenario, once in Guest Image, then again in Application backups?
    Next question.... I've tested VR to a remote location (no SRM yet), and it worked well. I consider this a good DR plan for what we need. We currently use TSM for backups. If I change to local vDP backup + replicated vDP backups at the remote site, would this be a good replacement instead of VR? Our RTO is not a huge issue. Can I recover the replicated backups easily to the remote hosts? I realize the advantages of SRM, and I would need to do more manual steps, but our budget is tight.
    Thanks for your help.

    As with many things, these answers depend a lot on your environment, that said, from my experience as a customer, partner (and now with VMware) here are my answers:
    - Depending on the application both guest and application can be a good idea. If you have applications with agents, I think it often makes sense to use them.
    - You are correct that if you need to recover the entire VM, you would recover the VM image  and then the application backup (if it was needed - there is a likelihood that the application backup may not be needed)
    - You are correct, you are very likely backing up the application data twice. Seems worthwhile to me for the right applications, you'll have to evaluate for your environment
    - VR or backups can work as a DR solution, especially if RTO isn't an issue. The main difference I see between them is RPO. VR can go as low as 15 mins, backups are usually 24 hours so again, it depends on your requirements. One additional benefit to SRM is the ability to non-disruptively test your DR plan which I think is one of the best parts of it. Totally understand about budget. I would recommend building and testing your DR plan and communicating the resulting RPO/RTO to the business so they are aware.
    Does this answer your questions?

  • Can CR 2008 with XML ODBC driver using SQL CASE statement?

    Hi:
    when i use SQL Command to provide data to the report from XML file connection. I can not use CASE statement , CR always has error message about "CASE" word.
    I test the same Statement in SQL client connected to Oracle, it runs fine.
    So.. Is it driver's limitation that XML datasource can not use CASE statement inside SQL command window?
    Thanks anyone's reply in advance.
    Johnnychi

    Hi Johnny,
    CR supports what every the ODBC driver supports. The error you are getting is from the XML driver, CR is just passing it through.
    Try using an ODBC to XML driver and then a stand-alone ODBC test tool to see if your SQL works.
    If not you'll have to find another way to use the CASE statement.
    Thank you
    Don

  • In case of problems with SAP GUI for Java  ...

    Hello all,
    in case of having problems (errors, ABAP dumps etc.) with SAP GUI for Java, please create an OSS message on component BC-FES-JAV with information described in OSS note 326558
    http://www.service.sap.com/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700010521522001.
    This makes sure our official support channels get aware of your problem.
    Thanks and best regards
    Rolf-Martin

    Hello Rolf-Martin,
    i don't have access to this website to view the note.
    The version of the Suse libc is:
    GNU C Library stable release version 2.3.2, by Roland McGrath et al.
    Copyright (C) 2003 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
    PARTICULAR PURPOSE.
    Compiled by GNU CC version 3.3 20030226 (prerelease) (SuSE Linux).
    Compiled on a Linux 2.4.20 system on 2003-03-13.
    Best Regards,
    Piotr Brostovski

  • How to make column headers in table in PDF report appear bold while datas in table appear regular from c# windows forms with sql server2008 using iTextSharp

    Hi my name is vishal
    For past 10 days i have been breaking my head on how to make column headers in table appear bold while datas in table appear regular from c# windows forms with sql server2008 using iTextSharp.
    Given below is my code in c# on how i export datas from different tables in sql server to PDF report using iTextSharp:
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;
    using System.Windows.Forms;
    using System.Data.SqlClient;
    using iTextSharp.text;
    using iTextSharp.text.pdf;
    using System.Diagnostics;
    using System.IO;
    namespace DRRS_CSharp
    public partial class frmPDF : Form
    public frmPDF()
    InitializeComponent();
    private void button1_Click(object sender, EventArgs e)
    Document doc = new Document(PageSize.A4.Rotate());
    var writer = PdfWriter.GetInstance(doc, new FileStream("AssignedDialyzer.pdf", FileMode.Create));
    doc.SetMargins(50, 50, 50, 50);
    doc.SetPageSize(new iTextSharp.text.Rectangle(iTextSharp.text.PageSize.LETTER.Width, iTextSharp.text.PageSize.LETTER.Height));
    doc.Open();
    PdfPTable table = new PdfPTable(6);
    table.TotalWidth =530f;
    table.LockedWidth = true;
    PdfPCell cell = new PdfPCell(new Phrase("Institute/Hospital:AIIMS,NEW DELHI", FontFactory.GetFont("Arial", 14, iTextSharp.text.Font.BOLD, BaseColor.BLACK)));
    cell.Colspan = 6;
    cell.HorizontalAlignment = 0;
    table.AddCell(cell);
    Paragraph para=new Paragraph("DCS Clinical Record-Assigned Dialyzer",FontFactory.GetFont("Arial",16,iTextSharp.text.Font.BOLD,BaseColor.BLACK));
    para.Alignment = Element.ALIGN_CENTER;
    iTextSharp.text.Image png = iTextSharp.text.Image.GetInstance("logo5.png");
    png.ScaleToFit(105f, 105f);
    png.Alignment = Element.ALIGN_RIGHT;
    SqlConnection conn = new SqlConnection("Data Source=NPD-4\\SQLEXPRESS;Initial Catalog=DRRS;Integrated Security=true");
    SqlCommand cmd = new SqlCommand("Select d.dialyserID,r.errorCode,r.dialysis_date,pn.patient_first_name,pn.patient_last_name,d.manufacturer,d.dialyzer_size,r.start_date,r.end_date,d.packed_volume,r.bundle_vol,r.disinfectant,t.Technician_first_name,t.Technician_last_name from dialyser d,patient_name pn,reprocessor r,Techniciandetail t where pn.patient_id=d.patient_id and r.dialyzer_id=d.dialyserID and t.technician_id=r.technician_id and d.deleted_status=0 and d.closed_status=0 and pn.status=1 and r.errorCode<106 and r.reprocessor_id in (Select max(reprocessor_id) from reprocessor where dialyzer_id=d.dialyserID) order by pn.patient_first_name,pn.patient_last_name", conn);
    conn.Open();
    SqlDataReader dr;
    dr = cmd.ExecuteReader();
    table.AddCell("Reprocessing Date");
    table.AddCell("Patient Name");
    table.AddCell("Dialyzer(Manufacturer,Size)");
    table.AddCell("No.of Reuse");
    table.AddCell("Verification");
    table.AddCell("DialyzerID");
    while (dr.Read())
    table.AddCell(dr[2].ToString());
    table.AddCell(dr[3].ToString() +"_"+ dr[4].ToString());
    table.AddCell(dr[5].ToString() + "-" + dr[6].ToString());
    table.AddCell("@count".ToString());
    table.AddCell(dr[12].ToString() + "-" + dr[13].ToString());
    table.AddCell(dr[0].ToString());
    dr.Close();
    table.SpacingBefore = 15f;
    doc.Add(para);
    doc.Add(png);
    doc.Add(table);
    doc.Close();
    System.Diagnostics.Process.Start("AssignedDialyzer.pdf");
    if (MessageBox.Show("Do you want to save changes to AssignedDialyzer.pdf before closing?", "DRRS", MessageBoxButtons.YesNoCancel, MessageBoxIcon.Exclamation) == DialogResult.Yes)
    var writer2 = PdfWriter.GetInstance(doc, new FileStream("AssignedDialyzer.pdf", FileMode.Create));
    else if (MessageBox.Show("Do you want to save changes to AssignedDialyzer.pdf before closing?", "DRRS", MessageBoxButtons.YesNoCancel, MessageBoxIcon.Exclamation) == DialogResult.No)
    this.Close();
    The above code executes well with no problem at all!
    As you can see the file to which i create and save and open my pdf report is
    AssignedDialyzer.pdf.
    The column headers of table in pdf report from c# windows forms using iTextSharp are
    "Reprocessing Date","Patient Name","Dialyzer(Manufacturer,Size)","No.of Reuse","Verification" and
    "DialyzerID".
    However the problem i am facing is after execution and opening of document is my
    column headers in table in pdf report from
    c# and datas in it all appear in bold.
    I have browsed through net regarding to solve this problem but with no success.
    What i want is my pdf report from c# should be similar to following format which i was able to accomplish in vb6,adodb with MS access using iTextSharp.:
    Given below is report which i have achieved from vb6,adodb with MS access using iTextSharp
    I know that there has to be another way to solve my problem.I have browsed many articles in net regarding exporting sql datas to above format but with no success!
    Is there is any another way to solve to my problem on exporting sql datas from c# windows forms using iTextSharp to above format given in the picture/image above?!
    If so Then Can anyone tell me what modifications must i do in my c# code given above so that my pdf report from c# windows forms using iTextSharp will look similar to image/picture(pdf report) which i was able to accomplish from
    vb6,adodb with ms access using iTextSharp?
    I have approached Sound Forge.Net for help but with no success.
    I hope anyone/someone truly understands what i am trying to ask!
    I know i have to do lot of modifications in my c# code to achieve this level of perfection but i dont know how to do it.
    Can anyone help me please! Any help/guidance in solving this problem would be greatly appreciated.
    I hope i get a reply in terms of solving this problem.
    vishal

    Hi,
    About iTextSharp component issue , I think this case is off-topic in here.
    I suggest you consulting to compenent provider.
    http://sourceforge.net/projects/itextsharp/
    Regards,
    Marvin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Problem with import statement for user created classe

    I recently downloaded J2sdk1.4.0_03 before that I had jdk1.3 and never had this problem.All the files other than named package I import for my
    application does not compile.But when I commented that out it work just fine.
    any help is appreciated

    thanks
    It makes sense not to import non-packaged class.
    My other problem is with JDBC ODBC.I have a Dell system with Windows XP.
    I registered my User Data Source to ODBC with MS Text driver(.txt , csv).When the code reaches at the .executeUpdate(CREAT TABLE CUSTOMERS)
    it throws an exception
    sQLException 3:java.sql.SQLException: [Microsoft][ODBC Text Driver] Cannot modify the design of table 'CUSTOMERS'. It is in a read-only database.
    Do I really need to change the attribues or some thing else.
    How can I chane the attributes of the database.Never had problem with windows 98.

  • User Defined Fields & Tables Problem

    After the upgrade to B1 2007 and converting our database to 2005 compatibility as per the upgrade directions, we’re having some weird issues with our user defined fields and tables. 
    •     Our user defined fields that used to be alpha-numeric when set up in B1 are now in the database as nvarchar(MAX), even after updating the fields in the Manage User Defined Fields screen.  B1 is obviously not setting the right field information as per its interface.
    •     We’re can no longer add records to user defined tables through the B1 interface, though we can add them fine through SQL Server or an ODBC interface.  The error we are getting is
    [Microsoft][SQL Native Client][SQL Server]Conversion failed when converting the nvarchar value '-3 @PASSWORDS' to data type int. (CINF)
    .  I don’t understand where this problem is coming from because there isn’t even a data field that is an integer, so I don’t know what it’s trying to convert.

    Derek,
    I would suggest you post this question to SAP Support by creating a message.  Also search for any notes on this from https://websmp201.sap-ag.de/notes
    Suda

  • Dynamic internal table problem in FM - HR_INFOTYPE_OPERATIONS

    Dear All,
    I have a problem when I use a Dynamic internal table in FM - HR_INFOTYPE_OPERTATION..
    Please suggest me on the way to overcome this problem..
    We wanted to have a dynamic Program for Info type operations which can be used for any info types as we are changing only BEGDA and the related actions
    So in my program I have the parameters to accept
    P_BEGDA - 01.10.2007
    P_INFTY - P0008
    P_ACTIO - COPY
    I am able to create a dynamic table based on the parameters P_INFTY and able to read it also using the FM - HR_READ_INFOTYPE
    BUT when I pass the dynamic internal table to a FM - HR_INFOTYPE_OPERTATION I am getting a DUMP
    The DUMP is at the below statement from FM - HR_INFOTYPE_OPERTATION
    ASSIGN record TO <record> CASTING TYPE (tabname). "XDP UniCode
    It gives the below possiblities
    "ASSIGN_BASE_TOO_SHORT" C 
    "SAPLHRMM" or "LHRMMU03"  
    "HR_INFOTYPE_OPERATION"   
    But If I use the below internal table
    Data : g_t_0008 like P0008 occurs 0 with header line.
    And If I use the internal table g_t_0008 instead of dynamic tables then it works. So I strongly feel it's due to not having a header in the dynamic table below see below the sample code on how I am generating a dynamic internal table
    field-symbols: <dyn_table> type standard table.
    data: dy_table type ref to data,
          dy_line  type ref to data,
          xfc type lvc_s_fcat,
          ifc type lvc_t_fcat.
    to get the srurcute
    perform get_structure using l_f_table.
    perform create_dynamic_itab .
    assign dy_table->* to <dyn_table>.
    perform get_data tables <dyn_table01>
                      using pernr-pernr p_infty.
    below are the forms routine….
    form get_structure using p_table.
    data : idetails type abap_compdescr_tab,
           xdetails type abap_compdescr.
    data : ref_table_des type ref to cl_abap_structdescr.
    clear : ifc[], dy_table.
    Get the structure of the table.
      ref_table_des ?=
          cl_abap_typedescr=>describe_by_name( p_table ).
      idetails[] = ref_table_des->components[].
      loop at idetails into xdetails.
        clear xfc.
        xfc-fieldname = xdetails-name .
        xfc-datatype = xdetails-type_kind.
        xfc-inttype = xdetails-type_kind.
        xfc-intlen = xdetails-length.
        xfc-decimals = xdetails-decimals.
        append xfc to ifc.
      endloop.
    endform.
    form create_dynamic_itab.
    Create dynamic internal table and assign to FS
      call method cl_alv_table_create=>create_dynamic_table
                   exporting
                      it_fieldcatalog = ifc
                   importing
                      ep_table        = dy_table.
    endform.
    *&      Form  get_data
    form get_data  tables   p_table
                   using    p_pernr
                            p_infty.
    clear : p_table, p_table[].
      CALL FUNCTION 'HR_READ_INFOTYPE'
           EXPORTING
                PERNR           = P_PERNR
                INFTY           = p_infty
                BEGDA           = p_datum
                ENDDA           = p_datum
           TABLES
                INFTY_TAB       = p_table
           EXCEPTIONS
                INFTY_NOT_FOUND = 1
                OTHERS          = 2.
      CHECK SY-SUBRC EQ 0.
    IF lines( p_table ) GT 0.
    *write :/'Record exist' , 'IT', p_infty.
    clear p_table.
    PERFORM hr_operation tables  p_table
                         using  g_t_t588d-actio g_t_t588d-INFTY
                                g_t_t588d-SUBTY.
    else.
    PERFORM append_status using g_t_itab-pernr p_infty ' '
                                'Error' 'No records'.
    ENDIF.
    endform.                    " get_data
    form hr_operation  tables    p_table
                       using     p_actio P_INFTY P_SUBTY.
    data: l_f_return    LIKE bapireturn1.
    ASSIGN COMPONENT 'BEGDA' OF STRUCTURE p_table TO <l_field>.
          <l_field> = p_begda.
            CALL FUNCTION 'HR_INFOTYPE_OPERATION'
              EXPORTING
                infty         = P_infty
                number        = G_T_ITAB-PERNR
                subtype       = P_subty
                validityend   = g_f_endda
                validitybegin = P_datum
                record        = P_TABLE
                operation     = p_actio
              IMPORTING
                return        = l_f_return.
    IF sy-subrc NE 0.
    ENDIF.
    ENDFORM.

    try
    using field symbol for a wrk area instead of Field symbol for a table
    loop your inernal table (again a field symbol) assigning to <fs_wrkarea>
    in loop call HR_INFO.._OP..
    reward if helpful

  • Table Problems (Cell Shading and Default Format from EDD and Template)

    I have two problems related to tables using Structured FrameMaker (Version 10), whilst in-processing XML.
    I've designed two different table formats in my Template; Format A with black shading - 30% for THead and 3% for row, and Format B with blue shading - 30% for THead and 3% for row.
    If I create a structured document from scratch and insert a table, I get the required Black (30%) and Black (3%) shading.   If I then insert an informaltable, I get the required Blue (30%) and Blue (3%) shading.
    Although I've given the two table types different default formats in the EDD - Format A for table and Format B for informaltable - when I open the XML file (normally) from within FrameMaker I notice that all the tables default to Format A (black shading).   When I then import my EDD table should stay as Format A and informaltable should change to Format I.   This doesn't happen; they all stay at Format A.
    I can change informaltable by manually applying Format I, this worksI.  Obviously, with long documents which might have hundreds of tables we can't afford the time and manpower to do such things one at a time by hand.
    Do any of the Structure gurus have a fix for this, or can someone give me a hint of what I might be doing wrong?
    The second, but related question was a general one.   I see that Adobe says
    "Tables
    FrameMaker table formats are only partially integrated with the structure model. The content of
    a FrameMaker table is always fully structured, but the control over cell border ruling is limited and
    there is no structure format control over cell shading."
    I believe it could be useful to apply cell shading on an individual cell basis (although I'm not sure whether this is possible at the XML level - where someboddy might give an element an attribute of, say, shading (with options, such as, green, red, blue, yellow all at, say, 30%, with a default of red, for example.
    I've seen that there has been mention of plugins to achieve cell shading in structure; does anyone have an experience with such things, more to the point, can anyone point me in the right direction?   I don't mind paying fo a solution which I can implement myself.
    Any help or advice would be much appreciated.
    Regards
    Chris

    Hi,
    could you please provide some details on the EDD, RWR and some example XML?
    My wild guess goes into the direction of the RWR not containing enough information that get written out into XML.
    We're using table formatting with shaders too (using an attribute to control the specific formatting of each table) and it works like a charm in FM9 and FM11 when roundtripping.
    The context rules are used in the table group (i.e. tgroup element). This might already solve the issue .
    Cheers Alex

  • Problem with immediate eventhandling for a  combo

    Hi, I have the following problem.
    I have a form with 2 combo box, when I change the value in the first combo I want reload data in the other. To do this I use a method in the backing bean called when the value of the first combo change.
    The code of the jsp is:
    <h:selectOneMenu  id="settoreId"
       value="# {pc_GestioneCorsi.inputParSearchBean.settore.codSettore}"
        immediate="true" required="false" onchange="submit()"    valueChangeListener="#pc_GestioneCorsi.reloadValuesinSecondoCombo}">
    <f:selectItems value="#{selectitems.pc_GestioneCorsi.settoriList.descSettore.codSettore.toArray}" />
    </h:selectOneMenu>In the form I have other fields and a button for submit the form
    <h:commandButton type="submit"  value="#{msgs.btn_search}"
    id="btn_search_id" action="#{pc_GestioneCorsi.search}">
    </h:commandButton>The problem is:
    when I submit the form the search method is not called (action of the form), but instead is called "reloadValuesinSecondoCombo" method.
    This happens only when user submit the form without changing the value in the combo.
    Can someone help me?
    Thanks
    Nico

    Hi
    Please check wtih below table
    AEOI         
    Pradeep

  • Problem with Revision level for a Material

    Hi All,
    I have a problem with Revision Levels for a Material.
    I want to know the Revision Level for a particular Material for BOM Creation.
    Can anyone please let me know from which Table or Funtion Module can I get the Rev Level, once I pass MATNR (Material) and AENNR (Change Number).
    <REMOVED BY MODERATOR>
    Thanks and Regards,
    Harish Kalla
    Edited by: Alvaro Tejada Galindo on Apr 14, 2008 4:30 PM

    HI,
    You can use table AEOI.
    Hope this helps.
    <REMOVED BY MODERATOR>
    Regards,
    Sipra
    Edited by: Alvaro Tejada Galindo on Apr 14, 2008 4:30 PM

Maybe you are looking for

  • Can we have a Single quote in the tooltip text?

    Hi, We have some tooltips for the presentation columns which contains a single quote. When I try to view the tooltip from answers the single quote is being replaced by double quotes. I tried to use all sorts of escape characters for single quote, lik

  • Error adding BW object into a transport request

    Hi all, I'm modifying an OHD and when I'm trying to save into a new request I got the following error: "Attention!. The selected object is already locked by another transport request". And it shows me which is the TR that has the object locked, howev

  • Undefined is not an object

    Hello! It seems this question may have been asked, but I cannot find an answer. When creating a PDF from Bridge, I get the error message "undefined is not an object." I have figured out which images are causing this problem, but is there a way to "fi

  • Mac Mini Bluetooth Issues

    Hi there, I've recently took purchase of a new Mac Mini (my first Mac) and am loving it, apart from the problems I'm having with the Bluetooth functionality. I've been trying to pair my new Apple wifi keyboard and have not been succesful, I can't get

  • Custom invoice blocking reason

    When posting an invoice, several checks are done to see whether invoice items should be blocked for payment. This is being done based on price and quantity. Right now we want to block payment for an incoming invoice item if that item does not have a