Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Tuesday, November 26, 2024 
 
slxdeveloper.com Community Forums  
   
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
 Administration Forums - General Administration
Forum to discuss general administration topics for SalesLogix (including LAN & remote topics). View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to General Administration | New ThreadView:  Search:  
 Author  Thread: Lookup Manager hangs when trying to Add an Opportunity Lookup
Ian Brown
Posts: 9
 
Lookup Manager hangs when trying to Add an Opportunity LookupYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 25 Jun 10 10:57 AM
Does anyone have any ideas why the Lookup Manager hangs up when I try to add a Lookup on the Opportunity Table in the Lookup Manager? Everytime I try it hangs up and I have to end process to close the Architect.

I tried just adding the lookup record to the Lookup database table and adding the Lookup menu item but when I test the Lookup item in the client I receive an error message that states the Lookup could not be found.

This is a big problem if I am unable to add lookup to the Opportunity level. I've looked online and through the Knowledgebase and have found nothing. Not sure if there is a connection issue with the database.

Any help would be great. Thanks!
[Reply][Quote]
RJ Samp
Posts: 973
Top 10 forum poster: 973 posts
 
Re: Lookup Manager hangs when trying to Add an Opportunity LookupYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 25 Jun 10 3:16 PM
The Usual Suspects....

Field Exists, created through SLX DBManager?

Lookup doesn't already exist? The Reverse of the lookup doesn't already exist?

you are logged in as ADMIN into the Architect.....

You can add a plugin, picklist, Join, and a Table in DBManager....

Is/was this item an OOTB system lookup?

Unique LookupID values, non null.


Possibly a SitesKey violation?

What version of SLX?

Can you edit other existing Lookups?

Hunting for Lookups, in all the wrong places (OK to sing along with Mitch on this one!):


-- LOOKUP DUPLICATE CHECKER, no dupes in the database:

SELECT maintable ,
searchfield,
LOOKUPNAME,
COUNT(*) AS [Duplicate Lookup Count]
FROM sysdba.lookup
GROUP BY maintable,
searchfield,
LOOKUPNAME
HAVING COUNT(*) > 1

-- if that query gets results, then get EACH Searchfield:
-- example:
SELECT * FROM sysdba.Lookup
WHERE MAINTABLE = 'ACCOUNT'
AND SEARCHFIELD = 'ACCOUNT:ACCOUNT'

-- and delete the bad Lookup:
-- BUT!!!! don't delete the jSYST values, EVER!



[Reply][Quote]
Ian Brown
Posts: 9
 
Re: Lookup Manager hangs when trying to Add an Opportunity LookupYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 28 Jun 10 10:34 AM
RJ, sorry for the delay in replying.

1. Yes, field exists - I created through SLX DB Manager.
2. Lookup does not already exist. Reverse does not already exist.
3. Yes
4. Yes, Yes, Yes, and Yes.
5. No, this was not an OOTB system lookup
6. Yes, there are unique LookupID values, no nulls
7. Unsure how to identify or confirm this one.
8. v7.2, no patches or Hotfixes have been applied.
9. Yes
[Reply][Quote]
RJ Samp
Posts: 973
Top 10 forum poster: 973 posts
 
Re: Lookup Manager hangs when trying to Add an Opportunity LookupYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 28 Jun 10 12:58 PM
Have never run 7.20000000 other than Beta testing....we're on 7.22 HF's through 22 (and they are up to 42!).

I've added a few dozen lookups.....including the duplicates/tripli/quad lookups on the same Table.field (you can refer to lookups by Caption, LookupName, et al to differentiate the Field.....)

My advice based on 13 years with SLX: upgrade as far as you can.....hunt specifically for hot fixes that affected the Lookups.....
[Reply][Quote]
Ian Brown
Posts: 9
 
Re: Lookup Manager hangs when trying to Add an Opportunity LookupYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 28 Jun 10 1:05 PM
Ok. Thanks for the info.
[Reply][Quote]
Ian Brown
Posts: 9
 
Re: Lookup Manager hangs when trying to Add an Opportunity LookupYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 04 Jul 10 5:09 AM
I was able to accomplish what I needed by adding the new item to the Lookup table.
We are hoping to upgrade to v7.5 this fall.
[Reply][Quote]
 Page 1 of 1 
  You can subscribe to receive a daily forum digest in your user profile. View the site code of conduct for posting guidelines.

   Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
 

 
 slxdeveloper.com is brought to you courtesy of Ryan Farley & Customer FX Corporation.
 This site, and all contents herein, are Copyright © 2024 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.

code of conduct | Subscribe to the slxdeveloper.com Latest Article RSS feed
   
 
page cache (param): 11/26/2024 5:53:37 AM