Re: 4.x code problem.

This WebDNA talk-list message is from

2000


It keeps the original formatting.
numero = 34274
interpreted = N
texte = on 7/6/2000 5:29 PM, Jason Tyler at jtyler@3ip.net wrote: no absolutely no aliases in use.This one is really stumping me, but it seems there are lots of people having trouble with 4.0.1I was just hoping for some blatant problem identified such as: 2 commitdatabases in a row but the data is appended because flushing the db's makes it show. That is very very weird. Why would the data which is in RAM not show unless it was flushes from RAM. And if it was flushed then it would be lost if it had not actually been written, right? This is really weird.or maybe the redirect was happening out of turn and thus messing something up.grrrr...> Any chance that you're using aliases on a macintosh server? There seems to > be an issue with webcatalog 4.x opening the database multiple times for each > aliases, thus leaving some of the db's out of sync until they're flushed > from memory. Also a problem because of the extra ram it uses to store every > instance of the db. We're not using 4.x on the macintosh for this reason, OS > X Server has always had this limitation, but the macOS version worked fine > until 4.x. > > I posted to the beta list and emailed support, but haven't heard anything > yet on whether this is now the way it will be or whether this is something > that will get fixed and is considered a bug. > > -Jason Tyler > www.3ip.net > >> Below is code that worked like a charm with 3.0.7 but when we upgraded to >> 4.0.1 today took a powder. >> >> Specifically this code updated 2 databases, sent an email and then >> redirected to a page. In the old world as soon as the append occurred the >> record was available via a standard search (on another page). As soon as we >> went to 4.0.1 the _only_ way to get the search setup to see the new post is >> with a flushdatabase command. (bad). >> >> >> Now since this is MISSION critical I had to go back to 3.0.7 and testing >> this under 4.x is going to be a real pain until I can get a test machine >> setup for this. >> >> Any obvious thoughts from the tried and battle scarred 4.x testers? >> >> AJM >> >> >> >> >> [showif [action]=Appendtask] >> [replace >> db=forums.db&eqMessageIDdatarq=[_tk_SKU]&append=T]messageid=[url][_tk_sku][/ >> url]&Forum=[LOOKUP >> db=project.db&value=[P_SKU_pass]&lookInField=P_SKU&returnField=P_Sku¬Foun >> d=]&PostTime=[url][Time %I:%M %p][/url]&PostDate=[url][Date >> %m-%d-%Y][/url]&Name=[url][_TK_AUTHOR][/url]&Email=[url][Email][/url]&replyt >> o=NewTopic&Topic=[url][_TK_Task][/url]&Message=[url][_TK_COMMENT][/url]&IPAd >> dress=[IPAddress][/replace] >> [commitdatabase db=forums.db] >> [replace >> db=task.db&eqTK_SKUdatarq=[url][_TK_SKU][/url]&append=T][formvariables >> name=_&exact=F][getchars >> start=2][name][/getchars]=[url][value][/url]&[/formvariables][/replace] >> Record Added
>> [commitdatabase db=task.db] >> [SendMail to=members@newworldmedia.com&subject=New Task for [projectname] >> assigned to [LOOKUP >> db=staff.db&value=[_TK_Owner]&lookInField=S_SKU&returnField=S_First_Name¬ >> Found=] - NWM FORUMS&from=managetool@newworldmedia.com] >> Forum: [ProjectName] >> Task: [_TK_Task] >> Owner: [LOOKUP >> db=staff.db&value=[_TK_Owner]&lookInField=S_SKU&returnField=S_First_Name¬ >> Found=] >> Author: [LOOKUP >> db=staff.db&value=[_TK_Author]&lookInField=S_SKU&returnField=S_First_Name&no >> tFound=] >> >> PostTime: [_TK_Modification_Time] >> PostDate: [_TK_MODHISTORY] >> Message: >> ------------- >> [_TK_COMMENT] >> ------------- >> [/SendMail] >> [redirect forum.nmpl?forum=[_TK_projectid]&skunum=[_TK_projectid]] >> [/showif] >> > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > > Web Archive of this list is at: http://search.smithmicro.com/-- Alex J. McCombie (800-724-8973) http://OurClients.com Corporate http://McCombie.com Personal (Alex@McCombie.com) http://ClubGab.com/ <--- Now here's a serious Chat Room! --->------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: 4.x code problem. (Alex McCombie 2000)
  2. 4.x code problem. (Alex McCombie 2000)
  3. Re: 4.x code problem. (Jason Tyler 2000)
on 7/6/2000 5:29 PM, Jason Tyler at jtyler@3ip.net wrote: no absolutely no aliases in use.This one is really stumping me, but it seems there are lots of people having trouble with 4.0.1I was just hoping for some blatant problem identified such as: 2 commitdatabases in a row but the data is appended because flushing the db's makes it show. That is very very weird. Why would the data which is in RAM not show unless it was flushes from RAM. And if it was flushed then it would be lost if it had not actually been written, right? This is really weird.or maybe the redirect was happening out of turn and thus messing something up.grrrr...> Any chance that you're using aliases on a macintosh server? There seems to > be an issue with webcatalog 4.x opening the database multiple times for each > aliases, thus leaving some of the db's out of sync until they're flushed > from memory. Also a problem because of the extra ram it uses to store every > instance of the db. We're not using 4.x on the macintosh for this reason, OS > X Server has always had this limitation, but the macOS version worked fine > until 4.x. > > I posted to the beta list and emailed support, but haven't heard anything > yet on whether this is now the way it will be or whether this is something > that will get fixed and is considered a bug. > > -Jason Tyler > www.3ip.net > >> Below is code that worked like a charm with 3.0.7 but when we upgraded to >> 4.0.1 today took a powder. >> >> Specifically this code updated 2 databases, sent an email and then >> redirected to a page. In the old world as soon as the append occurred the >> record was available via a standard search (on another page). As soon as we >> went to 4.0.1 the _only_ way to get the search setup to see the new post is >> with a flushdatabase command. (bad). >> >> >> Now since this is MISSION critical I had to go back to 3.0.7 and testing >> this under 4.x is going to be a real pain until I can get a test machine >> setup for this. >> >> Any obvious thoughts from the tried and battle scarred 4.x testers? >> >> AJM >> >> >> >> >> [showif [action]=Appendtask] >> [replace >> db=forums.db&eqMessageIDdatarq=[_tk_SKU]&append=T]messageid=[url][_tk_sku][/ >> url]&Forum=[LOOKUP >> db=project.db&value=[P_SKU_pass]&lookInField=P_SKU&returnField=P_Sku¬Foun >> d=]&PostTime=[url][Time %I:%M %p][/url]&PostDate=[url][Date >> %m-%d-%Y][/url]&Name=[url][_TK_AUTHOR][/url]&Email=[url][Email][/url]&replyt >> o=NewTopic&Topic=[url][_TK_Task][/url]&Message=[url][_TK_COMMENT][/url]&IPAd >> dress=[ipaddress][/replace] >> [commitdatabase db=forums.db] >> [replace >> db=task.db&eqTK_SKUdatarq=[url][_TK_SKU][/url]&append=T][formvariables >> name=_&exact=F][getchars >> start=2][name][/getchars]=[url][value][/url]&[/formvariables][/replace] >> Record Added
>> [commitdatabase db=task.db] >> [SendMail to=members@newworldmedia.com&subject=New Task for [projectname] >> assigned to [LOOKUP >> db=staff.db&value=[_TK_Owner]&lookInField=S_SKU&returnField=S_First_Name¬ >> Found=] - NWM FORUMS&from=managetool@newworldmedia.com] >> Forum: [ProjectName] >> Task: [_TK_Task] >> Owner: [LOOKUP >> db=staff.db&value=[_TK_Owner]&lookInField=S_SKU&returnField=S_First_Name¬ >> Found=] >> Author: [LOOKUP >> db=staff.db&value=[_TK_Author]&lookInField=S_SKU&returnField=S_First_Name&no >> tFound=] >> >> PostTime: [_TK_Modification_Time] >> PostDate: [_TK_MODHISTORY] >> Message: >> ------------- >> [_TK_COMMENT] >> ------------- >> [/SendMail] >> [redirect forum.nmpl?forum=[_TK_projectid]&skunum=[_TK_projectid]] >> [/showif] >> > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > > Web Archive of this list is at: http://search.smithmicro.com/-- Alex J. McCombie (800-724-8973) http://OurClients.com Corporate http://McCombie.com Personal (Alex@McCombie.com) http://ClubGab.com/ <--- Now here's a serious Chat Room! --->------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/ Alex McCombie

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

X Server (1999) Frames and WebCat (1997) Emailer (1997) MultiGroupChecker (2000) PHP Live (2005) WebCatalog NT beta 18 now available (1997) [WebDNA] [sendmail] inside a [founditems] loop ... please comment on parameters. (2009) Signal Raised Error (Part III) (1997) LOOP and IF statements (1997) WCS Newbie question (1997) 2.0 Info (1997) WebCat2 several catalogs? (1997) Re:PCS Customer submissions ? (1997) Search in 2 or more catalogs (1997) [url] (1997) Applescript, WebDNA, and PDF (1997) Bug Report, maybe (1997) WebCatalog can't find database (1997) wo search help (1999) Showing unopened cart (1997)