Exporting iView as .PAR

Hi all,
I'm trying to export an iView of an ESS business package from the portal onto my local pc as an .PAR file. Reason being to import this .PAR file into Netweaver Developer Studio(NWDS) to customize.
I know Transport is 1 way to export it out. However, Transport could only save it as an .EPA file, which I cannot load into NWDS. Could anyone pls enlighten me on how to go about doing it? Thanks in advance!

Hi Zhenmin,
    You cannot modify the ESS iView by importing the PAR file and customize using NWDS, as it is developed using webdynpro and not portal component so u have to use NWDI to customize the ESS business package.
Refer my blog on,
  <a href="https://weblogs.sdn.sap.com/pub/wlg/7177">ESS/MSS Customization</a>
Hope it Helps,
Regards,
Vinoth.M

Similar Messages

  • Cannot create iView from PAR file

    I am trying to create an iView from PAR file. But when I select the option,
    "Portal component - create an iView from a portal component contained in a deployed portal archive (PAR) file"
    and click next, I get the following error.
    Error______________________________________
    Step 1:  Portal Archive Selection
    No templates to display. You are not assigned to any existing templates.
    I have portal_configurator and developer roles assignmed to myself. Which other role do I need? I cannot get admin role.
    Note: Other users with admin roles can create iViews.

    Hi
    What is your portal version details ?
    In EP 7.0 you do not have the option -- New From PAR.
    So to create IView from Par, you should select the option New --> IView and then there will be an option to select par file.
    Otherwise
    1.Check if your par file is deployed on server.
    2. Check the portalapp.xml, if you have configured your components properly.
    Cheers
    Chinmaya
    reward for helpful answers

  • Accessing properties of some other iView through PAR

    Hello Everybody!
    Can anybody tell me how to access properties of other iViews in my PAR code?
    Suppose i have created a PAR file and i want to access some properties of an iView which are made out of some other PAR or may be out of the box. I want to use the other iViews properties in my current new iView. may be i will have to give the PCD Id of the iView and the property name which i want to access..
    Can this be done? if yes then how?
    Urgent help will he appreciated
    Regards
    Gaurav

    Hi Prakash,
    I had tried to change the property by using
    iprofile.setAttributeValue("TCode","VA01");
    iprofile.store();
    but it is not getting reflected in the iview,the iview is running the same TCode described during its creation.
    any other things to be made.
    my requirment is not to change for ever the property .change has to reflect only to the particular user for his session.
    thanks,
    -Krishna

  • Regarding  exporting a  Par file from  NWDS.

    HII...
    I have a problem regarding the exporting a par file from NWDS. when i created any projectt my project is succesfully deployed but . it is not visible when i create any iview from par.
    pls check this steps , perhaps i am missing any steps , or i m deploying it in wrong manner.
    suppose i have to change the masthead brand image.
    steps r .
    1. download a par file.
    2. do the changes in headerview.jsp file.
    3. add the image in img folder.
    4. add the jar file in lib folder.
    5. save and  quick par upload.
    MY server settings r correct . but i dont know why  my project is not in the list.
    thanks..

    Hi,
    You will have the par file directly under your project folder where also your .classpath and .project files exist. Also check them from windows explorer.
    Without a par file, you cannot deploy your project on the server.
    To create par file check this:
    http://help.sap.com/saphelp_nw70/helpdata/EN/96/df7f409cd50a1ae10000000a155106/frameset.htm
    Once you export the par file, you should see this par directly under your project folder.
    If this is not there, then it is a problem in your NWDS.
    Let me know the version of NWDS you are using.
    Regards,
    Praveen Gudapati

  • Unable to find par file in the list in EP 7.0 when i export form NWDS

    Hi All,
    Can any one help me regarding that.
    i upload one par file through NWDS by using export.after that when i going to create one iview from par.in the PAR list my par file is not display.
    but the par file is avilable is the PCD.
    can any one suggest me regarding this issue.
    thanks & regards
    chitta ranjan bej
    portal devloper
    EDS-Gems

    Hi,
    go to System Administration -->Support --> Browse Deployment and browse to the directory ROOT/WEB-INF/deployment/temp
    locate the corresponding par file and Download it to your local system. If you observe the file extension, it is "bak", because SAP Portal renames the archives after it deployes the par so that it will not deploy it again. Remove the file extension .bak and rename according to the naming standards of your organization. I would recommend you to use the same naming of the file, remove "sap" and use your own company name, like com.mycompany.portal.navigation.masthead.par.
    After this, you can import this par file in NWDS (Netweaver Developer Studio) by selecting File --> Import.
    A word of caution, the importing does not import the jar files in the private/lib folder of the project structure. So, copy them manually to the new project you have created.
    When you see the project structure, you can find the related file in dist --> PORTAL-INF -->jsp -->
    You can change this file according to your needs and deploy it back to the portal.
    create the ivew from par
    hope it works for you
    gunjan

  • Can't See com.sap.portal.runtime.logon in list of PAR Files in Iview Wizard

    Hello All,
    I am trying to create an iview from PAR file com.sap.portal.runtime.logon which is the logon par file that has the logon page. But when I right click a folder in the PCD and click on New From PAR Iview I try to find on the list of available par files and I don't find the one named com.sap.portal.runtime.logon
    Can anyone tell me if this has to do with the portalapp.xml file from com.sap.porta.runtime.logon.par file.? or with the Security Zones defined in portalapp.xml? Or does someone know why this PAR file doesn't appear on the list and how can I make it appear on this list of par files?
    Any helpful ideas to solve this issue will give rewarding points.
    Thanks
    Luis

    Hello,
    What I want to do is to put the logon page in the light framework page so that the users can login from the anonymous portal. After I customize the logon page I want to create aniview in the detailed navigation.
    If you want to see the jsp files that the com.sap.portal.runtime.logon.par file you have to go to the file system and copy the .par.bak file , rename it to .zip and all the files are there.
    But my question is if this is a par file that is deployed in the portal , why I cant create an iview from this par file? From other forums I have read they say that creating an iview from this par file it will put the logon page where you want. But when I try to create an iview from PAR File the com.sap.portal.runtime.logon doesn't appear in the list of available par files.
    Please help me on this and will give rewarding points.
    Thanks
    Luis

  • Deployed par file does not show as an iview create option

    Hello Experts,
    I modified the com.sap.portal.runtime.masthead par app and deployed it to the portal as myCustomMasthead.
    I see the par file in under the Support Workset in the portal, but when I'm in content admin and try to create an iview from the deployed par file template, the option for the deployed par does not show? Do I need to request basis to bounce the J2ee engine? What might be wrong?
    Any advice will be appreciated.
    Regards,
    MM

    Hi Nishant,
    Yes the file exists under ROOT/WEB-INF/portal/portalapps.
    And I am not using iview from template option, I am using iview from par file option.
    I did not deploy the par file from NWDS, I created the par file in NWDS and then manually deployed the par file using the par uploader tool in the portal.
    Do I need to do anything in the portalapp.xml file? This is what my portalapp.xml file looks like:
    <application>
      <application-config>
        <property name="ClassLoadingPolicy" value="5.0"/>
        <property name="DeploymentPolicy" value="5.0"/>
        <property name="AuthenticationPolicy" value="5.0"/>
      </application-config>
      <components/>
    <services/>
    </application>
    Then there is also another portalapp.xml in the dist folder that has all this SAP stuff inside it. The top line says not to modify the file.
    I bounced the J2EE Engine but it didnt fix the issue.
    MM

  • Error while uploading a PAR file

    Hi All,
    I'm having an error when i try to upload a PAR file from Portal>Java Development>Development
    The strange is that i am having the error in QA environment, in development environment i can upload it without any problem, and also it is not the first time that I upload a PAR to QA.
    I hope someone can help me, i really don't know what to do...
    Regards,
    Nicolás.-
    Here is the error:
    May 8, 2009 11:46:34 AM # Client_Thread_17     Fatal           Application upload failed: InvoiceTool.par
    com.sapportals.portal.prt.runtime.PortalException: archive: InvoiceTool.par
    at com.sapportals.portal.application.applicationrepository.ApplicationRepositoryService.putArchive(ApplicationRepositoryService.java:309)
    at com.sapportals.portal.prt.deployment.DeploymentManager._uploadArchive(DeploymentManager.java:700)
    at com.sapportals.portal.prt.deployment.DeploymentManager.uploadArchive(DeploymentManager.java:396)
    at com.sapportals.portal.prt.deployment.DeploymentManager.uploadApplication(DeploymentManager.java:285)
    at com.sap.ip.portal.admin.portalanywhere.ArchiveUploader.doUpload(ArchiveUploader.java:115)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.handleRequestEvent(AbstractPortalComponent.java:700)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEvent(AbstractPortalComponent.java:412)
    at com.sapportals.portal.prt.pom.ComponentNode.handleEvent(ComponentNode.java:250)
    at com.sapportals.portal.prt.pom.PortalNode.fireEventOnNode(PortalNode.java:351)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:628)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:229)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:555)
    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:672)
    at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:314)
    at com.inqmy.services.httpserver.server.Response.handle(Response.java:173)
    at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServerFrame.java:1288)
    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: java.util.zip.ZipException: error in opening zip file
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.(ZipFile.java:121)
    at com.sapportals.portal.prt.deployment.ArchiveIntrospector.getDeploymentDescriptor(ArchiveIntrospector.java:54)
    at com.sapportals.portal.prt.deployment.DeploymentManager.getDeploymentDescriptor(DeploymentManager.java:942)
    at com.sapportals.portal.application.applicationrepository.ApplicationRepositoryService.putArchive(ApplicationRepositoryService.java:273)
    at com.sapportals.portal.prt.deployment.DeploymentManager._uploadArchive(DeploymentManager.java:700)
    at com.sapportals.portal.prt.deployment.DeploymentManager.uploadArchive(DeploymentManager.java:396)
    at com.sapportals.portal.prt.deployment.DeploymentManager.uploadApplication(DeploymentManager.java:285)
    at com.sap.ip.portal.admin.portalanywhere.ArchiveUploader.doUpload(ArchiveUploader.java:115)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.handleRequestEvent(AbstractPortalComponent.java:700)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEvent(AbstractPortalComponent.java:412)
    at com.sapportals.portal.prt.pom.ComponentNode.handleEvent(ComponentNode.java:250)
    at com.sapportals.portal.prt.pom.PortalNode.fireEventOnNode(PortalNode.java:351)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:628)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:229)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:555)
    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:672)
    at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:314)
    at com.inqmy.services.httpserver.server.Response.handle(Response.java:173)
    at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServerFrame.java:1288)
    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)

    Hi Nicolas,
    In you development server,
    1. Create a new iview  (With new from PAR file option). The iView wizard gives you the option to choose the PAR file available on your development portal.
    2. Now create a Transport Package. Navigate to System Administration - Transport - Export.
    Navigate to your Transport Folder in PCD.
    Now Create a new Transport Package and add the iView to the package (iView created earlier from PAR file).
    3. Now go to Transport Package properties and Make sure, you are changing the property id prefix to * .
    This will include every object associated with the iView while manually exporting.
    4. Now click on the EXPORT button. This will export the required PAR file with. This in turn create an EPA file. save it to your desktop.
    5. Now in Quality server,
    Do the manual Import.
    Navigate to System Administration - Transport - Import.
    Browse the EPA file on your desktop and say IMPORT.
    This way, you will be able to get your PAR file as well as your required portal object (here the iView) in quality server.
    Hope this helps,
    Cheers!!!!!
    Biroj...
    Points for useful answer will be appreciated.
    Edited by: Biroj Patro on May 12, 2009 8:40 PM

  • Error uploading a PAR file

    Hello,
    an upload of a new PARFile ends with the foll. error.
    Anybody seen before?
    com.sapportals.portal.application.applicationrepository.ApplicationRepositoryService.updateObject(ApplicationRepositoryService.java:717)
         at com.sapportals.portal.application.applicationrepository.ApplicationRepositoryService.storeApplication(ApplicationRepositoryService.java:389)
         at com.sapportals.portal.application.applicationrepository.ApplicationRepositoryService.putArchive(ApplicationRepositoryService.java:306)
         ... 34 more
    Caused by: com.sap.sql.log.OpenSQLException: Cannot assign a java.io.ByteArrayInputStream object of length 0 to host variable 18.
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:85)
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:124)
         at com.sap.sql.jdbc.common.CommonPreparedStatement.setBinaryStream(CommonPreparedStatement.java:838)
         at com.sap.engine.services.dbpool.wrappers.PreparedStatementWrapper.setBinaryStream(PreparedStatementWrapper.java:401)
         at com.sapportals.portal.pcd.pl.AttributeHeadersTable.storeAttribute(AttributeHeadersTable.java:431)
         at com.sapportals.portal.pcd.pl.AttributeHeadersTable.insert(AttributeHeadersTable.java:248)
         at com.sapportals.portal.pcd.pl.PlObject.save(PlObject.java:541)
         at com.sapportals.portal.pcd.pl.PlContext.createSubcontext(PlContext.java:616)
         at com.sapportals.portal.pcd.pl.PlContext.createSubcontext(PlContext.java:640)
         ... 54 more

    Hi Nicolas,
    In you development server,
    1. Create a new iview  (With new from PAR file option). The iView wizard gives you the option to choose the PAR file available on your development portal.
    2. Now create a Transport Package. Navigate to System Administration - Transport - Export.
    Navigate to your Transport Folder in PCD.
    Now Create a new Transport Package and add the iView to the package (iView created earlier from PAR file).
    3. Now go to Transport Package properties and Make sure, you are changing the property id prefix to * .
    This will include every object associated with the iView while manually exporting.
    4. Now click on the EXPORT button. This will export the required PAR file with. This in turn create an EPA file. save it to your desktop.
    5. Now in Quality server,
    Do the manual Import.
    Navigate to System Administration - Transport - Import.
    Browse the EPA file on your desktop and say IMPORT.
    This way, you will be able to get your PAR file as well as your required portal object (here the iView) in quality server.
    Hope this helps,
    Cheers!!!!!
    Biroj...
    Points for useful answer will be appreciated.
    Edited by: Biroj Patro on May 12, 2009 8:40 PM

  • .PAR itself not included in BP?

    Hi,
    I have a .par archive containing a Portal Component (iView) of 1,101,962 bytes. I have uploaded this archive to the portal and I can test it fine. Next I created a Transport Package (Business Package) adding an 'iView from PAR' to it. When I export this package, the resulting .epa file is only 5,758 bytes... Is this normal behaviour?
    I expected the .epa file to contain the .par in it. Is the customer supposed to install the .par file before importing the .epa file? Is there some more documentation I can read on this?
    Hopefully some of you can shed some light on this...
    With kind regards,
    -Stijn

    Ok, never mind I figured it out.
    The problem was in the pattern used to determine which objects the package depends on. If this pattern is not correct, SAP EP is unable to determine those dependencies... makes sense ...
    Thanks anyway,
    -Stijn

  • Convert Web Dynpro ear to par or zar

    I had a Web Dynpro application in ear file format. I need to integrate it into EP (i know how to do it in ear format following the tutorial available), but for EP certification purpose, i need to deliver it in zar or par file format (correct me if i'm wrong). Is there any quick way to convert it? Any help woould be much appreciated.

    Hi Julius,
    To Convert a WD EAR file to EP PAR file.
    -o Change the perspective to Enterprise portal.
    -o Create your project ie. Portal Application project.
    -o There you can create your Portal Application object which can be Abstractportalcomponent or dynpage or jspdynpage.
    -o export the PAR file. Right click on project then export. Set you server settings like give the usr/pwd, mach name.
    -o After deploying the PAR, you can go to Portal -> ContentAdministration -> PortalContent and select the option 'create iview from PAR'.
    Now you have an iView from your PAR file.
    also go through this link:
    -o http://help.sap.com/saphelp_nw04/helpdata/en/11/0d653f0c9fa075e10000000a114084/frameset.htm
    Try reading the above n Please do let us know if you could solve it. Gud luck !
    Rgds,
    Sreenivas.

  • Iview creation from JSP

    Hi,
    Can any one guide me step by step procedure in creating iView from JSP page.
    Reply ASAP.
    Thanks in advance.
    Prasad

    Hi prasad,
    using NWDS u can create JSPdynpage projects. The following is the link which guides u to create a JSP dynpage application.
    http://help.sap.com/saphelp_nw04/helpdata/en/f5/cfa441cd47a209e10000000a155106/content.htm
    Once u create an application u have to deploy it in the server. For that first u have to configure the SAP EP system in the windows>> preference.
    Then u can deploy the project from the NWDS using EXport par file or quick par upload.
    After uploading the par file will be in the server.
    For creating an iview based on this par file ..go to
    PDC>>right click on the folder in which u need the iview>> iview from par>> there u can see the list of projects deployed in the server>>select u r project>>next select the component.
    give the name and id for the iview. thats it.
    For understanding how the dynpage works see the link..
    http://help.sap.com/saphelp_nw04/helpdata/en/dc/165e42ff93c153e10000000a1550b0/frameset.htm
    Regards
    gEorgE

  • URGENT : Deploying a PAR file

    Dear Portal gurus,
    I have a PAR file which I need to deploy into EP.
    EP 6.0, SP9.
    I have tried Sys Admin --> Support --> Portal Runtime ---> Admin Console ---> Archive Uploader.
    It gives me the message successfullly uploaded...
    But when I try to create an iview from PAR I do not see the uploaded(deployed) PAR file.
    However I have done something like this in the past and was always able to see it while creating Iviews from PAR.
    Option  2: Deploy thru EP server ---> services ---> Deploy ---> Single file Update (choose Applications) .
    This case where should it be deployed ?
    is it under :  sap.com/irj ---> servlet-jsp ---> irl-web
    I do not want to use SDM.
    Appreciate your inputs.
    Thanks.
    Josh

    Hi Josh,
    May be its the reason that the application has been restricted in it's permissions(see this <a href="http://help.sap.com/saphelp_nw04/helpdata/en/f6/2604e505fd11d7b84200047582c9f7/frameset.htm">link</a>)- "Administrator Permissions For portal components".
    You must have at least the read permission for the application- that means under System Administration - Permissions - Portal Permissions - Applications - <YourApp>.
    Check permissions level in this location System Administration - Permissions - Portal Permissions - Applications
    If you don't have enough permisssions then you cannot see your par file.
    Regards,
    Pooja.

  • Problem while deploying PAR from NWDS

    Hi,
    I am getting this error while deploying a PAR file from NWDS.
    Operation Failed: Please make sure the server is running or check the log (sap-plugin.log) for
    more detail.
    regards,
    Arun

    Hi
    You also have the option of uploading the par by logging into the portal ...
    System Administration->Support->Portal Runtime->Administration Console
    just browse and upload the par file...
    Create an IView from par and can see the output
    Avinash

  • Deploy PAR from Ep5 to EP6 problem

    Hi ,
    I am now using EP6 and i need to deploy a PAR file ( generated in EP5) into the portal using ( System administrator /support / portal runtime / Admin console ..) to upload it into PCD , the upload was processed successfully [ but i see that in the list  :
    <i> Server ID      Local version Repository version  
    P1  4206950 <b> undefined  undefined</b>  ( while others : 5.0.5.4 )</i>And then in the content management when i want to create a new iview from PAR file , i can not see it in the list ( P1.PAR ) that i have just deployed ....till now i am very confused about it , anyone can help me to deploy it ( I need it urgently right )
    Thanks ,
                   Qui nguyen

    Hi vankat ,
    First i'd like to thank so musch for your answer , i've done like that i saw it in the PCD but when i preview it the following errors occur:
      Portal Runtime Error
    <i>An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    Could not find portal application .
    Exception id: 01:05_26/12/06_0034_4206950
    See the details for the exception ID in the log file</i>
    And
      <i>Portal Runtime Error
    An exception occurred while processing a request for :
    iView : pcd:portal_content/Development..............g.dev_iview
    Component Name : null
    Page could not create the iView.
    See the details for the exception ID in the log file</i>
    What are the above lines mean and how to recover it ? and if i want to look for the log file where i can find it in the server ?
    Thanks ,

Maybe you are looking for

  • ITunes 12.1 update fails

    I have been trying to install the update from iTunes 12.0.1 to iTunes 12.1.  For some reason the update fails and I seem to be stuck with iTunes 12.0.1 and the app store telling my permanently that I need the update. I have tried to delete iTunes so

  • TABLES parameter obsolete, how to solve this?

    Hi, I am trying to port a function module from a CRM 4 to a CRM 5 system, and the original module had a TABLES parameter. Unfortunately, the CRM 5 system will not allow me to add a TABLES parameter (they have become obsolete). The problem remains tha

  • [SOLVED] rxvt-unicode and Powerline patched fonts

    Hey all, I'm trying to make my zsh prompt look like this - https://gist.github.com/3712874 As it says, it requires patched font. I downloaded two of them - Inconsolata-dz for Powerline and Menlo for Powerline. If in .Xresources I put Menlo as my font

  • Initial update of Excise Registers (India - CIN)

    Hi Team, Please let's know the process to be followed and the cares to be taken for initial upload of entries into CIN - Excise Registers (from legacy) during data migration at the time of Go-Live. Request you to provide the details of tables as well

  • Why did they change the iphone 5 charger?

    I am pretty annoyed that apple changed the charging port on the new iphone 5.  Now all of my charging and docking stations are pretty much worthless and I have heard nothing but bad things about the adapter they make from the new lightening port to a