SAP IQ 16 remote procedure to MsSQL 2005 error.

Hi all,
    I've in IQ a remote procedure that call via RPC an old MsSQL 2005 stored procedure.
In my old installation with IQ 12.7 ESD 4 all works well and I don't report any issues.
Actually with the new IQ 16.0 SP08 I've the following strange behaviours.
ERROR 1) When I call the remote procedure from IQ using SAP Interactive SQL all works well if I run the client from a remote host. I mean from an host which is not the server where IQ engine is running. If I execute the same call (always from SAP Interactive SQL) on the IQ engine server the following error is reported:
There was an error reading the results of the SQL statement.
The displayed results may be incorrect or incomplete.
Cursor not in a valid state
SQLCODE=-853, ODBC 3 State="24000"
Cursor not in a valid state
SQLCODE=-853, ODBC 3 State="24000"
Server 'SVR_PRODOTTI': [Microsoft][ODBC SQL Server Driver]Function
sequence error
SQLCODE=-660, ODBC 3 State="HY000"
ERROR 2) I've the following scenario:
     a.     I call a remote procedure (always the MsSQL 2005 remote procedure described above) inside a standard IQ stored procedure
     b.     the remote procedure fill a remote table with some data
     c.     in IQ after that the remote procedure is executed I want to get the produced data in IQ via proxy table
Looking at MsSQL side I note that step (a) and (b) are executed, but when step (c) start running it remains blocked by the session that had run step (a and b) even if they are already finished. Look at the following extraction of session state by MsSQL side.
SPID Status Login HostName     BlkBy  DBName Command CPUTime      DiskIO LastBatch ProgramName       SPID   REQUESTID
177 SUSPENDED usr     IQ_SERVER  287    master EXECUTE            0        0        06/19 17:31:38 Sybase IQ 177    0   
287 sleeping  usr     IQ_SERVER    .    master AWAITING COMMAND    9829 153149       06/19 17:31:38 Sybase IQ 287    0   
SPID = 287 (remote procedure call)
RPC Event 0      sp_remote_procedure;1
SPID = 177 (proxy table access)
Language Event 0      SELECT .... FROM .... t1 
Environment details:
IQ -> SAP IQ 16.0 SP08 on Win 2012 R2 server (64 bit)
MSSQL -> MsSQL 2005 SP 2 32 bit Enterprise on Win 2003 server (32 bit)
Do you have any suggestions about this strange behaviours?
Best regards,
Stefano

Hi Tayeb,
    thank you for your suggestions, following some improvement and details about my errors.
ERROR 1) [SOLVED]
In SAP Interactive SQL: Tools -> Options -> SAP Sybase IQ
The problem appear only if "Result processing" options are configured as:
"Show results from the last statement" --> ON
"Show only the first result set" --> ON
..hereafter I report the image that show the configuration that caused error.
Any other configuration of these two parameters doesn't show any problem.
ERROR 2) [already present]
I checked the IQ 16 SP08 doc and as you reported MsSQL 2005 is not listed in RPC certified systems.
I checked also the old IQ 12.7 ESD 4 (the version from which I want to migrate and where all works fine every day) doc and the same statement was reported. So not even in 12.7 release MsSQL RPC call seems to be certified, even if it still withou any problem.
After some other tests tracing also different debugging mode (-zo and -zr) I share the following result.
I tried the following use cases.
Note that "rem_mssql_TARGET" sp insert data in a local table on MsSQL which is selected by IQ via proxy "pr_DELTA_IQ".
[TEST A] - RDP via select
    select
      @max_date = RetDate,
      @error = RetCode 
    from
      DBA.rem_mssql_TARGET('2014-06-20 15:00:00')
insert into DBA.DELTA_IQ 
  FIELD_1,
  FIELD_2
                       location 'TARGET_DB.TARGET_DB'
    select     
  FIELD_1,
  FIELD_2
    from DBA.pr_DELTA_IQ
PROBLEM: on MsSQL all remains blocked, because proxy table extraction is blocked by remote procedure execution that result running.
If I kill the remote procedure session from MsSQL, IQ engine shutdown itself without any messages.
No data is inserted in DBA.DELTA_IQ.
[TEST B] - RDP via exec
exec DBA.rem_mssql_TARGET ('2014-06-20 15:00:00')
insert into DBA.DELTA_IQ 
  FIELD_1,
  FIELD_2
                       location 'TARGET_DB.TARGET_DB'
    select     
  FIELD_1,
  FIELD_2
    from DBA.pr_DELTA_IQ
PROBLEM: MsSQL doesn't report any blocking session.
IQ return the following message and the IQ server doesn't shutdown itself.
SQLCODE=-706, ODBC 3 State=“HY000”
Remote server does not have the ability to support this statement
Anyway all is rollbacked an no data is inserted in DBA.DELTA_IQ.
Do you have any other hints about it?
Thank you and regards,
Stefano

Similar Messages

  • An error occured attempting to read properties for 'Cluster Group' group. The remote procedure call failed. Error ID:1726 (000006be).

    Hi All,
    I have a two node 2003 cluster, When any one of the cluster node holding resources goes down, the resources are not failing over to the running node.
    In the running node I receive the pop-up error message
    ""An error occured attempting to read properties for 'Cluster Group' group. The remote procedure call failed. Error ID:1726 (000006be).""
    After I click on ok on the pop-up error message the resources are coming online on the running node. If I dont click ok the pop-up error message. The Cluadmin screen is not responding and the resources are not coming online.
    In the cluster log i see the below messages realted to Error ID 1726
    00000874.00000b10::2014/03/17-23:38:58.276 WARN [EVT] EvtBroadcaster: EvPropEvents for node 2 failed. status 1726
    00000874.00000b10::2014/03/17-23:38:58.276 INFO [NM] RpcExtErrorInfo: ProcessId= 2164
    00000874.00000b10::2014/03/17-23:38:58.276 INFO [NM] RpcExtErrorInfo: SystemTime= 3/17/2014 23:38:58:276
    00000874.00000b10::2014/03/17-23:38:58.276 INFO [NM] RpcExtErrorInfo: GeneratingComponent= 2
    00000874.00000b10::2014/03/17-23:38:58.276 INFO [NM] RpcExtErrorInfo: Status= 0xc002100b
    00000874.00000b10::2014/03/17-23:38:58.276 INFO [NM] RpcExtErrorInfo: Detection Location= 641
    00000874.00000b10::2014/03/17-23:38:58.276 INFO [NM] RpcExtErrorInfo: Flags= 0x0
    00000874.00000b10::2014/03/17-23:38:58.276 INFO [NM] RpcExtErrorInfo: Number of Parameters= 2
    00000874.00000b10::2014/03/17-23:38:58.276 INFO [NM] RpcExtErrorInfo: Long Val= 32000
    00000874.00000b10::2014/03/17-23:38:58.276 INFO [NM] RpcExtErrorInfo: Long Val= 32000
    00000874.00000b10::2014/03/17-23:38:58.276 INFO [NM] RpcExtErrorInfo: ProcessId= 2164
    How to FIX this issue?
    Regards,
    Stunner.

    Hi,
    Unfortunately, the available information is not enough to have a clear view of the occurred behavior. Base on my experience, it may cause by some of one resource abnormal
    failure, I suggest that please schedule a down time to run “Repair Active Directory object” in “Simulate Failue of this resource” status. And the operation “Repair Active Directory Object” will force to update the object’s attributes.
    More information:
    Understanding the Repair Active Directory Object Recovery Action
    http://blogs.msdn.com/b/clustering/archive/2013/12/13/9067582.aspx
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • MSSQL 2005 error COMPUTE_INT_TIMES_OVERFLOW after SP Stack 14

    Recently I have updated SAP installation to SP Stack 14. After that I had problems with errors in standard sheduled tasks: I receive COMPUTE_INT_TIMES_OVERFLOW error every hour, together with error "Column name or number of supplied values does not match table definition". Analysis of dumps showed, that it's a problem with RSMSQSNP. I found note 926876 and applied it, but the problem persists. I can't apply support pack 17, which solves this problem according to the note, because of Baseline Package requirements. Does anyone know, how to solve this?

    I have found the solution: if you have such problem refer to SAP Note 12103, 874480, The problem regards SWNCOLL - not existing scheduled reports  SWNCREORG, SWNCTOTAL

  • Is MSSQL 2005 supported ?

    is MSSQL 2005 supported by the 6.0 portal? For an existing portal(with sql2000 database), moving the database on a sql2005 server isOk? Any experience regarding this procedure?
    Thanks!
    Val

    Hi Jacques,
    The Express Edition is not listed in the "Supported platforms" list:
    http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000654575&_SCENARIO=01100035870000000183&_ADDINC=&_OBJECT=011000358700001241092005E.htm
    If I remember correctly Microsoft does not want the Express Edition to be used for productive systems...
    ...or at least the agreement regarding B1 is of such kind.
    For a more detailled discussion or a formal answer please open a message to SAP Support on SAP Servicemarketplace.
    HTH,
    Frank

  • MSSQL 2005 System refresh

    Hello All ,
    I am trying to do system refresh from PRD to QAS , Windows 2003 / MSSQL 2005 database, need to know step by step procedure, DB restroe , recovery and rename SID , how to do all these. main I need to know DB activities.
    Thanks
    Atul

    Hi,
    Refer [SAP Note 151603 - Copying an SQL Server database|https://service.sap.com/sap/support/notes/151603] to get step by step information about your requirement.
    Regards,
    Bhavik G. Shroff

  • How to reduce allocated Space to DB in mssql 2005

    Hi ,
    We are using SAP with Mssql2005 on Windows 2008r2.server.
    One week back we provided 400 GB space to My database files (for each 100GB), But right now we don't want that much space for My system.We are planing to use that extra space for another system.
    I want to know below points.
    1)How to reduce my database free space from Mssql 2005 management studio.
    2)What is the Procedure.
    3)Is it possible to reduce the Database free size once added to SQL Database files.
    Please suggest the procedure, its urgent requirement.

    Hi Rao
    1.  You can perform the Database shrink. During this process keep an eye on transaction log & do it during off peak time. Just go through the Microsoft blog Shrink a File
    2. If your are migrating  the database to MS Sql 2008 R2 you can get the database compression feature it may reduce your disk space more than 40%,
    Regards
      Sriram

  • LiveCache for SAP HCM Idocs ECC6EHP4 on windows/mssql

    Hello Gurus,
    We am trying to process inbound HR Idoc (message type HRMD_A) from a java system and during the process it stucks in error code 51 and error message says - "Unable to establish connection to LiveCache".
    Now we dont have any Livecache setup here but we built the system based upon a system copy and i can see some LiveCache system maintained there in tcode DB59 and DBACOCKPIT but we dont have those systems in our landscape as the system copy was from SAP originally.
    Now the question is Do we need LiveCache for SAP HR HCM module specifically to proess HR Idocs (inbound only, outbound process works fine).
    I read a lot of stufff on live cache technology but  i think that is required only for SAP SCM(Supply chain management).
    If i need to install livecache what would be the ideal steps, currently my ECC EHP4 system is on windows 2003 server/ MSSQL 2005.
    Do i need to install MAXDB along with MSSQL to support livecache as its only supported on MaxDB(correct me if i am wrong).
    Any reply will be highly appreciated.
    Mani

    Hello Natalia,
    Thank you for your reply, but we want to resolve it if possible without SAP support
    please find my answers below for your uestion
    -> Is your system connected to CRM system?
    No
    -> Is your system connected to SCM system?
    No
    -> What connections you saw in /ndb59 on your system?
    To a unknown SAP SID which is in red color, that means not active.
    -> What SAP components, with SP number, installed on your system?
    WE have basically SAP ERP with SAP HR as the main component we are working on this system.
    following is the full list of component
    S/w component     Release     Level     Highest support Package     S/w Description
    SAP_ABA     701     4     SAPKA70104     Cross-Application Component
    SAP_BASIS     701     4     SAPKB70104     SAP Basis Component
    PI_BASIS     701     4     SAPK-70104INPIBASIS     Basis Plug-In
    ST-PI     2008_1_700     0          -     SAP Solution Tools Plug-In
    SAP_BS_FND     701     1     SAPK-70101INSAPBSFND     SAP Business Suite Foundation
    SAP_BW     701     2     SAPKW70102     SAP Business Warehouse
    LCAPPS     2005_700     5     SAPKIBHD05     LC Applications (LCAPPS) 2005_700
    SAP_AP     700     14     SAPKNA7014     SAP Application Platform
    WEBCUIF     700     1     SAPK-70001INWEBCUIF     SAP WEBCUIF 700
    SAP_APPL     604     1     SAPKH60401     Logistics and Accounting
    SAP_HR     604     4     SAPKE60404     Human Resources
    SAP_HRCAR     604     4     SAPK-60404INSAPHRCAR     Sub component SAP_HRCAR of SAP_HR
    SAP_HRCAT     604     4     SAPK-60404INSAPHRCAT     Sub component SAP_HRCAT of SAP_HR
    SAP_HRCAU     604     4     SAPK-60404INSAPHRCAU     Sub component SAP_HRCAU of SAP_HR
    SAP_HRCBE     604     4     SAPK-60404INSAPHRCBE     Sub component SAP_HRCBE of SAP_HR
    SAP_HRCBR     604     4     SAPK-60404INSAPHRCBR     Sub component SAP_HRCBR of SAP_HR
    SAP_HRCCA     604     4     SAPK-60404INSAPHRCCA     Sub component SAP_HRCCA of SAP_HR
    SAP_HRCCH     604     4     SAPK-60404INSAPHRCCH     Sub component SAP_HRCCH of SAP_HR
    SAP_HRCCL     604     4     SAPK-60404INSAPHRCCL     Sub component SAP_HRCCL of SAP_HR
    SAP_HRCCN     604     4     SAPK-60404INSAPHRCCN     Sub component SAP_HRCCN of SAP_HR
    SAP_HRCDE     604     4     SAPK-60404INSAPHRCDE     Sub component SAP_HRCDE of SAP_HR
    SAP_HRCDK     604     4     SAPK-60404INSAPHRCDK     Sub component SAP_HRCDK of SAP_HR
    SAP_HRCES     604     4     SAPK-60404INSAPHRCES     Sub component SAP_HRCES of SAP_HR
    SAP_HRCFI     604     4     SAPK-60404INSAPHRCFI     Sub component SAP_HRCFI of SAP_HR
    SAP_HRCFR     604     4     SAPK-60404INSAPHRCFR     Sub component SAP_HRCFR of SAP_HR
    SAP_HRCGB     604     4     SAPK-60404INSAPHRCGB     Sub component SAP_HRCGB of SAP_HR
    SAP_HRCHK     604     4     SAPK-60404INSAPHRCHK     Sub component SAP_HRCHK of SAP_HR
    SAP_HRCID     604     4     SAPK-60404INSAPHRCID     Sub component SAP_HRCID of SAP_HR
    SAP_HRCIE     604     4     SAPK-60404INSAPHRCIE     Sub component SAP_HRCIE of SAP_HR
    SAP_HRCIN     604     4     SAPK-60404INSAPHRCIN     Sub component SAP_HRCIN of SAP_HR
    SAP_HRCIT     604     4     SAPK-60404INSAPHRCIT     Sub component SAP_HRCIT of SAP_HR
    SAP_HRCJP     604     4     SAPK-60404INSAPHRCJP     Sub component SAP_HRCJP of SAP_HR
    SAP_HRCKR     604     4     SAPK-60404INSAPHRCKR     Sub component SAP_HRCKR of SAP_HR
    SAP_HRCMX     604     4     SAPK-60404INSAPHRCMX     Sub component SAP_HRCMX of SAP_HR
    SAP_HRCMY     604     4     SAPK-60404INSAPHRCMY     Sub component SAP_HRCMY of SAP_HR
    SAP_HRCNL     604     4     SAPK-60404INSAPHRCNL     Sub component SAP_HRCNL of SAP_HR
    SAP_HRCNO     604     4     SAPK-60404INSAPHRCNO     Sub component SAP_HRCNO of SAP_HR
    SAP_HRCNZ     604     4     SAPK-60404INSAPHRCNZ     Sub component SAP_HRCNZ of SAP_HR
    SAP_HRCPH     604     4     SAPK-60404INSAPHRCPH     Sub component SAP_HRCPH of SAP_HR
    SAP_HRCPT     604     4     SAPK-60404INSAPHRCPT     Sub component SAP_HRCPT of SAP_HR
    SAP_HRCRU     604     4     SAPK-60404INSAPHRCRU     Sub component SAP_HRCRU of SAP_HR
    SAP_HRCSE     604     4     SAPK-60404INSAPHRCSE     Sub component SAP_HRCSE of SAP_HR
    SAP_HRCSG     604     4     SAPK-60404INSAPHRCSG     Sub component SAP_HRCSG of SAP_HR
    SAP_HRCTH     604     4     SAPK-60404INSAPHRCTH     Sub component SAP_HRCTH of SAP_HR
    SAP_HRCTW     604     4     SAPK-60404INSAPHRCTW     Sub component SAP_HRCTW of SAP_HR
    SAP_HRCUS     604     4     SAPK-60404INSAPHRCUS     Sub component SAP_HRCUS of SAP_HR
    SAP_HRCVE     604     4     SAPK-60404INSAPHRCVE     Sub component SAP_HRCVE of SAP_HR
    SAP_HRCZA     604     4     SAPK-60404INSAPHRCZA     Sub component SAP_HRCZA of SAP_HR
    SAP_HRGXX     604     4     SAPK-60404INSAPHRGXX     Sub component SAP_HRGXX of SAP_HR
    SAP_HRRXX     604     4     SAPK-60404INSAPHRRXX     Sub component SAP_HRRXX of SAP_HR
    EA-IPPE     404     1     SAPK-40401INEAIPPE     SAP iPPE
    EA-APPL     604     1     SAPK-60401INEAAPPL     SAP Enterprise Extension PLM, SCM, Finan
    EA-DFPS     604     1     SAPK-60401INEADFPS     SAP Enterprise Extension Defense Forces
    EA-FINSERV     604     1     SAPK-60401INEAFINSRV     SAP Enterprise Extension Financial Servi
    EA-GLTRADE     604     1     SAPK-60401INEAGLTRAD     SAP Enterprise Extension Global Trade
    EA-HR     604     4     SAPK-60404INEAHR     SAP Enterprise Extension HR
    EA-HRCAR     604     4     SAPK-60404INEAHRCAR     Sub component EA-HRCAR of EA-HR
    EA-HRCAT     604     4     SAPK-60404INEAHRCAT     Sub component EA-HRCAT of EA-HR
    EA-HRCAU     604     4     SAPK-60404INEAHRCAU     Sub component EA-HRCAU of EA-HR
    EA-HRCBE     604     4     SAPK-60404INEAHRCBE     Sub component EA-HRCBE of EA-HR
    EA-HRCBR     604     4     SAPK-60404INEAHRCBR     Sub component EA-HRCBR of EA-HR
    EA-HRCCA     604     4     SAPK-60404INEAHRCCA     Sub component EA-HRCCA of EA-HR
    EA-HRCCH     604     4     SAPK-60404INEAHRCCH     Sub component EA-HRCCH of EA-HR
    EA-HRCCN     604     4     SAPK-60404INEAHRCCN     Sub component EA-HRCCN of EA-HR
    EA-HRCDE     604     4     SAPK-60404INEAHRCDE     Sub component EA-HRCDE of EA-HR
    EA-HRCDK     604     4     SAPK-60404INEAHRCDK     Sub component EA-HRCDK of EA-HR
    EA-HRCES     604     4     SAPK-60404INEAHRCES     Sub component EA-HRCES of EA-HR
    EA-HRCFI     604     4     SAPK-60404INEAHRCFI     Sub component EA-HRCFI of EA-HR
    EA-HRCFR     604     4     SAPK-60404INEAHRCFR     Sub component EA-HRCFR of EA-HR
    EA-HRCGB     604     4     SAPK-60404INEAHRCGB     Sub component EA-HRCGB of EA-HR
    EA-HRCHK     604     4     SAPK-60404INEAHRCHK     Sub component EA-HRCHK of EA-HR
    EA-HRCID     604     4     SAPK-60404INEAHRCID     Sub component EA-HRCID of EA-HR
    EA-HRCIE     604     4     SAPK-60404INEAHRCIE     Sub component EA-HRCIE of EA-HR
    EA-HRCIN     604     4     SAPK-60404INEAHRCIN     Sub component EA-HRCIN of EA-HR
    EA-HRCIT     604     4     SAPK-60404INEAHRCIT     Sub component EA-HRCIT of EA-HR
    EA-HRCJP     604     4     SAPK-60404INEAHRCJP     Sub component EA-HRCJP of EA-HR
    EA-HRCKR     604     4     SAPK-60404INEAHRCKR     Sub component EA-HRCKR of EA-HR
    EA-HRCMX     604     4     SAPK-60404INEAHRCMX     Sub component EA-HRCMX of EA-HR
    EA-HRCMY     604     4     SAPK-60404INEAHRCMY     Sub component EA-HRCMY of EA-HR
    EA-HRCNL     604     4     SAPK-60404INEAHRCNL     Sub component EA-HRCNL of EA-HR
    EA-HRCNO     604     4     SAPK-60404INEAHRCNO     Sub component EA-HRCNO of EA-HR
    EA-HRCNZ     604     4     SAPK-60404INEAHRCNZ     Sub component EA-HRCNZ of EA-HR
    EA-HRCPH     604     4     SAPK-60404INEAHRCPH     Sub component EA-HRCPH of EA-HR
    EA-HRCPT     604     4     SAPK-60404INEAHRCPT     Sub component EA-HRCPT of EA-HR
    EA-HRCRU     604     4     SAPK-60404INEAHRCRU     Sub component EA-HRCRU of EA-HR
    EA-HRCSE     604     4     SAPK-60404INEAHRCSE     Sub component EA-HRCSE of EA-HR
    EA-HRCSG     604     4     SAPK-60404INEAHRCSG     Sub component EA-HRCSG of EA-HR
    EA-HRCTH     604     4     SAPK-60404INEAHRCTH     Sub component EA-HRCTH of EA-HR
    EA-HRCTW     604     4     SAPK-60404INEAHRCTW     Sub component EA-HRCTW of EA-HR
    EA-HRCUS     604     4     SAPK-60404INEAHRCUS     Sub component EA-HRCUS of EA-HR
    EA-HRCVE     604     4     SAPK-60404INEAHRCVE     Sub component EA-HRCVE of EA-HR
    EA-HRCZA     604     4     SAPK-60404INEAHRCZA     Sub component EA-HRCZA of EA-HR
    EA-HRGXX     604     4     SAPK-60404INEAHRGXX     Sub component EA-HRGXX of EA-HR
    EA-HRRXX     604     4     SAPK-60404INEAHRRXX     Sub component EA-HRRXX of EA-HR
    EA-PS     604     1     SAPK-60401INEAPS     SAP Enterprise Extension Public Services
    EA-RETAIL     604     1     SAPK-60401INEARETAIL     SAP Enterprise Extension Retail
    FINBASIS     604     1     SAPK-60401INFINBASIS     FINBASIS
    C-CEE     110_604     0          -     ECC Core Country Versions for EEM Countr
    CPRXRPM     450_700     4     SAPK-45004INCPRXRPM     SAP xRPM/cProjects/cFolders 4.50 (ABAP)
    ECC-DIMP     604     1     SAPK-60401INECCDIMP     DIMP
    ECC-SE     604     1     SAPK-60401INECCSE     ESA FAST TRACK (ERP) 2005
    ERECRUIT     604     1     SAPK-60401INERECRUIT     ERECRUIT
    FI-CA     604     1     SAPK-60401INFICA     FI-CA
    FI-CAX     604     1     SAPK-60401INFICAX     FI-CA Extended
    HR-CEE     110_604     0          -     HR country version for CEE countries
    HR-CEECBG     110_604     0          -     Sub component HR-CEECBG of HR-CEE
    HR-CEECCO     110_604     0          -     Sub component HR-CEECCO of HR-CEE
    HR-CEECCZ     110_604     0          -     Sub component HR-CEECCZ of HR-CEE
    HR-CEECHR     110_604     0          -     Sub component HR-CEECHR of HR-CEE
    HR-CEECHU     110_604     0          -     Sub component HR-CEECHU of HR-CEE
    HR-CEECPL     110_604     0          -     Sub component HR-CEECPL of HR-CEE
    HR-CEECRO     110_604     0          -     Sub component HR-CEECRO of HR-CEE
    HR-CEECSI     110_604     0          -     Sub component HR-CEECSI of HR-CEE
    HR-CEECSK     110_604     0          -     Sub component HR-CEECSK of HR-CEE
    HR-CEECTR     110_604     0          -     Sub component HR-CEECTR of HR-CEE
    HR-CEECUA     110_604     0          -     Sub component HR-CEECUA of HR-CEE
    HR-CEEGXX     110_604     0          -     Sub component HR-CEEGXX of HR-CEE
    HR-CEERXX     110_604     0          -     Sub component HR-CEERXX of HR-CEE
    INSURANCE     604     1     SAPK-60401ININSURANC     SAP Insurance
    IS-CWM     604     1     SAPK-60401INISCWM     Industry Solution Catch Weight Managemen
    IS-H     604     1     SAPK-60401INISH     SAP Healthcare
    IS-M     604     1     SAPK-60401INISM     SAP MEDIA
    IS-OIL     604     1     SAPK-60401INISOIL     IS-OIL
    IS-PRA     604     1     SAPK-60401INISPRA     SAP IS-PRA
    IS-PS-CA     604     1     SAPK-60401INISPSCA     IS-PS-CA 604 Upgrade
    IS-UT     604     1     SAPK-60401INISUT     SAP Utilities/Telecommunication
    LSOFE     604     1     SAPK-60401INLSOFE     LSOFE
    PLMWUI     700     1     SAPK-70001INPLMWUI     SAP PLM Web UI
    RTLWFM     100     3     SAPK-10003INRTLWFM     RTLWFM 100: Add-On Installation
    SEM-BW     604     1     SAPK-60401INSEMBW     SEM-BW
    SLL-LEG     720     1     SAPK-72001INSAPSLL     SLL-LEG 720 : Add-On Installation
    SLL_PI     720_603     1     SAPK-72901INSLLPI     GTS Plug-In
    WFMCORE     200     11     SAPK-20011INWFMCORE     WFMCORE 200 Upgrade: Meta-Commandfile (D
    GRC_RM_ABP     200     11     SAPK-20011INGRCRMABP     GRC_RM_ABP 200: Add-On Installation
    AIN     400     2     SAPK-40002INAIN     AIN 400 : Add-On Supplement
    AOFTOOLS     400_700     0          -     Add-On Assembly Kit (AOFTOOLS 400_700)
    GRCPCRTA     250_700     5     SAPK-25605INGRCPCRTA     GRCPC 250 RTA for 700
    GRCSPC     250     5     SAPK-25005INGRCSPC     GRC Process Control 250
    MRSS     610     3     SAPK-61003INMRSS     Multi Resource Service Scheduling
    ST-A/PI     01L_ECC600     0          -     Application Servicetools for ECC 600
    TDAGBCA     110_600     2     SAPK-26002INTDAGBCA     TechniData Basic Components
    VIRSAHR     530_700     3     SAPK-53303INVIRSAHR     SAP GRC Access Controls 5.3 for 700 HR S
    VIRSANH     530_700     4     SAPK-53304INVIRSANH     SAP GRC Access Controls 5.3 for 700 HR a
    XFT     240_700     0          -     xft business add-on
    Thanks
    Mani

  • Oracle 9i & 10g replicated to MSSQL 2005 Enterprise: Problem !

    Hi,
    I have been doing some oracle 9i and 10g Replication to MSSQL 2005 Enterprise Database using the SQL 2005 Server Enterprise replication tool. This is working great, however, we recentrly had some problems on the Oracle side getting errors on new connection for both 9i and 10g servers. Only restarting the server has solved the problem so far....
    The complete procedure to to this setup is available on Microsoft Technet:
    http://www.microsoft.com/technet/prodtechnol/sql/2005/technologies/repl_quickstart_for_oracle.mspx
    If anyone could help me regarding the problem on new connections problem I would appreciate
    Here are the errors we are getting:
    10g Agent connection Error on the Database 10g:
    Timestamp=Jul 4, 2008 2:29:03 PM EDT
    Severity=Critical
    Message=Failed to connect to database instance: ORA-12518: TNS:listener could not hand off client connection (DBD ERROR: OCIServerAttach).
    10g Agent connection Error on the Database 9i:
    Timestamp=Jul 10, 2008 10:51:16 AM EDT
    Severity=Critical
    Message=Failed to connect to database instance: ORA-04031: unable to allocate %s bytes of shared memory ("%s","%s","%s","%s") (DBD ERROR: OCISessionBegin).
    Notification Rule Name=Send Email For Database Event
    Notification Rule Owner=SYSMAN
    Notification Count=1
    The clients applications are having similar errors when trying to connect. This seems to be happening after replication has been running for a while (1 -2 weeks) on the SQL server 2005 side...
    We are using Snapshot Replication for the 10g database (every 20 minutes)
    and transactional replication on the 9i database...
    We are replicating 28 tables from the 10g database (500Mb Via Snapshot Replication)
    And 171 Tables for the 9i databases (Near 3Gb Via Transactional Replication)
    Thanks for the help !

    Here is an error from the 9i database Client: (this seems to be correct %s values)
    ORA-04031: Unable to allocate 20236 bytes of shared memory("shared pool", "unknown object", "sga heap(1,0)", "session param values");
    Here is the 9i database Init.ora:
    # Copyright (c) 1991, 2001, 2002 by Oracle Corporation
    # Cache and I/O
    db_block_size=8192
    db_cache_size=25165824
    db_file_multiblock_read_count=16
    # Cursors and Library Cache
    open_cursors=300
    # Database Identification
    db_domain=Something.com
    db_name=Something
    # Diagnostics and Statistics
    background_dump_dest=C:\oracle\admin\Something\bdump
    core_dump_dest=C:\oracle\admin\Something\cdump
    timed_statistics=TRUE
    user_dump_dest=C:\oracle\admin\Something\udump
    # File Configuration
    control_files=("D:\oracle\oradata\Something\CONTROL01.CTL", "D:\oracle\oradata\Something\CONTROL02.CTL", "D:\oracle\oradata\Something\CONTROL03.CTL")
    # Instance Identification
    instance_name=Something
    # Job Queues
    job_queue_processes=10
    # MTS
    dispatchers="(PROTOCOL=TCP) (SERVICE=SomethingXDB)"
    # Miscellaneous
    aq_tm_processes=1
    compatible=9.2.0.0.0
    # Optimizer
    hash_join_enabled=TRUE
    query_rewrite_enabled=FALSE
    star_transformation_enabled=FALSE
    # Pools
    java_pool_size=33554432
    large_pool_size=8388608
    shared_pool_size=50331648
    # Processes and Sessions
    processes=150
    # Redo Log and Recovery
    fast_start_mttr_target=300
    # Security and Auditing
    remote_login_passwordfile=EXCLUSIVE
    # Sort, Hash Joins, Bitmap Indexes
    pga_aggregate_target=25165824
    sort_area_size=524288
    # System Managed Undo and Rollback Segments
    undo_management=AUTO
    undo_retention=10800
    undo_tablespace=UNDOTBS1
    Here is the Database 10g init.ora:
    SomeDB.__db_cache_size=1216348160
    SomeDB.__java_pool_size=8388608
    SomeDB.__large_pool_size=8388608
    SomeDB.__shared_pool_size=343932928
    SomeDB.__streams_pool_size=0
    *.audit_file_dest='D:\oracle\product\10.2.0\admin\SomeDB\adump'
    *.background_dump_dest='D:\oracle\product\10.2.0\admin\SomeDB\bdump'
    *.compatible='10.2.0.3.0'
    *.control_files='D:\oracle\product\10.2.0\oradata\SomeDB\control01.ctl','D:\oracle\product\10.2.0\oradata\SomeDB\control02.ctl','D:\oracle\product\10.2.0\oradata\SomeDB\control03.ctl'
    *.core_dump_dest='D:\oracle\product\10.2.0\admin\SomeDB\cdump'
    *.db_block_size=8192
    *.db_domain=''
    *.db_file_multiblock_read_count=16
    *.db_name='SomeDB
    *.job_queue_processes=10
    *.log_archive_dest='D:\Backup\SomeDB\Archives'
    *.log_archive_start='true'
    *.open_cursors=300
    *.pga_aggregate_target=525336576
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=1578106880
    *.undo_management='AUTO'
    *.undo_tablespace='RBS'
    *.user_dump_dest='D:\oracle\product\10.2.0\admin\SomeDB\udump'
    On the 10g database we get the error: ORA-12518: TNS:listener could not hand off client connection (DBD ERROR: OCIServerAttach).
    The application for the Database 10g Is web based and uses Tomcat, I seems to get similar errors in the tomcat log:
    java.sql.SQLException: ORA-04030: out of process memory when trying to allocate 1046552 bytes

  • Sql server configuration manager remote procedure call failed(0x800706be)

    Hi,
    My Sql Server Management Studio working well. But When I open Sql server configuration manager I Got an error
    “Remote procedure call failed (0x800706be)”
    I tried Goggling the problem and solve it but I am not getting any valuable
    solution. Is anyone solve this problem
    I attach snap here
    MySql Server Details:
    Microsoft SQL Server 2008 R2 (RTM) - 10.50.1617.0 (X64) Developer Edition (64-bit) on Windows NT 6.1 <X64> (Build 7600: )

    This error appears to happen when .mof files (Managed Object Format (MOF)) don’t get installed and registered correctly during set-up. To resolve this issue, I executed
    the following mofcomp command in command prompt to re-register the *.mof files:
    mofcomp.exe "C:\Program Files (x86)\Microsoft SQL Server\100\Shared\sqlmgmproviderxpsp2up.mof"
    Regards,
    Basit A. Farooq (MSC Computing, MCITP SQL Server 2005 & 2008, MCDBA SQL Server 2000)
    http://basitaalishan.com
    cau u pls tell me how to type this command on command prompt. I also have the same error in sql server 2008. I allready have sql server 2008 sp2 installed. When I was trying to type this command as it it by copying this full command to command prompt it
    shows that command not found as follows
    C:\>mofcomp.exe "C:\Program Files (x86)\Microsoft SQL Server\100\Shared\sqlmgmpr
    oviderxpsp2up.mof"
    Microsoft (R) MOF Compiler Version 6.1.7600.16385
    Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
    File 'C:\Program Files (x86)\Microsoft SQL Server\100\Shared\sqlmgmproviderxpsp2
    up.mof' not found!
    please tell me step by step 
    thanks 
    nravhad

  • BI JDBC Connection For MSSQL 2005

    Hi All,
    I am trying to establish an BI JDBC Connection with MSSQL 2005 Server. I follow the steps exactly mentioned in the guide but i was not successfull. I doubt the problem could be with the adapters and again downloaded a JAR file for MSSQL 2005 from microsoft website and proceeded with steps. But no luck this time also.
    How do i make a successfull connection. Below is the result of a test page
    ==================================================
    Details:
    com.sap.ip.bi.sdk.exception.BIConnectionFailedException: Cannot open the connection at com.sap.ip.bi.sdk.dac.connector.jdbc.JdbcConnectionFactory.getConnectionEx(JdbcConnectionFactory.java:238) at com.sap.ip.bi.sdk.trialarea.connector.servlet.model.JDBCModel.getConnection(JDBCModel.java:797) at com.sap.ip.bi.sdk.trialarea.connector.servlet.model.JDBCModel.getTables(JDBCModel.java:132) at com.sap.ip.bi.sdk.trialarea.connector.servlet.controller.Control2.doPost(Control2.java:23) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365) at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944) at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266) at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95) at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160) at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33) at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at java.security.AccessController.doPrivileged(Native Method) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170) Caused by: com.sap.ip.bi.sdk.exception.BIResourceException: Cannot open the connection at com.sap.ip.bi.sdk.dac.connector.jdbc.JdbcManagedConnection.(JdbcManagedConnection.java:123) at com.sap.ip.bi.sdk.dac.connector.jdbc.JdbcManagedConnectionFactory.createManagedConnection(JdbcManagedConnectionFactory.java:119) at com.sap.engine.services.connector.jca.ConnectionHashSet.match(ConnectionHashSet.java:320) at com.sap.engine.services.connector.jca.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:189) at com.sap.ip.bi.sdk.dac.connector.jdbc.JdbcConnectionFactory.getConnectionEx(JdbcConnectionFactory.java:233) ... 19 more Caused by: com.sap.ip.bi.sdk.exception.BIResourceException: Cannot connect to JDBC data source at com.sap.ip.bi.sdk.dac.connector.jdbc.impl.Connection.connectDB(Connection.java:394) at com.sap.ip.bi.sdk.dac.connector.jdbc.impl.Connection.connect(Connection.java:106) at com.sap.ip.bi.sdk.dac.connector.jdbc.JdbcManagedConnection.(JdbcManagedConnection.java:118) ... 23 more Caused by: java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]End of stream was detected on a read. at com.microsoft.jdbc.base.BaseExceptions.createException(Unknown Source) at com.microsoft.jdbc.base.BaseExceptions.getException(Unknown Source) at com.microsoft.jdbc.sqlserver.tds.TDSRequest.processReply(Unknown Source) at com.microsoft.jdbc.sqlserver.SQLServerImplConnection.open(Unknown Source) at com.microsoft.jdbc.base.BaseConnection.getNewImplConnection(Unknown Source) at com.microsoft.jdbc.base.BaseConnection.open(Unknown Source) at com.microsoft.jdbc.base.BaseDriver.connect(Unknown Source) at java.sql.DriverManager.getConnection(DriverManager.java:512) at java.sql.DriverManager.getConnection(DriverManager.java:140) at com.sap.ip.bi.sdk.dac.connector.jdbc.impl.Connection.connectDB(Connection.java:376) ... 25 more
    ====================================================
    regards,
    Anand

    Hi Anand,
    did you check the WIKI:
    <a href="https://wiki.sdn.sap.com/wiki/display/VC/JDBCConnectionSetup">https://wiki.sdn.sap.com/wiki/display/VC/JDBCConnectionSetup</a>
    Best Regards,
    Marcel

  • MSDTC cluster on MSSQL 2005

    I've searched the SAP Notes with out results, so am asking if anyone knows....
    When installing MSSQL 2005 on a cluster we've been informed by the SQL DBA that the MSDTC must be clustered. But he needs to know if we can add the MSDTC to the SAP Cluster group.
    I've suggested that there should be no problems, but would like confirmation.

    Thanks Jared
    I do have one more question though.
    First, we installing on 64 bit servers now (wahoo). But shouldn't the msdtc be installed on a drive that can be failed over?
    The Server Management team is suggesting this and thus the question in regards to installing on the SAP cluster.
    Ken

  • How to reset ddic password for client 000 in MSSQL 2005 database

    SAP = ECC6
    DB = MSSQL 2005
    client = 000
    1. SAP* account was removed from the DB, can't be found in USR02 table.
    2. Only left ddic account and was locked. How can i reset ddic password?
    3. How can i unlock and reset my own password from the MSSQL database?

    You can unlock and reset passwords for DDIC and for your own user id in the following way:
    Please execute the below queries at your database level:
    To unlock user ids:
    SQL>update SAP<SID>.usr02 set flag=0 where bname="*user id*" and mandt=client number;
    SQL>commit;
    To reset the passwords:
    SQL>update SAP<SID>.usr02 set bcode="encrypted password" where bname="*user id*" and mandt=client number;
    SQL>commit;
    Then log into the system and execute /$sync
    hope this will help you.
    Regards,
    FAisal

  • Connection via UD Connect in BI system to external MSSQL 2005

    Hello experts,
    I want to configure connection from BI (SAP_BW 7.01) system on SAP EHP 1 for SAP NetWeaver 7.0 to MSSQL 2005 and AIX via UD Connect. I want to setup connection according to guide "How to u2026Configure UDConnect on the J2EE Server for JDBC Access to External Databases (SAP NW 04 - SAP BW 3.5)". I have problem with create RFC destination under "JCo RFC Provider" in Visual Administrator. I don't known where I can add new RFC destination as is write in this guide.
    Thank you very much for your help.
    Best regards
    Capek Martin

    > I have problem with create RFC destination under "JCo RFC Provider" in Visual Administrator. I don't known where I can add new RFC destination as is write in this guide.
    You're searching for the "new" button, right? I was searching that too.
    Just select one RFC destination, change the name and press on "save" - this will add a new one. Not very intuitive but it works.
    Markus

  • Errors during backup of MSSQL 2005 using DB13

    Hi,
    I have an ECC 5.0 system, and when I try to perform any kind of backup of a MSSQL 2005 database using DB13 I get an error like this:
    Modified:  2006-12-05 11:43:55.                                   
    Command:    pc1.sap_backup_databases                              
                 @dblist="PC1,master,msdb",@r3db="PC1",@bdev="PC1     
               _v2",@unload=0,@jobname= "SAP CCMS Full DB Backup      
               of PC1,master,msdb [20061205114354]"                   
    Descript: SAP CCMS JOB                                                                               
    *********** Task history information ***********                  
    For run:   20061205 23:00:00                                      
    Status:    0          (failure)   (see DB error log)              
    Message:   3013                                                   
    Severity:  16                                                     
    Duration:  0 hours, 0 minutes, 0 seconds                          
    Last msg:  Executed as user: NT AUTHORITYSYSTEM. DBCC execut     
               ion completed. If DBCC printed error messages, con     
               tact your system administrator. [SQLSTATE 01000] (     
               Message 2528)  The user-specified MEDIANAME "ID05S     
               " does not match the MEDIANAME "ID29S" of the devi     
               ce "PC1_v2(D:BackupPC1_2.bak)". [SQLSTATE 42000]     
                (Error 4037)  BACKUP DATABASE is terminating abno     
               rmally. [SQLSTATE 42000] (Error 3013).  The step 
               failed.                                                
    The strange thing is that if I create a new backup device in MS SQL Server Management Studio, and assign a backup job to use this backup device, the backup is successfull... but only the first time I schedule the backup. Following backup attempts to same device fails with the error message above.
    Any ideas, anyone?
    Regards,
    Thomas

    Hi Kan,
    So your suggestion is that I should run a backup with the format media option selected? I believe I have tried that, but I will nevertheless give it another go.
    Will keep this thread open in the mean time.
    Thomas

  • Can SBO-COMMON database be re-attached after Reinstalling MSSQL 2005

    Hi All,
    I encountered collation issue. The MSSQL Server Collation is incorrectly indicated when upgrade from 2005B to 8.8 was performed. (the correct one should be SQL_Latin1_General_CP1_CI_AS instead of Latin1_General_CI_AS. But my various company databases are correctly stated as SQL_Latin1_General_CP850_CI_AS (as required by SAP B1).
    Now, I am considering creating a new SQL Instance with the correct collation, then use the SBO Upgrade Server to create the SBO-COMMON and re-direct the License Server to the new instance. But all my AddOns requires for re-installation.
    My next alternative is to uninstall MSSQL 2005 and re-install with the correct collation. But I am wondering if the backup SBO-COMMON can be used. Also, will the installed AddOns prompts for re-installation?
    I have checked against SAP Note 987436. is this the only lifeline?
    These solutions will required certain amount of downtime from the customer. Is there a cleaner way out of this?
    Please help.
    Regards
    Jessie Ng

    Hi,
    Some of our B1 customers have encountered the wrong collation settings. Here are the problems they've got :
    1. When trying to use any functionality of Drag & Relate, the following error message will be displayed: 'No matching record found'.
    2. When runing "Sales\Purchase analysis report" for Business Partner, the report might not retrieve any results eventhough it should.
    Here is the solution from SAP note:
    Collation Settings of MSSQL Server 2005 or 2008
    Symptom
    When defining the wrong collation during manual installation of MSSQL Server 2005 or MSSQL 2008, in certain situations it might cause functional problems. Examples:
    1. When trying to use any functionality of Drag & Relate, the following error message will be displayed: 'No matching record found'.
    2. When runing "Sales\Purchase analysis report" for Business Partner, the report might not retrieve any results eventhough it should.
    Other terms
    MSSQL 2005, MSSQL 2008, SQL server, documentation, collation, Drag & relate, drag and relate, collation settings, collation setting, SQL 2005, SQL 2008
    Reason and Prerequisites
    Consulting Note
    Solution
    The latest version of any documentation can be found at http://service.sap.com/smb/sbo/documentation.
    Please make sure to choose collation setting of: SQL_Latin1_General_CP1_CI_AS
    when installing MSSQL 2005 / 2008 Server.
    In order to check what the collation is set to in your server, please run the following query:
    Collation of your Server:
    select SERVERPROPERTY ('collation')
    (This query gets the collation settings of MSSQL Server's System Database "Master")
    Expected answer : SQL_Latin1_General_CP1_CI_AS
    In case you have already installed the MSSQL 2005 or 2008 Server with any collation other than SQL_Latin1_General_CP1_CI_AS, please follow the steps below:
    Change your server collation to SQL_Latin1_General_CP1_CI_AS.
    You can find Microsoft's instructions for changing an SQL server collation here:
    http://msdn2.microsoft.com/en-us/library/ms179254.aspx
    Please note that collation settings of Database "Master" needs to be changed only. All SAP Business One Databases must not be changed! These must remain on SQL_Latin1_General_CP850_CI_AS.
    If you need any clarifications with this process please refer to an Expert Empowerment Session "SQL 2005 Server Collation settings" at https://websmp203.sap-ag.de/~sapidb/011000358700000050892007E/ or http://service.sap.com/smb/sbo/support -> Archive: Empowerment Sessions.
    If you have any Servicepack for MSSQL Server installed, but the Servicepack is not included into your DVD MSSQL Server, do as follows:
    1. Deinstall Servcicepack
    2. Change Collation Settings as per Expert Empowerment Session
    3. Install Servicepack again
    JimM

Maybe you are looking for