Extraction error in OrgChart 3.0 SP1

Hi Experts,
We are implementing the OrgChart 3.0 SP1 for staged environment. after configuring the extractor when I run the extract it shows the following error.....and extraction is fail.
4167. 15 Jul 2011 11:24:17 ERROR com.nakisa.Logger - SAPExtractorProcessor.processOutputTables() : Table source 'PA0001' not found in output tables
Can anyone help to resolve this?
Thanks
Dave

Hi Dave,
My work around was to change
<dll>Nakisa.SAP.Custom.OTFProcessor</dll>
<class>Nakisa.SAP.Custom.OTFProcessor.BAPI_SAP_OTFProcessor_Report_Lite</class>
to
<dll>Nakisa.SAP.SAPeProcessor</dll>
<class>Nakisa.SAP.SAPeProcessor.RfcReadTable</class>
If you can get build 377 then all the better.
Good luck!
Luke

Similar Messages

  • Nakisa OrgChart 3.0 SP1- Staged extracting only active employee

    Hi Experts,
    We have OrgChart 3.0 SP1 Staged environment. It extracts only active employees. Itu2019s not extracting other employee having other employment status (say inactive- employee who are on maternity leave for example).
    How we can set extraction so that we can see all the employee in organization irrespective to the employment status?
    Thanks
    Dave

    Luke is right about STAT2 being employment status and how to remove it.  But rather than simply removing it, then confirm your requirement more clearly by looking at the various employment statuses you have defined and which ones you can need (or can exclude).
    Also you might need to extract PA2001 (Absences) if you have a requirement around maternity leave (although I would still expect these to be 3 - "Active" employees!) and write some explicit logic in the joinconfiguration.xml to include employees you wish to see in the OrgChart and exclude those you don't.
    Regards,
    Stephen

  • CC 2014 update extraction error on Mac

    When attempting to update to CC 2014 on Mac OS 10.9.3, I'm repeatedly met with "Update Failed: Unable to extract the downloaded files. Press Retry to download again. (U44M1I210)."
    Strange enough, Adobe Media Encoder and Adobe After Effects updated to their 2014 versions no problem, but this broke the dynamic link to Premiere. (Another hassle to deal with throughout the work day until Premiere is updated)
    Adobe Illustrator stalled at 42% for 3 hours, so I quit the Creative Cloud manager and tried again. Continuously met with the same extraction error message.
    Any resolutions out there? Restarting the computer and repairing permissions has not yielded any change.

    Hi Rave,
    Thank you for taking the time to reply. I found that simply deleting the ~/Library/Application Support/Adobe/AAMUpdater/ directory was a faster solution than taking the time out of my day to uninstall and reinstall all of my Adobe apps. I will be submitting a bug report to address the issue with the Creative Cloud updater.
    Thanks,
    dtderong

  • Cost Center hierarchy extraction errors

    Hi,
    I'm trying to extract R3 Cost center hierarchies into BW and in doing so, I get following errors. Could some one shed some light on these errors.
    Extraction (messages):Errors occured
    Error occured in the data selection
    But, I successfully extracted Cost center master data from R3 just before hierarchy extraction.
    I also checked RSA3 for the hierachy that I'm trying and it pulled around 2000 records in R/3 datasource extractor.
    Appreciate any help
    Hari Immadi
    http://immadi.com
    SEM BW Analyst

    Hi,
    Thanks for your reply.
    I replicated the datasource before starting the extraction & also I double cheked the hierarchy name between BW & R3.
    I don't get any other useful messages in the log & here is the entire log.
    Requests : Everything OK
    Extraction : Errors occured     --> Errors occured in the data selection
    Trasnfer IDOCS & TRFC :     Everything OK
    Processing (data packet)     :     No data
    Subseq processing          :     Missing messages
    Soon after execution of extraction, I get ALE Inbox error as follows & I double cheked that hierarchy in R/3 is not being edited.
    Express document "Check Load from InfoSource 0COSTCENTER" received from author " Warehouse background user"
    Check Load from InfoSource 0COSTCENTER , Packet Cost Center hier test      
    for demo                                                                   
    Please execute the mail for additional information.                        
    Error message from the source system                                       
    Diagnosis                                                                  
    An error occurred in the source system.                                    
    System response                                                            
    An error occurred in Service API .                                         
    Check the error message.                                                   
    Procedure                                                                  
    The procedure for removing errors takes place depending on                 
    the error message:                                                         
    Note                                                                       
    If the source system is a Client Workstation, then it is possible that     
    the file that was to be loaded was being edited at the time of the data    
    request. Make sure that the file is in the specified directory and is      
    not being edited, and restart the request.                                 
    Note: If you not wish to receive any mails, maintain transaction           
    RSMONMAIL.                                                                 
    Hari Immadi
    http://immadi.com
    SEM BW Analyst

  • Photoshop CS3 Eng Widows WebInstaller Extract Error

    I downloaded Photoshop CS3 and run the installer. After it extracted some part of installator files it displays extraction error, so the installator placed on the ADOBE.COM web site is corrupted. Where to find correct one?

    Lets say. I tryed on 2 mashines: 1 in corporate network and second in home lan. Everyone of them have NOD32 antivirus installed and do not reported anything suspicios.
    Problem still here.

  • Position Activity Sequence Resulting in data extracting error

    hi gurus
    can any body tell me what is this position activity sequence error resulting in data extracting error, plz help. this is very high priority for me.
    regards
    dev

    I rebuild the report using a tabular form and populated the primary key with a PL/SQL expression and now it appears to be working. P1_ISSUE_NO is the primary key on the issue table and I could not figure how to get it in the issue_no field of the tabular report when a new line was entered I ended up putting the following code in for the default for
    issue_no on the report:
    Begin
    return :P1_ISSUE_NO;
    end
    It works great.

  • SQL Server - Extract Error - OGG-00868  Supplemental logging is disabled

    Hello,
    We are trying to replicate from a SQL Server 2008 database to Oracle database, but when trying to start the extract process we are getting the following error message:
    OGG-00868 Supplemental logging is disabled for database 'GoldenGate'. To enable logging, perform the following: 1) Set 'trunc. log on chkpt.' to false. 2) Create a full backup of the database. Please refer to the "Oracle GoldenGate For Windows and UNIX Administration Guide" for details.
    I have read that for enabling the supplemental logging is enough to "add trandata table_name", and this is done, and the extract process we are using is the following:
    EXTRACT cap_or4
    SOURCEDB GoldenGate
    TRANLOGOPTIONS MANAGESECONDARYTRUNCATIONPOINT
    EXTTRAIL c:\GoldenGate\V28983-01-GG-111112-SQLServer-Windows-x64\dirdat\C4
    TABLE GoldenGate.dbo.DES_T1;
    And the 'trunc.log on chkpt' is set to false.
    We don’t know what else to do, or to check... does anyone have any idea?!
    Thank you very much, best regards,
    Araitz.-

    Have you followed all the process for installing as per the guide? clearly you missed something
    Please follow below steps.
    Installation & Configuration of Oracle GoldenGate for MS SQL Server:
    Pre-requisites:
    1.Change Data Capture (CDC) must be enabled for Oracle GoldenGate and will be enabled by Oracle GoldenGate by means of the ADD TRANDATA command.
    2.SQL Server source database must be set to use the full recovery model.
    3.Oracle GoldenGate does not support system databases.
    4.After the source database is set to full recovery, a full database backup must be taken.
    5.SQL Server 2008 ODBC/OLE DB: SQL Server Native Client 10.0 driver
    6.Oracle GoldenGate processes can use either Windows Authentication or SQL Server Authentication to connect to a database.
    7.Before installing Oracle GoldenGate on a Windows system, install and configure the Microsoft Visual C ++ 2005 SP1 Redistributable Package. Make certain it
    is the SP1 version of this package, and make certain to get the correct bit version for your server. This package installs runtime components of Visual C++
    Libraries. For more information, and to download this package, go to http://www.microsoft.com.
    Privileges:
    1.Required SQL Server privileges for Manager when using Windows authentication
    Extract(source system)
    BUILTIN\Administrators account must be a member of the SQL Server fixed server role System Administrators.
    Account must be a member of the SQL Server fixed server role System Administrators
    Replicat (target system)
    BUILTIN\Administrators account must be at least a member of the db_owner fixed database role of the target database.
    Account must be at least a member of the db_owner fixed database role of the target database.
    2.Required SQL Server privileges for Extract and Replicat when using SQL Server authentication
    Extract - Member of the SQL Server fixed server role System Administrators.
    Replicat - At least a member of the db_owner fixed database role of the target database.
    Downloading Oracle GoldenGate
    Download the appropriate Oracle GoldenGate build to each system that will be part of the Oracle GoldenGate configuration.
    1. Navigate to http://edelivery.oracle.com.
    2. On the Welcome page:
    --Select your language.
    --Click Continue.
    3. On the Export Validation page:
    --Enter your identification information.
    --Accept the Trial License Agreement (even if you have a permanent license).
    --Accept the Export Restrictions.
    --Click Continue.
    4. On the Media Pack Search page:
    --Select the Oracle Fusion Middleware Product Pack.
    --Select the platform on which you will be installing the software.
    --Click Go.
    5. In the Results List:
    --Select the Oracle GoldenGate Media Pack that you want.
    --Click Continue.
    6. On the Download page:
    --Click Download for each component that you want. Follow the automatic download
    process to transfer the mediapack.zip file to your system.
    Installing the Oracle GoldenGate files
    1. Unzip the downloaded file(s) by using WinZip or an equivalent compression product.
    2. Move the files in binary mode to a folder on the drive where you want to install Oracle GoldenGate. Do not install Oracle GoldenGate into a folder that contains spaces in its name, even if the path is in quotes. For example:
    C:\“Oracle GoldenGate” is not valid.
    C:\Oracle_GoldenGate is valid.
    3. From the Oracle GoldenGate folder, run the GGSCI program.
    4. In GGSCI, issue the following command to create the Oracle GoldenGate working
    directories.
    CREATE SUBDIRS
    a.Create the necessary working directories for GG.
    Source DB:
    GGSCI>create subdirs
    Target DB:
    GGSCI>create subdirs
    Install the GoldenGate Manager process
    1.Create a GLOBALS parameter file
    --Execute the following commands from the <install location>.
    GGSCI> EDIT PARAMS ./GLOBALS
    --In the text editor, type the following:
    MGRSERVNAME <mgr service>
    Using a GLOBALS file in each GoldenGate instance allows you to run multiple Managers as services on Windows. When the service is installed, the Manager name
    is referenced in GLOBALS, and this name will appear in the Windows Services control panel.
    Note! Check to ensure that the GLOBALS file has been added in the GoldenGate installation directory and that it does not have an extension.
    --Execute the following command to exit GGSCI.
    GGSCI> EXIT
    2. Install the Manager service
    Execute the following command to run GoldenGate’s INSTALL.EXE . This executable installs Manager as a Windows service and adds GoldenGate events to the
    Windows Event Viewer.
    Shell> INSTALL ADDSERVICE ADDEVENTS
    Note: Adding the Manager as a service is an optional step used when there are multiple environments on the same system or when you want to control the name
    of the manager for any reason.
    Configuring an ODBC connection
    A DSN stores information about how to connect to a SQL Server database through ODBC (Open Database Connectivity). Create a DSN on each SQL Server source
    and target system.
    NOTE: Replicat will always use ODBC to query the target database for metadata.
    To create a SQL Server DSN
    1. Run one of the following ODBC clients:
    --If using a 32-bit version of Oracle GoldenGate on a 64-bit system, create the DSN by running the ODBCAD32.EXE client from the %SystemRoot%\SysWOW64
    folder.
    --If using a 64-bit version of Oracle GoldenGate on a 64-bit system, create a DSN by running the default ODBCAD32.EXE client in Control Panel>Administrative
    Tools>Data Sources (ODBC).
    --If using a version of Oracle GoldenGate other than the preceding, use the default ODBC client in Control Panel>Administrative Tools>Data Sources (ODBC).
    2. In the ODBC Data Source Administrator dialog box of the ODBC client, select the System DSN tab, and then click Add.
    3. Under Create New Data Source, select the correct SQL Server driver as follows:
    --SQL Server 2000: SQL Server driver
    --SQL Server 2005: SQL Native Client driver
    --SQL Server 2008: SQL Server Native Client 10.0 driver
    4. Click Finish. The Create a New Data Source to SQL Server wizard is displayed.
    5. Supply the following:
    --Name: Can be of your choosing. In a Windows cluster, use one name across all nodes in the cluster.
    --Server: Select the SQL Server instance name.
    6. Click Next.
    7. For login authentication, select With Windows NT authentication using the network login ID for Oracle GoldenGate to use Windows authentication, or select
    With SQL Server authentication using a login ID and password entered by the user for Oracle GoldenGate to use database credentials. Supply login information
    if selecting SQL Server authentication.
    8. Click Next.
    9. If the default database is not set to the one that Oracle GoldenGate will connect to,
    click Change the default database to, and then select the correct name. Set the other
    settings to use ANSI.
    10. Click Next.
    11. Leave the next page set to the defaults.
    12. Click Finish.
    13. Click Test Data Source to test the connection.
    14. Close the confirmation box and the Create a New Data Source box.
    15. Repeat this procedure from step 1 on each SQL Server source and target system.
    Setting the database to full recovery model
    Oracle GoldenGate requires a SQL Server source database to be set to the full recovery model.
    To verify or set the recovery model
    1. Connect to the SQL Server instance with either Enterprise Manager for SQL Server 2000 or SQL Server Management Studio for SQL Server 2005 and 2008.
    2. Expand the Databases folder.
    3. Right-click the source database, and then select Properties.
    4. Select the Options tab.
    5. Under Recovery, set Model to Full if not already.
    6. If the database was in Simple recovery or never had a Full database backup, take a Fulldatabase backup before starting Extract.
    7. Click OK.
    Enabling supplemental logging
    These instructions apply to new installations of Oracle GoldenGate for all supported SQL Server versions. You will enable supplemental logging with the ADD
    TRANDATA command so that Extract can capture the information that is required to reconstruct SQL operations on the target. This is more information than
    what SQL Server logs by default.
    --SQL Server 2005 updated to CU6 for SP2 or later: ADD TRANDATA calls the sys.sp_extended_logging stored procedure.
    --SQL Server 2005 pre-CU6 for SP2: ADD TRANDATA creates the following:
    A replication publication named [<source database name>]: GoldenGate<source database name> Publisher. To view this publication, look under Replication>Local
    Publications in SQL Server Management Studio. This procedure adds the specified table to the publication as an article.
    A SQL Server Log Reader Agent job for the publication. This job cannot run concurrently with an Extract process in this configuration.
    --SQL Server 2008: ADD TRANDATA enables Change Data Capture (CDC) and creates a minimal Change Data Capture on the specified table.
    a.Oracle GoldenGate does not use the CDC tables other than as necessary to enablesupplemental logging.
    b.As part of enabling CDC, SQL Server creates two jobs per database: <dbname>_capture and <dbname>_cleanup. The <dbname>_capture job adjusts the secondary
    truncation point and captures data from the log to store in the CDC
    tables. The <dbname>_cleanup job ages and deletes data captured by CDC.
    c.Using the TRANLOGOPTIONS parameter with the MANAGESECONDARYTRUNCATIONPOINT option for Extract removes the <dbname_capture> job, preventing the overhead of
    the job loading the CDC tables.
    d.The alternative (using TRANLOGOPTIONS with NOMANAGESECONDARYTRUNCATIONPOINT) requires the SQL Server Agent to be running and requires the <dbname>_capture and <dbname>_cleanup jobs to be retained. You will probably need to adjust the <dbname>_cleanup data retention period if the default of three days is not acceptable for storage concerns.
    To enable supplemental logging
    1. On the source system, run GGSCI.
    2. Log into the database from GGSCI.
    DBLOGIN SOURCEDB <DSN>[, USERID <user>, PASSWORD <password>]
    Where:
    -- SOURCEDB <DSN> is the name of the SQL Server data source.
    -- USERID <user> is the Extract login and PASSWORD <password> is the password that is required if Extract uses SQL Server authentication.
    3. In GGSCI, issue the following command for each table that is, or will be, in the Extract configuration. You can use a wildcard to specify multiple table
    names, but not owner names.
    ADD TRANDATA <owner>.<table>
    NOTE:The Log Reader Agent job cannot run concurrently with the GoldenGate Extract process.
    4.Configuration
    a.Create and start manager on the source and the destination.
    Source DB:
    shell>ggsci
    GGSCI> edit params mgr
    PORT 7809
    DYNAMICPORTLIST 7900-7950
    DYNAMICPORTREASSIGNDELAY 5
    AUTOSTART ER *
    AUTORESTART ER *, RETRIES 3, WAITMINUTES 5, RESETMINUTES 30
    LAGCRITICALMINUTES 60
    LAGREPORTMINUTES 30
    PURGEOLDEXTRACTS c:\ogg\dirdat\T*, USECHECKPOINTS, MINKEEPFILES 10
    GGSCI> start manager
    GGSCI>info all
    b. Create the extract group on the source side:
    GGSCI> edit params EXT1
    Add the following lines to the new parameter file
    EXTRACT EXT1
    SOURCEDB <DSN>, USERID ogg, PASSWORD ogg@321!
    TRANLOGOPTIONS MANAGESECONDARYTRUNCATIONPOINT
    EXTTRAIL c:\ogg\dirdat\T1
    DISCARDFILE c:\ogg\dirrpt\EXT1.DSC, PURGE, MEGABYTES 100
    TABLE dbo.TCUSTMER;
    TABLE dbo.TCUSTORD;
    GGSCI>ADD EXTRACT EXT1, TRANLOG, BEGIN NOW
    GGSCI>ADD EXTTRAIL c:\ogg\dirdat\T1, EXTRACT EXT1, MEGABYTES 100
    GGSCI> edit params PMP1
    Add the following lines to the new parameter file
    EXTRACT PMP1
    SOURCEDB <DSN>, USERID ogg, PASSWORD ogg@321!
    PASSTHRU
    RMTHOST dr, MGRPORT 7810
    RMTTRAIL c:\ogg\dirdat\P1
    TABLE dbo.TCUSTMER;
    TABLE dbo.TCUSTORD;
    GGSCI> ADD EXTRACT PMP1, EXTTRAILSOURCE c:\ogg\dirdat\T1
    GGSCI> ADD EXTTRAIL c:\ogg\dirdat\P1, EXTRACT PMP1, MEGABYTES 100
    Target DB:
    ===========
    shell>ggsci
    GGSCI> edit params mgr
    PORT 7810
    AUTOSTART ER *
    AUTORESTART ER *, RETRIES 3, WAITMINUTES 5, RESETMINUTES 30
    LAGCRITICALMINUTES 60
    LAGREPORTMINUTES 30
    PURGEOLDEXTRACTS c:\ogg\dirdat\P*, USECHECKPOINTS, MINKEEPFILES 10
    GGSCI> start manager
    GGSCI>info all
    Create parameter file for replicat:
    GGSCI> edit params REP1
    REPLICAT REP1
    ASSUMETARGETDEFS
    TARGETDB <dsn>, USERID ogg@DR, PASSWORD ogg@321!
    DISCARDFILE c:\ogg\dirrpt\REP1.DSC, append, megabytes 100
    HANDLECOLLISIONS
    ASSUMETARGETDEFS
    MAP dbo.TCUSTMER, TARGET dbo.TCUSTMER;
    MAP dbo.TCUSTORD, TARGET dbo.TCUSTORD;
    GGSCI>ADD REPLICAT REP1, RMTTRAIL c:\ogg\dirdat\P1, nodbcheckpoint
    # Start extract and replicat:
    Source:
    GGSCI> start er *
    Destination:
    GGSCI> start er *Greetings,
    N K

  • How to extract error message for each output type.

    Hi All,
    Need your advice on the problem that I have.
    Expected Solution:
    1. Create an extra column for displaying header output error message from VF02 into a report program.
    Steps that i have did:
    1. Go to transaction VF02.
    2. Enter a billing document number.
    3. Hit enter. Click "Goto" > Header> Output
    4. Click on the status that is red colour. Click on "processing log".
    5. Press "F1" on the red colour message type. (Found out that it is a structure).
    Need your advice on the question that I have:
    1) How do we know that which "not successfully" process output type belong to which error message class?

    Hi Brad Bohn,
    Thanks for your advice. I am so sorry about that. Thanks so much for your advice. And i have follow your advices and steps given by you. Appreciate it very much.
    But for this issue about how to extract message for each output type. I have follow your steps by using SE30 to trace VF03 and I managed to found out that they are using this function module "WFMC_PROTOCOL_SHOW". Need your advice on this, how do we know each different output type with different error message is pulled from?
    From my further research and in depth debugging into this function module, i  manage to find this global internal table "PROTO_TAB" which stores all the text messages for each output.  How does this internal table is populated?
    Thanks in advance.
    Regards
    Shawn

  • Error while creating SCSM 2012 sp1 self-portal on SP2013

    Hell to everyone
    today dive into SCSM installation and self-service portal setup. the environment i use is as following:
    Windows 2008 R2 Datacenter x64 SP1
    SQL 2012 BI Edition
    Sharepoint server 2013 Enterprise Edition
    SCSM 2012 SP1
    i have successfuly set up SCSM 2012. everything is workig fine.
    but when i go to sel-service portal setup (all components on one server - both Web-Content server and SP WebParts) i face with an error
    _CreateSharePointWebSite.F175D191_81C3_4A7D_A05B_6A250575B468
    the error is related to Site creation and SP webparts installation.
    i tried to setup just Web-Content Server and installation was finished successfully.
    Please help me with the issue! very urgently
    there is no honda without racing

    Hi Pavel,
    According to your description, my understanding is that you got an error when you set up Service Manager 2012 SP1 running on SharePoint 2013.
    Please check whether you have configured SCSM and SharePoint 2013 correctly. You can check as the following link:
    http://blogs.technet.com/b/thomase/archive/2013/08/19/how-to-get-service-manager-2012-self-service-portal-running-on-sharepoint-2013.aspx
    Please make sure you used the same account to instal SharePoint and Service manager.
    If this issue still exists, please do as the followings:
    Open Central Administration\Monitoring\Review job defintions, select the servers in the farm one-by-one , then click Application Server Administration Service Timer Job, click Disable.
    Restart "Sharepoint 2010 Timer " in services.msc on all servers in the farm.
    Try to install the SCSM portal.
    Click Central Administration\Monitoring\Review job defintions\Application Server Administration Service Timer Job, click Enable.
    Restart "Sharepoint 2010 Timer " in services.msc on all servers in the farm
    Here are some similar links for your reference:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/47d43d25-6e14-464a-b899-c13dcbad880f/error-while-installing-service-manager-selfservice-portal?forum=sharepointcustomizationprevious
    http://scug.be/valerie/2011/12/01/scsm-2012-self-service-portal-setup-can-t-create-a-new-site/
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Error in Crystal Report 2008 SP1

    Hi,
    I created a parmeterized sql command template(.rpt)
    example:
    SQL  'SELECT Name FROM Employee WHERE EmployeeID = {?EmpID}' in the template command with parameter as EmpID.
    We are generating the report Using RAS 2008 sp1.
    and getting the below error while opening the template using java code.
    ReportClientDocument rptClientDocument = new ReportClientDocument();
        rptClientDocument.setReportAppServer(rasServer);
        if (!myTemplatesPath.startsWith("rassdk://")) {
          myTemplatesPath = "rassdk://" + myTemplatesPath;
        rptClientDocument.open(myTemplatesPath + template,
            OpenReportOptions._openAsReadOnly);
    StackTrace
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException: XML serialization failed.---- Error code:-2147467259 Error code name:failed
    at com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException.throwReportSDKServerException(Unknown Source)
    at com.crystaldecisions.proxy.remoteagent.v.a(Unknown Source)
    at com.crystaldecisions.proxy.remoteagent.v.a(Unknown Source)
    at com.crystaldecisions.proxy.remoteagent.ab.a(Unknown Source)
    at com.crystaldecisions.proxy.remoteagent.s.a(Unknown Source)
    at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.do(Unknown Source)
    at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.a(Unknown Source)
    at com.crystaldecisions.sdk.occa.report.application.ClientDocument.open(Unknown Source)
    at com.tpt.thresher.powerxl.server.reportdata.userreport.UserReportGenerator.initReport(UserReportGenerator.java:203)
    at com.tpt.thresher.powerxl.server.reportdata.userreport.UserReportGenerator.generateReport(UserReportGenerator.java:472)
    at com.tpt.thresher.powerxl.server.reportdata.reports.ReportManager.generateUserReport(ReportManager.java:3391)
    at com.tpt.thresher.powerxl.server.reportdata.dao.UserReportDAO.generateReport(UserReportDAO.java:33)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.tpt.thresher.powerxl.server.reportdata.concurrent.ReportDistributedProcessor.processReport(ReportDistributedProcessor.java:494)
    at com.tpt.thresher.powerxl.server.reportdata.concurrent.ReportDistributedProcessor.process(ReportDistributedProcessor.java:450)
    at com.tpt.thresher.common.concurrent.SpringDistributedProcess.onMessage(SpringDistributedProcess.java:413)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4072)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:3964)
    at weblogic.jms.client.JMSSession$UseForRunnable.run(JMSSession.java:4490)
    at weblogic.work.ExecuteRequestAdapter.execute(ExecuteRequestAdapter.java:21)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
    Caused by: java.lang.IndexOutOfBoundsException
    at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1048)
    at com.crystaldecisions.xml.serialization.XMLObjectSerializer.load(Unknown Source)
    ... 24 more
    Caused by:
    java.lang.IndexOutOfBoundsException
    at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1048)
    at com.crystaldecisions.xml.serialization.XMLObjectSerializer.load(Unknown Source)
    at com.crystaldecisions.proxy.remoteagent.v.a(Unknown Source)
    at com.crystaldecisions.proxy.remoteagent.v.a(Unknown Source)
    at com.crystaldecisions.proxy.remoteagent.ab.a(Unknown Source)
    at com.crystaldecisions.proxy.remoteagent.s.a(Unknown Source)
    at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.do(Unknown Source)
    at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.a(Unknown Source)
    at com.crystaldecisions.sdk.occa.report.application.ClientDocument.open(Unknown Source)
    at com.tpt.thresher.powerxl.server.reportdata.userreport.UserReportGenerator.initReport(UserReportGenerator.java:203)
    at com.tpt.thresher.powerxl.server.reportdata.userreport.UserReportGenerator.generateReport(UserReportGenerator.java:472)
    at com.tpt.thresher.powerxl.server.reportdata.reports.ReportManager.generateUserReport(ReportManager.java:3391)
    at com.tpt.thresher.powerxl.server.reportdata.dao.UserReportDAO.generateReport(UserReportDAO.java:33)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.tpt.thresher.powerxl.server.reportdata.concurrent.ReportDistributedProcessor.processReport(ReportDistributedProcessor.java:494)
    at com.tpt.thresher.powerxl.server.reportdata.concurrent.ReportDistributedProcessor.process(ReportDistributedProcessor.java:450)
    at com.tpt.thresher.common.concurrent.SpringDistributedProcess.onMessage(SpringDistributedProcess.java:413)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4072)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:3964)
    at weblogic.jms.client.JMSSession$UseForRunnable.run(JMSSession.java:4490)
    at weblogic.work.ExecuteRequestAdapter.execute(ExecuteRequestAdapter.java:21)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
    Error is coming only for RAS 2008 only but in case of enter prise XI  version it is running fine .
    suggestions please.
    Regards,
    Adyut

    Since you mention this works in XI, but not 2008, did you update your applications jar files to 2008?

  • Sap crm(7.0)  datasource test extract error

    hi,all:
       I  activate the CRM datasouce 0CRM_CIC_CTI  successfully, but when i did the test extract with T-CODE RSA3,THE error happened. the error description in the below:
       Update mode F is not supported by the extraction API
       Message no. R3011
       Diagnosis
       The application program for the extraction of the data was called using update mode F. However, this is not supported by the  InfoSource.
       System Response
       The data extraction is terminated.
        Procedure
        Check the SAP Support Portal for the appropriate Notes and create a customer message if necessary.
    what can i do to solve  this question?
        wish  some  help.
        THANKS VERY MUCH!

    Hi,
    关于CRM datasource的OSS MESSAGE是CRM的支持顾问负责的..
    如果您还有疑问,可以告诉我message number, 我可以帮你确认下..
    不过如果设计上的确不支持full mode..那支持顾问也无法阿..
    祝好..
    Vince

  • Error: 0x800f0826 recived when installing SP1 of windows server 2008 R2

    Tried to install the Windows server 2008 R2 SP1 but  failed with the error code 0x800f0826.
    The update  install fine and when reboots it says "Installation was not successful"  Error 0x800f0826.
    I already follow steps as mentioned in this http://support.microsoft.com/kb/2505743 , but still no success.
    plz. advice
    SALMAN

    Below are the CheckSUR.persist  logs.
    =================================
    Checking System Update Readiness.
    Binary Version 6.1.7601.21645
    Package Version 15.0
    2012-06-01 23:21
    Checking Windows Servicing Packages
    Checking Package Manifests and Catalogs
    Checking Package Watchlist
    Checking Component Watchlist
    Checking Packages
    Checking Component Store
    Summary:
    Seconds executed: 868
     No errors detected
    =================================
    Checking System Update Readiness.
    Binary Version 6.1.7601.21645
    Package Version 15.0
    2012-06-04 11:26
    Checking Windows Servicing Packages
    Checking Package Manifests and Catalogs
    Checking Package Watchlist
    Checking Component Watchlist
    Checking Packages
    Checking Component Store
    Summary:
    Seconds executed: 557
     No errors detected
    =================================
    Checking System Update Readiness.
    Binary Version 6.1.7601.21645
    Package Version 15.0
    2012-06-04 11:53
    Checking Windows Servicing Packages
    Checking Package Manifests and Catalogs
    Checking Package Watchlist
    Checking Component Watchlist
    Checking Packages
    Checking Component Store
    Summary:
    Seconds executed: 271
     No errors detected
    =================================
    Checking System Update Readiness.
    Binary Version 6.1.7601.21645
    Package Version 15.0
    2012-06-04 12:47
    Checking Windows Servicing Packages
    Checking Package Manifests and Catalogs
    Checking Package Watchlist
    Checking Component Watchlist
    Checking Packages
    Checking Component Store
    =================================
    Checking System Update Readiness.
    Binary Version 6.1.7601.21645
    Package Version 15.0
    2012-06-04 12:51
    Checking Windows Servicing Packages
    Checking Package Manifests and Catalogs
    Checking Package Watchlist
    Checking Component Watchlist
    Checking Packages
    Checking Component Store
    Summary:
    Seconds executed: 132
     No errors detected
    SALMAN

  • Error in installing MySap 2004s Sp1 with DB2 and IBM AIX.

    Hello Gurus,
    I am Installing the MySap 2004s Sp1. I have installed DB2 and when I started the sap installation with sapinst, it is triggering an error immediately and installition termination.
    Below is the log.
    <i>Starting GuiServer using:
    /usr/java14/bin/java -cp /tmp/sapinst_exe.393398.1162972548/JAR/instgui.jar:/tmp
    /sapinst_exe.393398.1162972548/JAR/inqmyxml.jar -Djava.security.egd=file:/dev/ur
    andom SDTServer config=jar:sdtserver.xml guiport=21212 sapinsthost=localhost sap
    instport=21200 guistart=true
    load resource pool /cddumps/Master/IM_AIX_PPC64/resourcepool.xml
    guiengine: no GUI connected; waiting for a connection on host camlindev001, port
    21200 to continue with the installation
    guiengine: login in process.
    iauxsysex.c:316: child 372768 has crashed. Executable directory is /tmp/sapinst_
    exe.393398.1162972548. Contact Support.
    iaextract.c:814: child has signaled an exec error. Keeping directory /tmp/sapins
    t_exe.393398.1162972548</i>
    <b>I have got the  sapnote : 851251 SAP NetWeaver 2004s Installation on UNIX</b>
    In which it is saying to ignore the error.
    But I am not able to proceed with the installation.
    Please help me out from this.
    Regards,
    Chandra Sekhar Reddy.

    Hello,
    are you installing on AIX? Please check the root environment. ulimit -a. Limit parameter should be
    #64-Bit-SAP                         (for SAP Kernel 7.0, also the user root needs this environment)
    #Soft FILE size                
    #Soft CPU time                 
    #Soft DATA segment             
    #Soft STACK size               
    #Soft CORE file size           
    #Hard FILE size                
    #Hard CPU time                 
    #Hard DATA segment             
    #Hard STACK size               
    #Hard CORE file size           
    Regards,
    Alexander Türk

  • Unable to update to ios 5 on windows 7. please can someone help me i have tried everything? i deleted itunes and downloaded the new version when i plug my iphone 4 in it does a back and then I try and update the software it extracts error 3194

    unable to update to ios 5 on windows 7. please can someone help me i have tried everything? i deleted itunes and downloaded the new version when i plug my iphone 4 in it does a back and then I then everything runs normal and it extracts and then i get an error code at the end 3197. had the iphone for two months and its new.
    Please can somene help me, i am currently on version 4.3.3 (8J2)
    Modem Firmware 04.10.01

    followed someones instructions and it has worked ios 5 is now working on my iphone 4

  • Photoshop CS5 Trail Extracting error -4960

    I am trying a Trial Download of Photoshop CS5 and during Extracting, I recieve "The following disk images couldn't be opened" The image is Photoshop-12-1-LS1.dmg and the error -4960.
    What must I do?
    Thanks,
    ymlevyrsa

    It appears that your download has been corrupted.  To resolve your difficulties I would recommend completing Solution 1 in Troubleshoot Adobe Download Assistant - http://helpx.adobe.com/creative-suite/kb/troubleshoot-download-assistant.html#main_Solutio n_1.  Once done you will want to begin the download again.

Maybe you are looking for