C C++ Errors (70)
DotNet Errors (17)
Database Errors (16446)
Scripts Errors (102)
In .net how many error will occur?
when i open the system error dialog box come memory could not be read some.
Jetking is C C
ORA-26082: load of overlapping segments on table string.string is not allowed
when will we use lsmw , bdc and bapi? which will be easy to use and which is used for which type of data
A sample program using data structure? what is file handling?
I am using Qt 5.6 during compilation it stops and gives error about Qmake The process "C:QtQt5.6.35.6.3msvc2015_64inqmake.exe" crashed. Error while building/deploying project untitled1 (kit: Desktop Qt 5.6.3 MSVC2015 64bit) When executing step "qmake"
hai i got one error i,e http status 404 error what is ds why ds is comming
How to create a program that lists countries capitals when country is entered? (Terribly sorry, I'm a complete novist to coding with C, am looking for inspiration and general tips on how to code and create this program.)
ORA-26079: file "string" is not part of table string.string
IMP-00096: Warning: Skipping table "string"."string" because type synonym "string"."string" cannot be created
hi pp gurus, when i do the goods receipt through transiction MIGO the system, gives following error. I filled up all information that needs MIGO transiction. the error is: "Account determination for entry INT GBB___AUF 7900 not possible." can any one suggest me what to do now?
How to view the error log for any specific instance?
wut is pre law
Hi, I am trying to encode data from flatfile and then to decode the encoded data to original form. Procedures that I followed:- 1. Encoded the field 'A_ID' using AES_ENCRYPT(A_ID,'abd') in the expression transformation. The A_ID got encoded in the output table(oracle) 2. To decode this back I used AES_DECRYPT(A_ID,'abd'). But after executing the workflow, I am not getting any data in output. can anybody tell me how to decrypt the encoded data back to original form ??