Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Problems reloading ReloadSAPDD.qvw

Need some help, while reloading the ReloadSAPDD.qvw i get the following error:

QTQVC/OPEN_STREAM failed after 00:00:00 Key = RFC_INVALID_HANDLE (An invalid handle was passed to the API call)

DD03L:  

SELECT FIELDNAME KEYFLAG TABNAME CHECKTABLE ROLLNAME POSITION FROM DD03L where AS4LOCAL = 'A' AND INTTYPE <> '' AND TABNAME IN ( SELECT TABNAME  FROM DD02L where ( TABCLASS = 'TRANSP' or TABCLASS = 'POOL' or TABCLASS = 'CLUSTER' or ( TABCLASS = 'VIEW' and ( VIEWCLASS = 'D' or VIEWCLASS = 'P' ) ) ) )

Thanks for your help

2 Replies
Ian_Crosland
Employee
Employee

Hi

couple of things to check,

  • Did the transport files get loaded correctly and are they the correct version for your BASIS version
  • Can you run transaction /n/QTQVC/SQL and run a simple SQL statement?
  • If yes can you extract any tables from SAP e.g a smaller one (T001)

If yes to all of the above you may be running out of allocated memory on the SAP side as the DD03L table is large and also runs a nested query on DD02L for filtering)

Not applicable
Author

I faced the exact same issue, here's what I did to overcome it:

You need to install 2 transports on your SAP ECC system.

Once you have downloaded these from the QV downloads website they need to be pasted into the appropriate folders on your SAP server.

D:/usr/sap/trans/data - E6DR900923

D:/ust/sap/trans/cofiles - E6DK900923

Then go to your SAP system and to transaction STMS - choose the appropriate system you wish to import the transport (dev, qas, prod...)

Then go to Extras -> Other Requests -> Add (type in your transports)