IWork 09 wont 'work' on my system...

This is what I Get:
Process:         Pages [315]
Path:            /Applications/iWork '09/Pages.app/Contents/MacOS/Pages
Identifier:      com.apple.iWork.Pages
Version:         ??? (???)
Build Info:      Pages-7660000~4
Code Type:       X86 (Native)
Parent Process:  launchd [235]
Date/Time:       2012-01-07 03:21:14.592 -0800
OS Version:      Mac OS X 10.6.8 (10K549)
Report Version:  6
Interval Since Last Report:          28565 sec
Crashes Since Last Report:           9
Per-App Crashes Since Last Report:   5
Anonymous UUID:                      23E37E0C-8FC2-4AD5-BB1D-3EE48D323417
Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread:  0
Dyld Error Message:
  Library not loaded: @rpath/Inventor.framework/Versions/C/Inventor
  Referenced from: /Library/Application Support/iWork '09/Frameworks/SFCompatibility.framework/Versions/A/SFCompatibility
  Reason: image not found
Binary Images:
0x8fe00000 - 0x8fe4163b  dyld 132.1 (???) <4CDE4F04-0DD6-224E-ACE5-3C06E169A801> /usr/lib/dyld
Model: MacBookPro3,1, BootROM MBP31.0070.B07, 2 processors, Intel Core 2 Duo, 2.2 GHz, 2 GB, SMC 1.16f11
Graphics: NVIDIA GeForce 8600M GT, GeForce 8600M GT, PCIe, 128 MB
Memory Module: global_name
AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x87), Atheros 5416: 2.1.14.6
Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
Network Service: AirPort, AirPort, en1
PCI Card: pci168c,24, sppci_othernetwork, PCI Slot 5
Serial ATA Device: FUJITSU MHW2120BH, 111.79 GB
Parallel ATA Device: MATSHITADVD-R   UJ-857E
USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8502, 0xfd400000 / 2
USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8205, 0x1a100000 / 2
USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x021a, 0x5d200000 / 3
USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x5d100000 / 2
FireWire Device: d2 quadra (button), LaCie, Up to 800 Mb/sec

Hello Dale.
The script was able to delete the shared folder embedding the Frameworks.
I don't own the apps delivered thru the MAS.
I ignored that these apps may be downloaded into the User's applications folder.
Two surprizing absences. Maybe these files were removed by an other tool.
delete disk item "HEZUS:Library:Preferences:com.apple.iWork09.Installer.plist"  --> error number -1728
delete disk item "HEZUS:Library:Preferences:com.apple.iWork09.plist"  --> error number -1728
Succeed to delete the shared folder embedding the Frameworks.
delete disk item "HEZUS:Library:Application Support:iWork '09"
This one isn’t surprizing if you bought thru the MAS or on a DVD
delete disk item "HEZUS:Library:Receipts:iWork09Trial.pkg"  --> error number -1728
delete disk item "HEZUS:Library:Documentation:Help:iWorkFunctionsHelp.help"
Four surprizing absences. Maybe these items were deleted by an other tool.
delete disk item "HEZUS:Users:IMD2:Library:Caches:com.apple.iWork.Fonts"  --> error number -1728
delete disk item "HEZUS:Users:IMD2:Library:Caches:com.apple.iWork.Keynote"  --> error number -1728
delete disk item "HEZUS:Users:IMD2:Library:Caches:com.apple.iWork.Numbers"  --> error number -1728
delete disk item "HEZUS:Users:IMD2:Library:Caches:com.apple.iWork.Pages"  --> error number -1728
The iWork '09 folder was available in the global Applications folder
delete disk item "HEZUS:Applications:iWork '09"
The standard Preferences files were missing.  Maybe these files were removed by an other tool.
delete disk item "HEZUS:Users:IMD2:Library:Preferences:com.apple.iWork.Keynote.plist"  --> error number -1728
delete disk item "HEZUS:Users:IMD2:Library:Preferences:com.apple.iWork.Numbers.plist"  --> error number -1728
delete disk item "HEZUS:Users:IMD2:Library:Preferences:com.apple.iWork.Pages.plist"  --> error number -1728
delete disk item "HEZUS:Users:IMD2:Library:Preferences:com.apple.iWork.Keynote.LSSharedFileList. plist"  --> error number -1728
delete disk item "HEZUS:Users:IMD2:Library:Preferences:com.apple.iWork.Numbers.LSSharedFileList. plist"  --> error number -1728
delete disk item "HEZUS:Users:IMD2:Library:Preferences:com.apple.iWork.Pages.LSSharedFileList.pl ist"  --> error number -1728
There was no application bought from the MAS in the global Applications folder
delete disk item "HEZUS:Applications:Keynote.app"  --> error number -1728
delete disk item "HEZUS:Applications:Numbers.app"  --> error number -1728
delete disk item "HEZUS:Applications:Pages.app"  --> error number -1728
There was no folder iWork ’09 in the user’s Applications folder
delete disk item "HEZUS:Users:IMD2:Applications:iWork '09"  --> error number -1728
As the apps are always flagged as available, I must assume that at least one app bought thru the MAS is available in the user’s Applications folder.
I didn’t knew that the MAS allow to use this location.
I added this case in the script.
--{code}
--[SCRIPT]
Yvan KOENIG (VALLAURIS, France)
2010/12/08
2011/01/07 added comments and delete three preferences files introduced by Snow Leopard
2012/01/06 added deletions of apps stored in alternate valid locations.
2012/01/09 added deletion of apps stored from the MAS in the user's Applications folder
set dossier_des_fichiers to path to preferences folder from local domain as Unicode text
Remove "<startupVolume>:Library:com.apple.iWork09.Installer.plist"
Remove "<startupVolume>:Library:com.apple.iWork09.plist"
which store the registration code and the kind of source of the package (trial, trial + registration code, box with Dvd)
set liste_de_fichiers to {"com.apple.iWork09.Installer.plist", "com.apple.iWork09.plist"}
tell application "System Events"
          repeat with un_fichier in liste_de_fichiers
                    try
  delete disk item (dossier_des_fichiers & un_fichier)
                    end try
          end repeat
end tell
set dossier_des_fichiers to path to library folder from local domain as Unicode text
Remove "<startupVolume>:Library:Application Support:iWork '09:" the folder where are located shared files
Remove "<startupVolume>:Library:Receipts:iWork09Trial.pkg"
Remove "<startupVolume>:Library:Documentation:Help:iWorkFunctionsHelp.help"
set liste_de_fichiers to {"Application Support:iWork '09", "Receipts:iWork09Trial.pkg", "Documentation:Help:iWorkFunctionsHelp.help"} -- added the 3rd
tell application "System Events"
          repeat with un_fichier in liste_de_fichiers
                    try
  delete disk item (dossier_des_fichiers & un_fichier)
                    end try
          end repeat
end tell
set dossier_des_fichiers to path to library folder from user domain as Unicode text
Remove "<startupVolume>:Users:<userAccount>:Library:Caches:com.apple.iWork.Fonts"
Remove "<startupVolume>:Users:<userAccount>:Library:Caches:com.apple.iWork.Keynote"
Remove "<startupVolume>:Users:<userAccount>:Library:Caches:com.apple.iWork.Numbers"
Remove "<startupVolume>:Users:<userAccount>:Library:Caches:com.apple.iWork.Pages"
set liste_de_fichiers to {"Fonts", "Keynote", "Numbers", "Pages"} -- added these four ones
tell application "System Events"
          repeat with un_fichier in liste_de_fichiers
                    try
                              delete disk item (dossier_des_fichiers & "Caches:com.apple.iWork." & un_fichier)
                    end try
          end repeat
end tell
Remove "<startupVolume>:Applications:iWork '09:"
set dossier_des_fichiers to path to applications folder from local domain as Unicode text
try
          tell application "System Events" to delete disk item (dossier_des_fichiers & "iWork '09")
end try
set dossier_des_fichiers to path to preferences folder from user domain as Unicode text
Remove the six preferences files
<startupVolume>:Users:<userAccount>:Library:Preferences:com.apple.iWork.Keynote. plist
<startupVolume>:Users:<userAccount>:Library:Preferences:com.apple.iWork.Numbers. plist
<startupVolume>:Users:<userAccount>:Library:Preferences:com.apple.iWork.Pages.pl ist
<startupVolume>:Users:<userAccount>:Library:Preferences:com.apple.iWork.Keynote. LSSharedFileList.plist
<startupVolume>:Users:<userAccount>:Library:Preferences:com.apple.iWork.Numbers. LSSharedFileList.plist
<startupVolume>:Users:<userAccount>:Library:Preferences:com.apple.iWork.Pages.LS SharedFileList.plist
set liste_de_fichiers to {"com.apple.iWork.Keynote.plist", "com.apple.iWork.Numbers.plist", "com.apple.iWork.Pages.plist", "com.apple.iWork.Keynote.LSSharedFileList.plist", "com.apple.iWork.Numbers.LSSharedFileList.plist", "com.apple.iWork.Pages.LSSharedFileList.plist"}
tell application "System Events"
          repeat with un_fichier in liste_de_fichiers
                    try
  delete disk item (dossier_des_fichiers & un_fichier)
                    end try
          end repeat
end tell
Take care of alternate locations
Try to remove the apps bought from the Mac App Store :
"<startupVolume>:Applications:Keynote.app "
"<startupVolume>:Applications:Numbers.app "
"<startupVolume>:Applications:Pages.app "
set dossier_des_fichiers to path to applications folder from local domain as Unicode text
set liste_de_fichiers to {"Keynote.app", "Numbers.app", "Pages.app"}
tell application "System Events"
          repeat with un_fichier in liste_de_fichiers
                    try
  delete disk item (dossier_des_fichiers & un_fichier)
                    end try
          end repeat
end tell
Try to remove the apps installed in the User's Applications:iWork '09 folder :
"<startupVolume>:Users:<userAccount>:Applications:iWork '09:"
set dossier_des_fichiers to path to applications folder from user domain as Unicode text
try
          tell application "System Events" to delete disk item (dossier_des_fichiers & "iWork '09")
end try
Try to remove the apps bought from the Mac App Store :
"<startupVolume>:Users:<userAccount>:Applications:Keynote.app "
"<startupVolume>:Users:<userAccount>:Applications:Numbers.app "
"<startupVolume>:Users:<userAccount>:Applications:Pages.app "
set dossier_des_fichiers to path to applications folder from local domain as Unicode text
set liste_de_fichiers to {"Keynote.app", "Numbers.app", "Pages.app"}
tell application "System Events"
          repeat with un_fichier in liste_de_fichiers
                    try
  delete disk item (dossier_des_fichiers & un_fichier)
                    end try
          end repeat
end tell
--[/SCRIPT]
--{code}
Yvan KOENIG (VALLAURIS, France) lundi 9 janvier 2012
iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2

Similar Messages

  • Just got a new imac and my iwork software wont work. I have the serial numbers but after migrating from my old mac running OSX tiger it won't even give me that opportunity. I do not have any discs as this was downloaded. Help

    Just got a new imac and my iwork software wont work. I have the serial numbers but after migrating from my old mac running OSX tiger it won't even give me that opportunity. I do not have any discs as this was downloaded. Help

    Hi, hopefully you guys can help me out, I just
    purchased a G5 iMac to replace my aging dell desktop,
    and now i'm more or less completely os x dependant
    (I've had an ibook for a few months now). Anyway, I
    have a few questions:
    1. Does anyone know of a (free) mail notifier tool,
    that will alert me when I recieve new pop3 mail? I
    used to use AIM for this in windows
    The built in email program does sound an alert for new messages.
    2. Anyone know of a good (free, again) IRC client?
    iChat works well.
    3. I noticed earlier that my screen was flickering,
    it seems to have subsided for now, but is that normal
    to encounter in a new display? It wasn't really bad
    flicker, but I could see it.
    No idea.
    4. I leave my desktops on 24/7x365, will that be a
    problem with this iMac? Display shuts off of course
    after 30 mins
    You could set the iMac to go to sleep after non use. My Macs are
    always sleeping when not in use, waking them up takes seconds.
    Unlike windoze, never knew if it would be locked up or not.
    5. Should I get the extended warranty? I'm usually
    against them, but I am expecting this computer to
    last me at least 3 years (for $1300 it better!)
    before I upgrade, as I got that much out of a Dell
    and from what I understand, Mac's do not age nearly
    as fast as Windows pc's.
    It is well worth the cost. Never know what might happen. Also
    it is good insurance for future upgrades. I traded in my G4 tower
    purchased two years ago for 75% of what I paid for it. Apple care
    transfers, giving the buyer the remainder of your warranty.
    Thank you for any help,
    -Evan

  • IWork '09 wont work on my 10.8.5 OSx -

    it says "Pages cannot be opened because of a problem." It says to make sure the program is fit for the operating system which it is. This has happened with two different brand new install CD's. I've uninstalled and reinstalled both CD's multiple time to no avail. Help!

    4dyami wrote:
    The Pages menu bar is open but I can't make use of the program.
    What exactly do you mean by "can't make use of the programme"?
    That is very vague.
    Can't open a template from Template Chooser?
    Can't type?
    What happems when you try?
    Any messages?
    Peter

  • HT1338 mail wont work since update

    My mac did an update for iphoto and since then my mail wont open
    it says that this version of mail wont work with this system and to use the mail icon located in applications
    tried that and it still wont work
    HELP!!!!

    I was having very similar issues with both the iPhone 3GS, which I returned, and then when I updated my original iPhone to the 3.0 OS. It turns out that the problem (at least in mine and others case) is an unassigned dummy email account on the iPhone. On the settings icon open up mail, contacts, calender and look at the end of your list of e-mail accounts. The dummy account will have the word e-mail in the margin but the rest of the field is blank. Select this for the account information go to the end of the information field and delete it.
    When I did this it completely resolved my battery life issue and the over heating in my original iPhone. The cause it is suggested is because of the dummy account, the iPhone goes into perpetual search mode because of all the missing information. I wish I had know this before returning the 3GS.
    Hope it works for you and you can begin enjoying all the benefits of the new 3.0

  • My apple is not activating,Asking for Apple ID &p.word, I have entered the apple ID which i was using to download all apps,but it wont work, Now system is saying that your apple Id is wrong, My question is Can there be two apple IDs?

    My apple is not activating,Asking for Apple ID &p.word, I have entered the apple ID which i was using to download all apps,but it wont work, Now system is saying that your apple Id is wrong, My question is Can there be two apple IDs? My apple ID is my Yahoo mail it self, but not able to log in to  Icloud, Can any body guide, Why, I can not.

    Hi dip_kinu,
    I apologize, I'm a bit unclear on exactly what device you are trying to set up and what is happening when you try to do so. If you are having issues remembering your Apple ID, or feel like you may have set up multiple Apple ID's, you may find the following page helpful:
    Apple - My Apple ID: Find your Apple ID
    https://iforgot.apple.com/appleid
    Regards,
    - Brenden

  • [Oracle 11G XE and Apex 4.2 ] Backup from System "A", restored in System "B" wont work.

    ***Backup from System A, restored in System B wont work.***
    Hi!
    i have a problem, my Apex 4.2 computer/server died, broken motherboard, made me to take the backup files from the HDDs within System A, moved them over to the HDD within System B.
    System OS: Win7 Ult 64bit.
    1. Installed Oracle 11g XE
    2. Installed Java JRE-7 (1.7.0_40)
    3. Installed Java Glassfish Server 3.1.2.2 (ogs-3.1.2.2-windows.exe) (Java EE6 Compatible)
    4. Run Restore, Succefully Restored. (the Backup is taken from System "A" that worked properly with Apex 4.2 before hardware crash.)
    The Result
    http://127.0.0.1:8080/apex/f?p=4950
    Error    Error processing request.
    ORA-01403: no data found
    OK    <-( Button )

    then i tryed just this URL -> http://127.0.0.1:8080/apex
    it works as it schould.

  • Inbuilt isight camera is detected in system profiler but no image is being detected only a black screen shows up. I have tried all of the troubleshooting instructions and it still wont work. The iMac im using is OS X 10.6 and was an ex-floor model

    inbuilt isight camera is detected in system profiler but no image is being detected only a black screen shows up. I have tried all of the troubleshooting instructions and it still wont work. The iMac im using is OS X 10.6 and was an ex-floor model

    Hi,
    I would try a Safe Boot first.  (This will take longer than a normal Boot and you will need to Restart afterwards).
    If it were an older OS I would also suggest going to System Preferences > Displays and making sure the display is set to Millions.  (My MacBook Pro does not have this option in Snow Leopard so I did presume Snow Leopard does not have it).
    With some laptops there have been some issues with the cable up the back of the screen pulling loose with regular and frequent use of the lid, but this will not apply to you based on your specs.  (it does take time to appear and is also somewhat rare). However it seems enough contact with the camera can make it appear in System Profiler and power it on but not give a pic.
    If a Safe Boot does not work I would also try a PRAM reset.
    Shut down the computer.
    Restart it holding down Apple/CMD (or ⌘)+ALT( ⌥)+P+R Keys until you have heard three Start Up Bongs.
    This is actually "less" destructive in that it clears less memory items than Safe Boot but they are different enough to warrant trying.
    Do you have an older version of iGlasses installed ?
    The one for Leopard does not work for Snow Leopard.
    Do you have  Web Browser open ?
    This may point to  Google Video Chat Plug-in and Flash Conflict.  It would be rare to allow another app to access the camera even if not displayiong a Pic. 
    (Chrome Installs the Plug-in as does the standalone download).
    Knowing  what "any application" exactly you are trying might help us pin it down.
    Any additional downloaded  apps that can use the camera ?
    Do you happen to have something balck in front of the camera ?
    8:20 PM      Sunday; October 9, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Need Help... "system preferences" under Apple icon wont work.

    please help. i am a new mac user. i have an iMac. when i try and select the system preferences under the apple icon, it wont work. like the its missing or been deleted. i have searched for it, and cant find it anywhere.
    what do i have to do to get it back. reinstall something?

    Open the Macintosh HD folder from your desktop, and in that, open "Applications".
    Is there an entry there "System Preferences" or "System Preferences.app"?
    P.S. Welcome to  Discussions!
    Message was edited by: joshz
    EDIT 2: Since you're new to mac, you may want to check out Mac 101 (and Switch 101 if you've switched from Windows).
    Message was edited by: joshz

  • LR-CC wont work after install with Creative Cloud. I run a 64 bit W7 system

    HI,
    LR-CC wont work after install with Creative Cloud. I run a 64 bit W7 system.
    I had LR 5,7 running and was not installed via the CC.
    What to do
    Thanks.

    Hi Ridder,
    Please refer the solutions given in the following article.
    Lightroom doesn't launch or closes automatically after splash screen
    Hope this helps.
    Regards,
    Sumit Singh

  • Help my Mac mini wont work with the airpot

    I have got the Mac mini Intel Core Solo G5 model and ive got a ibook G4 my G4 works great and fine but my mac mini does not. I connect to the base station fine useing the drop down bit on the taskbar in finder and enter the password and it connects. But when i do network assistant and it asks for me to eneter the password again it just basicly frezzes for a min then says invalid password when i know that it is the write base station password. It did work once but froze again and said could not connect. and when i go into the airport utlity it can't descover the base station even though it says it is connected with a full signal, im doing the excatly same things i did with my ibook but it just wont work. Please can someone help me and tell me what i have to do or give me some support this is my last hope as apple aren't intrested. I will be very gratful!

    The software update was for Intel based Mac computers and does not specify Core Duo or Core 2 Duo:
    AirPort Extreme Update 2007-001
    This update is recommended for all Intel-based Macintosh computers and provides compatibility with AirPort Extreme base stations and networks.
    This is the update that generated a fix at www.macfixit.com because some folks have been having issues with connection with their internet provider and some people have had issue with their airport systems just shutting down.
    It was part of an auto update that was received. One of my Macs is a MacBook Pro Core Duo (not Core 2 Duo) and this upgrade (download) was part of the update check that is automatically performed.

  • My ipod touch (3rd gen) the right part of the screen wont work and i dont know how to get it to work. Does anyone know what to do?

    My ipod touch (3rd gen) screen doesnt work... The right side of the screen wont work i cant unlock it or do anything on it.. this all happened after i left it in my car after a cold night... the problem didnt start at first it started about a day later.. i have no clue what do.... i dont knoow the operating system i think its 4.3.3 but i dont remember as its been a while since i last updated it... if anyone can help me let me know please

    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings if you can
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    -  Make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar

  • Built in Isight wont work with IChat

    I have the New Macbook and i have used Ichat Video before but now it wont work, i get this message:this computer dose not support video conferencing
    anyone help?

    Adequate.
    The Upload is acceptable.
    iChat will fail at 50kbps (In Video chats with a message)
    The Lowest Spec Apple Suggests for 1-1 Video is 100kbps
    The lowest Apple Spec for 3 and 4 way Video chats is 384k but I have done passable ones at 256k.
    If System Preferences > Quicktime > Streaming is left at Automatic in Leopard iChat reads this as 384k (it should be set to 1.5Mbps and iChat restarted if Changed)
    Have you tested at different times ?
    IS that the Best speed with the service you have ?
    Is that speed near what they say they are selling you ?
    The Speeds you quote should not get you the Too Slow Info message.
    Is that Internet Connection shared with other computers ?
    Were you doing a download ?
    Both will effect the amount of the Speed (called Bandwidth) that you get.
    Think of a Freeway as you enter a city in rush hour. It might be a road you can do the national speed Limit but you may not be able to go that fast due to other traffic.
    12:34 PM Monday; January 19, 2009

  • I just bought an android phone and the previous owner of the number had an iphone and imessage wont work, how do I fix that?

    I just bought an android phone and the previous owner of the number had an iphone and imessage wont work, how do I fix that?
    I recently bought a Samsung Galaxy S4, and my wife has an iphone. We found out that imessage wont come through from her. After we went to the AT&T helpdesk they said that she could turn off imessage on her phone and that I would get texts on my S4. But then so would everyone else who has an iphone. That  won't work for everyone in my company that has an iphone. So what I am wondering is- since I recently got this phone, should I get a new number? Or should I contact ATT or contact Apple to try and get this number de-activated? I'm thinking I'll never get into the icloud account that this number is attached to, but maybe someone has some advice on that?
    I just sincerely want imessage to work on this phone and I'm willing to take the steps to do that.
    Please help

    Either one of the two should work - getting new number from carrier or contacting Apple to revoke phone number from imessage system.
    That is if your problem is described correctly.

  • Pages wont work after installing Mountain Lion

    After I installed Mountain Lion on my Macbook Pro 2010, Pages wont work, together with the whole iWork 09 package. I've tried re-installing, signing out of iCloud etc.. But nothing seems to work. It say the application is open but nothing appears on the screen, if i open a document its says its unable to open the document.?

    Quite a few users have had problems but none seem exactly the same & the solutions are matter of trial & error. Two things that should be done, no matter what, are using Disk Utility to repair permissions & updating iWork '09 to 9.2. Some users have needed to delete the apps, particularly Pages, & reinstall to get them to work.

  • When I try to login to icloud I get a message that says my appleid is valid but it wont work for icloud. What do I do?

    when I try to login to icloud I get a message that says my appleid is valid but it wont work for icloud. What do I do?

    Hi ljzimprich!
    To have a better understanding of your issue, please let everyone know which model printer you own and what operating system you are connecting it to. That way, community will be able to assist you with suggestions appropriate for your product.
    Thanks!

Maybe you are looking for