‎2006 Aug 29 1:31 PM
Hi all,
An error occured when executing a shipment transaction.
There is a native SQL code written in a Z function module,where the dump occurs.
Runtime errors:DBIF_DSQL2_SQL_ERROR
Exception:CX_SY_NATIVE_SQL_ERROR.
The error points to a selection from a different database.
Kindly provide ur suggestion regarding this dump.
Regards,
Priya
‎2006 Aug 29 1:53 PM
hi priya,
check out this link...
the note 594508 may be helpful..
reward points if it is helpful...
‎2006 Aug 29 1:54 PM
Hi Priya,
there are mostly some clother information the in developer trace (transaction ST11)
- call the program and let it dump
- take a look in the short dump to get the number of the workprocess
- go to the ST11 and double click to the file dev_wxx, where xx is the number from step 2
- go to the end of the list
Good luck,
Stefan
‎2006 Aug 29 1:59 PM
‎2006 Aug 29 2:08 PM
hi,
This is because the maximum number of secondary database connections was exceeded.
Regards,
Sailaja.
‎2006 Aug 29 2:46 PM
The native SQL code where it dumped was,
EXEC SQL.
SELECT SHIPMENT_STATUS INTO :SHIP_STATUS
FROM SHIPMENT_DN@PROD_ITP DN, SHIPMENT_ID@PROD_ITP ID
WHERE ID.SHIP_ID_TYPE = 5
AND ID.EXTERNAL_SHIP_ID = :ITSHIPID
AND ID.SHIPMENT_HANDLE = DN.SHIPMENT_HANDLE
ENDEXEC.
Regards,
Priya