wysiwygGER01
Programmer
Hello,
I'm trying to write my first datapipe report by modifying the datapipe report GLTRLR1.RPT. It links to GLTRLA.dll.
I modified the report file and copied the datapipe file from the original report into the directory of my report file.
I deleted all reference to other DLLs from that file and now have a datapipe file that looks like below:
When I now try to run my report I get this error message:
"Failed to load database information. The database DLL 'crdb_p2bpipe.dll' could not be loaded"
What else do I have to do to set up my own datapipe report?
I'm trying to write my first datapipe report by modifying the datapipe report GLTRLR1.RPT. It links to GLTRLA.dll.
I modified the report file and copied the datapipe file from the original report into the directory of my report file.
I deleted all reference to other DLLs from that file and now have a datapipe file that looks like below:
Code:
[GLTRLA.DLL]
query="GLTRLR1\n \nZZZZ\nGLAMF.ACCTID\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n0000\n9999\nF\n0\n \n \n \n \n0\n0\n0\n0\n0\n0\n \n \n \n \n \n \n \n \n \n0"
'query="GLTRLW1\n \nZZZZ\nGLAMF.ACCTID\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n0000\n9999\nF\n0\n \n \n \n \n0\n0\n0\n0\n0\n0\n \n \n \n \n \n \n \n \n \n0"
P1=CAP100
P2=ADMIN
P3=password
P4=ENG
When I now try to run my report I get this error message:
"Failed to load database information. The database DLL 'crdb_p2bpipe.dll' could not be loaded"
What else do I have to do to set up my own datapipe report?