Use Discoverer folders in MSSQL 2005.

I am trying to use folders created through Discoverer Administrator in MS SQL 2005.
Is it possible to use these folders to generate output within SQL as I cannot find them when I drill down through the tables or views in the SQL Manager.
Thanks

Hmm, an interesting question. What kind of EUL do you have in Discoverer? Is this an Oracle Applications EUL, or some other kind of EUL?
When you say you created folders in Administrator, how did you do that? Are you saying you created custom folders? Or that you have imported tables from someplace to create Discoverer folders?
Based on my somewhat limiited understanding of Discoverer, Discoverer does not store actual data. It merely points to where the actual data is stored at. Maybe you are thinking a folder is like a view, but it really is not that. If you want to work with data in MS SQL, then you need to work with wherever the actual data is located at.
Does this make any sense? I admit I am puzzled by your question, so not sure if I am giving you a good answer, or not.
John Dickey

Similar Messages

  • 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

  • Problem with MSSQL 2005 maintenence plan

    Hi,
    I am facing a problem with MSSQL 2005 maintenance plan. I created a plan which takes full backup of all the db’s and in the same plan I added a clean up task which is suppose to clean all the files older that 1 day.
    To gain compression I converted this plan to lite speed. Now the problem is Backups are running fine but the clean task is not cleaning old files. The job runs fine without fail.
    Any body who has faced similar problem please let me know if have the solution ?
    Thanks in advance.
    Kishan

    Hi in this case  my date format used in backup file getutcdate() format but
    to delete files i am using this script
    Declare @sql varchar(250),@retention tinyint
    set @retention=0
    set @sql='Exec master.dbo.xp_cmdshell ''Del E:\SQL2005\Backup\*' + convert(varchar(15),getdate()-@retention,120) + '*.bak'''
    Exec (@sql)
    i also tried with getutcdate()
    but it gives the following error.
    Could Not Find \\E:\SQL2005\Backup\*2008-04-03*.bak
    why i donot understand.
    can any one give heads up.

  • 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

  • ADF and MSSQL 2005 problems - FOR UPDATE clause allowed only for DECLARE C

    Hi all.
    I have a legacy application which uses MS SQL server 2000 / 2005. I've started to build up a new version of this application using JDev + ADF stack.
    Everything went ok until I've tried to update some data in a Form. I'm getting this error:
    com.microsoft.sqlserver.jdbc.SQLServerException: Line 1: FOR UPDATE clause allowed only for DECLARE CURSOR
    Can someone figure out what's wrong?
    1) In a MSSQL server connection string, normally we define the 'SelectMethod' parameter to 'cursor', as follows: jdbc:sqlserver://$host$:$port$;databaseName=dbserver;SelectMethod=cursor
    Since I was not able to do this through my project's 'Application Resources > Connections' screen, I could not evaluate if this is the cause
    2) I'm trying to follow the steps of an Oracle tutorial (http://www.oracle.com/technology/obe/obe11jdev/ps1/ria_application/developriaapplication_long.htm#ad), of course using MS SQL server instead of Oracle, and using some master->detail tables like the example suggests (in the tutorial, I've reached the step 11, then tried to update a record, which causes the mentioned exception)
    Follows the stacktrace:
    <Utils><buildFacesMessage> ADF: Adding the following JSF error message: Line 1: FOR UPDATE clause allowed only for DECLARE CURSOR.
    com.microsoft.sqlserver.jdbc.SQLServerException: Line 1: FOR UPDATE clause allowed only for DECLARE CURSOR.
         at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown Source)
         at com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
         at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(Unknown Source)
         at com.microsoft.sqlserver.jdbc.SQLServerStatement.getMoreResults(Unknown Source)
         at com.microsoft.sqlserver.jdbc.SQLServerStatement.seekToOutParams(Unknown Source)
         at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepStmtHandle(Unknown Source)
         at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doPrepExec(Unknown Source)
         at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeQuery(Unknown Source)
         at oracle.jbo.server.BaseSQLBuilderImpl.doEntitySelectForAltKey(BaseSQLBuilderImpl.java:707)
         at oracle.jbo.server.BaseSQLBuilderImpl.doEntitySelect(BaseSQLBuilderImpl.java:546)
         at oracle.jbo.server.EntityImpl.doSelect(EntityImpl.java:7789)
    Regards,
    Luciano S. Lorencini, SCJP, SCWCD

    So, I`ve created a test project and use the MSSQL flavor to create my Business Components.
    After repeated all the steps, the error did not happen again.
    But some strange behavior happen: I change some data and click the "Submit" button. The changed data appears ok in screen, but the changes were not committed in database!
    Do I need to explicitly tell ADF to commit that changes somewhere?
    Greetings,
    Luciano S. Lorencini, SCJP, SCWCD

  • Problrm to connect 2005 B - with MSSQL 2005

    Can any one help me to solve the below problem
    I have installed 2005 B and MSSQL 2005 in server. When i try to login the application either from server / client i am getting the following error
    "Cluster mismatch -131-163"
    Pls help me on this

    Suresh,
    Are you using MS Clustering with MS SQL Server 2005 as that is not supported.
    Eddy

  • Create Master Repository With MSSQL 2005

    Hi,
    I try to create a new Master repository with MSSQL 2005 but the connection to the database doesn't work.
    I create a database named db_snpm for the master database and a database named db_snpw for the work db as oracledi_setup.pdf said.
    I create a user/password snpm/password for db_snpm and snpw/password for db_snpw.
    There are db_owner.
    My driver connection : com.microsoft.sqlserver.jdbc.SQLServerDriver
    My Url : jdbc:sqlserver://localhost:1433;selectMethod=cursor;databaseName=db_snpm;integratedSecurity=false
    User : snpm
    Password : password
    When I try the connection, I've got the following error "com.sunopsis.sql.c: com/microsoft/sqlserver/jdbc/SQLServerDriver "
    I had created a SQL SERVER DataServer in the topology Manager with the same driver and url and the connection work fine. I used it in some interface.
    Any help would be great.
    Thanks
    Jerome
    Edited by: user12010673 on 14 oct. 2009 02:00

    Creation of ODI master repository is limited to few relational databases only. Check certification matrix for ODI 11g
    Oracle 10.2.0.4+
    Oracle 11.1.0.7+
    Oracle 11.2.0.1+
    Microsoft SQL Server 2005
    Microsoft SQL Server 2008
    IBM DB2/UDB 9.7 and later FixPaks
    IBM DB2/400 (V5R4+)
    Hypersonic SQL 1.7.3+
    Sybase AS Enterprise 15.0.x
    thanks

  • 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

  • Compatibility - MSSQL 2005, 64 bit

    We will be performing an upgrade to MSSQL 2005. Has anyone
    had any problems using 64-bit SQL Server? Does JDBC make this
    invisible to the ColdFusion client?

    I too would like to know if anyone else is using MS SQL
    Server 64 bit as a standalone database server for Coldfusion?
    Our CF web servers (CFMX 6.1 standard) are independant from
    our database server (MS SQL 2000 Standard on another machine). When
    we upgrade to a new server and 64bit SQL, will we need to change
    out the database drivers on our web server? Has anyone run into any
    gotchas doing this?
    - Piper

  • 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

  • Backup on MSSQl 2005

    Hello,
    I need to take db backup which is on Mssql 2005 and there is space constraint. We have tried taking the backup twice but to no avail.
    Is there an option of taking a compressed backup? I could find the same for MSSQL 2008 but not MSSQL 2005.
    Please also suggest if there is any other alternative.
    Thanks and Regards,
    Ankit Mishra

    Hello All,
    @We did not had the option of tapes.
    We could make enough space on the server on closely monitoring and deleting the unwanted files from the USR folder. It was having a couple of "copy of files" which were not being used and an 18.5 Gb of  client export file placed under usr/sap/trans.
    After do so, the backup had run successfully.
    Just fyi, for a db close to 105 Gb, the backup file size is 82Gb.
    Thanks and  Regards,
    Ankit Mishra

  • MSSQL 2005 Issue

    Hello,
    I'm using MSSQL 2005 for SAP B1
    with login name: "sa"
    Now I've created another user in SQL named "sap"  who has given the permission to manipulate the SAP databases.Now SAP users will work by userscode: "sap" instead of "sa".
    And now my question is=>
    Is it possible that users other than "sa" could not restart the server  from MSSQL Server Management Studio?
    There are few semi computer literate people in company who knows to connect to the database & creates problems in absense of admin.
    So, plz let me know how to control the permission level such that no one other than "sa" could stop MSSQL 2005 service from Management Studio.
    Thanks.
    Subrata

    Thnx for ur reply.
    After creating an user I followed the same steps as u mentioned.
    But, it's not working.
    From the new user the database can be restarted.
    Is there any step during user creation that I missed out?
    Plz let me know.
    And another thing is => Now,any user can take entry by Windows Authentication .
    How could I stop it?
    Rgds
    Subrata

  • MSSQL 2005 user database now shows up in system database folder

    While attempting to set up sql replication in MSSQL 2005 one of my user databases is now in the systems database folder.  I need to move it back to the user databases folder.  Any help would be greatly appreciated.

    I'm still at the point where if I run
    sp_detach_db 'dbname'
    I get
    Msg 3724, Level 16, State 1, Line 1
    Cannot drop the database 'dbname' because it is being used for replication.
    If I right click on the replication folder I have no disbributor properties
    Somehow I need to remvoe the replication flag from the db that I have accidentally gotten it stuck on.
    Any ideas?
    Hello dsams,
    Are you a member of "sysadmin" fixed server role ? If not you will not be able to configure replication.
    Once you are a member of "sysadmin" then you can try the below sql or go to replication and right click on it, you will get "Disable publishing & distribution".
    use master
    go
    alter database distribution set offline;
    drop database distribution;
    Regards, RSingh

  • 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

  • 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

Maybe you are looking for

  • IPod touch G2 not syncing

    When I opened iTunes with my daughter's iPod touch G2 attached, there was a message that there is an update available iPod 4.2. I clicked update. The message said this is the current version of iTunes 9.2.1. So I went online and downloaded 4.2 and ma

  • Error During Solaris 8 Installation

    Hi I am getting the following error message while installing solaris 8 on my intel based computer. Error : Could not mount filesystems . Error : could not opern /a/etc/vfstab . and the installation halts and the prompt comes up. The packages are part

  • Exchange backup issues

    Exchange 2010 SP3 rollup4 4 Server DAG all servers running Windows 2008 R2 (VMs on VMware esxi5.1) 4 databases (2 mailbox, 2 online archives) Last week 2 databases backup stopped truncating the logs, Mailbox 1 and Online Archive 1. (Mailbox 2 and Onl

  • Which is Good for Performance?

    Hi, I am bit confused about this code from performance point of view, say If I write like this : for(int i=0;i<1000;i++)   //declaring variables in the loop   int j, k;   double d;   CustomClassObj classObj = new CustomClassObj(); }And if I declare a

  • Remove Errors in list

    I made a formula that returns a list, each list item is text type. My problem is, i want to know if there are items that is a number, then I do this: List.Transform([My List], try Number.From otherwise null) The 'try <> otherwise <>' is not working,