Output File not generated

Hi All,
I am using the Report Builder 10.1.2.0.2  on windows 7 Professional version ( 32-bits) , I am connecting to data base, compliing and Running the Report for paper layout it gives me the preview but when I am trying to generate the output file(either format) then no output file is created.
it is not showing any error message either. what may be the reason ?
Thanks in Advance.

Rajan
What I understand from your saying is:
With a program R/3 is generating a File. So here there is no XI role.
Then XI is picking this file and sending to FTP server. So File-XI-File scenario. First of all are you sure that your R/3 is generating the file what XI is expecting? If yes then your XI will pick up and you will see in SXMB_MONI. If not first find out whether it is generating or not. If it generates and if you are unable to pick the file then check the authorisations. Also if you are doing Content conversion kindly go to adapter monitor and find out whether you can see any error?
Regards,
---Satish

Similar Messages

  • Migration from windows to Linux - JAR files not generating under JAVA_TOP

    Hi DBA's
    Jar files not generating under JAVA_TOP after migration from windows to linux.
    I followed workaround but same in result.
    Workaround
    Run this command. It will give the missing file
    adjava -mx512m -nojit oracle.apps.ad.jri.adjcopy -masterArchive $JAVA_TOP -sync -reportfile javatopfiles.lst
    Then run this command
    adjava -mx512m -nojit oracle.apps.ad.jri.adjcopy -masterArchive JAVA_TOP -sync -mode APPLY
    I have checked in google.
    Best Regards,
    Suresh Gelda

    Suresh,
    I can find the following error in the log file:
    JarSigner error output:
    Exception in thread "main" java.lang.NoClassDefFoundError: sun/security/tools/JarSigner
    Caused by: java.lang.ClassNotFoundException: sun.security.tools.JarSigner
         at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
    Could not find the main class: sun.security.tools.JarSigner.  Program will exit.Please review the following notes for suggested solutions:
    Note: 393306.1 - Generate Jar File causes NoClassDefFoundError sun/security/tools/JarSigner
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=393306.1
    Note: 269054.1 - Running adadmin to Force Regenerate of the Java Files Fails
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=269054.1

  • Connection has no password, -jdbc.xml file not generated for connection

    Hi,
    I'm migrating a jdev 10g web application (with EJB) to 11g, i did the automatic migration tool offred by 11g, i'm using the integrated weblogic server but it seems there is a *-jdbc.xml file missed, and it must be generated, this is the log file of the start of server :
    IntegratedWebLogicServer started.
    [Running application SAB_ADMIN on Server Instance IntegratedWebLogicServer...]
    [09:14:15 AM] ---- Deployment started. ----
    [09:14:15 AM] Target platform is (Weblogic 10.3).
    [09:14:18 AM] Retrieving existing application information
    [09:14:19 AM] Running dependency analysis...
    [09:14:19 AM] Deploying 4 profiles...
    [09:14:21 AM] Wrote Web Application Module to C:\Users\Moshe\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\o.j2ee\drs\SAB_ADMIN\ViewControllerWebApp.war
    [09:14:21 AM] Wrote Web Application Module to C:\Users\Moshe\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\o.j2ee\drs\SAB_ADMIN\ModelWebApp.war
    [09:14:25 AM] Wrote EJB Module to C:\Users\Moshe\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\o.j2ee\drs\SAB_ADMIN\ModelEJB.jar
    [09:14:25 AM] WARNING: Connection DBConnectionSAB has no password. DBConnectionSAB-jdbc.xml file not generated for connection DBConnectionSAB.
    [09:14:26 AM] Wrote Enterprise Application Module to C:\Users\Moshe\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\o.j2ee\drs\SAB_ADMIN
    [09:14:26 AM] Deploying Application...
    <14 oct. 2010 09 h 14 GMT+01:00> <Notice> <EclipseLink> <BEA-2005000> <2010-10-14 09:14:28.065--ServerSession(40464643)--property eclipselink.jdbc.user is deprecated, property javax.persistence.jdbc.user should be used instead.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Notice> <EclipseLink> <BEA-2005000> <2010-10-14 09:14:28.299--ServerSession(40464643)--property eclipselink.jdbc.driver is deprecated, property javax.persistence.jdbc.driver should be used instead.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Notice> <EclipseLink> <BEA-2005000> <2010-10-14 09:14:28.299--ServerSession(40464643)--property eclipselink.jdbc.url is deprecated, property javax.persistence.jdbc.url should be used instead.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Notice> <EclipseLink> <BEA-2005000> <2010-10-14 09:14:28.299--ServerSession(40464643)--property eclipselink.jdbc.password is deprecated, property javax.persistence.jdbc.password should be used instead.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Warning> <EJB> <BEA-012035> <The Remote interface method: 'public abstract java.lang.Object oracle.user.Session_user.mergeEntity(java.lang.Object)' in EJB 'SessionEJB' contains a parameter of type: 'java.lang.Object' which is not Serializable. Though the EJB 'SessionEJB' has call-by-reference set to false, this parameter is not Serializable and hence will be passed by reference. A parameter can be passed using call-by-value only if the parameter type is Serializable.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Warning> <EJB> <BEA-012035> <The Remote interface method: 'public abstract java.lang.Object oracle.user.Session_user.persistEntity(java.lang.Object)' in EJB 'SessionEJB' contains a parameter of type: 'java.lang.Object' which is not Serializable. Though the EJB 'SessionEJB' has call-by-reference set to false, this parameter is not Serializable and hence will be passed by reference. A parameter can be passed using call-by-value only if the parameter type is Serializable.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Warning> <EJB> <BEA-012035> <The Remote interface method: 'public abstract java.lang.Object oracle.bouton.Session_bouton.mergeEntity(java.lang.Object)' in EJB 'Session_bouton' contains a parameter of type: 'java.lang.Object' which is not Serializable. Though the EJB 'Session_bouton' has call-by-reference set to false, this parameter is not Serializable and hence will be passed by reference. A parameter can be passed using call-by-value only if the parameter type is Serializable.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Warning> <EJB> <BEA-012035> <The Remote interface method: 'public abstract java.lang.Object oracle.bouton.Session_bouton.persistEntity(java.lang.Object)' in EJB 'Session_bouton' contains a parameter of type: 'java.lang.Object' which is not Serializable. Though the EJB 'Session_bouton' has call-by-reference set to false, this parameter is not Serializable and hence will be passed by reference. A parameter can be passed using call-by-value only if the parameter type is Serializable.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Warning> <EJB> <BEA-012035> <The Remote interface method: 'public abstract java.lang.Object oracle.operation.Session_operation.mergeEntity(java.lang.Object)' in EJB 'Session_operation' contains a parameter of type: 'java.lang.Object' which is not Serializable. Though the EJB 'Session_operation' has call-by-reference set to false, this parameter is not Serializable and hence will be passed by reference. A parameter can be passed using call-by-value only if the parameter type is Serializable.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Warning> <EJB> <BEA-012035> <The Remote interface method: 'public abstract java.lang.Object oracle.operation.Session_operation.persistEntity(java.lang.Object)' in EJB 'Session_operation' contains a parameter of type: 'java.lang.Object' which is not Serializable. Though the EJB 'Session_operation' has call-by-reference set to false, this parameter is not Serializable and hence will be passed by reference. A parameter can be passed using call-by-value only if the parameter type is Serializable.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Notice> <EclipseLink> <BEA-2005000> <2010-10-14 09:14:29.656--ServerSession(42285779)--property eclipselink.jdbc.user is deprecated, property javax.persistence.jdbc.user should be used instead.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Notice> <EclipseLink> <BEA-2005000> <2010-10-14 09:14:29.656--ServerSession(42285779)--property eclipselink.jdbc.driver is deprecated, property javax.persistence.jdbc.driver should be used instead.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Notice> <EclipseLink> <BEA-2005000> <2010-10-14 09:14:29.656--ServerSession(42285779)--property eclipselink.jdbc.url is deprecated, property javax.persistence.jdbc.url should be used instead.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Notice> <EclipseLink> <BEA-2005000> <2010-10-14 09:14:29.656--ServerSession(42285779)--property eclipselink.jdbc.password is deprecated, property javax.persistence.jdbc.password should be used instead.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Error> <HTTP> <BEA-101371> <There was a failure when processing annotations for application C:\Users\Moshe\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\o.j2ee\drs\SAB_ADMIN\ModelWebApp.war. Please make sure that the annotations are valid. The error is oracle.adf.view.faces.webapp.ResourceServlet>
    <14 oct. 2010 09 h 14 GMT+01:00> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1287044066833' for task '0'. Error is: 'weblogic.application.ModuleException: Failed to load webapp: 'SAB_CRUD-Model-context-root''
    weblogic.application.ModuleException: Failed to load webapp: 'SAB_CRUD-Model-context-root'
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:404)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:180)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:508)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.adf.view.faces.webapp.ResourceServlet
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:280)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:253)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:56)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:303)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         Truncated. see log file for complete stacktrace

    This is the content of my web.xml file where i found the markup <servlet> and i tried to run without the first one but the error still like it was :
    <servlet>
    <servlet-name>Faces Servlet</servlet-name>
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>resources</servlet-name>
    <servlet-class>oracle.adf.view.faces.webapp.ResourceServlet</servlet-class>
    </servlet>
    <servlet>
    <servlet-name>resources</servlet-name>
    <servlet-class>org.apache.myfaces.trinidad.webapp.ResourceServlet</servlet-class>
    </servlet>
    <servlet>
    <description>Web Service MyConnexionServiceSoapHttpPort</description>
    <display-name>Web Service MyConnexionServiceSoapHttpPort</display-name>
    <servlet-name>MyConnexionServiceSoapHttpPort</servlet-name>
    <servlet-class>oracle.controll.ConnexionBaseDeDonnees</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>ResultatRequetePort</servlet-name>
    <servlet-class>oracle.controll.ResultatRequete</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>/faces/*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>resources</servlet-name>
    <url-pattern>/adf/*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>MyConnexionServiceSoapHttpPort</servlet-name>
    <url-pattern>MyConnexionServiceSoapHttpPort</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>ResultatRequetePort</servlet-name>
    <url-pattern>/ResultatRequetePort</url-pattern>
    </servlet-mapping>
    Thanks...

  • Mailing the Report Output-Does not generating file name

    Dear Gurus,
           The below program fulfils the "mailing the report" requirement .it sends the out put as an attachment in XLS format.But one problem exists i.e.,it does not generate  filename.It gives the filename as ".XLS"(DOT XLS).
    What should be done that system generates a filename?
    *& Report  ZTESTMAIL                                                   *
    REPORT  ZTESTMAIL                               .
    tables: ekko.
    parameters: p_email type somlreci1-receiver.
    types: begin of t_ekpo,
    ebeln type ekpo-ebeln,
    ebelp type ekpo-ebelp,
    aedat type ekpo-aedat,
    matnr type ekpo-matnr,
    end of t_ekpo.
    data: it_ekpo type standard table of t_ekpo initial size 0,
    wa_ekpo type t_ekpo.
    types: begin of t_charekpo,
    ebeln(10) type c,
    ebelp(5) type c,
    aedat(8) type c,
    matnr(18) type c,
    end of t_charekpo.
    data: wa_charekpo type t_charekpo.
    data: it_message type standard table of solisti1 initial size 0
    with header line.
    data: it_attach type standard table of solisti1 initial size 0
    with header line.
    data: t_packing_list like sopcklsti1 occurs 0 with header line,
    t_contents like solisti1 occurs 0 with header line,
    t_receivers like somlreci1 occurs 0 with header line,
    t_attachment like solisti1 occurs 0 with header line,
    t_object_header like solisti1 occurs 0 with header line,
    w_cnt type i,
    w_sent_all(1) type c,
    w_doc_data like sodocchgi1,
    gd_error type sy-subrc,
    gd_reciever type sy-subrc.
    t_object_header = 'Text.xls'. append t_object_header.
    *START_OF_SELECTION
    start-of-selection.
    Retrieve sample data from table ekpo
    perform data_retrieval.
    Populate table with detaisl to be entered into .xls file
    perform build_xls_data_table.
    *END-OF-SELECTION
    end-of-selection.
    Populate message body text
    perform populate_email_message_body.
    Send file by email as .xls speadsheet
    perform send_file_as_email_attachment
    tables it_message
    it_attach
    using p_email
    'Example .xls documnet attachment'
    'XLS'
    'PO'
    changing gd_error
    gd_reciever.
    Instructs mail send program for SAPCONNECT to send email(rsconn01)
    perform initiate_mail_execute_program.
    *& Form DATA_RETRIEVAL
    Retrieve data form EKPO table and populate itab it_ekko
    form data_retrieval.
    select ebeln ebelp aedat matnr
    up to 10 rows
    from ekpo
    into table it_ekpo.
    endform. " DATA_RETRIEVAL
    *& Form BUILD_XLS_DATA_TABLE
    Build data table for .xls document
    form build_xls_data_table.
    *CONSTANTS: con_cret TYPE x VALUE '0D', "OK for non Unicode
    *con_tab TYPE x VALUE '09'. "OK for non Unicode
    *If you have Unicode check active in program attributes thnen you will
    *need to declare constants as follows
    *class cl_abap_char_utilities definition load.
    constants:
    con_tab type c value cl_abap_char_utilities=>horizontal_tab,
    con_cret type c value cl_abap_char_utilities=>cr_lf.
    concatenate 'EBELN' 'EBELP' 'AEDAT' 'MATNR'
    into it_attach separated by con_tab.
    concatenate con_cret it_attach into it_attach.
    append it_attach.
    loop at it_ekpo into wa_charekpo.
    concatenate wa_charekpo-ebeln wa_charekpo-ebelp
    wa_charekpo-aedat wa_charekpo-matnr
    into it_attach separated by con_tab.
    concatenate con_cret it_attach into it_attach.
    append it_attach.
    endloop.
    endform. " BUILD_XLS_DATA_TABLE
    *& Form SEND_FILE_AS_EMAIL_ATTACHMENT
    Send email
    form send_file_as_email_attachment tables pit_message
    pit_attach
    using p_email
    p_mtitle
    p_format
    p_filename
    p_attdescription
    p_sender_address
    p_sender_addres_type
    changing p_error
    p_reciever.
    data: ld_error type sy-subrc,
    ld_reciever type sy-subrc,
    ld_mtitle like sodocchgi1-obj_descr,
    ld_email like somlreci1-receiver,
    ld_format type so_obj_tp ,
    ld_attdescription type so_obj_nam ,
    ld_attfilename type so_obj_des ,
    ld_sender_address like soextreci1-receiver,
    ld_sender_address_type like soextreci1-adr_typ,
    ld_receiver like sy-subrc.
    ld_email = p_email.
    ld_mtitle = p_mtitle.
    ld_format = p_format.
    ld_attdescription = p_attdescription.
    ld_attfilename = p_filename.
    ld_sender_address = p_sender_address.
    ld_sender_address_type = p_sender_addres_type.
    Fill the document data.
    w_doc_data-doc_size = 1.
    Populate the subject/generic message attributes
    w_doc_data-obj_langu = sy-langu.
    w_doc_data-obj_name = 'SAPRPT'.
    w_doc_data-obj_descr = ld_mtitle .
    w_doc_data-sensitivty = 'F'.
    Fill the document data and get size of attachment
    clear w_doc_data.
    read table it_attach index w_cnt.
    w_doc_data-doc_size =
    ( w_cnt - 1 ) * 255 + strlen( it_attach ).
    w_doc_data-obj_langu = sy-langu.
    w_doc_data-obj_name = 'SAPRPT'.
    w_doc_data-obj_descr = ld_mtitle.
    w_doc_data-sensitivty = 'F'.
    clear t_attachment.
    refresh t_attachment.
    t_attachment[] = pit_attach[].
    Describe the body of the message
    clear t_packing_list.
    refresh t_packing_list.
    t_packing_list-transf_bin = space.
    t_packing_list-head_start = 1.
    t_packing_list-head_num = 0.
    t_packing_list-body_start = 1.
    describe table it_message lines t_packing_list-body_num.
    t_packing_list-doc_type = 'RAW'.
    append t_packing_list.
    Create attachment notification
    t_packing_list-transf_bin = 'X'.
    t_packing_list-head_start = 1.
    t_packing_list-head_num = 1.
    t_packing_list-body_start = 1.
    describe table t_attachment lines t_packing_list-body_num.
    t_packing_list-doc_type = ld_format.
    t_packing_list-obj_descr = ld_attdescription.
    t_packing_list-obj_name = ld_attfilename.
    t_packing_list-doc_size = t_packing_list-body_num * 255.
    append t_packing_list.
    Add the recipients email address
    clear t_receivers.
    refresh t_receivers.
    t_receivers-receiver = ld_email.
    t_receivers-rec_type = 'U'.
    t_receivers-com_type = 'INT'.
    t_receivers-notif_del = 'X'.
    t_receivers-notif_ndel = 'X'.
    append t_receivers.
    call function 'SO_DOCUMENT_SEND_API1'
    exporting
    document_data = w_doc_data
    put_in_outbox = 'X'
    sender_address = ld_sender_address
    sender_address_type = ld_sender_address_type
    commit_work = 'X'
    importing
    sent_to_all = w_sent_all
    tables
    object_header = t_object_header
    packing_list = t_packing_list
    contents_bin = t_attachment
    contents_txt = it_message
    receivers = t_receivers
    exceptions
    too_many_receivers = 1
    document_not_sent = 2
    document_type_not_exist = 3
    operation_no_authorization = 4
    parameter_error = 5
    x_error = 6
    enqueue_error = 7
    others = 8.
    Populate zerror return code
    ld_error = sy-subrc.
    Populate zreceiver return code
    loop at t_receivers.
    ld_receiver = t_receivers-retrn_code.
    endloop.
    endform.
    *& Form INITIATE_MAIL_EXECUTE_PROGRAM
    Instructs mail send program for SAPCONNECT to send email.
    form initiate_mail_execute_program.
    wait up to 2 seconds.
    submit rsconn01 with mode = 'INT'
    with output = 'X'
    and return.
    endform. " INITIATE_MAIL_EXECUTE_PROGRAM
    *& Form POPULATE_EMAIL_MESSAGE_BODY
    Populate message body text
    form populate_email_message_body.
    refresh it_message.
    it_message = 'Please find attached a list test ekpo records'.
    append it_message.
    endform. " POPULATE_EMAIL_MESSAGE_BODY
    Your suggestions will be appreciated and rewarded.
    Thanks in advance
    Murali

    Hi
    Your pgm is not passing anything in obj_descr in packing list for excel file. If you pass a name your excel file will have that.
    Regards
    Sathar
    perform send_file_as_email_attachment
    tables it_message
    it_attach
    using p_email
    'Example .xls documnet attachment'
    'XLS'
    'PO'
    ' '  *------> no value*
    changing gd_error
    gd_reciever.
    form send_file_as_email_attachment tables pit_message
    pit_attach
    using p_email
    p_mtitle
    p_format
    p_filename
    p_attdescription *----> no value*
    p_sender_address
    p_sender_addres_type
    changing p_error
    p_reciever.
    t_packing_list-obj_descr = ld_attdescription.

  • How to find whether the output file is generated or not?

    Hi,
    I ran EDI 855 program for one of our customer. The program succesfully completed and it shows in the logfile that few documents got processed and few lines got processed. But the output file in the outbound directory shows the file size as zero.
    Can anyone please let me know what could be the problem.
    And please let me know how to check whether flatfile is generated succesfully for the request run for any customer.
    Thanks in advance.
    Satya

    Hi Venkat,
    As every one have already explained other points,in standard SAP there is no provision to determine as if the sales order is intercompany or not.
    But if you  want you can create a user status as normal sales order and intercompany sales order.So by checking the status at table level or in order you can determine if it is Intercompany or normal sales order.
    Best way is to create a different document type itself which will be exclusively used for intercompany orders.So it will be easy for reporting and tracking purpose.
    Reward points if useful
    Regards,
    Amrish Purohit

  • Output file not getting generated.

    I have a scenario R/3->XI->Legacy system. When the file is generated by a program, unix script runs and moves the file to FTP server. From there, it is moved to output folder on Legacy system. I have an issue where I am not able to see the output file from the FTP server to the Legacy system. There are no errors seen on message monitor or RTWB. I also checked the program, Unix script, FTP server is all running. What can I do for troubleshooting? I have checked almost everywhere. I also checked the server port XI connects, the system login, etc.
    Any suggestions or ideas?
    Thanks.

    Rajan
    What I understand from your saying is:
    With a program R/3 is generating a File. So here there is no XI role.
    Then XI is picking this file and sending to FTP server. So File-XI-File scenario. First of all are you sure that your R/3 is generating the file what XI is expecting? If yes then your XI will pick up and you will see in SXMB_MONI. If not first find out whether it is generating or not. If it generates and if you are unable to pick the file then check the authorisations. Also if you are doing Content conversion kindly go to adapter monitor and find out whether you can see any error?
    Regards,
    ---Satish

  • Termination txt file not generating for EEA report for canada

    Hi
    When executing the EEA report for Canada ,the report output does not show any error for all the sample data.
    When I generate the txt files, it shows that all 4 files ( i.e. Employee.txt  , promo.txt , term.txt , error.txt) exported successfully.
    BUT when I check the folder created in C driver , I can only see Employee file and PROMO file. The TERM file is not getting created for the PERNRs with termination actions .
    ANY IDEA why is that so?
    HERE IS THE SAP REPORT OUTPUT :
    Summarized Employment Equity report:
           General data
               Industry sectors
                   Transportation & storage indus     1
               Employment status categories
                   Full-time employees                1
                   Part-time employees                0
                   Temporary employees                0
                   Other employees                    0
                   Casual employees                   0
               Provinces
                   New Bruns.                         1
               Designated CMAs
                   New Brunswick less CMA             1
               Peak Dates
                   All employees                  2012/02/09 - 2012/03/03
                   Temporary employees            2012/06/01 - 2012/06/01
           Employee data:                                  1
               00300838 claire ballings
               Event  Status Ind.Se Prov/CMA NOC/Job  Gender Abor.Mino.Disab Salary From    - to
               O      F      07     NB/      0641/02  Women  X               100000 20120209-20120225
               O      F      07     NB/0088  0641/02         X               100000 20120226-20120303
                F      F      07     NB/0088  0641/02         X               100000 20120304-20121231
    Export generated employee files for WEIMS       1 
    But when I check the folder in C drive , no TERM file is created !
    Edited by: Sarika Saini on Mar 7, 2012 2:08 PM

    This report generates the TERM.txt file only if the terminated employee has contract type - Temporary in IT0001 .

  • Manifest xml file not generated!

    Hi!
    I've created a Captivate 3 project, which includes a quiz
    (some radom question slides linked to a question pool). I was asked
    to export the project in a SCORM compliant format. I filled in all
    the configuration requiere, but neither scorm nor manifest files
    where generated, just the captivate's swf files (neither the .html
    nor the .js files where generated).
    The configuration I entered in the Publish Preferences Dialog
    for Quiz > Reporting, where:
    [x] Enable reporting for this project (checked)
    Learning Management System (LMS): "SCORM"
    Report Pass or Fail: "Status as defined by report data"
    Choose Report Data: "Quiz results and slide views"
    Report Score to LMS as: "score"
    Reporting Level: "Interactions and score"
    In the Manifest.. dialog, I entered the following
    configuration:
    Version: "1.2"
    Course
    Identifier: "..."
    Title: "..."
    Description: "..."
    Identifier: "..."
    [x] Duration: "00:50:00"
    [x] Subject: "..."
    SCO
    Identifier: "..."
    Title: "..."
    [x] Mastery score: "60"
    [x] Time allowed: "01:00:00"
    [x] Time limit action: "exit with message"
    Back to the Publish dialog, under the "Output options, the
    "Export HTML" option is checked but disabled (it looks greyish).
    I don't know why this is so, I couldn't find how to enable it
    again.
    Any help will be deeply appreciated!
    Thanks in advance!
    Laura

    Hi all
    Sorry, but I'm personally doubtful that resetting the .DAT
    file will change anything. It's been my experience that when the
    "Export HTML" option is disabled (or grayed out as many call it)
    that it's because you are being prevented from turning it off.
    (Note that in the disabled state, it's checked)
    You see the same issue if selecting the "Full Screen" option.
    In order to go Full Screen, you are definitely in the world of
    HTML, so it becomes selected and disabled.
    Silly question time here. Are you certain you are looking in
    the correct location for the files? I ask because Captivate 3
    changed the playing field by frequently insisting that a new folder
    be created that matches the file name.
    Just a few random thoughts.... Rick

  • Output message not generated for Purchase order

    We maintain MN04 message condition record for  2 key combination for output type NEU:
    1. Purchasing Output determination : Document type  -> NB, medium 1 print out
    2. Purchasing Output determination : Document type/Pur Org/Vendor -> NB, 1000, vendor 20001, medium 5 External email
    When I create PO for other vendor (not 20001), the system is nicely generating the output of the PO for printout.
    Next we have maintain a condition record in MN04 for a particular vendor 20001, Doc type and Porg with setting 5, 4, EN so that we can send the PO via email to the vendor 20001, the system is not generating a message output of the purchase order when i check it before saving.
    Please help me with this situation. we need setup the email PO functionality.

    I created another message type ZNEU copy from NEU, include it in the message schema, created condition record with MN04/MN05 for both NEU for printout  and ZNEU for medium 5 email. done all steps mentioned in the links.
    When create a PO still only 1 message record NEU is defualted for printout only.
    The message record for email ZNEU is not defaulted in PO?? Anything elase need to be done.

  • PDF file not generating for only one Invoice billing document

    Hi all,
    We have upgraded our system into ECC6.0 from 4.7 version. During our Testing time, we have found the following Bug:
    Bug: Not possible to get output in pdf format for only one  Invoice type(TR code: VF02) except for all it is generating PDF output.
    Can anybody help me out to find the route cause for this problem.
    Regards,
    Murali.

    Hi,
    For one Billing-Invoice type , PDF is not generating. But it is generating for other Invoices.
    So should i need to go through the Printer settings?
    Regards,
    Murali.

  • Problem-Starting InDesign Server for use with CORBA / Java and IOR file not generated

    I'm trying to start Indesign Server cs3 for use with Corba, as per the document the server should generate the start-up message like this..
    InDesignServer -iorfile c:\ior.txt -pluginpath Server\Corba
    [server] Writing IOR to ... and it should generate the IOR file
    but I'm getting the usual start-up message and the IOR file is not generated, I hope IOR file is required for Java component interaction with IDS, kindly help me to solve this.
    Thanks in advance.

    [From Susan Doan, who is having trouble posting to the forum today}:
    It looks like the example command line in the "Intro to InDesign Server" pdf is using curly quotes instead of straight quotes. If you copy the command from the pdf and paste it in your command shell, it won't work because of the curly quotes.
    You can run the command without the quotes as Rich has said, but, as will all command lines, if your path contains a space, you will need to put quotes (straight ones!) around the path.
    Thanks,
    Ole

  • EDI  X12 scenario,deq.bat file not generating any trace file.

    hello,
    i have worked on the EDI X12 over internet(AS2) Transaction,everything is working fine until the creation and deployment of configurations on both Acme and GlobalChips servers.But During the Verification of Purchase Order Transactions when i am running deq.bat file on both Acme and GlobalChips servers the dq script is not generating any t1.trc trace file.
    There is no problem with the Trading Partners on both servers they are on upstate,can anyone help me with this issue please,its very urgent.
    note: where will be the web.xml file for transportServlet located,can anyone provide me with the file path.
    thnx
    sunny

    Hello Sinkar,
    Thanks for your reply,Finally i have managed resolve the issue(deq.bat file is generating t1.trc file) successfully.But there are certain other issues regarding this topic in which i need your help.
    When i am running the deq.bat file in command prompt on both acme and globalchips servers it is showing the following status
    D:\oracle\OraJ2EE\ip\tutorial\X12\runtime&gt;deq.bat
    D:\oracle\OraJ2EE\ip\tutorial\X12\runtime&gt;java oracle.tip.adapter.b2b.data.IPDeq
    ueue ipdequeue.properties
    IPDequeue start...
    Dequeue from IP_IN_QUEUE
    and it also generated a t1.trc file on both servers,but the prompt in which i have run deq.bat is not giving any further message
    i.e some thing like IPDequeue end.
    and not even coming back to the original path i.e
    D:\oracle\OraJ2EE\ip\tutorial\X12\runtime&gt;
    and even if close the prompt it is not showing anything in t1.trc file and if i am running the enq_850.bat in acme server it is showing following stat
    D:\oracle\OraJ2EE\ip\tutorial\X12\runtime&gt;enq_850.bat
    D:\oracle\OraJ2EE\ip\tutorial\X12\runtime&gt;java oracle.tip.adapter.b2b.data.IPEnq
    ueue enq_850.properties
    IPEnqueue start...
    IPEnqueue end.
    D:\oracle\OraJ2EE\ip\tutorial\X12\runtime&gt;
    and its didn't showing anything in the t1.trc file generated on the globalchips server and same thing is happening when i am running enq_855.bat file on the globalchips server its not showing up anything in the trace file generated on the acme server.
    I have tried one thing that u have suggested for such kind of issue(t1.trc empty) in your forums
    1.) I have applied the patch #6673231 and it is showing the Document Routing Id Field in the B2B UI,but when i am completing all the process in B2B UI and running deq.bat file the result is still the same,the IPDequeue is not ending
    But a certain change has taken place after applying the pat
    D:\oracle\OraJ2EE\ip\tutorial\X12\runtime&gt;java oracle.tip.adapter.b2b.data.IPEnq+
    ueue enq_850.properties+
    IPEnqueue start...+
    Action Name = null
    IPEnqueue end.+
    D:\oracle\OraJ2EE\ip\tutorial\X12\runtime&gt;+
    C:\oracle\OraJ2EE\ip\tutorial\X12\runtime&gt;enq_855.bat+
    C:\oracle\OraJ2EE\ip\tutorial\X12\runtime&gt;java oracle.tip.adapter.b2b.data.IPEnq+
    ueue enq_855.properties+
    IPEnqueue start...+
    Action Name = null
    IPEnqueue end.+
    C:\oracle\OraJ2EE\ip\tutorial\X12\runtime&gt;+
    I Think that no action is taking place in both the cases
    bcoz its showing this Action Name = null+
    if that is the case what is the problem here
    I have also set oracle.tip.adapter.b2b.DocumentRouting=true.
    but the situation is still the same,please read the above problem carefully and suggest a solution which would be fruitful for my further progress.
    thanks
    sunny
    Edited by: user10470973 on Dec 16, 2008 10:43 AM
    Edited by: user10470973 on Dec 16, 2008 10:44 AM

  • Index file not generating

    Hi
    I am using the RoboHTML trial 9.0 version and imported a previous 8.0 help project file.  Everything seems fine except indexing.  The project shows having my index file from the previous project but my index file is not generating.  How can I use my existing index file and not have to create a new index file?
    Please help.
    thanks
    Caryn Drovie

    Have you tried ending the session with Control C ?

  • Dbc file not generating

    Hi all,
    Oracle application log in screen is not displaying .i checked in backend . after that i did not change any thing.
    After that i have run autoconfig.after that i have seen again
    DBC file is not generating when i was running autoconfig?

    I am unable to paste the log file.can u give me u r mail id .i am uploading the log file.to u r id.
    E:\oracle\viscomn\admin\scripts\VIS_vanwin23>call "e:\oracle\visappl\APPSORA.cmd"
    ECHO is off.
    ECHO is off.
    Sun 09/06/2009 11:22 AM
    ECHO is off.
    ECHO is off.
    Setting environment for using Microsoft Visual C++ tools.
    APPSORA.cmd exiting with status 0
    SQL*Plus: Release 8.0.6.0.0 - Production on Sun Sep 6 11:22:35 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    Error returned while running mwamscasvc.cmd
    ERRORCODE = 3 ERRORCODE_END
    .end std out.
    .end err out.
    Processing DriverFile = e:\oracle\visappl\cn\11.5.0\admin\driver\cntmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for CN_TOP
    instantiate file:
    source : e:\oracle\visappl\cn\11.5.0\admin\template\cnadmprf.sql
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\cnadmprf.sql
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\cnadmprf.sql to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\cnadmprf.sql
    setting permissions: 600
    instantiate file:
    source : e:\oracle\visappl\cn\11.5.0\admin\template\cnadmprf.cmd
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\cnadmprf.cmd
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\cnadmprf.cmd to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\cnadmprf.cmd
    setting permissions: 700
    instantiate file:
    source : e:\oracle\visappl\cn\11.5.0\admin\template\cncmprf.sql
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\cncmprf.sql
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\cncmprf.sql to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\cncmprf.sql
    instantiate file:
    source : e:\oracle\visappl\cn\11.5.0\admin\template\cncmprf.cmd
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\cncmprf.cmd
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\cncmprf.cmd to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\cncmprf.cmd
    AutoConfig Profile Phase
    Running Profile Process 1 of 2 for CN_TOP
    Executing script in InstantiateFile:
    e:\oracle\viscomn\admin\install\VIS_vanwin23\cnadmprf.cmd
    script returned:
    Sun 09/06/2009
    11:22 AM
    ECHO is off.
    ECHO is off.
    Sun 09/06/2009 11:22 AM
    ECHO is off.
    ECHO is off.
    Setting environment for using Microsoft Visual C++ tools.
    APPSORA.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : e:\oracle\visora\8.0.6"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : C:\VC6\msdev98\BIN;C:\VC98\BIN;C:\VC6\TOOLS\WINNT;C:\VC6\TOOLS;e:\oracle\visappl\au\11.5.0\bin;e:\oracle\visappl\fnd\11.5.0\bin;e:\oracle\visappl\ad\11.5.0\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;e:\oracle\visora\iAS\Apache\perl\5.00503\bin\MSWin32-x86\;e:\oracle\viscomn\util\unzip\unzip;e:\oracle\visora\8.0.6\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;C:\mksnt;C:\WINDOWS;C:\WINDOWS\system32"
    " LD_LIBRARY_PATH : e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\lib;e:\oracle\visora\8.0.6\lib;e:\oracle\visappl\cz\11.5.0\bin;e:\oracle\visora\8.0.6\lib"
    "Running SQL script "
    SQL*Plus: Release 8.0.6.0.0 - Production on Sun Sep 6 11:22:36 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    "Error returned while running cnadmprf.cmd"
    ERRORCODE = 3 ERRORCODE_END
    .end std out.
    .end err out.
    AutoConfig Profile Phase
    Running Profile Process 2 of 2 for CN_TOP
    Executing script in InstantiateFile:
    e:\oracle\viscomn\admin\install\VIS_vanwin23\cncmprf.cmd
    script returned:
    Sun 09/06/2009
    11:22 AM
    ECHO is off.
    ECHO is off.
    Sun 09/06/2009 11:22 AM
    ECHO is off.
    ECHO is off.
    Setting environment for using Microsoft Visual C++ tools.
    APPSORA.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : e:\oracle\visora\8.0.6"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : C:\VC6\msdev98\BIN;C:\VC98\BIN;C:\VC6\TOOLS\WINNT;C:\VC6\TOOLS;e:\oracle\visappl\au\11.5.0\bin;e:\oracle\visappl\fnd\11.5.0\bin;e:\oracle\visappl\ad\11.5.0\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;e:\oracle\visora\iAS\Apache\perl\5.00503\bin\MSWin32-x86\;e:\oracle\viscomn\util\unzip\unzip;e:\oracle\visora\8.0.6\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;C:\mksnt;C:\WINDOWS;C:\WINDOWS\system32"
    " LD_LIBRARY_PATH : e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\lib;e:\oracle\visora\8.0.6\lib;e:\oracle\visappl\cz\11.5.0\bin;e:\oracle\visora\8.0.6\lib"
    " CN_TOP : e:\oracle\visappl\cn\11.5.0"
    "Running SQL script "
    SQL*Plus: Release 8.0.6.0.0 - Production on Sun Sep 6 11:22:36 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    "Error returned while running cncmprf.cmd"
    ERRORCODE = 3 ERRORCODE_END
    .end std out.
    .end err out.
    Processing DriverFile = e:\oracle\visappl\csi\11.5.0\admin\driver\csitmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for CSI_TOP
    instantiate file:
    source : e:\oracle\visappl\csi\11.5.0\admin\template\csiadmprf.sql
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\csiadmprf.sql
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\csiadmprf.sql to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\csiadmprf.sql
    setting permissions: 600
    instantiate file:
    source : e:\oracle\visappl\csi\11.5.0\admin\template\csiadmprf.cmd
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\csiadmprf.cmd
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\csiadmprf.cmd to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\csiadmprf.cmd
    setting permissions: 700
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for CSI_TOP
    Executing script in InstantiateFile:
    e:\oracle\viscomn\admin\install\VIS_vanwin23\csiadmprf.cmd
    script returned:
    Sun 09/06/2009
    11:22 AM
    ECHO is off.
    ECHO is off.
    Sun 09/06/2009 11:22 AM
    ECHO is off.
    ECHO is off.
    Setting environment for using Microsoft Visual C++ tools.
    APPSORA.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : e:\oracle\visora\8.0.6"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : C:\VC6\msdev98\BIN;C:\VC98\BIN;C:\VC6\TOOLS\WINNT;C:\VC6\TOOLS;e:\oracle\visappl\au\11.5.0\bin;e:\oracle\visappl\fnd\11.5.0\bin;e:\oracle\visappl\ad\11.5.0\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;e:\oracle\visora\iAS\Apache\perl\5.00503\bin\MSWin32-x86\;e:\oracle\viscomn\util\unzip\unzip;e:\oracle\visora\8.0.6\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;C:\mksnt;C:\WINDOWS;C:\WINDOWS\system32"
    " LD_LIBRARY_PATH : e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\lib;e:\oracle\visora\8.0.6\lib;e:\oracle\visappl\cz\11.5.0\bin;e:\oracle\visora\8.0.6\lib"
    "Running SQL script "
    SQL*Plus: Release 8.0.6.0.0 - Production on Sun Sep 6 11:22:37 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    "Error returned while running csiadmprf.cmd"
    ERRORCODE = 3 ERRORCODE_END
    .end std out.
    .end err out.
    Processing DriverFile = e:\oracle\visappl\wip\11.5.0\admin\driver\wiptmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for WIP_TOP
    instantiate file:
    source : e:\oracle\visappl\wip\11.5.0\admin\template\wipadmprf.sql
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\wipadmprf.sql
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\wipadmprf.sql to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\wipadmprf.sql
    setting permissions: 600
    instantiate file:
    source : e:\oracle\visappl\wip\11.5.0\admin\template\wipadmprf.cmd
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\wipadmprf.cmd
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\wipadmprf.cmd to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\wipadmprf.cmd
    setting permissions: 700
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for WIP_TOP
    Executing script in InstantiateFile:
    e:\oracle\viscomn\admin\install\VIS_vanwin23\wipadmprf.cmd
    script returned:
    Sun 09/06/2009
    11:22 AM
    ECHO is off.
    ECHO is off.
    Sun 09/06/2009 11:22 AM
    ECHO is off.
    ECHO is off.
    Setting environment for using Microsoft Visual C++ tools.
    APPSORA.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : e:\oracle\visora\8.0.6"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : C:\VC6\msdev98\BIN;C:\VC98\BIN;C:\VC6\TOOLS\WINNT;C:\VC6\TOOLS;e:\oracle\visappl\au\11.5.0\bin;e:\oracle\visappl\fnd\11.5.0\bin;e:\oracle\visappl\ad\11.5.0\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;e:\oracle\visora\iAS\Apache\perl\5.00503\bin\MSWin32-x86\;e:\oracle\viscomn\util\unzip\unzip;e:\oracle\visora\8.0.6\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;C:\mksnt;C:\WINDOWS;C:\WINDOWS\system32"
    " LD_LIBRARY_PATH : e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\lib;e:\oracle\visora\8.0.6\lib;e:\oracle\visappl\cz\11.5.0\bin;e:\oracle\visora\8.0.6\lib"
    "Running SQL script "
    SQL*Plus: Release 8.0.6.0.0 - Production on Sun Sep 6 11:22:37 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    "Error returned while running wipadmprf.cmd"
    ERRORCODE = 3 ERRORCODE_END
    .end std out.
    .end err out.
    Processing DriverFile = e:\oracle\visappl\cse\11.5.0\admin\driver\csetmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for CSE_TOP
    instantiate file:
    source : e:\oracle\visappl\cse\11.5.0\admin\template\cseadmprf.sql
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\cseadmprf.sql
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\cseadmprf.sql to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\cseadmprf.sql
    setting permissions: 600
    instantiate file:
    source : e:\oracle\visappl\cse\11.5.0\admin\template\cseadmprf.cmd
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\cseadmprf.cmd
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\cseadmprf.cmd to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\cseadmprf.cmd
    setting permissions: 700
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for CSE_TOP
    Executing script in InstantiateFile:
    e:\oracle\viscomn\admin\install\VIS_vanwin23\cseadmprf.cmd
    script returned:
    Sun 09/06/2009
    11:22 AM
    ECHO is off.
    ECHO is off.
    Sun 09/06/2009 11:22 AM
    ECHO is off.
    ECHO is off.
    Setting environment for using Microsoft Visual C++ tools.
    APPSORA.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : e:\oracle\visora\8.0.6"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : C:\VC6\msdev98\BIN;C:\VC98\BIN;C:\VC6\TOOLS\WINNT;C:\VC6\TOOLS;e:\oracle\visappl\au\11.5.0\bin;e:\oracle\visappl\fnd\11.5.0\bin;e:\oracle\visappl\ad\11.5.0\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;e:\oracle\visora\iAS\Apache\perl\5.00503\bin\MSWin32-x86\;e:\oracle\viscomn\util\unzip\unzip;e:\oracle\visora\8.0.6\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;C:\mksnt;C:\WINDOWS;C:\WINDOWS\system32"
    " LD_LIBRARY_PATH : e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\lib;e:\oracle\visora\8.0.6\lib;e:\oracle\visappl\cz\11.5.0\bin;e:\oracle\visora\8.0.6\lib"
    "Running SQL script "
    SQL*Plus: Release 8.0.6.0.0 - Production on Sun Sep 6 11:22:38 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    "Error returned while running cseadmprf.cmd"
    ERRORCODE = 3 ERRORCODE_END
    .end std out.
    .end err out.
    Processing DriverFile = e:\oracle\visappl\eam\11.5.0\admin\driver\eamtmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for EAM_TOP
    instantiate file:
    source : e:\oracle\visappl\eam\11.5.0\admin\template\eamadmprf.sql
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\eamadmprf.sql
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\eamadmprf.sql to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\eamadmprf.sql
    setting permissions: 600
    instantiate file:
    source : e:\oracle\visappl\eam\11.5.0\admin\template\eamadmprf.cmd
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\eamadmprf.cmd
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\eamadmprf.cmd to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\eamadmprf.cmd
    setting permissions: 700
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for EAM_TOP
    Executing script in InstantiateFile:
    e:\oracle\viscomn\admin\install\VIS_vanwin23\eamadmprf.cmd
    script returned:
    E:\oracle\viscomn\admin\scripts\VIS_vanwin23>echo off
    Sun 09/06/2009
    11:22 AM
    ECHO is off.
    ECHO is off.
    Sun 09/06/2009 11:22 AM
    ECHO is off.
    ECHO is off.
    Setting environment for using Microsoft Visual C++ tools.
    APPSORA.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : e:\oracle\visora\8.0.6"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : C:\VC6\msdev98\BIN;C:\VC98\BIN;C:\VC6\TOOLS\WINNT;C:\VC6\TOOLS;e:\oracle\visappl\au\11.5.0\bin;e:\oracle\visappl\fnd\11.5.0\bin;e:\oracle\visappl\ad\11.5.0\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;e:\oracle\visora\iAS\Apache\perl\5.00503\bin\MSWin32-x86\;e:\oracle\viscomn\util\unzip\unzip;e:\oracle\visora\8.0.6\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;C:\mksnt;C:\WINDOWS;C:\WINDOWS\system32"
    " LD_LIBRARY_PATH : e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\lib;e:\oracle\visora\8.0.6\lib;e:\oracle\visappl\cz\11.5.0\bin;e:\oracle\visora\8.0.6\lib"
    "Running SQL script "
    SQL*Plus: Release 8.0.6.0.0 - Production on Sun Sep 6 11:22:39 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    "Error returned while running eamadmprf.cmd"
    ERRORCODE = 3 ERRORCODE_END
    .end std out.
    .end err out.
    Processing DriverFile = e:\oracle\visappl\imt\11.5.0\admin\driver\imttmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for IMT_TOP
    Processing DriverFile = e:\oracle\visappl\fte\11.5.0\admin\driver\ftetmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for FTE_TOP
    instantiate file:
    source : e:\oracle\visappl\fte\11.5.0\admin\template\fteadmprf.sql
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\fteadmprf.sql
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\fteadmprf.sql to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\fteadmprf.sql
    setting permissions: 600
    instantiate file:
    source : e:\oracle\visappl\fte\11.5.0\admin\template\fteadmprf.cmd
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\fteadmprf.cmd
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\fteadmprf.cmd to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\fteadmprf.cmd
    setting permissions: 700
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for FTE_TOP
    Executing script in InstantiateFile:
    e:\oracle\viscomn\admin\install\VIS_vanwin23\fteadmprf.cmd
    script returned:
    11:22 AM
    ECHO is off.
    ECHO is off.
    Sun 09/06/2009 11:22 AM
    ECHO is off.
    ECHO is off.
    Setting environment for using Microsoft Visual C++ tools.
    APPSORA.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : e:\oracle\visora\8.0.6"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : C:\VC6\msdev98\BIN;C:\VC98\BIN;C:\VC6\TOOLS\WINNT;C:\VC6\TOOLS;e:\oracle\visappl\au\11.5.0\bin;e:\oracle\visappl\fnd\11.5.0\bin;e:\oracle\visappl\ad\11.5.0\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;e:\oracle\visora\iAS\Apache\perl\5.00503\bin\MSWin32-x86\;e:\oracle\viscomn\util\unzip\unzip;e:\oracle\visora\8.0.6\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;C:\mksnt;C:\WINDOWS;C:\WINDOWS\system32"
    " LD_LIBRARY_PATH : e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\lib;e:\oracle\visora\8.0.6\lib;e:\oracle\visappl\cz\11.5.0\bin;e:\oracle\visora\8.0.6\lib"
    "Running SQL script "
    SQL*Plus: Release 8.0.6.0.0 - Production on Sun Sep 6 11:22:39 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    "Error returned while running fteadmprf.cmd"
    ERRORCODE = 3 ERRORCODE_END
    .end std out.
    The process tried to write to a nonexistent pipe.
    .end err out.
    Processing DriverFile = e:\oracle\visappl\ont\11.5.0\admin\driver\onttmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for ONT_TOP
    instantiate file:
    source : e:\oracle\visappl\ont\11.5.0\admin\template\ontadmprf.sql
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\ontadmprf.sql
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\ontadmprf.sql to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\ontadmprf.sql
    setting permissions: 600
    instantiate file:
    source : e:\oracle\visappl\ont\11.5.0\admin\template\ontadmprf.cmd
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\ontadmprf.cmd
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\ontadmprf.cmd to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\ontadmprf.cmd
    setting permissions: 700
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for ONT_TOP
    Executing script in InstantiateFile:
    e:\oracle\viscomn\admin\install\VIS_vanwin23\ontadmprf.cmd
    script returned:
    Sun 09/06/2009
    11:22 AM
    ECHO is off.
    ECHO is off.
    Sun 09/06/2009 11:22 AM
    ECHO is off.
    ECHO is off.
    Setting environment for using Microsoft Visual C++ tools.
    APPSORA.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : e:\oracle\visora\8.0.6"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : C:\VC6\msdev98\BIN;C:\VC98\BIN;C:\VC6\TOOLS\WINNT;C:\VC6\TOOLS;e:\oracle\visappl\au\11.5.0\bin;e:\oracle\visappl\fnd\11.5.0\bin;e:\oracle\visappl\ad\11.5.0\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;e:\oracle\visora\iAS\Apache\perl\5.00503\bin\MSWin32-x86\;e:\oracle\viscomn\util\unzip\unzip;e:\oracle\visora\8.0.6\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;C:\mksnt;C:\WINDOWS;C:\WINDOWS\system32"
    " LD_LIBRARY_PATH : e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\lib;e:\oracle\visora\8.0.6\lib;e:\oracle\visappl\cz\11.5.0\bin;e:\oracle\visora\8.0.6\lib"
    "Running SQL script "
    SQL*Plus: Release 8.0.6.0.0 - Production on Sun Sep 6 11:22:40 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    "Error returned while running ontadmprf.cmd"
    ERRORCODE = 3 ERRORCODE_END
    .end std out.
    .end err out.
    Processing DriverFile = e:\oracle\visappl\ar\11.5.0\admin\driver\artmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for AR_TOP
    instantiate file:
    source : e:\oracle\visappl\ar\11.5.0\admin\template\aradmprf.sql
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\aradmprf.sql
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\aradmprf.sql to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\aradmprf.sql
    setting permissions: 600
    instantiate file:
    source : e:\oracle\visappl\ar\11.5.0\admin\template\aradmprf.cmd
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\aradmprf.cmd
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\aradmprf.cmd to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\aradmprf.cmd
    setting permissions: 700
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for AR_TOP
    Executing script in InstantiateFile:
    e:\oracle\viscomn\admin\install\VIS_vanwin23\aradmprf.cmd
    script returned:
    Sun 09/06/2009
    11:22 AM
    ECHO is off.
    ECHO is off.
    Sun 09/06/2009 11:22 AM
    ECHO is off.
    ECHO is off.
    Setting environment for using Microsoft Visual C++ tools.
    APPSORA.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : e:\oracle\visora\8.0.6"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : C:\VC6\msdev98\BIN;C:\VC98\BIN;C:\VC6\TOOLS\WINNT;C:\VC6\TOOLS;e:\oracle\visappl\au\11.5.0\bin;e:\oracle\visappl\fnd\11.5.0\bin;e:\oracle\visappl\ad\11.5.0\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;e:\oracle\visora\iAS\Apache\perl\5.00503\bin\MSWin32-x86\;e:\oracle\viscomn\util\unzip\unzip;e:\oracle\visora\8.0.6\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;C:\mksnt;C:\WINDOWS;C:\WINDOWS\system32"
    " LD_LIBRARY_PATH : e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\lib;e:\oracle\visora\8.0.6\lib;e:\oracle\visappl\cz\11.5.0\bin;e:\oracle\visora\8.0.6\lib"
    "Running SQL script "
    SQL*Plus: Release 8.0.6.0.0 - Production on Sun Sep 6 11:22:40 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    "Error returned while running aradmprf.cmd"
    ERRORCODE = 3 ERRORCODE_END
    .end std out.
    .end err out.
    Processing DriverFile = e:\oracle\visappl\ahl\11.5.0\admin\driver\ahltmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for AHL_TOP
    instantiate file:
    source : e:\oracle\visappl\ahl\11.5.0\admin\template\ahladmprf.sql
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\ahladmprf.sql
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\ahladmprf.sql to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\ahladmprf.sql
    setting permissions: 600
    instantiate file:
    source : e:\oracle\visappl\ahl\11.5.0\admin\template\ahladmprf.cmd
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\ahladmprf.cmd
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\ahladmprf.cmd to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\ahladmprf.cmd
    setting permissions: 700
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for AHL_TOP
    Executing script in InstantiateFile:
    e:\oracle\viscomn\admin\install\VIS_vanwin23\ahladmprf.cmd
    script returned:
    Sun 09/06/2009
    11:22 AM
    ECHO is off.
    ECHO is off.
    Sun 09/06/2009 11:22 AM
    ECHO is off.
    ECHO is off.
    Setting environment for using Microsoft Visual C++ tools.
    APPSORA.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : e:\oracle\visora\8.0.6"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : C:\VC6\msdev98\BIN;C:\VC98\BIN;C:\VC6\TOOLS\WINNT;C:\VC6\TOOLS;e:\oracle\visappl\au\11.5.0\bin;e:\oracle\visappl\fnd\11.5.0\bin;e:\oracle\visappl\ad\11.5.0\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;e:\oracle\visora\iAS\Apache\perl\5.00503\bin\MSWin32-x86\;e:\oracle\viscomn\util\unzip\unzip;e:\oracle\visora\8.0.6\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;C:\mksnt;C:\WINDOWS;C:\WINDOWS\system32"
    " LD_LIBRARY_PATH : e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\lib;e:\oracle\visora\8.0.6\lib;e:\oracle\visappl\cz\11.5.0\bin;e:\oracle\visora\8.0.6\lib"
    "Running SQL script "
    SQL*Plus: Release 8.0.6.0.0 - Production on Sun Sep 6 11:22:41 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    "Error returned while running ahladmprf.cmd"
    ERRORCODE = 3 ERRORCODE_END
    .end std out.
    .end err out.
    Processing DriverFile = e:\oracle\visappl\ozf\11.5.0\admin\driver\ozftmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for OZF_TOP
    instantiate file:
    source : e:\oracle\visappl\ozf\11.5.0\admin\template\ozfadprf.sql
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\ozfadprf.sql
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\ozfadprf.sql to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\ozfadprf.sql
    setting permissions: 600
    instantiate file:
    source : e:\oracle\visappl\ozf\11.5.0\admin\template\ozfadprf.cmd
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\ozfadprf.cmd
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\ozfadprf.cmd to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\ozfadprf.cmd
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for OZF_TOP
    Executing script in InstantiateFile:
    e:\oracle\viscomn\admin\install\VIS_vanwin23\ozfadprf.cmd
    script returned:
    Sun 09/06/2009
    11:22 AM
    ECHO is off.
    ECHO is off.
    Sun 09/06/2009 11:22 AM
    ECHO is off.
    ECHO is off.
    Setting environment for using Microsoft Visual C++ tools.
    APPSORA.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : e:\oracle\visora\8.0.6"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : C:\VC6\msdev98\BIN;C:\VC98\BIN;C:\VC6\TOOLS\WINNT;C:\VC6\TOOLS;e:\oracle\visappl\au\11.5.0\bin;e:\oracle\visappl\fnd\11.5.0\bin;e:\oracle\visappl\ad\11.5.0\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;e:\oracle\visora\iAS\Apache\perl\5.00503\bin\MSWin32-x86\;e:\oracle\viscomn\util\unzip\unzip;e:\oracle\visora\8.0.6\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;C:\mksnt;C:\WINDOWS;C:\WINDOWS\system32"
    " LD_LIBRARY_PATH : e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\lib;e:\oracle\visora\8.0.6\lib;e:\oracle\visappl\cz\11.5.0\bin;e:\oracle\visora\8.0.6\lib"
    "Running SQL script "
    SQL*Plus: Release 8.0.6.0.0 - Production on Sun Sep 6 11:22:41 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    "Error returned while running ozfadprf.cmd"
    ERRORCODE = 3 ERRORCODE_END
    .end std out.
    .end err out.
    Processing DriverFile = e:\oracle\visappl\ies\11.5.0\admin\driver\iestmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for IES_TOP
    instantiate file:
    source : e:\oracle\visappl\ies\11.5.0\admin\template\cooper.cmd
    dest : e:\oracle\visappl\ies\11.5.0\admin\install\VIS_vanwin23\cooper.cmd
    backup : e:\oracle\visappl\ies\11.5.0\admin\install\VIS_vanwin23\cooper.cmd to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\cooper.cmd
    Processing DriverFile = e:\oracle\visappl\csd\11.5.0\admin\driver\csdtmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for CSD_TOP
    instantiate file:
    source : e:\oracle\visappl\csd\11.5.0\admin\template\csdadmprf.sql
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\csdadmprf.sql
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\csdadmprf.sql to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\csdadmprf.sql
    setting permissions: 600
    instantiate file:
    source : e:\oracle\visappl\csd\11.5.0\admin\template\csdadmprf.cmd
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\csdadmprf.cmd
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\csdadmprf.cmd to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\csdadmprf.cmd
    setting permissions: 700
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for CSD_TOP
    Executing script in InstantiateFile:
    e:\oracle\viscomn\admin\install\VIS_vanwin23\csdadmprf.cmd

  • Challan Mapping (TesmSe file not generated)

    Dear Expert's
    We are running PC00_M40_CMAP for challan mapping.
    Challan mapped succesfully and save  it also.
    But not generated TemSe file.
    After executing PC00_M40_F24Q challan detail is not coming.
    Please suggest me.
    Thanks & Regards
    Neelesh Sonkar

    Hi Neelesh,
    I am also facing the same problem that challan details are not appearing in form-16
    Could you please guide me the process to get challan deatils in Form_16
    It would be great if you send me the full process
    Awaiting for your response
    Thanks
    Cheera

Maybe you are looking for

  • Unable to install glassfish server in eclipse.

    I'm using WinXP SP3 Oracle Enterprise Pack for Eclipse (12.1.1.0.1) Downloaded the oepe-indigo-win32.zip from http://www.oracle.com/technetwork/developer-tools/eclipse/downloads/oepe-12111-1560492.html On the Servers tab, right click New > Server the

  • Itunes stopped working due to Data Execution Prevention

    my problem started... i had manually removed my older version of itunes n installed e updated version. after every thing is done.. i double-clicked on my shortcut of itunes, it came out with "itunes has stopped working, a problem caused to stop e pro

  • Image saturation diminished in saved pdf's

    Hi - any reason that I don't know of as to why the saturation in images that are saved as a pdf become so dull? They look perfect on the slide as a presentation, but the minute you export the presentation as a pdf the saturation and some of which are

  • Uploading a full site to BC.

    Hello, I have a site I created at school using HTML and CSS coding.  My next class has us using Dreamweaver which I'm already familiar with, but I want to upload the site I coded from scratch so I can show it off.  I was going to use one of my Busine

  • Airport express...pages not loading

    ok, so i pucrahcsed a new air port express station for travelling overseas. i am currently in brazil for a month and trying to utilize the station. where i am staying they have dsl, but it comes to the house via telephone cord..not coaxial...so they