ResultSet.getObject casts to incomplete Date

Hi,
I'm using the jdbc driver in java to copy data from an oracle database to a DB2 database.
The solution is a generic one to copy all columns regardless of type (using PreparedStatement.setObject).
Everything works as a charm except that the DATE columns will just contain a date and no time.
After some digging it seems that the ResultSet.getObject method doesn't include the time...I did:
Object value = inRs.getObject(COLUMN_NAME);
Date myDate = (Date) value;
DateFormat myFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
String myDateAsString = format.format(myDate);
This will give me just the date without the time, is this the expected behaviour?
getDate and getTimestamp works just fine but I need to use getObject to keep my method generic.
Any ideas?
Thanks
Database: Oracle Database 11g Release 11.1.0.0.0
JDBC Driver: Oracle Thin 10.2.0.4.0
JVM: IBM J2RE 1.5.0

Ok, so I've got a workaround and found the problem.
Object value = inRs.getObject(column.getKey());
if (value != null && value.getClass().getName().equals("java.sql.Date"))
outStatement.setTimestamp(colIndex, inRs.getTimestamp(column.getKey()));
*} else {*
outStatement.setObject(colIndex, value);
getObject erroneously returns a java.sql.Date from the oracle DATE. Is this an error in the jdbc driver?
UPDATE: According to the manual, this is the default behavior of the driver, but it just doesn't seem rational.
See Table 11-2 getObject and getOracleObject Return Types:
http://download.oracle.com/docs/cd/B28359_01/java.111/b31224/datacc.htm
Edited by: gs1 on May 14, 2009 12:57 AM
Fixed code.

Similar Messages

  • Dreamweaver Template Error: Error reading file (Site Location/info) returned incomplete data

    Hello!
    I am working on new website we are creating for our company. I have never really had any Dreamweaver template file errors before...so this one has me really stumped! We purchased the site files from Template Monster and I have contacted their tech support, but I have not had much luck with them.
    I started out by creating the Dreamweaver template folder that includes the template files that I would like to use. I started creating some pages using the template. I placed all the html pages in the main folder of the website. When I go to update the template to those pages I get the following error: "Error reading file (Site Location\Folder name\Dreamweaver template name) returned incomplete data".
    I am not sure what I am doing wrong. Any help and advice would be greatly appreciated!
    The site is a CSS based site with a Flash navigation menu. Since it is in the production phase, I do not yet have it placed on a server so you can take a look at it at this time (although if really needed and we cannot find an answer, I may be able to get the test site on line - if someone thinks they can help me answer this problem by viewing the site). Right now the site is housed in the same place we house all of the other sites we have produced and all of our other templates on our other websites work just fine. The main difference with this site is that we did purchase files from Template Monster to help speed us along during the construction of the page structures and also this site has a Flash Navigation Menu and a few other Flash elements (something our other sites do not really have).
    I am using Abobe Dreamweaver CS5 and Windows 7
    Thanks again for taking the time to help find and answer to this problem!
    -J

    I am curious as to why no one likes them around here.
    They have spammed these forums in the past.
    The code on their pages is rarely 'best-practice' code.
    There are much better choices available.
    My co-worker and I have to share the files, since we are editing the site together. The files are not local on our computers, but on the company's f drive that have Novell on it.
    This arrangement is a recipe for disaster.  The correct way to collaborate on a site with a colleague is with the following setup:
    Each of you must have a LOCAL site (local to your workstation)
    You would use a single remote location as a staging area, so each of you would have a site definition that specifies your own workstation for the local site, and the same network shared location as the Remote site
    You will both need to enable Check In/ Check Out
    You will both have to agree to PLAY BY THE RULES!
    One (or both) of you will also need to have a second site defined that has the staging server as the local root folder, and would have the PRODUCTION server as the remote site.  I'll explain how to use this site soon.
    When you use CI/CO, your 'gold-standard files' are on the staging server.  To begin working, you would connect to the staging server, and double click on a file, which will a) fetch the file from the staging server to your local site, and b) CHECK OUT the file to you.  As long as you have the file checked out, it cannot be edited by your colleague.  When you are done with your edit, you would CHECK IN the file (which uploads it to the staging server).  It can now be edited by your colleague.
    When you add templates to this scenario, things get even more complicated, although manageable.  If you ever need to make a change to a template you must use the following procedure:
    ALL FILES MUST BE CHECKED IN - this includes both you and your colleague.
    One of you would connect with the SECOND SITE, open and edit the template, and save it propagating the changes to all "LOCAL" files (i.e., on the staging server).
    Each of you would then need to return to the FIRST SITE, and again check out any files you want to work on.
    When changes are done, and files are ready to publish, connect to the SECOND SITE, and upload the files from STAGING to PRODUCTION.
    Does that make sense?  It's important that it does.
    I need to add in one more tab/link to the Flash nav bar.
    Using Flash for navigation is a VERY POOR CHOICE, unless you also have redundant, text-based navigation on the pages.  By using Flash to navigate, you guarantee: a) your pages will not be spiderable by search engines, b) your pages will not be navigable by iPlatforms, and c) your pages will be inaccessible to anyone browsing with screen assistive devices.  Someone is making bad decisions about this site, in my opinion.

  • Incomplete data loaded to BW

    Hi Gurus,
    APO data is being extracted to BW. The background job that extracts the data ran successfully but with incomplete data. As we checked with RSA3, all the data were extracted. Also, adhoc run was perform to check whether all the data will be loaded in APO, and the run was successful. Is there any factors that had affect the volume of data loaded to BW?
    Thanks,
    Ann

    Hi,
    I already checked the filters (Data Selection Tab) of the infopackage. The only filtering information that been set is the selection profile, planning book, and the date. Using the same filtering selections, I made an adhoc run only for one product (included in the selection profile used) and all the data were extracted and can be seen in the PSA. But when the normal background job of extraction is run, the data that been loaded in the cube is incomplete and the run was successful (green status). The key figure that has problem in extraction is Production (confirm).
    Do you know what else should I check?
    Thanks,
    Ann

  • Order line status is 'Awaiting Invoice Interface - Incomplete Data'.

    Hi
    Can anyone help me with the error message i am getting
    "Order line status is 'Awaiting Invoice Interface - Incomplete Data" and the order type is Internal Order for the sales order.
    When i am trying to progress the Sales order,I am getting the message Batch_source_name is required for invoice interface.I want to close the Sales Order.

    Hi,
    Following metalink id can be helpful
    Internal Order Line Status: Awaiting Invoice Interface - Incomplete Data [ID 1456386.1]
    Batch_Source_Name is required for Invoice Interface Error Prevents Invoicing [ID 343430.1]
    Edited by: 923198 on Sep 7, 2012 9:41 AM

  • Change to existing sales order - There is no incompletion data for sales document

    we have just started TM in our sandbox system. When we change an existing order we get the following message:
    There is no incompletion data for sales document and the order change does not get sent to tm.  Creating a new order and changing all works fine. Is there something to be done with existing orders?

    Hello John,
    Have you tried to use the report TMTRQINITIALSENDING?
    Rgs, Marcelo Lauria

  • Incomplete Data logs in ST06

    Hi,
    Could you help me to figure out why I got incomplete logs in ST06. It was started when we found out that Saposcol is not running, so as immediate resolution we restarted the saposcol via ST06, but still no data was displayed.
    I also tried the following steps saposcol -d ; kill ; leave ; launch ; exit. and restarted the system but still I got incomplete data.
    I already logged an SAP message and advised to upgrade my Saposcol version and I have checked already the standard job (SAP_COLLECTOR_FOR_PERFMONITOR) it is running. Still no data in CPU, DISK and LAN.
    I got this log file in ST06:
          SAPOSCOL version  COLL 20.94 700 - 20.59 NT 07/05/25, 32 bit, multithreaded, Non-Unicode
          compiled at   Jun  5 2007
          systemid      560 (PC with Windows NT)
          relno         7000
          patch text    COLL 20.94 700 - 20.59 NT 07/05/25
          patchno       113
          intno         20050900
          running on    MDCSAP04 Windows NT 5.2 3790 Service Pack 1 8x Intel 801586 (Mod 6 Step 8)
    LOG: Profile          : no profile used
    LOG: Saposcol Version  : [COLL 20.94 700 - 20.59 NT 07/05/25]
    LOG: Working directory : C:\usr\sap\PRFCLOG
    LOG: Allocate Counter Buffer [10000 Bytes]
    LOG: Allocate Instance Buffer [10000 Bytes]
    LOG: Shared Memory Size: 29074.
    LOG: Connected to existing shared memory.
    LOG: Reused shared memory. Clearing contents.
    LOG: Collector daemon started
    LOG: read coll.put Tue Jul 03 12:59:56 2007
    LOG: Collector PID: 6312
    LOG: Process Monitoring active.
    LOG: searching for Process Monitoring Templates in C:\usr\sap\PRFCLOG\dev_proc
    LOG: searching for Process Monitoring Templates in C:\usr\sap\PRFCLOG\procmon\
    LOG: The following processes will be monitored:
    LOG: Process:    jlaunch-DSAPINFO=EP1_00_dispatcher*  for user:        SAPServiceEP1
    LOG: Process:        jlaunch-DSAPINFO=EP1_00_server*  for user:        SAPServiceEP1
    LOG: Process:          14:02:45 03.07.2007   LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\SAPOsCol) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Got RMI PORT from rmi.xml: 5580
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed wi
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Size of rmi.xml file: 596
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed wi
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: path_to_rmi_xml: C:\oracle\EP1\102\oc4j\j2ee\isqlplus\config\rmi.xml
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed wi
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Not in the RAC env
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed wi
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Size of isqlplusctl.bat file: 2227
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    led  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: OracleCUSDEV01iSQL*Plus
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    led  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Launching iSQL*Plus returned: 196, errno=0
    0
    LOG: Resize of eventlog buffer.
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    led  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: cmdJava: C:\j2sdk1.4.2_13\bin\java.exe, argBaseStart: -Doracle.oc4j.localhome=C:
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    led  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Got RMI PORT from rmi.xml: 5580
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Size of rmi.xml file: 596
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: path_to_rmi_xml: C:\oracle\CUSDEV01\102\oc4j\j2ee\isqlplus\config\rmi.xml
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Not in the RAC env
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Size of isqlplusctl.bat file: 2247
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\SAPOsCol) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Service SAPOsCol has been started!
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\SAPOsCol) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Service SAPOsCol has been started!
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\SAPOsCol) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Service SAPOsCol has been started!
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: OracleEP1102iSQL*Plus
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Launching iSQL*Plus returned: 196, errno=0
    80
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: cmdJava: C:\j2sdk1.4.2_13\bin\java.exe, argBaseStart: -Doracle.oc4j.localhome=C:
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Got RMI PORT from rmi.xml: 5580
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Size of rmi.xml file: 596
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: path_to_rmi_xml: C:\oracle\EP1\102\oc4j\j2ee\isqlplus\config\rmi.xml
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Not in the RAC env
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Size of isqlplusctl.bat file: 2227
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: OracleCUSDEV01iSQL*Plus
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Launching iSQL*Plus returned: 196, errno=0
    80
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: cmdJava: C:\j2sdk1.4.2_13\bin\java.exe, argBaseStart: -Doracle.oc4j.localhome=C:
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Got RMI PORT from rmi.xml: 5580
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Size of rmi.xml file: 596
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    led  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: path_to_rmi_xml: C:\oracle\CUSDEV01\102\oc4j\j2ee\isqlplus\config\rmi.xml
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    led  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Not in the RAC env
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    led  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Size of isqlplusctl.bat file: 2247
    LOG: ERROR: Can not open event log(Security) 5[Access is denied.#
    LOG: source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program
    LOG: parameters:
    LOG: The battery charge cycle is complete.:  Battery 0 Controller 1
    LOG: source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program
    LOG: parameters:
    LOG: Controller event log: Current capacity of the battery is above threshold:  Contr
    LOG: source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program
    LOG: parameters:
    LOG: Controller event log: Battery started charging:  Controller 1 (PERC 5/i Adapter)
    LOG: source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program
    LOG: parameters:
    LOG: Controller event log: Battery temperature is normal:  Controller 1 (PERC 5/i Ada
    LOG: source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program
    LOG: parameters:
    LOG: Controller event log: Time established as 07/03/07 13:35:40; (93 seconds since p
    LOG: source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program
    LOG: parameters:
    LOG: Controller event log: Inserted: PD 03(e1/s3):  Controller 1 (PERC 5/i Adapter)
    LOG: source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program
    LOG: parameters:
    LOG: Controller event log: Inserted: PD 02(e1/s2):  Controller 1 (PERC 5/i Adapter)
    LOG: source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program
    LOG: parameters:
    LOG: Controller event log: Inserted: PD 01(e1/s1):  Controller 1 (PERC 5/i Adapter)
    LOG: source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program
    LOG: parameters:
    LOG: Controller event log: Inserted: PD 00(e1/s0):  Controller 1 (PERC 5/i Adapter)
    LOG: source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program
    LOG: parameters:
    LOG: Controller event log: Inserted: PD 08(e1/s255):  Controller 1 (PERC 5/i Adapter)
    source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program
    parameters:
    Controller event log: Enclosure (SES) discovered on PD 08(e1/s255):  Controller
    source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program
    parameters:
    Controller event log: Battery Present:  Controller 1 (PERC 5/i Adapter)
    source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program
    parameters:
    Controller event log: Firmware initialization started (PCI ID 0015/1028/1f02/102
    source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program
    parameters:
    The battery charge cycle is complete.:  Battery 0 Controller 1
    source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program
    parameters:
    Controller event log: Current capacity of the battery is above threshold:  Contr
    source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program
    parameters:
    Controller event log: Battery started charging:  Controller 1 (PERC 5/i Adapter)
    source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program
    parameters:
    Controller event log: Battery temperature is normal:  Controller 1 (PERC 5/i Ada
    source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program
    parameters:
    Controller event log: Time established as 07/02/07 20:04:00; (93 seconds since p
    source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program
    LOG: parameters:
    LOG: Controller event log: Inserted: PD 03(e1/s3):  Controller 1 (PERC 5/i Adapter)
    LOG: source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program F
    LOG: parameters:
    LOG: Controller event log: Inserted: PD 02(e1/s2):  Controller 1 (PERC 5/i Adapter)
    LOG: source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program F
    LOG: parameters:
    LOG: Controller event log: Inserted: PD 01(e1/s1):  Controller 1 (PERC 5/i Adapter)
    LOG: source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program F
    LOG: parameters:
    LOG: Controller event log: Inserted: PD 00(e1/s0):  Controller 1 (PERC 5/i Adapter)
    LOG: source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program F
    LOG: parameters:
    LOG: Controller event log: Inserted: PD 08(e1/s255):  Controller 1 (PERC 5/i Adapter)
    LOG: source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program F
    LOG: parameters:
    LOG: Controller event log: Enclosure (SES) discovered on PD 08(e1/s255):  Controller
    LOG: source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program F
    LOG: parameters:
    LOG: Controller event log: Battery Present:  Controller 1 (PERC 5/i Adapter)
    LOG: source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program F
    LOG: parameters:
    LOG: Controller event log: Firmware initialization started (PCI ID 0015/1028/1f02/102
    LOG: couldn't process Security events: 108

    Hi,
    It could be because the pricing conditions wouldnt have been maintained for all the required conditions that are there in the sales order.
    It could be that the tax condition records wouldnt have been maintained properly in VK111/VK12.
    Do an analysis by going to the pricing analysis with in each item and then check, u will be able to catch hold of the issue.
    Hope this helps.
    Kind Regards
    Chakradhar

  • ResultSet.getObject

    Hello Techies,
    I having some database code which must be compatiable to any database.
    I had tested my code on oracle. In my code i had used rs.getClob(). This is ok for oracle.
    But this not the case for mysql. There for each resultSet, I have to change the code ot rs.getString().(Since mysql does not support CLOB).
    If I use rs.getObject(), how can i deal this problem??
    I want to make my code to be independent of database.
    looking 4 u r solutions.
    regards,
    Krish

    Your app to be portable needs to deal with the fact that all backends might not support a given data type. You can use ResultSetMetaData to determine the types for the columns returned and take the appropriate action

  • Incomplete Data on report (report does not show all records from the table)

    Hello,
    I have problem with CR XI, I'm running the same report on the same data with simple select all records from the table (no sorting, no grouping, no filters)
    Sometimes report shows me all records sometimes not. Mostly not all records on the report. When report incomplete sometimes it shows different number of records.
    I'm using CR XI runtime on Windows Server 2003
    Any help appreciated
    Thanks!

    Sorry Alexander. I missed the last line where you clearly say it is runtime.
    A few more questions:
    - Which CR SDK are you using? The Report Designer Component or the CR assemblies for .NET?
    - What is the exact version of CR you are using (from help | about)
    - What CR Service Pack are you on?
    And a troubleshooting suggestion:
    Since this works on some machines, it will be a good idea to compare all the runtime (both CR and non CR) being loaded on a working and non working machines.
    Download the modules utility from here:
    https://smpdl.sap-ag.de/~sapidp/012002523100006252802008E/modules.zip
    and follow the steps as described in this thread:
    https://forums.sdn.sap.com/click.jspa?searchID=18424085&messageID=6186767
    The download also includes instructions on how to use modules.
    Ludek

  • Class Cast Exception for Date Format .

    Hi Friends ,
    I am getting a error for casting type from Object to Date type .
    Could you please some one help me . I am using a prepared statement in OAF for inserting a data .
    All fields are inserting except Date format .
    My code in controller as follows :
    try {    String StartDate=row.getAttribute("StartDate").toString();
    // String StartDate="30-Apr-2011";
    DateFormat formatter ;
    Date StartDate1;
    formatter = new SimpleDateFormat("dd-MMM-yy");
    StartDate1 = (Date)formatter.parse(StartDate);
    //System.out.println("Today is " +date );
    pstmt.setDate(12,StartDate1);
    } catch (ParseException e)
    {System.out.println("Exception :"+e);    }
    Thanks in Advance ,
    Keerthi

    Thanks so Much for the quick response .
    Exception Details.
    oracle.apps.fnd.framework.OAException: java.lang.ClassCastException at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888) at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1145) at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(OAPageErrorHandler.java:1408) at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2637) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1659) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418) at OA.jspService(OA.jsp:40) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106) at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803) at java.lang.Thread.run(Thread.java:534) ## Detail 0 ## java.lang.ClassCastException at SONY.oracle.apps.inv.xx_slapg.webui.ServiceRequestCO.processFormRequest(ServiceRequestCO.java:153) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:799) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363) at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processFormRequest(OAPageLayoutHelper.java:1118) at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processFormRequest(OAPageLayoutBean.java:1579) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:995) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:961) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:816) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363) at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processFormRequest(OAFormBean.java:395) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:995) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:961) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:816) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363) at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(OABodyBean.java:363) at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2633) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1659) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418) at OA.jspService(OA.jsp:40) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106) at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803) at java.lang.Thread.run(Thread.java:534) java.lang.ClassCastException at SONY.oracle.apps.inv.xx_slapg.webui.ServiceRequestCO.processFormRequest(ServiceRequestCO.java:153) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:799) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363) at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processFormRequest(OAPageLayoutHelper.java:1118) at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processFormRequest(OAPageLayoutBean.java:1579) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:995) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:961) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:816) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363) at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processFormRequest(OAFormBean.java:395) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:995) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:961) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:816) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363) at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(OABodyBean.java:363) at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2633) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1659) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418) at OA.jspService(OA.jsp:40) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106) at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803) at java.lang.Thread.run(Thread.java:534)
    Here is my code .
    java.util.Date StartDate=(java.util.Date)row.getAttribute("StartDate");
    ------------------------------------------------------------------------------------------------

  • Cast Timestamp to Date ?

    Hello,
    Is i ok to cast a Timestamp to a Date ?
    Olek
    Edited by: Olek on Nov 10, 2007 5:15 PM

    Olek wrote:
    java.util.Date or java.sql.Date
    Olekjava.sql.Date extends java.util.Date and
    java.sql.Timestamp extends java.util.Date
    So you cannot "cast" Timestamp to java.sql.Date. Try it and you will get a compiler error:
    java.sql.Timestamp ts = ...;
    java.sql.Date date = (java.sql.Date) ts; //error: inconvertible types

  • Incomplete Data - Synchronization process

    Hi! Everyone
    When I want to get a new information I have to sync. But I have to do the synchronization process around three to four times in order to get new information.
    Can anyone tell me what is the problem I am having ???
    Why I am gettign the message Data is incomplete so many times.
    The complete screen of the message I get is as follow:
    Synchronization started 
    • Connection set up (without proxy) to: http://172.26.33.22:8000/sap/bc/MJC/mi_host?~sysid=bwp& 
    • Successfully connected with server. 
    • Processing of inbound data began. 
    • Data is incomplete for user MAM NORPRO001 and application MAM25 
    • Data is complete for user MAM NORPRO001 and application Framework 
    Thank you

    Hi Xiamora,
    well, I guess in your case repetitive sync is switched on, but the SyncBO is not set to SYNCHRONOUS. In that case the sync starts, sets up the request for new data and then it is done for him. Meanwhile the replicator runs in the background. You can check in MEREP_PD how the  data is collected and how the O_WAITNG cue fills up. Then with the sync only a chunk of data comes down each time - not everything in your case.
    Set the SyncBOs to SYNCHRONOUS and all should work file.
    This setting was lost as you deployed the latest MAM war file, cause it is specific for the version.
    Hope that helps!
    Regards,
    Oliver

  • Foreign Trade - Incompletion Data

    Hi, can anyone advise if this setting (tcode VI49) is pertainining to each shipto country?  If we hv 10 export countries, then we need to setup this 10 times if we wan to turn off the incompletion check for all export countries?
    Is there a better way to do this?
    Thanks
    Peter

    Hi tubby
    Go to VF02->item data->foreign trade tab . there click on incompletion log icon whatever data comes fill those data  and next go to header data->foreign trade data tab ,there click on incompletion log icon whatever data comes fill those data and then save the billing document and then forward it to FI
    Regards
    Srinath

  • Incomplete data is showing

    Hi all,
    I am new in this forum,
    i have a question regarding C# and oracle,
    i have made a program in c# to read the content from oracle database and show this in datagrid.
    but i am facing one issue in it, whenever there is repeatation of data is coming, it makes the repeated data incomplete or garbage,
    please give me a solution of this problem.
    Thanks
    Ramesh Jha

    Hello Mark,
    Thanks for the reply,
    I am using Micorsoft Visual C# 2003 with Oracle 8i,
    DataGrid on aspx file     --
    <asp:datagrid id="DataGrid1" runat="server" Width="100%" AutoGenerateColumns="False" AllowPaging="True" CellPadding="3">
    <ItemStyle Font-Size="12px" Font-Names="Arial" ForeColor="#4E4421" BackColor="#DCE9FB"></ItemStyle>
    <HeaderStyle Font-Size="12px" Font-Names="Arial" Font-Bold="True" ForeColor="#FFFFFF" BorderColor="#D0C7B3" BackColor="#708EBA"></HeaderStyle>
    <Columns>
    <asp:HyperLinkColumn DataNavigateUrlField="Quotation Number" DataNavigateUrlFormatString="QuoteDetails.aspx?{0}"
    DataTextField="Quotation Number" SortExpression="Quotation Number" HeaderText="Quotation Number">
    <ItemStyle Width="150px"></ItemStyle>
    </asp:HyperLinkColumn>
    <asp:BoundColumn DataField="Date" SortExpression="Date" HeaderText="Date">
    <ItemStyle Width="150px"></ItemStyle>                                                                           
    </asp:BoundColumn>
    <asp:BoundColumn DataField="City of Delivery" SortExpression="City of Delivery" HeaderText="City of Delivery">                                                                                                         
    <ItemStyle Width="175px"></ItemStyle>                                                                                                    
    </asp:BoundColumn>                                                                                          
    <asp:BoundColumn DataField="status" SortExpression="status" HeaderText="Status">                                                                 
    <ItemStyle Width="225px"></ItemStyle>
    </asp:BoundColumn>
    </Columns>
    <PagerStyle HorizontalAlign="Center" Mode="NumericPages"></PagerStyle>
    </asp:datagrid>
    Function to fill DataGrid in cs (code behind) file     --
    public void fillDg()
                   DataSet ds=new DataSet();
                   Cache["DataTable"]="";                                        
                   ds=objClientInfo.GetQuotes(Session["Email"].ToString());
                   Cache["DataTable"]=ds.Tables[0];
                   DataGrid1.DataSource=ds;
                   DataGrid1.DataBind();
                   ds.Dispose();
    i want to display the content of Oracle 8i database inside the datagrid on the webpage.
    -Ramesh

  • File to file scenario - incomplete data created in AL11

    Hi all,
    I have a scenario where I split a single file to multiple files. So there are samples from the internet with or without using BPM and I was able to do them properly. The problem is, the result file only writes the first field of my structure, for example structure below:
    <Recordset>
      <RECORDS>
        <Field1>Value1</Field1>
        <Field2>Value2</Field2>
        <Fieldn>Valuen</Fieldn>
      </RECORDS>
    </Recordset>
    When I check in SXI_MONITOR, my data created three SubDocument (after the mapping) and contains all the fields in my data. However, in AL11 it only writes Value1 instead of Value1|Value2|Valuen........ The receiver comm. channel is properly populated with FCC values. Is there any authorization or config in the target folder that should be checked?
    Thanks!

    Hi,
    Problem is with your FCC , Please check it carefully or take some example from SDN.
    if not, Check the authorization for the particular file in the AL11 folder also the File Permission , 777
    Regards,
    Jude

  • I can't  cast  java.util.Date to  oracle.jbo.domain.Date

    Hi, i have a variable "pippo" type java.util.Date formatted like (dd-MM-YYYY hh:mm:ss)
    and I want insert in my Database where the field is Date type(oracle.jbo.domain.Date)
    in the same format(dd-MM-YYYY hh:mm:ss).
    I try to convert "pippo" but the result is formatted(dd-MM-YYYY hh:mm:ss).
    Thank's a lot yours time and i'm very sorry for my easy english
    Bye Luca

    Here is what i have seen that works , but does not preserve milliseconds. Does anyone have other solution? Using dateValue() looses hours, mins and seconds.
    public oracle.jbo.domain.Date toJboDate(java.util.Date pJavaDate)
    return new oracle.jbo.domain.Date(new Timestamp(pJavaDate.getTime()));
    public java.util.Date toJavaDate(oracle.jbo.domain.Date pJboDate)
    return new Date(pJboDate.timestampValue().getTime());
    Chandresh

Maybe you are looking for

  • Query is allocating too large memory Error ( 4GB) in Essbase 11.1.2

    Hi All, Currently we are preparing dashboards in OBIEE from the Hyperion Essbase ASO (11.1.2) Cubes.When are trying to retrieve data with more attributes we are facing the below error "Odbc driver returned an error (SQLExecDirectW). Error Details Err

  • Import REAL48 (binary) into an external application

    Hello, I need to import binary REAL48 data into an external C++ program. What is the best way of doing this ? In case of having to write a conversion - What is the layout of the bits involved ? Best Regards, Moke

  • I forgot my Mac admin Password is, How can I reset it.

    I forgot my Mac admin Password is, How can I reset it. My Mac OSX version is 10.7.5

  • Link to External Service price

    HI In Network CN23, i am having service in External processing with planned price in the details. I want to make a report with the price. It is stored in ESLL table. How to link this ESLL-TBTWR price field  with Network, WBS ? Alagesan

  • Search view configurations in SM_CRM

    Hello, experts! I have 2 Transaction type Service request: ZMRQ and YMRQ. This Documents ZMRQ and YMRQ  has different Z-fields.  I want that different searching view configurations were defined. I defined Logical Links: Is there is Parameter Class fo