Oracle Lite not working

Definitely I can't make it to work.
I get allways this error : ORA-12537 (TNS Connection closed) with SQL Plus.
I use Login "system", password "system", host "webtogo.world"
I tried also login "system", password nothing; or password "master", or "change_on_install"
When I start webtogo at I get this info :
H:\Ora9i\Mobile\Server\bin>webtogo
log1: Translated JDK:'Cp1252' to IANA: 'WINDOWS-1252'
log1: desktop 1521
And hangs, doesn't go to the command prompt
What's wrong ? I don't understand nothing about Oracle Administration, I'm just a developer, help me
my configuration is this :
My computer IP : 192.168.0.104
My computer name : desktop
Oracle Home : H:\Ora9i
TNSNAMES.ORA
WEBTOGO.WORLD =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS =
(COMMUNITY = tcp)
(PROTOCOL = TCP)
(Host = 192.168.0.104)
(Port = 1521)
(CONNECT_DATA = (SID = WEBTOGO)
LISTENER.ORA
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = desktop)(PORT = 1521))
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(GLOBAL_DBNAME = webtogo.world)
(ORACLE_HOME = H:\Ora9i)
(SID_NAME = webtogo)
SQLNET.ORA
NAMES.DEFAULT_DOMAIN = 192.168.0.104
USE_DEDICATED_SERVER = on
NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
WEBTOGO.ORA
[WEBTOGO]
USE_SYSTEM_CLASSPATH = YES
MODE = SERVER
PORT = 1521
#IAS_MODE=NO
ORACLE_HOME=H:\Ora9i
BASE_URL=/webtogo
ADMIN_TNS_NAME=WEBTOGO.WORLD
ADMIN_JDBC_URL=jdbc:oracle:oci8:@WEBTOGO.WORLD
APPLET_USE_THIN_JDBC = YES
THIN_JDBC_URL=jdbc:oracle:thin:@::
SITE_OFFLINE_PERIOD=0
CUSTOM_WORKSPACE=no
CUSTOM_DIRECTORY=myworkspace
DEFAULT_PAGE=myfirstpage.html
ROWS_PER_PAGE_IN_ADMIN_TOOL = 25
[EXTERNAL_AUTHENTICATION]
#CLASS=com.acme.SampleAuthenticator
# Web-to-go workspace's font
FONT_NAME=Arial
[FILESYSTEM]
TYPE=OS
ROOT_DIR=H:\Ora9i\mobile\server\repository
#TYPE=O8
#TYPE=OL
#TYPE=OS
# Cache size in MBs
#CACHE_SIZE=10
MAX_CONNECTIONS=4
[DEBUG]
TRACE_ENABLE=Yes
# There are 3 trace levels: basic (1), sql (2), java method (4)
# The TRACE_LEVEL value will be used to do "Bitwise AND" against these
# 3 levels to decide if trace of any particular level should be printed.
# For example, 1 for only basic level, 7 for all levels, 3 for basic and sql
# but not java methods.
TRACE_LEVEL=1
# This is comma seperated list of valid user names. Empty string indicates
# tracing all users, "TRACE_NO_USER" indicates tracing no user.
TRACE_USERS=
# The trace output can be FILE, CONSOLE, or REMOTE.
TRACE_DESTINATION=CONSOLE
# Value to be used if trace destination is FILE.
# The base name for the trace file
TRACE_FILE_NAME=trace.log
# Maximum file size in MB
TRACE_FILE_SIZE=10
# Maximum number of trace file to be used.
TRACE_FILE_POOL_SIZE=5
# Does every user have her own file pool?
TRACE_FILE_PER_USER=No
# Value to be used if trace destination is REMOTE.
# Machine name and port where wsh.exe -m is running. Web-to-go
# will send debug output to that machine.
#TRACE_REMOTE_MACHINE=
TRACE_REMOTE_PORT=2000
[APPLICATIONS]
XMLFILE = ws1.xml
PACK_HELP=H:\Ora9i\mobile\doc\wtg\html\wtgdep.htm
[PUBLIC]
oracle.lite.sync.ConsolidatorServlet=/Consolidator
[CONSOLIDATOR]
# Installer will change these values
SERVER_VERSION=8.1.7
# 8.1.7
# Installer won't change these values
MAX_THREADS=3
JDBC_DRIVER=oracle.jdbc.driver.OracleDriver
CREATE_USER_OPTIONS_O8I=PROFILE CONSOLIDATOR_CLIENT_P DEFAULT TABLESPACE USERS QUOTA UNLIMITED ON USERS TEMPORARY TABLESPACE INDX QUOTA UNLIMITED ON INDX
CREATE_USER_OPTIONS_O8=PROFILE CONSOLIDATOR_CLIENT_P DEFAULT TABLESPACE USR QUOTA UNLIMITED ON USR
TEMPORARY TABLESPACE TEMPORARY QUOTA UNLIMITED ON TEMPORARY
TEMP=H:\Ora9i\mobile\server\bin
WTG_PROXY_PORT=80
TRACE_ENABLE=Yes
# There are 3 trace levels: basic (1), sql (2), java method (4)
# The TRACE_LEVEL value will be used to do "Bitwise AND" against these
# 3 levels to decide if trace of any particular level should be printed.
# For example, 1 for only basic level, 7 for all levels, 3 for basic and sql
# but not java methods.
TRACE_LEVEL=1
# This is comma seperated list of valid user names. Empty string indicates
# tracing all users, "TRACE_NO_USER" indicates tracing no user.
TRACE_USERS=
# The trace output can be FILE, CONSOLE. Note REMOTE is not valid.
TRACE_DESTINATION=CONSOLE
# Value to be used if trace destination is FILE.
# The base name for the trace file
TRACE_FILE_NAME=mgptrace.log
# Maximum file size in MB
TRACE_FILE_SIZE=10
# Maximum number of trace file to be used.
TRACE_FILE_POOL_SIZE=5
# Does every user have her own file pool?
TRACE_FILE_PER_USER=No

Hi
There could be two reasons.
1) You may be having classesXX.zip where XX can be 111 or 12 in the classpath.
Remove this from your system classpath
2) Check the symjit.dll and rename it to some other name in your system. This file belongs to XP and has some problems in running Java programs in P4.
regards
Yugandhar

Similar Messages

  • Master detail against Oracle Lite was working, now broken -help?

    I have a master detail form running against an Oracle Lite database which was working fine. Today I made several changes - added create method so I could default some values, changed background colors, connected to the rest of the columns in the child entity, changed some display formats.
    Now whenever I try to update or insert on the child table I get errors:
    DAC-305: DbAccess commitTransaction failed. Session: Session1
    JBO-26041: Failed to post data to database during "Insert": SQL Statement " INSERT INTO CBC(DAY,HORSE_ID,WBC,HGB,HCT,PLT,MCHC,PMN,STAB,BASO,LYMPH,MONO,EOS,FECAL,MY,ALBUMIN,BL) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?) ".
    Unhandled object
    on insert, or
    DAC-104: ImmediateAccess: setAttribute failed. ColumnView: Hct row: 1
    JBO-26080: Error while selecting entity for Cbc
    [ODBC S1C00] driver not capable of this operation
    on update.
    I've undone most of what I did today trying to figure out what broke it. Wish I had a backup! What gives? How do I debug this thing?
    Thanks, Bryan

    Solution:
    For Oracle Lite anyhow, you must be careful to use the right data types in the BC4J EO (Entity Objects). Timestamp works, Date doesn't. BigDecimal works, number doesn't. If the wrong data type is set the application will read and display data, but attempts to insert new data or update existing data will throw the errors above.

  • Custom DB authentication to an application from Oracle Portal not working.

    Hi All,
    We have a Portal customized and integrated to LDAP for SSO.
    From the portal, we have a link that takes to another custom application that requires another level of authentication. We have implemented this authentication as custom Database based authentication.
    When user login to the portal and access this link, he will be directed for authentication again. This custom application has been installed on a different OC4J instance while Oracle Portal is running in a different OC4J instance.
    Issue is though user details are being propagated to the custom application page, we are receiving an error saying authentication failed.
    In the OC4J instance specific for this custom application, we have configured jazn.xml to use custom authentication.
    Below is the code:
    <?xml version = '1.0' encoding = 'UTF-8' standalone = 'yes'?>
    <!DOCTYPE jazn PUBLIC "JAZN Config" "http://xmlns.oracle.com/ias/dtds/jazn-9_04.dtd">
    <jazn provider="XML" location="./jazn-data.xml" default-realm="jazn.com">
    <property name="role.mapping.dynamic" value="true"/>
    <property name="custom.loginmodule.provider" value="true"/>
    </jazn>
    and in jazn-data.xml, we gave the role mapping.
    But the problem is when the link to the custom application is accessed, it seems like the custom autentication mechanism is not working.
    Can anyone throw light on this?
    Do we need to give the same configuration in the j2ee/home/config directory files also?
    Can we use both LDAP and custom DB authentication with in the same OAS setup. Remember as of now, Portal and custom application are running in different OC4J instances but within the same OAS.
    Any help in this regard will be highely appreciated.
    Thanks,
    Sasi Bhushan

    Hi All,
    We have a Portal customized and integrated to LDAP for SSO.
    From the portal, we have a link that takes to another custom application that requires another level of authentication. We have implemented this authentication as custom Database based authentication.
    When user login to the portal and access this link, he will be directed for authentication again. This custom application has been installed on a different OC4J instance while Oracle Portal is running in a different OC4J instance.
    Issue is though user details are being propagated to the custom application page, we are receiving an error saying authentication failed.
    In the OC4J instance specific for this custom application, we have configured jazn.xml to use custom authentication.
    Below is the code:
    <?xml version = '1.0' encoding = 'UTF-8' standalone = 'yes'?>
    <!DOCTYPE jazn PUBLIC "JAZN Config" "http://xmlns.oracle.com/ias/dtds/jazn-9_04.dtd">
    <jazn provider="XML" location="./jazn-data.xml" default-realm="jazn.com">
    <property name="role.mapping.dynamic" value="true"/>
    <property name="custom.loginmodule.provider" value="true"/>
    </jazn>
    and in jazn-data.xml, we gave the role mapping.
    But the problem is when the link to the custom application is accessed, it seems like the custom autentication mechanism is not working.
    Can anyone throw light on this?
    Do we need to give the same configuration in the j2ee/home/config directory files also?
    Can we use both LDAP and custom DB authentication with in the same OAS setup. Remember as of now, Portal and custom application are running in different OC4J instances but within the same OAS.
    Any help in this regard will be highely appreciated.
    Thanks,
    Sasi Bhushan

  • ORACLE tags not working after 1.5.1 patch

    I have some logic in my template the looks up information from some Oracle tables. This logic worked fine in 1.5.0, however, after applying the 1.5.1 patch it does not perform the Oracle logic, but shows the Oracle code as HTML on the page. Here is the code in question: (This is not the entire code, but one HTML TD that comes before the Oracle code, and one HTML TD that comes after it)
    <TD align="center" valign="top"><A
    href="/pls/portal/PORTAL.home"><IMG src="#WORKSPACE_IMAGES#ihome.gif" alt="Home" border="0"></A></TD>
    <ORACLE>
    BEGIN htp.tableData(htf.anchor2('javascript:help_openTopic(''/insitehelp/Insite_Help.htm'', ''' || pkg_insite_general.help_link(v('APP_ID'), v('APP_PAGE_ID')) || ''')', '', '', '', '><IMG src="#WORKSPACE_IMAGES#ihelpl.gif" alt="Help" border=0'), 'center');
    END;
    </ORACLE>
    <TD align="center" valign="top"><IMG src="#WORKSPACE_IMAGES#ilogout.gif" alt="Logout" border="0"></TD>
    This is what displays on the web page:
    BEGIN htp.tableData(htf.anchor2('javascript:help_openTopic(''/insitehelp/Insite_Help.htm'', ''' || pkg_insite_general.help_link(v('APP_ID'), v('APP_PAGE_ID')) || ''')', '', '', '', '>

    Your removal of functionality in a bug fix has broken a production application for us. This does not seem like something that should have been done with a "patch"
    I have just read all that I can find on "shortcuts" and am not finding what I need.
    Here is what we are doing:
    We are using RoboHelp for our help content. We have a help icon and a help link on the header of the page. This is defined in our template. We have to have the name of the module (Page Alias) to link the page being run to the help content for that page. Since you do not have a system variable for page name or page alias, I have had to put this information into an Oracle table. I was looking that up with a function within the Oracle Tags.
    Can I create a shortcut that would create the following code pl/sql code into a PL/SQL function body:
    BEGIN
    htp.tableData(htf.anchor2('javascript:help_openTopic(''/insitehelp/Insite_Help.htm'', ''' || pkg_insite_general.help_link(v('APP_ID'), v('APP_PAGE_ID')) || ''')', '', '', '', '><IMG src="#WORKSPACE_IMAGES#ihelpl.gif" alt="Help" border=0'), 'center');
    END;
    and call this shortcut where this help icon needs to appear like:
    <TD align="center" valign="top">
    "CALLHELPWITHICON"
    </TD>
    I have done the above, but it does not work. What am I doing wrong, how can I get this to work? We have had to remove our help icons because of this patch.
    I thank you so for your research on this.

  • Periodics Oracle Alerts  not working

    Dear All,
    we are using Oracle11.5.10.2 on AIX 5.3 and Oracle Schedule Alerts are not working ,we need to schedule manually ,what will be the issue.
    we scheduled every day once but it is not running on schedule time.
    Thanks

    Please verify the Periodic Alert Scheduler is running: http://docs.oracle.com/cd/A60725_05/html/comnls/us/alr/chking01.htm
    HTH,
    --Johnnie                                                                                                                                                                                                                                                                                           

  • Oracle Alert not working on Oracle e-Business Suite 11.5.10

    Dear All,
    Oracle Alert was working on Oracle e-Business Suite 11.5.10 with Postfix server. But now
    we changed to MS exchange server instead of postfix server then onwards the alert is not working. I done the configuration according to MS Exchange server, inbound/outbound Server Name/reply-to-Address/added relay host.
    Test Notification Mailer is working fine, but the alert is not working.
    please anyone help me on this.
    regards,
    sva

    Hi Hussien,
    I done the diagnostic test got this warning
    WARNING - The profile option 'RESP_ID' does not exist
    ACTION - Set the 'RESP_ID' profile option. Consult Oracle Alert user guide for more details on this profile option.
    WARNING - The profile option 'EMAIL_ADDRESS' does not exist
    ACTION - To use the 'EMAIL_ADDRESS' profile option value as the :MAILID value, it must be created and set as the 'EMAIL_ADDRESS' profile option and perform some additional setup steps. Please consult Oracle Alert user guide for more details. If the 'EMAIL_ADDRESS' profile option has not been created, or if its value is null, Oracle Alert uses the operating system userid or the application username of the user who triggered the event, depending on the value set for the 'Default User Mail Account' option in the Oracle Alert Options form.
    When I done the oracle alert test it completed with normal. but not sending the mail.
    in the view output ->>
    ************************************************************************* (ROUTINE=alepaa) (FILE=alr/src/except/alepea.c) (LINE=1058)
    Performing alert "aaTest" (ROUTINE=alepaa) (FILE=alr/src/except/alepea.c) (LINE=1060)
    Connecting to "APPS" (ROUTINE=alepaa) (FILE=alr/src/except/alepea.c) (LINE=1114)
    Performing action set "aaPrintActionSet" (ROUTINE=alepea) (FILE=alr/src/except/alepea.c) (LINE=277)
    Performing action "aaPrint" (ROUTINE=alsasm) (FILE=alr/src/sendmail/alspma.c) (LINE=560)
    I don't know whether the configuration is correct in Alert Manager -> System -> options
    Oracle application 11.5.10 is running on HP Unix(DB,conc. server,reports ..) and Redhat linux 4 ( forms,web server)
    please help me on this.
    regards,
    sva

  • Oracle reports not working

    my oracle reports are not working.
    all the inforation is being sent to the rwservlet but the report just consists of the Heading of the report and not the data.
    i have checked the queries in the respective .xml files and run those queries in sql. they are working pretty fine and returning the desired result. if i am trying to generate the reports in excel format, they are getting generated with all data.
    please help me out.

    Is this a problem with one type of report? Does a simple test report created in the builder work ok?
    How are you running the report? From a URL or from Forms?
    Is there any error showing in the ?/reports/logs or in the ?/opmn/logs (either in the report server log or in the OC4J)?
    Can you run the report using rwrun?

  • Copy form Wrod document and Paste in Oracle Forms not working

    Hi
    In one Oracle Finacial instance Copy from other document (word or Excel) and Paste in Oracle Financial Forms not working. Any body know the reason for this?
    Eg. Copy Invoice Number form Excel and Paste it in Some of the payable forms or any other forms
    Regards
    Sunil

    Hi
    We have tried this but no output. ie the issue continues the same. This issue is there for all PC including Server. Is there any other solution avaliable. .
    Regards
    Sunil

  • Oracle Streams not working after database restart

    Hi,
    I am new at this so hope that somebody out there can give me some guidance.. I have managed to setup the streams properly on both my 10g database as per the scripts given in StreamsAdminConfig.sql and StreamsSetup.sql.. It worked beautifully on both direction.
    However when i restarted DB1.. suddenly the replication become just one directional only, namely from DB1 -> DB2. I have tried to do DBMS_STREAMS_ADM.STOP_APPLY, STOP_CAPTURE, START_APPLY, START_CAPTURE many times on both DB1 and DB2 but still it works only in one direction.
    Later I tried to restart both databases and not it does not work at all (both direction).. Tried restarting the apply and capture process many times too but get no success. Any idea what I could check or try to find out what when wrong. Thanks.
    regards,
    thamch

    trying viewing the status and error messages in views
    dba_apply, dba_apply_error, dba_capture and dba_propagation at both databases.

  • Oracle commands not working

    its not working in my system in sql command prompt when i type *"ED*" ie. edit command ..plz give me solution

    Are you using SQL*Plus? What version? What is _editor set to? What doesn't work exactly?                                                                                                                                                                                                                                                                                                                                                                           

  • Nokia Belle Flash player Lite not working properl...

    Im using Nokia C6-01 and C7 , recently i update the Symbian Belle Software in that Adobe Flash Player not working properly ........Why it s not working...

    This issue has been reported by several others and Nokia has taken note of it. Check the FAQ section of Nokia's website related to software updates to know more about the status of the issue.
    blitZkid
    Nokia C7: Running on Nokia Belle
    "If I'm helpful in anyway, a click of appreciation on the star would be nice"

  • I am using oracle Apps ERP in firefox wherein there is a Java Plugin , This is working fine in 3.5 version but as soon as i am upgrading to the latest version oracle is not working and firefox crashes. I can't upgrade even though i wish to

    We are using Oracle ERP in our company which is a web based ERP system. I am using firefox to work in ERP for convinieince pf working and using internet at the same time. This requires a plugin provided by oracle oajinit.exe to be installed in Plugins it is a JAVA plugin which opens the ERP Screens. This works fine in versions prior to 3.6 version of firefox. However, after upgrading to 3.6 version the forms do not open and firefox crashes. Due to this i am not able to upgrade to the latest version else i'll have to operate the ERP in internet explorer and using firefox for browsing which i do not want. The plugin used for the ERP is "* JInitiator 1.3.1.18 for Netscape Navigator (DLL Helper)"

    Firefox 3.6 needs the Java Second Generation Plugin which comes with newer versions than 1.6.0_03 - update Java, the latest version is 1.6.0_22

  • Oracle Portal not working after upgrading from 1.0.2 to 1.0.2.1

    Hi All,
    Previously I had
    9iAS : 1.0.2.0.0
    Portal: 3.0.7.6.2
    OS: Win NT
    and I upgraded to
    9iAS: 1.0.2.1.0
    Portal: 3.0.8 (using scripts)
    Now the scenario is
    I can access: Apache, Servlet(IsItWorking) and JSP samples. But now I can't access Oracle portal (ie http://host:port/pls/portal30/). Even Login Server is coming properly (ie http://host:port/pls/portal30_sso/)
    There was no errors during upgrade scripts. Also I check the portal30 schema for invalid objects. But there were no invalid objects in that schema.
    According to me, all the modules of apache are working only except mod plsql and so i can not access Portal. It gives misconfiguration error from apache. So what can be the problem??
    Any ideas in this.
    Thanks in advance.

    There was an issue reported on this upgrade having to do with multiple entries in the Apache configuration files. Check your .conf files for duplicate entries.

  • Oracle Reports Not working in Web Layout

    Hi,
    I am facing problem to run oracle reports in web layout working fine in paper layout. Please tell me the steps how to fix this problem?
    Regards,
    Waqar Shafique

    Hello,
    The easiest way to develop is to use the Report Builder Wizzard.Other example can be found in this note:
    How to Generate Excel output in browser using Reports9i JSP (Doc ID 240819.1)
    You can also search on google.
    For deployment check:
    How To Deploy And Run Oracle Reports JSP In 10G R2 AS? (Doc ID 334447.1)
    and if on 11g:
    Deployment of Web Layout Reports (JSP) in Reports 11g (Doc ID 1297790.1)
    Regards,
    Alex
    If someone answer helped please mark it accordingly.

  • Oracle stream not working as Logminer is down

    Hi,
    Oracle streams capture process is not capturing any updates made on table for which capture & apply process are configured.
    Capture process & apply process are running fine showing enabled as status & no error. But, No new records are captured in ‘streams_queue_table’ when I update record in table, which is configured for capturing changes.
    This setup was working till I got ‘ORA-01341: LogMiner out-of-memory’ error in alert.log file. I guess logminer is not capturing the updates from redo log.
    Current Alert log is showing following lines for logminer init process
    LOGMINER: Parameters summary for session# = 1
    LOGMINER: Number of processes = 3, Transaction Chunk Size = 1
    LOGMINER: Memory Size = 10M, Checkpoint interval = 10M
    But same log was like this before
    LOGMINER: Parameters summary for session# = 1
    LOGMINER: Number of processes = 3, Transaction Chunk Size = 1
    LOGMINER: Memory Size = 10M, Checkpoint interval = 10M
    LOGMINER: session# = 1, reader process P002 started with pid=18 OS id=5812
    LOGMINER: session# = 1, builder process P003 started with pid=36 OS id=3304
    LOGMINER: session# = 1, preparer process P004 started with pid=37 OS id=1496We can clearly see reader, builder & preparer process are not starting after I got Out of memory exception in log miner.
    To allocate more space to logminer, I tried to setup tablespace to logminer I got 2 exception which was contradicting each other error.
    SQL> exec DBMS_LOGMNR.END_LOGMNR();
    BEGIN DBMS_LOGMNR.END_LOGMNR(); END;
    *ERROR at line 1:
    ORA-01307: no LogMiner session is currently activeORA-06512: at "SYS.DBMS_LOGMNR", line 76
    ORA-06512: at line 1
    SQL> EXECUTE DBMS_LOGMNR_D.SET_TABLESPACE('logmnrts');
    BEGIN DBMS_LOGMNR_D.SET_TABLESPACE('logmnrts'); END;
    *ERROR at line 1:
    ORA-01356: active logminer sessions foundORA-06512: at "SYS.DBMS_LOGMNR_D", line 232
    ORA-06512: at line 1
    When I tried stopping logminer exception was ‘no logminer session is active’, But when I tried to setup tablespace exception was ‘active logminer sessions found’. I am not sure how to resolve this issue.
    Please let me know how to resolve this issue.
    Thanks
    siva

    The Logminer session associated with a capture process is a special kind of session which is called a "persistent session". You will not be able to stop it using DBMS_LOGMNR. This package controls only non-persistent sessions.
    To stop the persistent LogMiner session you must stop the capture process.
    However, I think your problem is more related to a lack of RAM space instead of tablespace (i. e, disk) space. Try to increase the size of the SGA allocated to LogMiner, by setting capture parameter SGASIZE. I can see you are using the default of 10M, which may be not enough for your case. Of course, you will have to increase the values of init parameters streams_pool_size, sga_target/sga_max_size accordingly, to avoid other memory problems.
    To set the SGASIZE parameter, use the PL/SQL procedure DBMS_CAPTURE_ADM.SET_PARAMETER. The example below would set it to 100Megs:
    begin
    DBMS_CAPTURE_ADM.set_parameter('<name of capture process','_SGA_SIZE','100');
    end;
    I hope this helps.
    Ilidio.

Maybe you are looking for

  • Spotlight not working under 10.6.6

    I have a problem with spotlight. After the 10.6.6 update spotlight does not find anything anymore. I have tried several suggested solutions but nothing helps. 1. I have used software like main menu to rebuild the spotlight index. - no results 2. I ha

  • Created By field and Modified By field and People Picker field values are hidden to other Users

    Hi, We have a strange permission issue in one of the MOSS-2007 server farm. The users are not able to see each other name in "created by" and "modified by" column value in lists and libraries. For example if "User A" create an item in a list then if

  • IMessage stopped syncing between MacBook Air and iPhone 5

    Hello, Until the weekend my iMessages synced between iphone and MacBook Air, but from Monday I have been sending and receiving iMessgaes from my phone which never arrive at the MacBook.  I didn't get the iOS upgrade till yesterday so it's not that, a

  • Printing a range of numbers

    Dear All, I have to print a range of numbers that I give in selection screen, say 1 to 20 in two columns (on a sticker). Kindly give me the logic, how to go about it. Regards, Alok.

  • Inserting picture in e-mail form

    Hi Gurus. I have a problem with insterting graphics in mail form. I'm creating email (text type HTML). Then accordingly to SAP help: [Inserting Graphics in the HTML Editor|http://help.sap.com/saphelp_crm50/helpdata/en/43/18fbcc5a2704bae10000000a11466