Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

DBIF_RSQL_INVALID_REQUEST by inserting data into table

Former Member
0 Kudos

Hi there,

could you please help? get the DBIF_RSQL_INVALID_REQUEST dump while exceuting an modified SAP programme.

what i get from the dump is the following code line


 264 *     Zurückladen                                                    
...                                                
 267         zs910_a = s000.                              
 ... 
        INSERT zs910_a.                                  

and additional, if i run that programm in background


  Last error logged in SAP kernel                                                                                
Component............ "NI (network interface)"                                     
.....                                                                                
The error reported by the operating system is:                                     
Error number..... 13                                                               
Error text....... "Permission denied"                                                                       

Does anyone have an idea what i can do to solve this?

Regards

Steve

6 REPLIES 6

Former Member
0 Kudos

There should also be some sort of return code or additional message with the dump. Can you provide it please?

Rob

Former Member
0 Kudos

Hello Rob,

this one? Error code........... "-10"

                                               
      
    Version.............. 38                                                                       
    *Error code........... "-10"*                                                                    
    Error text........... "partner 'localhost:*******' not reached"                                
    Description.......... "NiPConnect"                                                             
    System call.......... "connect"                                                                
    Module............... "nixxi.cpp"                                                              
    Line................. 2513                                                                                
The error reported by the operating system is:                                                 
    Error number..... 13                                                                                
Error text....... "Permission denied"                                                                                
Check the host name and service that define the remote program. Are                            
    these parameters correct? You can use the "ping" command to check                              
    whether the specified host is reachable. If the remote program is an                           
    application server, check whether it is running and whether the local                          
    gateway of this server is listening for the specified service. If the                          
    service is sapgw<nn>, the remote server must run with SAPSYSTEM number                         

Former Member
0 Kudos

Hello again,

sorry for the bump but, does anyone have an idea where the problem might be?

I just can not believe that the insert itelf is the reason.

thanks,

steve

Former Member
0 Kudos

Hello there,

the "Error" depends on a feature "Automatic Conversion" in Function "ARCHIVE_GET_NEXT_RECORD".

With switching the conversion off, i got a new problem.

I need to load data from the archive. The problem is, that the original table in the online database changed and therefore the structure submitted by the archiving objects customizing is wrong and causes

ASSIGN_CASTING_ILLEGAL_CAST inside ARCHIVE_GET_NEXT_RECORD.

I can not change the customizing because it is needed for any future archiving run.

Did anyone have a similar challenge?

Thanks,

Steve

Former Member
0 Kudos

but maybe the adk takes the name of the structure based on the entries in the old archive files...

Former Member
0 Kudos

no one?