I read from a csv file and there's a date value in it. I read it out as a String. I want to assign it to a date variable (alias is DGJ). How do I do that in JDE 9.1 please?
↧
How to convert string to date?
↧
Errors in C bsfn
Hi All,
all braces are there properly but still the below errors.please someone help me
B55TEST4.c
D:\E910\DV910\source\B55TEST4.c(45) : error C2143: syntax error : missing ';' before '{'
D:\E910\DV910\source\B55TEST4.c(45) : error C2449: found '{' at file scope (missing function header?)
D:\E910\DV910\source\B55TEST4.c(159) : error C2059: syntax error : '}'
jdertdll.c
Adjusting DLL load addresses . . .
************Build Finished************
CCUSTOM.dll - 3 error(s), 0 warning(s): Build failed. Restored previous dll.
all braces are there properly but still the below errors.please someone help me
B55TEST4.c
D:\E910\DV910\source\B55TEST4.c(45) : error C2143: syntax error : missing ';' before '{'
D:\E910\DV910\source\B55TEST4.c(45) : error C2449: found '{' at file scope (missing function header?)
D:\E910\DV910\source\B55TEST4.c(159) : error C2059: syntax error : '}'
jdertdll.c
Adjusting DLL load addresses . . .
************Build Finished************
CCUSTOM.dll - 3 error(s), 0 warning(s): Build failed. Restored previous dll.
↧
↧
DSI script issue with JDE Xe
Hi All,
We are having an issue with dcLink 4.2 SP5 (DSI) and JDE XE Update 6 SP 24.21. When we execute a dcLink script from Trancollector that calls ND3N4116 we receive the error Open Cursor for cache I09UI002.
Reviewing the jdedebug.log we see two calls to ND3N4116 (dcLINKInventoryReclassification). First call execute F0911FSBeginDoc and F0911FSEditLine creating header cache I09UI002 having one record. The second call to ND3N4116 executes F0911FSEditLine again and the cache init does not found any reference to the cache, so it creates a new one. Then F0911FSEditLine returns an error because there is not any record in header cache I09UI002.
The only strange point here is that first call to ND3N4116 is executed under thread 4248/4848 and the second call under thread 4040/5068. Is it possible that cache cannot be seen between two different threads?
When we execute the dcLink script using the dcLink debugger, all the calls to ND3N4116 are executed by JDE under the same thread and everything works ok.
Any help will be appreaciated.
Extract from JDEDEBUG.LOG
Nov 14 16:56:17 ** 4248/4848 Calling Business function dcLINKInventoryReclassification for CRDDCDV. Application Name [], Version [] (BSFNLevel = 1)
Nov 14 16:56:17 ** 4248/4848 Return value is 0 for dcLINKInventoryReclassification. (BSFNLevel = 1)
Nov 14 16:56:18 ** 4040/5068 Entering JDB_AuditingOn
Nov 14 16:56:18 ** 4040/5068 Exiting JDB_AuditingOn with success
Nov 14 16:56:18 ** 4040/5068 Calling Business function dcLINKInventoryReclassification for CRDDCDV. Application Name [], Version [] (BSFNLevel = 1)
Nov 14 16:56:18 ** 4040/5068 Calling Business function F0911FSEditLine for CRDDCDV.
Nov 14 16:56:18 ** 4040/5068 Entering JDB_InitBhvr
Nov 14 16:56:18 ** 4040/5068 Entering jdeCacheInit - Name:[I09UI0024]
Nov 14 16:56:18 ** 4040/5068 Created new cache - hCache:[07ACF5C8]
Nov 14 16:56:18 ** 4040/5068 Entering jdeCacheOpenCursor (Called by: \NARAODP810\B7333\DV7333\package\DVFF1110B1\source \B0900049.c line 1176)
Nov 14 16:56:18 ** 4040/5068 hCache:[07ACF5C8] Name:[0I09UI0024] Recs:[0] Cursors:[1]
Nov 14 16:56:18 ** 4040/5068 Entering JDB_InitUser with commit mode 0.
Nov 14 16:56:18 ** 4040/5068 Entering JDB_BeginTransaction
Nov 14 16:56:18 ** 4040/5068 Entering JDB_FetchKeyed
Nov 14 16:56:18 ** 4040/5068 ORACLE DBRsetReq conn=0305F700 requ=07A65910 dbnap81a (jdenap81)
Nov 14 16:56:18 ** 4040/5068 SELECT * FROM DD7333.F9207 WHERE ( FRDTAI = '078M' )
Nov 14 16:56:18 ** 4040/5068 Return value is 2 for F0911FSEditLine. (BSFNLevel = 4)
Nov 14 16:56:18 ** 4040/5068 Return value is 2 for dcLINKInventoryReclassification. (BSFNLevel = 1)
Best regards.
Marcelo
We are having an issue with dcLink 4.2 SP5 (DSI) and JDE XE Update 6 SP 24.21. When we execute a dcLink script from Trancollector that calls ND3N4116 we receive the error Open Cursor for cache I09UI002.
Reviewing the jdedebug.log we see two calls to ND3N4116 (dcLINKInventoryReclassification). First call execute F0911FSBeginDoc and F0911FSEditLine creating header cache I09UI002 having one record. The second call to ND3N4116 executes F0911FSEditLine again and the cache init does not found any reference to the cache, so it creates a new one. Then F0911FSEditLine returns an error because there is not any record in header cache I09UI002.
The only strange point here is that first call to ND3N4116 is executed under thread 4248/4848 and the second call under thread 4040/5068. Is it possible that cache cannot be seen between two different threads?
When we execute the dcLink script using the dcLink debugger, all the calls to ND3N4116 are executed by JDE under the same thread and everything works ok.
Any help will be appreaciated.
Extract from JDEDEBUG.LOG
Nov 14 16:56:17 ** 4248/4848 Calling Business function dcLINKInventoryReclassification for CRDDCDV. Application Name [], Version [] (BSFNLevel = 1)
Nov 14 16:56:17 ** 4248/4848 Return value is 0 for dcLINKInventoryReclassification. (BSFNLevel = 1)
Nov 14 16:56:18 ** 4040/5068 Entering JDB_AuditingOn
Nov 14 16:56:18 ** 4040/5068 Exiting JDB_AuditingOn with success
Nov 14 16:56:18 ** 4040/5068 Calling Business function dcLINKInventoryReclassification for CRDDCDV. Application Name [], Version [] (BSFNLevel = 1)
Nov 14 16:56:18 ** 4040/5068 Calling Business function F0911FSEditLine for CRDDCDV.
Nov 14 16:56:18 ** 4040/5068 Entering JDB_InitBhvr
Nov 14 16:56:18 ** 4040/5068 Entering jdeCacheInit - Name:[I09UI0024]
Nov 14 16:56:18 ** 4040/5068 Created new cache - hCache:[07ACF5C8]
Nov 14 16:56:18 ** 4040/5068 Entering jdeCacheOpenCursor (Called by: \NARAODP810\B7333\DV7333\package\DVFF1110B1\source \B0900049.c line 1176)
Nov 14 16:56:18 ** 4040/5068 hCache:[07ACF5C8] Name:[0I09UI0024] Recs:[0] Cursors:[1]
Nov 14 16:56:18 ** 4040/5068 Entering JDB_InitUser with commit mode 0.
Nov 14 16:56:18 ** 4040/5068 Entering JDB_BeginTransaction
Nov 14 16:56:18 ** 4040/5068 Entering JDB_FetchKeyed
Nov 14 16:56:18 ** 4040/5068 ORACLE DBRsetReq conn=0305F700 requ=07A65910 dbnap81a (jdenap81)
Nov 14 16:56:18 ** 4040/5068 SELECT * FROM DD7333.F9207 WHERE ( FRDTAI = '078M' )
Nov 14 16:56:18 ** 4040/5068 Return value is 2 for F0911FSEditLine. (BSFNLevel = 4)
Nov 14 16:56:18 ** 4040/5068 Return value is 2 for dcLINKInventoryReclassification. (BSFNLevel = 1)
Best regards.
Marcelo
↧
DSI script issue in JDE Xe
Hi All,
We are having an issue with dcLink 4.2 SP5 (DSI) and JDE XE Update 6 SP 24.21. When we execute a dcLink script from Trancollector that calls ND3N4116 we receive the error Open Cursor for cache I09UI002.
Reviewing the jdedebug.log we see two calls to ND3N4116 (dcLINKInventoryReclassification). First call execute F0911FSBeginDoc and F0911FSEditLine creating header cache I09UI002 having one record. The second call to ND3N4116 executes F0911FSEditLine again and the cache init does not found any reference to the cache, so it creates a new one. Then F0911FSEditLine returns an error because there is not any record in header cache I09UI002.
The only strange point here is that first call to ND3N4116 is executed under thread 4248/4848 and the second call under thread 4040/5068. Is it possible that cache cannot be seen between two different threads?
When we execute the dcLink script using the dcLink debugger, all the calls to ND3N4116 are executed by JDE under the same thread and everything works ok.
Any help will be appreaciated.
Extract from JDEDEBUG.LOG
Nov 14 16:56:17 ** 4248/4848 Calling Business function dcLINKInventoryReclassification for CRDDCDV. Application Name [], Version [] (BSFNLevel = 1)
Nov 14 16:56:17 ** 4248/4848 Return value is 0 for dcLINKInventoryReclassification. (BSFNLevel = 1)
Nov 14 16:56:18 ** 4040/5068 Entering JDB_AuditingOn
Nov 14 16:56:18 ** 4040/5068 Exiting JDB_AuditingOn with success
Nov 14 16:56:18 ** 4040/5068 Calling Business function dcLINKInventoryReclassification for CRDDCDV. Application Name [], Version [] (BSFNLevel = 1)
Nov 14 16:56:18 ** 4040/5068 Calling Business function F0911FSEditLine for CRDDCDV.
Nov 14 16:56:18 ** 4040/5068 Entering JDB_InitBhvr
Nov 14 16:56:18 ** 4040/5068 Entering jdeCacheInit - Name:[I09UI0024]
Nov 14 16:56:18 ** 4040/5068 Created new cache - hCache:[07ACF5C8]
Nov 14 16:56:18 ** 4040/5068 Entering jdeCacheOpenCursor (Called by: \NARAODP810\B7333\DV7333\package\DVFF1110B1\source \B0900049.c line 1176)
Nov 14 16:56:18 ** 4040/5068 hCache:[07ACF5C8] Name:[0I09UI0024] Recs:[0] Cursors:[1]
Nov 14 16:56:18 ** 4040/5068 Entering JDB_InitUser with commit mode 0.
Nov 14 16:56:18 ** 4040/5068 Entering JDB_BeginTransaction
Nov 14 16:56:18 ** 4040/5068 Entering JDB_FetchKeyed
Nov 14 16:56:18 ** 4040/5068 ORACLE DBRsetReq conn=0305F700 requ=07A65910 dbnap81a (jdenap81)
Nov 14 16:56:18 ** 4040/5068 SELECT * FROM DD7333.F9207 WHERE ( FRDTAI = '078M' )
Nov 14 16:56:18 ** 4040/5068 Return value is 2 for F0911FSEditLine. (BSFNLevel = 4)
Nov 14 16:56:18 ** 4040/5068 Return value is 2 for dcLINKInventoryReclassification. (BSFNLevel = 1)
Best regards.
Marcelo
We are having an issue with dcLink 4.2 SP5 (DSI) and JDE XE Update 6 SP 24.21. When we execute a dcLink script from Trancollector that calls ND3N4116 we receive the error Open Cursor for cache I09UI002.
Reviewing the jdedebug.log we see two calls to ND3N4116 (dcLINKInventoryReclassification). First call execute F0911FSBeginDoc and F0911FSEditLine creating header cache I09UI002 having one record. The second call to ND3N4116 executes F0911FSEditLine again and the cache init does not found any reference to the cache, so it creates a new one. Then F0911FSEditLine returns an error because there is not any record in header cache I09UI002.
The only strange point here is that first call to ND3N4116 is executed under thread 4248/4848 and the second call under thread 4040/5068. Is it possible that cache cannot be seen between two different threads?
When we execute the dcLink script using the dcLink debugger, all the calls to ND3N4116 are executed by JDE under the same thread and everything works ok.
Any help will be appreaciated.
Extract from JDEDEBUG.LOG
Nov 14 16:56:17 ** 4248/4848 Calling Business function dcLINKInventoryReclassification for CRDDCDV. Application Name [], Version [] (BSFNLevel = 1)
Nov 14 16:56:17 ** 4248/4848 Return value is 0 for dcLINKInventoryReclassification. (BSFNLevel = 1)
Nov 14 16:56:18 ** 4040/5068 Entering JDB_AuditingOn
Nov 14 16:56:18 ** 4040/5068 Exiting JDB_AuditingOn with success
Nov 14 16:56:18 ** 4040/5068 Calling Business function dcLINKInventoryReclassification for CRDDCDV. Application Name [], Version [] (BSFNLevel = 1)
Nov 14 16:56:18 ** 4040/5068 Calling Business function F0911FSEditLine for CRDDCDV.
Nov 14 16:56:18 ** 4040/5068 Entering JDB_InitBhvr
Nov 14 16:56:18 ** 4040/5068 Entering jdeCacheInit - Name:[I09UI0024]
Nov 14 16:56:18 ** 4040/5068 Created new cache - hCache:[07ACF5C8]
Nov 14 16:56:18 ** 4040/5068 Entering jdeCacheOpenCursor (Called by: \NARAODP810\B7333\DV7333\package\DVFF1110B1\source \B0900049.c line 1176)
Nov 14 16:56:18 ** 4040/5068 hCache:[07ACF5C8] Name:[0I09UI0024] Recs:[0] Cursors:[1]
Nov 14 16:56:18 ** 4040/5068 Entering JDB_InitUser with commit mode 0.
Nov 14 16:56:18 ** 4040/5068 Entering JDB_BeginTransaction
Nov 14 16:56:18 ** 4040/5068 Entering JDB_FetchKeyed
Nov 14 16:56:18 ** 4040/5068 ORACLE DBRsetReq conn=0305F700 requ=07A65910 dbnap81a (jdenap81)
Nov 14 16:56:18 ** 4040/5068 SELECT * FROM DD7333.F9207 WHERE ( FRDTAI = '078M' )
Nov 14 16:56:18 ** 4040/5068 Return value is 2 for F0911FSEditLine. (BSFNLevel = 4)
Nov 14 16:56:18 ** 4040/5068 Return value is 2 for dcLINKInventoryReclassification. (BSFNLevel = 1)
Best regards.
Marcelo
↧
Intermittent Email delivery failures
Hello,
We are experiencing intermittent "Delivery Error" issues with our BI reports that send email. The email addresses are valid. Sometimes one will work and then other times it won't. We have had this particular report in production and working for a couple of years, so this known to have worked in the past. I am told there have been no changes that would affect this.
I am not a BI setup guy, so I have no experience with how embedded BI is setup for use with E1. What I am hoping to find is some BI server logs or an option to turn on some logging that would show more detailed information about why a delivery would end in "Delivery Error" status.
Does anybody know why this status is triggered?
Does anybody know how to view more detailed information about such an error (BI logs, etc.)?
Thanks,
Jeremy
We are experiencing intermittent "Delivery Error" issues with our BI reports that send email. The email addresses are valid. Sometimes one will work and then other times it won't. We have had this particular report in production and working for a couple of years, so this known to have worked in the past. I am told there have been no changes that would affect this.
I am not a BI setup guy, so I have no experience with how embedded BI is setup for use with E1. What I am hoping to find is some BI server logs or an option to turn on some logging that would show more detailed information about why a delivery would end in "Delivery Error" status.
Does anybody know why this status is triggered?
Does anybody know how to view more detailed information about such an error (BI logs, etc.)?
Thanks,
Jeremy
↧
↧
Oracle DB on Amazon RDS for JDE
Hi,
Does anyone know if Oracle DB is supported on Amazon RDS to be used with JDE ??
Also, we only have the Oracle DB Standard License with us. Will that cause issues on RDS ??
Anyone with any experience with this ??
Thanks in advance.
-Max
Does anyone know if Oracle DB is supported on Amazon RDS to be used with JDE ??
Also, we only have the Oracle DB Standard License with us. Will that cause issues on RDS ??
Anyone with any experience with this ??
Thanks in advance.
-Max
↧
Manage Content Missing from Personalisation
Hi All,
Recently updated standalone from 9.2.0.5 to 9.2.1. Previously, Under Personalisation, we able to view Manage Content. However after the upgrade to 9.2.1, no longer able to view Manage Content. Did anyone encounter this issue after upgrading their standalone to 9.2.1?
Thanks.
Regards,
Edward Kok
Recently updated standalone from 9.2.0.5 to 9.2.1. Previously, Under Personalisation, we able to view Manage Content. However after the upgrade to 9.2.1, no longer able to view Manage Content. Did anyone encounter this issue after upgrading their standalone to 9.2.1?
Thanks.
Regards,
Edward Kok
↧
Deployment error code -17 Network error
Hi All,
I am unable to deploy update package in QA ,but I am able to do the deployment for DV & QA.
In R8825D Error code -17 Network error
JDE 9.1.5
5384/5452 WRK:Starting jdeCallObject Wed Nov 09 06:06:58.386001 spkgutil.c529
[PKGBLD] - Wed Nov 09 06:06:43 - spkgclntInit.c:293 PKGCLT0012 ERROR: Failed to send message. Error Connection failed.
5384/5452 WRK:Starting jdeCallObject Wed Nov 09 06:06:58.393001 spkgutil.c529
[PKGBLD] - Wed Nov 09 06:06:58 - spkginitsvrMain.c:583 PKGINTSVRM0012 ERROR: Failed to initialize detail structures and folders on the server.
5384/5452 WRK:Starting jdeCallObject Wed Nov 09 06:06:58.399001 spkgutil.c529
[PKGBLD] - Wed Nov 09 06:06:58 - spkgeng.c:1612 PKGENG0032 ERROR: Failed to initialize the detail structure for the server *server name*
5384/5452 WRK:Starting jdeCallObject Wed Nov 09 06:06:58.405003 spkgutil.c529
[PKGBLD] - Wed Nov 09 06:06:58 - spkgeng.c:772 PKGENG0023 ERROR: Failed to initialize internal structures for package deploy.
5384/5452 WRK:Starting jdeCallObject Wed Nov 09 06:06:58.412034 B98825D.c506
PKGSVRDPL018 - ERROR: Failed to initialize server *server name* for package deploy.
suggestions plz!!
Thanks
I am unable to deploy update package in QA ,but I am able to do the deployment for DV & QA.
In R8825D Error code -17 Network error
JDE 9.1.5
5384/5452 WRK:Starting jdeCallObject Wed Nov 09 06:06:58.386001 spkgutil.c529
[PKGBLD] - Wed Nov 09 06:06:43 - spkgclntInit.c:293 PKGCLT0012 ERROR: Failed to send message. Error Connection failed.
5384/5452 WRK:Starting jdeCallObject Wed Nov 09 06:06:58.393001 spkgutil.c529
[PKGBLD] - Wed Nov 09 06:06:58 - spkginitsvrMain.c:583 PKGINTSVRM0012 ERROR: Failed to initialize detail structures and folders on the server.
5384/5452 WRK:Starting jdeCallObject Wed Nov 09 06:06:58.399001 spkgutil.c529
[PKGBLD] - Wed Nov 09 06:06:58 - spkgeng.c:1612 PKGENG0032 ERROR: Failed to initialize the detail structure for the server *server name*
5384/5452 WRK:Starting jdeCallObject Wed Nov 09 06:06:58.405003 spkgutil.c529
[PKGBLD] - Wed Nov 09 06:06:58 - spkgeng.c:772 PKGENG0023 ERROR: Failed to initialize internal structures for package deploy.
5384/5452 WRK:Starting jdeCallObject Wed Nov 09 06:06:58.412034 B98825D.c506
PKGSVRDPL018 - ERROR: Failed to initialize server *server name* for package deploy.
suggestions plz!!
Thanks
↧
Tools 8.98.4.8 and iSeries V7R2
Is anyone running this configuration? Tools 8.98.4.8 and iSeries V7R2
Have you had any issues?
Have you had any issues?
↧
↧
DSI script error in JDE Xe
Hi All,
We are having an issue with dcLink 4.2 SP5 (DSI) and JDE XE Update 6 SP 24.21. When we execute a dcLink script from Trancollector that calls NER ND3N4116 we receive the error Open Cursor for cache I09UI002.
Reviewing the jdedebug.log we see two calls to ND3N4116 (dcLINKInventoryReclassification). First call execute F0911FSBeginDoc and F0911FSEditLine creating header cache I09UI002 having one record. The second call to ND3N4116 executes F0911FSEditLine again and the cache init does not found any reference to the cache, so it creates a new one. Then F0911FSEditLine returns an error because there is not any record in header cache I09UI002. All the business functions are executed in a fat client Xe installed in the same computer where DSI resides.
The only strange point here is that first call to ND3N4116 is executed under thread 4248/4848 and the second call under thread 4040/5068. Is it possible that cache cannot be seen between these two different threads?
When we execute the dcLink script using the dcLink debugger, all the calls to ND3N4116 are executed by JDE under the same thread and everything works ok.
Any help will be appreaciated.
Extract from JDEDEBUG.LOG
Nov 14 16:56:17 ** 4248/4848 Calling Business function dcLINKInventoryReclassification for CRDDCDV. Application Name [], Version [] (BSFNLevel = 1)
Nov 14 16:56:17 ** 4248/4848 Return value is 0 for dcLINKInventoryReclassification. (BSFNLevel = 1)
Nov 14 16:56:18 ** 4040/5068 Entering JDB_AuditingOn
Nov 14 16:56:18 ** 4040/5068 Exiting JDB_AuditingOn with success
Nov 14 16:56:18 ** 4040/5068 Calling Business function dcLINKInventoryReclassification for CRDDCDV. Application Name [], Version [] (BSFNLevel = 1)
Nov 14 16:56:18 ** 4040/5068 Calling Business function F0911FSEditLine for CRDDCDV.
Nov 14 16:56:18 ** 4040/5068 Entering JDB_InitBhvr
Nov 14 16:56:18 ** 4040/5068 Entering jdeCacheInit - Name:[I09UI0024]
Nov 14 16:56:18 ** 4040/5068 Created new cache - hCache:[07ACF5C8]
Nov 14 16:56:18 ** 4040/5068 Entering jdeCacheOpenCursor (Called by: \NARAODP810\B7333\DV7333\package\DVFF1110B1\source \B0900049.c line 1176)
Nov 14 16:56:18 ** 4040/5068 hCache:[07ACF5C8] Name:[0I09UI0024] Recs:[0] Cursors:[1]
Nov 14 16:56:18 ** 4040/5068 Entering JDB_InitUser with commit mode 0.
Nov 14 16:56:18 ** 4040/5068 Entering JDB_BeginTransaction
Nov 14 16:56:18 ** 4040/5068 Entering JDB_FetchKeyed
Nov 14 16:56:18 ** 4040/5068 ORACLE DBRsetReq conn=0305F700 requ=07A65910 dbnap81a (jdenap81)
Nov 14 16:56:18 ** 4040/5068 SELECT * FROM DD7333.F9207 WHERE ( FRDTAI = '078M' )
Nov 14 16:56:18 ** 4040/5068 Return value is 2 for F0911FSEditLine. (BSFNLevel = 4)
Nov 14 16:56:18 ** 4040/5068 Return value is 2 for dcLINKInventoryReclassification. (BSFNLevel = 1)
Best regards.
Marcelo
We are having an issue with dcLink 4.2 SP5 (DSI) and JDE XE Update 6 SP 24.21. When we execute a dcLink script from Trancollector that calls NER ND3N4116 we receive the error Open Cursor for cache I09UI002.
Reviewing the jdedebug.log we see two calls to ND3N4116 (dcLINKInventoryReclassification). First call execute F0911FSBeginDoc and F0911FSEditLine creating header cache I09UI002 having one record. The second call to ND3N4116 executes F0911FSEditLine again and the cache init does not found any reference to the cache, so it creates a new one. Then F0911FSEditLine returns an error because there is not any record in header cache I09UI002. All the business functions are executed in a fat client Xe installed in the same computer where DSI resides.
The only strange point here is that first call to ND3N4116 is executed under thread 4248/4848 and the second call under thread 4040/5068. Is it possible that cache cannot be seen between these two different threads?
When we execute the dcLink script using the dcLink debugger, all the calls to ND3N4116 are executed by JDE under the same thread and everything works ok.
Any help will be appreaciated.
Extract from JDEDEBUG.LOG
Nov 14 16:56:17 ** 4248/4848 Calling Business function dcLINKInventoryReclassification for CRDDCDV. Application Name [], Version [] (BSFNLevel = 1)
Nov 14 16:56:17 ** 4248/4848 Return value is 0 for dcLINKInventoryReclassification. (BSFNLevel = 1)
Nov 14 16:56:18 ** 4040/5068 Entering JDB_AuditingOn
Nov 14 16:56:18 ** 4040/5068 Exiting JDB_AuditingOn with success
Nov 14 16:56:18 ** 4040/5068 Calling Business function dcLINKInventoryReclassification for CRDDCDV. Application Name [], Version [] (BSFNLevel = 1)
Nov 14 16:56:18 ** 4040/5068 Calling Business function F0911FSEditLine for CRDDCDV.
Nov 14 16:56:18 ** 4040/5068 Entering JDB_InitBhvr
Nov 14 16:56:18 ** 4040/5068 Entering jdeCacheInit - Name:[I09UI0024]
Nov 14 16:56:18 ** 4040/5068 Created new cache - hCache:[07ACF5C8]
Nov 14 16:56:18 ** 4040/5068 Entering jdeCacheOpenCursor (Called by: \NARAODP810\B7333\DV7333\package\DVFF1110B1\source \B0900049.c line 1176)
Nov 14 16:56:18 ** 4040/5068 hCache:[07ACF5C8] Name:[0I09UI0024] Recs:[0] Cursors:[1]
Nov 14 16:56:18 ** 4040/5068 Entering JDB_InitUser with commit mode 0.
Nov 14 16:56:18 ** 4040/5068 Entering JDB_BeginTransaction
Nov 14 16:56:18 ** 4040/5068 Entering JDB_FetchKeyed
Nov 14 16:56:18 ** 4040/5068 ORACLE DBRsetReq conn=0305F700 requ=07A65910 dbnap81a (jdenap81)
Nov 14 16:56:18 ** 4040/5068 SELECT * FROM DD7333.F9207 WHERE ( FRDTAI = '078M' )
Nov 14 16:56:18 ** 4040/5068 Return value is 2 for F0911FSEditLine. (BSFNLevel = 4)
Nov 14 16:56:18 ** 4040/5068 Return value is 2 for dcLINKInventoryReclassification. (BSFNLevel = 1)
Best regards.
Marcelo
↧
F5 health monitor with i-Series websphere
Hi all,
We have come acorss an issue regarding the health monitors on the F5 when checking the status if JDE instances which are hosted on an as/400 i-series server.
When we stopped the JDE web services on port 91, we noticed that the same port (91) was still listening on the i-series, therefore the TCP health check on the f5 was still showing as Active.
We have now attempted to include an HTTP monitor, checked for the <title> tag (I've included a screenshot ) but unfortunately, this is still failing.
Has anyone come across issues with these F5 health checks with web instances on an i-series host or have ideas on a monitor which would successfully check against the HTTP response
Thanks,
Kai
We have come acorss an issue regarding the health monitors on the F5 when checking the status if JDE instances which are hosted on an as/400 i-series server.
When we stopped the JDE web services on port 91, we noticed that the same port (91) was still listening on the i-series, therefore the TCP health check on the f5 was still showing as Active.
We have now attempted to include an HTTP monitor, checked for the <title> tag (I've included a screenshot ) but unfortunately, this is still failing.
Has anyone come across issues with these F5 health checks with web instances on an i-series host or have ideas on a monitor which would successfully check against the HTTP response
Thanks,
Kai
↧
Converting 3 Years of History - Leaving F0911 BLANK/ Empty
We are converting/upgrading 3 years of historical, transactional data from JDE 8.12 on the AS/400 to JDE 9.2 on Oracle 12c.
There is a multitude of data integrity issues from the past 8 years of processing on JDE 8.12. So, this has become a hybrid project, whereby it's more like a net new implementation than an upgrade.
Because the business has never used JDE's G/L on 8.12 as their financials book of record, it has become corrupted, so they do not want to convert/upgrade it to 9.2.
They instead, want to start with a blank/empty F0911 and F0902. They don't even want to do beginning balances entires. Just empty F0911 & F0902.
I've never done this and have never heard of anyone else doing it. My concern is that we will have 3 years of A/R and A/P transactions, with no supporting G/L transactions supporting them.
Also, when the first G/L transactions, in the new 9.2 get generated, what would be the expected results when the system attempts to write and post to empty F0911/F0902?
I would greatly appreciate any comments on this approach!!
There is a multitude of data integrity issues from the past 8 years of processing on JDE 8.12. So, this has become a hybrid project, whereby it's more like a net new implementation than an upgrade.
Because the business has never used JDE's G/L on 8.12 as their financials book of record, it has become corrupted, so they do not want to convert/upgrade it to 9.2.
They instead, want to start with a blank/empty F0911 and F0902. They don't even want to do beginning balances entires. Just empty F0911 & F0902.
I've never done this and have never heard of anyone else doing it. My concern is that we will have 3 years of A/R and A/P transactions, with no supporting G/L transactions supporting them.
Also, when the first G/L transactions, in the new 9.2 get generated, what would be the expected results when the system attempts to write and post to empty F0911/F0902?
I would greatly appreciate any comments on this approach!!
↧
OV not displaying in P43214
Hello
I have an issue. My STKT OV is not being displayed in P43214. However it has properly gone to the Item and account ledger.
What is appearing in P43214 is the in transit OV. It is appearing in closed lines only.
1. Any idea on the cause of this issue please?
2. How do I make my STKT OV appear in P43214 in open not vouchered.
3. Or any alternative solution to solve this issue?
Thank you
I have an issue. My STKT OV is not being displayed in P43214. However it has properly gone to the Item and account ledger.
What is appearing in P43214 is the in transit OV. It is appearing in closed lines only.
1. Any idea on the cause of this issue please?
2. How do I make my STKT OV appear in P43214 in open not vouchered.
3. Or any alternative solution to solve this issue?
Thank you
↧
↧
Insert values in F43214
Hello,
I would like a transaction to appear in P43214. I have tried to insert values in F43214 without success. It is not appearing when launching the application P43214 although the values are present in the table.
Are there any way to insert values from backend so that it appears when launching the P43214 applications please?
Thanks
I would like a transaction to appear in P43214. I have tried to insert values in F43214 without success. It is not appearing when launching the application P43214 although the values are present in the table.
Are there any way to insert values from backend so that it appears when launching the P43214 applications please?
Thanks
↧
Securing Excel outputs thru XML publisher
Hi All,
Can anyone please guide me How to secure Excel outputs generated from BI publisher.
Basically it should ask for a password while opening Excel outputs. (PDF outputs I am aware).
Using BI publisher Desktop Version 11.1.1.7
Thanks
Jigar.
Can anyone please guide me How to secure Excel outputs generated from BI publisher.
Basically it should ask for a password while opening Excel outputs. (PDF outputs I am aware).
Using BI publisher Desktop Version 11.1.1.7
Thanks
Jigar.
↧
JDE 9.2 Standalone Client Install Error
When I try to install the JDE 9.2.0 E1 Standalone Client I get the following error in my log:
INFO: 11/20/16 20:10:38.882 File C:\E920_1\package.inf does not exist.
INFO: 11/20/16 20:10:38.883 File does not exist.
INFO: 11/20/16 20:10:38.883 Package validation failed. An existing package is installed, but we cannot get information about its database from the file C:\E920_1\package.inf.
INFO: 11/20/16 20:10:38.883 Validation of package in file C:\Users\user\Documents\ORACLE\JD Edwards EnterpriseOne STDALONE\standalone\package_inf\DEMO.inf failed!!! Package validation failed. An existing package is installed, but we cannot get information about its database from the file C:\E920_1\package.inf.
NOTE: I tried installing JDE 9.2.0 before, removed it completely and now tried again. The database is fine, just have to get the client installed. This error comes right when I select the package and click "Next".
INFO: 11/20/16 20:10:38.882 File C:\E920_1\package.inf does not exist.
INFO: 11/20/16 20:10:38.883 File does not exist.
INFO: 11/20/16 20:10:38.883 Package validation failed. An existing package is installed, but we cannot get information about its database from the file C:\E920_1\package.inf.
INFO: 11/20/16 20:10:38.883 Validation of package in file C:\Users\user\Documents\ORACLE\JD Edwards EnterpriseOne STDALONE\standalone\package_inf\DEMO.inf failed!!! Package validation failed. An existing package is installed, but we cannot get information about its database from the file C:\E920_1\package.inf.
NOTE: I tried installing JDE 9.2.0 before, removed it completely and now tried again. The database is fine, just have to get the client installed. This error comes right when I select the package and click "Next".
↧
JDE Certification Query
Hi All,
Im having around 3 years of work experience in JD Edwards technical & Functional Module and planning for oracle certification exam but having lots of confusion 1. How to register? 2. Is it necessary your company should be oracle partner?
3. If my company not OPN partner then how to register?
4. Is that any institutes or university providing oracle certification exam?
5. What type of question they are asking in exam suppose Im considering Sales or Distribution Module.
6. Where to get practice question?
I will really appreciate your thoughts and suggestions on this.
Thank You
Im having around 3 years of work experience in JD Edwards technical & Functional Module and planning for oracle certification exam but having lots of confusion 1. How to register? 2. Is it necessary your company should be oracle partner?
3. If my company not OPN partner then how to register?
4. Is that any institutes or university providing oracle certification exam?
5. What type of question they are asking in exam suppose Im considering Sales or Distribution Module.
6. Where to get practice question?
I will really appreciate your thoughts and suggestions on this.
Thank You
↧
↧
JDE Certification Query
Dear all,
Im having around 3 years of work experience in JD Edwards technical & Functional Module and planning for oracle certification exam but having lots of confusion 1. How to register? 2. Is it necessary your company should be oracle partner?
3. If my company not OPN partner then how to register?
4. Is that any institutes or university providing oracle certification exam?
5. What type of question they are asking in exam suppose Im considering Sales or Distribution Module.
6. Where to get practice question?
I will really appreciate your thoughts and suggestions on this.
Thank You
Im having around 3 years of work experience in JD Edwards technical & Functional Module and planning for oracle certification exam but having lots of confusion 1. How to register? 2. Is it necessary your company should be oracle partner?
3. If my company not OPN partner then how to register?
4. Is that any institutes or university providing oracle certification exam?
5. What type of question they are asking in exam suppose Im considering Sales or Distribution Module.
6. Where to get practice question?
I will really appreciate your thoughts and suggestions on this.
Thank You
↧
Pick Slip
Dear All,
1.We have some issue in Pick slip that we don't Understand, when we print Pick Slip for 100 items,
2.so on FIFO basis system will take the Lot least date Stock first,
3.once stock in Lot finished,
4.it should go to another very next lot having stock and print qty accordingly with different lot no,
5.but it is not doing like that, whatever the Lot it took first time,
6.it will print for all the quantities even lot having less stock,
7.for example First lot have 70 qty stock and we print pick slip for 100 qty, it will print the same First lot no. for all the 100 quantities,
Can you help us?
thanks
1.We have some issue in Pick slip that we don't Understand, when we print Pick Slip for 100 items,
2.so on FIFO basis system will take the Lot least date Stock first,
3.once stock in Lot finished,
4.it should go to another very next lot having stock and print qty accordingly with different lot no,
5.but it is not doing like that, whatever the Lot it took first time,
6.it will print for all the quantities even lot having less stock,
7.for example First lot have 70 qty stock and we print pick slip for 100 qty, it will print the same First lot no. for all the 100 quantities,
Can you help us?
thanks
↧
How to output to excel from UBE?
Here's my requirements. I have records in F44H501 and there are different types of individuals in there like brokers and agents. I want to put brokers on one sheet of excel and agents on another sheet. On each sheet, I want to group by an individual and list their commissions and sales and totals below it.
I want the output to be in excel from my UBE. So in my Report Definition I'll select Excel as output. How do I place the report variables in the UBE to get what I need to do above please? I've never output to excel before. Do you have a tutorial how to do this?
Thanks
JDE 9.1
I want the output to be in excel from my UBE. So in my Report Definition I'll select Excel as output. How do I place the report variables in the UBE to get what I need to do above please? I've never output to excel before. Do you have a tutorial how to do this?
Thanks
JDE 9.1
↧