Running OW without deployment server being on

bradbeckett

Member
It was my understanding that you could make one world run without the deployment server being on. I mean after the install etc.

I have installed OW, it works wonderfully. I ran P98MOQUE and moved all the objects to my enterprise server (as well as copied them over and setup a share on the ent server).

I still can not launch OW from my workstations with out the deployement server being online. Last thing I see is 'connecting to central objects - PD7334'

I have debug on and heres the last 20 or so lines from the debug, but I doesn't seem to help me any.

Jul 18 09:59:46 ** 2388/2864 SELECT * FROM SYS7334.F98MOQUE WHERE ( OMQUNAM = 'ActivEraData' )
Jul 18 09:59:46 ** 2388/2864 Entering JDB_CloseTable(Table = F98MOQUE)
Jul 18 09:59:46 ** 2388/2864 Entering JDB_ClearSequencing
Jul 18 09:59:46 ** 2388/2864 Entering JDB_ClearSelection
Jul 18 09:59:46 ** 2388/2864 Entering JDB_ClearBuffers
Jul 18 09:59:46 ** 2388/2864 Exiting JDB_ClearBuffers with success.
Jul 18 09:59:46 ** 2388/2864 Exiting JDB_CloseTable(Table = F98MOQUE) with Success
Jul 18 09:59:46 ** 2388/2864 Entering JDB_FreeUser
Jul 18 09:59:46 ** 2388/2864 Entering GetUserProfileCache
Jul 18 09:59:46 ** 2388/2864 GetUserProfileCache returns the value from ghEnv
Jul 18 09:59:46 ** 2388/2864 Entering JDB_InitBhvr
Jul 18 09:59:46 ** 2388/2864 Entering JDB_OpenTable( Table = F0005)
Jul 18 09:59:46 ** 2388/2864 Entering JDB_SelectKeyed
Jul 18 09:59:46 ** 2388/2864 ODBC:S DBInitRequest(new) conn=030F2AA0 hd=038A0B80 dr=03892580 OW-ENT A (JDE@Control Tables - Prod)
Jul 18 09:59:46 ** 2388/2864 SELECT * FROM PRODCTL.F0005 WHERE ( DRSY = 'H90' AND DRRT = 'IN' ) ORDER BY DRSY ASC,DRRT ASC,DRKY ASC
Jul 18 09:59:46 ** 2388/2864 Entering JDB_Fetch
Jul 18 09:59:47 ** 2388/2864 Entering JDB_Fetch
Jul 18 09:59:47 ** 2388/2864 Entering JDB_Fetch
Jul 18 09:59:47 ** 2388/2864 Entering JDB_Fetch
Jul 18 09:59:47 ** 2388/2864 Entering JDB_Fetch
Jul 18 09:59:47 ** 2388/2864 Entering JDB_Fetch
Jul 18 09:59:47 ** 2388/2864 Entering JDB_Fetch
Jul 18 09:59:47 ** 2388/2864 Entering JDB_Fetch
Jul 18 09:59:47 ** 2388/2864 Entering JDB_Fetch
Jul 18 09:59:47 ** 2388/2864 Entering JDB_Fetch
Jul 18 09:59:47 ** 2388/2864 Entering JDB_Fetch
Jul 18 09:59:47 ** 2388/2864 Entering JDB_Fetch
Jul 18 09:59:47 ** 2388/2864 Entering JDB_Fetch
Jul 18 09:59:47 ** 2388/2864 Entering JDB_Fetch
Jul 18 09:59:47 ** 2388/2864 Entering JDB_Fetch
Jul 18 09:59:47 ** 2388/2864 Entering JDB_Fetch
Jul 18 09:59:47 ** 2388/2864 Entering JDB_Fetch
Jul 18 09:59:47 ** 2388/2864 Entering JDB_Fetch
Jul 18 09:59:47 ** 2388/2864 Entering JDB_CloseTable(Table = F0005)
Jul 18 09:59:47 ** 2388/2864 Entering JDB_ClearSequencing
Jul 18 09:59:47 ** 2388/2864 Entering JDB_ClearSelection
Jul 18 09:59:47 ** 2388/2864 Entering JDB_ClearBuffers
Jul 18 09:59:47 ** 2388/2864 Exiting JDB_ClearBuffers with success.
Jul 18 09:59:47 ** 2388/2864 Exiting JDB_CloseTable(Table = F0005) with Success
Jul 18 09:59:47 ** 2388/2864 Entering JDB_FreeBhvr
Jul 18 09:59:47 ** 2388/2864 Entering GetUserProfileCache
Jul 18 09:59:47 ** 2388/2864 GetUserProfileCache returns the value from ghEnv
Jul 18 09:59:47 ** 2388/2864 Entering GetUserProfileCache
Jul 18 09:59:47 ** 2388/2864 GetUserProfileCache returns the value from ghEnv

JDE.log shows nothing but solution explorer started. No errors..

Anyone point me in the right direction? I would really like to not be dependent on the deployment server being online as well as the enterprise, just doubles the risk of downtime.

thanks
 
Side note: I just turned off the b7334 share on the dep server. Now with the server on and the share off, OW will load, but it doesn't load the home page. Like my work station doesn't see the changes made to the F98MOQUE..

I deleted the 6 standard spec files in the spec directory of my work station (dddict, ddtext, and glbltbl), still no change...
 
That could be because of this section in the ini:

[Explorer]
ExplorerHomeURL=\\DEPLOYMENTSERVERNAME\B7333\ActivEra\PortalLite\index.html
ExplorerStart=TASK

Your explorer start may say Internet. Also you should make sure there are a few tables like versions or JAS tables moved somewhere else if you plan on using them without the deployment server on.

Nick
 
Back
Top