EP5.0 Custom .par File Does Not Work in EP6.0 SP2

I have a .par file called CustomerSearch.par that is used in EP5.0, and I am now trying to get this .par file to work in EP6.0 SP2.  I noticed the directory structure changes, so my .par structure is this:
CustomerSearch.par
-->  portal-inf
portalapp.xml
lib
CustomerSearch.jar
TableViewExample.class
pagelet
TableView.jsp
I am getting the following error in the portal console logs when I try to access the component after I have uploaded the CustomerSearch.par file.  Does anyone have any suggestions?
Error Message
Jan 26, 2005 4:23:50 PM # Client_Thread_34 Fatal Exception ID:04:23_26/01/05_0019
com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Resource
Component : CustomerSearch.TableViewExample
Component class : TableViewExample
User : testUser
at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:858)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:389)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:462)
at com.sapportals.portal.prt.component.AbstractComponentResponse.include(AbstractComponentResponse.java:88)
at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:226)
at com.sapportals.portal.htmlb.page.JSPDynPage.doOutput(JSPDynPage.java:76)
at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:109)
at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:135)
at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:300)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:138)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:190)
at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:209)
at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:576)
at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:300)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:138)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:190)
at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:669)
at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:208)
at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:532)
at java.security.AccessController.doPrivileged(Native Method)
at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:415)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(InvokerServlet.java:126)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServlet.java:149)
at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServlet(ServletsAndJspImpl.java:833)
at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(RequestAnalizer.java:665)
at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:312)
at com.inqmy.services.httpserver.server.Response.handle(Response.java:173)
at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServerFrame.java:1229)
at com.inqmy.core.service.context.container.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:36)
at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
at java.security.AccessController.doPrivileged(Native Method)
at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
Caused by: com.sapportals.portal.prt.component.PortalComponentException: PortalComponentException
at com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPCompiler.run(JSPCompiler.java:123)
at com.sapportals.portal.prt.core.broker.JSPComponentItem.compileJSP(JSPComponentItem.java:224)
at com.sapportals.portal.prt.core.broker.JSPComponentItem.getComponentInstance(JSPComponentItem.java:86)
at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.service(PortalComponentItemFacade.java:338)
at com.sapportals.portal.prt.core.broker.PortalComponentItem.service(PortalComponentItem.java:817)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:385)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:462)
at com.sapportals.portal.prt.component.AbstractComponentResponse.include(AbstractComponentResponse.java:88)
at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:226)
at com.sapportals.portal.htmlb.page.JSPDynPage.doOutput(JSPDynPage.java:76)
at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:109)
at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:135)
at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:300)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:138)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:190)
at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:209)
at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:576)
at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:300)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:138)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:190)
at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:669)
at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:208)
at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:532)
at java.security.AccessController.doPrivileged(Native Method)
at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:415)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(InvokerServlet.java:126)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServlet.java:149)
at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServlet(ServletsAndJspImpl.java:833)
at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(RequestAnalizer.java:665)
at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:312)
at com.inqmy.services.httpserver.server.Response.handle(Response.java:173)
at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServerFrame.java:1229)
at com.inqmy.core.service.context.container.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:36)
at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
at java.security.AccessController.doPrivileged(Native Method)
at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
Caused by: com.sapportals.portal.prt.servlets_jsp.server.compiler.CompilingException: D:/usr/sap/EPD1/j2ee/j2ee_22/cluster/server/services/servlet_jsp/work/jspTemp/irj/root/WEB-INF/portal/portalapps/CustomerSearch/work/pagelet/_sapportalsjsp_TableView.java:39: cannot resolve symbol
symbol : class MyBean
location: package TableViewExample
TableViewExample.MyBean myBeanName = null;
^
D:/usr/sap/EPD1/j2ee/j2ee_22/cluster/server/services/servlet_jsp/work/jspTemp/irj/root/WEB-INF/portal/portalapps/CustomerSearch/work/pagelet/_sapportalsjsp_TableView.java:41: cannot resolve symbol
symbol : class MyBean
location: package TableViewExample
myBeanName = (TableViewExample.MyBean)pageContext.getAttribute("myBeanName", PageContext.APPLICATION_SCOPE);
^
D:/usr/sap/EPD1/j2ee/j2ee_22/cluster/server/services/servlet_jsp/work/jspTemp/irj/root/WEB-INF/portal/portalapps/CustomerSearch/work/pagelet/_sapportalsjsp_TableView.java:45: cannot resolve symbol
symbol : class MyBean
location: package TableViewExample
myBeanName = (TableViewExample.MyBean) Beans.instantiate(this.getClass().getClassLoader(), "TableViewExample.MyBean");
^
3 errors
at com.sapportals.portal.prt.servlets_jsp.server.compiler.JavaCompiler.compileExternal(JavaCompiler.java:439)
at com.sapportals.portal.prt.servlets_jsp.server.compiler.JavaCompiler.compile(JavaCompiler.java:539)
at com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPParser.parse(JSPParser.java:2140)
at com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPCompiler.compile(JSPCompiler.java:76)
at com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPCompiler.run(JSPCompiler.java:118)
at com.sapportals.portal.prt.core.broker.JSPComponentItem.compileJSP(JSPComponentItem.java:224)
at com.sapportals.portal.prt.core.broker.JSPComponentItem.getComponentInstance(JSPComponentItem.java:86)
at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.service(PortalComponentItemFacade.java:338)
at com.sapportals.portal.prt.core.broker.PortalComponentItem.service(PortalComponentItem.java:817)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:385)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:462)
at com.sapportals.portal.prt.component.AbstractComponentResponse.include(AbstractComponentResponse.java:88)
at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:226)
at com.sapportals.portal.htmlb.page.JSPDynPage.doOutput(JSPDynPage.java:76)
at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:109)
at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:135)
at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:300)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:138)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:190)
at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:209)
at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:576)
at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:300)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:138)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:190)
at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:669)
at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:208)
at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:532)
at java.security.AccessController.doPrivileged(Native Method)
at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:415)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(InvokerServlet.java:126)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServlet.java:149)
at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServlet(ServletsAndJspImpl.java:833)
at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(RequestAnalizer.java:665)
at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:312)
at com.inqmy.services.httpserver.server.Response.handle(Response.java:173)
at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServerFrame.java:1229)
at com.inqmy.core.service.context.container.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:36)
at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
at java.security.AccessController.doPrivileged(Native Method)
at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
[email protected]7 #
TableViewExample.java Code
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.ResultSetMetaData;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.Vector;
import com.sapportals.htmlb.InputField;
import com.sapportals.htmlb.event.Event;
import com.sapportals.htmlb.event.TableNavigationEvent;
import com.sapportals.htmlb.page.DynPage;
import com.sapportals.htmlb.page.PageException;
import com.sapportals.htmlb.table.DefaultTableViewModel;
import com.sapportals.htmlb.table.TableView;
import com.sapportals.htmlb.table.TableViewModel;
import com.sapportals.portal.htmlb.page.JSPDynPage;
import com.sapportals.portal.htmlb.page.PageProcessorComponent;
import com.sapportals.portal.prt.component.*;
public class TableViewExample extends PageProcessorComponent
     /* (non-Javadoc)
@see com.sapportals.portal.htmlb.page.PageProcessorComponent#getPage()
     public DynPage getPage()
          return new MyDynPage();
     public class MyDynPage extends JSPDynPage
          //variables
          private int visibleRow = 1;
          public String search;
          public String state = "0";
          MyBean myBean;
          /* (non-Javadoc)
@see com.sapportals.htmlb.page.DynPage#doInitialization()
          //Get Context and Initialize Bean
          public void doInitialization() throws PageException
               IPortalComponentRequest request = (IPortalComponentRequest) this.getRequest();
               IPortalComponentContext myContext = request.getComponentContext();
               IPortalComponentProfile myProfile = myContext.getProfile();
               IPortalComponentProfile userProfile = request.getComponentContext().getProfile();
               MyBean myBean = new MyBean();
               myBean.setText("");
               myProfile.putValue("myBeanName", myBean);
          /* (non-Javadoc)
@see com.sapportals.htmlb.page.DynPage#doProcessAfterInput()
           //Called Directly After The Data Was Submitted
          public void doProcessAfterInput() throws PageException
               //Get the Bean Object
               IPortalComponentRequest request = (IPortalComponentRequest) this.getRequest();
               IPortalComponentContext context = request.getComponentContext();
               IPortalComponentProfile profile = context.getProfile();
               //Get the Account Info Input Field
               InputField myInputField = (InputField) getComponentByName("account_input");
               if( myInputField != null )
                    search = myInputField.getValueAsDataType().toString();
               myBean = (MyBean) profile.getValue("myBeanName");
               myBean.setAccount(search);
               myBean.MyBeanModel();
               state = myBean.state;
               if( state == "1" )
                    //get the selected row / rows
                    //get the tableView by getComponentByName
                    TableView table = (TableView) this.getComponentByName("myTableView");
                    //Get the first visible row
                    int firstVisibleRow = table.getVisibleFirstRow();
                    //Get the last visible row
                    int lastVisibleRow = table.getVisibleLastRow();
                    //which of the visible rows was selected
                    StringBuffer strBuff = new StringBuffer();
                    for( int i = firstVisibleRow; i <= lastVisibleRow; i++ )
                         if( table.isRowSelected(i) )
                              strBuff.append("Row: " + i + " : ");
          /* (non-Javadoc)
@see com.sapportals.htmlb.page.DynPage#doProcessBeforeOutput()
          //Called Directly Before Output - Last Called Function
          public void doProcessBeforeOutput() throws PageException
               //set the jsp to load
               this.setJspName("TableView.jsp");
          //Called If The Navigation Event Was Send
          //The JSP has set the navigation mode byline so the user can navigate
          //line by line, page up and down, first and last entry
          public void onNavigation(Event event)
               if( state == "1" )
                    //Navigation - get the event to recover the actual position
                    TableNavigationEvent tne = (TableNavigationEvent) event;
                    //With the event the method getFirstVariableRowAfter() can be used
                    //which gives the acutal position (after the event)
                    this.visibleRow = tne.getFirstVisibleRowAfter();
                    if( myBean != null )
                         //just for the first time, when there is no bean
                         //set the new visibleRow
                         myBean.setVisibleRow(new Integer(this.visibleRow).toString());
          public void onSendButtonClicked(Event event) throws PageException
               IPortalComponentRequest request = (IPortalComponentRequest) this.getRequest();
               IPortalComponentContext context = request.getComponentContext();
               IPortalComponentProfile myProfile = context.getProfile();
               IPortalComponentProfile userProfile = request.getComponentContext().getProfile();
               myBean = (MyBean) myProfile.getValue("myBeanName");
               state = "1";
               myBean.setState("1");
               myProfile.putValue("myBeanName", myBean);
     public class MyBean
          //Properties
          public DefaultTableViewModel model;
          private String visibleRow = "1";
          private String text;
          private String account;
          private String state = "0";
          private String searchType;
          //get/set account
          public void setAccount(String account)
               this.account = account;
          public String getAccount()
               return this.account;
          //get/set state
          public void setState(String state)
               this.state = state;
          public String getState()
               return this.state;
          //get/set model
          public void setModel(DefaultTableViewModel model)
               this.model = model;
          public TableViewModel getModel()
               return this.model;
          //get/set Text for status messages
          public void setText(String text)
               this.text = text;
          public String getText()
               return this.text;
          //get/set VisibleRow for tableView
          public void setVisibleRow(String visibleRow)
               this.visibleRow = visibleRow;
          public String getVisibleRow()
               return this.visibleRow;
          //get/set SearchType
          public void setSearchType(String searchType)
               this.searchType = searchType;
          public String getSearchType()
               return this.searchType;
          //Create Table View Model
          public void MyBeanModel()
               model = this.createNewTable(model);
               //Set Table Text
               if( model.getRowCount() > 0 )
                    this.setText("Customer Information Found For: " + this.getSearchType());
               else
                    this.setText("No Records Found For Account: " + this.getAccount());
          //Create Data For A DefaultTableViewModel By Using Vector
          private DefaultTableViewModel createNewTable(DefaultTableViewModel model)
               //Get a vector with a filled up data array
               Vector data = null;
               try
                    data = doGet();     
               catch( ClassNotFoundException e )
                    e.printStackTrace();
               //Get a new vector for the titles
               Vector colName = new Vector();
               colName.addElement("NUMBER");
               colName.addElement("CUSTOMER NAME");
               colName.addElement("PHONE");
               colName.addElement("STREET");
               colName.addElement("CITY");
               colName.addElement("STATE");
               colName.addElement("ZIP");
               model = new DefaultTableViewModel(data, colName);
               return model;
          //Method will execute SQL string with search parameter on the database
          public Vector doGet() throws ClassNotFoundException
               Statement stmt = null;
               Vector myVector = new Vector();
               try
                    //Load the sun jdbc-odbc bridge driver
                    DriverManager.registerDriver (new oracle.jdbc.OracleDriver());
                    String dbUrl = "jdbc:oracle:oci8:@testX003";
                    Connection con = DriverManager.getConnection(dbUrl, "test", "test");
                    //Create a statement to submit SQL statements to the driver
                    stmt = con.createStatement();
                    String query = "select PAYER_NUM, PAYER_CUST_NAME, PAYER_PHONE_NUM_1 " +
                                      "PAYER_STR_ADDR, PAYER_CITY_NAME, PAYER_ST_ABBR, PAYER_ZIP_CD " +
                                      "from CUST_PAYER where PAYER_NUM = " + this.getAccount() + "";
                    this.setSearchType("Payer Search");
                    ResultSet rs;
                    rs = stmt.executeQuery(query);
                    ResultSetMetaData rsmd = rs.getMetaData();
                    //Get number of columns
                    int numCols = rsmd.getColumnCount();
                    if( numCols == 0 )
                         query = "select SLDTO_NUM, SLDTO_CUST_NAME, SLDTO_PHONE_NUM_1 " +
                                   "SLDTO_STR_ADDR, SLDTO_CITY_NAME, SLDTO_ST_ABBR, SLDTO_ZIP_CD " +
                                   "from CUST_PAYER where SLDTO_NUM = " + this.getAccount() + "";
                         this.setSearchType("SoldTo Search");
                         rs = stmt.executeQuery(query);
                    myVector = createData(rs);
                    //Close ResultSet
                    rs.close();
                    //Close Statement
                    stmt.close();
                    //Close Connection
                    con.close();
               catch( SQLException ex)
                    this.account = ex.getMessage();
               return myVector;
          //This method pulls the database selection results and places them into vectors
          private Vector createData(ResultSet res) throws SQLException
               //Get the metadata infro
               ResultSetMetaData rsmd = res.getMetaData();
               //Get number of columns
               int numCols = rsmd.getColumnCount();
               String checkVal;
               //Loop through the result set and load rows of data into Vector
               Vector dataVec = new Vector();
               Vector retVector = new Vector();
               int k = 0;
               while( res.next() )
                    k++;
                    for( int i = 1; i

Hi Bernhard,
nice to hear that we resolve the problem
> Karstens answer solved my base problem,
> Detlevs answer lead into the right direction.
Not that I've that need for points...
It's just the question why my answer (if you follow the link, my answer was: delete two lines, from which one is essential to be deleted) only "lead into the right direction"... In fact, it solved the base problem, I would claim for me
To give the technical background: If your write
<property name="ComponentType" value="jspnative"/>
the portal runtime expects a component consisting of a native JSP; the second directive -
<property name="JSP" value="pagelet/InitialPage.jsp"/>
- for this case tells where to find this JSP. So if you delete the first line, <i>at least</i> the second line has no sense anymore. To clean up such a portalapp.xml, it just makes sense also to delete the second line.
Best regards
Detlev

Similar Messages

  • Par file does not show up in iView

    Hi,
    I created a small project and exported as PAR file via system admin -> support ->   admin console -> portal runtime -> upload .
    The file is loaded into the server but when I go to create a iView based on this PAR file my PAR file does not show up as an available option. Am i doing something wrong or missing a step?
    thanks
    Salim

    https://www.sdn.sap.com/irj/sdn/collaboration
    Please find the new link.
    Thanks
    Subramanya

  • MDT - Custom Reference Image does not work with Task Sequence, normal Windows 7 Enterprise Iso media works fine.

    Hi,
    Our MDT server is acting strange!
    I have previously had this system running without problem - i could both capture and deploy computers as is and no changes have been made to mdt.
    But my latest capture does not work. When i capture my reference maching in my VM environment it completes without errors and i can import the latest wim file.
    When i deploy the tast sequence, it install the custom Wim image, but it ends up with "login" screen as the administrator i have entered for the capture/deploy sequence, but it goes to stop at this point and applications is not installed.
    If i change the ISO in the task sequence under Install OS step, to a clean Win7 install media then the capture completes and install applications.
    I have also tried to:
    Capture reference without password
    Capture reference without Windows updates
    Customsettings.ini, bootstrap, BDD.log and SMSTS.log to be found here: https://onedrive.live.com/redir?resid=ED5029A20300B814!365&authkey=!AALV1b2ubD0laEE&ithint=folder%2cini
    Hope you will be able to assist,
    Regards,
    Anders

    if you have noticed your smsts.log, there is same error multiple - 
    Executing in non SMS standalone mode. Ignoring send a task execution status message request
    TSManager 1/23/2015 12:50:37 PM
    1656 (0x0678)
    User did not specify local data drive TSManager
    1/23/2015 12:50:37 PM 1656 (0x0678)
    Volume A:\ is not a fixed hard drive TSManager
    1/23/2015 12:50:37 PM 1656 (0x0678)
    Volume D:\ is not a fixed hard drive TSManager
    1/23/2015 12:50:37 PM 1656 (0x0678)
    Volume X:\ is not a fixed hard drive TSManager
    1/23/2015 12:50:37 PM 1656 (0x0678)
    Volume Z:\ is not a fixed hard drive TSManager
    1/23/2015 12:50:37 PM 1656 (0x0678)
    TSM root drive = TSManager
    1/23/2015 12:50:37 PM 1656 (0x0678)
    We do not find an available volume to store the local data path
    TSManager 1/23/2015 12:50:37 PM
    1656 (0x0678)
    Set a global environment variable _SMSTSNextInstructionPointer=1
    TSManager 1/23/2015 12:50:37 PM
    1656 (0x0678)
    Set a TS execution environment variable _SMSTSNextInstructionPointer=1
    TSManager 1/23/2015 12:50:37 PM
    1656 (0x0678)
    Set a global environment variable _SMSTSInstructionStackString=0
    TSManager 1/23/2015 12:50:37 PM
    1656 (0x0678)
    Set a TS execution environment variable _SMSTSInstructionStackString=0
    TSManager 1/23/2015 12:50:37 PM
    1656 (0x0678)
    Save the current environment block TSManager
    1/23/2015 12:50:37 PM 1656 (0x0678)
    pszPath[0] != L'\0', HRESULT=80070057 (c:\qfe\nts_sms_fre\sms\framework\core\ccmcore\path.cpp,58)
    TSManager 1/23/2015 12:50:37 PM
    1656 (0x0678)
    Filesystem::Path::Add(sEnvPath, EnvDataFileName, sEnvPath), HRESULT=80070057 (e:\nts_sms_fre\sms\framework\tscore\environmentlib.cpp,639)
    TSManager 1/23/2015 12:50:37 PM
    1656 (0x0678)
    Failed to save environment to  (80070057)
    TSManager 1/23/2015 12:50:37 PM
    1656 (0x0678)
    TS::Environment::SharedEnvironment.saveEnvironment(szPath), HRESULT=80070057 (e:\nts_sms_fre\sms\client\tasksequence\executionengine\executionenv.cxx,842)
    TSManager 1/23/2015 12:50:37 PM
    1656 (0x0678)
    Failed to save the current environment block. This is usually caused by a problem with the program. Please check the Microsoft Knowledge Base to determine if this is a known issue or contact Microsoft Support Services for further assistance.
    The parameter is incorrect. (Error: 80070057; Source: Windows)
    TSManager 1/23/2015 12:50:37 PM
    1656 (0x0678)
    SaveEnvironment(), HRESULT=80070057 (e:\nts_sms_fre\sms\client\tasksequence\executionengine\executionenv.cxx,420)
    TSManager 1/23/2015 12:50:37 PM
    1656 (0x0678)
    Failed to persist execution state. Error 0x(80070057)
    TSManager 1/23/2015 12:50:37 PM
    1656 (0x0678)
    Failed to save execution state and environment to local hard disk
    TSManager 1/23/2015 12:50:37 PM
    1656 (0x0678)
    Start executing an instruciton. Instruction name: Gather local only. Instruction pointer: 1
    TSManager 1/23/2015 12:50:37 PM
    1656 (0x0678)
    Set a global environment variable _SMSTSCurrentActionName=Gather local only
    TSManager 1/23/2015 12:50:37 PM
    1656 (0x0678)
    Set a global environment variable _SMSTSNextInstructionPointer=1
    TSManager 1/23/2015 12:50:37 PM
    1656 (0x0678)
    what about the mass storage driver in your boot image, is it updated?
    Md.Waseem Please remember to click “Mark as Answer” on the post that helps you. Thank you.

  • "Always ask me where to save files" does not work.

    Summary: The "Always ask me where to save files" feature does not work. No dialog box comes up, apparently because the browser is stuck on a bad old read-only lastDir location, in a prefs.js file that I can't edit.
    Details:
    I am using Firefox 30.0 on Mac OS 10.6.8. My Mac has a both a read/write Mac partition that I use most of the time, and a bootcamp Windows partition drive ("C"), which I can read but not write to.
    At some point I accidentally tried to download a file from a site, using Firefox, to the read-only Windows C drive. Ever since that time, I have not been able to download any files from Firefox, except to the firefox/downloads folder. This is inconvenient. If, in preferences, I try to set downloads to ""Always ask me where to save files", the dialog box does not come up when I actually try to save files. This problem does not apply to saving photos by right-clicking them.
    If I open, in text-edit, mozilla/firefox/profiles/t4vockvue.default/prefs.js, which was saved yesterday, I can see a problematic line. It reads:
    user_pref("browser.download.lastDir", "C:\\Documents and Settings\\[etcetc]");
    C:\\Documents and Settings\\[etcetc] being the read-only windows directory.
    This prefs.js is apparently not an editable file.
    I tried to fix this by opening a browser tab in Firefox and opening about:config. The editable browser.download.lastDir does NOT show the same "lastDir"....it shows some directory that I successfully downloaded photos to, by right-clicking on a photo.
    How can I fix this problem?
    Thanks.

    To confirm which profile folder is active when you are running Firefox, it is easiest to open it from inside Firefox as follows:
    Sometimes the file that stores the customizations becomes corrupted and fails to update properly at the end of your session. You can rename the file and customize from scratch.
    * "3-bar" menu button > "?" button > Troubleshooting Information
    * (menu bar) Help > Troubleshooting Information
    In the first table on the page, click the "Show in Finder" button (Windows: "Show Folder" button).
    Hopefully you are using a separate profile folder on each OS.

  • Link in pdf-file does not work on Ipad

    With my site www.bartkuijer.nl I offer visitors the free possibility to see (and download) sheetmusic, from music written by me. These are pdf-files. But they can not only SEE the sheetmusic; the music on that pdf-files can also be PLAYED. That's done bij clicking on a link in that pdf-file to a mp3-file of the music on my site.
    This works fine on a pc. When I try this on the Ipad of my wife it DOES NOT WORK!
    So my question is: how come? And what to do to make this work also fine on an Ipad.
    This is important for me, because I want this sheetmusic to place as Ipad-apps for free.

    It works!
    But not with a pdf-file. The Ipad does not recognize links in a pdf-file.
    Te solution is found by making a htm-file with emdedding a quicktime-player and images of the music. This is my first Ipad product. On a pc the player starts immediately; on the Ipad it has to be started.
    Now I have to work on a solution to change this to an app

  • Hyperlink to a music file does not work, Am I doing it incorrectly?

    Hello there. I am a composer, trying to add all my music samples to the website. I created a title of one of the music samples, then hyperlinked it to that corresponding music file (mp3), so, when you click on that title, it links it to THAT music file. But, it does not work when I click on the link. If I assign the link to another page for example, the link works. What am I doing wrong here. Or is this not possible? I would hate to have a whole list of music files on one page, especially with that "add image here" box on every one of them.
    Any help would be greatly appreciated. Thanks

    The file has to be uploaded to your server and then linked to as an external page using the Inspector/Link/Hyperlink pane with the option to open in a new window.
    You'll get the same effect as with the music example in this demo page but with a full sized window instead of a smaller one: Opening Item in a New, Precisely Sized Window.
    This method would let you add the links to all of your songs to one page. Or you could use a music jutebox for those songs like Roddy has on his iWeb for Musicians site:
    Jukebox Alive
    Juke It Jukebox
    This would reduce your site size considerably. But all these methods require you to upload the audio files to the server and link to them there.

  • Some Flash files does not work in the Portal

    Hi,
    Anybody know why I have problems viewing some flash files in Content Management in the portal?
    The file extention is .swf
    I have a number of files. All of them works locally. When uploading them, there are a few of them that does not work.
    They can simply not be showed. Not in JSP and not by clicking on them. Very strange.

    Hi Flemming,
    this could be a compression problem. Try to disable output compresssion for .swf files and the corresponding mime type 'application/x-shockwave-flash'. Click <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/ad/08d52d6d95864492a6a5931bb62716/frameset.htm">here</a> for more information how to disable compression.
    Regards, Roland
    PS: disabling compression for .swf is no performance problem, because they are already compressed.

  • Call-Off and Forecast Excel-File does not work anymore?

    The Excel-file e-mail sent does not work any more (Excel says: "The following system error occured: .") when opened with Microsoft Office 2010, which I have on my new
    computer with Windows 7 Professional x64.
    The file is quite important for checking order and forecast quantities retrieved via OLAP-task from 101AS.
    Many thanks in advance for your help.
    ICT ASKNW
    PS: When i use Excel 2007 all work fine. But when i clean Install Excel 2010 it wont work anymore. So but when i upgrade 2007 to 2010 it still working? Can it be true that a
    file of the 2007 Edition is missing on 2010? Thanks for your help!

    Hi Sir,
    Would you like to share us the whole error message? The following system error occured:... We need it to check the issue.
    If you have any update, please feel free let us know.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Hp 6700 option to scan to single file or multiple files does not work-scans to single files only

    Cannot find a way  to scan multiple documents to a single file.  The option on the Scan function does not work!

    Hi @apdamw 
    Have you tried saving the scanned pages as a PDF? When you choose PDF in the format option, you will see the option to choose save all pages to a single file, or create a seperate file for each scanned page. Depending on what option you see, you will need to tick or untick the option.
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

  • 'GetInfo' file does not work!

    Hey Folks,
    I have a strange problem...
    I have just migrated on a PPC-G5 from an Intel processor Mac (I have used the migration assistant utility) and the 'GetInfo' file doesn't work. I cannot have access to any file informations.
    The most surprising thing is this problem happens under my account only. There is 2 account on the computer and the 'GetInfo' works fine when I am logged-in under the second account.
    Do some one have an idea?
    Thanks for your help,
    Arnaud

    The thing is I have migrated from a (slow) MacIntel to a (fast) PPC-G5, and not the opposite. The 'Get Info' file function does not work...
    The same rules apply. Migration Assistant migrates wholesale lots of elements of the operating system. You'll be finding a needle in a haystack trying to find the right thing that doesn't belong.
    Your best bet is to erase and install the operating system that came with the G5, and restore piecemeal the documents and applications which will run on a G5.
    A MacIntel should not be slow, unless you depend a lot on old PowerPC applications that require G5 or G4 power. MacIntels may require more RAM as well.
    Unfortunately the differences between CPUs are great enough that plugins and drivers simply don't transfer over well when done by the Migration Assistant.

  • Purchased file does not work!

    I have just recently purchased The Ricky Gervais Show Season 1 and it came in 3 parts and part 1 does not work, the other 2 work fine.
    I have tried authorizing the computer again but still only part 2 and 3 play on iTunes/iPod.
    If I could get some help on this matter I would be very thankful
    Thanks
    Chris Wilson
    P.S. I used a gift card to purchase this item

    What exactly do they do? Just not play? Give an error message? Skip? Ask you to authorize the files? Give as detailed of an explanation of the issue as possible so we can know where to start.
    This may help:
    Troubleshooting iTunes for Windows video playback performance issues
    http://www.info.apple.com/kbnum/n303706

  • Swf file does not work from InDesign

    I am not sure if this is a Flash or InDesign question, so i will post on both..
    I am trying to embed an “animated” swf file (that was created in flash) into an InDesign layout and then export the InDesign layout to swf. in the resulting html file my navigation works ok but the swf file does not play “animate” when viewed in html or flash. It only shows up as a graphic. 
    I have tried exporting the ID file to xfl and bringing it into flash but then none of my animation works. What am I doing wrong?
    any help would be appreciated.
    thanks
    mattG

    You´re doing nothing wrong. SWF export of InDesign CS4 doesn´t support any media files. You can place videos, sounds and animations into indesign layout, but if you export to SWF, they won´t work in resulting SWF. They work in interactive PDF.
    And you can export your basic layout to Flash CS4 by using XFL export and import those media elements in Flash, but that may be quite a job. I have been strugled a lot with that method. My files used to go really messy when I open them in Flash.

  • BugsEye iView does not work in EP6.0 sp10

    Hello,
    We are using SRM and we also want to use BugsEey but the iView does not work. When i ask a preview i get the following error message.
    <i>Could not find portal application PDKSystem</i>
    Is there anybody who can help me to solve this
    Thanks
    Kurt

    Hi Kurt,
    did you change the URL in the BugsEye iView?
    To do that, open the mySAP SRM: Content Management folder, right click the BugsEye ECM iView and choose Edit -> Object. In the Property Category drop down menue select Show all. Search for the Content Link property.
    The default is something like http://<server>:<port>/DemoCat/servlet/BugsEyeSAP?cmd=login&...
    Change this link to your URL (in my case it was something like http://reg/servlet/BugsExeSAP?cmd=login&...) If you don't know which link to use, call your SRM admin to give you the exact URL; after that you should control your link by calling it directly in the browser. If it works, change the URL in your iView.
    Hope that helps,
    Frank

  • Rule created to monitor a single line entries in a text.log file does not work

    Hi All,
    I have this strange issue. I created a script which generates .log file and i have configured a rule to monitor it. Whenever the .log is altered the alert does not come at all in SCOM 2012 R2.
    I want this alert to be raised when one specific line in the center is altered from LISTENING to NOT LISTENING.
    I have configured it. It triggered a alert for the first time and again it did not trigger at all.
    I created this rule and disabled it and overrided the value to true only to the MS acting as the watcher for this log file.
    The log file generates in the local drive of the MS itself.
    Changed the log watcher to a different server and also mentioned the application data source to a network location when the watcher was changed so it can pull the log accordingly.
    The log is generated in the MS itself. Tried using both local location where the log is located as well as converted the same to a network location still didn't help.
    C:\Port_checker is the directory where the .log file is located also there is no other log file present only 1.
    I also changed the parameters such as "Contains, Wildcard matches etc but nothing worked.
    Screenshots:
    2. 
    The SCOM Action account has Full permissions on all servers over the entire forest itself.
    Target used to create this rule is "Windows server operating system"
    Can any one help me please.
    Gautam.75801

    Since you have a script that updates a file line from "LISTENING" to "NOT LISTENING"
    you might want to try and configure a Two State Script Unit Monitor rather then a rule. So your script just need to check say every 5 minutes the content of the log file and generate an alert when it matches "Not Listening" and clear when
    it changes to "listening".
    http://www.systemcentercentral.com/wp-content/uploads/2009/04/HOW-TO_2-state_ScriptMonitor.pdf
    Cheers,
    Martin
    Blog:
    http://sustaslog.wordpress.com 
    LinkedIn:
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • DMS Connector to Portal Issue – PDF files does not work

    I have a general issue regarding PDF files from DMS, these files are all defect when opened through the portal (works fine through backend access), but other document types works fine (like .doc;.ppt, *.xsl etc..).
    It is possible to download the file to your local pc, but still the same error occurs.
    When Adobe Reader opens a info box shows “The file is damaged and could not be repaired”.
    I have tried to update Acrobat Reader without any luck.      
    Any ideas on how to solve this issue?
    Thanks in advance
    John

    I will never understand why but in the end I rebuilt my 32 bit dell laptop from scratch and the pdf files can now be searched.
    I cannot search them on a mapped drive as I was able to with Windows XP because now they must be indexed and windows 7 will seems not to allow a mapped location to be indexed which must be done to make the pdf files searchable so I have had to move the files to the local drive.
    My Windows 7 64 bit systems can search the mapped drives just fine without needing to be indexed. Again I will never understand why this works and the 32 bit machine does not.

Maybe you are looking for

  • How to send a picture in pdf file when it is in jpeg file

    how do I send an attachment in PDF file when it is now in jpeg file. I want to send this attachment in an email.

  • Audio input device missing since repairing permissions?

    Help! I advised my husband to repair permissions on his macbook today so he did and now he's angry with me because one of his audio input devices is no longer showing up in system preferences. It's something called a "firebox" and he uses it to recor

  • Fact column without aggrigation at rpd level is  showing error in report

    Hi, in my repository fact table is there "service request". in that fact i have created one column and i havent given aggrigation. And i havent given levels also. But if i create report by using this column, it is throwing error. how to create messur

  • Unplanned delivery costs in FB60

    Hello friends, We are on release ECC 5.0. Is there a field for Unplanned delivery costs in FB60 like there is for MIRO?  If no, how are things such as freight charges handled in FB60?  Are they done through a direct posting to a freight G/L account?

  • New EJB 2.0 Persistence Engine Supports WLS 6.1

    ObjectFrontier today made available its latest version of FrontierSuite. FrontierSuite is a powerful JCA compliant persistence engine and a Model Driven Architecture (MDA) based platform for designing, developing and deploying both Java and J2EE appl