Error in asfn(rs[[i]]) : need explicit units for numeric conversion

Hi
I am using the sqldf package in R to do some joins of my data table as follows:
p1<-sqldf("SELECT t3.* FROM p as t3 JOIN (SELECT userid, MAX(type) as LastActivityType FROM p GROUP BY userid) t4 ON t3.userid = t4.userid AND t3.type = t4.LastActivityType")
However , I am getting the error mentioned in the subject line
The error doesn't appear  when I change the column names from t3.* and limit it to a subset of column names ( t3.userid, t3.LastActivity....).
Surprisingly though, I have another similar sql script in the same code block which runs just fine.
My code runs fine in RStudio, so I guess there's some incompatibility with the Azure environment somewhere. For reference, the sqldf package and its dependencies (imported separately as a zip) is compatible with R  3.1.2
Can someone help me solve this? 
Thanks in advance!!

Hi AK
Thanks for the quick response 
So I checked the following:
1) Downloaded the dataset from AML from the step just previous to where my sql script appears, fed it into RStudio with stringsAsFactors=FALSE and thereupon ran the sql script. It works without any issues. It works fine if I dont set stringsAsFactors
as false as well
2) Checked the CRAN documentation on the sqldf package, it mentions that the package is valid for versions>=R3.1.0
3)All 4 dependencies were included. Only one was preinstalled. The output log says: 
warning: package 'proto' is in use and will not be installedso I removed the package 'proto' just in case it was causing trouble.Nothing Works :/I am pasting the output log, could you have a look and see if I am missing anything obvious?Thanks a ton!UpasanaOutput Log:Record Starts at UTC 11/27/2014 07:38:27:
Run the job:"/dll "ExecuteRScript, Version=5.1.0.0, Culture=neutral, PublicKeyToken=69c3241e6f0468ca;Microsoft.MetaAnalytics.RDataSupport.ExecuteRScript;Run" /Output0 "..\..\Result Dataset\Result Dataset.dataset" /Output1 "..\..\R Device\R Device.dataset" /dataset1 "..\..\Dataset1\Dataset1.csv" /bundlePath "..\..\Script Bundle\Script Bundle.zip" /rStreamReader "script.R" "
Starting process 'C:\Resources\directory\275cc759e61f4dbf889cde5e5cba0835.SingleNodeRuntimeCompute.Packages\AFx\5.1\DllModuleHost.exe' with arguments ' /dll "ExecuteRScript, Version=5.1.0.0, Culture=neutral, PublicKeyToken=69c3241e6f0468ca;Microsoft.MetaAnalytics.RDataSupport.ExecuteRScript;Run" /Output0 "..\..\Result Dataset\Result Dataset.dataset" /Output1 "..\..\R Device\R Device.dataset" /dataset1 "..\..\Dataset1\Dataset1.csv" /bundlePath "..\..\Script Bundle\Script Bundle.zip" /rStreamReader "script.R" '
[ModuleOutput] DllModuleHost Start: 1 : Program::Main
[ModuleOutput] DllModuleHost Start: 1 : DataLabModuleDescriptionParser::ParseModuleDescriptionString
[ModuleOutput] DllModuleHost Stop: 1 : DataLabModuleDescriptionParser::ParseModuleDescriptionString. Duration: 00:00:00.0050545
[ModuleOutput] DllModuleHost Start: 1 : DllModuleMethod::DllModuleMethod
[ModuleOutput] DllModuleHost Stop: 1 : DllModuleMethod::DllModuleMethod. Duration: 00:00:00.0000572
[ModuleOutput] DllModuleHost Start: 1 : DllModuleMethod::Execute
[ModuleOutput] DllModuleHost Start: 1 : DataLabModuleBinder::BindModuleMethod
[ModuleOutput] DllModuleHost Verbose: 1 : moduleMethodDescription ExecuteRScript, Version=5.1.0.0, Culture=neutral, PublicKeyToken=69c3241e6f0468ca;Microsoft.MetaAnalytics.RDataSupport.ExecuteRScript;Run
[ModuleOutput] DllModuleHost Verbose: 1 : assemblyFullName ExecuteRScript, Version=5.1.0.0, Culture=neutral, PublicKeyToken=69c3241e6f0468ca
[ModuleOutput] DllModuleHost Start: 1 : DataLabModuleBinder::LoadModuleAssembly
[ModuleOutput] DllModuleHost Verbose: 1 : Trying to resolve assembly : ExecuteRScript, Version=5.1.0.0, Culture=neutral, PublicKeyToken=69c3241e6f0468ca
[ModuleOutput] DllModuleHost Verbose: 1 : Loaded moduleAssembly ExecuteRScript, Version=5.1.0.0, Culture=neutral, PublicKeyToken=69c3241e6f0468ca
[ModuleOutput] DllModuleHost Stop: 1 : DataLabModuleBinder::LoadModuleAssembly. Duration: 00:00:00.0067974
[ModuleOutput] DllModuleHost Verbose: 1 : moduleTypeName Microsoft.MetaAnalytics.RDataSupport.ExecuteRScript
[ModuleOutput] DllModuleHost Verbose: 1 : moduleMethodName Run
[ModuleOutput] DllModuleHost Information: 1 : Module FriendlyName : Execute R Script
[ModuleOutput] DllModuleHost Information: 1 : Module Release Status : Release
[ModuleOutput] DllModuleHost Stop: 1 : DataLabModuleBinder::BindModuleMethod. Duration: 00:00:00.0106972
[ModuleOutput] DllModuleHost Start: 1 : ParameterArgumentBinder::InitializeParameterValues
[ModuleOutput] DllModuleHost Verbose: 1 : parameterInfos count = 5
[ModuleOutput] DllModuleHost Verbose: 1 : parameterInfos[0] name = dataset1 , type = Microsoft.Numerics.Data.Local.DataTable
[ModuleOutput] DllModuleHost Start: 1 : DataTableCsvHandler::HandleArgumentString
[ModuleOutput] DllModuleHost Stop: 1 : DataTableCsvHandler::HandleArgumentString. Duration: 00:00:13.1522942
[ModuleOutput] DllModuleHost Verbose: 1 : parameterInfos[1] name = dataset2 , type = Microsoft.Numerics.Data.Local.DataTable
[ModuleOutput] DllModuleHost Verbose: 1 : Set optional parameter dataset2 value to NULL
[ModuleOutput] DllModuleHost Verbose: 1 : parameterInfos[2] name = bundlePath , type = System.String
[ModuleOutput] DllModuleHost Verbose: 1 : parameterInfos[3] name = rStreamReader , type = System.IO.StreamReader
[ModuleOutput] DllModuleHost Verbose: 1 : parameterInfos[4] name = seed , type = System.Nullable`1[System.Int32]
[ModuleOutput] DllModuleHost Verbose: 1 : Set optional parameter seed value to NULL
[ModuleOutput] DllModuleHost Stop: 1 : ParameterArgumentBinder::InitializeParameterValues. Duration: 00:00:13.1845731
[ModuleOutput] DllModuleHost Verbose: 1 : Begin invoking method Run ...
[ModuleOutput] Microsoft Drawbridge Console Host [Version 1.0.2108.0]
[ModuleOutput] [1] 56000
[ModuleOutput]
[ModuleOutput] The following files have been unzipped for sourcing in path=["src"]:
[ModuleOutput]
[ModuleOutput] Name Length Date
[ModuleOutput]
[ModuleOutput] 1 sqldf_0.4-10.zip 71667 2014-11-21 11:38:00
[ModuleOutput]
[ModuleOutput] 2 chron_2.3-45.zip 107752 2014-11-21 11:38:00
[ModuleOutput]
[ModuleOutput] 3 DBI_0.3.1.zip 153831 2014-11-21 11:38:00
[ModuleOutput]
[ModuleOutput] 4 gsubfn_0.6-6.zip 348505 2014-11-21 11:38:00
[ModuleOutput]
[ModuleOutput] 5 proto_0.3-10.zip 458519 2014-11-21 11:38:00
[ModuleOutput]
[ModuleOutput] 6 RSQLite_1.0.0.zip 1211130 2014-11-21 11:38:00
[ModuleOutput]
[ModuleOutput] Loading objects:
[ModuleOutput]
[ModuleOutput] port1
[ModuleOutput]
[ModuleOutput] [1] "Loading variable port1..."
[ModuleOutput]
[ModuleOutput] package 'gsubfn' successfully unpacked and MD5 sums checked
[ModuleOutput]
[ModuleOutput] Loading required package: proto
[ModuleOutput]
[ModuleOutput] [1] TRUE
[ModuleOutput]
[ModuleOutput] package 'DBI' successfully unpacked and MD5 sums checked
[ModuleOutput]
[ModuleOutput] [1] TRUE
[ModuleOutput]
[ModuleOutput] package 'RSQLite' successfully unpacked and MD5 sums checked
[ModuleOutput]
[ModuleOutput] [1] TRUE
[ModuleOutput]
[ModuleOutput] package 'sqldf' successfully unpacked and MD5 sums checked
[ModuleOutput]
[ModuleOutput] [1] TRUE
[ModuleOutput]
[ModuleOutput] Loading required package: tcltk
[ModuleOutput]
[ModuleOutput] Error in asfn(rs[[i]]) : need explicit units for numeric conversion
[ModuleOutput]
[ModuleOutput] In addition: Warning messages:
[ModuleOutput]
[ModuleOutput] 1: In strptime(x, format, tz = tz) :
[ModuleOutput]
[ModuleOutput] unable to identify current timezone 'C':
[ModuleOutput]
[ModuleOutput] please set environment variable 'TZ'
[ModuleOutput]
[ModuleOutput] 2: In strptime(x, format, tz = tz) : unknown timezone 'localtime'
[ModuleOutput]
[ModuleOutput] 3: package 'gsubfn' was built under R version 3.1.2
[ModuleOutput]
[ModuleOutput] 4: package 'DBI' was built under R version 3.1.2
[ModuleOutput]
[ModuleOutput] 5: package 'RSQLite' was built under R version 3.1.2
[ModuleOutput]
[ModuleOutput] 6: package 'sqldf' was built under R version 3.1.2
[ModuleOutput]
[ModuleOutput] 7: In strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) :
[ModuleOutput]
[ModuleOutput] unknown timezone 'localtime'
[ModuleOutput]
[ModuleOutput] DllModuleHost Stop: 1 : DllModuleMethod::Execute. Duration: 00:02:41.0341394
[ModuleOutput] DllModuleHost Error: 1 : Program::Main encountered fatal exception: Microsoft.Analytics.Exceptions.ErrorMapping+ModuleException: Error 0063: The following error occurred during evaluation of R script:
[ModuleOutput] ---------- Start of error message from R ----------
[ModuleOutput] R script execution failed. Please click on "View Output Log" in the properties pane for full details.
[ModuleOutput] ----------- End of error message from R -----------
Module finished after a runtime of 00:02:41.1766291 with exit code -2
Module failed due to negative exit code of -2
Record Ends at UTC 11/27/2014 07:41:12.

Similar Messages

  • I keep getting a error message that claims I need firebug installed for pagespeed to run correctly.

    Every time I load firefox I get the message that firebug needs to be installed for pagespeed to work correctly.

    I have the exact same problem! With just one website. It's when I have a second account on it. I can sign in with my original (old) account, but not with my new account that I wish to sign in on. I've talked to a lot of people members of the website who have second accounts and this doesn't happen with them, it's only with my firefox. I've done everything I can to enable cookies, 3rd party cookies, no exceptions, etc.
    But it must be something to do with my computer because I did the same thing on Internet Explorer and Google Chrome and it's exactly the same. :/

  • Error during export of ECC 6.0 system for unicode conversion

    We have upgraded a 4.7 system to ECC 6.0 running on MSSQL 2000.  We have the latest r3load, and are using the Netweaver 7.0 sapinst to perform the system copy (export) to convert to unicode.  Our goal is an exported system which we can use on a clean install once we have de-installed SAP and SQL 2000 and installed MSSQL 2005.
    When running the export, the r3szchk finishes and then the next phase runs.  But it gets almost all errors (so we are stopping the export).
    The export_monitor.log is shown below, and also an example of one of the table logs shown here as well.  but its almost as if every table hits the same problem, BSIS, MSEG, EDIDS etc.....
    If you look at the ACCTIT.log, it looks like the SQL/stored preocedure error is as follows, but not sure what this means:
    check NameTab width SQL DbSlRead on DDNTT_CONV_UC failed for table T002 with rc 24
    Export_Monitor.log
    ==============
    NFO: 2008-08-25 17:30:11
    Export Monitor is started.
    CONFIG: 2008-08-25 17:30:11
    Application options:
    dataCodepage=4103
    dbType=MSS
    exportDirs=S:\ABAP
    installDir=C:\Program Files\sapinst_instdir\NW04S\LM\COPY\MSS\EXP\CENTRAL\AS\EXP
    jobNum=3
    loadArgs=-stop_on_error
    monitorTimeout=30
    orderBy=
    r3loadExe=D:\usr\sap\ED0\SYS\exe\run\R3load.exe
    sapinst=
    server=
    trace=all
    tskFiles=yes
    CONFIG: 2008-08-25 17:30:11
    List of packages with table structure: 'SAP0000'.
    CONFIG: 2008-08-25 17:30:11
    List of packages with views: 'SAPVIEW'.
    TRACE: 2008-08-25 17:30:11 com.sap.inst.migmon.LoadTask run
    Unloading of 'ACCTIT' export package is started.
    TRACE: 2008-08-25 17:30:11 com.sap.inst.migmon.LoadTask run
    Unloading of 'BSIS' export package is started.
    TRACE: 2008-08-25 17:30:11 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'ACCTIT' export package:
    D:\usr\sap\ED0\SYS\exe\run\R3load.exe -ctf E S:\ABAP\DATA\ACCTIT.STR S:\ABAP\DB\DDLMSS.TPL ACCTIT.TSK MSS -l ACCTIT.log
    TRACE: 2008-08-25 17:30:11 com.sap.inst.migmon.LoadTask run
    Unloading of 'CMFP' export package is started.
    TRACE: 2008-08-25 17:30:11 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'BSIS' export package:
    D:\usr\sap\ED0\SYS\exe\run\R3load.exe -ctf E S:\ABAP\DATA\BSIS.STR S:\ABAP\DB\DDLMSS.TPL BSIS.TSK MSS -l BSIS.log
    TRACE: 2008-08-25 17:30:11 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'CMFP' export package:
    D:\usr\sap\ED0\SYS\exe\run\R3load.exe -ctf E S:\ABAP\DATA\CMFP.STR S:\ABAP\DB\DDLMSS.TPL CMFP.TSK MSS -l CMFP.log
    TRACE: 2008-08-25 17:30:11 com.sap.inst.migmon.LoadTask processPackage
    Unloading of 'ACCTIT' export package from database:
    D:\usr\sap\ED0\SYS\exe\run\R3load.exe -e ACCTIT.cmd -datacodepage 4103 -l ACCTIT.log -stop_on_error
    TRACE: 2008-08-25 17:30:11 com.sap.inst.migmon.LoadTask processPackage
    Unloading of 'CMFP' export package from database:
    D:\usr\sap\ED0\SYS\exe\run\R3load.exe -e CMFP.cmd -datacodepage 4103 -l CMFP.log -stop_on_error
    TRACE: 2008-08-25 17:30:11 com.sap.inst.migmon.LoadTask processPackage
    Unloading of 'BSIS' export package from database:
    D:\usr\sap\ED0\SYS\exe\run\R3load.exe -e BSIS.cmd -datacodepage 4103 -l BSIS.log -stop_on_error
    ERROR: 2008-08-25 17:30:12 com.sap.inst.migmon.LoadTask run
    Unloading of 'ACCTIT' export package is interrupted with R3load error.
    Process 'D:\usr\sap\ED0\SYS\exe\run\R3load.exe -e ACCTIT.cmd -datacodepage 4103 -l ACCTIT.log -stop_on_error' exited with return code 2.
    For mode details see 'ACCTIT.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: 2008-08-25 17:30:12 com.sap.inst.migmon.LoadTask run
    Unloading of 'CMFP' export package is interrupted with R3load error.
    Process 'D:\usr\sap\ED0\SYS\exe\run\R3load.exe -e CMFP.cmd -datacodepage 4103 -l CMFP.log -stop_on_error' exited with return code 2.
    For mode details see 'CMFP.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: 2008-08-25 17:30:12 com.sap.inst.migmon.LoadTask run
    Unloading of 'BSIS' export package is interrupted with R3load error.
    Process 'D:\usr\sap\ED0\SYS\exe\run\R3load.exe -e BSIS.cmd -datacodepage 4103 -l BSIS.log -stop_on_error' exited with return code 2.
    For mode details see 'BSIS.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
    etc.....
    ACCTIT.log
    =========
    D:\usr\sap\ED0\SYS\exe\run\R3load.exe: START OF LOG: 20080825191346
    D:\usr\sap\ED0\SYS\exe\run\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#18 $ SAP
    D:\usr\sap\ED0\SYS\exe\run\R3load.exe: version R7.00/V1.4
    Compiled Aug 18 2008 23:55:23
    D:\usr\sap\ED0\SYS\exe\run\R3load.exe -ctf E S:\ABAP\DATA\ACCTIT.STR S:\ABAP\DB\DDLMSS.TPL ACCTIT.TSK MSS -l ACCTIT.log
    D:\usr\sap\ED0\SYS\exe\run\R3load.exe: job completed
    D:\usr\sap\ED0\SYS\exe\run\R3load.exe: END OF LOG: 20080825191346
    D:\usr\sap\ED0\SYS\exe\run\R3load.exe: START OF LOG: 20080825191347
    D:\usr\sap\ED0\SYS\exe\run\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#18 $ SAP
    D:\usr\sap\ED0\SYS\exe\run\R3load.exe: version R7.00/V1.4
    Compiled Aug 18 2008 23:55:23
    D:\usr\sap\ED0\SYS\exe\run\R3load.exe -e ACCTIT.cmd -datacodepage 4103 -l ACCTIT.log -stop_on_error
    (DB) INFO: connected to DB
    (EXP) WARN: check NameTab width SQL DbSlRead on DDNTT_CONV_UC failed for table T002 with rc 24.
    (DB) ERROR: DbSlErrorMsg rc = 99
    (EXP) WARN: check NameTab width SQL DbSlRead on DDNTT_CONV_UC failed for table CDPOS with rc 24.
    (DB) ERROR: DbSlErrorMsg rc = 99
    (EXP) WARN: check NameTab width SQL DbSlRead on DDNTT_CONV_UC failed for table TACOB with rc 24.
    (DB) ERROR: DbSlErrorMsg rc = 99
    (EXP) INFO: check NameTab widths: Ok.
    (DB) INFO: Export without hintfile
    (RSCP) INFO: UMGCOMCHAR read check, skip: no data found; probably old SPUMG.
    (RSCP) INFO: environment variable "I18N_POOL_WIDTH" is not set. Checks are active.
    (RSCP) WARN: UMGCONTAINER has 9 more problems.
    (RSCP) WARN: UMGSETTINGS nametab creation: status not available, no table entry.
    (RSCP) INFO: Global fallback code page = 0000
    (RSCP) INFO: Common character set is 7-bit-ASCII
    (RSCP) INFO: Collision resolution method is unexpected !
    (RSCP) INFO: R3trans code pages = AskSPUMG
    (RSCP) INFO: EXPORT TO ... code pages = AskSPUMG
    (RSCP) INFO: Check for invalid language keys: active, by default
    (RSCP) INFO: I18N_NAMETAB_NORM_ALLOW = 0
    (RSCP) INFO: I18N_NAMETAB_NORM_LOG   = 0
    (RSCP) INFO: I18N_NAMETAB_ALT_ALLOW  = 0
    (RSCP) INFO: I18N_NAMETAB_ALT_LOG    = 0
    (RSCP) INFO: I18N_NAMETAB_OLD_ALLOW  = 0
    (RSCP) INFO: I18N_NAMETAB_OLD_LOG    = 0
    (GSI) INFO: dbname   = "ED0ecc6dev                                                                                "
    (GSI) INFO: vname    = "MSSQL                           "
    (GSI) INFO: hostname = "ECC6DEV                                                         "
    (GSI) INFO: sysname  = "Windows NT"
    (GSI) INFO: nodename = "ECC6DEV"
    (GSI) INFO: release  = "5.2"
    (GSI) INFO: version  = "3790 Service Pack 2"
    (GSI) INFO: machine  = "8x AMD64 Level 6 (Mod 23 Step 6)"
    (BEK) ERROR: SAPSYSTEMNAME not in environment
    D:\usr\sap\ED0\SYS\exe\run\R3load.exe: job finished with 1 error(s)
    D:\usr\sap\ED0\SYS\exe\run\R3load.exe: END OF LOG: 20080825191348

    > We will quickly implement the UC as a separate project, not put it off forever.
    VERY good decision!
    > But as we have single code page, no JAVA integration, no web integration (SOA) etc... the added complexity on our already short timeframe is more than we care to take on at this point.
    Happy upgrading!
    Our upgrade from 4.7 to ERP 6.0 was one of the smoothest I've made.
    Markus

  • "Need explicit attach before authenticating user" (solution)

     

    unfortunately, I am getting the same problem even though
    %ORACLE_HOME%/bin is ahead of everything in my path.
    Anil.
    Mark Spotswood <[email protected]> wrote:
    Alex,
    I've seen similar problems where other applications install the OCI
    library in the windows system directory, but it really shocks me
    that enterprise manager does this.
    Another customer is getting this same error code. Originally, I thought
    it was due to connection paramters, but this may be the problem.
    Thank's for this information.
    mark
    Alexander Petrushko wrote:
    Hello,
    I ran into this somewhat nasty error while setting up my environmentfor
    the umpteenth time and I thought I knew all Weblogic/Oracle quirksbut
    not quite -- ORA-24327 ("need explicit attach before authenticatinga
    user") has never surfaced before. My server is Oracle 8.1.5 and I first
    fixed my build environment on UNIX. Running utils.dbping with correct
    parameters worked. I then proceeded to do the same on my NT workstation
    and received the aforementioned error. The thing that tipped me offwas
    that running SQL*Plus GUI worked but using the same parameters on
    sqlplus or utils.dbping from the command line did not work. Lookingat
    the PATH I noticed that Oracle Enterprise Manager had its "bin"
    directory before the "main" Oracle installation. Turns out this isa
    case of "self-mutilation" -- Enterprise Manager uses its own OCI and
    client libraries which clobber some of the Net8 OCI functions being
    called by WebLogic's OCI driver.
    Solution: Make sure the ORACLE_HOME\bin directory (NT only) is aheadof
    everything else in your PATH.
    Alex
    P.S. To add insult to injury Oracle8 uses JDK 1.1.7 to run its Universal
    Installer and Enterprise Manager and it also installs that ahead of
    everything else in the PATH but I've fixed that as well. "We shallfight
    on the beaches..."

  • UWL CATS time approval error "No data exists that needs to be approved"

    Hi all,
    We approve CATS working time through SAP portal UWL. The user can see the workitem in her UWL inbox, but got an error u201CNo data exists that needs to be approvedu201D when he tried to execute the workitem. But the user is able to execute the workitem using Business workplace in ECC. We are using the standard UWL application.
    This happens only to CATS time entries for certain type of employees (for example, the employees who do not report directly to the approver).
    SAP Portal 7.0
    SAP MSS 600 SP19
    SAP UWLJWF 7.00 sp23
    SAP ECC 6.0
    Here is what I have found from my trouble-shooting. When I test (preview) the UWL iView, it seems to be working fine. But when I call up the iView from the portal MSS role, I got the error message u201CNo data exists that needs to be approved.u201D
    Please let me know if you need more information.
    Thank you,
    Qi

    I have found that the workitem ID is not passed to the CATS approval web dynpro program. Here is what is in the Item Type configuration XML. Is there anything missing?
    <!-- Work items for CATS -->
        <ItemType name="uwl.task.webflow.TS31000007" connector="WebFlowConnector" defaultView="com.sap.pct.erp.mss.OpenTasksTimeApp" defaultAction="launchWebDynPro" executionMode="default">
          <ItemTypeCriteria externalType="TS31000007" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
              <Properties>
                <Property name="WebDynproApplication" value="CatManagerApprove"/>
                <Property name="WebDynproDeployableObject" value="sap.com/msscatapproval"/>
                <Property name="newWindowFeatures" value="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no"/>
                <Property name="openInNewWindow" value="true"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.forwardedtask.webflow.TS31000007" connector="WebFlowConnector" defaultView="com.sap.pct.erp.mss.ForwardedTimeApp" defaultAction="viewDetail"/>
        <ItemType name="uwl.futuretask.webflow.TS31000007" connector="WebFlowConnector" defaultView="com.sap.pct.erp.mss.FutureTaskTimeApp" defaultAction="viewDetail"/>
        <ItemType name="uwl.completedtask.webflow.TS31000007" connector="WebFlowConnector" defaultView="com.sap.pct.erp.mss.CompletedTimeApp" defaultAction="viewDetail"/>
    Thanks,
    Qi

  • Trying to upgrade my kids iPod 10.6.3 since error msg shows that iPod needs 10.6.3 to work. But it won't show up in my iTunes when I plug in to my laptap. NOT on a MAC

    Hello,
    I cannot see my son's iPod now when I plug it in to my laptop. It gives error message saying  that iPod needs upgraded 10.6.3 to work.
    We cannot update  iPod to 10.6.3 for some reason. But what is really strange is that it won't even show up when we plug it in to try to update! I do not have a MAC please don't say that's the problem haha, i have an older laptop with Windows running, maybe Windows 2000, not sure (how would I find out what is installed on the comupter?)  My ipod works fine and so do our other 2. It's just his iPod? I have an older 64g touch, but his siblings all have the same 4th generation, bought at the same time from the same store.
    Any ideas or suggestions?

    Yu said:
    i have an older laptop with Windows running, maybe Windows 2000, not sure (how would I find out what is installed on the computer?)
    You need at least XP with service pack 3. Go to Control Panel>Performance and Maintenance (for XP)>System,
    What does the screen for the computer show when it is starting up?

  • I am trying to restore an older iPod Touch, but do not have the passcode.  I am getting an error message saying that I need to free up some space, but I cannot because I don't have the passcode and have never synced this device to my account.  Help..

    I am trying to restore an older iPod Touch, but do not have the passcode.  I am getting an error message saying that I need to free up some space, but I cannot because I don't have the passcode and have never synced this device to my account.  Help..

    If it is asking for the screen-lock passcode then:
    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen                         
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: Back up and restore your iOS device with iCloud or iTunes
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        
    If problem what happens or does not happen and when in the instructions? When you successfully get the iPod in recovery mode and connect to computer iTunes should say it found an iPod in recovery mode.
    Otherwise follow varjak paw recommendation

  • HT202879 I am stumped - trying to open a recent Pages file but error message says that I need a "newer version" of Pages.  My software updates show that there are no updates available.  I recently updated Pages but it is not consistent.

    I am stumped - I am trying to open a recent Pages file (created with a newer software that I thought was correctly installed recently) but error message says that I need a "newer version" of Pages.  My software updates show that there are no updates available. Pages 09 version 4.3 shows as my current version.

    You have 2 versions of Pages on your Mac.
    Pages 5 is in your Applications folder.
    Pages '09/'08 is in your Applications/iWork folder.
    You are alternately opening the wrong versions.
    Pages '09/'08 can not open Pages 5 files and you will get the warning that you need a newer version.
    Pages 5/5.01 can not open Pages 5.1 files and you will get the warning that you need a newer version.
    Pages 5.1 sometimes can not open its own files and you will get the warning that you need a newer version.
    Pages 5 can open Pages '09 files but may damage/alter them. It can not open Pages '08 files at all.
    Once opened and saved in Pages 5 the Pages '09 files can not be opened in Pages '09.
    Anything that is saved to iCloud is also converted to Pages 5 files.
    All Pages files no matter what version and incompatibility have the same extension .pages.
    Pages 5 files are now only compatible with themselves on a very restricted set of hardware, software and Operating Systems and will not transfer correctly on any other server software than iCloud.
    Apple has not only managed to confuse all its users, but also itself.
    Note: Apple has removed over 95 features from Pages 5 and added many bugs:
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=3527487677f0c 6fa05b6297cd00f8eb9&mforum=iworktipsntrick
    Archive/trash Pages 5, after exporting all Pages 5 files to Pages '09 or Word .docx, and rate/review it in the App Store, then get back to work.
    Peter

  • Hi, We have an application  built using HTMl 5 and Javascript running on IPad2, iOS5.1 Safari 5.1. When we try to download a file(.pvw file) in that application safari throws "Download failed" error. Please suggest what needs to be done.

    Hi,
    We have an application  built using HTMl 5 and Javascript running on IPad2, iOS5.1 Safari 5.1.
    When a file url is clicked instead of asking for Save or Open or Cancel options, the file gets opened on IPad by default.
    Is this default behaviour which cannot be changed or can it be configured to ask user preference?
    When we try to download a file(.pvw file -> a model file) in the above application, safari throws "Download failed" error.
    Please suggest what needs to be done.
    Regards,
    Pramod

    Safari on an iPad in general does not allow downloading of files. That's a safety precaution in the iOS SDK to keep unauthorized content off of iOS devices. Safari will open from the web site file types that it can handle, but direct downloading isn't normal behavior, and I don't believe the behavior can be changed, though you can try asking in the developer forum, either here or the one to which you have access as a member of Apple's iOS developer program.
    Regards.

  • Error while adding landed cost G/L account 5207010003      needs DR assignment for dimension 1;  fill in DR-related fields

    Error while adding landed cost G/L account 5207010003      needs DR assignment for dimension 1;  fill in DR-related fields

    Hi Rajesh
    Go to System Initilization =>  General Settings => Cost Accounting => Check the Dimension1 has Block Posting.
    Relase the Block and add the Document it will add.
    With Regards
    Balaji

  • HP Sprinter show error while running new rest as "An error has occured and Sprintet needs to close."

    Hi All, 
    I have installed and prepared one Data Injection scenario and then have Run the test couple of times and then closed Sprinter. Then I create another Data Inject test and "DataInjextExample.xls" and have added it in "Add Data Set". 
    When i execute this new Data Inject Test, it shows me error with referance to a data field ('Full name of first or sole applicant") from earlier Test's Excel data sheet where as I have alreadty removed DataSet referance from the "Add Data Set". 
    Error message:
    An error has occured and Sprintet needs to close. " type does not have property named 'Full name of first or sole applicant", so cannot dort data collection.
     Please see the following error and help me with possible solution. 
    Thanks,
    asandy

    Hi, Once you launch Sprinter, make sure the Sprinter Agent is running.
    Now go to the Notification area and uncheck the option which says "Start Sprinter Agent when Computer Starts"
    Click on Reset.
    Restart the computer and start working on HP Sprinter.
    Please let me know if this worked.
    Thanks & Regards
    Gaurav

  • I perviously transfered all my iTunes music to an external hard drive. But now when I connect the external hard drive and try to play a song, I get an error message saying that I need to "locate" my music. I don't how to find it on my external hard drive.

    I perviously transfered all my iTunes music to an external hard drive. But now when I connect the external hard drive and try to play a song, I get an error message saying that I need to "locate" my music. I don't how to find it on my external hard drive. Please help for I am not that computer savy and don't want to mess anything up.
    Thanks! 

    I called Apple Support and they walked me through it. They told me to basically copy and paste my music to the external hard drive. (I think.) Or maybe it was they had me transfer a folder to the EHD. I don't exactally remember it was a few years back. But I tried to plug in the EHD before starting and...nothing. Still says same thing, "locate file."

  • After clean install of Snow Leopard, Time Machine did not restore all files.  When I try to restore these files I get "Not enough disk space" error.  What do I need to do to get these important files back onto my Mac from my external hard drive??

    After clean install of Snow Leopard, Time Machine did not restore all files.  When I try to restore these files I get "Not enough disk space" error.  What do I need to do to get these important files back onto my Mac from my external hard drive?? 

    Janet.b wrote:
    About 3 years old...pretty dated now I guess.  Am thinking I may just need to have it upgraded by a Mac tech.
    For what the Apple Store's charge you can buy almost buy a new computer.
    Just for giggles I brought my old laptop in for a drive upgrade and asked, they wanted $600 for a drive that only cost $120 at the time and it was a slow 5,400 RPM drive. The new Mac's of a similar make were going for $1000.
    I did the drive replacement myself, got a faster drive of better quality for $300 instead.
    Then another time I asked for a RAM upgrade from 4GB to 8GB, they wanted to charge $400 + $35 for the labor.
    The same RAM is on Crucial.com for $90 and all I need is a 00 micro phillips screwdriver.
    So you see what's going on here.
    I think what you should do, if your out of warranty/AppleCare, is to call up the local PC tech guy who also does Mac's and have them fix you right up.
    They can offer more personalized care which you need. Clone your old drive to the new and everything.
    With Apple they are overworked at the Genius Bar and just place roadblocks so you buy a new machine instead.
    For instance, all new iMac's now have proprietary drive software installed on the hard drives for heat monitoring. So now the only choice a user has is to bring their iMac into a Apple Store for a very expensive drive upgrade, which a person then decides the money is better spent buying a new machine.

  • HT1338 I have clicked in the App Store icon and when I have attempted to download there is an error message. Saying I need to connect to the UK store, not the US store, how do I do this?

    I have clicked in the App Store icon and when I have attempted to download there is an error message. Saying I need to connect to the UK store, not the US store, how do I do this?

    Switching an iTunes Store account to a different country
    http://www.ilounge.com/index.php/articles/comments/switching-an-itunes-store-acc ount-to-a-different-country/
     Cheers, Tom

  • I was cleaning up my laptop to free up disk space, Itunes is now saying itunes was not installed correctly error 7 (windows error 14003) What do I need to do to get my itunes back?

    I was cleaning up my laptop to free up some disk space. I now can't get into my itunes ??? It's saying Itunes was not installed correctly error 7 (windows error 14003)
    What do I need to re-install to get my itunes back?

    Is there also another message, Rob, citing a particular file? If so what is the name of the file? (Precise spelling, please.)
    Are you running XP, Vista or 7? (I'm assuming 2000 must have just been a slip of the fingers.)

Maybe you are looking for