Rstudio crashes loading ORE 1.3 packages

Hi,
Happy New Year, All There!!
Recently I am testing a newly released ORE 1.3 packages on Exadata X3-2 QR machine.
Under Linux shell there's no problem to run it. Looks very good..
But, when I try loading ORE packages under RStudio, the session crashes showing the following error:
======================================================
The previous R session was abnormally terminated
due to an unexpected crash.
You may have lost workspace data as a result of
this crash.
======================================================
The error message pops up just after executing the following script:
======================================================
library(ORE)
Loading required package: OREbase
Attaching package: ‘OREbase’
The following object(s) are masked from ‘package:base’:
cbind, data.frame, eval, interaction, order, paste, pmax, pmin,
rbind, table
Loading required package: OREstats
Loading required package: MASS
Loading required package: OREgraphics
Loading required package: OREeda
Loading required package: OREdm
Loading required package: lattice
Loading required package: OREpredict
Loading required package: ORExml
ore.connect(user = 'rquser',
+ password = 'rquser',
+ host = '10.xxx.xxx.xxx',
+ service_name = 'DW',
+ type = 'ORACLE',
+ all = TRUE)
Loading required package: ROracle
Loading required package: DBI
======================================================
Anybody has same problem and how to divert?
Thanks all in advance.
Sean
Edited by: 950400 on Jan 2, 2013 5:50 PM

Hi.
May be, The R Session Error was "The previous R session was abnormally terminated due to an unexpected crash ...".
I could not test R studio on Exadata... but I just hope this tips help you.
My Installation environments are as followings.  (--> Please refer to Oracle R Enterprise Installation guide.)
- Oracle Enterprise Linux 6.4 or CentOS 6.3
- ORE (Oracle R Enterprise) 1.3.1 for Linux x86_64
- Oracle R Distrubution (R 2.15.1)
- Oracle Database 11g (11.2.0.3.0) or 11.2.0.1 and Bug 11678127 PSU --> Please refer to Oracle R Enterprise Installation guide and must apply the proper
  Oracle database patches for ORE
- RStudio version : rstudio-server-0.97.551-i686.rpm (from RStudio)
* Note :  Document --> Oracle R Enterprise Installation and Administration Guide Release 1.3 for Windows, Linux, Solaris, and AIX E36763-11
I got the same error, but I solved the problem as followings.
1) http://your_server_ip:8787
2) login as oracle
3) Setup like this on your browser, without belows Sys.setenv, you will get the error. Of course improper Oracle database setting also show you ...
    Modify this according to your environments.
4) Please refer to the following logs on Chrome browser
Oracle Distribution of R version 2.15.1 (--) -- "Roasted Marshmallows"
Copyright (C) The R Foundation for Statistical Computing
ISBN 3-900051-07-0
Platform: x86_64-unknown-linux-gnu (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
  Natural language support but running in an English locale
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
You are using Oracle's distribution of R. Please contact
Oracle Support for any problems you encounter with this
distribution.
> Sys.setenv(ORACLE_SID="dwdb")
> Sys.setenv(ORACLE_HOME="/u01/app/oracle/product/11.2.0/db")
> Sys.setenv(LD_LIBRARY_PATH="/u01/app/oracle/product/11.2.0/db/lib")
> Sys.setenv(PATH="/u01/app/oracle/product/11.2.0/db/bin:/usr/sbin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/oracle/bin")
> library(ORE)
Loading required package: OREbase
Attaching package: ‘OREbase’
The following object(s) are masked from ‘package:base’:
  cbind, data.frame, eval, interaction, order, paste, pmax,
  pmin, rbind, table
Loading required package: OREstats
Loading required package: MASS
Loading required package: OREgraphics
Loading required package: OREeda
Loading required package: OREdm
Loading required package: lattice
Loading required package: OREpredict
Loading required package: ORExml
> ore.connect(user="rquser",sid="dwdb", host="dwdb.localdomain", password="xxxx", port=1521, all=TRUE)
Loading required package: ROracle
Loading required package: DBI
>
> demo(table_apply, package="ORE")
demo(table_apply)
---- ~~~~~~~~~~~
Type <Return> to start :
> #
> # O R A C L E R E N T E R P R I S E S A M P L E L I B R A R Y
> #
> # Name: table_apply.R
> # Description: Execute R code on all rows of a table
> # passed in at once
> #
> #
>
> ## Set page width
> options(width = 80)
> # Push the built-in iris data frame to the database
> IRIS_TABLE <- ore.push(iris)
> # Display the class of IRIS_TABLE
> class(IRIS_TABLE)
[1] "ore.frame"
attr(,"package")
[1] "OREbase"
> # Build a regression model using in memory data
> mod = lm(Sepal.Length ~ . - Species, data = iris)
> # Use tableApply to predict using the model on all rows of IRIS_TABLE
> ore.tableApply(IRIS_TABLE,
+ function(dat, mod)
+ {
+ cbind(dat, PRED = predict(mod, newdata = dat))
+ },
+ mod = mod)
  Sepal.Length Sepal.Width Petal.Length Petal.Width Species PRED
1 5.1 3.5 1.4 0.2 setosa 5.015416
2 4.9 3.0 1.4 0.2 setosa 4.689997
3 4.7 3.2 1.3 0.2 setosa 4.749251
4 4.6 3.1 1.5 0.2 setosa 4.825994
5 5.0 3.6 1.4 0.2 setosa 5.080499
6 5.4 3.9 1.7 0.4 setosa 5.377194
26 5.0 3.0 1.6 0.2 setosa 4.831824
....<omit> ....
4. you can also test R studio like this.
   4.1) select R menu -> Tools --> shells ....
   4.2) at prompt, $ . ./bash_profile    <-- without this, you also get the crash messages.
   4.3) run R
   4.4) > library(ORE)
          > ore.connect(user="rquser",sid="dwdb", host="dwdb.localdomain", password="xxxx", port=1521, all=TRUE)
          > demo(table_apply, package="ORE")
Thanks,
Jin Young Song, TSC

Similar Messages

  • PI 711 Installation: Loading of 'SAPNTAB' import package: error but no log

    Hello,
    I'm perfromong an installation of a SAP PI 7.11 ystem on windoows Server 2003 and Oracle 10.2 .
    I've perfromed the installation of the DEV system without particular issue.
    But now when tryning to install the QAS system , I can't finish the installation : Im' stuck in the import ABAP step ...
    It is impossible to import the 'SAPNTAB' package. I couln't find the reason.
    I've tried updating the R3load binary, rebooting the server, restarting the instalaltion from scratch but it didn't help.
    Here I provide you the logs, maybe you can help me
    SAPNTAB.log
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: START OF LOG: 20110223195542
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: sccsid @(#) $Id: //bas/711_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: version R7.11/V1.4 [UNICODE]
    Compiled Dec 14 2010 22:52:23
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe -i SAPNTAB.cmd -dbcodepage 4103 -l SAPNTAB.log -stop_on_error -loadprocedure fast
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    (DB) INFO: SVERS deleted/truncated #20110223195543
    sapinst_dev.log
    Syslib info about system call. OS message 109 (The pipe has been ended.
    ) after execution of system call 'ReadFile' with parameter ((read end of child process output pipe)), line (403) in file (synxcpipe.cpp).
    WARNING    2011-02-23 19:56:12.607
               CJSlibModule::writeWarning_impl()
    Execution of the command ""C:\Program Files\sapinst_instdir\NW71\INSTALL\SYSTEM\ORA\STD\AS\sapjvm\sapjvm_5\bin\java.exe" -classpath migmon.jar -showversion -Xmx1024m com.sap.inst.migmon.imp.ImportMonitor -sapinst" finished with return code 103. Output:
    java version "1.5.0_14"
    Java(TM) 2 Runtime Environment, Standard Edition (build 5.1.024)
    SAP Java 64-Bit Server VM (build 5.1.024, Sep  4 2008 23:21:58 - 51_REL - optU - windows amd64 - bas2:106386 (mixed mode))
    Import Monitor jobs: running 1, waiting 28, completed 0, failed 0, total 29.
    Loading of 'SAPNTAB' import package: ERROR
    Import Monitor jobs: running 0, waiting 28, completed 0, failed 1, total 29.
    TRACE      2011-02-23 19:56:12.607
    Function setMessageIdOfExceptionMessage: nw.programError
    ERROR      2011-02-23 19:56:12.607
               CJSlibModule::writeError_impl()
    CJS-30022  Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log.
    import_monitor.log
    TRACE: 2011-02-23 19:55:42 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\Program Files\sapinst_instdir\NW71\INSTALL\SYSTEM\ORA\STD\AS\DDLORA.TPL' template file is started.
    INFO: 2011-02-23 19:55:42 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\Program Files\sapinst_instdir\NW71\INSTALL\SYSTEM\ORA\STD\AS\DDLORA.TPL' template file is successfully completed.
    Primary key creation: after load.
    Index creation: after load.
    INFO: 2011-02-23 19:55:42
    Data codepage 1100 is determined using TOC file 'E:\SAPCD\51036706\DATA_UNITS\EXP1\DATA\REPOSRC.TOC' for package 'REPOSRC'.
    INFO: 2011-02-23 19:55:42
    Version table 'SVERS' is found in STR file 'E:\SAPCD\51036706\DATA_UNITS\EXP3\DATA\SAPNTAB.STR' from package 'SAPNTAB'.
    INFO: 2011-02-23 19:55:42
    Data conversion tables 'DDNTF,DDNTF_CONV_UC,DDNTT,DDNTT_CONV_UC' are found in STR file 'E:\SAPCD\51036706\DATA_UNITS\EXP3\DATA\SAPNTAB.STR' from package 'SAPNTAB'.
    TRACE: 2011-02-23 19:55:42 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPNTAB' import package is started.
    TRACE: 2011-02-23 19:55:42 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPNTAB' import package into database:
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe -i SAPNTAB.cmd -dbcodepage 4103 -l SAPNTAB.log -stop_on_error -loadprocedure fast
    ERROR: 2011-02-23 19:55:45 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPNTAB' import package is interrupted with R3load error.
    Process 'E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe -i SAPNTAB.cmd -dbcodepage 4103 -l SAPNTAB.log -stop_on_error -loadprocedure fast' exited with return code -1,073,741,819.
    For mode details see 'SAPNTAB.log' file.
    Standard error output:
    sapparam: sapargv(argc, argv) has not been called!
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    WARNING: 2011-02-23 19:56:12
    Cannot continue import because not all import packages with data conversion tables are loaded successfully.
    WARNING: 2011-02-23 19:56:12
    1 error(s) during processing of packages.
    INFO: 2011-02-23 19:56:12
    Import Monitor is stopped.
    Edited by: Raoul Shiro on Feb 23, 2011 8:11 PM
    Edited by: Raoul Shiro on Feb 23, 2011 8:12 PM

    Hello,
    Thank you for your answer.
    I already opened a sap cutomer call, they answered that it it not a database issue,
    I restarted the installationfriom scracth , but i still got the same error :
    Here is the full content of the file SAPNTAB.log
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: START OF LOG: 20110225170643
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: sccsid @(#) $Id: //bas/711_REL/src/R3ld/R3load/R3ldmain.c#4 $ SAP
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: version R7.11/V1.4 [UNICODE]
    Compiled Dec 22 2008 00:13:12
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe -ctf I E:\SAPCD\51036706\DATA_UNITS\EXP3\DATA\SAPNTAB.STR C:\Program Files\sapinst_instdir\NW71\INSTALL\SYSTEM\ORA\STD\AS\DDLORA.TPL SAPNTAB.TSK ORA -l SAPNTAB.log
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: job completed
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: END OF LOG: 20110225170643
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: START OF LOG: 20110225170643
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: sccsid @(#) $Id: //bas/711_REL/src/R3ld/R3load/R3ldmain.c#4 $ SAP
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: version R7.11/V1.4 [UNICODE]
    Compiled Dec 22 2008 00:13:12
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe -i SAPNTAB.cmd -dbcodepage 4103 -l SAPNTAB.log -stop_on_error -loadprocedure fast
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    (DB) INFO: SVERS created #20110225170643
    Regards.
    Raoul

  • Loading of 'SEOCOMPODF' import package is interrupted with R3load error.

    Dear SAP Colleagues,
    Please advice with the following, we try to install SAP ERP  6.0 support release 3 on windows 2008 server with oracle database 10g 10.2.0.4.0,
    The error is occurred in Import ABAP phase as follow,
    ERROR 2010-10-14 12:10:00.729
    CJS-30022  Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log.
    Hint : I already applied this scenario of installation in two other server with same hardware and sap software and itu2019s already up and running,
    From my side I applied the following but nothing is changed, 
    u2022     Applied sap Note 709389
    u2022     Replaced the sap source more times,
    u2022     Maintained the paging file,
    u2022     Restart the sap server
    u2022     Restart the installation from scratch
    Also I can see that the oracle service and listener is started automatically
    I checked the log files mentioned above as follow,
    Contents in log file u201Cimport_monitor.javau201D
    java version "1.4.2_17"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_17-b06)
    Java HotSpot(TM) Client VM (build 1.4.2_17-b06, mixed mode)
    Import Monitor jobs: running 1, waiting 4, completed 23, failed 0, total 28.
    Import Monitor jobs: running 2, waiting 3, completed 23, failed 0, total 28.
    Import Monitor jobs: running 3, waiting 2, completed 23, failed 0, total 28.
    Loading of 'SEOCOMPODF' import package: ERROR
    Loading of 'DD03L' import package: ERROR
    Import Monitor jobs: running 0, waiting 2, completed 23, failed 3, total 28.
    Loading of 'FUPARAREF' import package: ERROR
    Import Monitor jobs: running 0, waiting 2, completed 23, failed 3, total 28.
    Import Monitor jobs: running 0, waiting 2, completed 23, failed 3, total 28.
    Import Monitor jobs: running 1, waiting 1, completed 23, failed 3, total 28.
    Loading of 'TODIR' import package: ERROR
    Import Monitor jobs: running 0, waiting 1, completed 23, failed 4, total 28.
    Contents in log file u201Cimport_monitoru201D
    ERROR: 2010-10-14 12:09:04 com.sap.inst.migmon.LoadTask run
    Loading of 'SEOCOMPODF' import package is interrupted with R3load error.
    Process 'D:\usr\sap\ECP\SYS\exe\uc\NTAMD64\R3load.exe -i SEOCOMPODF.cmd -dbcodepage 4103 -l SEOCOMPODF.log -stop_on_error' exited with return code 2.
    For mode details see 'SEOCOMPODF.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    ERROR: 2010-10-14 12:09:04 com.sap.inst.migmon.LoadTask run
    Loading of 'DD03L' import package is interrupted with R3load error.
    Process 'D:\usr\sap\ECP\SYS\exe\uc\NTAMD64\R3load.exe -i DD03L.cmd -dbcodepage 4103 -l DD03L.log -stop_on_error' exited with return code 2.
    For mode details see 'DD03L.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    ERROR: 2010-10-14 12:09:04 com.sap.inst.migmon.LoadTask run
    Loading of 'FUPARAREF' import package is interrupted with R3load error.
    Process 'D:\usr\sap\ECP\SYS\exe\uc\NTAMD64\R3load.exe -i FUPARAREF.cmd -dbcodepage 4103 -l FUPARAREF.log -stop_on_error' exited with return code 2.
    For mode details see 'FUPARAREF.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    TRACE: 2010-10-14 12:09:30 com.sap.inst.migmon.LoadTask run
    Loading of 'TODIR' import package is started.
    TRACE: 2010-10-14 12:09:30 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'TODIR' import package into database:
    D:\usr\sap\ECP\SYS\exe\uc\NTAMD64\R3load.exe -i TODIR.cmd -dbcodepage 4103 -l TODIR.log -stop_on_error
    ERROR: 2010-10-14 12:09:30 com.sap.inst.migmon.LoadTask run
    Loading of 'TODIR' import package is interrupted with R3load error.
    Process 'D:\usr\sap\ECP\SYS\exe\uc\NTAMD64\R3load.exe -i TODIR.cmd -dbcodepage 4103 -l TODIR.log -stop_on_error' exited with return code 2.
    For mode details see 'TODIR.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    WARNING: 2010-10-14 12:10:00
    Cannot start import of packages with views because not all import packages with tables are loaded successfully.
    WARNING: 2010-10-14 12:10:00
    4 error(s) during processing of packages.
    INFO: 2010-10-14 12:10:00
    Import Monitor is stopped.
    Regards,
    Ahmed Saber

    Hi Gagan Deep Kaushal,
    The todir.log file it was so big so I backup it run the installation again to regenerate the log file, please find below the log file you requested,
    D:\usr\sap\ECP\SYS\exe\uc\NTAMD64\R3load.exe: START OF LOG: 20101014135456
    D:\usr\sap\ECP\SYS\exe\uc\NTAMD64\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#14 $ SAP
    D:\usr\sap\ECP\SYS\exe\uc\NTAMD64\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jan 24 2008 01:41:44
    D:\usr\sap\ECP\SYS\exe\uc\NTAMD64\R3load.exe -i TODIR.cmd -dbcodepage 4103 -l TODIR.log -stop_on_error
    DbSl Trace: OCI-call 'OCISessionBegin' failed with rc=1034
    DbSl Trace: CONNECT failed with sql error '1034'
    DbSl Trace: OCI-call 'OCISessionBegin' failed with rc=1034
    DbSl Trace: CONNECT failed with sql error '1034'
    (DB) ERROR: db_connect rc = 256
    DbSl Trace: OCI-call 'OCISessionBegin' failed with rc=1034
    DbSl Trace: CONNECT failed with sql error '1034'
    DbSl Trace: OCI-call 'OCISessionBegin' failed with rc=1034
    DbSl Trace: CONNECT failed with sql error '1034'
    (DB) ERROR: DbSlErrorMsg rc = 99
    D:\usr\sap\ECP\SYS\exe\uc\NTAMD64\R3load.exe: job finished with 1 error(s)
    D:\usr\sap\ECP\SYS\exe\uc\NTAMD64\R3load.exe: END OF LOG: 20101014135457
    Regards,
    Ahmed Saber

  • Package load Failed! Invalid package Title, manifest file cannot be found

    Greetings. I am new to UPK and am seeking guidance on an upgrade to 11.1.
    A little background on what we are trying to do:
    We have two machines:
    Windows 2003 machine in domain 'X' | UPK 11.0.0.1.
    Windows 2008 R2 virtual machine in domain 'Y' | UPK 11.0 on the new machine first, install the 11.0.0.1 patch, and then upgrade to 11.1.
    We are using the same database as the old machine. Developer Server is Standard Authentication, Knowledge Center is Windows authentication.
    ==========================================================================================
    So far we have installed 11.1 with the respective database upgrades, but are lost as to how to migrate the old Content Root data. We have copied all the content to the new Content Root, added it to IIS like the old machine, and verified that the UPK database Content Root path is correct and working.
    For the rest of the post, I am remoted into the server from my local workstation, and then using IE to access KCenter on the server's FQDN, not via localhost.
    Since I am green, so I presumed that I would need to import the titles under Manager in KCenter. I zipped each content folder individually (they are named "1", "9", etc), and then attempted to import each zip file.
    NOTE: At this stage sometimes we are prompted to authenticate again. When it does, sometimes the credentials that we know work, get rejected and we are prompted again. This will repeat until we get a 401 and we have to start over. We have verified that the Windows account currently in session with the site is valid and has administrator authority within KC.
    NOTE2: On the first few tries, .NET complained that maxRequestLength was not large enough. I had our servers team increase it on the actual server in order for us to proceed.
    Provided we don't have to authenticate again, or that it actually accepts our credentials, we get to the 30% mark and then receive the error: *"Package load Failed! Invalid package Title, manifest file cannot be found"*
    Does anyone have any wisdom for this process? The title importation section in the deployment manual is not helping, and the administrator from whom I am taking over this software has not had to deal with this before.
    Thank you,
    Ian
    Edited by: 986290 on Feb 5, 2013 10:21 AM

    Hi Marc, thanks for the post,
    I have gone through an extensive troubleshooting process with Oracle, including their development team, in order to fully complete our project setup. As a supplemental bit of information, we also were having connection errors when attempting to publish directly to the knowledge center.
    As far as the context of this post, here is the solution in brief:
    1) Verify that the package being imported was published from the same version of the Developer Client as the Knowledge Center installation's.
    2) Check for database consistency issues. In our case we were using a database that was built in another domain. After numerous attempts with Oracle support on the line to determine the inconsistency, it was decided to completely reinstall and build a new database from scratch in the new domain.
    3) Check application pool identities and access (while we had some inconsistencies here, correcting them did not change the behavior of the import/publish errors)
    In review, a lot of what we had setup was correct. Our primary point of failure, we feel, was using the old database. Technically this should not have been a problem, but Murphy likes to get his way sometimes.
    Cheers,
    Ian

  • Load balancing for Business Package iviews

    Hello Gurus,
       we have installed SRM Business packages on our Portal system and accessing the SRM which has 2 application servers.How can we make the iviews to access any one of the application server as the link to ITS in iviews is static.What is the easiest and best approach to get them load balanced using Business Package iviews.
    Regards!

    Dear G,
    As I see your back-end system has 2 app servers... to cofigure the portal iViews to use both app servers you need to define that in the portal system object that is defined to connect to the backend system... You should look if the system object you use for connecting to srm is of the type: "SAP_R3_LoadBalancing"
    See also: http://help.sap.com/saphelp_nw70/helpdata/EN/1f/bddf3d48b05d5ae10000000a11405a/frameset.htm
    In addition because you are talking about ITS you could configure a WebDispatcher in front of your Backend SRM system...
    Good Luck,
    Benjamin Houttuin

  • I want to run loader concurrent program in package..

    i want to run loader concurrent program in package..
    i had registered my package in front-end and also loader,
    i want query that how to call loader CP in package

    Can you check from which schema you are executing FND_REQUEST? You can try as follows;
    Connect to your required schema, create a synonym on apps.fnd_request, connect from apps and finally execute grant all on apps.fnd_request to all.
    You can check for relevance from Doc ID: Note:147495.1
    Please do keep in the mind the soultion above should be applied to a test/dev EBS instance first.
    I hope this would be of help.
    Saad

  • Loading of 'SAPSSEXC' import package: ERROR

    Hi All
    I am installing Solution Manager 7.0
    but it prompt error when import ABAP ......
    Loading of 'SAPSSEXC' import package: ERROR
    Edited by: Kevin Wong on Jun 19, 2009 9:53 AM

    Log of 'SAPSSEXC'
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe: START OF LOG: 20090618160337
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#14 $ SAP
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jan 24 2008 01:41:39
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe -ctf I F:\software\sap\51033518_2\EXP4\DATA\SAPSLEXC.STR C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS\DDLORA.TPL SAPSLEXC.TSK ORA -l SAPSLEXC.log
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe: job completed
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20090618160337
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe: START OF LOG: 20090618160337
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#14 $ SAP
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jan 24 2008 01:41:39
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe -i SAPSLEXC.cmd -dbcodepage 4103 -l SAPSLEXC.log -stop_on_error
    DbSl Trace: OCI-call 'OCISessionBegin' failed with rc=1034
    DbSl Trace: CONNECT failed with sql error '1034'
    DbSl Trace: OCI-call 'OCISessionBegin' failed with rc=1034
    DbSl Trace: CONNECT failed with sql error '1034'
    (DB) ERROR: db_connect rc = 256
    DbSl Trace: OCI-call 'OCISessionBegin' failed with rc=1034
    DbSl Trace: CONNECT failed with sql error '1034'
    DbSl Trace: OCI-call 'OCISessionBegin' failed with rc=1034
    DbSl Trace: CONNECT failed with sql error '1034'
    (DB) ERROR: DbSlErrorMsg rc = 99
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe: job finished with 1 error(s)
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20090618160338
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe: START OF LOG: 20090619095804
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#14 $ SAP
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jan 24 2008 01:41:39
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe -i SAPSLEXC.cmd -dbcodepage 4103 -l SAPSLEXC.log -stop_on_error
    DbSl Trace: OCI-call 'OCISessionBegin' failed with rc=1034
    DbSl Trace: CONNECT failed with sql error '1034'
    DbSl Trace: OCI-call 'OCISessionBegin' failed with rc=1034
    DbSl Trace: CONNECT failed with sql error '1034'
    (DB) ERROR: db_connect rc = 256
    DbSl Trace: OCI-call 'OCISessionBegin' failed with rc=1034
    DbSl Trace: CONNECT failed with sql error '1034'
    DbSl Trace: OCI-call 'OCISessionBegin' failed with rc=1034
    DbSl Trace: CONNECT failed with sql error '1034'
    (DB) ERROR: DbSlErrorMsg rc = 99
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe: job finished with 1 error(s)
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20090619095805
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe: START OF LOG: 20090619153522
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#14 $ SAP
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jan 24 2008 01:41:39
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe -i SAPSLEXC.cmd -dbcodepage 4103 -l SAPSLEXC.log -stop_on_error
    DbSl Trace: OCI-call 'OCIServerAttach' failed with rc=12541
    DbSl Trace: CONNECT failed with sql error '12541'
    DbSl Trace: OCI-call 'OCIServerAttach' failed with rc=12541
    DbSl Trace: CONNECT failed with sql error '12541'
    (DB) ERROR: db_connect rc = 256
    DbSl Trace: OCI-call 'OCIServerAttach' failed with rc=12541
    DbSl Trace: CONNECT failed with sql error '12541'
    DbSl Trace: OCI-call 'OCIServerAttach' failed with rc=12541
    DbSl Trace: CONNECT failed with sql error '12541'
    (DB) ERROR: DbSlErrorMsg rc = 99
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe: job finished with 1 error(s)
    F:\usr\sap\PAS\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20090619153527
    Edited by: Kevin Wong on Jun 19, 2009 9:54 AM

  • Failed to load XML from the package file "" due to error 0xC00CE556 "Invalid at the top level of the document.Line.

    Using Installation wizard to deploy SSIS packages from DEV server to QA server package store cause this error;
    Failed to load XML from the package file "" due to error 0xC00CE556 "Invalid at the top level of the document. Line 773, Column 93". This happens when loading a package and the file cannot be opened or loaded correctly into XML document.  This can be the
    result of either providing an incorrect file name to the LoadPackage method or the XML file specified having an incorrect format.  Please who have the idea of how this issue can be resolved?BI Developer

    Hi ,
       for this Error one and only one solution 
    go to view Code, line number and Column number shown in error message,
    and Remove code from there till last and save it,  it happens when we are moving Package from one server to another server. and VS adds some lines of code at the bottom of package
    something like this 
    andles="1" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
        &lt;control&gt;
          &lt;ddsxmlobjectstreaminitwrapper binary="00080000921400008c040000" /&gt;
        &lt;/control&gt;
        &lt;layoutobject&gt;
          &lt;ddsxmlobj&gt;
            &lt;property name="LogicalObject" value="{BBFB0E
    Remove this code and save package it will work.  
    hope this will help to Developers who are searching for same ......... :) 

  • Media Encoder CC Crashes Loading Looks 3

    Every time I load Media Encoder it crashes when "Loading Looks3_AE10.plugin. I have no idea where to even start with trying to fix this. I just formated my primary drive and am in the process of reinsalling and setting everything up. So I just got all my stuff reinstalled and updated and was going to test something out in Media Encoder and I get this same issue every time. I've tried updating the OS, restarting, making sure everything else is up to date and nothing helps.
    Crash Report:
    Process:         Adobe Media Encoder CC [380]
    Path:            /Applications/Adobe Media Encoder CC/Adobe Media Encoder CC.app/Contents/MacOS/Adobe Media Encoder CC
    Identifier:      com.adobe.ame.application
    Version:         7.2.0.43 (7.2.0)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [143]
    User ID:         501
    Date/Time:       2014-02-05 11:39:48.893 -0600
    OS Version:      Mac OS X 10.8.5 (12F45)
    Report Version:  10
    Interval Since Last Report:          48162 sec
    Crashes Since Last Report:           4
    Per-App Interval Since Last Report:  74 sec
    Per-App Crashes Since Last Report:   4
    Anonymous UUID:                      244D09B4-BE79-9EB3-AE75-A679C3AA1A7A
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    terminate called throwing an exception
    abort() called
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff90521212 __pthread_kill + 10
    1   libsystem_c.dylib                       0x00007fff96fd5b24 pthread_kill + 90
    2   libsystem_c.dylib                       0x00007fff97019f61 abort + 143
    3   libc++abi.dylib                         0x00007fff9321c9eb abort_message + 257
    4   libc++abi.dylib                         0x00007fff9321a39a default_terminate() + 28
    5   libobjc.A.dylib                         0x00007fff968cd887 _objc_terminate() + 111
    6   libc++abi.dylib                         0x00007fff9321a3c9 safe_handler_caller(void (*)()) + 8
    7   libc++abi.dylib                         0x00007fff9321a424 std::terminate() + 16
    8   libc++abi.dylib                         0x00007fff9321b58b __cxa_throw + 111
    9   com.adobe.dvacore.framework             0x000000010022814d dvacore::filesupport::DirHelper::Create() + 813
    10  com.adobe.AMEAppFoundation.framework          0x0000000104f285e9 AME::foundation::AppUtils::GetUserPresetDir(bool) + 425
    11  com.adobe.Batch.framework               0x0000000105c0a842 AMEBatch::Initialize() + 2194
    12  com.adobe.ame.application               0x00000001000273cb AME::app::AMEAppInitializer::AMEAppInitializer(exo::app::AppInitArgs&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >&) + 811
    13  com.adobe.ame.application               0x000000010000ad6a AME::app::AMEApp::InitApplication(exo::app::AppInitArgs&) + 2426
    14  com.adobe.exo.framework                 0x000000010513e77a exo::app::AppBase::Initialize(exo::app::AppInitArgs&) + 1066
    15  com.adobe.ame.application               0x00000001000141a8 AME::RunTheApp(exo::app::AppInitArgs&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > >&) + 1576
    16  com.adobe.ame.application               0x0000000100056a38 main + 424
    17  com.adobe.ame.application               0x0000000100003f74 start + 52
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff90521d16 kevent + 10
    1   libdispatch.dylib                       0x00007fff9564edea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff9564e9ee _dispatch_mgr_thread + 54

    I'm getting the same issue.
    Here is my report:
    Process:         Adobe Media Encoder CC [797]
    Path:            /Applications/Adobe Media Encoder CC/Adobe Media Encoder CC.app/Contents/MacOS/Adobe Media Encoder CC
    Identifier:      com.adobe.ame.application
    Version:         7.2.0.43 (7.2.0)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [197]
    Responsible:     Adobe Media Encoder CC [797]
    User ID:         501
    Date/Time:       2014-02-05 13:23:34.764 -0500
    OS Version:      Mac OS X 10.9.1 (13B42)
    Report Version:  11
    Anonymous UUID:  5093BAE8-5BE0-C005-7453-67715FA016E2
    Sleep/Wake UUID: B36E4F65-7E25-490D-80BF-880D8A56C19D
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    terminating with uncaught exception of type dvacore::filesupport::dir_create_exception: $$$/dvacore/filesupport/DirCreate=The directory '@0' could not be created. Please check the parent directory protection or permission rights.
    abort() called
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff9513e866 __pthread_kill + 10
    1   libsystem_pthread.dylib                 0x00007fff93e3135c pthread_kill + 92
    2   libsystem_c.dylib                       0x00007fff9408abba abort + 125
    3   libc++abi.dylib                         0x00007fff9348c141 abort_message + 257
    4   libc++abi.dylib                         0x00007fff934b1aa4 default_terminate_handler() + 240
    5   libobjc.A.dylib                         0x00007fff943a0322 _objc_terminate() + 124
    6   libc++abi.dylib                         0x00007fff934af3e1 std::__terminate(void (*)()) + 8
    7   libc++abi.dylib                         0x00007fff934aee6b __cxa_throw + 124
    8   com.adobe.dvacore.framework             0x000000010022814d dvacore::filesupport::DirHelper::Create() + 813
    9   com.adobe.AMEAppFoundation.framework          0x0000000104f285e9 AME::foundation::AppUtils::GetUserPresetDir(bool) + 425
    10  com.adobe.Batch.framework               0x0000000105c0a842 AMEBatch::Initialize() + 2194
    11  com.adobe.ame.application               0x00000001000273cb AME::app::AMEAppInitializer::AMEAppInitializer(exo::app::AppInitArgs&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >&) + 811
    12  com.adobe.ame.application               0x000000010000ad6a AME::app::AMEApp::InitApplication(exo::app::AppInitArgs&) + 2426
    13  com.adobe.exo.framework                 0x000000010513e77a exo::app::AppBase::Initialize(exo::app::AppInitArgs&) + 1066
    14  com.adobe.ame.application               0x00000001000141a8 AME::RunTheApp(exo::app::AppInitArgs&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > >&) + 1576
    15  com.adobe.ame.application               0x0000000100056a38 main + 424
    16  com.adobe.ame.application               0x0000000100003f74 start + 52
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff9513f662 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff8da7443d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00007fff8da74152 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff9513ee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff93e31f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff93e34fb9 start_wqthread + 13
    Thread 3:: Dispatch queue: com.apple.root.low-priority
    0   com.apple.CoreFoundation                0x00007fff94daa48f CFBasicHashSetValue + 3615
    1   com.apple.CoreFoundation                0x00007fff94da9609 CFDictionarySetValue + 217
    2   libCGXType.A.dylib                      0x00007fff9351a6ca copy_name + 105
    3   com.apple.CoreGraphics                  0x00007fff8b755fc8 add_root_name + 65
    4   com.apple.CoreGraphics                  0x00007fff8b755b3f CGFontNameTableCreate + 906
    5   com.apple.CoreGraphics                  0x00007fff8b755794 get_name_table + 29
    6   com.apple.CoreGraphics                  0x00007fff8b755760 CGFontCopyPostScriptName + 9
    7   com.apple.CoreGraphics                  0x00007fff8b7551c6 CGFontCreateFontsWithURL + 455
    8   com.apple.CoreText                      0x00007fff971a11bc CreateFontsWithURL(__CFURL const*, bool) + 22
    9   com.apple.CoreText                      0x00007fff971a07ee CTFontManagerCreateFontDescriptorsFromURL + 54
    10  com.adobe.CoolType                      0x000000010786e00f CTCleanup + 1005217
    11  com.adobe.CoolType                      0x000000010787144f CTCleanup + 1018593
    12  com.adobe.CoolType                      0x0000000107872c96 CTCleanup + 1024808
    13  com.adobe.CoolType                      0x0000000107768f9b 0x10771a000 + 323483
    14  com.adobe.FontEngine.framework          0x0000000107a76f1a CTT1_EnumFontFamilies(unsigned int (*)(void*), void*) + 1370
    15  com.adobe.FontEngine.framework          0x0000000107a75a5e CTFontTypeT1::EnumerateFonts(IFTBase*, unsigned int) + 62
    16  com.adobe.FontEngine.framework          0x0000000107a80e5f IFTBuildFontEnumeration + 159
    17  com.adobe.TitleCG.framework             0x0000000107e68176 initFontDbase(HINSTANCE__*, bool) + 150
    18  com.adobe.TitleCG.framework             0x0000000107e6c868 cgCoreInit + 152
    19  com.adobe.TitleLayout.framework          0x0000000108085ca5 Inscriber::Implementation::Global::Global() + 613
    20  com.adobe.TitleLayout.framework          0x00000001080859bc GetInscriberEnvironment + 44
    21  com.adobe.TitleRenderer.framework          0x00000001087d0cb4 CG::(anonymous namespace)::StartupAsync() + 20
    22  com.adobe.dvacore.framework             0x0000000100273d8f dvacore::threads::ExecuteTopLevelFunction(dvacore::threads::AllocatedFunctionT<boost::fun ction<void ()> > const&) + 31
    23  com.adobe.dvacore.framework             0x0000000100273a8f dvacore::threads::WrapExecuteTopLevelFunction(void*) + 15
    24  libdispatch.dylib                       0x00007fff8da722ad _dispatch_client_callout + 8
    25  libdispatch.dylib                       0x00007fff8da7409e _dispatch_root_queue_drain + 326
    26  libdispatch.dylib                       0x00007fff8da75193 _dispatch_worker_thread2 + 40
    27  libsystem_pthread.dylib                 0x00007fff93e31ef8 _pthread_wqthread + 314
    28  libsystem_pthread.dylib                 0x00007fff93e34fb9 start_wqthread + 13

  • Loading of 'SAPVIEW' import package is interrupted with R3load error

    Hi all,
    I'm doing a fresh QAS ERP installation and facing an issue at phase "import abap". Whereby it stucked at the last package SAPVIEW.
    Error below:-
    bash-3.00$ cat SAPVIEW.log
    /usr/sap/QAS/SYS/exe/run/R3load: START OF LOG: 20110301011409
    /usr/sap/QAS/SYS/exe/run/R3load: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#14 $ SAP
    /usr/sap/QAS/SYS/exe/run/R3load: version R7.00/V1.4 [UNICODE]
    Compiled Jan 23 2008 20:34:30
    /usr/sap/QAS/SYS/exe/run/R3load -ctf I /tempcd/ERP/exp/1/EXP6/DATA/SAPVIEW.STR /tmp/sapinst_instdir/ERP/SYSTEM/DB6/CENTRAL/AS/DDLDB6.TPL SAPVIEW.TSK DB6 -l SAPVIEW.log
    /usr/sap/QAS/SYS/exe/run/R3load: job completed
    /usr/sap/QAS/SYS/exe/run/R3load: END OF LOG: 20110301011416
    /usr/sap/QAS/SYS/exe/run/R3load: START OF LOG: 20110301011416
    /usr/sap/QAS/SYS/exe/run/R3load: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#14 $ SAP
    /usr/sap/QAS/SYS/exe/run/R3load: version R7.00/V1.4 [UNICODE]
    Compiled Jan 23 2008 20:34:30
    /usr/sap/QAS/SYS/exe/run/R3load -i SAPVIEW.cmd -dbcodepage 4102 -l SAPVIEW.log -stop_on_error -loadprocedure fast LOAD:COMPRESS_ALL
    (DB) INFO: /ISDFPS/V_REFCOD created #20110301011557
    (DB) INFO: /ISDFPS/V_SA02DB created #20110301011557
    (DB) INFO: /ISDFPS/V_SA04DB created #20110301011558
    (DB) ERROR: DDL statement failed
    ( CREATE VIEW "/ISDFPS/V_SA08DB" ( "MANDT", "TCODE", "REPORT_SEQNO", "REPORT_TCODE", "TTEXT", "SPRSL", "SEPARATOR" ) AS SELECT T0001."MANDT", T0001."TCODE", T0001."REPORT_SEQNO", T0001."REPORT_TCODE", T0003."TTEXT",  T0003."SPRSL", T0001."SEPARATOR" FROM "/ISDFPS/CFDPSA08" T0001, "TSTC" T0002, "TSTCT" T0003 WHERE T0002."TCODE" = T0001."REPORT_TCODE" AND T0002."TCODE" = T0003."TCODE" )
    dsql_exec_immediate returned DS_DBOBJECTUNKNOWN
    (DB) INFO: disconnected from DB
    /usr/sap/QAS/SYS/exe/run/R3load: job finished with 1 error(s)
    /usr/sap/QAS/SYS/exe/run/R3load: END OF LOG: 20110301011559
    /usr/sap/QAS/SYS/exe/run/R3load: START OF LOG: 20110301112849
    /usr/sap/QAS/SYS/exe/run/R3load: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#14 $ SAP
    /usr/sap/QAS/SYS/exe/run/R3load: version R7.00/V1.4 [UNICODE]
    Compiled Jan 23 2008 20:34:30
    /usr/sap/QAS/SYS/exe/run/R3load -i SAPVIEW.cmd -dbcodepage 4102 -l SAPVIEW.log -stop_on_error -loadprocedure fast LOAD:COMPRESS_ALL
    (DB) INFO: connected to DB
    (DB6) INFO: COMPRESS YES is set during table creation.
    (DB6) DB2 9.5 automatic dictionary creation does not require an explicit REORG.
    (DB6) Compression threshold is ignored.
    (DB) ERROR: DDL statement failed
    ( DROP VIEW "/ISDFPS/V_SA08DB" )
    dsql_exec_immediate returned DS_DBOBJECTUNKNOWN
    (IMP) INFO: a failed DROP attempt is not necessarily a problem
    (DB) ERROR: DDL statement failed
    ( CREATE VIEW "/ISDFPS/V_SA08DB" ( "MANDT", "TCODE", "REPORT_SEQNO", "REPORT_TCODE", "TTEXT", "SPRSL", "SEPARATOR" ) AS SELECT T0001."MANDT", T0001."TCODE", T0001."REPORT_SEQNO", T0001."REPORT_TCODE", T0003."TTEXT",  T0003."SPRSL", T0001."SEPARATOR" FROM "/ISDFPS/CFDPSA08" T0001, "TSTC" T0002, "TSTCT" T0003 WHERE T0002."TCODE" = T0001."REPORT_TCODE" AND T0002."TCODE" = T0003."TCODE" )
    dsql_exec_immediate returned DS_DBOBJECTUNKNOWN
    (DB) INFO: disconnected from DB
    /usr/sap/QAS/SYS/exe/run/R3load: job finished with 1 error(s)
    /usr/sap/QAS/SYS/exe/run/R3load: END OF LOG: 20110301112929
    /usr/sap/QAS/SYS/exe/run/R3load: START OF LOG: 20110301145228
    /usr/sap/QAS/SYS/exe/run/R3load: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#14 $ SAP
    /usr/sap/QAS/SYS/exe/run/R3load: version R7.00/V1.4 [UNICODE]
    Compiled Jan 23 2008 20:34:30
    /usr/sap/QAS/SYS/exe/run/R3load -i SAPVIEW.cmd -dbcodepage 4102 -l SAPVIEW.log -stop_on_error -loadprocedure fast LOAD:COMPRESS_ALL
    /usr/sap/QAS/SYS/exe/run/R3load: job finished with 1 error(s)
    /usr/sap/QAS/SYS/exe/run/R3load: END OF LOG: 20110301155009
    Does any of your ever encounter the error. Go thru SNOTE: 709389 for reference but its seems to be not relevent and really confusing.
    Thanks in advance.

    > If you suggested system copy, we've even try that but stucked with different problem.
    Doing system copies is a standard process and pretty well documented. What problem did you have?
    > So we decided to do a fresh installation and perform client copy once QAS is up. Hope this way is possible
    Well, that may or may not work. You'll need to be on the exact same support package levels, generated tables are not copied (e. g. from CO) and other things. So doing a real system copy is better for a QA system.
    > Can i manually create this table "ISDFPS/CFDPSA08"  in DB2 via OS level and run the SAPinst from option 'continue with old setting'?
    I'd check in which package the missing table is and why this table is not properly created.
    Markus

  • ITunes crashes loading Store on Windows 8 64-bit

    I have iTunes 11.1.4 installed on a Lenovo X1 Carbon with Windows 8 64-bit. It will start and I can play music, sync devices, and update existing applications. Unfortunately, it crashes every time I try to load the store.
    I have tried launching in safe mode, re-installing, adding the Apple Application Support directory to my path, and removing the preference files. When it crashes, this is the error message:
    EventType=APPCRASH
    EventTime=130363076703894415
    ReportType=2
    Consent=1
    UploadTime=130363076706694490
    ReportIdentifier=4c63ed7e-907a-11e3-bed8-f4b7e2ce4019
    IntegratorReportIdentifier=4c63ed7d-907a-11e3-bed8-f4b7e2ce4019
    WOW64=1
    NsAppName=iTunes.exe
    Response.BucketId=9439625fbaee5e38d3dc0792676dc9b0
    Response.BucketTable=1
    Response.LegacyBucketId=73042080504
    Response.type=4
    Sig[0].Name=Application Name
    Sig[0].Value=iTunes.exe
    Sig[1].Name=Application Version
    Sig[1].Value=11.1.4.62
    Sig[2].Name=Application Timestamp
    Sig[2].Value=52ddbf7a
    Sig[3].Name=Fault Module Name
    Sig[3].Value=***.dll
    Sig[4].Name=Fault Module Version
    Sig[4].Value=7537.60.5.18
    Sig[5].Name=Fault Module Timestamp
    Sig[5].Value=52a28ea4
    Sig[6].Name=Exception Code
    Sig[6].Value=c0000005
    Sig[7].Name=Exception Offset
    Sig[7].Value=000017d0
    I have checked to ensure ***.dll is in the Apple Application Support folder, and have also copied it to the iTunes folder.
    Any other thoughts on actions I could take?
    Regards,
    Dennis

    I tried many solutions, from compatibility mode, to running as admin and even reinstalling all the apple software. Nothing did the trick.
    I finally figure it out a way to fix it. Roll back to an older version, pretty much what Atlas Axe did. However, I didn't have an old installer backed up so I had to look for it on the web.
    This is what I did:
    1. Download itunes 11.1.0
       Instructions: http://warrington.ufl.edu/itsp/docs/TAC_InstallingiTunes.pdf
       Direct links:
          - Windows32-bit 94.08MB https://secure-appldnld.apple.com/iTunes11/041-8597.20130918.PmmEw/iTunesSetup.e xe
          - Windows64-bit 95.76MB https://secure-appldnld.apple.com/iTunes11/041-8598.20130918.Exe55/iTunes64Setup .exe
    2. Uninstall all apple software.  
       Instructions: http://support.apple.com/kb/HT1923
       In a nutshell, uninstall these programs. MUST uninstall in the listed order.
          - iTunes
          - Apple Software Update
          - Apple Mobile Device Support
          - Bonjour
          - Apple Application Support (iTunes 9 or later)
    3. Reboot your system
    4. Install Itunes 11.1.0 from the just downloaded installer.

  • SQL loader and executing the package

    Hi all,
    I am trying to load the data from flatfile and execute a package from .cmd / .bat file.
    here is the script zip_load.cmd
    sqlldr CONTROL=zip.ctl LOG=zip.log DISCARD=Zip.dsc BAD=Zip.bad userid=scott/tiger@mydb
    sqlplus scott/tiger@mydb
    --sqlplusw scott/tiger@mydb
    EXEC pkg_zip_log.prc_zip_log ('zip_load', NULL, 'address', 'begin', 'begin prc_zip');
    commit;
    EXEC pkg_zip_load.prc_zip_maint;
    pkg_zip_log.prc_zip_log ('zip_load', NULL, 'address', 'end', 'begin prc_zip');
    commit;
    exit;
    The above script stopping after loading the data and logging to database from sqlplus.
    sqlldr CONTROL=zip.ctl LOG=zip.log DISCARD=Zip.dsc BAD=Zip.bad userid=scott/tiger@mydb
    sqlplus scott/tiger@mydb
    It's executing the above 2 statments and stopping at
    SQL prompt SQL>
    Could you guys let me know the fix for executing the all statments in one step.
    Thanks in adv.
    bye

    It happens because SQL+ doesn't know anything about the rows after the connect string. It's just waiting for your input. Here is an example how to make it work.
    I've created test package:
    create or replace package body test
    as
    procedure p1
    as
    begin
    dbms_output.put_line('Hello!');
    end;
    end;
    Then on my Unix machine I created a file test.sh:
    sqlplus scott/tiger@prod << EOF
    set serveroutput on
    exec test.p1
    quit
    EOF
    When I run it from command line:
    Connected to:
    Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
    With the Oracle Data Mining option
    JServer Release 9.2.0.1.0 - Production
    SQL> SQL> Hello!
    SQL> Disconnected from Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
    With the Oracle Data Mining option
    JServer Release 9.2.0.1.0 - Production
    Voila!

  • Safari Crashed Loading MOV From Website

    Using DreamWeaver I created a site for a client with 5min QuickTime movie clips. In Netscape and Firefox the clips play fine. In Safari I get a crash report:
    Safari(445,0x186c200) malloc: * vm_allocate(size=1640017920) failed (error code=3)
    Safari(445,0x186c200) malloc: * error: can't allocate region
    Safari(445,0x186c200) malloc: * set a breakpoint in szone_error to debug
    2005-09-18 09:15:20.771 Safari[445] An uncaught exception was raised
    2005-09-18 09:15:20.783 Safari[445] * NSCopyMemoryPages(0x16a06000, 0x0, 1312010240) failed
    2005-09-18 09:15:20.783 Safari[445] * Uncaught exception: <NSInvalidArgumentException> * NSCopyMemoryPages(0x16a06000, 0x0, 1312010240) failed
    Sep 18 09:15:23 ted-mccunes-power-mac-g5 crashdump[622]: Safari crashed
    Sep 18 09:15:24 ted-mccunes-power-mac-g5 crashdump[622]: crash report written to: /Users/mooreted/Library/Logs/CrashReporter/Safari.crash.log
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [71]
    Version: 2.0.1 (412.5)
    Build Version: 7
    Project Name: WebBrowser
    Source Version: 4120500
    PID: 496
    Thread: 2
    Exception: EXC_BREAKPOINT (0x0006)
    Code[0]: 0x00000001
    Code[1]: 0x9289de80
    Thread 2 Crashed:
    0 com.apple.Foundation      0x9289de80 _NSRaiseError + 264
    1 com.apple.Foundation      0x9289dbbc +[NSException raise:format:] + 40
    2 com.apple.Foundation      0x928a49c4 -[NSConcreteMutableData appendData:] + 196
    3 com.apple.Foundation      0x928b47fc -[NSURLConnection(NSURLConnectionInternal) _didLoadData:lengthReceived:] + 208
    4 com.apple.Foundation      0x928b3fbc -[NSFileURLProtocol didLoadData:] + 484
    5 com.apple.Foundation      0x928b3cfc -[NSFileURLProtocol startLoading] + 132
    6 com.apple.Foundation      0x928ac5cc -[NSURLConnection(NSURLConnectionInternal) _performOriginLoad] + 328
    7 com.apple.Foundation      0x928aa680 _resourceLoaderPerform + 224
    8 com.apple.CoreFoundation      0x9074bc8c __CFRunLoopDoSources0 + 384
    9 com.apple.CoreFoundation      0x9074b1bc __CFRunLoopRun + 452
    10 com.apple.CoreFoundation      0x9074ac3c CFRunLoopRunSpecific + 268
    11 com.apple.Foundation      0x928aa3e0 +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    12 com.apple.Foundation      0x92882f34 forkThreadForFunction + 108
    13 libSystem.B.dylib      0x9002c3d4 pthreadbody + 96
    Thread 2 crashed with PPC Thread State 64:
    srr0: 0x000000009289de80 srr1: 0x100000000202f030 vrsave: 0x0000000000000000
    cr: 0x28028442 xer: 0x0000000000000000 lr: 0x000000009289de58 ctr: 0x000000009285fcbc
    r0: 0x0000000000000000 r1: 0x00000000f0182380 r2: 0x00000000a285d508 r3: 0x00000000f0181f30
    r4: 0x0000000000000000 r5: 0x000000009285f5e4 r6: 0x00000000f0181fb4 r7: 0x00000000000000ff
    r8: 0x00000000f0181fa0 r9: 0x0000000000607d40 r10: 0x00000000909ab668 r11: 0x0000000028028442
    r12: 0x000000009285fcbc r13: 0x0000000000000000 r14: 0x0000000000000001 r15: 0x0000000000000000
    r16: 0x0000000000000000 r17: 0x0000000000000000 r18: 0x0000000000000000 r19: 0x0000000000000000
    r20: 0x000000007fffffff r21: 0x00000000a2883dd8 r22: 0x0000000017e05590 r23: 0x00000000a2883dd8
    r24: 0x00000000a288472c r25: 0x00000000a288472c r26: 0x000000003786af1b r27: 0x0000000000000000
    r28: 0x0000000017c5e8c0 r29: 0x00000000a2862804 r30: 0x000000003786af1b r31: 0x000000009289dd88
    What causes this and can I fix it?

    Ah but our website (http://bryonieporter.com/index.html) has just started not loading and nothing has changed re it or our version of Safari, does that mean there could be some issue with the host?
    thanks

  • InCopy CS6 crash when open icap file (packaged file)

    I created a package (icap) file in InDesign CS6. The InCopy CS6 is crashed when open in in eveytime.
    Here is what I have to try to solve the problem.
    I tired to update it InCopy CS8.0.1

    This is what I get when Audition crash (Sorry for the parts in spanish)
    Firma con problemas:
      Nombre del evento de problema:          APPCRASH
      Nombre de la aplicación:          Adobe Audition CS6.exe
      Versión de la aplicación:          5.0.0.708
      Marca de tiempo de la aplicación:          4f70c4f6
      Nombre del módulo con errores:          StackHash_aa17
      Versión del módulo con errores:          6.1.7601.17725
      Marca de tiempo del módulo con errores:          4ec49b8f
      Código de excepción:          c0000374
      Desplazamiento de excepción:          000ce6c3
      Versión del sistema operativo:          6.1.7601.2.1.0.256.1
      Id. de configuración regional:          3082
      Información adicional 1:          aa17
      Información adicional 2:          aa1722cab75e6dfd3581220345349f4b
      Información adicional 3:          2722
      Información adicional 4:          272238ce25d2c25029dd7dd5c41913f5

  • Motion New Install Crashes Loading a Template

    I just loaded FCP Studio 5 on a new G5 quad 2.5 gig machine with 2 gig of ram and an Nvidia GForce 6600 graphics card.
    I am working my way through the tutorials when I tried to load a Motion template as instructed. The system crashes.
    I have the latest FCP updates and the Motion version is 2.1.2
    I have tried loading other templates and some load and others make the system crash. Any thoughts?
    Thanks

    When you crash, you get the option of Reporting to Apple? Take that and copy this section of the log:
    Command: Final Cut Pro
    Path: /Applications/Final Cut Pro HD.app/Contents/MacOS/Final Cut Pro
    Parent: WindowServer [117]
    Version: 5.1 (5.1)
    Build Version: 4
    Project Name: FCPApp
    Source Version: 602161028
    PID: 1460
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000004
    Thread 0 Crashed:
    0 ...lCutPro.Plugins.QTRtEffects 0x061eea90 KGSetQTRtResFile(unsigned char, short*) + 72
    1 ...lCutPro.Plugins.QTRtEffects 0x061f5b08 RTEffectComponentRegister() + 96
    2 ...lCutPro.Plugins.QTRtEffects 0x061e521c PluginStart + 2028
    3 com.apple.FinalCutPro 0x001b23e0 DispatchRegisterMessage(void*, void*) + 104
    . - buncha info -
    25 com.apple.FinalCutPro 0x002c10a8 main + 64
    26 com.apple.FinalCutPro 0x00002c24 _start + 340
    27 com.apple.FinalCutPro 0x00002acc start + 60
    Thread 1:
    0 libSystem.B.dylib 0x9002c128 semaphorewait_signaltrap + 8
    That's the kinda thing we need...But only the crashed section, not the entire log - like the example above
    Patrick

Maybe you are looking for

  • N-Level Parent-Child Aggregation

    Hi, We have an account table and a transaction table, the account schema is Account ID Account Name Parent Account ID The account hierarchy level is N-Level. The business user can add account/sub account. Account ID | Account Name | Parent ID 1 | FX

  • 8.1.7.4 Performance Issue

    Hi, I'm not sure I'm posting this question in the right place, but here is better than no where. We recently upgraded all our DB environments (in the last month) from 8.0.6 to 8.1.7.4 and we took performance hit. SQL that used to do rather well is do

  • I cant get on the internet

    it says i need the DHCP for the cable, or the ip address and the router address and all that other stuff for the lan, so could someone please help me

  • How to keep songs from the same album together in the Walkman app?

    How do I keep songs from the same album together in one album instead of it being spilt up into three different albums? Is there any way to keep this from happening? I have all of the correct album information, but it still happens. I thought I would

  • IPod Screen is dark & mottled (appears LCD is bleeding underneath)

    Would this be covered under my 1 year warranty? (My 1 year expires next week.) iPod   Windows XP