Ora-01000 problem not resolve with other posts

I've the ora-01000 problem which has been argued in other posts but it persist on me.
I'm using JDK 1.3 and Oracle 8i with classes12_01.zip file.
I've been looking at v$open_cursor to see how many cursors where open and even if I put
rs.close(); rs=null;
stmt.close(); stmt=null;
it still doesn't work.
Any ideas?
Thanks.

Sorry. It do work. It was my fault.
null

Similar Messages

  • After upgrading to IOS 8 on my iPad I constantly get a temperature warning despite the fact it is cool. Did not happen with IOS 7. I have restored the iPad to factory settings with the problem not resolved.

    After upgrading to IOS 8 on my iPad I constantly get a temperature warning despite the fact it is cool. Did not happen with IOS 7. I have restored the iPad to factory settings with the problem not resolved.

    Hey, I've got the same problem. Did you find any help or solution by now?

  • Touch screen problem - 3,5 jack in Iphone is not compliant with other 3,5 headset

    Hi,
    I have plugged a Beast head set in to my Iphone 5; 3,5 jack after that the touch screen is problem. Sometimes I can not select correct a application icon (Another app near by openned) or I can not type correct a character (one or some other character apreared) when I try to type.
    I did all kind of reset, inclucluded factory reset. But the problem still remain the same.
    How to fix this issue?
    PS: Before I have same problem with my Iphone 2G when I try with a Ipod headset. I think that it is all Apple headset but it is diffrence. It seem the Ipod headset is not included microphone that why the pin is diffrence. After sometimes I try with Ipod headset then touch screen totally die and shop need to change for me a new Iphone.
    Does the 3,5 jack in Iphone is not compliant with other 3,5 headset?
    Thanks,

    i restored as a new. I am facing following problems :
    1. if iphone is locked then it won't get unlocked. I need to swipe/restart many times to unlock it. or need to use siri to unlock it.
    2. after unlocking iphone, it will work normally for few mins then there is some abnormal behaviour in its working.
    for e.g some applications will open without actually opening it. some applications will close automatically.
    3. sometimes suddenly in the middle of work, iphone touch will stop responding.
    There is no specific case for above problems. I m facing these issues in the middle of any applications at any moment of time.

  • Edited clips will not open with other apps

    After editing video clips using Adobe Premiere Elements, clips will not open with other apps (like VLC, Media Player, etc...)

    Sherbowe
    Just saw your post and wanted to leave a just in case note.
    From the information that you and John T. Smith just exchanged, it would appear that you attempted to play back the saved project file (project.prel) with your VCL Player and Windows Media Player. You need to export the Timeline content to a file format that is supported by the player of your choice. By now, you have probably been there and done that.
    This is the just in case note about projects and their project.prel file....let us say that you have two separate projects and you decide to put the content of one project into another. Cannot do. One cannot import a project.prel into another project.prel. You would have to export the Timeline of one and then import that export in the other project. Alternatively, those with Premiere Elements 8.0/8.0.1, 9.0/9.0.1, and 10 could use the ClipMate program to copy/paste between programs without issues. However, with Premiere Elements 11 there are some problems in that regard.
    ATR

  • Dante font used in manuscript - when I try to save as a pdf document in Microsoft Word whole pages change their look, with wide gaps forming between certain paragraphs or sections. This does not happen with other fonts.

    Dante font used in manuscript … when I try to save as a pdf document in Microsoft Word whole pages change their look, with wide gaps forming between certain paragraphs or sections. This does not happen with other fonts.

    OK, we've got it!
    What is happening is that when you use Microsoft's save as PDF in Word, the font isn't embedded even though the font is tagged to allow embedding. Furthermore, Microsoft doesn't properly put the font name into the PDF file such that Acrobat or Reader can readily find the font installed on your system such that the text can be properly displayed and/or printed. Acrobat and Reader attempt to display and/or print the text using a “substitution font” and of course, as they say, YMMV (“your mileage may vary”)!
    I personally submitted the report of this problem (both the embedding and the font name problem) to Microsoft. They acknowledge the bug, tried a fix and provided me a build with it, but it wasn't right. Maybe they will ultimately fix it, maybe they won't. We don't know yet. We do know that if it is fixed, it will be fixed only for Office 2013 (problem occurs with all Office applications since they use the same PDF generation code) and thus such a fix won't help you.
    Adobe Acrobat Standard and Acrobat Pro  both provide an Adobe PDFMaker plug-in to Office applications (including full support for Office 2010) that adds an Acrobat Toolbar as well as a Save as Adobe PDF menu item. The resultant PDF file fully supports embedding of OpenType CFF, TrueType, and Type 1 fonts and in many other ways produces much superior PDF with a full range of PDF generation options not available with the Microsoft PDF. (Note that beginning with Office 2013, Microsoft does not support Type 1 fonts in Office documents at all, even for existing documents!) The Acrobat Office functions are widely used and respected in the end user community and whatever “issues” there are (all software has “issues” of some type - it is a matter of how many and how severe), you should be in much better shape for PDF production that with what you currently are using.
    Good luck and let us know if this resolves your problems. (Note that you can download and install a free fully-functional 30 trial of Acrobat Pro to assure that it meets your needs! You can then buy a license and activate what you already have installed.)
              - Dov

  • Ora-12154 Could not resolve the connect Identifier specified

    I am facing problem for communicating to Microsoft SQL Server through Oracle GateWay.
    *1*. In installed Oracle Gateway 11.2 @D:\product\11.2.0\tg
    *2. D:\product\11.2.0\tg\dg4msql\admin\initdg4msql.ora* is as:
    HS_FDS_CONNECT_INFO=dba.Insignia
    HS_FDS_TRACE_LEVEL=OFF
    HS_FDS_RECOVERY_ACCOUNT=RECOVER
    HS_FDS_RECOVERY_PWD=RECOVER
    *3. listener.ora is as (D:\product\11.2.0\tg\NETWORK\ADMIN\tnsnames.ora)*
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = dba)(PORT = 1521))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    ADR_BASE_LISTENER = D:\product\11.2.0\tg
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = dg4dmssqldb)
    (PROGRAM = D:\product\11.2.0\tg\bin\dg4msql)
    SUBSCRIBE_FOR_NODE_DOWN_EVENT_LISTENER=OFF
    *4. tnsnames.ora is as (D:\product\11.2.0\tg\NETWORK\ADMIN\listener.ora)*
    PROD=
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.230)(PORT=1521))
    (CONNECT_DATA=(SID=PROD))
    msql1=
    (DESCRIPTION=
    (ADDRESS_LIST=
    (ADDRESS=(PROTOCOL=TCP)(HOST=dba)(PORT=1521))
    (CONNECT_DATA=
    (SID=dg4dmssqldb) )
    (HS=OK)
    *5. Oracle Database Link (its working well)*
    create database link apps connect to dba identified by dba using 'prod';
    *6. Microsoft Sql server Database Link*
    create database link msql1 connect to "sa" identified by "angal" using 'msql1' ;
    When i try to select data through microsoft sql server database link its show following error;
    Ora-12154 Could not resolve the connect Identifier specified
    Wher i wrong......

    Hello,
    I have not used Oracle Gateway for a long time, but did you try to rename the file D:\product\11.2.0\tg\dg4msql\admin\initdg4msql.ora into D:\product\11.2.0\tg\dg4msql\admin\initdg4dmssqldb.ora ?
    initdg4msql.ora is the default name, and should be changed if you do not use dg4msql as gateway SID:
    http://download.oracle.com/docs/cd/E11882_01/gateways.112/e12013/configsql.htm#autoId2
    Hope it will help.
    Regards,
    Sylvie

  • When I watch tv shows in Front Row that I've bought off iTunes the audio gradually falls out of sync with the video. It does not happen with other files that I have converted into mp4s. Any ideas for fixing this? It's a huge bummer...

    When I watch tv shows in Front Row that I've bought off iTunes the audio gradually falls out of sync with the video. It does not happen with other files that I have converted into mp4s. Any ideas for fixing this? It's a huge bummer...

    I too have the same problem.  The audio drop out of sync in about 5 sec in not uncommon for the audio to be 30+ sec behind video.  Apple needs to fix this!!!!!!!!!!!!!!!!   its a joke,  my iphone is all messed up after the last update as well.  at one time not to long ago apple products and software were top rated, not so much any more, more and more problems are showing up and apple is unwilling or unalbe to fix the many issues.  Apple needs to fix the audio sync problem, it not the computer hardware or other software it ITUNES!!!!,  there is no workaround other then hitting pause and hitting pause and hitting pause to temp fix the problem. 

  • Spill water on my Iphone and I want to recover photos on my Ipad The pictures on the Iphone were not shared with other apple devices is it possible get my photos from the iCloud ?

    spill water on my Iphone and I want to recover photos on my Ipad The pictures on the Iphone were not shared with other apple devices is it possible get my photos from the iCloud ?

    Had you set your iPhone up to use Photo Stream?
    Had your performed an iCloud backup of your iPhone before it was damaged?
    If you did neither of the above, then your photos are not in the cloud, and they are gone.
    If you performed an iCloud backup, then it would contain the photos in the iPhone's Camera Roll (taken on the iPhone) at the time of your last backup.  You could restore this iCloud backup to a device.
    If your iPhone used Photo Stream, those photos are immediately accessible to your iPad if you set it up to use the same Photo Stream.

  • My iphone 4 bluetooth does not discover any other devices or phones having bluetooth and ofcourse does not pair with other bluetooth devices or phones? How can i transfer files to other devices through bluetooth? Thanx

    My iphone 4 bluetooth does not discover any other devices or phones having bluetooth and ofcourse does not pair with other bluetooth devices or phones? How can i transfer files to other devices through bluetooth? Thanx

    you can't tranfer files with the built in program that apple gives you, you may (i belevie) download an app that allows you

  • I have sound problems whyle telefoning with other peoples what can i do?

    i bought a new Iphone 5S last week,and i have sound problems whyle telefoning with other peoples what can i do?

    Define "sound problems."

  • HT4199 I have a new iPhone 4s.  I have a home wi-fi network using Cisco Linksys2000 router with all settings per this article - phone will not see network if set to 5 GHz channel width - solution??  2.4 works but is not optimal with other devices in home

    I have a new iPhone 4s.  I have a home wi-fi network using Cisco Linksys2000 router with all settings per this article - phone will not see network if set to 5 GHz channel width - solution??  2.4 works but is not optimal with other devices in home (computers; tivo).  Have others seen this?  Any advice is much appreciated.

    Stephen Spark is right - your best alternative is to use a simultaneous dual band wireless router like the AirPort Extreme. Your Cisco Linksys2000 is not a dual band router, meaning that it will be constrained to operate at the slowest speed of all the devices on your network.
    The AirPort Extreme's dual networks will support all your 802.11n devices as well as all your 802.11b/g devices on both the 2.4 and 5 GHz frequencies simultaneously.

  • ORA-12154 could not resolve the connect indentifier specified

    [http://www.freeimagehosting.net/image.php?793d240bb3.jpg]
    when i try to install oracle 10g i find this problem i wish you help me

    user473080 wrote:
    [http://www.freeimagehosting.net/image.php?793d240bb3.jpg]
    when i try to install oracle 10g i find this problem i wish you help meIn the future please work from a command line and use copy and paste to put commands and results in your posts. Many people's corporate nets block access to blog sites.
    I have recently blogged extensively on this very subject. See edstevensdba.wordpress.com. I can't post a link to the exact article, because my corporate website blocks access to blog sites. I have also, many many times posted on this error in this forum, which a cursory search would have turned up. But once again, back by popular request:
    =================================
    ORA-12154: TNS:could not resolve the connect identifier specified
    This error means one thing, and one thing only. The client could not find the specified entry in the tnsnames.ora file being used.
    As a follow-on to that statement, remember that when you use a dblink, the database in which the link is defined is acting as a client to the database that is the target of the link. So in this case, the tnsnames.ora file on the host of your source should have an entry for your target db, as defined in the db_link.
    And for the umpteenth time ... this error has <b><i><u>NOTHING</u></i></b> to do with the status of a listener. The connection request never got far enough to reach a listener. If anyone tells you to check a listener in response to ora-12154, they are not paying attention, or do not understand how TNS works. This error is the equivalent of not being able to place a telephone call because you don't know the number of the party you want to reach. You wouldn't debug that situation by going to the other guy's house and testing his telephone, or by going to the phone company and testing the switchboard. And you don't debug a ORA-12154 by checking the listener. If I had a top ten list of "Incredibly Simple Concepts (tm)" that should be burned into the brain of everyone who claims to be an Oracle DBA, it would include "ORA-12154 Has Nothing To Do With The Listener".
    =================================
    A couple of important points.
    First, the listener is a server side only process. It's entire purpose in life is to receive requests for connections to databases and set up those connections. Once the connection is established, the listener is out of the picture. It creates the connection. It doesn't sustain the connection. One listener, with the default name of LISTENER, running from one oracle home, listening on a single port, will serve multiple database instances of multiple versions running from multiple homes. It is an unnecessary complexity to try to have multiple listeners or to name the listener as if it belongs to a particular database. That would be like the telephone company building a separate switchboard for each customer.
    Additional notes on the listener: One listener is capable of listening on multiple ports. But please notice that it is the listener using these ports, not the database instance. You can't bind a specific listener port to a specific db instance. Similarly, one listener is capable of listnening on multiple IP addresses (in the case of a server with multiple NICs) But just like the port, you can't bind a specific ip address to a specific db instance.
    Second, the tnsnames.ora file is a client side issue. It's purpose is for address resolution - the tns equivalent of the 'hosts' file further down the network stack. The only reason it exists on a host machine is because that machine can also run client processes.
    Assume you have the following in your tnsnames.ora:
    larry =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = myhost)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = curley)
      )Now, when you issue a connect, say like this:
    $> sqlplus scott/tiger@larrytns will look in your tnsnames.ora for an entry called 'larry'. Finding it, tns sends a request through the normal network stack to (PORT = 1521) on (HOST = myhost) using (PROTOCOL = TCP), asking for a connection to (SERVICE_NAME = curley).
    Where is (HOST = myhost) on the network? When the request gets passed from tns to the next layer in the network stack, the name 'myhost' will get resolved to an IP address, either via a local 'hosts' file, via DNS, or possibly other less used mechanisms. You can also hard-code the ip address (HOST = 123.456.789.101) in the tnsnames.ora.
    Next, the standard networking process delivers the message to port 1521 on myhost. Hopefully, there is a listener on myhost configured to listen on port 1521, and that listener knows about SERVICE_NAME = curley. If so, the listener will spawn a server process to act as the intermediary between your client and the database instance. Communication to the server process will be on a randomly selected available port. At that point the listener is out of the process and continues to user port 1521 to await other connection requests.
    What can go wrong?
    First, there may not be an entry for 'larry' in your tnsnames. In that case you get "ORA-12154: TNS:could not resolve the connect identifier specified" No need to go looking for a problem on the host, with the listener, etc. If you can't place a telephone call because you don't know the number (can't find your telephone directory (tnsnames.ora) or can't find the party you are looking for listed in it (no entry for larry)) you don't look for problems at the telephone switchboard.
    Maybe the entry for larry was found, but myhost couldn't be resolved to an IP address (say there was no entry for myhost in the local hosts file). This will result in "ORA-12545: Connect failed because target host or object does not exist"
    Maybe there was an entry for myserver in the local hosts file, but it specified a bad IP address. This will result in "ORA-12545: Connect failed because target host or object does not exist"
    Maybe the IP was good, but there is no listener running: "ORA-12541: TNS:no listener"
    Maybe the IP was good, there is a listener at myhost, but it is listening on a different port. "ORA-12560: TNS:protocol adapter error"
    Maybe the IP was good, there is a listener at myhost, it is listening on the specified port, but doesn't know about SERVICE_NAME = curley. "ORA-12514: TNS:listener does not currently know of service requested in connect descriptor"
    Third: If the client is on the same machine as the db instance, it is possible to connect without referencing tnsnames and without going through the listener.
    Now, when you issue a connect, say like this:
    $> sqlplus scott/tigertns will attempt to establish an IPC connection to the db instance. How does it know the name of the instance? It uses the current value of the enviornment variable ORACLE_SID. So...
    $> export ORACLE_SID=fred
    $> sqlplus scott/tigerIt will attempt to connect to the instance known as "fred". If there is no such instance, it will, of course, fail. Also, if there is no value set for ORACLE_SID, the connect will fail.
    check executing instances to get the SID
    [oracle@vmlnx01 ~]$ ps -ef|grep pmon|grep -v grep
    oracle    4236     1  0 10:30 ?        00:00:00 ora_pmon_vlnxora1set ORACLE_SID appropriately, and connect
    [oracle@vmlnx01 ~]$ export ORACLE_SID='vlnxora1
    [oracle@vmlnx01 ~]$ sqlplus scott/tiger
    SQL*Plus: Release 10.2.0.4.0 - Production on Wed Sep 22 10:42:37 2010
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing optionsNow set ORACLE_SID to a bogus value, and try to connect
    SQL> exit
    [oracle@vmlnx01 ~]$ export ORACLE_SID=FUBAR
    [oracle@vmlnx01 ~]$ sqlplus scott/tiger
    SQL*Plus: Release 10.2.0.4.0 - Production on Wed Sep 22 10:42:57 2010
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    Enter user-name: Now set ORACLE_SID to null, and try to connect
    [oracle@vmlnx01 ~]$ export ORACLE_SID=
    [oracle@vmlnx01 ~]$ sqlplus /scott/tiger
    SQL*Plus: Release 10.2.0.4.0 - Production on Wed Sep 22 10:43:24 2010
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    ERROR:
    ORA-12162: TNS:net service name is incorrectly specifiedOk, that is how we get from the client connection request to the listener. What about the listener's part of all this?
    The listener is very simple. It's job is to listen for connection requests and make the connection (server process) between the client and the database instance. Once that connection is made, the listener is out of the picture. If you were to kill the listener, all existing connections would continue. The listener is configured with the listener.ora file, but if that file doesn't exist, the listener is quite capable of starting up with all default values. One common mistake with the listner configuration is to specify "HOST=localhost" or "HOST=127.0.01". This is a NONROUTABLE ip address. LOCALHOST and ip address 127.0.0.1 always mean "this machine on which I am sitting". So, all computers are known as "localhost" or "127.0.0.1". If you specify this address, the listener will only be capable of receiving requests from the machine on which it is running. If you specified that address in your tnsnames file - on a remote client machine - the request would be routed to the machine on which the requesting client resides. Probably not what you want.
    =====================================

  • ORA-01034: ORACLE not available with oracle 10.2 in Ubuntu server 11.10

    Hi all,
    I have this error message with my new installed oracle-xe 10g (10.2):
    luc@cuba:~$ sqlplus system
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon Jan 9 23:25:43 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    Or if I try with SYSDBA:
    luc@cuba:~$ sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon Jan 9 23:34:34 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-01031: insufficient privileges
    If a did the status command:
    luc@cuba:~$ sudo /etc/init.d/oracle-xe status
    [sudo] password for luc:
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 09-JAN-2012 23:29:00
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date 09-JAN-2012 22:44:12
    Uptime 0 days 0 hr. 44 min. 47 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
    Listener Log File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=cuba)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    What I did wrong?
    Regards,

    user13538830 wrote:
    Hi all,
    I have this error message with my new installed oracle-xe 10g (10.2):
    luc@cuba:~$ sqlplus system
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon Jan 9 23:25:43 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    Or if I try with SYSDBA:
    luc@cuba:~$ sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon Jan 9 23:34:34 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-01031: insufficient privileges
    If a did the status command:
    luc@cuba:~$ sudo /etc/init.d/oracle-xe status
    [sudo] password for luc:
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 09-JAN-2012 23:29:00
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date 09-JAN-2012 22:44:12
    Uptime 0 days 0 hr. 44 min. 47 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
    Listener Log File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=cuba)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    What I did wrong?First, you installed on an unsupported OS.
    Second, you apparently did not Read The Fine Manual, Installation Guide
    post results from following OS command
    env | sort

  • Macbook mail not syncing with other devices after Maverick

    After downloading Maverick on my macbook as well as on my imac, the mail on my macbook is not syncing with my other devices.  My imac, iphone, and ipad are working and syncing as before downloading Maverick, but the mail in my macbook is not working properly.  I have already done all current updates, any suggestions on how to resolve this issue?

    Please disregard this post.  I've found the answer to my own question! 

  • ICloud on PC not syncing with others

    Just recently I noticed that when I enter data in calendar, contacts, etc. on my Mac or iPhone or iPad, it does not sync with my Windows PC.  It has been until recently.  So if I enter a new contact or appt. on hte PC it is not syncing with the others either.

    OK. There's a few things you can check.
    If you go into your calendar, hit your menu button, go into Options. Do you have a line that says "Wireless Synchronization" that's set to Yes? If it's set to No, change it to Yes and see if it populates after a few mins.
    If that line is missing you can push the CICAL service book down from the BES to your account. I don't have access to one at the moment but you can also check under your account properties that the calendar is set to synchronize bidirectionally.
    If your data is in your Outlook, but not in your BlackBerry you can try to use the "rset" command to reload your calendar from the server. To do that just go into your calendar, hit your menu button, go into Options. In this screen just type rset and you should get a prompt asking to reload your calendar data from the server. Just hit Yes and see if it reloads in 1-2 mins.
    Let us know how it goes.
    If someone has been helpful please consider giving them kudos by clicking the star to the left of their post.
    Remember to resolve your thread by clicking Accepted Solution.

Maybe you are looking for

  • RAM confusion.

    Looking at upgrading one of my Macs. New RAM but can't get a definitive on what's best so any opinions greatly received. Read on.... Going to get Kingston and all the ones I've seen meet the specs but have some differences I'm not sure of; In additio

  • Aperture 3 Performance is Unbelievably Slow

    My library is not huge (~9000 images), but Aperture 3 performance is ridiculously slow. My library resides on an external drive (a Mercury On-The-Go High Speed Portable SATA Solution unit). No other apps are open. I have 2GB RAM. I have turned off th

  • Essbase Studio - Failed to Establish Connection With SQL Database Server

    Hi all, I am new to Hyperion and am having trouble deploying what seems a simple cube in Essbase Studio. My environment is Windows 2003, EPM 11.1.1.2, SQL Server 2000. I have the following two issues which may be related. 1. The EPM System Diagnostic

  • Video not loading

    Apologies in advance for the noob question.  I have a flash movie which should play a trailer when the trailer button is hit. http://officeofthedead.net/ unfortunately, nothing happens.  when i preview the flash movie locally on my computer, it works

  • Non-valuated materials

    Hi, We have non-valuated materials in master data. We are using account assignment category K (Gl account and cost center purchase) while creating PO for non-valuated material. Hence, the material should get consumed at the time of GR. But we are obs