Unable to Open Workflow Notification attachment Throwing Error-"ORA-20002: 3240: Error -22288 - ORA-22288: file or LOB operation FILEOPEN failed No such file or directory in 'PLSQLBLOB"

Hi Guys,
I'm trying to send BI publisher report output file attachment to user Notification through Workflow by using the code :
SELECT substr(file_name,instr(file_name,'/',-1,1)+1,length(file_name))
INTO get_file_name
FROM fnd_conc_req_outputs
WHERE concurrent_request_id = v_request_id;
src_lob := BFILENAME('CONC_OUTPUT', get_file_name);
DBMS_LOB.CREATETEMPORARY(dest_lob, TRUE, DBMS_LOB.SESSION);
DBMS_LOB.OPEN(src_lob, DBMS_LOB.LOB_READONLY);
DBMS_LOB.LoadFromFile( DEST_LOB => dest_lob,
                       SRC_LOB => src_lob,
                       AMOUNT => DBMS_LOB.GETLENGTH(src_lob));
DBMS_LOB.CLOSE(src_lob);
DOCUMENT_TYPE := 'application/excel;name:=test.xls' ;
dbms_lob.copy(document, dest_lob, dbms_lob.getlength(dest_lob));
Please Help to solve the Error.Appreciated for the Solution
Thanks,
Kishore Kandula.

Hi
Is the 'CONC_OUTPUT' directory a DBA Directory? Run the query SELECT * FROM DBA_DIRECTORIES and see if this CONC_OUTPUT is a directory name. If not rather use one of the direcorties.

Similar Messages

  • Compilation errors- sbfocus exec failed: No such file...

    Please help, as I am geting these errors when I am compiling my test program using make file.
    I am using SUN SPARC server with Forte Compiler Collection 7 on new server.
    I am moving my HP C++ code on this new server.
    I have created my string, util and ipc libraries using ar - ruv command. all the libraries are created OK (means no errors) and named them as libstring.a etc.
    CC -g -sb -compat=5 -compat=4 -I. -I/ford/thishost/u/rbhave/mqrouter/include -c test.C
    /opt/SUNWspro/bin/CC test.o -L/ford/thishost/u/rbhave/mqrouter/lib -L. -lutils -lipc -lstring
    libldstab: file test.o: sbfocus exec failed: No such file or directory: SourceBrowser data will be lost
    Undefined first referenced
    symbol in file
    unsafe_ostream::do_opfx(void) /ford/thishost/u/rbhave/mqrouter/lib/libstring.a(strops.o)
    cout test.o
    unsafe_ostream::do_opfx(void) /ford/thishost/u/rbhave/mqrouter/lib/libstring.a(strops.o)
    ld: fatal: Symbol referencing errors. No output written to a.out
    *** Error code 1
    make: Fatal error: Command failed for target `/ford/thishost/u/rbhave/mqrouter/error_log/test'
    Thanks in advance.
    Ravi

    You usually cannot mix -compat=4 and -compat=5 code in the same program. The C++ Migration Guide(search on docs.sun.com) that comes with the compiler explains the limitations.
    When building a C++ static (.a) library, you should use
    CC -xar
    instead of
    ar
    so that any required template instances get included in the library.
    The warning message about sb probably means that the -sb or -xsb option was not used consistently. Use it when compiling and when linking, or not at all. (You don't have to use it on all compilations, but you'll be missing some symbol data.)
    - Rose

  • Unable to start Workflow Notification Mailer

    Hi
    we are using oracle11i(11.5.10.2) with Database version 10.2.0.3 .
    i am unable to start Workflow Notification Mailer. please verify below log information.
    13/05/2009 AST 10:34:23 طµ]:1242200063297:Thread[outboundThreadGroup1,5,outboundThreadGroup]:0:-1:appsbkp:10.6.1.51:-1:-1:UNEXPECTED:[SVC-GSM-WFMLRSVC-17109-10006 : oracle.apps.fnd.wf.mailer.SMTPOutboundProcessor.initOutbound()]:FormatterException -> oracle.apps.fnd.wf.mailer.FormatterException: NoRouteToHostException when initializing OutboundFormatter -> java.net.NoRouteToHostException: Unable to estabish Web Session -> Unable to verify established session -> verifySession -> WebAppsContext is null
    [13/05/2009 AST 10:34:23 طµ]:1242200063297:Thread[outboundThreadGroup1,5,outboundThreadGroup]:0:-1:appsbkp:10.6.1.51:-1:-1:ERROR:[SVC-GSM-WFMLRSVC-17109-10006 : oracle.apps.fnd.cp.gsc.Processor.run()]:performInit() failed
    [13/05/2009 AST 10:34:23 طµ]:1242200063297:Thread[outboundThreadGroup1,5,outboundThreadGroup]:0:-1:appsbkp:10.6.1.51:-1:-1:ERROR:[SVC-GSM-WFMLRSVC-17109-10006 : oracle.apps.fnd.cp.gsc.Processor.performError(ProcessorException)]:Maximum number of errors have occurred for this processing thread.
    [13/05/2009 AST 10:35:06 طµ]:1242200106875:Thread[ComponentMonitor,5,main]:0:-1:appsbkp:10.6.1.51:-1:-1:EXCEPTION:[SVC-GSM-WFMLRSVC-17109 : oracle.apps.fnd.cp.gsc.SvcComponentMonitor.startAutomaticComponents()]:Starting automatic component 10006
    [13/05/2009 AST 10:35:11 طµ]:1242200111125:Thread[BES Dispatch Thread,5,main]:0:-1:appsbkp:10.6.1.51:-1:-1:EXCEPTION:[SVC-GSM-WFMLRSVC-17109 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:(BusinessEvent{name=oracle.apps.fnd.cp.gsc.SvcComponent.start, key=SVC:13-05-2009, priority=50, correlationId=null, sendDate=Wed May 13 10:35:07 AST 2009, receiveDate=null, From Agent:  , To Agent:  , Last Subscription=  , Error Message=null, Error Stack=null, BES_PAYLOAD_OBJECT=false, CONTAINER_PROCESS_ID=17109, [email protected], CONTAINER_TYPE=GSM, COMPONENT_ID=10006})
    [13/05/2009 AST 10:35:21 طµ]:1242200121125:Thread[BES Dispatch Thread,5,main]:0:-1:appsbkp:10.6.1.51:-1:-1:EXCEPTION:[SVC-GSM-WFMLRSVC-17109 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.handleComponentEvent(int, String, String)]:Successfully retrieved component details from the database
    [13/05/2009 AST 10:35:23 طµ]:1242200123312:Thread[BES Dispatch Thread,5,main]:0:-1:appsbkp:10.6.1.51:-1:-1:EXCEPTION:[SVC-GSM-WFMLRSVC-17109 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:Successfully handled component event, oracle.apps.fnd.cp.gsc.SvcComponent.start, for component 10006
    [13/05/2009 AST 10:35:23 طµ]:1242200123344:Thread[outboundThreadGroup1,5,outboundThreadGroup]:0:-1:appsbkp:10.6.1.51:-1:-1:UNEXPECTED:[fnd.wf.mailer.URLMIMEContent]:oracle.apps.fnd.wf.common.GenericHTMLContentParser.GenericHTMLContentParser(Log, int, int, int) Unable to establish a WebSession
    [13/05/2009 AST 10:35:23 طµ]:1242200123344:Thread[outboundThreadGroup1,5,outboundThreadGroup]:0:-1:appsbkp:10.6.1.51:-1:-1:UNEXPECTED:[SVC-GSM-WFMLRSVC-17109-10006 : oracle.apps.fnd.wf.mailer.NotificationFormatter.initialize(Connection, NLSContext, Logger, Properties)]:NoRouteToHostException when initializing OutboundFormatter
    [13/05/2009 AST 10:35:23 طµ]:1242200123344:Thread[outboundThreadGroup1,5,outboundThreadGroup]:0:-1:appsbkp:10.6.1.51:-1:-1:UNEXPECTED:[SVC-GSM-WFMLRSVC-17109-10006 : oracle.apps.fnd.wf.mailer.SMTPOutboundProcessor.initOutbound()]:FormatterException -> oracle.apps.fnd.wf.mailer.FormatterException: NoRouteToHostException when initializing OutboundFormatter -> java.net.NoRouteToHostException: Unable to estabish Web Session -> Unable to verify established session -> verifySession -> WebAppsContext is null
    [13/05/2009 AST 10:35:23 طµ]:1242200123344:Thread[outboundThreadGroup1,5,outboundThreadGroup]:0:-1:appsbkp:10.6.1.51:-1:-1:ERROR:[SVC-GSM-WFMLRSVC-17109-10006 : oracle.apps.fnd.cp.gsc.Processor.run()]:performInit() failed
    [13/05/2009 AST 10:35:23 طµ]:1242200123344:Thread[outboundThreadGroup1,5,outboundThreadGroup]:0:-1:appsbkp:10.6.1.51:-1:-1:ERROR:[SVC-GSM-WFMLRSVC-17109-10006 : oracle.apps.fnd.cp.gsc.Processor.performError(ProcessorException)]:Maximum number of errors have occurred for this processing thread.
    [13/05/2009 AST 10:36:06 طµ]:1242200166891:Thread[ComponentMonitor,5,main]:0:-1:appsbkp:10.6.1.51:-1:-1:EXCEPTION:[SVC-GSM-WFMLRSVC-17109 : oracle.apps.fnd.cp.gsc.SvcComponentMonitor.startAutomaticComponents()]:Starting automatic component 10006
    [13/05/2009 AST 10:36:11 طµ]:1242200171125:Thread[BES Dispatch Thread,5,main]:0:-1:appsbkp:10.6.1.51:-1:-1:EXCEPTION:[SVC-GSM-WFMLRSVC-17109 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:(BusinessEvent{name=oracle.apps.fnd.cp.gsc.SvcComponent.start, key=SVC:13-05-2009, priority=50, correlationId=null, sendDate=Wed May 13 10:36:07 AST 2009, receiveDate=null, From Agent:  , To Agent:  , Last Subscription=  , Error Message=null, Error Stack=null, BES_PAYLOAD_OBJECT=false, CONTAINER_PROCESS_ID=17109, [email protected], CONTAINER_TYPE=GSM, COMPONENT_ID=10006})
    [13/05/2009 AST 10:36:21 طµ]:1242200181125:Thread[BES Dispatch Thread,5,main]:0:-1:appsbkp:10.6.1.51:-1:-1:EXCEPTION:[SVC-GSM-WFMLRSVC-17109 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.handleComponentEvent(int, String, String)]:Successfully retrieved component details from the database
    [13/05/2009 AST 10:36:23 طµ]:1242200183391:Thread[BES Dispatch Thread,5,main]:0:-1:appsbkp:10.6.1.51:-1:-1:EXCEPTION:[SVC-GSM-WFMLRSVC-17109 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:Successfully handled component event, oracle.apps.fnd.cp.gsc.SvcComponent.start, for component 10006
    [13/05/2009 AST 10:36:23 طµ]:1242200183422:Thread[outboundThreadGroup1,5,outboundThreadGroup]:0:-1:appsbkp:10.6.1.51:-1:-1:UNEXPECTED:[fnd.wf.mailer.URLMIMEContent]:oracle.apps.fnd.wf.common.GenericHTMLContentParser.GenericHTMLContentParser(Log, int, int, int) Unable to establish a WebSession
    [13/05/2009 AST 10:36:23 طµ]:1242200183422:Thread[outboundThreadGroup1,5,outboundThreadGroup]:0:-1:appsbkp:10.6.1.51:-1:-1:UNEXPECTED:[SVC-GSM-WFMLRSVC-17109-10006 : oracle.apps.fnd.wf.mailer.NotificationFormatter.initialize(Connection, NLSContext, Logger, Properties)]:NoRouteToHostException when initializing OutboundFormatter
    [13/05/2009 AST 10:36:23 طµ]:1242200183422:Thread[outboundThreadGroup1,5,outboundThreadGroup]:0:-1:appsbkp:10.6.1.51:-1:-1:UNEXPECTED:[SVC-GSM-WFMLRSVC-17109-10006 : oracle.apps.fnd.wf.mailer.SMTPOutboundProcessor.initOutbound()]:FormatterException -> oracle.apps.fnd.wf.mailer.FormatterException: NoRouteToHostException when initializing OutboundFormatter -> java.net.NoRouteToHostException: Unable to estabish Web Session -> Unable to verify established session -> verifySession -> WebAppsContext is null
    [13/05/2009 AST 10:36:23 طµ]:1242200183422:Thread[outboundThreadGroup1,5,outboundThreadGroup]:0:-1:appsbkp:10.6.1.51:-1:-1:ERROR:[SVC-GSM-WFMLRSVC-17109-10006 : oracle.apps.fnd.cp.gsc.Processor.run()]:performInit() failed
    [13/05/2009 AST 10:36:23 طµ]:1242200183422:Thread[outboundThreadGroup1,5,outboundThreadGroup]:0:-1:appsbkp:10.6.1.51:-1:-1:ERROR:[SVC-GSM-WFMLRSVC-17109-10006 : oracle.apps.fnd.cp.gsc.Processor.performError(ProcessorException)]:Maximum number of errors have occurred for this processing thread.
    [13/05/2009 AST 10:37:06 طµ]:1242200226891:Thread[ComponentMonitor,5,main]:0:-1:appsbkp:10.6.1.51:-1:-1:EXCEPTION:[SVC-GSM-WFMLRSVC-17109 : oracle.apps.fnd.cp.gsc.SvcComponentMonitor.startAutomaticComponents()]:Starting automatic component 10006
    [13/05/2009 AST 10:37:11 طµ]:1242200231125:Thread[BES Dispatch Thread,5,main]:0:-1:appsbkp:10.6.1.51:-1:-1:EXCEPTION:[SVC-GSM-WFMLRSVC-17109 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:(BusinessEvent{name=oracle.apps.fnd.cp.gsc.SvcComponent.start, key=SVC:13-05-2009, priority=50, correlationId=null, sendDate=Wed May 13 10:37:07 AST 2009, receiveDate=null, From Agent:  , To Agent:  , Last Subscription=  , Error Message=null, Error Stack=null, BES_PAYLOAD_OBJECT=false, CONTAINER_PROCESS_ID=17109, [email protected], CONTAINER_TYPE=GSM, COMPONENT_ID=10006})
    [13/05/2009 AST 10:37:21 طµ]:1242200241125:Thread[BES Dispatch Thread,5,main]:0:-1:appsbkp:10.6.1.51:-1:-1:EXCEPTION:[SVC-GSM-WFMLRSVC-17109 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.handleComponentEvent(int, String, String)]:Successfully retrieved component details from the database
    [13/05/2009 AST 10:37:23 طµ]:1242200243375:Thread[BES Dispatch Thread,5,main]:0:-1:appsbkp:10.6.1.51:-1:-1:EXCEPTION:[SVC-GSM-WFMLRSVC-17109 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:Successfully handled component event, oracle.apps.fnd.cp.gsc.SvcComponent.start, for component 10006
    [13/05/2009 AST 10:37:23 طµ]:1242200243391:Thread[outboundThreadGroup1,5,outboundThreadGroup]:0:-1:appsbkp:10.6.1.51:-1:-1:UNEXPECTED:[fnd.wf.mailer.URLMIMEContent]:oracle.apps.fnd.wf.common.GenericHTMLContentParser.GenericHTMLContentParser(Log, int, int, int) Unable to establish a WebSession
    [13/05/2009 AST 10:37:23 طµ]:1242200243391:Thread[outboundThreadGroup1,5,outboundThreadGroup]:0:-1:appsbkp:10.6.1.51:-1:-1:UNEXPECTED:[SVC-GSM-WFMLRSVC-17109-10006 : oracle.apps.fnd.wf.mailer.NotificationFormatter.initialize(Connection, NLSContext, Logger, Properties)]:NoRouteToHostException when initializing OutboundFormatter
    [13/05/2009 AST 10:37:23 طµ]:1242200243391:Thread[outboundThreadGroup1,5,outboundThreadGroup]:0:-1:appsbkp:10.6.1.51:-1:-1:UNEXPECTED:[SVC-GSM-WFMLRSVC-17109-10006 : oracle.apps.fnd.wf.mailer.SMTPOutboundProcessor.initOutbound()]:FormatterException -> oracle.apps.fnd.wf.mailer.FormatterException: NoRouteToHostException when initializing OutboundFormatter -> java.net.NoRouteToHostException: Unable to estabish Web Session -> Unable to verify established session -> verifySession -> WebAppsContext is null
    [13/05/2009 AST 10:37:23 طµ]:1242200243391:Thread[outboundThreadGroup1,5,outboundThreadGroup]:0:-1:appsbkp:10.6.1.51:-1:-1:ERROR:[SVC-GSM-WFMLRSVC-17109-10006 : oracle.apps.fnd.cp.gsc.Processor.run()]:performInit() failed
    [13/05/2009 AST 10:37:23 طµ]:1242200243391:Thread[outboundThreadGroup1,5,outboundThreadGroup
    Thanks
    With Regards
    Umair

    Hi Umair,
    oracle.apps.fnd.wf.mailer.FormatterException: NoRouteToHostException when initializing OutboundFormatter -> java.net.NoRouteToHostException: Unable to estabish Web Session -> Unable to verify established session -> verifySession -> WebAppsContext is nullPlease check the connectivity with the mail server.
    Anchorage :)

  • Getting ORA-20002: 3825: Error '-4061-ORA-04061: Error from business event

    Hi,
    I have defined custom subscription to the iRecruitment business event oracle.apps.per.api.assignment.update_apl_asg . In this custom subscription i am launching a custom workflow to send Notification about offer acceptance or Application Submission information.
    The subscription package is in my custom schema. When i do transaction to invoke the subscription i am getting below error.
    ORA-20002: 3825: Error '-4061 - ORA-04061: existing state of has been invalidated ORA-04061: existing state of package
    "XXPJ.XXPJ_IREC_EXT_COMPONENTS_PK" has been invalidated ORA-04065: not executed, altered or dropped package "XXPJ.PT in Package irc_party_swi Procedure
    registered_user_application.
    I need to bounce the Workflow services and Apache server to clear this error and functionality work for some time, again after doing 3-4 transaction i get the same error.
    Any help on this appreciated.
    Regards,
    Ram

    From error: "existing state of has been invalidated ORA-04061" It only can happen when current db session finds this package as INVALID. Now when which cases it can find ir INVALID:
    1) One case is that: some other db session "really" compiled your current package. Please note: even if the status is VALID but other db session will see that as INVALID in first attempt and in second attempt, current db session will try to recompile that on-the-fly.
    2) Or Some other db session compiled or altered dependent objects, I mean objects on which your current package is dependent on.

  • Ld.so.1: oracle sid : fatal: libjox8.so: open failed: No such file or direc

    RDBMS Version: 8.1.7.4
    Operating System and Version: trusted solaris intel 8
    Error Number (if applicable):
    Product (i.e. SQL*Loader, Import, etc.): installation of patch set 8.1.7.4
    Product Version: 8.1.7.4
    ld.so.1: oracle<sid>: fatal: libjox8.so: open failed: No such file or directory
    I get this error when connecting to with SQLPLUS to Oracle.
    I have reordered paths in LD_LIBRARY_PATH
    so $ORACLE_HOME/lib is before /usr/lib
    and recompiled make -f ins_rdbms.mk install
    and make -f ins_rdbms.mk ioracle
    I can only connect as oracle in the install group
    I have found some posts the suggest changing mode of the oracle executable. but that doesn't seem to help.
    I have tried to $ORACLE_HOME/bin/relink all
    but that didn't help either.
    Please advise.

    According to the following docs, you should not get this error when you apply Patch 8904424 so I would suggest you log a SR.
    Patch 8557019: make: Fatal error: Command failed for target `dejvm'0.1.2/lib32/WS6U1/crti.o: open failed: No such file or directory (Doc ID 1291895.1)
    make: *** [dejvm] Error 1 While Applying 8557019 For Forms Upgrade Doc 437878.1 (Doc ID 1543498.1)
    Thanks,
    Hussein

  • Ld.so.1: sqlplus: fatal: libm.so.2: open failed: No such file or directory

    Hi,
    I m getting the below error while connecting to sqlplus:-
    sqlplus
    ld.so.1: sqlplus: fatal: libm.so.2: open failed: No such file or directory
    Killed
    regards,
    Bhatia

    Bhatia,
    Did you source the env file before running sqlplus? If yes, please issue the following:
    $ cd $ORACLE_HOME/bin
    $ relink utilitiesMake sure that sqlplus is relinked successfully and try it again.

  • TMS_ORA10g: fatal: libclntsh.so.10.1: open failed: No such file or director

    While trying to boot up the Tuxedo Server, we are getting the error:-
    exec TMS_ORA10g -A :
    ld.so.1: TMS_ORA10g: fatal: libclntsh.so.10.1: open failed: No such file or directory
    This file, libclntsh.so.10.1, is present in the /oracle/app/product/10g2/db_1/lib32 dir, which is included the LD_LIBRARY_PATH environment variable. We build the TMS_ORA10g executable with the following command :- buildtms -o TMS_ORA10g -r Oracle_XA and the corresponding entry in the udataobj/RM file is "Oracle_XA:xaosw:-L${ORACLE_HOME}/lib32 ${ORACLE_HOME}/lib32/libsql10.a -lm -lC -lclntsh"

    Hi,
    After your advice we migrated our Tuxedo to 64 bit's and now all the object files and libraries are of 64 bit. The problem related with buildtms has been resolved. But even after this we are facing an issue, while building the Application Server(BAS). When we do BAS (Build Application Server), we get this error:-
    Undefined first referenced
    symbol in file
    int sqlcxt(void**,unsigned*,sqlexd*,sqlcxp*) /users/appbin/lib/libUTCS/xlerrlib.a(dm_olpa.o)
    tpurcode /users/appbin/lib/libUTCS/tuxedoreal.a(oltp.o)
    tperrno /users/buildsrv/InitW1/security/homebs/src/lib/sparc/security_qpp1.a(security_et_sy00102
    getusr_dtls.o)
    int sqlbuft(void**,char*) /users/appbin/lib/libUTCS/xlerrlib.a(dm_olpa.o)
    ld: fatal: Symbol referencing errors. No output written to /users/buildsrv/InitW1/server/securityET
    What could be the possible reason for the same.
    The entire command for BAS is
    CC -xtarget=ultra -xarch=v9 -xarch=v9 -w -mt -I$TUXDIR/include -o /users/buildsrv/In
    itW1/server/securityET BS-6ddd.c -L${TUXDIR}/lib /users/buildsrv/InitW1/server/sttqz.c /users/buildsrv/InitW1/server/main.c
    /users/appbin/lib/libUTCS/conv.o /newutitux/newtux/tuxedo9.1/lib/libtux.a /oracle/app/product/10g2/db_1/lib/libsql10.a /use
    rs/appbin/lib/libUTCS/rpcqz_date.o /users/appbin/lib/libUTCS/dm_auditinfo.o /users/buildsrv/InitW1/security/homebs/src/lib/s
    parc/security_qpp1.a /users/buildsrv/InitW1/security/homebs/src/lib/sparc/security_query1.a /users/buildsrv/InitW1/security/
    homebs/gencode/lib/sparc/security_dm1.a /users/buildsrv/InitW1/security/homebs/gencode/lib/sparc/security_const.a /users/bui
    ldsrv/InitW1/security/homebs/gencode/lib/sparc/security_rpc1.a /users/buildsrv/InitW1/security/homebs/gencode/lib/sparc/secu
    rity_rpcqry1.a /users/compogsw/InitW1/lib/libUTCS/sparc/master_qpp1.a /users/compogsw/InitW1/lib/libUTCS/sparc/master_query1
    .a /users/compogsw/InitW1/lib/libUTCS/sparc/master_dm1.a /users/compogsw/InitW1/lib/libUTCS/sparc/master_rpc1.a /users/compo
    gsw/InitW1/lib/libUTCS/sparc/master_rpcqry1.a /users/compogsw/InitW1/lib/libUTCS/sparc/ext_intf_qpp1.a /users/compogsw/InitW
    1/lib/libUTCS/sparc/ext_intf_query1.a /users/compogsw/InitW1/lib/libUTCS/sparc/ext_intf_dm1.a /users/compogsw/InitW1/lib/lib
    UTCS/sparc/ext_intf_rpc1.a /users/compogsw/InitW1/lib/libUTCS/sparc/ext_intf_rpcqry1.a /users/compogsw/InitW1/lib/libUTCS/sp
    arc/scheme_qpp1.a /users/compogsw/InitW1/lib/libUTCS/sparc/scheme_query1.a /users/compogsw/InitW1/lib/libUTCS/sparc/scheme_d
    m1.a /users/compogsw/InitW1/lib/libUTCS/sparc/scheme_rpc1.a /users/compogsw/InitW1/lib/libUTCS/sparc/scheme_rpcqry1.a /users
    /compogsw/InitW1/lib/libUTCS/sparc/common_rpc1.a /users/compogsw/InitW1/lib/libUTCS/sparc/party_rpc1.a /users/compogsw/InitW
    1/lib/libUTCS/sparc/holding_rpc1.a /users/compogsw/InitW1/lib/libUTCS/sparc/oth_srvc_rpc1.a /users/compogsw/InitW1/lib/libUT
    CS/sparc/comp_red_rpc1.a /users/compogsw/InitW1/lib/libUTCS/sparc/utility_lib.a /users/appbin/lib/libUTCS/libmem.a /users/ap
    pbin/lib/libUTCS/utillib.a /users/appbin/lib/libUTCS/dmstdlib.a /users/appbin/lib/libUTCS/tuxedoreal.a /users/appbin/lib/lib
    UTCS/xlerrlib.a /users/appbin/lib/libUTCS/xlclasslib.a /users/appbin/lib/libUTCS/libclass.a /users/appbin/lib/libUTCS/utilli
    b.a /users/appbin/lib/libUTCS/Qmystring.o -ltux -lbuft -L${ORACLE_HOME}/lib -lclntsh -lfml -lfml32 -lengine -R/usr/lib/lwp
    -lpthread -lposix4 -lsocket -lnsl -lm -lnsl -lsocket
    Please reply
    Regards,
    Namit Maheshwari

  • Error in SO_NEW_DOCUMENT_ATT_SEND_API1. Unable to open the pdf attachment

    Hi all,
    I'm currently using SO_NEW_DOCUMENT_ATT_SEND_API1 to send out the email and together with a pdf attachment. However when I tried to open the attachment, it has the decoded incorrectly error.
    What am I missing?
    Thanks.
    Below is the code, this is just testing purposes. I apologized for the messy code.
    DATA: OBJPACK LIKE SOPCKLSTI1 OCCURS  2 WITH HEADER LINE.
    DATA: OBJHEAD LIKE SOLISTI1   OCCURS  1 WITH HEADER LINE.
    DATA: OBJBIN  LIKE SOLISTI1   OCCURS 10 WITH HEADER LINE.
    DATA: OBJTXT  LIKE SOLISTI1   OCCURS 10 WITH HEADER LINE.
    DATA: RECLIST LIKE SOMLRECI1  OCCURS  5 WITH HEADER LINE.
    DATA: DOC_CHNG LIKE SODOCCHGI1.
    DATA: TAB_LINES LIKE SY-TABIX.
    DATA: l_functionmodule TYPE rs38l_fnam.
        DATA: l_spoolid              TYPE  rspoid,
              l_control_parameters   TYPE  ssfctrlop,
              l_output_options       TYPE  ssfcompop,
              l_user_settings        TYPE  tdbool VALUE ' ',
              l_document_output_info TYPE  ssfcrespd,
              l_job_output_info      TYPE  ssfcrescl,
              l_job_output_options   TYPE  ssfcresop,
              l_spoolid_del          TYPE  rqident,
              l_status               TYPE  sysubrc,
              li_table01             TYPE TABLE OF YGLXX_PDF_S_TABLE,
              lw_table01             LIKE YGLXX_PDF_S_TABLE,
              bin                    TYPE xstring.
        DATA: i_otfdata   TYPE STANDARD TABLE OF itcoo INITIAL SIZE 0.
        DATA: l_otfdata   TYPE                   itcoo.
        DATA: lv_bytes    TYPE                   p,
              lv_bin_file TYPE                   xstring,
              gt_pdfdata  TYPE STANDARD TABLE OF tline INITIAL SIZE 0,
              CONTENT_OUT TYPE TABLE OF SOLISTI1.
    data: begin of itab occurs 0,
            line(255) type c,
          end of itab.
    Creating the document to be sent
    DOC_CHNG-OBJ_NAME = 'OFFER'.
    DOC_CHNG-OBJ_DESCR = 'Auction of a Picasso jr'.
    OBJTXT = 'Reserve price : $250000'.
    APPEND OBJTXT.
    OBJTXT = 'A reproduction of the painting to be auctioned'.
    APPEND OBJTXT.
    OBJTXT = 'is enclosed as an attachment.'.
    APPEND OBJTXT.
    DESCRIBE TABLE OBJTXT LINES TAB_LINES.
    READ TABLE OBJTXT INDEX TAB_LINES.
    DOC_CHNG-DOC_SIZE = ( TAB_LINES - 1 ) * 255 + STRLEN( OBJTXT ).
    Creating the entry for the compressed document
    CLEAR OBJPACK-TRANSF_BIN.
    OBJPACK-HEAD_START = 1.
    OBJPACK-HEAD_NUM   = 0.
    OBJPACK-BODY_START = 1.
    OBJPACK-BODY_NUM   = TAB_LINES.
    OBJPACK-DOC_TYPE   = 'RAW'.
    APPEND OBJPACK.
    Creating the document attachment (PDF)
    Get Function Module of Smartform
        CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
          EXPORTING
            formname                 = 'YGLPA_IDR'
         IMPORTING
           fm_name                  = l_functionmodule
         EXCEPTIONS
           no_form                  = 1
           no_function_module       = 2
           OTHERS                   = 3.
      Set Print Parameters
        l_control_parameters-langu = 'EN'.
        l_control_parameters-no_dialog = 'X'.
        l_control_parameters-getotf = 'X'.
        l_output_options-tddest = 'LOCL'.
        LOOP AT li_table01 INTO lw_table01.
          lw_table01-line = '0002'.
          APPEND lw_table01 TO li_table01.
        ENDLOOP.
      Call Smartform Function Module
          CALL FUNCTION l_functionmodule
            EXPORTING
              control_parameters       = l_control_parameters
              output_options           = l_output_options
              user_settings            = l_user_settings
              pernr                    = '20'
              begda                    = sy-datum
              endda                    = '99991231'
              langu                    = sy-langu
              audience                 = ''
              data01                   = ''
              data02                   = ''
              data03                   = ''
              data04                   = ''
              data05                   = ''
           IMPORTING
             document_output_info      = l_document_output_info
             job_output_info           = l_job_output_info
             job_output_options        = l_job_output_options
           TABLES
             table01                   = li_table01
           EXCEPTIONS
             formatting_error          = 1
             internal_error            = 2
             send_error                = 3
             user_canceled             = 4
             OTHERS                    = 5.
        Populate OTF data table
          LOOP AT l_job_output_info-otfdata INTO l_otfdata.
            APPEND l_otfdata TO i_otfdata.
            CLEAR l_otfdata.
          ENDLOOP.                           " LOOP AT t_outtab-otfdata
      Convert OTF into PDF
        CALL FUNCTION 'CONVERT_OTF'
             EXPORTING
                  format                = 'PDF'
             IMPORTING
                  bin_filesize          = lv_bytes
                  bin_file              = bin
             TABLES
                  otf                   = i_otfdata
                  lines                 = gt_pdfdata
             EXCEPTIONS
                  err_max_linewidth     = 1
                  err_format            = 2
                  err_conv_not_possible = 3
                  OTHERS                = 4.
    CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
      EXPORTING
        BUFFER                = bin
      TABLES
        BINARY_TAB            = itab
    objbin = itab.
    APPEND objbin.
    DESCRIBE TABLE OBJBIN LINES TAB_LINES.
    *OBJHEAD = 'attach.pdf'. APPEND OBJHEAD.
    Creating the entry for the compressed attachment
    OBJPACK-TRANSF_BIN = 'X'.
    OBJPACK-HEAD_START = 1.
    OBJPACK-HEAD_NUM   = 1.
    OBJPACK-BODY_START = 1.
    OBJPACK-BODY_NUM   = TAB_LINES.
    OBJPACK-DOC_TYPE   = 'PDF'.
    OBJPACK-OBJ_NAME   = 'ATTACHMENT'.
    OBJPACK-OBJ_DESCR = 'Attachment'.
    OBJPACK-DOC_SIZE   = TAB_LINES * 255.
    APPEND OBJPACK..
    Entering names in the distribution list
    RECLIST-RECEIVER = '<emailadd>'.
    RECLIST-REC_TYPE = 'U'.
    APPEND RECLIST.
    RECLIST-RECEIVER = 'DLI-NEUREICH'.
    RECLIST-REC_TYPE = 'P'.
    APPEND RECLIST.
    Sending the document
    CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
         EXPORTING
              DOCUMENT_DATA = DOC_CHNG
              PUT_IN_OUTBOX = 'X'
              COMMIT_WORK   = 'X'
         TABLES
              PACKING_LIST  = OBJPACK
              OBJECT_HEADER = OBJHEAD
              CONTENTS_BIN  = OBJBIN
              CONTENTS_TXT  = OBJTXT
             CONTENTS_HEX = itab
              RECEIVERS     = RECLIST
         EXCEPTIONS
              TOO_MANY_RECEIVERS = 1
              DOCUMENT_NOT_SENT  = 2
              OPERATION_NO_AUTHORIZATION = 4
              OTHERS = 99.
    CASE SY-SUBRC.
      WHEN 0.
        WRITE: / 'Result of the send process:'.
        LOOP AT RECLIST.
          WRITE: / RECLIST-RECEIVER(48), ':'.
          IF RECLIST-RETRN_CODE = 0.
            WRITE 'sent successfully'.
          ELSE.
            WRITE 'not sent'.
          ENDIF.
        ENDLOOP.
      WHEN 1.
        WRITE: / 'no authorization to send to the specified number of recipients!'.
      WHEN 2.
        WRITE: / 'document could not be sent to any of the recipients!'.
      WHEN 4.
        WRITE: / 'no authorization to send !'.
      WHEN OTHERS.
        WRITE: / 'error occurred during sending !'.
    ENDCASE.

    Hi all,
    I'm currently using SO_NEW_DOCUMENT_ATT_SEND_API1 to send out the email and together with a pdf attachment. However when I tried to open the attachment, it has the decoded incorrectly error.
    What am I missing?
    Thanks.
    Below is the code, this is just testing purposes. I apologized for the messy code.
    DATA: OBJPACK LIKE SOPCKLSTI1 OCCURS  2 WITH HEADER LINE.
    DATA: OBJHEAD LIKE SOLISTI1   OCCURS  1 WITH HEADER LINE.
    DATA: OBJBIN  LIKE SOLISTI1   OCCURS 10 WITH HEADER LINE.
    DATA: OBJTXT  LIKE SOLISTI1   OCCURS 10 WITH HEADER LINE.
    DATA: RECLIST LIKE SOMLRECI1  OCCURS  5 WITH HEADER LINE.
    DATA: DOC_CHNG LIKE SODOCCHGI1.
    DATA: TAB_LINES LIKE SY-TABIX.
    DATA: l_functionmodule TYPE rs38l_fnam.
        DATA: l_spoolid              TYPE  rspoid,
              l_control_parameters   TYPE  ssfctrlop,
              l_output_options       TYPE  ssfcompop,
              l_user_settings        TYPE  tdbool VALUE ' ',
              l_document_output_info TYPE  ssfcrespd,
              l_job_output_info      TYPE  ssfcrescl,
              l_job_output_options   TYPE  ssfcresop,
              l_spoolid_del          TYPE  rqident,
              l_status               TYPE  sysubrc,
              li_table01             TYPE TABLE OF YGLXX_PDF_S_TABLE,
              lw_table01             LIKE YGLXX_PDF_S_TABLE,
              bin                    TYPE xstring.
        DATA: i_otfdata   TYPE STANDARD TABLE OF itcoo INITIAL SIZE 0.
        DATA: l_otfdata   TYPE                   itcoo.
        DATA: lv_bytes    TYPE                   p,
              lv_bin_file TYPE                   xstring,
              gt_pdfdata  TYPE STANDARD TABLE OF tline INITIAL SIZE 0,
              CONTENT_OUT TYPE TABLE OF SOLISTI1.
    data: begin of itab occurs 0,
            line(255) type c,
          end of itab.
    Creating the document to be sent
    DOC_CHNG-OBJ_NAME = 'OFFER'.
    DOC_CHNG-OBJ_DESCR = 'Auction of a Picasso jr'.
    OBJTXT = 'Reserve price : $250000'.
    APPEND OBJTXT.
    OBJTXT = 'A reproduction of the painting to be auctioned'.
    APPEND OBJTXT.
    OBJTXT = 'is enclosed as an attachment.'.
    APPEND OBJTXT.
    DESCRIBE TABLE OBJTXT LINES TAB_LINES.
    READ TABLE OBJTXT INDEX TAB_LINES.
    DOC_CHNG-DOC_SIZE = ( TAB_LINES - 1 ) * 255 + STRLEN( OBJTXT ).
    Creating the entry for the compressed document
    CLEAR OBJPACK-TRANSF_BIN.
    OBJPACK-HEAD_START = 1.
    OBJPACK-HEAD_NUM   = 0.
    OBJPACK-BODY_START = 1.
    OBJPACK-BODY_NUM   = TAB_LINES.
    OBJPACK-DOC_TYPE   = 'RAW'.
    APPEND OBJPACK.
    Creating the document attachment (PDF)
    Get Function Module of Smartform
        CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
          EXPORTING
            formname                 = 'YGLPA_IDR'
         IMPORTING
           fm_name                  = l_functionmodule
         EXCEPTIONS
           no_form                  = 1
           no_function_module       = 2
           OTHERS                   = 3.
      Set Print Parameters
        l_control_parameters-langu = 'EN'.
        l_control_parameters-no_dialog = 'X'.
        l_control_parameters-getotf = 'X'.
        l_output_options-tddest = 'LOCL'.
        LOOP AT li_table01 INTO lw_table01.
          lw_table01-line = '0002'.
          APPEND lw_table01 TO li_table01.
        ENDLOOP.
      Call Smartform Function Module
          CALL FUNCTION l_functionmodule
            EXPORTING
              control_parameters       = l_control_parameters
              output_options           = l_output_options
              user_settings            = l_user_settings
              pernr                    = '20'
              begda                    = sy-datum
              endda                    = '99991231'
              langu                    = sy-langu
              audience                 = ''
              data01                   = ''
              data02                   = ''
              data03                   = ''
              data04                   = ''
              data05                   = ''
           IMPORTING
             document_output_info      = l_document_output_info
             job_output_info           = l_job_output_info
             job_output_options        = l_job_output_options
           TABLES
             table01                   = li_table01
           EXCEPTIONS
             formatting_error          = 1
             internal_error            = 2
             send_error                = 3
             user_canceled             = 4
             OTHERS                    = 5.
        Populate OTF data table
          LOOP AT l_job_output_info-otfdata INTO l_otfdata.
            APPEND l_otfdata TO i_otfdata.
            CLEAR l_otfdata.
          ENDLOOP.                           " LOOP AT t_outtab-otfdata
      Convert OTF into PDF
        CALL FUNCTION 'CONVERT_OTF'
             EXPORTING
                  format                = 'PDF'
             IMPORTING
                  bin_filesize          = lv_bytes
                  bin_file              = bin
             TABLES
                  otf                   = i_otfdata
                  lines                 = gt_pdfdata
             EXCEPTIONS
                  err_max_linewidth     = 1
                  err_format            = 2
                  err_conv_not_possible = 3
                  OTHERS                = 4.
    CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
      EXPORTING
        BUFFER                = bin
      TABLES
        BINARY_TAB            = itab
    objbin = itab.
    APPEND objbin.
    DESCRIBE TABLE OBJBIN LINES TAB_LINES.
    *OBJHEAD = 'attach.pdf'. APPEND OBJHEAD.
    Creating the entry for the compressed attachment
    OBJPACK-TRANSF_BIN = 'X'.
    OBJPACK-HEAD_START = 1.
    OBJPACK-HEAD_NUM   = 1.
    OBJPACK-BODY_START = 1.
    OBJPACK-BODY_NUM   = TAB_LINES.
    OBJPACK-DOC_TYPE   = 'PDF'.
    OBJPACK-OBJ_NAME   = 'ATTACHMENT'.
    OBJPACK-OBJ_DESCR = 'Attachment'.
    OBJPACK-DOC_SIZE   = TAB_LINES * 255.
    APPEND OBJPACK..
    Entering names in the distribution list
    RECLIST-RECEIVER = '<emailadd>'.
    RECLIST-REC_TYPE = 'U'.
    APPEND RECLIST.
    RECLIST-RECEIVER = 'DLI-NEUREICH'.
    RECLIST-REC_TYPE = 'P'.
    APPEND RECLIST.
    Sending the document
    CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
         EXPORTING
              DOCUMENT_DATA = DOC_CHNG
              PUT_IN_OUTBOX = 'X'
              COMMIT_WORK   = 'X'
         TABLES
              PACKING_LIST  = OBJPACK
              OBJECT_HEADER = OBJHEAD
              CONTENTS_BIN  = OBJBIN
              CONTENTS_TXT  = OBJTXT
             CONTENTS_HEX = itab
              RECEIVERS     = RECLIST
         EXCEPTIONS
              TOO_MANY_RECEIVERS = 1
              DOCUMENT_NOT_SENT  = 2
              OPERATION_NO_AUTHORIZATION = 4
              OTHERS = 99.
    CASE SY-SUBRC.
      WHEN 0.
        WRITE: / 'Result of the send process:'.
        LOOP AT RECLIST.
          WRITE: / RECLIST-RECEIVER(48), ':'.
          IF RECLIST-RETRN_CODE = 0.
            WRITE 'sent successfully'.
          ELSE.
            WRITE 'not sent'.
          ENDIF.
        ENDLOOP.
      WHEN 1.
        WRITE: / 'no authorization to send to the specified number of recipients!'.
      WHEN 2.
        WRITE: / 'document could not be sent to any of the recipients!'.
      WHEN 4.
        WRITE: / 'no authorization to send !'.
      WHEN OTHERS.
        WRITE: / 'error occurred during sending !'.
    ENDCASE.

  • I am unable to open my PDF attachment in mail.

    I cannot open my PDF attachment in mail. I am able to on all of my other apple products but not my air. Is there a setting that i might have wrong?

    If it is your own pdf and you are unsure of your password, you are out of luck. You will need to create a new file from the original documents. I suggest using password managers, if you need to create many different documents with different passwords.

  • Hdiutil: attach failed - No such file or directory, in Maven Projects using applescript??

    Hi All.
    am trying to mount the application which is present in some module named x, am using Maven projects here, so for my mounting the app am using shell script and  i have given path of the application which is present in module x. If a try to run the test from the class where this mounting method is present its being compiled and am getting results properly, but when i used this mounting method in some other test class and ran the test, its saying no such file present, i know this looks something starnge, but am facing this issue, pls guide how to overcome the same.
    do shell script "hdiutil mount ../../common/src/main/resources/Modulex/AdbeRdr11000_en_US.dmg"

    I just want to point out for anyone else who may be confused on this point that the 'mount' verb is undocumented for hdiutil (at least in 10.7).  The correct verb to use is 'attach' as in hdiutil attach ../common/src/main/resources/Modulex/AdbeRdr11000_en_US.dmg - 'mount' is probably a compatability verb aimed at people used to linux or standard unix.
    I was surprised 'mount' worked at all, really, but there you go.

  • ORA-20002: [WF_NO_USER] Error

    Hi,
    When i am trying to terminate the UMX roles. I am getting the below error,
    ORA-20002: [WF_NO_USER] NAME=HASD ORIG_SYSTEM=NULL ORIG_SYSTEM_ID=NULL
    Please suggest what needs to be done for this.
    Regards,
    Mohan A

    Hi,
    ORA-12541: TNS:no listener
    Many reason but first thing need to check is "Is your listener is up and running on the server"
    lsnrctl statusregards,
    Taj

  • Workflow notification delegated to the originator contains an error message in notification content

    Hi All,
    We are using a workflow for managing User Access Request(to get new responsibilities) where approval hierarchy is set via AME rules.
    Facing an issue, when approver has set a vacation rule and to whom the notification delegated happens to be the requester itself.
    Notification contains an error message which says like: "Automatic route to <use name> failed. encountered during execution of Generate function 'WF_XML.Generate' for event 'oracle.apps.wf.notification.reassign"
    However notification correctly displays its content and also the validation logic that we have put in post notification function while responding to notification is working correctly .
    Also If the vacation rule is set to some user other than requester, issue does not appear.
    Please guide if faced similar issue or any idea to overcome this.
    Thanks in advance!!
    Indu

    I r-clicked on the error message of the details "Request IDoc : Application document not posted" and selected "Idoc maint in OLTP" and then I saw the error message in the log.
    I see that my systems are off a couple minutes.
    Should I just reboot these sys's?
    DataSource 0TCTIOBJNM_TEXT has to be replicated (time stamp, see long text)
    Message no. R3016
    Diagnosis
    DataSource 0TCTIOBJNM_TEXT does not have the same status as the source system in the Business Information Warehouse.
    The time stamp in the source system is 10/31/2007 11:54:29.
    The time stamp in the BW system is 10/31/2007 11:52:10.
    System Response
    The load process has been terminated.
    Procedure
    Copy the DataSource again and then activate the transfer rules that belong to it. You have to activate the transfer rules in every case, even if they are still active after the DataSource has been copied.

  • I am unable to open pdf links using firefox 4 beta 11. Error message is "....ashx file cannot be opened, because an unknown error occurred. Try saving to disk first and then opening file"

    I can open some pdf file in FF beta 11 using Adobe reader, however some links to pdf files cannot be opened. When clicked, the error message above appears. There is no option to open the file, so I have had to switch to Safari to read these pdf file.

    Please install the following add-on to see if it helps.
    https://addons.mozilla.org/en-US/firefox/addon/pdfjs/

  • Unable to open any form in R12 after getting FRM 92050 error

    Hi gurus,
    i have some problem opening form
    i can switch between responsibilites but one trying to open it doesnt show any change
    ex: system adminstrator -->concurrent request
    no change
    earlier i was getting FRM-92050 error for which i followed this doc
    form loading error
    here are os and application details
    os:rhel4
    ebs:R12.1.1
    db:11.1.0.7
    please help
    Edited by: 868452 on 01-Oct-2012 00:17

    Hi,
    i came up with solution
    am currently using IE8 explorer
    i uninstalled both java 6 update 17 and j2se 5 update 10
    installed fresh jre-7-windows-i586.exe and oaj2se.exe (j2se 5 update 10)
    now its working fine with this but...
    its taking too much time
    when i start same form(system administrator -- concurrent request) with chrome its giving error
    FRM-92120 REGISTRY FILE: \ORACLE\FORMS\REGISTRY\REGISTRY.DAT IS MISSING
    please update
    thanks
    zavi
    am facing the same problem today
    when navigating to form there is no change
    can any one help
    thanks
    Edited by: 868452 on 02-Oct-2012 21:57

  • Unable to open itunes installation package on XP - see post for error mesge

    Downloaded iTunes Installation package to C:. When trying to run package windows error message states:
    "Installation package could not be opened. Verify package exists and you can access it, or contact application vendor to verify thisis a valid installer package."
    Ran windows updates just in case that helped, restarted computer, downloaded package again but still same error. Any help much, much appreciated!

    Have you tried a shift key start.
    Hold down the shift key and start iTunes. Keep holding the shift key until you are asked to choose a library. Navigate to you iTunes folder and choose iTunes Library.itl.
    If you still can't open Itunes by doing this, check that your account has full control of your itunes folder:
    Vista file folder permissions help
    http://windowshelp.microsoft.com/Windows/en-US/Help/2464a180-e5dc-45d1-a2b8-3c8a 2b571e9d1033.mspx
    http://www.mydigitallife.info/2007/05/25/how-to-take-ownership-and-grant-permiss ions-in-windows-vista/

Maybe you are looking for

  • What is happening to my website in iWeb? Why does it look like a blog all of a sudden?

    What is happening to my website in iWeb?  Why does it look like a blog all of a sudden?  Was there some kind of notification that I missed?

  • Tried to install OSX Mavericks, Now Won't Install

    Started to download and install OSX Mavericks on my Mac Pro laptop.  For some reason download failed, and I get a message to that effect.  Message says to go to "Purchased Items" in App Store and try to download again.  Continually get message that t

  • ARD 3.6 Admin on 10.8 having issues connecting to 10.6 machine.

    basically i have no issues connecting to any of the 10.7 machines in the office (all have 3.6 client installed now). have no issues connecting to 10.7 machines that have dual monitors (most). no issues with the few 10.4 and 10.5 machines i still have

  • I may buy a US model iPhone

    I have the opportunity to purchase a US model iPhone about a week before it's released in the UK (considering purely because it will be cheaper). I'd planned on getting a UK one anyway and running it unlocked until January when my existing contract r

  • Shift key not working for some letters

    Hello! i just got a new MacBook and just figured out that certain that the left shift key doesn't work for the top row of letters. That is q,w,e,r,t,y,u,i,o. The right bracket doesn't work with either shift key. After reading about the possible influ