How to test that my JDBC work?

I'm migrating an application from Weblogic 5.1 to 6.1 and already it's
driving
nuts with all the huge changes.
Essentially, in the past, we had our own directory structure and
script files where they referenced the necessary Weblogic jars... and
weblogic looked through your PATH environment variable to find any
weblogic.properties file. NOW, Weblogic forces you to create a
config/domain directory where the config file is and forces you to use
a DefaultWebApp as well... or so it seems.
Anyway, I'm trying to take this migration one step at a time and deal
with things like the EJB changes further down the road.
Right now, I'm just trying to get the server to come up and recognize
my database connection, however... either, the stuff I have IS working
and 6.1 is just not verbose in its messages or I am doing something
wrong... cause essentially, I get the following after I run the
server:
Starting WebLogic Server ....
<Dec 6, 2001 7:27:20 PM EST> <Notice> <Management> <Loading
configuration file G
:\Working\main\echo\config\echo\config.xml ...>
<Dec 6, 2001 7:27:31 PM EST> <Notice> <WebLogicServer> <Starting
WebLogic Admin
Server "myserver" for domain "echo">
<Dec 6, 2001 7:27:58 PM EST> <Notice> <Management> <Application Poller
started f
or development server.>
<Dec 6, 2001 7:27:59 PM EST> <Notice> <WebLogicServer> <ListenThread
listening o
n port 7001>
<Dec 6, 2001 7:27:59 PM EST> <Notice> <WebLogicServer>
<SSLListenThread listenin
g on port 4002>
<Dec 6, 2001 7:28:00 PM EST> <Notice> <WebLogicServer> <Started
WebLogic Admin S
erver "myserver" for domain "echo" running in Development Mode>
Now, I DO have a JDBC connection declared in my config.xml file... as
follows:
<JDBCConnectionPool CapacityIncrement="2"
DriverName="oracle.jdbc.driver.OracleDriver"
InitialCapacity="2"
LoginDelaySeconds="1" MaxCapacity="10" Name="oraclePool"
Properties="user=scott;password=tiger;dll=ocijdbc9;protocol=thin"
ShrinkPeriodMinutes="15" ShrinkingEnabled="true"
Targets="myserver" TestConnectionsOnRelease="true"
TestConnectionsOnReserve="true" TestTableName="dual"
URL="jdbc:oracle:thin:@domain:1521:ORDdev"/>
Now, shouldn't weblogic at least parse this and try to connect to my
database and tell me YES or NO as to whether it was successful????
I've run the 'dbping' outside of Weblogic and that was successful. Is
there anyway to verify that this is working?
And also, I don't have a JDBCDataSource... I didn't need one with
5.1... we use Toplink which kind of hides a lot of the database
access... and when we did need a database connection, a
javax.sql.DataSource object was created by doing a context look up for
"weblogic.jdbc.jts.oraclePool". So, I'm not quite sure, what I would
put in a JDBCDataSource element.
Any help would be great!
Thanks!

Hi Michael,
When the server comes up open the console in the browser, select the
connection pool and select monitoring you will see some information about
the connections.
Most of the messages to the sever window are suppressed unless you enable
info messages in the server, you can do that from the console or by editing
the config.xml file. By default you will see Errors if any. so in your case,
if you didnt see any error your connection pool must have comeup properly.
you can check it in the monitoring tab.
regarding the JDBCDataSource , you dont need one unless your application is
looking for one. your current application should work with minimal or no
programming changes to it.
Its always recommended to use the DataSource for getting a connection from
the pool. DataSource helps you use the same code to access a connection from
the server side as well as the client side so you dont have to code the
server side and client side components differently.
hth
sree
"Michael J. Hudson" <[email protected]> wrote in message
news:[email protected]...
I'm migrating an application from Weblogic 5.1 to 6.1 and already it's
driving
nuts with all the huge changes.
Essentially, in the past, we had our own directory structure and
script files where they referenced the necessary Weblogic jars... and
weblogic looked through your PATH environment variable to find any
weblogic.properties file. NOW, Weblogic forces you to create a
config/domain directory where the config file is and forces you to use
a DefaultWebApp as well... or so it seems.
Anyway, I'm trying to take this migration one step at a time and deal
with things like the EJB changes further down the road.
Right now, I'm just trying to get the server to come up and recognize
my database connection, however... either, the stuff I have IS working
and 6.1 is just not verbose in its messages or I am doing something
wrong... cause essentially, I get the following after I run the
server:
Starting WebLogic Server ....
<Dec 6, 2001 7:27:20 PM EST> <Notice> <Management> <Loading
configuration file G
:\Working\main\echo\config\echo\config.xml ...>
<Dec 6, 2001 7:27:31 PM EST> <Notice> <WebLogicServer> <Starting
WebLogic Admin
Server "myserver" for domain "echo">
<Dec 6, 2001 7:27:58 PM EST> <Notice> <Management> <Application Poller
started f
or development server.>
<Dec 6, 2001 7:27:59 PM EST> <Notice> <WebLogicServer> <ListenThread
listening o
n port 7001>
<Dec 6, 2001 7:27:59 PM EST> <Notice> <WebLogicServer>
<SSLListenThread listenin
g on port 4002>
<Dec 6, 2001 7:28:00 PM EST> <Notice> <WebLogicServer> <Started
WebLogic Admin S
erver "myserver" for domain "echo" running in Development Mode>
Now, I DO have a JDBC connection declared in my config.xml file... as
follows:
<JDBCConnectionPool CapacityIncrement="2"
DriverName="oracle.jdbc.driver.OracleDriver"
InitialCapacity="2"
LoginDelaySeconds="1" MaxCapacity="10" Name="oraclePool"
Properties="user=scott;password=tiger;dll=ocijdbc9;protocol=thin"
ShrinkPeriodMinutes="15" ShrinkingEnabled="true"
Targets="myserver" TestConnectionsOnRelease="true"
TestConnectionsOnReserve="true" TestTableName="dual"
URL="jdbc:oracle:thin:@domain:1521:ORDdev"/>
Now, shouldn't weblogic at least parse this and try to connect to my
database and tell me YES or NO as to whether it was successful????
I've run the 'dbping' outside of Weblogic and that was successful. Is
there anyway to verify that this is working?
And also, I don't have a JDBCDataSource... I didn't need one with
5.1... we use Toplink which kind of hides a lot of the database
access... and when we did need a database connection, a
javax.sql.DataSource object was created by doing a context look up for
"weblogic.jdbc.jts.oraclePool". So, I'm not quite sure, what I would
put in a JDBCDataSource element.
Any help would be great!
Thanks!

Similar Messages

  • My transparency does not work on my iPhone and I was wondering how I fix that? It worked when I first downloaded ios7 but not now.

    My transparency does not work on my iPhone and I was wondering how I fix that? It worked when I first downloaded ios7 but not now.

    Hello wilsontot_too,
    Thank you for the details of the issue you are experiencing on your iPhone.  It sounds like you are not noticing transparency on your iPhone.  It may be that you have "Increase Contrast" turned on in your iPhone settings.
    I recommend verifying that Increase Contrast is turned off in Settings>General>Accessibility.
    iPhone User Guide - Large, bold, and high-contrast text
    http://help.apple.com/iphone/7/#/iph73b89c6
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • How can I test that XProtect is working?

    For people who have virus scanners, there is the EICAR file that they can use to test that their virus scanner is working.
    While XProtect is not a true virus scanner, I would like to know if there is a file like EICAR for the Mac OS that simulates the same thing. How do I know that it's running while I am browsing the web?

    XProtect will detect the EICAR test file. Download the following file:
    eicar.com
    Try to open it, and when it asks what app you want to open it with, select a text editor. At that point, XProtect should jump in and prevent it from opening:
    Of course, it won't actually damage your computer, since it's just an EICAR test file and not actual malware. However, this does demonstrate accurately what would happen if you downloaded and tried to open a malicious executable file.

  • Newbie q: How to verify that encryption is working

    Hello,
    In a sharepoint environment, we have installed a certificate and force encryption=on, according to :
    http://social.technet.microsoft.com/Forums/en-US/bde679d9-ff83-4fa7-b402-42e336a97106/force-encryption-on-sql-server-not-working?forum=sqlsecurity 
    How can I verify that the encryption is actually working? I saw wireshark but I don't know to use it.
    Thank you
    Christos

    Basically if you encrypt all of DataBases of SharePoint, you can open one DataBase and use Select statement to verify if your can read the Data.
    Connection encryption is something quite different than database encryption.
    The most ideal way to verify connection encryption is to use a packet sniffer such as Wireshark.  Since that's no something you know how to use and are resistant to learning, I'd run the following on my SQL Server and look for connections which have
    an encrypt_option of false:
    select * from sys.dm_exec_connections
    Connections which are encrypted should have an encrypt_option of TRUE.

  • Time Machine: How to check that it's working?

    hey guys, i just ran Time Machine for the first time and it looks like everything worked ok. it completed the backup and will run another backup in 20 minutes. i was just wondering how i can check that my files are actually being backed up in case i had to restore the files. how would i go about restoring the files by the way? i can't see an option to do this.         
    thanks a lot

    ThunderCon wrote:
    ok i had a look at that, but couldn't find an answer to this:
    i just noticed that my time machine drive is 4gb smaller than my mac internal HDD. is there any reason for this?
    Yes, as softwater and others have said, Time Machine does skip some things, such as system work files, most caches and logs, etc.  The size of all that varies widely from time to time, but is usually several GBs.
    See the tan box in Time Machine - Frequently Asked Question #11 for the gory details.
    But the size of the data on your TM drive will grow as more backups are performed, copying only the items that are new or changed, eventually filling all the available space.  Then it will begin deleting the oldest backup(s) when it needs room for new ones.
    but doesn't Time Machine create a bootable copy of the hard drive anyway?
    No, TM backups aren't directly bootable.  If your internal HD dies, you can restore your backups to a replaced internal HD, or another external HD.  The restored system is bootable.
    if the hard drive died, wouldn't Time Machine be able to restore everything?
    Yes.  The things it doesn't back up are re-created as needed anyway.  See FAQ #14 for details on doing a full restore.

  • How to verify that rented movie works

    I rent movies on iTunes to watch on my iPad during air travel but the last time I did this, they would not play. When I got home, I found out that they had not been downloaded despite showing up on my iPad. I'm going to travel again in a few weeks so I downloaded some movies today. How can I make sure they are there and will work without starting the 24 hr time period that rented movies have to be viewed within once they are started?
    Patti

    You can't.
    Can you provide more detail regarding what happened? What did you see when you attempted to view the movies? What makes you think that the download did not take place? When the download is in process, the iPad shows you a decrementing timer. Did you see that?
    You might want to try a system Reset as it cures many ills, is harmless, and takes only a minute or so:
    Hold down the on/off switch and the Home button simultaneously until you see the Apple logo. Ignore the "Slide to power off" text if it appears.
    A Reset does NOT delete apps, photos, movies, music or any other data.
    Also, you might wish to download the 4.2 User Guide. Pay special attention to page 170.
    http://support.apple.com/manuals/#ipad

  • How to test email notification is working or not without any exchange serve

    Hi,
    Please help me find a way to test email notification after user gets created in OIM and provisioned to OID. The requestro should get a mail that his request has been processed/approved.
    Thanks.

    Substituting corporate email server with something local like Argosoft is a good idea but not a 100% test since most problems occur when you talk to corporate email server.

  • Windows 8.1 Lenovo Thinkpad 2 with Verifone E230 sleeve...how to test if sleeve is working

    Anyone has any documentation on getting the sleeve to work. Have dropped both a Windows 8.1 and Windows 8 x86 with SCCM 2012 R2 OSD but no joy?
    Thanks!

    Hi,
    >>Anyone has any documentation on getting the sleeve to work
    I haven't find such document over the Internet. You could try to contact Verifone to see if they can help you.
    Best Regards,
    Joyce
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Microsoft Exam Questions On Functionality That Doesn't Work!

    What does a student do if they are tested, in a Microsoft exam, on functionality that's known not to work?!
    It seems absurd that Microsoft is doing this.

    Assume it does work when you take the exam.
    How can functionality that doesn't work outside of the exam suddenly and mysteriously work in the exam? that doesn't make sense!
    Turn a blind eye toward "real world" experiences in these types of cases.
    Turning a blind eye to functionality that doesn't work isn't the correct solution: fixing the software or removing the question
    from the exam is.
    Be sure to mark the exam questions that you disagree with.
     - and what happens if the student concerned did not think to do this at this time but only after she had time
    to think about it afterwards?
    Thank you for your contribution but I feel that it does not really address the problem I have highlighted.

  • How to test BPM Scenario?

    HI,
    Experts,
    I have developed a BPM scenario successfully but i didn't understand how to test that BPM Scenario i tried test that in ID->Test Configuration but i having only one sender details how to another sender details or any transaction to test BPM.
    Thanks in advance
    Shabeer Ahmed.

    For testing purposes you can use RWB.
    Give all the details like Sender Business System, Message Interface and Namespace and the correct payload.
    It just mimics your sender system provided you have only one sender in your BPM.
    otherwise you need a parallel instance of RWB for different senders.
    Thanks,
    - Gujjeti.
    Edited by: Praveen Gujjeti on Mar 18, 2009 1:58 PM

  • How does the ContentSelectorAdviceRequest.setMax method work?

    We are currently using WLPS 3.2.
    The API documentation states that (http://edocs.bea.com/wlcs/docs32/javadoc/wlps/):
    &#8220;Sets the maximum number of content items to return from a content query
    request.&#8221;
    OK? What does this really mean? If we use the setMax together with sortBy, will
    WLSP first pick the number of items defined by setMax and then sort, or vice versa?
    EXAMPLE:
    If we have the following code:
    AdviceRequest arequest = anAdvisor.createRequestTemplate(
    "ContentQueryAdviceRequest");
    request = (ContentQueryAdviceRequest)arequest;
    request.setMax(2);
    request.setSortBy( &#8220;publish-start-date DESC&#8221; );
    And if we have the following content items (only showing the meta tags):
    ITEM 1:
    <meta name="publish-start-date" content="2001-09-05 00:00:00.000000000"></meta>
    ITEM 2:
    <meta name="publish-start-date" content="2001-09-03 00:00:00.000000000"></meta>
    ITEM 3:
    <meta name="publish-start-date" content="2001-09-02 00:00:00.000000000"></meta>
    ITEM 4:
    <meta name="publish-start-date" content="2001-08-01 00:00:00.000000000"></meta>
    (Note the date format. This is the only date format that we have found to work
    with WLSP 3.2, BEA support defined it for us. And we have tested that this format
    works)
    What would you expect the result to be? We expect it to be:
    ITEM 1
    ITEM 2
    BUT: Since we are using the setMax function, the WLPS server seems to FIRST pick
    2 items and THEN sort them.
    So the result could just as well be:
    ITEM 3
    ITEM 4
    Our conclusion is that if we want WLPS to get a sorted list, we first have to
    get all the personalized content, then sort and finally pick out the content items
    that we want !
    Is this really true?
    Regards,
    B | vidar alvestad
    E | +47 982 19 367, [email protected]
    K | bekk consulting as, Pb 134, Sentrum, 0102 oslo, norway
    K | www.bekk.no

    Hi Vidar,
    This is documented under the <pz:contentSelector> tag
    (http://e-docs.bea.com/wlcs/docs32/p13ndev/jsptags.htm#1057564), but
    unfortunately it's not in the JavaDoc (which is what you were looking at):
    Note: The sortBy attribute, when used in conjunction with the max attribute,
    works differently for explicit (system-defined) and implicit (user-defined)
    attributes. If you sort on explicit attributes (identifier, mimeType, size,
    version, author, creationDate, modifiedBy, modifiedDate, lockedBy,
    description, or comments) the sort is done on the database; therefore if you
    combine max="10" and sortBy, the system will perform the sort and then get
    the first 10 items. If you sort on implicit attributes, the sort is done
    after the max have been selected.
    That said, there are a few different workarounds to get the behavior you're
    looking for:
    1. Put whatever you want to sort on in the comments or description field;
    these fields are explicit attributes, so the sort will be done on the
    database prior to selecting the maximum number of records. This is probably
    the easiest solution.
    2. Write your own DocumentProvider.
    3. Use a third party Content Management system that does all sorting in the
    database; Documentum is one example.
    4. Use a ContentComparator. This solution involves bringing back all
    matches, sorting that list in memory, and then just using the ones you want.
    You can use the com.beasys.commerce.axiom.document.fast.ContentComparator
    class to do this. Note that although the package name says "fast", that
    doesn't mean the in-memory sorting will be fast at all. This won't scale
    if you don't already know the max number of returns, but would do fine if
    the max number of documents in the database isn't too large. So, you could
    do something like this to get the first 10 sorted on someAttribute:
    <pz:contentQuery query="someAttribute like 'something*' " id="docs"
    max="-1"/>
    <%
    List l = new ArrayList(docs);
    Collections.sort(l, new ContentComparator("someAttribute ASC"));
    if (l.size() > 10)
    l = l.subList(0, 10);
    docs = (Content[])l.toArray(new Content[0]);
    pageContext.setAttribute("docs", docs);
    %>
    You could even mix this in with content caching by directly manipulating the
    com.beasys.commerce.content.ContentCache object, that way you could avoid
    doing the sort every time.
    An enhancement request (CR050865) has been logged on this issue.
    I hope this helps!
    - Ginny
    "Vidar Alvestad" <[email protected]> wrote in message
    news:[email protected]...
    >
    We are currently using WLPS 3.2.
    The API documentation states that(http://edocs.bea.com/wlcs/docs32/javadoc/wlps/):
    &#8220;Sets the maximum number of content items to return from a contentquery
    request.&#8221;
    OK? What does this really mean? If we use the setMax together with sortBy,will
    WLSP first pick the number of items defined by setMax and then sort, orvice versa?
    >
    EXAMPLE:
    If we have the following code:
    AdviceRequest arequest = anAdvisor.createRequestTemplate(
    "ContentQueryAdviceRequest");
    request = (ContentQueryAdviceRequest)arequest;
    request.setMax(2);
    request.setSortBy( &#8220;publish-start-date DESC&#8221; );
    And if we have the following content items (only showing the meta tags):
    ITEM 1:
    <meta name="publish-start-date" content="2001-09-0500:00:00.000000000"></meta>
    >
    ITEM 2:
    <meta name="publish-start-date" content="2001-09-0300:00:00.000000000"></meta>
    >
    ITEM 3:
    <meta name="publish-start-date" content="2001-09-0200:00:00.000000000"></meta>
    >
    ITEM 4:
    <meta name="publish-start-date" content="2001-08-0100:00:00.000000000"></meta>
    >
    (Note the date format. This is the only date format that we have found towork
    with WLSP 3.2, BEA support defined it for us. And we have tested that thisformat
    works)
    What would you expect the result to be? We expect it to be:
    ITEM 1
    ITEM 2
    BUT: Since we are using the setMax function, the WLPS server seems toFIRST pick
    2 items and THEN sort them.
    So the result could just as well be:
    ITEM 3
    ITEM 4
    Our conclusion is that if we want WLPS to get a sorted list, we first haveto
    get all the personalized content, then sort and finally pick out thecontent items
    that we want !
    Is this really true?
    Regards,
    B | vidar alvestad
    E | +47 982 19 367, [email protected]
    K | bekk consulting as, Pb 134, Sentrum, 0102 oslo, norway
    K | www.bekk.no

  • How to check that whose access my system

    i am use computer and i want to check how many request comes my computer and which files or folder shered at that time ????

    I like to use netbeans which one should i need to download?You'd think you would go to the Netbeans website and find out, but I'm silly like that. Either a recent JDK 6 or the latest JDK 7 will do just fine. I would install Java anywhere except in program files. I install all my Java stuff in a directory called "java" myself, so I have C:\java\jdk6, c:\java\eclipse37, c:\java\tomcat7, etc. I never have to search for my stuff that way.
    (of course being a proper computer savvy user I partioned my harddrive to reserve the C drive specifically for the OS only, so it is in fact e:\java).
    2)How to find apache tomcat server is installed in by PC or not how to test that ?Use the search function of your OS of course. Its not even a Java related question.

  • How can I test that the ITS is setup right and working?.

    How can I test that the ITS is setup right and working?.
    At present when calling a CRM transaction (BOR object) via the Nav Bar of the Webclient IC I am getting a message box with the title of 'Message from Webpage' and the content saying 'Object expected'.
    I have re-checked the transaction launcher and navigation bar profile setting and these look okay, hence my question regarding the ITS and how we might test that its functional.
    Jason

    I assume that as I also have a call to a URL (website), which is working fine, then the ITS servicer is also working fine.
    That just leads me to know identify why my BOR object is not being called correctly.
    Within the Transaction launcher I have the following settings:
    Entries
    Launch Trans ID: ZZIC1_LT01
    Component set: ALL
    Technical details
    Description: xxxxx
    Class name: ZCL_ZZIC1_LT01
    Statefull: X
    Further Technical details
    Transaction type: BOR Transaction
    Logical system: CMDCLNT600
    BOR Object type: TSTC_UIF
    Method name: EXECUTE
    Transaction Parameters
    Parameter: Object_key
    Value: CRMD_BUS2000115
    Can anyone see any problems with these entries?.
    what's the best way to ensure that 'CRMD_BUS2000115' is a BOR object?. I can run it as a transaction.
    Jason

  • ICal Server email invitations - how to test and get this feature working

    iCal Server email invitations - how to test and get this feature working
    Thanks Apple for introducing this nice little feature into iCal but then completely neglecting to write any sort of useful manual that can explain what to do when it doesn't work after you set it up for the first time.
    At long, long last we have finally got there after about 6 months of fiddling on and off, so I thought I had better post up the process since many have similar issues and it is hard to ascertain what is going on.
    Using an external email server was just a waste of time and it still wouldn't handle the replies properly even though it was supposed to handle '+addressing'. In the end I set up a special gmail account for the iCal server and finally got it working. I list here the process of configuring and testing the system to check that each little stage is working.
    Set up a Gmail account in Apple Mail to access and test in the usual way for any email account (e.g. [email protected].);
    Set the iCal server email to access the same email using the following settings:
    IMAP
    SMTP
    [email protected]
    smtp.gmail.com
    Port: 993 [x] Use SSL
    Port: 587 [x] Use SSL
    User & Pwd
    Login
    User & Pwd
    To test the settings:
    send out a test email from Apple Mail to a non-server email address that you can access to check it has been received;
    send out a test email from your non-server email account to [email protected] and check that it is received;
    this tells you that the GMail account is setup correctly and working
    Testing iCal:
    I noted that iCal was deleting any emails that arrive in the inBox in Apple Mail as soon as they arrived (this is to be expected);
    test that the invites are being sent from iCal by setting an event in iCal and inviting your non-server address (you may not see any sign of this in Apple Mail but you should catch it in the iCal server log and possibly in the Gmail sent mail box);
    check that the invite is received at your non-server account and Accept it in iCal on another machine - the reply is automatically sent back;
    the replies appear in Apple Mail but are quickly deleted by iCal. But their record for you to see is left in Gmail under 'All Mail';
    Accepted invites appear as a notification button on the top left hand bar on iCal where you click to acknowledge them and then the attendee is shown as a green circled tick instead of a grey circled ?.
    this shows that iCal invitations are working correctly. Whenever an event is updated, all invitees should be updated by email automatically.
    I hope this helps anyone - I could certainly have done with something similar when I started with looking at this.
    Anatole
    The Error and Access logfile in the Server app under iCal server are very useful in determining any errors. I got lots of imip errors when I didn't quite have the settings right. The port is critical and it won't tell you this is the problem if it fails.

    iCal Server email invitations - how to test and get this feature working
    Thanks Apple for introducing this nice little feature into iCal but then completely neglecting to write any sort of useful manual that can explain what to do when it doesn't work after you set it up for the first time.
    At long, long last we have finally got there after about 6 months of fiddling on and off, so I thought I had better post up the process since many have similar issues and it is hard to ascertain what is going on.
    Using an external email server was just a waste of time and it still wouldn't handle the replies properly even though it was supposed to handle '+addressing'. In the end I set up a special gmail account for the iCal server and finally got it working. I list here the process of configuring and testing the system to check that each little stage is working.
    Set up a Gmail account in Apple Mail to access and test in the usual way for any email account (e.g. [email protected].);
    Set the iCal server email to access the same email using the following settings:
    IMAP
    SMTP
    [email protected]
    smtp.gmail.com
    Port: 993 [x] Use SSL
    Port: 587 [x] Use SSL
    User & Pwd
    Login
    User & Pwd
    To test the settings:
    send out a test email from Apple Mail to a non-server email address that you can access to check it has been received;
    send out a test email from your non-server email account to [email protected] and check that it is received;
    this tells you that the GMail account is setup correctly and working
    Testing iCal:
    I noted that iCal was deleting any emails that arrive in the inBox in Apple Mail as soon as they arrived (this is to be expected);
    test that the invites are being sent from iCal by setting an event in iCal and inviting your non-server address (you may not see any sign of this in Apple Mail but you should catch it in the iCal server log and possibly in the Gmail sent mail box);
    check that the invite is received at your non-server account and Accept it in iCal on another machine - the reply is automatically sent back;
    the replies appear in Apple Mail but are quickly deleted by iCal. But their record for you to see is left in Gmail under 'All Mail';
    Accepted invites appear as a notification button on the top left hand bar on iCal where you click to acknowledge them and then the attendee is shown as a green circled tick instead of a grey circled ?.
    this shows that iCal invitations are working correctly. Whenever an event is updated, all invitees should be updated by email automatically.
    I hope this helps anyone - I could certainly have done with something similar when I started with looking at this.
    Anatole
    The Error and Access logfile in the Server app under iCal server are very useful in determining any errors. I got lots of imip errors when I didn't quite have the settings right. The port is critical and it won't tell you this is the problem if it fails.

  • How do I test if witchable graphics works?

    I bought a dv6-6135dx in the store and am going to return it and have ordered the same computer with the core i7 processor through HP.  I still have the AMD model and am wondering how I test to see if the switchable graphics is working as several posts have indicated that there is a problem with this concerning Open GL.  I am not sure if I have any programs that have Open GL but I ordered the dv6 becasue I do want to have the option to do some gaming.  I am taking my chances that there will be a fix before I have to return it.  But how do I test to see if it is working correctly?

    I strongly recommend dropping support for iOSs below 3.2 - the user numbers are so small as to not be worth our time. Doing so solves your problem and keeps you looking ahead, rather than back.
    Since PDF creation is built-into 3.2 and up, there is no distinct class used to otherwise segregate functionality at that level that I know of.
    Use the docs in the Dev Center and see if there is a key you can use:
    UIRequiredDeviceCapabilities

Maybe you are looking for

  • Time capsule problems - please help...

    Hi. Have got a new 3 tb capsule and after I've set it up it appears they it works as a switch, not as a router... Could please anyone help me set it up as router please...? :/

  • Itunes won't update because of a bad signature

    I am updating a Sony Notebook to update Iphone 5 and I tunes, on system but not updated, will not download because of a invalid signature.

  • ABAP Select statement performance (with nested NOT IN selects)

    Hi Folks, I'm working on the ST module and am working with the document flow table VBFA. The query takes a large amount of time, and is timing out in production. I am hoping that someone would be able to give me a few tips to make this run faster. In

  • Use classes in JSP without jsp:useBean

    hi i want to instantiate my own classes within a jsp. the classes are in web-inf/classes/chat/ there is one main class which is used all over the app, so i use it with the jsp:useBean and scope on application. The messages are saved in objects of the

  • Iphone 3g, os4 automatically going into recovery mode

    hey when i first upgraded to os4 i had no problems i upgraded the day it came out, and as of 20/7 at random times my phone keeps switching itself off, and i have no access to anything, nothing even comes up on the screen the only way ive found to fix