1. Go to transaction : SPRO
2. Select Menu [Go to > Project Management]
3. Click Create Project and input project name.
4. Click button “Change selection…” and Select components.
5. Click button “Generate Project IMG” and Save.
1. Go to transaction : SPRO
2. Select Menu [Go to > Project Management]
3. Click Create Project and input project name.
4. Click button “Change selection…” and Select components.
5. Click button “Generate Project IMG” and Save.
1. Go to transaction “SECATT”
2. Create Script
2.1 Check Test Script and input script name.
3.
4.
5.
6. Create Parameter name in VALIN.
6.1 Select Import and click Yes.
7. Save Script.
8. Run Script.
8.1 Check Test Configuration and input script name.
9. Set value and save.
10. Click Download Variants.
11. Input data on excel.
12. Execute and set start mode.
13. Input path and execute.
When we try opening an existing solution, every project inside this solution has the following error: Unable to open module file 'C:\Users\USER123\AppData\Local\Temp\2\.NETFramework,Version=v4.0.AssemblyAttributes.vb': System Error &H80070002& C:\Users\USER123\AppData\Local\Temp\2\.NETFramework,Version=v4.0.AssemblyAttributes.vb
This issue is still happening with VS2012 as well.
Steps to reproduce:
1. Create a project/application using .NetFramework 4.5
2. Close VS2012
3. Navigate to Temp Folder (C:\Users\xxxxx\AppData\Local\Temp)
4. Delete the .NETFramework,Version=v4.5.AssemblyAttributes.vb file
5. Restart VS2012 and Start debug.
Linked Server in SQL Server Management Studio.
Ex. Select Query
select * from [SAPDEV]..[SAPDEV].[ZHST_MID]
Ex. Insert Query
INSERT into OPENQUERY (SAPDEV, 'select * from SAPDEV.ZHST_MID')
values ('210','M002','Test','TT',' ',' ',' ')
INSERT OPENQUERY (OracleSvr, 'SELECT name FROM joe.titles')
VALUES ('NewTitle')
Ex. Update Query
UPDATE OPENQUERY (OracleSvr, 'SELECT name FROM joe.titles WHERE id = 101')
SET name = 'ADifferentName'
Ex. Delete Query
DELETE OPENQUERY (OracleSvr, 'SELECT name FROM joe.titles WHERE name = ''NewTitle''')