SAP IQ 16 Hang in the last phase of insert from ASE 15.7 using RLV

Problem description:
When I try to load 73K rows from ASE 15.7 to IQ 16.0 SP3 the IQ server ‘hang’ at the last phase of the insert (merge RLV store to main IQ dbspace).
Hang: The server stops responding; stop writing to iqmsg; and, I’m unable to stop the server using stop_iq; the only way to stop the server is to kill the process (on Unix).
Any suggestion on how to solve this issue will be appreciated.
My configuration
Adaptive Server Enterprise/15.7/EBF 21339 SMP SP101 /P/X64/Windows Server/ase157sp101/3439/64-bit/OPT/Thu Jun 06 12:11:05 2013
Sybase IQ/16.0.0.653/131122/P/sp03/Sun_Sparc/OS 5.10/64bit/2013-11-22 01:16:26  (8 cores)
How to reproduce the problem:
In ASE 15.7
Create and populate the following table:
CREATE TABLE dbo.MyTable  (
        Program                 varchar(3) NULL,
        EncNum                  varchar(12) NULL,
MRN                     varchar(8) NULL,
IntervalStartDtm varchar(19) NULL,
        IntervalEndDtm          varchar(19) NULL,
        IntervalType            varchar(50) NULL,
        IntervalDuration        numeric(19,4) NULL,
        PhysFirstName           varchar(50) NULL,
        PhysLastName            varchar(50) NULL,
        PhysNum                 varchar(6) NULL,
        Location                varchar(3) NULL,
        DiseaseSite             varchar(20) NULL,
        Priority                int NULL,
        DelayReason             int NULL,
        ExcludeFlag             varchar(1) NULL
LOCK ALLPAGES
GO
I’d around 73,000 rows, you can populate the table with random data.
EndNum are of format ‘999999999999’
MRN number are of format ‘99999999’
On SAP IQ 16.0 SP3
Create the new RVL STORE
create dbspace IQ_RLVStore
   using file IQ_RLVFile1 '/dev/vx/rdsk/datadg/pdevtemp1' size 15360
IQ RLV STORE
Start Up Parameters
-n devDwIqSrvr
-x tcpip{port=4101}
-c  512m
-gc 20
-gd all
-gl all
-gm 100
-gn 150
-gp 4096
-ti 4400
-iqlm 4096
-iqmc 4096
-iqtc 4096
-iqgovern 100
-iqrlvmem 2048
-iqmsgsz 2047
-iqmsgnum 2
-xs http{port=8082}
Create the table
CREATE TABLE DBA. MyTable  (
        Program                 varchar(3) NULL,
        EncNum                  varchar(12) NULL,
MRN                     varchar(8) NULL,
IntervalStartDtm varchar(19) NULL,
        IntervalEndDtm          varchar(19) NULL,
        IntervalType            varchar(50) NULL,
        IntervalDuration        numeric(19,4) NULL,
        PhysFirstName           varchar(50) NULL,
        PhysLastName            varchar(50) NULL,
        PhysNum                 varchar(6) NULL,
        Location                varchar(3) NULL,
        DiseaseSite             varchar(20) NULL,
        Priority                integer NULL,
        DelayReason             integer NULL,
        ExcludeFlag             varchar(1) NULL IQ UNIQUE (255) 
GO
set option public.SNAPSHOT_VERSIONING = 'Row-level'
set option public.RV_RESERVED_DBSPACE_MB = 500
alter table DBA. MyTable
  enable RLV STORE
On ASE 15.7
Create a new session (disconnect and reconnect)
Create the new server
sp_addserver 'devDwIqSrvr', ASIQ, 'ohdwdbdev01:4101'
Add and external login
sp_addexternlogin devDwIqSrvr, sa, DBA, myPassword
Create proxy a table
`
create proxy_table MyTable _proxy
at 'devDwIqSrvr.devDwIqDb.DBA. MyTable '
Execute
insert into dbo. MyTable _proxy
  select * from dbo. MyTable
In the 2 servers where I tested, the IQ server ‘hang’ after around 1 hrs.

Hi Chris,
Thanks a lot for your help.
As per your suggestion, I increased the –iqrlvmem to 4096
And also,  set option public.RV_Auto_Merge_Eval_Interval = 1
But, still have the same behavior.
Here you can see the state of the IQ server just a few seconds before it hang.
select SpCount/2 from
sp_iqtransaction()
where TxnID = 119410926
SELECT TOTAL FROM sp_iqrlvmemory('myTable', 'DBA')
exec sp_iqstatus
sp_iqtransaction.SpCount/2   
72607.5   (approximate number of tables already loaded on the RLV part of the table)                     
1 record(s) selected [Fetch MetaData: 0ms] [Fetch Data: 0ms]
TOTAL
252
1 record(s) selected [Fetch MetaData: 0ms] [Fetch Data: 0ms]
1 record(s) affected
Name Value
Sybase IQ (TM)                                Copyright (c) 1992-2013 by SAP AG or an SAP affiliate company. All rights reserved.
  Version: 16.0.0.653/131122/P/sp03/Sun_Sparc/OS 5.10/64bit/2013-11-22 01:16:26               
  Time Now:                                    2014-04-01 15:10:00.672                                                            
  Build Time:                                  2013-11-22 01:16:26
  File Format:                                 23 on 03/18/1999                                                                   
  Server mode:                                 IQ Server
  Catalog Format:                              2                                                                                  
  Stored Procedure Revision:                   1
  Page Size:                                   131072/8192blksz/16bpp
  Number of Main DB Files:                     4
  Main Store Out Of Space:                     N
  Number of Cache Dbspace Files:               0
  Number of Shared Temp DB Files:              0
  Shared Temp Store Out Of Space:              N
  Number of Local Temp DB Files:               1
  Local Temp Store Out Of Space:               N
  DB Blocks: 1-8716280 IQ_SYSTEM_MAIN_16384
  DB Blocks: 9408960-18125239                  IQ_SYSTEM_MAIN_2_16387
  DB Blocks: 19863360-22484791                 SF1
  DB Blocks: 22999680-24965759                 IQ_RLVFile1
  Local Temp Blocks: 1-1966072                 IQ_SYSTEM_TEMP_16388
  Create Time:                                 2011-08-07 09:24:11.169
  Update Time:                                 2014-04-01 14:52:51.422
  Main IQ Buffers:                             32652, 4096Mb                                                                      
  Temporary IQ Buffers:                        32652, 4096Mb
  Main IQ Blocks Used:                         3144428 of 21993858, 14%=23Gb, Max Block#: 23117643                                
  Cache Dbspace IQ Blocks Used:                0 of 0, 0%=0Mb, Max Block#: 0
  Shared Temporary IQ Blocks Used:             0 of 0, 0%=0Mb, Max Block#: 0
  Local Temporary IQ Blocks Used:              113 of 1940472, 0%=0Mb, Max Block#: 241                                            
  Main Reserved Blocks Available:              26214 of 26214, 100%=204Mb
  Shared Temporary Reserved Blocks Available:  0 of 0, 0%=0Mb
  Local Temporary Reserved Blocks Available:   25600 of 25600, 100%=200Mb
  IQ Dynamic Memory:                           Current: 9502mb, Max: 9526mb                                                       
  Main IQ Buffers:                             Used: 2251, Locked: 0
  Temporary IQ Buffers:                        Used: 7, Locked: 0                                                                 
  Main IQ I/O:                                 I: L18549/P79 O: C2336/D2740/P2581 D:519 C:39.7                                    
  Temporary IQ I/O:                            I: L110366/P0 O: C2568/D2592/P32 D:2561 C:97.1                                     
  Other Versions:                              1 = 69Mb
  Active Txn Versions:                         0 = C:0Mb/D:0Mb                                                                    
  Last Full Backup ID:                         119254657
  Last Full Backup Time:                       2014-03-30 19:00:00                                                                
  Last Backup ID:                              119415062
  Last Backup Type:                            INCR                                                                               
  Last Backup Time:                            2014-04-01 15:00:00
  DB Updated:                                  1                                                                                  
  Blocks in next ISF Backup:                   8928 Blocks: =69Mb
  Blocks in next ISI Backup:                   0 Blocks: =0Mb
  IQ large memory space:                       4096Mb
  IQ large memory flexible percentage:         50
  IQ large memory flexible used:               0Mb
  IQ large memory inflexible percentage:       90
  IQ large memory inflexible used:             0Mb
  IQ large memory anti-starvation percentage:  50
  DB File Encryption Status:                   OFF
  RLV memory limit:                            4096Mb
  RLV memory used:                             348Mb
56 record(s) selected [Fetch MetaData: 1ms] [Fetch Data: 2ms]
[Executed: 01/04/2014 3:10:01 PM] [Execution: 140ms]
Follow the last records on the iqmsg file (Note the frequency in with the last records are written):
I. 04/01 15:10:00. 0000000027 Dictionary: 17247
I. 04/01 15:10:00. 0000000027                                        nullBitMap:                      132232
I. 04/01 15:10:00. 0000000027                                        SubFragArray*s:                      64
I. 04/01 15:10:00. 0000000027 nullWriter*: 24
I. 04/01 15:10:00. 0000000027 ridMap:                            24688
I. 04/01 15:10:00. 0000000027 allocatedMemory: 16777216
I. 04/01 15:10:00. 0000000027 inserter*: 1072
I. 04/01 15:10:00. 0000000027         Size of Tkn-ColFrag for Priority: 88
I. 04/01 15:10:00. 0000000027 Dictionary: 9471
I. 04/01 15:10:00. 0000000027                                        nullBitMap:                      132232
I. 04/01 15:10:00. 0000000027                                        SubFragArray*s:                      64
I. 04/01 15:10:00. 0000000027 nullWriter*: 24
I. 04/01 15:10:00. 0000000027 ridMap: 24688
I. 04/01 15:10:00. 0000000027 allocatedMemory: 16777216
I. 04/01 15:10:00. 0000000027 inserter*: 1072
I. 04/01 15:10:00. 0000000027         Size of Tkn-ColFrag for DelayReason:                   88
I. 04/01 15:10:00. 0000000027 Dictionary: 9471
I. 04/01 15:10:00. 0000000027 ColFrag for ExcludeFlag:                                64
I. 04/01 15:10:00. 0000000027                                        nullBitMap:                         992
I. 04/01 15:10:00. 0000000027                                        SubFragArray*s:                      64
I. 04/01 15:10:00. 0000000027 nullWriter*: 24
I. 04/01 15:10:00. 0000000027 ridMap: 24688
I. 04/01 15:10:00. 0000000027 allocatedMemory: 262144
I. 04/01 15:10:00. 0000000027 inserter*: 1072
I. 04/01 15:10:00. 0000000027 PseudoCol frag:                                64
I. 04/01 15:10:00. 0000000027                                        nullBitMap:                      132232
I. 04/01 15:10:00. 0000000027                                        SubFragArray*s:                      64
I. 04/01 15:10:00. 0000000027             SubFragmentFixColumn:                      96
I. 04/01 15:10:00. 0000000027                 nullWriter*:                           24
I. 04/01 15:10:00. 0000000027 ridMap: 24688
I. 04/01 15:10:00. 0000000027 allocatedMemory: 16777216
I. 04/01 15:10:00. 0000000027 inserter*: 1072
I. 04/01 15:10:00. 0000000027     ColStore array sizeof: 840
I. 04/01 15:10:00. 0000000027     Pseudo ColStore sizeof: 48
I. 04/01 15:10:00. 0000000027 Total: 263865842
I. 04/01 15:10:00. 0000000027 ExistanceBM:                                            0
I. 04/01 15:10:00. 0000000027 ------------------------------------------------
I. 04/01 15:10:00. 0000000027 Cmt 119415977
I. 04/01 15:10:00. 0000000027 PostCmt 0
I. 04/01 15:10:00. 0000000027 Txn 119415978 0 119415978
I. 04/01 15:10:00. 0000000027 Cmt 119415979
I. 04/01 15:10:00. 0000000027 PostCmt 0
I. 04/01 15:10:02. 0000001885 Txn 119415980 0 119415980
I. 04/01 15:10:02. 0000001885 Cmt 119415981
I. 04/01 15:10:02. 0000001885 PostCmt 0
I. 04/01 15:10:04. 0000001886 Txn 119415982 0 119415982
I. 04/01 15:10:04. 0000001886 Cmt 119415983
I. 04/01 15:10:04. 0000001886 PostCmt 0
I. 04/01 15:10:06. 0000001887 TabFrag sizeof: 96
I. 04/01 15:10:06. 0000001887 ColFrag*s sizeof: 120
I. 04/01 15:10:06. 0000001887                                        nullBitMap:                         992
I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
I. 04/01 15:10:06. 0000001887 nullWriter*: 24
I. 04/01 15:10:06. 0000001887 ridMap: 24688
I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
I. 04/01 15:10:06. 0000001887 inserter*: 1072
I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for Program: 88
I. 04/01 15:10:06. 0000001887 Dictionary: 10535
I. 04/01 15:10:06. 0000001887                                        nullBitMap:                         992
I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
I. 04/01 15:10:06. 0000001887 nullWriter*: 24
I. 04/01 15:10:06. 0000001887 ridMap: 24688
I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
I. 04/01 15:10:06. 0000001887 inserter*: 1072
I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for EncNum: 88
I. 04/01 15:10:06. 0000001887 Dictionary: 2972353
I. 04/01 15:10:06. 0000001887                                        nullBitMap:                         992
I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
I. 04/01 15:10:06. 0000001887 nullWriter*: 24
I. 04/01 15:10:06. 0000001887 ridMap: 24688
I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
I. 04/01 15:10:06. 0000001887 inserter*: 1072
I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for MRN: 88
I. 04/01 15:10:06. 0000001887 Dictionary: 2716353
I. 04/01 15:10:06. 0000001887                                        nullBitMap:                         992
I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
I. 04/01 15:10:06. 0000001887 nullWriter*: 24
I. 04/01 15:10:06. 0000001887 ridMap: 24688
I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
I. 04/01 15:10:06. 0000001887 inserter*: 1072
I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for IntervalStartDtm: 88
I. 04/01 15:10:06. 0000001887 Dictionary: 1656530
I. 04/01 15:10:06. 0000001887                                        nullBitMap:                         992
I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
I. 04/01 15:10:06. 0000001887 nullWriter*: 24
I. 04/01 15:10:06. 0000001887 ridMap: 24688
I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
I. 04/01 15:10:06. 0000001887 inserter*: 1072
I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for IntervalEndDtm:                   88
I. 04/01 15:10:06. 0000001887 Dictionary:                           3393473
I. 04/01 15:10:06. 0000001887                                        nullBitMap:                         992
I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
I. 04/01 15:10:06. 0000001887 nullWriter*: 24
I. 04/01 15:10:06. 0000001887 ridMap: 24688
I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
I. 04/01 15:10:06. 0000001887 inserter*: 1072
I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for IntervalType:                   88
I. 04/01 15:10:06. 0000001887 Dictionary: 10535
I. 04/01 15:10:06. 0000001887                                        nullBitMap:                         992
I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
I. 04/01 15:10:06. 0000001887 nullWriter*: 24
I. 04/01 15:10:06. 0000001887 ridMap: 24688
I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
I. 04/01 15:10:06. 0000001887 inserter*: 1072
I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for IntervalDuration:                   88
I. 04/01 15:10:06. 0000001887 Dictionary: 140422
I. 04/01 15:10:06. 0000001887                                        nullBitMap:                         992
I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
I. 04/01 15:10:06. 0000001887 nullWriter*: 24
I. 04/01 15:10:06. 0000001887 ridMap: 24688
I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
I. 04/01 15:10:06. 0000001887 inserter*: 1072
I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for PhysFirstName:                   88
I. 04/01 15:10:06. 0000001887 Dictionary: 14687
I. 04/01 15:10:06. 0000001887                                        nullBitMap:                         992
I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
I. 04/01 15:10:06. 0000001887 nullWriter*: 24
I. 04/01 15:10:06. 0000001887 ridMap: 24688
I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
I. 04/01 15:10:06. 0000001887 inserter*: 1072
I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for PhysLastName:                   88
I. 04/01 15:10:06. 0000001887 Dictionary:                             14687
I. 04/01 15:10:06. 0000001887                                        nullBitMap:                      132232
I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
I. 04/01 15:10:06. 0000001887 nullWriter*: 24
I. 04/01 15:10:06. 0000001887 ridMap: 24688
I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
I. 04/01 15:10:06. 0000001887 inserter*: 1072
I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for PhysNum: 88
I. 04/01 15:10:06. 0000001887 Dictionary: 10535
I. 04/01 15:10:06. 0000001887                                        nullBitMap:                         992
I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
I. 04/01 15:10:06. 0000001887 nullWriter*: 24
I. 04/01 15:10:06. 0000001887 ridMap: 24688
I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
I. 04/01 15:10:06. 0000001887 inserter*: 1072
I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for Location:                   88
I. 04/01 15:10:06. 0000001887 Dictionary: 10535
I. 04/01 15:10:06. 0000001887                                        nullBitMap:                         992
I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
I. 04/01 15:10:06. 0000001887 nullWriter*: 24
I. 04/01 15:10:06. 0000001887 ridMap: 24688
I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
I. 04/01 15:10:06. 0000001887 inserter*: 1072
I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for DiseaseSite:                   88
I. 04/01 15:10:06. 0000001887 Dictionary:                             17247
I. 04/01 15:10:06. 0000001887                                        nullBitMap:                      132232
I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
I. 04/01 15:10:06. 0000001887 nullWriter*: 24
I. 04/01 15:10:06. 0000001887 ridMap: 24688
I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
I. 04/01 15:10:06. 0000001887 inserter*: 1072
I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for Priority: 88
I. 04/01 15:10:06. 0000001887 Dictionary: 9471
I. 04/01 15:10:06. 0000001887                                        nullBitMap:                      132232
I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
I. 04/01 15:10:06. 0000001887 nullWriter*: 24
I. 04/01 15:10:06. 0000001887 ridMap: 24688
I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
I. 04/01 15:10:06. 0000001887 inserter*: 1072
I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for DelayReason: 88
I. 04/01 15:10:06. 0000001887 Dictionary: 9471
I. 04/01 15:10:06. 0000001887 ColFrag for ExcludeFlag:                                64
I. 04/01 15:10:06. 0000001887                                        nullBitMap:                         992
I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
I. 04/01 15:10:06. 0000001887 nullWriter*: 24
I. 04/01 15:10:06. 0000001887 ridMap: 24688
I. 04/01 15:10:06. 0000001887 allocatedMemory: 262144
I. 04/01 15:10:06. 0000001887 inserter*: 1072
I. 04/01 15:10:06. 0000001887 PseudoCol frag:                                64
I. 04/01 15:10:06. 0000001887                                        nullBitMap:                      132232
I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
I. 04/01 15:10:06. 0000001887             SubFragmentFixColumn:                      96
I. 04/01 15:10:06. 0000001887                 nullWriter*:                           24
I. 04/01 15:10:06. 0000001887 ridMap: 24688
I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
I. 04/01 15:10:06. 0000001887 inserter*: 1072
I. 04/01 15:10:06. 0000001888 Txn 119415984 0 119415984
I. 04/01 15:10:06. 0000001888 Cmt 119415985
I. 04/01 15:10:06. 0000001888 PostCmt 0
I. 04/01 15:10:08. 0000001889 Txn 119415986 0 119415986
I. 04/01 15:10:08. 0000001889 Cmt 119415987
I. 04/01 15:10:08. 0000001889 PostCmt 0
I. 04/01 15:10:10. 0000001890 Txn 119415988 0 119415988
I. 04/01 15:10:10. 0000001890 Cmt 119415989
I. 04/01 15:10:10. 0000001890 PostCmt 0
I. 04/01 15:10:12. 0000001891 Txn 119415990 0 119415990
I. 04/01 15:10:12. 0000001891 Cmt 119415991
I. 04/01 15:10:12. 0000001891 PostCmt 0
I. 04/01 15:10:14. 0000001892 Txn 119415992 0 119415992
I. 04/01 15:10:14. 0000001892 Cmt 119415993
I. 04/01 15:10:14. 0000001892 PostCmt 0
I. 04/01 15:10:35. 0000000000 Cancellation request received:  SA connHandle: 1  SA connID: 19 IQ connID: 0000000019  User: DBA
I. 04/01 15:10:55. 0000000000 Cancellation request received:  SA connHandle: 1  SA connID: 19 IQ connID: 0000000019  User: DBA
I. 04/01 15:10:55. 0000001894 Collation ISO_BINENG, Case Respect, Blank Padding On, Comparisons are Binary
I. 04/01 15:12:55. 0000000000 Cancellation request received: 
I. 04/01 15:13:31. 0000001897 Collation ISO_BINENG, Case Respect, Blank Padding On, Comparisons are Binary
I. 04/01 15:14:55. 0000000000 Cancellation request received: 
I. 04/01 15:15:31. 0000000000 Cancellation request received: 
I. 04/01 15:16:31. 0000001898 Collation ISO_BINENG, Case Respect, Blank Padding On, Comparisons are Binary

Similar Messages

  • Contranns hangs in the recieve phase

    Hi All,
    Contranns is hanging in the recieve phase. I assigned a site and the did an extract the R&R queues have succesfuly transferred the data to the mobile client.
    After the initial sync the data is transferred and the outbound queues are cleared.
    After the step when i tried to run the contranns its hanging in the recieve phase.
    Please suggest.
    Regards,
    Kaushik

    Hi Ankan,
    Thanks  a lot for the immediate response. During the initial synchronizaiton of the mobile client All the Outbound queues are cleared from the CRM system.
    And the recieve is also succesfull in the Contranns. But the data import didnot happen. Contranns hanged in the data import phase and there are no errors.
    I checked the Queue Manager in the Mobile client and there are no entries. But when its refreshed the following error is seen.
    "Error loading queue entries from the user database (IDES)."
    I have installed both SQL server and the Mobile Client in the Windows authentication mode.
    Please suggest.
    Thanks & Regards,
    Kaushik

  • HT3275 Has anyone come across the red "i" message saying "The backup disk image "/Volumes/Chris...(the last bit being) iMac.sparsebundle" is already in use? This has prevented my time machine from backing up from this morning (5th Dec 2012).

    Has anyone come across the red "i" message saying "The backup disk image "/Volumes/Chris...(the last bit being) iMac.sparsebundle" is already in use."?
    As of yesterday (4th Dec 2012) everything was fine, no trouble or problems at all. Wake up this morning, turn on the computer and when it came time to backup itself, the message occurred above and this has prevented my time machine from backing up from this morning (5th Dec 2012) ever since then.
    Everything on my computer is up-to-date but this problem still persists displaying this message practically every hour, on the hour and nothing is getting backedup!
    If you know what is going on and more importantly, how to fix this, I would be indebted to you for sharing your knowledge with me on this subject.
    Thank you.

    Welcome to the Apple Support Communities
    See > http://pondini.org/TM/C12.html

  • I have problem since I download fire fox 4 it does'nt remember my windows live ID only the last one with are 4 different people that use the computer

    Question
    I have problem since I download fire fox 4 it doesn't remember my windows live ID, only the last one with are 4 different people that use the computer

    Such a feature is stored in a cookie. Firefox only keeps one set of cookies for all open tabs. So only the last user is remembered.
    You can look this extension if you want to sign on with different identities at the same time:
    * Multifox: http://br.mozdev.org/multifox/ (for Firefox 4 use this link: Firefox 4? Try Multifox 2 Beta 1!)

  • I don't remember my security answer and it's not my 1st time for using this device,i using this before..but the last time I try to buy some games using iTunes card its saying this is your 1st time using this device so I need to answer the security questio

    i don't remember my security answer and it's not my 1st time for using this device,i using this before..but the last time I try to buy some games using iTunes card its saying this is your 1st time using this device so I need to answer the security questio

    https://expresslane.apple.com/

  • What is the call rate per minute from Israel to India using Global Talk Apps

    What is the call rate per minute from Israel to India using Global Talk Apps by Seawolf Technologies Inc.?

    $100 US, per minute or part thereof, weekends & holidays slightly higher...data NOT included .

  • I can't enter the group (chain) of emails from time to time using iPhone OS MailBox software.

    I can't enter the group (chain) of emails from time to time using iPhone OS MailBox software. It's ok with stand-alone emails but email chains are existing unlogically. I just press on the chain (with double ">>" sign) and nothing is done. Also I can't enter one of my email account, but I think this issue can be corresponded with the previous one. your help is appreciated!

    Carolyn,
    I think your TV might be a rear projection model, correct? Those types of TVs inherently have overscan built into them as part of their optical design. The TV should have some picture SIZE settings that affect how much overscan is present, and some settings may even get rid of it altogether with the result there might be a small black border instead.
    Don't worry about changing TV settings. Settings like this are tied to a specific input. So if you make these types of changes while the TV is passing the mini's video through to the screen, those changes will only apply to the mini. When you switch to other inputs, like a cable box, etc., the old settings should still be intact and unchanged.

  • How to get the last sub folder value from the string in Webi report

    I have an object coming from universe, this object will contain string e.g. \\Users\Public\Pictures\Sample\
    or    \\Users\Doc\BI\BO\Webi\
    I need the last sub folder from this path to be displayed i.e. Sample and Webi.
    I would like to know how it can be done.
    I tried using formulas like POS, SubStr and Length. however the issue is that the length of the the sting is not fixed and the number of "\" are also not fixed.
    I would appreciate any help regarding this.
    Regards,
    Yogesh

    Hi,
    What is the formula you have written though?.
    =length(right([folderpath]);pos([folderpath];"\")+1)
    Thanks,
    Jothi

  • My friend wanted to get some of the music off my itunes. when syncing it needed to udate her phone which it did - now all her photos are gone. and the last back up was from when she used my itunes 6  ago. How can we get back her photos :(Please help

    My friend wanted to get some music off my itunes - when syncing it it said she had to update her phone software first - which it did. Now all her photos are gone. When we tried to restore the last back up - the only one was from when she used my itunes 6 months ago which was from her old iphone. So now it has put all her photos from her old phone onto her new iphone and deleted all the new ones. We cannot find her new photos. Please help and there was 100 new pics. Is there any way we can get them back. I already have the program Asoftech - but it doesnt seem to register the iphone only C and D drive. Please help!

    bechosken wrote:
    My friend wanted to get some music off my itunes
    This is called "stealing". You do not have the legal right to give her the music you have in your iTunes library unless you are the copyright holder.
    when syncing it it said she had to update her phone software first
    That's not quite what it said.  Someone should have paid more attention to the great big warning about the possibility of losing data if the phone wasn't backed up.
    We cannot find her new photos. Please help and there was 100 new pics. Is there any way we can get them back. I already have the program Asoftech - but it doesnt seem to register the iphone only C and D drive. Please help!
    It restored the backup that was made on your computer 6 months ago, which did not contain those photos. You're wasting your time trying to find them on the phone. They don't exist.
    Hopefully, your friend syncs her phone to her own computer on a regular basis. She needs to plug her phone into her computer and restore it from her last backup. That will restore it to the state it was in when the backup was made.
    She also needs to get in the habit of extracting the photos on a regular basis, like she would from any other digital camera.

  • Have Apple removed the "Last Compatible Version" option from the App Store ?

    Hi,
    I got an iPad 2 and am giving my dad my old iPad 1. Apple recently let you download the latest version of an app for the version of iOS you were on, this worked fine on my AppleID and I was able to download the last compatible version of every app I wanted. But since i restored this iPad and created an email address and AppleID for my Dad, any app requiring iOS6 or higher is giving me the same message as it did before Apple made the change, as in you need to upgrade to iOS 6 (not possible on iPad 1). I dont understand why its doing this, any idea why its done this now ?.
    Thanks in advance

    You'll need to download the existing current version of the App before you get the option for a compatible version.
    You can do this from a  compatible device or a computer running iTunes using your Dad's Apple ID so the Apps are associated with it.
    Once you've downloaded the Apps you want on a compatible device or a computer running iTunes you can then go to the Purchased Tab in the App Store App on the first gen iPad to get the last compatible version for the first gen iPad.
    Note that not all Apps may have compatible versions available.
    App Store: Install the latest compatible version of an app
    http://support.apple.com/kb/ht5919

  • Removing the last Exchange 2003 server from an Exchange 2010 organization

    We're in the process of decommissioning our last Exchange 2003 server, I have proceeded through the steps in the Microsoft guide on how to do this and have deleted both the Mailbox and Public Folder stores, removed the RUS policies for Domain and Enterprise.
    All mailboxes and public folders are now homed on the new Exchange so nothing resides on the old Exchange 2003 server.
    I have today inserted the Exchange 2003 media into the Exch 2003 server and chosen the remove action, but it keeps telling me;
    'The component "Microsoft Exchange Messaging and Collaboration Services" cannot be assigned the action "Remove" because: - One or more users currently use a mailbox store on this server.
    I checked the server by searching ADUC and also checked this KB article http://support.microsoft.com/kb/279202 and nothing shows up.
    I also checked this article on someones blog but no such luck http://smtp25.blogspot.co.uk/2007/04/having-trouble-to-uninstall-exchange.html
    However someone made a comment that the used an ADSIedit query (&(objectCategory=user)(msExchHomeServerName=*)) however I am unsure how to do this in ADSI.
    Any advice would be gratefully received.
    Thanks!

     
    Fantastic post ... thank you so much!
    I found three active directory users account using that search which never had a mailbox assigned to them.  I removed the exchange attributes from each account and the uninstall proceeded
    flawlessly!

  • JC00 instance could not start on the last phase of NW04 installation

    hi.. i'm installing Java WAS server (NW04 SR1 ORacle 9.2.05 ), almot at the end of installation after stopping the java and restart it again. the process is failed :
    detailed message at startsap JC00 log is :
    Trace of system startup/check of SAP System WS3 on Tue Jul 25 17:38:21 WAUST 2006
    Called command: /usr/sap/WS3/SYS/exe/run/startsap
    Starting SAP Instance JC00
    SAP-R/3-Startup Program Rel 640 V1.8 (2003/04/24)
    Starting at 2006/07/25 17:38:21
    Startup Profile: "/usr/sap/WS3/SYS/profile/START_JC00_cias109"
    (565280) SETENV LD_LIBRARY_PATH=/usr/sap/WS3/JC00/j2ee/os_libs:
    Setup Environment Variables
    (565280) SETENV SHLIB_PATH=/usr/sap/WS3/JC00/j2ee/os_libs:
    (565280) SETENV LIBPATH=/usr/sap/WS3/JC00/j2ee/os_libs:/usr/lib:/lib:/usr/sap/WS3/SYS/exe/run:/usr/sap/WS3/SY
    S/exe/runU
    Execute Pre-Startup Commands
    (565280) Local: rm -f jc.sapWS3_JC00
    (565280) Local: ln -s -f /usr/sap/WS3/JC00/j2ee/os_libs/jcontrol jc.sapWS3_JC00
    Starting Programs
    (716970) Starting: local jc.sapWS3_JC00 pf=/usr/sap/WS3/SYS/profile/WS3_JC00_cias109
    (565280) Waiting for Child Processes to terminate.
    (565280) **** 2006/07/25 17:38:22 Child 716970 terminated with Status 255 . ****
    (565280) **** No more Child Processes to wait for.
    (565280) Parent Shutdown at 2006/07/25 17:38:22
    Execute Post-Shutdown Commands
    (565280) Exiting with Return-Code 3. (No more child processes)
    Startup of Instance failed
    have anyoney encouter this before, and willing to share the solution?
    Thank you.

    Hi
    I'm facing the same problem:
    installing Java WAS server (NW04 SR1 with MAXDB) on aix 5.2 ML 03
    I'm using java14_64 SR6
    <b>#java -fullversion</b>
    java full version "J2RE 1.4.2 IBM AIX 5L for PowerPC (64 bit JVM) build caix64142-20060824 (SR6)"
    I also set limits as described: see <b>/etc/security/limits</b>
    default:
            fsize = 2097151
            core = 2097151
            cpu = -1
            data = 262144
            rss = 65536
            stack = 65536
            nofiles = 2000
    root:
            data = -1
            stack = -1
            core = -1
            cpu = -1
            rss = -1
            fsize_hard = -1
            core_hard = -1
            cpu_hard = -1
            data_hard = -1
            stack_hard = -1
            fsize = -1
    j2eadm:
            core = -1
            data = -1
            stack = -1
            cpu = -1
            rss = -1
            fsize_hard = -1
            core_hard = -1
            cpu_hard = -1
            data_hard = -1
            stack_hard = -1
            fsize = -1
    bellow are the following logs:
    sapstart.log
    sapinst.log
    sapinst_dev.log
    dev_bootstrap
    dev_jcmon
    dev_jcontrol
    std_bootstrap.out
    stderr0
    thanks for the help
    <u><b>sapstart.log</b></u>
    SAP-R/3-Startup Program Rel 640 V1.8 (2003/04/24)
    Starting at 2007/03/11 02:00:42
    Startup Profile: "/usr/sap/J2E/SYS/profile/START_JC00_tlvibmaix3"
    (307242) SETENV LD_LIBRARY_PATH=/usr/sap/J2E/JC00/j2ee/os_libs:
    Setup Environment Variables
    (307242) SETENV SHLIB_PATH=/usr/sap/J2E/JC00/j2ee/os_libs:
    (307242) SETENV LIBPATH=/usr/sap/J2E/JC00/j2ee/os_libs:/usr/sap/J2E/SYS/exe/run:/usr/sap/J2E/SYS/exe/run:/usr/sap/J2E/SYS/exe/run:/tmp/sapinst_exe.344072.1173599917
    Execute Pre-Startup Commands
    (307242) Local: rm -f jc.sapJ2E_JC00
    (307242) Local: ln -s -f /usr/sap/J2E/JC00/j2ee/os_libs/jcontrol jc.sapJ2E_JC00
    Starting Programs
    (323830) Starting: local jc.sapJ2E_JC00 pf=/usr/sap/J2E/SYS/profile/J2E_JC00_tlvibmaix3
    (307242) Waiting for Child Processes to terminate.
    (323830) New Child Process created.
    (323830) Starting local Command:
    Command:  jc.sapJ2E_JC00
               pf=/usr/sap/J2E/SYS/profile/J2E_JC00_tlvibmaix3
    (307242) **** 2007/03/11 02:00:46 Child 323830 terminated with Status 255 . ****
    (307242) **** No more Child Processes to wait for.
    (307242) Parent Shutdown at 2007/03/11 02:00:46
    Execute Post-Shutdown Commands
    (307242) Exiting with Return-Code 3. (No more child processes)
    <u><b>sapinst.log</b></u>
    WARNING[E] 2007-03-11 01:59:19
    Unable to access application /usr/samples/kernel/vmtune. No such file or directory
    INFO 2007-03-11 01:59:25
    Copying file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/keydb.xml to: q0w9e9r8t7.1.xml.
    INFO 2007-03-11 01:59:25
    Working directory changed to /tmp/sapinst_exe.344072.1173599917.
    INFO 2007-03-11 01:59:25
    Working directory changed to /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT.
    INFO 2007-03-11 01:59:26
    Copying file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/summary.html to: /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/summary.6.html.
    INFO 2007-03-11 01:59:26
    Creating file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/summary.6.html.
    PHASE 2007-03-11 01:59:26
    Prepare the installation program.
    INFO 2007-03-11 01:59:30
    Installation start: Sunday, 11 March 2007, 01:59:20; installation directory: /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT; product to be installed: SAP NetWeaver '04 Support Release 1> Java System> MaxDB> Central System> Default Installation - Java System
    INFO 2007-03-11 01:59:33
    Copying file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/summary.html to: /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/summary.7.html.
    INFO 2007-03-11 01:59:33
    Creating file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/summary.7.html.
    PHASE 2007-03-11 01:59:36
    Deploying SDAs (using SDM and SAP J2EE Engine).
    PHASE 2007-03-11 01:59:36
    Deploying SDAs (using SDM and SAP J2EE Engine).
    PHASE 2007-03-11 01:59:36
    SAP J2EE Engine
    PHASE 2007-03-11 01:59:36
    JLoad Run
    INFO 2007-03-11 01:59:37
    Copying file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/keydb.xml to: /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/keydb.4.xml.
    INFO 2007-03-11 01:59:37
    Creating file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/keydb.4.xml.
    INFO 2007-03-11 01:59:38
    Working directory changed to /tmp/sapinst_exe.344072.1173599917.
    INFO 2007-03-11 01:59:38
    Working directory changed to /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT.
    INFO 2007-03-11 01:59:38
    Working directory changed to /tmp/sapinst_exe.344072.1173599917.
    INFO 2007-03-11 01:59:38
    Working directory changed to /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT.
    INFO 2007-03-11 01:59:38
    Account j2eadm already exists.
    INFO 2007-03-11 01:59:38
    Account 0 already exists.
    INFO 2007-03-11 01:59:39
    Account sapsys already exists.
    INFO 2007-03-11 01:59:39
    Copying file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/msclients.log to: /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/msclients.7.log.
    INFO 2007-03-11 01:59:39
    Creating file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/msclients.7.log.
    INFO 2007-03-11 01:59:39
    Removing file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/msclients.log.
    INFO 2007-03-11 01:59:39
    Creating file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/msclients.log.
    INFO 2007-03-11 01:59:39
    Output of /usr/sap/J2E/SYS/exe/run/msclients '-mshost' 'tlvibmaix3' '-msserv' '3601' is written to the logfile msclients.log.
    WARNING 2007-03-11 01:59:40
    Execution of the command "/usr/sap/J2E/SYS/exe/run/msclients '-mshost' 'tlvibmaix3' '-msserv' '3601'" finished with return code 255. Output:
    INFO 2007-03-11 01:59:40
    Account j2eadm already exists.
    INFO 2007-03-11 01:59:40
    Account 0 already exists.
    INFO 2007-03-11 01:59:40
    Account sapsys already exists.
    INFO 2007-03-11 01:59:41
    Copying file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/start_J2E_SCS01.log to: /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/start_J2E_SCS01.3.log.
    INFO 2007-03-11 01:59:41
    Creating file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/start_J2E_SCS01.3.log.
    INFO 2007-03-11 01:59:41
    Removing file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/start_J2E_SCS01.log.
    INFO 2007-03-11 01:59:41
    Creating file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/start_J2E_SCS01.log.
    INFO 2007-03-11 01:59:41
    Output of /usr/sap/J2E/SYS/exe/run/startsap 'all' 'SCS01' 'tlvibmaix3' is written to the logfile start_J2E_SCS01.log.
    INFO 2007-03-11 02:00:37
    Execution of the command "/usr/sap/J2E/SYS/exe/run/startsap 'all' 'SCS01' 'tlvibmaix3'" finished with return code 0. Output:
    Not a terminal
    Not a terminal
    Checking db Database
    ABAP Database is not available via R3trans
    Checking db Database
    Starting SAP-Collector Daemon
    01:59:41 11.03.2007   LOG: Effective User Id is root
    This is Saposcol Version COLL 20.87 640 - AIX v4.20 5L-64 bit 040309
    Usage:  saposcol -l: Start OS Collector
            saposcol -k: Stop  OS Collector
            saposcol -d: OS Collector Dialog Mode
            saposcol -s: OS Collector Status
    Starting collector (create new process)
    /usr/sap/tmp/dev_coll moved to /usr/sap/tmp/dev_coll.old
    saposcol on host tlvibmaix3 started
    Running /usr/sap/J2E/SYS/exe/run/startj2eedb
    Trying to start database ...
    Log file: /home/j2eadm/startj2eedb.log
    J2E database started
    /usr/sap/J2E/SYS/exe/run/startj2eedb completed successfully
    Starting SAP Instance SCS01
    Startup-Log is written to /home/j2eadm/startsap_SCS01.log
    Instance on host tlvibmaix3 started
    INFO 2007-03-11 02:00:37
    Account j2eadm already exists.
    INFO 2007-03-11 02:00:37
    Account 0 already exists.
    INFO 2007-03-11 02:00:38
    Account sapsys already exists.
    INFO 2007-03-11 02:00:INFO 2007-03-11 01:59:37
    Copying file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/keydb.xml to: /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/keydb.4.xml.
    INFO 2007-03-11 01:59:37
    Creating file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/keydb.4.xml.
    INFO 2007-03-11 01:59:38
    Working directory changed to /tmp/sapinst_exe.344072.1173599917.
    INFO 2007-03-11 01:59:38
    Working directory changed to /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT.
    INFO 2007-03-11 01:59:38
    Working directory changed to /tmp/sapinst_exe.344072.1173599917.
    INFO 2007-03-11 01:59:38
    Working directory changed to /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT.
    INFO 2007-03-11 01:59:38
    Account j2eadm already exists.
    INFO 2007-03-11 01:59:38
    Account 0 already exists.
    INFO 2007-03-11 01:59:39
    Account sapsys already exists.
    INFO 2007-03-11 01:59:39
    Copying file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/msclients.log to: /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/msclients.7.log.
    INFO 2007-03-11 01:59:39
    Creating file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/msclients.7.log.
    INFO 2007-03-11 01:59:39
    Removing file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/msclients.log.
    INFO 2007-03-11 01:59:39
    Creating file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/msclients.log.
    INFO 2007-03-11 01:59:39
    Output of /usr/sap/J2E/SYS/exe/run/msclients '-mshost' 'tlvibmaix3' '-msserv' '3601' is written to the logfile msclients.log.
    WARNING 2007-03-11 01:59:40
    Execution of the command "/usr/sap/J2E/SYS/exe/run/msclients '-mshost' 'tlvibmaix3' '-msserv' '3601'" finished with return code 255. Output:
    INFO 2007-03-11 01:59:40
    Account j2eadm already exists.
    INFO 2007-03-11 01:59:40
    Account 0 already exists.
    INFO 2007-03-11 01:59:40
    Account sapsys already exists.
    INFO 2007-03-11 01:59:41
    Copying file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/start_J2E_SCS01.log to: /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/start_J2E_SCS01.3.log.
    INFO 2007-03-11 01:59:41
    Creating file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/start_J2E_SCS01.3.log.
    INFO 2007-03-11 01:59:41
    Removing file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/start_J2E_SCS01.log.
    INFO 2007-03-11 01:59:41
    Creating file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/start_J2E_SCS01.log.
    INFO 2007-03-11 01:59:41
    Output of /usr/sap/J2E/SYS/exe/run/startsap 'all' 'SCS01' 'tlvibmaix3' is written to the logfile start_J2E_SCS01.log.
    INFO 2007-03-11 02:00:37
    Execution of the command "/usr/sap/J2E/SYS/exe/run/startsap 'all' 'SCS01' 'tlvibmaix3'" finished with return code 0. Output:
    Not a terminal
    Not a terminal
    Checking db Database
    ABAP Database is not available via R3trans
    Checking db Database
    Starting SAP-Collector Daemon
    01:59:41 11.03.2007   LOG: Effective User Id is root
    This is Saposcol Version COLL 20.87 640 - AIX v4.20 5L-64 bit 040309
    Usage:  saposcol -l: Start OS Collector
            saposcol -k: Stop  OS Collector
            saposcol -d: OS Collector Dialog Mode
            saposcol -s: OS Collector Status
    Starting collector (create new process)
    /usr/sap/tmp/dev_coll moved to /usr/sap/tmp/dev_coll.old
    saposcol on host tlvibmaix3 started
    Running /usr/sap/J2E/SYS/exe/run/startj2eedb
    Trying to start database ...
    Log file: /home/j2eadm/startj2eedb.log
    J2E database started
    /usr/sap/J2E/SYS/exe/run/startj2eedb completed successfully
    Starting SAP Instance SCS01
    Startup-Log is written to /home/j2eadm/startsap_SCS01.log
    Instance on host tlvibmaix3 started
    INFO 2007-03-11 02:00:37
    Account j2eadm already exists.
    INFO 2007-03-11 02:00:37
    Account 0 already exists.
    INFO 2007-03-11 02:00:38
    Account sapsys already exists.
    INFO 2007-03-11 02:00:38
    Output of /usr/sap/J2E/JC00/j2ee/os_libs/jcmon 'pf=/sapmnt/J2E/profile/J2E_JC00_tlvibmaix3' is written to the logfile jcmon.log.
    INFO 2007-03-11 02:00:40
    Execution of the command "/usr/sap/J2E/JC00/j2ee/os_libs/jcmon 'pf=/sapmnt/J2E/profile/J2E_JC00_tlvibmaix3'" finished with return code 0. Output: snipped
    INFO 2007-03-11 02:00:40
    Account j2eadm already exists.
    INFO 2007-03-11 02:00:40
    Account 0 already exists.
    INFO 2007-03-11 02:00:40
    Account sapsys already exists.
    INFO 2007-03-11 02:00:40
    Output of /usr/sap/J2E/JC00/j2ee/os_libs/jcmon 'pf=/sapmnt/J2E/profile/J2E_JC00_tlvibmaix3' is written to the logfile jcmon.log.
    INFO 2007-03-11 02:00:40
    Execution of the command "/usr/sap/J2E/JC00/j2ee/os_libs/jcmon 'pf=/sapmnt/J2E/profile/J2E_JC00_tlvibmaix3'" finished with return code 0. Output: snipped
    INFO 2007-03-11 02:00:40
    Account j2eadm already exists.
    INFO 2007-03-11 02:00:40
    Account 0 already exists.
    INFO 2007-03-11 02:00:41
    Account sapsys already exists.
    INFO 2007-03-11 02:00:41
    Output of /usr/sap/J2E/JC00/j2ee/os_libs/jcmon 'pf=/sapmnt/J2E/profile/J2E_JC00_tlvibmaix3' is written to the logfile jcmon.log.
    INFO 2007-03-11 02:00:41
    Execution of the command "/usr/sap/J2E/JC00/j2ee/os_libs/jcmon 'pf=/sapmnt/J2E/profile/J2E_JC00_tlvibmaix3'" finished with return code 0. Output: snipped
    INFO 2007-03-11 02:00:41
    Account j2eadm already exists.
    INFO 2007-03-11 02:00:41
    Account 0 already exists.
    INFO 2007-03-11 02:00:41
    Account sapsys already exists.
    INFO 2007-03-11 02:00:41
    Copying file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/start_J2E_JC00.log to: /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/start_J2E_JC00.6.log.
    INFO 2007-03-11 02:00:41
    Creating file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/start_J2E_JC00.6.log.
    INFO 2007-03-11 02:00:41
    Removing file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/start_J2E_JC00.log.
    INFO 2007-03-11 02:00:41
    Creating file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/start_J2E_JC00.log.
    INFO 2007-03-11 02:00:41
    Output of /usr/sap/J2E/SYS/exe/run/startsap 'all' 'JC00' 'tlvibmaix3' is written to the logfile start_J2E_JC00.log.
    WARNING 2007-03-11 02:01:12
    Execution of the command "/usr/sap/J2E/SYS/exe/run/startsap 'all' 'JC00' 'tlvibmaix3'" finished with return code 5. Output:
    Not a terminal
    Not a terminal
    Checking db Database
    ABAP Database is not available via R3trans
    Checking db Database
    Starting SAP-Collector Daemon
    02:00:42 11.03.2007   LOG: Effective User Id is root
    This is Saposcol Version COLL 20.87 640 - AIX v4.20 5L-64 bit 040309
    Usage:  saposcol -l: Start OS Collector
            saposcol -k: Stop  OS Collector
            saposcol -d: OS Collector Dialog Mode
            saposcol -s: OS Collector Status
    The OS Collector (PID 250052) is already running .....
    saposcol already running
    Running /usr/sap/J2E/SYS/exe/run/startj2eedb
    Trying to start database ...
    Log file: /home/j2eadm/startj2eedb.log
    Database already running
    /usr/sap/J2E/SYS/exe/run/startj2eedb completed successfully
    Starting SAP Instance JC00
    Startup-Log is written to /home/j2eadm/startsap_JC00.log
    Startup of Instance failed
    See /home/j2eadm/startsap_JC00.log for details
    ERROR 2007-03-11 02:01:12
    CJS-20022  Could not start instance 'JC00' of SAP system J2E.
    <u><b>sapinst_dev.log</b></u>
    TRACE      [sapinst.cpp:285]
               CSapInst::initMessaging()
    Using custom value info for property SAPINST_MESSAGE_CONSOLE_THRESHOLD.
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:344]
               CControlFile::getMessageFilePath()
    Running with messages from /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT
    TRACE      [sapinst.cpp:306]
               CSapInst::initMessaging()
    This is SAPinst, version 642, build 703609
    compiled on Nov 21 2004, 20:12:59
    TRACE      [sapinst.cpp:311]
               CSapInst::initMessaging()
    Gui connected by user root from host tlvibmaix3
    TRACE      [syuxcgroup.cpp:528]
               bool CSyUserImpl::isExistingOnOS()
    checking existence of account group="system" gid="0" succeeded with true.
    TRACE      [syxxccache.cpp:208]
               CSyAccountCache::getGroupImpl(name="", sid="0", create=false, ISyProgressObserver* )
    inserted account (system, 0, GROUP) into the accountcache.
    TRACE      [syxxsyshlp.cpp:133]
               syslib::logSystemState()
    Process environment
    ===================
    Environment Variables
    =====================
      _ = /tmp/sapinst_exe.344072.1173599917/sapinstexe
      SAPINST_EXE_DIR = /tmp/sapinst_exe.344072.1173599917
      LANG = en_US
      LOGIN = root
      PATH = /usr/java14_64/jre/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java14/jre/bin:/usr/java14/bin
      SAPINST_EXEDIR_CD = .
      LC__FASTMSG = true
      LOGNAME = root
      MAIL = /usr/spool/mail/root
      LOCPATH = /usr/lib/nls/loc
      USER = root
      AUTHSTATE = compat
      DISPLAY = yariv:0.0
      SHELL = /usr/bin/ksh
      ODMDIR = /etc/objrepos
      JAVA_HOME = /usr/java14_64/jre
      HOME = /
      TERM = xterm
      MAILMSG = [YOU HAVE NEW MAIL]
      PWD = /home/sap_inst/im/IM04_AIX_64/SAPINST/UNIX/AIX_64
      TZ = CST6CDT
      A__z = ! LOGNAME
      LIBPATH = /tmp/sapinst_exe.344072.1173599917
      NLSPATH = /usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat
    User: root, Id: 0
    Effective user: root, Id: 0
    Group: system, Id: 0
    Effective group: system, Id: 0
    Umask: 022
    Resource Limits
    ===============
    RLIMIT_CPU: maximum amount of CPU time in seconds current: unlimited maximum: unlimited
    RLIMIT_FSIZE: maximum size of  a  file  in  bytes  that  may  be created  by  a process current: unlimited maximum: unlimited
    RLIMIT_DATA: maximum size of a process's heap  in  bytes current: unlimited maximum: unlimited
    RLIMIT_STACK: maximum size of a process's stack  in  bytes current: unlimited maximum: unlimited
    RLIMIT_CORE: maximum size of a core file in bytes current: unlimited maximum: unlimited
    RLIMIT_NOFILE: one more than the maximum value that  the  system  may assign  to a newly created descriptor current: 2000 maximum: unlimited
    RLIMIT_RSS: maximum resident set size in bytes current: unlimited maximum: unlimited
    RLIMIT_AS: maximum size of a process's  total  available memory, in bytes current: unlimited maximum: unlimited
    Working directory: /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT
    TRACE      [syuxctask.cpp:1242]
               CSyTaskImpl::start(bool)
    A child process has been started. Pid = 266396
    TRACE      [syuxctask.cpp:1242]
               CSyTaskImpl::start(bool)
    A child process has been started. Pid = 266398
    TRACE      [syuxctask.cpp:1242]
               CSyTaskImpl::start(bool)
    A child process has been started. Pid = 266400
    TRACE      [syuxctask.cpp:1242]
               CSyTaskImpl::start(bool)
    A child process has been started. Pid = 266402
    WARNING[E] 2007-03-11 01:59:19 [syuxctask.cpp:1100]
               CSyTaskImpl::start(bool)
    Unable to access application /usr/samples/kernel/vmtune. No such file or directory
    TRACE      [syxxsyshlp.cpp:147]
               syslib::logSystemState()
    Could not dump system information.
    TRACE     
    Running with control file /home/sap_inst/im/IM04_AIX_64/SAPINST/UNIX/AIX_64/NW04SR1/WEBAS/JAVA/ADA/control.xml version 642 and changelist 703273
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:142]
               CControlFile::getKeydbControlFileName()
    Running with keydb file keydb.xml
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:235]
               CControlFile::getDialogControlFileName()
    Running with dialog control file dialog.xml
    TRACE      [iaxxccontrolfile.cpp:184]
               CControlFile::getResourecFileName()
    Running with resource file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/helppool.xml
    INFO       2007-03-11 01:59:25 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & q0w9e9r8t7.1.xml, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/keydb.xml to: q0w9e9r8t7.1.xml.
    INFO       2007-03-11 01:59:25 [iaxxclib.cpp:83]
               load()
    Working directory changed to /tmp/sapinst_exe.344072.1173599917.
    TRACE      [iaxxclib.cpp:165]
               load()
    Opened iaccdlib.o
    INFO       2007-03-11 01:59:25 [iaxxclib.cpp:108]
               load()
    Working directory changed to /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT.
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    INFO       2007-03-11 01:59:26 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/summary.6.html, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/summary.html to: /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/summary.6.html.
    INFO       2007-03-11 01:59:26 [syuxcpath.cpp:369]
               CSyPath::createFile()
    Creating file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/summary.6.html.
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    PHASE      2007-03-11 01:59:26 [iaxxcwalker.cpp:416]
               CDomWalker::printPhaseInfo()
    Prepare the installation program.
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]

  • SAP KE53 transaction to display the last examination period be default

    Hi Gurus,
    In the transaction code KE53 we need last examination period is default. it means we have create profit center on 01.01.2008 to 31.12.9999 after that we have changed analysis period 01.01.2009 to 31.12.2009. if we go to  tcode KE53 and display the PC it showing analysis period 01.01.2008 to 31.12.9999 .But the requirement is  default values  should be recent changes it means 01.01.2009 to 31.12.9999. How to overcome this issue.
    Appreciate your help.
    Kind Regards,
    Prakash

    Hi Prakash,
    In KE53, you can achieve both the display period: Analysis Period as well as Validity Period separately.
    Please follow this steps:
    Click on Period of Examination button on KE53, on the pop-up screen, it shows "Set Analysis Period" with dates. You enter Valid From 01.01.2009 and Valid to 31.12.2009. Then you click "Confirm". This way it will save your analysis period. Next time when you go to KE53 it will by default display this period. Only when you click on Validity Period, it will display you 01.01.2008 to 31.12.9999.
    Regards,
    Sanjay

  • Migration assistant hangs in the last minute

    Got a  new MacBook Pro and using migration assistant to transfer from MacBook Air over thunderbolt. It will not complete.
    Updated OS on both. Gets to less than a minute and never finishes.

    Press and hold the power button for a few seconds until the power shuts off, then release, wait a few more seconds, and press it again briefly to restart. Test. If the migration wasn't successful, see below.
    1. Migration may stall with "Sharing Only" user accounts
    2. Back up the old system with Time Machine or Disk Utility and try migrating from the backup.

  • OIM: How to get the last operation and data from a child form action

    Dear OIM guru,
    I have a regular Process form, a child form and a process definition. When there is an insert/delete into child form a trigger is raised and the process task gets called. The process task does whatever it needs to do on the target system. This is all fine. However, after the task completes, lets say successfully, I want to send out an email to the user saying, for example, group 1 has been added to you or just got deleted.
    I am not able to figure out how to get that last operation and child form data. I am sure you came across this and if so please let me know how to do this.
    Thanks

    So, Can I add a similar process task with the same exact condition one more time? I thought I couldn't use the same condition again. For example, when a group is deleted can I use the process data->child data->group Id with old value check box checked on another process task?

Maybe you are looking for

  • Best Buy Associates lied about protection plan through Geek Squad

    I finally have the time and energy to re-address the ongoing issue that I am having with Best Buy and their geek squad. Before the Thanksgiving holiday of 2013, my sister came to visit me from Virginia. She is currently in the military and came home

  • Itunes not reading id3 tags

    For some reason, many of my songs that I imported using previous versions of itunes *specifically version 10.5* no longer are reading the ID3 tags correctly and now come up as unknown artists, unknown albums.  Is there anyway to fix this without doin

  • Problem after upgrade the Dreamweaver to version 8.02.

    As you know Dreamweaver can generate a code for User Login, but I found that the code for the two versions are difference. 8.01 is like that: $LoginRS__query=sprintf("SELECT SF_id, Loginid, Loginpwd, Role, CN_id FROM tbl_staff WHERE Loginid='%s' AND

  • ODS Data Update

    Hi, I have created the InfoPackage for ODS (Delta). When I click on Monitor, message is "No Data Records". It says "No successful initialization of the delta update took place" How do I resolve this? Kidnly help. Thanks!

  • Call Studio:COUNT element value reset.

    Hi all! I am designing a call flow in call studio, and am using the COUNT element at a point to track retries. Problem is, I need to set its value back to 0 when the user leaves this menu. Any ideas how to set it to 0 without using code/class/URI, a